/* Contact Page*/

#contactus {
    padding: 50px;
    background-color: rgb(212, 226, 245);
}

.contactushead {
    line-height: 2.5;
    padding-bottom: 30px;
}

.contactlist {
    padding-bottom: 30px;
}

#contactus div > ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
    line-height: 1.7;
    text-align: start;
    /* padding-left: 0; */
}

#contactform {
    padding: 100px 50px;
}

.contactformt {
    padding-bottom: 30px;
    line-height: 2;
}
