body {
    min-width: 350px;
}

.header-area .info-bar {
    padding: 8px 0;
}

.hero-area .hero-txt > span {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
    text-shadow: 1px 1px 1px #000;
}

.hero-area .hero-txt-sm > span {
    font-size: 14px;
    text-align: right;
}

.info-bar a {
    color: white !important;
}

.form-control::placeholder {
    color: #a2a7ac;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #a2a7ac;
    opacity: 1;
}

.form-element input[type="text"],
.form-element input[type="tel"],
.form-element input[type="number"],
.form-element input[type="url"],
.form-element input[type="email"],
.form-element select, .form-element textarea{
    border: 1px solid #ced4da;
    height: 40px;
}

.grecaptcha-badge {
    display: none;
}

.lh-1 {
    line-height: 1;
}

.lh-1-3 {
    line-height: 1.3;
}

.lh-1-6 {
    line-height: 1.6;
}

body {
    overflow-x: clip;
}

.img-sticky {
    position: sticky;
    top: 20px;
}

.img-sticky img {
    max-width: 100%;
}

.a.boxed-btn, button.boxed-btn {
    cursor: pointer;
    border: 2px solid #f78f1e;
}

@media (min-width: 450px) {
    .hero-area .hero-txt > span {
        font-size: 30px;
    }

    .hero-area .hero-txt-sm > span {
        font-size: 17px;
    }
}

@media (min-width: 600px) {
    .hero-area .hero-txt > span {
        font-size: 40px;
    }

    .hero-area .hero-txt-sm > span {
        font-size: 20px;
    }
}

@media (min-width: 991px) {
    .hero-area .hero-txt > span {
        font-size: 50px;
    }

    .hero-area .hero-txt-sm > span {
        font-size: 26px;
    }
}

@media (min-width: 1199px) {
    .hero-area .hero-txt > span {
        font-size: 72px;
    }

    .hero-area .hero-txt-sm > span {
        font-size: 36px;
    }
}