.contacts_us
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.askystem
{
    font-size: 1.5em;
    background-color: black;
    color: white;
    margin-bottom: 1em;
    padding: 1em;
}

.notestile
{
    font-size: 1.1em;
    margin-bottom: 0.3em;
}
.tit1
{
    font-size: 1.2em;
    margin-bottom: 0.2em;
}

#etext
{
    width: 50%;
    height: 30px;
}


.msmtit
{
    margin-top: 0.5em;
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
#textmms
{
    height: 100px;
    width: 100%;
    font-size: 1em;
}


.contacts_us form button
{
    width: 70px;
    height: 40px;
    background-color: green;
    border: none;
    border-radius: 5px;

}
.contacts_us form button .fa-solid
{
    color: white;
    font-size: 30px;
}



/* THIs is for report sugguest css file renderer */
.sendreportmsm{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vh;
}

.tiheader{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

#esemail{
    height: 25px;
    width: 30%;
    padding: 3px;
    margin: 5px;
}
#enotes{
    width: 40%;
    margin: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

#esend{
    margin: 5px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 3px;
}
.errorr{
    height: 30px;
    margin: 3px;
    padding: 3px;
    background-color: aquamarine;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    display: flex;
    align-items: center;
}









@media screen and (min-width: 360px){


.contacts_us
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    transform: scale(0.8);
    margin-left: 0.5em;
    /* transform-origin: top center; */
}

.askystem
{
    font-size: 1em;
    height: 20px;
    background-color: black;
    color: white;
    margin-bottom: 1em;
    padding: 1em;
}

.notestile
{
    font-size: 0.9em;
    margin-bottom: 0.3em;
}
.tit1
{
    font-size: 0.9em;
    margin-bottom: 0.2em;
}

#etext
{
    width: 70%;
    height: 25px;
    font-size: 1em;
}


.msmtit
{
    margin-top: 0.9em;
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
#textmms
{
    height: 100px;
    width: 90%;
    font-size: 1em;
}


.contacts_us form button
{
    width: 70px;
    height: 30px;
    background-color: green;
    border: none;
    border-radius: 5px;

}
.contacts_us form button .fa-solid
{
    color: white;
    font-size: 1.3em;
}


}


@media screen and (max-width: 512px){


.contacts_us
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    transform: scale(0.8);
    margin-left: 0.5em;
    /* transform-origin: top center; */
}

.askystem
{
    font-size: 1em;
    height: 20px;
    background-color: black;
    color: white;
    margin-bottom: 1em;
    padding: 1em;
}

.notestile
{
    font-size: 0.9em;
    margin-bottom: 0.3em;
}
.tit1
{
    font-size: 0.9em;
    margin-bottom: 0.2em;
}

#etext
{
    width: 70%;
    height: 25px;
    font-size: 1em;
}


.msmtit
{
    margin-top: 0.9em;
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
#textmms
{
    height: 100px;
    width: 90%;
    font-size: 1em;
}


.contacts_us form button
{
    width: 70px;
    height: 30px;
    background-color: green;
    border: none;
    border-radius: 5px;

}
.contacts_us form button .fa-solid
{
    color: white;
    font-size: 1.3em;
}


}