.contactus-title
{
  background-color: #F4E5E3;
  text-align: center;
  font-size: 25px;
  text-align: center;
  padding:10px;
  margin-top: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}

.contactus-title h1
{
  font-size: 25px;}

.contactus-title-note
{
  font-size: 15px;
  font-weight: normal;}

.contactus-info, .contactus-info-first
{
  text-align: center;
  padding:10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border-top: 1px solid #e9eff9;}  
  
.contactus-info-first
{
  border: none;}  
	
.contactus-info .contact-type
{
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;}

.contactus-info-first .contact-type
{
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;}

.contactus-info a
{
  text-decoration: underline;}

.contactus-info .contactme
{
 width: 190px; 
 margin: 10px auto 0 auto;}

.contactus-info .submit-btn {
width: 100%;
height: 40px;
background-color: #e05a47;
border-radius: 0;
color: #fff;
text-transform: uppercase;
font-weight: 700;
padding: 0;}