
.form-content {
        padding: 0;
    text-align: left;
    padding-right: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.hubspot-block .container {
    display: flex;
    flex-flow: wrap;
    z-index: 9;
}

.form-box-inner {
    height: auto;
    min-height: 100%;
    padding: 0;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

button.forminator-button {
    font-size: 14px;
    width: 200px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    line-height: 1;
    padding: 18px 0;
    margin: 0 auto;
    display: block;
    color: #fff;
    border-radius: 30px;
        margin-top: 30px;
    cursor: pointer;
}
button.forminator-button:hover {
    opacity: 0.75;
}

.form-block-circle-inner {
    display: block;
    width: 100%;
    height: 100%;
    border: 100px solid rgba(255,255,255,0.05);
    border-radius: 50%;
}
.form-style-primary h2.block-title {
    margin: 0;
}
.hubspot-block.text-color-dark h3.block-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}
/*
.form-style-primary h2.block-title:after,
.block-address:after {
    content: "";
    width: 150px;
    height: 7px;
    position: absolute;
    left: 0;
    top: -40px;
}
*/
.block-address:after  {
    top: 0;
}
.form-style-primary .form-content-child {
    margin-bottom: 0;
}
.contact-fax a {
    font-weight: 700;
    font-size: 21px;
}
.block-address {
    padding-top: 40px;
    position: relative;
    margin-top: 40px;
    line-height: 1.5;
}
.form-box-inner .form-header {
    padding: 20px;
    border-radius: 7px 7px 0 0;
    display: flex;
    flex-flow: column;
    min-height: 110px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 21px;
        justify-content: center;
}
h2.form-heading {
    margin: 0;
}

.form-box-inner .widget-form input.hs-button.primary.large {
    display: block;
    margin: 0 auto;
}
.block-bg-image .block-paragraphs p {
    color: #000;
}
.content-block.block_type_hbspt_form {
    margin-bottom: 75px;
    position: relative;
}
.content-block.block_type_hbspt_form:after {
    width: 100%;
    height: 75px;
    content: "";
    background: #fff;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.content-block.no-overlap .form-box-inner {
    margin: 0 auto;
}
.no-overlap .form-content {
    justify-content: normal;
}
.page-contact-section {
    display: block;
    margin-bottom: 70px;
}
.form-content ul.footer-social {
    margin-left: -15px;
    margin-top: 10px;
}


@media screen and (max-width:1440px) {


}


@media screen and (max-width:1200px) {


}

@media screen and (max-width:992px) {
    .form-box-inner .widget-form {
    background: #ebebeb;
    padding: 20px 25px 20px;
}

    
}
@media screen and (max-width:767px) {
    .form-content {
    padding: 40px 0;
    width: 100%;
}
    .content-block.block_type_hbspt-form:after {
    height: 85px;
}
    .form-section {
    width: 100%;
}
    .form-box-inner {
    padding: 0;
    margin: 0 auto;
            border-radius: 10px;
    overflow: hidden;
}

    .form-block-circle-inner {
    border-width: 50px;
}

    
}
