.contact h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 25px;
}
.contactBox h6 {
    font-family: 'montserratregular';
    font-size: 17px;
    margin-bottom: 4px;
}
.contactBox h6 i {
    color: #4169e1;
    font-size: 18px;
    margin-right: 10px;
}
.contactBox p {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    margin: 9px 0 0;
    padding-left: 28px;
}
.contactBox .borderB0ttom {
    padding-bottom: 15px;
}
.borderB0ttom {
    border-bottom: 1px dashed #ddd;
}
.contactBox {
    padding: 20px;
}

.lightbg {
    background: #f5f5f5;
}
.bordr {
    border: #ededed 1px solid;
}
.textBox {
    background: none;
    color: #333;
    font-size: 14px;
    display: block;
    height: 30px;
    padding: 0 15px;
    border: none;   
    float: left;
    border-radius: 0;
    box-shadow: none;
    border-bottom: #CBCBCB 1px solid;
}
.commonBtn {
    border: #4169E1 2px solid;
    color: #4169E1;
    border-radius: 30px;
    padding: 10px 30px;
    font-family: 'bpreplaybold';
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}