.MenuContct {
    border-bottom: 2px solid #0991ff;
    color: #0991ff !important;
}
.ContactFormCon {
    width: 100%;
}
.ContactFormMin {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
.BoxLeft {
    width: calc(50% - 10px);
    float: left;
    margin: 0 10px 0 0;
}
.ContactInfosTitle {
    margin: 14px 0 3px 0;
}
.ContactInfoItem {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 120%;
    padding: 0 8px 0 35px;
    margin: 0 15px 15px 0;
    cursor: default;
}
.ContactInfoItem.Phone {
    background-image: url(../img/icons/phone.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 4px center;
}
.ContactInfoItem.CellPhone {
    background-image: url(../img/icons/cell-phone.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 4px center;
}
.ContactInfoItem.Email {
    background-image: url(../img/icons/email.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 4px center;
}
.ContactInfoItem.Address {
    background-image: url(../img/icons/address.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 4px center;
}
.BoxRight{
    width: calc(50% - 10px);
    float: right;
    margin: 0 0 0 10px;
}
hr {
    border: 1px solid #f1f1f1;
    margin: 0 0 15px 0;
}
#FullName, #Phone, #Email, #Message {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0px 0 10px 0;
}
textarea{
    height:105px;
}
#SendButt {
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    text-align: center;
    background: #5c7dbe;
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px 10px;
    padding: 6px 6px;
    cursor: pointer;
}
.MapCon {
    width: 100%;
    height: 350px;
}
#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 5px solid #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*****************Device Resolution******************/
@media screen and (max-width:1200px){
    .ContactFormMin {
        width: 100%;
        padding: 20px 10px;
    }
}
@media screen and (max-width:600px){
    .BoxLeft {
        width: 100%;
        float: unset;
        margin: 0 0 25px 0;
    }
    .BoxRight {
        width: 100%;
        float: unset;
        margin: 0;
    }
    hr {
        margin: 0 0 8px 0;
    }
}