.leadForm .form__control:not([type="checkbox"]) {
    margin: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.leadForm input[type="submit"] {
    margin: 4px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.leadForm input[type="checkbox"] {
  margin-right: 8px;
}

.cta_book_online__container--inner a {
    font-size: 19px;
    height: 50px;
}

.checkbox_wrapper .help_text {
    display: none!important;
}

.image.animated img {
    border-radius: 15px;

}

.featuredblocks-flyup-b .featuredblocks {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    background-color: white;
    border-radius: 25px;
}

div.image.animated img {
    border-radius: 25px !important;
}


@media (min-width: 1200px) {
    .container-fluid .col-lg-12 .blade-a .blade__text {
        max-width: 665px;
        margin-top: 30px;
    }
}

@media (min-width: 992px){
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 40%;
    }

}
