.header1 {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    opacity: 1;
    background: #fff;
    ;
}

.header1 .logo {
    line-height: 0;
}

.header1 .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header1 .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
}

.submit-now {
    margin-top: 20px;
    font-size: 16px;
    width: 200px;
    height: 50px;
    background-color: #e74c3c;
    border-color: transparent;
}

.form-control.input {
    border: 0;
    background: transparent;
    border-bottom: 1px solid silver;
    border-radius: 0px !important;
}

.getintouch {
    height: auto;
    background-image: url("../img/GetInTouch.png");
    background-size: cover;
    background-repeat: no-repeat;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border-radius: 8px !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4daade;
    border-color: #4daade;
    box-shadow: 0px 10px 15px rgba(157, 157, 157, 0.4);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4daade;
    border-color: #4daade;
}

.modern-form {
    padding-top: 80px;
    padding-bottom: 80px;
}

.modern-form__hr {
    border-color: #356aac;
    border-width: 2px;
    width: 250px;
    z-index: -1;
}

.modern-form__form-container {
    padding-top: 100px;
}

.modern-form__form-group--padding-r {
    padding-right: 20px;
}

.modern-form__form-group--padding-t {
    padding-top: 50px;
}

.modern-form__form-control--textarea {
    height: 95px !important;
    resize: none;
}