.contact h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto-Bold' , sans-serif;
    margin-bottom: 70px;
}
.contact_Left-tab,
.contact_Right-tab{    
    border-bottom: 1px solid #cccccc ;
}

.tab_b{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Roboto-Bold' , sans-serif;
    border-bottom: 3px solid #003b4f ;
    display: inline-block;
    padding-bottom: 12px;
}
.contact_Left-content h4{
    text-transform: uppercase;
    font-weight: bold;
}
.contact_Left-content p{
    font-weight: bold;
    font-size: 14px;
    margin: 7px 0px;
}
span.fix_span{
    font-weight: 400;
}
.contact_Left-content{
    padding: 26px 0px;
}
.contact_Right-content input{
    height: 34px;
    border: 1px #cfcaca solid;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
}
.contact_Right-content textarea{
    padding: 15px;
    width: 100%;
    border: 1px #cfcaca solid;
    height: 172px;
    margin-top: 20px;
}
.box-btn_Contact{
    margin-top: 20px;
}
.btn_Contact{
    padding: 13px 15px;
    background-color: #003b4f;
    color: #fff;
    font-weight: bold;
    border: 1px solid #cfcaca;
}
.btn_Contact:hover{
    color: #003b4f;
    background-color: #cfcaca;
}
.contact_box{
    margin-bottom: 40px;
}
.map{
    margin-bottom: 32px;
}