* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}
html{
    font-size: 62.5%;
}

body{
    background: linear-gradient(180.13deg, #DADADA 0.2%, #F5F5F5 105.01%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

#container{
    min-height: 100%;
    overflow: auto;
}

.heading{
    position: relative;
    text-align: center;
    /* color: #333333; */
    display: block;
    margin: 0.4rem;
    /* background-color: red; */
}

#mainHeading{
    font-weight: 600;
    font-size: 4.0rem;
    line-height: 5.5rem;
    margin: 5.6rem 3.2rem 0 3.2rem;
}

#subHeading{
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 2.7rem;
    margin-left: 3.2rem;
    margin-right: 3.2rem;
}

.flexContainerMain1{
    display: flex;
    flex-direction: row;
    /* background-color: rgba(255, 94, 0, 0.794); */
    justify-content: center;
    margin-top: 5rem;
    padding: 0;
}

.flexItemTyp{
    /* background-color: bisque; */
    width: 57.6rem;
}

.flexItemTyp > h2 {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2.7rem;
    margin: 0rem 0rem 0 0rem;
    /* color: #333333; */
}

.flexItemTyp > p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin: 0;
    padding-bottom: 0.5rem;
    /* color: #333333; */
}

.flexItemTyp > textarea {
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    width: 54.4rem;
    height: 232px;
    border-radius: 0.4rem;
    outline: none;
    padding: 1.6rem 1.6rem;
    font-size: 2.0rem;
    line-height: 2.2rem;
}


textarea:focus {
    border: 2px solid #02539A;
}

.mainBtn{
    color:#FFFFFF;
    background-color: #02539A;
    
    margin: 2.4rem 0 0 0;
    border-radius: 4px;
    height: 48px;
    padding: 12px 16px; 
    border: none;
    line-height: 27px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.mainBtn:focus{
    outline: none;
}

#or{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    padding: 1.45rem 1.45rem;
    margin-top: 10rem;
    /* background-color: #02539A; */
}



footer{
    position: relative;
    height: 4.8rem;
    width: 100%;
    margin-top: -4.8rem;
    background: #D9D7D8;
    clear: both;
}

footer p{
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    color: #333333;
    padding-top: 1.6rem;
}