.contact-body-bg {
    background-image: url(../png/tilebg.png);
    background-color: rgba(255, 255, 255, 0.6);
}
.btn-lg-width {
    width: 232px;
}

#header p {
    font-size: 18px;
    font-weight: 500px;
}
.page-top-h1-margin {
    margin-top: 3em;
    padding: 10px 10px;
}
h2 {
    font-size: 40px;
}
h2:after {
    content: ' ';
    width: 10%;
    border-bottom: 2px solid rgba(30, 154, 238, 0.5);
    display: block;
    margin: 10px auto;
}
#contact-us h3 {
    color: #1F1F1F;
    font-family: Catamaran;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}
#contact-us h4 {
    color: #474747;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contact-info {
    padding: 24px;
    margin: 20px 20px 50px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}
.contact-info p {
    margin-bottom: 6px;
}
.form-control {
    height: 48px;
    font-size: 16px;
    color: #999999;
}
.form-group label {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.sub-head-banner {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px;
}
.sub-title-banner {
    font-size: 30px;
    line-height: 40px;
}
.grey {
    color: #999999;
}
.btn-primary {
    border-radius: 4px;
}
#demo h2 {
    font-size: 30px;
}
.btn-outlined {
    background-color: transparent;
    border: 1px solid #f6da3e;
    color: #f6da3e;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.reach-us {
    margin-bottom: 30px;
}
.space-adjust {
    padding-left: 24px;
}
.reach-us img {
    margin-right: 10px;
}
.reach-us a {
    color: #474747;
    font-weight: 400;
    margin-right: 24px;
    padding-bottom: 10px;
}
.reach-us-block {
    border-radius: 6px;
    border-bottom: 1px solid #CCC;
    background: rgba(17, 152, 237, 0.1);
    padding: 20px;
    min-height: 222px;
}
.reach-us-block h5 {
    color: #3C3C3C;
    font-family: Catamaran;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    padding-top: 8px;
}
.reach-us-block p {
    color: #404040;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.reach-us-block-button {
    border-radius: 6px;
    background: #3C3C3C;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    border: none;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 6px;    
}
.reach-us-block-button:hover {
    background: #1F1F1F;  
}

@media (max-width: 768px) {
    .page-top-h1-margin {
        margin-top: 0em;
    }
    .reach-us a {
        width: 300px;
    }
}

@media (max-width: 1280px) {
    .page-top-h1-margin {
        margin-top: 0em;
    }    
    #mainNav {
        padding-bottom: 14px;
    }
    footer {
        padding: 40px 0 30px 0;
    }
    .footer-logo img {
        vertical-align: middle;
        margin-top: 12px;
        margin-bottom: 24px;
    }
    .footer-text {
        line-height: 2;
    }
    .footer-icon a {
        font-size: 24px;
        padding: 10px;
    }
    #contact-us h3 {
        padding-top: 0px;
    }
    .reach-us {
        margin-bottom: 0px;
    }
    .space-adjust {
        padding-left: 16px;
    }
    #contact-us h4 {
        padding-bottom: 10px;
    }
    .reach-us-block {
        min-height: auto;
    }
    
}