@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
    font-family: "Open Sans", serif;
    color: #000;
}
:root {
    --blue-color: #33AFE0;
    --dark-blue-color: #0078B6;
    --orange-color: #F7931E;
    --gray-lite: #838383;
    --gray-dark: #282F35;
}
.bg-blue {
    background-color: var(--blue-color);
}
.bg-dark-blue {
    background-color: var(--dark-blue-color);
}
.text-orange {
    color: var(--orange-color);
}
.bg-orange {
    background-color: var(--orange-color);;
}
.text-gray-lite {
    color: var(--gray-lite);
}
.text-gray {
    color: var(--gray-dark);
}
.main-banner {
    background-image: url(../img/image1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
}
.ul-custom, li {
    list-style-type: none;
}
.ul-custom {
    padding-left: 0;
    margin-bottom: 0;
}
.ul-custom li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.ul-custom li:last-child {
    margin-bottom: 0;
}
.ul-custom li:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../img/check-orange.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: 5px;
}
ul.check-green li:before {
    background-image: url(../img/check.png);
}
ul.check-green li p {
    font-size: 16px;
    font-weight: 400;
}
.quote-wrap {
    background-color: #fff;
}
footer a {
    color: #fff;
}
.brand-logo {
    max-width: 200px;
}
.quote-head {
    background-color: var(--dark-blue-color);
}
.quote-inner-wrap {
    max-width: 400px;
}
.quote-inner-zip {
    max-width: 300px;
}
.icon-location {
    left: 5px;
    top: 26px;
}
.input-custom {
    min-height: 54px;
}
.icon-start {
    padding-left: 37px;
}
.custom-btn {
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px ;
    font-size: 18px;
}
.btn-orange:hover, .btn-orange:focus {
    background-color: #e17900;
    transition: .3s ease all;
}
.custom-count {
    height: 26px;
    width: 26px;
    border-radius: 15px;
    margin-right: 10px;
    font-weight: 600;
}
.v-divider {
    height: 95px;
    display: inline-block;
    width: 1px;
    background-color: #fff;
}
.search-icon-button {
    top: 0;
    left: 0;
}
.search-icon {
    height: 28px;
    width: 28px;
}
.btn-float .search-icon {
    width: 24px;
    height: 24px;
}
.ul-custom p {
    font-size: 20px;
    font-weight: 600;
}
.a-custom:hover, .a-custom:focus {
    color: #fff;
    opacity: .8;
}
.a-custom {
	overflow: hidden;
    position: relative;
}
.a-custom:after {
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: -30%;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), #0078b6, rgba(255, 255, 255, 0));
}
.a-custom:hover:after {
	transition: all .4s ease-out;
	right: 100%;
}
.btn-lite-blue {
    background-color: var(--blue-color);
}
.btn-lite-blue:hover,
.btn-lite-blue:focus {
    background-color: #1397cb;
}
.footer-logo {
    max-width: 220px;
    width: 100%;
}
.btn-find-local {
    background-color: rgba(174, 232, 255, 0.54);
}
.btn-find-local:hover,
.btn-find-local:focus {
    background-color: rgba(174, 232, 255, 0.8);
    color: var(--gray-lite);
}
.main-banner .bg-blue-opacity {
    /* background: rgba(51, 175, 224, 0.9); */
    /* background: rgb(26 150 199 / 90%); */
}
.main-banner .container {
    position: relative;
    z-index: 2;
}
.bg-blue-overlay {
    position: relative;
}
.bg-blue-overlay:before, .bg-blue-opacity:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(51, 175, 224, 0.9); */
    background: rgba(51, 175, 224, 0.8);
    z-index: 0;
}
.logo-companies {
    display: inline-block;
    min-width: 55px;
    max-width: 120px;
}
div.logo-winchoice {
    max-width: 100px;
    width: 100%;
}
.more-text {
    font-style: italic;
    font-size: 14px;
}
.custom-rounded {
    border-radius: 25px;
    overflow: hidden;
}
.list-section {
    min-width: 390px;
}
.img-section {
    max-width: 680px;
}
.fw-semibold {
    font-weight: 600;
}
#main {
    max-width: 640px;
    margin: 0 auto;
}
#main.main-wide {
    max-width: 991px;
}
.label-custom-radio .custom-radio-img {
    max-width: 100px;
}
.label-custom-radio .roof-text-center,
.label-custom-radio .text-center {
    text-align: center;
}
.label-custom-radio p {
    margin-top: 1rem;
    font-size: 14px;
}
/* funnel */
.rounded-25 {
    border-radius: 25px;
}
.text-question {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.6;
    /* margin-bottom: 30px; */
    color: var(--dark-blue-color);
}
.text-description {
    font-weight: 400;
    color: var(--gray-lite);
    font-size: 16px;
    margin-bottom: 30px;
}
.text-green {
    color: #21B700;
}
.container-inner {
    max-width: 914px;
}
.custom-radio input[type="radio"] {
    display: none;
}
.custom-radio input[type="radio"] + label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 90px;
    width: 160px;
    height: auto;
    min-height: 140px;
    font-size: 20px;
    line-height: 1.6;
    border-radius: 15px;
    padding: 1rem;
    color: #074362;
    font-weight: 700;
    border: 2px solid var(--dark-blue-color);
}
.custom-radio:hover input[type="radio"] + label,
.custom-radio input[type="radio"]:checked + label {
    background-color: #d8effa;
    color: var(--gray-dark);
}
.step-btn {
    background-color: var(--orange-color);
    min-width: 109px;
    padding: 12px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease-in-out;
    border-radius: 11.2px;
}
.step-btn img {
    width: 17px;
}
.step-btn.prevStep, .step-btn.customPrevStep {
    background-color: #e3e3e3;
}
.step-btn:hover, .step-btn:focus {
    background-color: #e17900;
}
.progress-bar {
    background-color: #282F35;
}
div.progress {
    overflow: visible;
    height: 6px;
}
.progress-label {
    background-color: #282F35;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    border-radius: 7px;
    padding: 3px 6px;
    position: relative;
    top: -8px;  
    left: -10px;
    height: 20px;
}
.bg-qoutes-progress {
    background-color: #D9D9D9;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    right: 10px;
    top: -12px;
}
.bg-qoutes-progress small {
    font-size: 12px;
}
/* .progress-label.step-1 {
    left: ;
} */
.hide {
    display: none;
}
.progress-wrap {
    width: calc(100% - 123px);
}
/*  */
#msform {
    margin: 0 auto;
    max-width: 991px;
}
.btn-quote {
    min-height: 52px;
    width: 100%;
}
.border-orange {
    border: var(--orange-color);
}
.bg-green {
    background-color: #22b573;
}
.secure-icon span {
    font-size: 14px;
}
.div-quote .form-control {
    font-size: 18px;
    min-height: 52px;
}
div .form-control {
    border: 1px solid #0078b629;
    background-color: #f3f8ff;
    color: var(--gray-lite);
    font-weight: normal;
    min-height: 44px;
    border-radius: 3px;
}
.content .form-control {
    min-height: 54px;
    border-radius: 15px;
    font-size: 16px;
}
.expect-ul li {
    padding-left: 20px;
    position: relative;
}
.expect-ul li span {
    position: absolute;
    left: 0;
    top: 0;
}
.quo-div {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 20px; */
}
.quo-div svg path, .quo-div svg polyline {
    stroke: var(--orange-color);
}
.check-icon, .wrong-icon {
    position: relative;
    top: 14px;
    width: 23px;
}
.hasError {
    border: none;
    outline: 0!important;
    box-shadow: 0 0 0 0.15rem #e77979!important;
    border-radius: 10px;
}
.rounded-c {
    border-radius: 11.2px;
}
.pac-container:not(.pac-logo) {
    display: none;
}
.group-check-area-code input[type="text"] {
    padding-right: 100px;
}
.group-check-area-code {
    position: relative;
}
.group-check-area-code img {
    position: absolute;
    right: 10px;
    top: 19px;
    width: 20px;
}
.group-check-area-code .area-code {
    position: absolute;
    right: 38px;
    top: 17px;
}
.text-width-25 {
    width: 25px;
}
.thanks-text-detail {
    padding-left: 15px;
    font-size: 16px;
    padding-top: 0;
}
.thanks-label {
    text-align: left;
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
}
.info-divs {
    background-color: #f9f9f9 !important;
    border-radius: 1rem;
    padding: 25px;
    width: 100%;
    text-align: left;
}
.line-height-30 {
    line-height: 30px;
}
.link-color {
    color: #0078b6;
}
.bg-f9f9f9 {
    background-color: #f9f9f9 !important;
}
.custom-margin-like .tracking-btn {
    min-width: 175px;
    border-radius: 10px;
    font-weight: 700;
}
.custom-margin-like h5 a {
    text-decoration: none;
    color: #0078b6 !important;
    font-size: 1.25rem;
    text-align: center;
    font-size: 16px;
}
.form-wrap-more-like {
    text-align: center;
}
.error.alert-danger {
    max-width: 600px;
    margin: 0 auto 1rem auto;
    width: 100%;
}
/*  */
@media (max-width: 566.98px) {
    .step-btn {
        min-width: auto;
    }
    .main-banner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .text-question {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .text-description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .custom-radio input[type="radio"] + label {
        font-size: 14px;
    }
    .custom-wrap .custom-radio input[type="radio"] + label {
        display: block;
        min-height: auto;
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
    .group-check-area-code input[type="text"] {
        padding-right: 58px;
        font-size: 15px;
    }
}
.body-privacy {
    color: var(--gray-dark);
}
.article-title {
    color: var(--dark-blue-color);
}
.body-privacy p.section-title {
    color: var(--dark-blue-color);
    font-weight: 600;
    font-size: 1.6rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--dark-blue-color);
    margin-bottom: 1rem;
}
.funnel-subtitle {
    font-size: 1.8rem;
    color: #000;
    margin-top: 1rem;
}
.text-description-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.text-description-icons img {
    width: 14px;
}
.text-description-icons span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.tcpa-text {
    line-height: 16px;
    color: #808080cf;
    font-size: 11px;
    padding: 5px 20px;
}
.text-thankyou h1 {
    color: var(--gray-dark)
}
.text-thankyou p {
    color: var(--gray-lite);
}
.partner-wrap {
    padding: 20px;
    border-radius: 15px;
    background-color: var(--orange-color);
    box-shadow: 0 0 7px 3px rgba(0,0,0,.2);
    height: 100%;
}
.partner-img {
    margin-bottom: 20px;
    height: 90px;
}
.partner-action {
    text-align: center;
}
.partner-description {
    text-align: center;
    min-height: 234px;
    color: #fff;
}
.partner-description p {
    color: #fff;
}
.partner-action .btn-thank {
    background-color: #fff;
    border-radius: 15px;
    padding: 12px 18px;
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, 0.1);
}
/*  */
.note-text {
    font-size: 12px;
}
.text-width-30 {
    width: 30px;
}
.img-phone-main img.img-phone {
    width: 25px;
}
.bottom-quo .quo-div {
    width: 20px;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
}
.bottom-quo .text-orange {
    font-weight: 700;
}
.hide {
    display: none;
}
.partners-list {
    padding-left: 0;
}
.partners-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 21px;
}
.partners-list li:before {
    width: 12px;
    height: 12px;
    display: inline-block;
    content:'';
    background-image: url(../img/arrow-list.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 8px;
}
.partners-list li a {
    color: #0078B6;
    font-weight: 900;
}
/*  */
@media (max-width: 768.98px) {
    .main-banner {
        min-height: auto;
        padding-top: 5px;
        padding-bottom: 0;
    }
    .main-banner.main-banner-home {
        padding-top: 0;
    }
    .text-question {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .text-description {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #cityLongName.text-description {
        font-size: 28px;
    }
    .custom-radio input[type="radio"] + label {
        font-size: 16px;
    }
    .bottom-quo { 
        justify-content: center;
    }
}
@media (max-width: 991.98px) {
    
}
@media (min-width: 1400px) {
    .main-banner {
        min-height: 72vh;
    }
}
@media (max-width: 575.98px) {
    .brand-logo {
        max-width: 160px;
    }
    .btn-find-local {
        font-size: 13px;
    }
    .list-section {
        min-width: 100%;
    }
    .search-icon-button a {
        padding: .5rem !important;
        font-size: 16px !important;
    }
    .search-icon {
        height: 23px;
        width: 23px;
    }
    .custom-radio input[type="radio"] + .label-custom-radio {
        width: 100%;
        justify-content: start;
        min-height: 90px;
    }
    .label-custom-radio .roof-text-center,
    .label-custom-radio .text-center {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .label-custom-radio .custom-radio-img {
        /* max-width: fit-content; */
        height: auto;
        width: 100%;
        max-width: 60px;
    }
    .label-custom-radio p {
        margin-top: 0;
        font-size: 14px;
        width: calc(100% - 130px);
    }
    .fs-5.btn-quote {
        font-size: 16px !important;
    }
    .bottom-quo {
        font-size: 15px;
    }
    .content .form-control {
        font-size: 15px;
    }
    .info-divs {
        padding: 12px;
    }
    .progress-wrap {
        width: calc(100% - 130px);
    }
    .progress-label {
        left: -12px;
    }
    .bg-qoutes-progress {
        min-width: 132px;
    }
}