.hero-wrapper {
    padding: 60px 0;
    text-align: center;
}

.hero-wrapper h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 9px 0;
}

.hero-wrapper .sub-title {
    font-size: 24px;
    color: #0673ba;
    font-weight: bold;
}

.dropdown_head_font {
    font-family: 'Raleway', 'sans-serif';
    font-weight: bold;
}

.quote-form {
    padding: 28px 35px 15px 35px;
    box-shadow: 0 0 20px #e1e1e1;
    border-radius: 10px;
    text-align: left;
    max-width: 500px;
    margin: 30px auto auto auto;
}

.quote-form h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.quote-form .zip-input-wrapper {
    display: inline-block;
    position: relative;
    margin: 15px 0;
}


.quote-form .zip-input-wrapper:before {
    position: absolute;
    content: "";
    background: url('/assets/images/map_blue.png') no-repeat;
    left: 12px;
    top: 15px;
    width: 21px;
    height: 25px;
}

.state-list .list-group-item a {
    color: #0673ba;
    font-weight: 600;
    font-size: 18px;
}

.zip-input-wrapper .zip-input {
    color: #252525;
    border-radius: 3px;
    padding: 0.5em 1em 0.5em 42px;
    width: 150px;
    font-weight: bold;
    margin-right: 18px;
    margin-bottom: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    height: 56px;
    font-size: 18px;
    border: 1px solid #bbbbbb;
}

.zip-input-wrapper .zip-input:focus {
    border-color: #1c95b2;
}


.quote-form .submit-button {
    padding: 8px 30px;
    border-radius: 25px;
    background: #fe8829;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    vertical-align: sub;
    display: inline-block;
}

.quote-form .submit-button:hover {
    background: #d37122;
    transition: all 0.25s;
}


.quote-form-dropdown .submit-button {
    padding: 8px 30px;
    border-radius: 25px;
    background: #fe8829;
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    vertical-align: sub;
    display: inline-block;
    margin-top: 10px;
}

.quote-form-dropdown .submit-button:hover {
    background: #d37122;
    transition: all 0.25s;
}

#country_list {
    margin-top: 10px;
    display: inline-block !important;
    color: #2b2828;
    border-radius: 3px;
    padding: 0.5em 1em 0.5em 17px;
    width: 100%;
    font-weight: 900;
    margin-right: 18px;
    margin-bottom: 8px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%) !important;
    height: 62px;
    font-size: 20px;
    outline: 1px solid #bbbbbb !important;
    border-right: 21px solid transparent !important;
    text-indent: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 100% center;
}

.custom-select {
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 10px;
    border: 0;
    outline: 1px solid;
    border-right: 16px solid transparent;
}


.list-group-item.active {
    background-color: rgb(173, 18, 18);
    border-color: grey;
}

.list-group-item {
    margin-bottom: -10px;
}

.how-it-works {
    margin-top: 20px;
    padding: 50px 0;
    margin-bottom: 100px;
    background-image: linear-gradient(to right, #0673ba, #1c95b2);
    color: #ffffff;
}

.how-it-works h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.how-it-works ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.how-it-works ul li {
    padding-left: 50px;
    padding-bottom: 30px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
}

.how-it-works ul li:last-child {
    padding-bottom: 0;
}

.how-it-works ul .counter {
    position: absolute;
    display: block;
    padding: 6px 12px;
    border-radius: 100%;
    background: #ffffff;
    color: #1c95b2;
    left: 0;
    line-height: 22px;
    font-weight: bold;
    width: 33px;
    text-align: center;
}

.how-it-works img {
    position: absolute;
}

.state-list {
    padding: 25px 0;
    display: block !important;
}

.state-list h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.state-list h3 {
    font-size: 18px;
    color: #0673ba;
    text-align: center;
    font-weight: bold;
}

.state-list h3 .highlight {
    display: inline-block;
    border-bottom: solid 4px #0673ba;
    font-weight: bold;
}


.select-state {
    padding: 0px 18px;
    display: none !important;
    padding-bottom: 15%;
}

.select-state h2 {
    font-size: 35px;
    font-weight: 900;
    text-align: left;
    margin-bottom: 5%;
}

.select-state h3 {
    font-weight: bold;
    font-size: 20px;
    color: #0673ba;
    text-align: left;
    margin-bottom: 4%;
}

.select-state h3 .highlight {
    display: inline-block;
    border-bottom: solid 4px #0673ba;
}

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

@media (max-width: 1199px) {
    .select-state {
        display: none !important;
    }

    .contact-phone {
        display: block !important;
    }

    .how-it-works {
        margin-bottom: 25px;
        padding: 35px 10px;
    }

    .how-it-works img {
        width: 400px;
        position: relative;
    }

    .how-it-works ul {
        margin-left: 10px;
    }

}

@media (max-width: 991px) {
    .select-state {
        display: none !important;
    }

    .contact-phone {
        display: block !important;
    }

    .hero-wrapper h1 {
        font-size: 40px;
    }

    .how-it-works img {
        width: 325px;
        margin-top: 30px;
    }


}

@media (max-width: 767px) {
    .state-list {
        display: none !important;
    }

    .select-state {
        display: block !important;
    }

    .contact-phone {
        display: none !important;
    }

    .side_by_side_header {
        float: left;
        margin-right: 12%;
    }

    .hero-wrapper .sub-title {
        line-height: 26px;
    }

    .hero-wrapper {
        padding-top: 15px;
        padding-bottom: 25px;
    }

    .hero-wrapper h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .hero-wrapper .sub-title {
        font-size: 16px;
        line-height: 22px;
    }

    .quote-form h3 {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: left;
    }

    .how-it-works img {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .insurance-provider img {
        max-width: 125px;
    }

    .select-state h2 {
        font-size: 24px;
        display: block;
        float: none;
        margin: 0 0 15px 0;
    }

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

    .select-state h3 {
        font-size: 16px;
    }

    .hero-wrapper {
        text-align: left;
    }

    .quote-form {
        margin-top: 25px;
        padding: 28px 27px 35px 24px;
        max-width: 100%;
    }

    .quote-form .zip-input-wrapper {
        display: block;
        margin: 0 0 15px 0;
    }

    .how-it-works h3 {
        font-size: 24px;
    }

    .how-it-works ul li {
        font-size: 16px;
    }

    .zip-input-wrapper .zip-input {
        width: 100%;
    }

    .submit-button {
        width: 100%;
    }
}

@media (max-width: 397px) {
    .pull-left {
        float: none;
    }

    .side_by_side_header {
        float: left;
        margin-right: 2%;
    }

}

@media (max-width: 300px) {
    .quote-form .submit-button {
        font-size: 18px;
    }

    .quote-form-dropdown .submit-button {
        font-size: 18px;
    }

    #country_list {
        height: 52px;
        font-weight: bold;
    }
}
