body{
    background-color: #f3f3f3;
}
#ContactContainer{
    margin-bottom: 20px;
}
/*************************************************Bootstrap************************************************************/
.title{
    font-size:36px;
    opacity:0.87;
    font-weight:bold;
    line-height:1.5;
    letter-spacing:-0.4px;
    color:#1e1e1e;
    margin:0;
}
.subtitle{
    font-size:20px;
    line-height:1.6;
    opacity:0.87;
    color:#1e1e1e;
    margin:20px 0px 0px 0px;
}
.map-form{
    margin-top:40px;
}
.map-form h2{
    margin:30px 0px 0px 0px;
    font-size:24px;
    line-height:1.5;
    font-weight:bold;
    opacity:0.5;
    letter-spacing:-0.4px;
    color:#1e1e1e;
}
.map-form h3{
    margin:20px 0px 0px 0px;
    font-size:16px;
    font-weight:500;
    line-height:1.5;
    color:#1e1e1e;
    opacity:0.5;
}
.map-form p{
    margin:10px 0px 0px 0px;
    opacity:0.87;
    font-size:16px;
    line-height:1.5;
    color:#1e1e1e;
}
.map-form .form__row {
    position: relative;
    margin-bottom: 20px;
}

.map-form .form__field {
    display: block;
    width: 100%;
    color: #1e1e1e;
    height: 38px;
    position: relative;
    padding: 4px 8px;
    border: 1px solid #8f8f8f;
    text-indent: 0;
    -webkit-appearance: none;
    background: #fff;
    transition: all .2s linear;
}
.map-form .form__field:focus {
    outline: 0;
}
.map-form .form__field--select {
    padding: 8px;
    color: #acacae;
    width:auto;
    cursor:pointer;
    height:40px;
    min-width:126px;
}

.map-form option {
    color: #333;
}

.map-form .ph-small {
    transition: all .2s;
    color: #8f8f8f;
    font-size: 10px;
    line-height: 1.6;
    margin-top: 2px;
    margin-left: 7px;
    position: absolute;
    z-index: 10;
    white-space: nowrap;
}

.map-form .ph-big {
    font-size: 12px !important;
    margin: 11px 0 15px 7px !important;
    color:#8f8f8f !important;
}

.map-form .form__submit {
    padding: 8px 24px;
    text-align: center;
    line-height: 1.5;
    background-color: #0b0b0b;
    color: #f0f0f2;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: bold;
}
.map-form .form__title{
    font-size:14px;
    font-weight:bold;
    line-height:1.43;
    color:#1e1e1e;
    opacity:0.5;
    margin-bottom:10px;
}
.map-form .form__message{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #1e1e1e;
    border: solid 1px #8f8f8f;
    border-radius: 3px;
    padding: 12px 8px;
    min-height: 200px;
    resize: none;
}
.map-form .form__message:focus{
    outline:none;
}

.alert {
    padding: 20px;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}
.alert.success {
    display: none;
    background-color: #4CAF50;
}
.alert.info {
    display: none;
    background-color: #2196F3;
}
.alert.warning {
    display: none;
    background-color: #ff9800;
}
.alert.danger {
    display: none;
    background-color: #f44336;
}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}