.page-template-template-modules .bg-white-gradient {
    padding: 0px 0px 60px !important;
}

@media screen and (min-width: 960px) {
    .page-template-template-modules .bg-white-gradient {
        padding: 0px 0px 0px 40px !important;
    }
}

.page-template-template-modules #contact-form {
    background-color: #fbfbfc;
    display: block;
    padding: 40px;
    border-bottom: 6px solid #55a7d2;
}

.page-template-template-modules #contact-form .body-form h2 {
    font-family: 'Avenir Next', sans-serif;
    color: #012061;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 24px;
    letter-spacing: 0em;
}

.page-template-template-modules #contact-form form {
    max-width: 100%;
}

.page-template-template-modules #contact-form .gform_button.button {
    background: #012061;
    border: 2px solid #012061;
    color: #fff;
    font-weight: 500;
}

.page-template-template-modules #contact-form .gform_button.button:hover {
    background: #023193;
    border-color: #023193;
}

.page-template-template-modules #contact-form fieldset {
    border: 0px;
    padding: 0px;
    background: transparent;
    margin: 0px;
}

.page-template-template-modules #contact-form fieldset .ginput_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.page-template-template-modules #contact-form fieldset .ginput_container span {
    width: 49%;
}

.page-template-template-modules #contact-form .gfield {
    height: fit-content;
    margin-top: 10px;
}

.page-template-template-modules #contact-form .gform_body {
    background: transparent;
}

.page-template-template-modules #contact-form .gfield_label,
.page-template-template-modules #contact-form label.gfield_label {
    position: absolute;
    padding: 5px;
    z-index: -1;
    font-size: 10px;
}

.page-template-template-modules #contact-form input {
    color: #000;
    background: #efefef;
    border: 1px solid #707070;
    border-radius: 0;
    padding: 0 10px;
    height: 34px;
}

.page-template-template-modules #contact-form input::placeholder {
    color: #000;
    font-weight: 700;
}

.page-template-template-modules .pre-title {
    color: #187fbe;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 16px;
}

.page-template-template-modules .content_block ul {
    margin-bottom: 20px;
}

.page-template-template-modules .content_block ul li {
    position: relative;
    padding-left: 20px;
}

.page-template-template-modules .content_block ul li::before {
    position: absolute;
    left: 6px;
    content: "\2022";
    color: #92DFFF;
}