#contact-us{
    background: #ecedef;
}
#contact-us .w-60{
    background-color: inherit;
}
.content-box, .related-box{
    background-color: #fff;
}
.related-box{
    margin-top: 20px;
    padding: 15px;
}
.related-box h2{
    margin-bottom: 20px;
    height: 36px;
    border-bottom: 2px solid #e8e8e8;
    text-transform: capitalize;
    line-height: 1.45;
}
.related-box h2 span{
    display: inline-block;
    border-bottom: 2px solid #2365ac;
    color: #2365ac;
    font-weight: 400;
    font-size: 18px;
}
.related-box form{
    margin-bottom: 0;
}
.related-box input[type="text"],
    .related-box input[type="tel"],
    .related-box input[type="email"],
    .related-box textarea{
        box-shadow: none;
        background-color: #fff;
        border: 1px solid #e6e6e6;
    }
    .related-box input[type="submit"]{
        background-color: #222;
        border: 1px solid #222;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: inherit;
        letter-spacing: 1px;
        line-height: 1;
        outline: 0;
        text-align: center;
        text-transform: uppercase;
        padding: 12px 24px;
        border-radius: 3px;
        font-weight: 400;
        font-size: 14px;
        margin: 0;
    }
@media screen and (min-width:767px){
    .related-box input[type="text"],
    .related-box input[type="tel"],
    .related-box input[type="email"]{
        width: 50%;
    }
    
}
