﻿
.lp-cta-box {
    background-image: url(/assets/images/bg/lp-cta-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.white, .white h3 {
    color: var(--thm-white);
}
.lp-ft-logo a img {
    max-width: 150px;
}
.lp-cta-box p {
    font-size: 26px;
    margin: 0;
}
.lp-cta-box a:hover {
    color: var(--thm-color-two);
}
.lp-cta-box a {
    color: var(--thm-white);
}
.lp-main .footer_bottom p {
    margin: 0;
}
.lp-main .footer .footer_bottom {
    padding: 10px 0;
}
.lp-main .bg-banner .banner_text .title {
    font-size: 44px;
}
.lp-main .lp-banner-form.popup-content span {
    font-size: 20px;
}

.lp-main .lp-banner-form.popup-content span.lp-form-line-2 {
    font-size: 26px;
}
@-webkit-keyframes blinker {
    from {
        color: var(--thm-color-two);
    }

    to {
        color: var(--thm-color-one);
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@media (max-width: 991px) {
    .lp-main .bg-banner .banner_text .title {
        font-size: 35px;
    }
}