html, body {
    width: auto !important;
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
}

.top-nav {
    padding: 15px 0;
}

.top-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-us-mobile {
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: #0d0d0d;
}

.contact-us-mobile img {
    margin-right: 10px;
}

.header-wrapper {
    padding: 60px;
    background-color: #153F69;
}

.header-bg {
    display: flex;
    align-items: center;
}

.header-bg img {
    max-width: 100%;
}

.header-wrapper h1 {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
}

.header-wrapper h3 {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    max-width: 500px;
    margin-bottom: 20px;
}

.quote-form {
    max-width: 500px;
}

.quote-form select {
    display: inline-block;
    margin-right: 15px;
    width: calc(100% - 200px);
    font-weight: 700;
    background-image: url('/images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    background-color: #ffffff;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 34px;
    text-indent: 0.01px;
}

.quote-form input[type='tel'],
.quote-form select {
    padding: 13px;
    border-radius: 7px;
    color: #141414;
    font-size: 24px;
    font-weight: bold;
    vertical-align: top;
    outline: none;
    border: solid 2px transparent;
}

.quote-form input[type='tel'] {
    width: 180px;
    display: inline-block;
    line-height: 34px;
}

.quote-form .submit-btn {
    max-width: 100%;
    padding: 15px 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 15px;
    display: block;
    text-decoration: none;
    background: #F64E4E 0 0 no-repeat padding-box;
    border-radius: 8px;
}

.slider-btn .slider-btn-text-wrapper {
    overflow: hidden;
    height: 32px;
}

.slider-btn .slider-btn-text-wrapper span {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}

.slider-btn .slider-btn-text-wrapper span:first-child {
    margin-left: -103%;
    transition: margin-left .3s ease-in-out;
}

.slider-btn .slider-btn-text-wrapper span:last-child {
    margin-right: 0;
    transition: margin-right .3s ease-in-out;
}

.slider-btn:hover {
    transition: all 0.5s;
}

.quote-form .submit-btn:hover {
    background: #d52626;
    color: #fdfdfd;
    transition: all 0.45s;
}

.slider-btn:hover .slider-btn-text-wrapper span:first-child {
    margin-left: 0;
}

.slider-btn:hover .slider-btn-text-wrapper span:last-child {
    margin-right: -100%;
}

.insurance-carriers {
    padding: 70px 0;
}

.data-secure {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0;
}

.insurance-carriers .title-wrapper {
    font-size: 14px;
    color: #929292;
    text-align: center;
}

.insurance-carriers .partners-list {
    align-items: center;
    justify-content: center;
}

.insurance-carriers .partners-list .partner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.insurance-carriers .partners-list img {
    max-width: 100%;
}

.find-insurance {
    margin-bottom: 30px;
    text-align: center;
}

.find-insurance h1 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}

.find-insurance h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
}

.find-insurance .steps-wrapper {
    padding: 30px 0;
}

.find-insurance .steps-wrapper h2 {
    font-weight: bold;
    margin: 15px 0;
    font-size: 24px;
}

.find-insurance .steps-wrapper p {
    font-size: 18px;
    font-weight: normal;
}

.footer-form-inner {
    background: #D8E5EB;
    padding: 60px 60px 0 60px;
}

.footer-form-container {
    max-width: 777px;
    margin: auto;
}

.footer-form-container h1 {
    font-weight: bold;
    font-size: 36px;
    margin: 15px 0;
    text-align: center;
}

.footer-form-container h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 15px 0;
    text-align: center;
}

.footer-form-container .quote-form {
    max-width: 100%;
}

.footer-form-container .data-secure {
    color: #000000;
    text-align: center;
}

.footer-form-container .quote-form select {
    width: 280px;
}

.footer-form-container .submit-btn-wrapper {
    display: inline-block;
    width: calc(100% - 510px);
    margin-left: 15px;
    margin-top: 0;
}

.footer-form-container .quote-form .submit-btn {
    margin-top: 0;
}

.footer-image {
    width: 100%;
}

.footer {
    background: #153F69;
    padding: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #cccccc;
}

.has-error {
    background: #fbbcbc !important;
    border: 2px solid #dc3545 !important;
}

@media (max-width: 991px) {
    .header-bg {
        margin-top: 25px;
    }

    .quote-form,
    .footer-form-container {
        max-width: 100%;
    }

    .footer-form-container .submit-btn-wrapper {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .footer-form-container .quote-form select {
        width: calc(100% - 200px);
    }
}

@media (max-width: 768px) {
    .header-wrapper h1 {
        font-size: 36px;
    }

    .insurance-carriers {
        padding: 40px 0;
    }

    .find-insurance h1 {
        font-size: 26px;
    }

    .data-secure {
        text-align: center;
    }

    .logo {
        max-width: 220px;
    }

    .contact-us-mobile {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .header-wrapper,
    .footer-form-inner,
    .footer {
        padding: 30px;
    }

    .contact-us-mobile span {
        display: none;
    }

    .quote-form input[type='tel'], .quote-form select {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .footer-form-container .quote-form select {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .header-wrapper,
    .footer-form-inner,
    .footer {
        padding: 30px 15px;
    }

    .header-wrapper h1 {
        font-size: 32px;
    }

    .footer-form-container h1 {
        font-size: 26px;
    }

    .quote-form .submit-btn {
        font-size: 24px;
    }

    .logo {
        max-width: 180px;
    }

    .contact-us-mobile img {
        margin-right: 2px;
    }
}
