

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    width: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    text-transform: uppercase;
}

.one-third {
    width: 100%;
    position: relative;
    min-height: 1px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.is-flipped {
    transform: rotateY(180deg);
}

.info-card.last-row::after {
    border-bottom: none;
}

.info-card__icon-side--front,
.info-card__icon-side--back {
    position: absolute;
    backface-visibility: hidden;
    border-radius: 40px;
    padding: 8px 9px;
    line-height: 1;
}

.info-card__svg--front,
.info-card__svg--back {
    width: 28px;
    height: 28px;
}

.info-card {
    position: relative;
}

.info-card::after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #eaeaea;
    bottom: 0;
    width: calc(100% - 32px);
    margin-left: 16px;
}

.info-card__inner {
    display: flex;
    align-items: center;
    padding: 64px 0;
    height: 100%;
}

.info-card__text {
    width: 100%;
}

.info-card__title {
    font-size: 20px;
    color: #333333;
}

.info-card__description {
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 1px;
    display: none;
    background-color: white;
    color: #f00;
}

.info-card__icon {
    width: 72px;
    height: 50px;
    align-self: center;
    margin: 0 24px;
}

.info-card__icon-wrapper {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    position: relative;
}

.info-card__icon-side--front {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
}

.info-card__icon-side--back {
    background-color: #f00;
    border: 1px solid #f00;
    transform: rotateY(180deg);
}

.info-card__svg--front {
    fill: #333333;
}

.info-card__svg--back {
    fill: #ffffff;
}

* {
    box-sizing: border-box;
}

header.sticky nav.main_menu > ul > li > a {
    line-height: unset;
}

body.home .ls-nav-prev, body.home .ls-nav-next {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    .q_logo a {
        height: 60px !important;
    }
}

@media only screen and (max-width: 567px) {
    .carousel-inner .item:nth-child(2) .slider_content.left {
        width: 58% !important;
    }
}

@media only screen and (min-width: 768px) {
    .one-third {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .info-card::before {
        content: "";
        display: block;
        position: absolute;
        border-right: 1px solid #eaeaea;
        right: 0;
        height: calc(100% - 32px);
        margin-top: 16px;
    }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
border: 1px solid #333;
}

.gform_wrapper textarea {
border: 1px solid #333;
}

}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .row .one-third:nth-child(even) .info-card::before {
        display: none;
    }
}

@media only screen and (min-width: 1001px) {
    .one-third {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row .one-third:nth-child(3n) .info-card::before {
        display: none;
    }
}

.fa {
font-size: 20px;
}

.header_top p {
line-height: 12px;
}

.blog_holder article .post_description .post_description_left {
display: none;
}

@media only screen and (max-width: 1300px) {
.title_subtitle_holder {
padding-top: 0 !important;
}
}
