.form-control {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: .5rem .75rem!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    border: 1px solid #76cede;
    font-size: 15px!important;
    border-radius: 2px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input::placeholder, textarea::placeholder {
    color: #ffffff!important;
}

.form-control:focus {
    border-color: #d9272d !important;
}

.product-bran-bg-blue {
    background: #17355e;
    position: relative;
    overflow: hidden;
    padding: 0px 0;
}

.product-bran-bg-blue hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

button.contact-us {
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.12);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    background-color: #75cede;
    padding: 14px 12px;
    font-size: 1rem;
    height: auto;
    color: #ffffff;
    border-radius: 4px; 
    border: none;
}

