.car-insurance-calculator-wrapper .tool-heading {
    background-color: #40478f !important;
    border-radius: 10px 10px 0 0;
}

.car-insurance-calculator-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    position: relative;
    border-radius: 10px;
}

.car-insurance-calculator-wrapper .form-wrapper {
    background-color: #F8F8F8;
    border-radius: 5px;
}
.car-insurance-calculator-wrapper .form-element {
    padding: 10px 10px 10px 22px !important;
    font-weight: 500;
}
.car-insurance-calculator-wrapper .tool-form {
    display: none;
    position: fixed;
    z-index: 100;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    top: 0px !important;
    background: rgba(0, 0, 0, .7);
    overflow: auto;
}

.car-insurance-calculator-wrapper .zip-tool-filter-close-btn {
    right: 5px;
    top: 10px;
    position: absolute;
}

.car-insurance-calculator-wrapper .filter-label-txt, .zip-label-txt {
    padding-left: 5px;
}

.car-insurance-calculator-wrapper .zt_tooltip img,
.car-insurance-calculator-wrapper .info_icon img {
    cursor: help;
    display: inline-block;
}

.car-insurance-calculator-wrapper .zt_tooltip .zt_tooltip_text {
    display: inline-block;
    background-color: rgba(51, 51, 51, 0.96);
    color: #fff; 
    visibility: hidden;
    width: 192px;
    text-align: left;
    border-radius: 6px;
    font-size: 13px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    line-height: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    margin-left: 2px;
    z-index: 999;
}
.car-insurance-calculator-wrapper .zt_tooltip .zt_tooltip_text:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}
.car-insurance-calculator-wrapper .zt_tooltip .zt_tooltip_text::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(51, 51, 51, 1) transparent transparent;
}
.car-insurance-calculator-wrapper .zt_tooltip:hover .zt_tooltip_text{
    visibility: visible;
}
.car-insurance-calculator-wrapper .zt_tooltip{
    display: inline-block;
}
.car-insurance-calculator-wrapper .tool-tip-close{
    font-size: 10px;
}
.car-insurance-calculator-wrapper .zt_tooltip:hover .zt_tooltip_text {
    visibility: visible;
}
#car-ins-tool-widget .coverage_tip_icon .help-popup:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    z-index: 2;
    pointer-events: none;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eff4f6;
}

.car-insurance-calculator-wrapper .tool-form p {
    color: #010852;
    font-weight: 500;
}

.car-insurance-calculator-wrapper .result-title {
    color: #010852;
}

.car-insurance-calculator-wrapper .start-shopping-now-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 20px;
    background: #0689D6;
    color: #fff;
}

.car-insurance-calculator-wrapper .rates-container-bg {
    background-image: url(/images/home-ins-calc/rates-bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 0px;
    margin-left: 8px;
    max-width: 514px;
    margin: 0 auto;
}

.car-insurance-calculator-wrapper .highest-lowest-rates-row {
    margin-top: 18px;
    padding-left: 37px;
    padding-right: 42px;
    font-size: 14px;
    padding-bottom: 0px;
}

.car-insurance-calculator-wrapper #new-zip-tool .googft-info-window span {
    color: #003d5c;
    font-size: 18px;
}

.car-insurance-calculator-wrapper .location_icon_small_popup {
    background: url(/images/location-logo-blue.svg) no-repeat;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 15px;
    margin-right: 4px;
    background-size: contain;
}

.car-insurance-calculator-wrapper .most-least-rates-heading {
    background: #F0F3FF 0% 0% no-repeat padding-box;
    border-top: 6px solid #40478f;
    line-height: 1.5 !important;
    color: #010852 !important;
    font-weight: 600 !important;
}

.car-insurance-calculator-wrapper .get-avg-rates-btn {
    background: #0689D6;
}

.car-insurance-calculator-wrapper .zip_error {
    border: 1px solid red !important;
}

.car-insurance-calculator-wrapper .form_error_msg {
    display: none;
    color: red;
    font-size: 10px;
    position: absolute;
    padding-left: 10px;
}

.car-insurance-calculator-wrapper .loader-container {
    position: absolute;
    width: 95%;
    height: 90%;
    background: rgba(255, 255, 255, .91);
    z-index: 999;
    display: none;
}

.car-insurance-calculator-wrapper .methodology-accordion.eat-block {
    background-color: #fff;
}

.car-insurance-calculator-wrapper .loading_msg,
.car-insurance-calculator-wrapper .loading_msg:before,
.car-insurance-calculator-wrapper .loading_msg:after {
    background: #1c4564;
    -webkit-animation: loading 1s infinite ease-in-out;
    animation: loading 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.car-insurance-calculator-wrapper .loading_msg {
    color: #1c4564;
    text-indent: -9999em;
    position: relative;
    font-size: 11px;
    top: 25%;
    left: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.car-insurance-calculator-wrapper .loading_msg:before,
.car-insurance-calculator-wrapper .loading_msg:after {
    position: absolute;
    top: 0;
    content: '';
}

.car-insurance-calculator-wrapper .loading_msg:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.car-insurance-calculator-wrapper .loading_msg:after {
    left: 1.5em;
}

.car-insurance-calculator-wrapper .highest-lowest-rate-container .ziptool-avg-rate-txt,
.car-insurance-calculator-wrapper .highest-lowest-rate-container .highest-rate,
.car-insurance-calculator-wrapper .highest-lowest-rate-container .low-rate {
    line-height: 1.3;
    font-size: 14px;
}

.car-insurance-calculator-wrapper .open-zip-tool-filter {
    color: #1F5676;
    background: #fff;
    background-color: #fff !important;
    height: 33px;
    line-height: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    border-radius: 0;
    position: relative;
    float: right;
}

.car-insurance-calculator-wrapper .open-zip-tool-filter:before {
    content: '';
    background: url(/images/home-ins-calc/sort-descending.svg) no-repeat;
    position: absolute;
    height: 17px;
    width: 17px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.car-insurance-calculator-wrapper .ios-no-scroll {
    touch-action: none;
    overflow: hidden;
    position: fixed;
}

.car-insurance-calculator-wrapper .highest-lowest-rate-container .number {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.car-insurance-calculator-wrapper .rates {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

body.no-scroll {
    overflow: hidden !important;
}

.car-insurance-calculator-wrapper .result-notavailable {
    display: none;
    padding: 10px;
    margin-top: 30px;
}

#car-ins-tool-widget .coverage_tip_icon {
    cursor: pointer;
    padding-left: 5px;
    height: 13px;
    width: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkBBcMEAA6l9HnAAAEg0lEQVRo3sXZS2xUVRgH8N+MLYJSKVrQoFEeWlBRRMGVRHmpRIyYGGOMMT5XGDQGEqLGkEhSxejCnVExxsfWx0YDAQqNMRotUG0sig2rUtqCaCGGR+dzMbdDIX3cO5Tp/27m3Ps9/uc758w55/tysmKqReaao95ktSbimKP+tk+bVrt0Z7aYGgu861cFMcxT0OIdt6c3mkslVeN5z7qp1D5pv306/asXNSa50hyzjCtJtPrIB46NRr8n2+Bw0r8TvrXWHaoGlayywDrfOZFI93hd7fk5z3laV2LuZ6tdkUqrzguaE61OT6aM8iCYpSkxs8OyzNr32plo7zSjHPerHBHCfivKjuBSbUL4x6PZFHPeFsJpG40v2z1M0KBPKGhIPxRVPhLCIfeel/N+LNYhhE9VpxGv9o0QfnHVqLiHafYI4esh1s8A5HycTLtJo+YeJtoihM9GGoji2G8/z5EfDOM1CqFhOKFHhLA39d9HtTssdHFK6cs0CwUPDyUwy1GhI/XY35gssna3ptSYplM4YvpgH3OahNOWpA7qD6Ut6KfUOsv0CTsGmwlPC2FjalM1A/bFgprUeg1CeOLc15N1CX9mmHxV/isRODlgHxwJE7QLneeusg1CuD+1GXi/RGBzJr2VQnh14KtLdQvbM5lhvDe1abHRhIyau4QeE8+8eFmIMna8cnGfEF4686JV+Lli7qFZaOlvLBDC6ooSWCOE24qNd4UTKU87o4UpTgqbqMJybHc4s5H5Fia/9voxo263Rssth6kKwtoyevFaaRm+VYb2eqGgLm+RHHaUH80ysQ05i/Lm4qS9FSewxynMzZuN/U5XnMAp7ajPq8e+iruHNszOq0PHmBA4iLq8GkbnDpcZvajJJxfsMSQwxsg7xsCNsYKoQW9e71gT6MHVY0JgGnry/kD9mBCYjX15bbh+5DvbqKPazCKBVozrPxpUEPNVozVvl8DiihNYioKmvG6/Jc3KYgn26sljKxarq6j7qe4pes7jC4zzWEUJPK4KnxcJ/OI3PFNRAk+hRUuRAJsxf5QyQmmwwrzEa4Li1awxo5nyD6VNZ65mxQgc9x7u9kBF+v+Qu/DO2YeAWoeEvzJdM8uLwCUOCB39GYX+88BR6zDT6xe8/xtch7V6z/2Qs1PoK95WLlgE7tcnbBv84wx/C52mXTAC1+gSDrt2KIGVCsKvJqcyN8Oy5Lkhlfwku4WCVcMJFVNIjRcgUTnBLiG8MbxYLklUN45yqrY2qR58OnLOvMpXQtiTei6MjGu0COHLdAefi3wghK6MWbOhsMRBIXySLl0POQ0KQp+GzBmws3GJTUnB4o2staP+kk27lWW7f8gBIRz2YDnq05MEe2gqYzBW+D7R3jb0uh8JOU8k4xearTElldZULyYVktDh8bLjl2CS13SXcsJbrLdwiMlU7U7rbXUqke7yyshJ7HQTY6LnPOOWUvuUdr875GhSuq11lTlmDiDWYrMPHT/f3p+N22yyW9+wxes+zd4yL73R7GXVOovc7Eb1Lh9Qvj9SKt9nzDf+DxjgwcNqjYcuAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIwLTA0LTIzVDEyOjE2OjAwKzAwOjAwKcO0nwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMC0wNC0yM1QxMjoxNjowMCswMDowMFieDCMAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat;
    background-size: contain;
    background-position: 3px center;
    display: inline-block;
}
#car-ins-tool-widget .coverage_tip_icon .help-popup {
    display: none;
    width: 280px;
    max-width: 350px;
    font-size: 12px;
    left: 111px;
    top: 23px;
    z-index: 99;
    background: #eff4f6;
    color: #000000;
    border-radius: 5px;
    box-shadow: 1px 1px 18px 0px #6c757d;
}
#car-ins-tool-widget .coverage_tip_icon .help-popup:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    z-index: 2;
    pointer-events: none;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eff4f6;
}
#car-ins-tool-widget .coverage_tip_icon .help-popup span {
    display: block;
    margin-bottom: 5px;
}
#car-ins-tool-widget .coverage_tip_icon .help-popup span em {
    font-weight: bold;
}
#car-ins-tool-widget .coverage_tip_icon:hover > .help-popup {
    display: block;
}
#car-ins-tool-widget .nearByMessage {
    display: none;
    font-size: 14px;
    font-weight: bold;
}
#car-ins-tool-widget .nearByMessage span {
    color: #374EFD;
}
#car-ins-tool-widget .tool-result {
    position: relative;
}
#car-ins-tool-widget .get-quotes-submit-btn {
    padding: 10px;
}
#car-ins-tool-widget .car-ins-tool-submit-btn {
    border-radius: 20px;
}
#car-ins-tool-widget .tool-zip-inputbox, 
#car-ins-tool-widget .get-quotes-submit-btn {
    border-radius: 25px;
    border: 1px solid #DDD;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#car-ins-tool-widget .form-group .custom-select {
    position: relative;
}
#car-ins-tool-widget .form-group .select-box {
    border: 1px solid #DDD;
    border-radius: 20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    padding: 11px 0px 11px 22px;
    position: relative;
    background: #fff;
    cursor: pointer;
}
#car-ins-tool-widget .select-box::before {
    content: '';
    margin-top: -2px;
    border: 5px solid transparent;
    border-top: 5px solid #40478f;
    border-bottom: 0;
    width: 5px;
    position: absolute;
    right: 8%;
    top: 50%;
    z-index: 1;
}
#car-ins-tool-widget .select-options {
    display: none;
    border: 1px solid #40478f;
    border-radius: 20px;
    padding: 20px;
    height: auto;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
    max-height: 180px;
    overflow-y: auto;
}
#car-ins-tool-widget .select-options::-webkit-scrollbar {
    width: 7px;
}
#car-ins-tool-widget .select-options::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 7px;
    margin: 12px 0px;
}
#car-ins-tool-widget .select-options::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 2px;
}
#car-ins-tool-widget .select-options span {
    padding: 5px;
    display: block;
    cursor: pointer;
}
#car-ins-tool-widget .select-options span:hover {
    color: #40478f;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 2px 4px 2px #374efd3D;
    font-weight: 500;
}

#car-ins-tool-widget .start-shopping-now-btn-wrap {
    position: relative;
}
#car-ins-tool-widget .arrow-container {
    transform: rotate(-90deg);
    margin-bottom: -25px;
}
#car-ins-tool-widget .arrow-div {
    position: absolute;
    width: 0.8em;
    height: 0.15rem;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-arrow-div 3s ease-out infinite;
    animation: move-arrow-div 3s ease-out infinite;
    left: -7px;
    top: -125px;
}
#car-ins-tool-widget .arrow-div:first-child {
    -webkit-animation: move-arrow-div 3s ease-out 1s infinite;
        animation: move-arrow-div 3s ease-out 1s infinite;
}
#car-ins-tool-widget .arrow-div:nth-child(2) {
    -webkit-animation: move-arrow-div 3s ease-out 2s infinite;
        animation: move-arrow-div 3s ease-out 2s infinite;
}
#car-ins-tool-widget .arrow-div:before,
#car-ins-tool-widget .arrow-div:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #fff;
}
#car-ins-tool-widget .arrow-div:before {
    left: 0;
    transform: skewY(30deg);
}
#car-ins-tool-widget .arrow-div:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}
.car-insurance-calc-methodology p, .car-insurance-calc-methodology ul li {
    font-size: 16px !important;
    line-height: 20px;
}
#car-ins-tool-widget h2{
    font-size: calc(1.3rem + .6vw)!important;
}
#car-ins-tool-widget h3{
    font-size: 16px!important;
}
@-webkit-keyframes move-arrow-div {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}
@keyframes move-arrow-div {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@-webkit-keyframes loading {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes loading {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@media (max-width:390px) and (max-height:745px) {
    .car-insurance-calculator-wrapper .highest-lowest-rates-row {
        margin-top: 22px;
        padding-left: 30px;
        padding-right: 34px;
        padding-bottom: 12px;
    }
    .car-insurance-calculator-wrapper .auto-icon img {
        height: 55px;
        width: 62px;
    }
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .ziptool-avg-rate-txt{
        line-height: 1.2;
    }
    
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .highest-rate,
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .low-rate {
        line-height: 1.1;
    }
}
@media (max-width:767px) and (min-height:970px) {
    .car-insurance-calculator-wrapper .highest-lowest-rates-row {
        margin-top: 48px;
        padding-left: 44px;
        padding-right: 54px;
        font-size: 16px;        
    }
    .car-insurance-calculator-wrapper .auto-icon img {
        height: 100px;
        width: 108px;
    }
    .car-insurance-calculator-wrapper .rates-container-bg{
        padding-top: 40px !important;
    }
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .ziptool-avg-rate-txt,
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .highest-rate,
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .low-rate {
        line-height: 1.5;
        font-size: 16px;
    }
    .car-insurance-calculator-wrapper .ios-no-scroll {       
        position: initial;
    }
}
@media (min-width:768px) {
    .car-insurance-calculator-wrapper .highest-lowest-rates-row {
        margin-top: 48px;
        padding-left: 44px;
        padding-right: 54px;
        font-size: 16px;        
    }

    .car-insurance-calculator-wrapper .highest-lowest-rate-container .ziptool-avg-rate-txt,
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .highest-rate,
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .low-rate {
        line-height: 1.5;
        font-size: 16px;
    }

    .car-insurance-calculator-wrapper .auto-icon img {
        height: 100px;
        width: 85px;
    }

    .car-insurance-calculator-wrapper .tool-form {
        display: block !important;
        position: relative;
        top: auto;
        overflow: inherit;
        left: auto;
        transform: none;
        background: #F2F2F2;
        height: auto;
    }
    .car-insurance-calculator-wrapper .calculate-btn-wrap {
        margin-top: 28px !important;
    }
    .zip-tool-container .select-box::before {
        right: 6%;
    }
}

@media (max-width: 767px) {
    #car-ins-tool-widget .coverage_tip_icon .help-popup:before{
        left: 117px;
    }
    .car-insurance-calculator-wrapper .loader-container {
        width: 100%;
        height: 100%;
    }
    #car-ins-tool-widget .coverage_tip_icon .help-popup {
        left: 0px;
    }
    #car-ins-tool-widget .arrow-div { 
        top: -65px;
    }
    .eat-block .accordion-heading::after {
        top: 7px !important;
    }
    .car-insurance-calculator-wrapper .highest-lowest-rates-row img {
        width: 70px;
    }
    .car-insurance-calculator-wrapper .highest-lowest-rates-row {
        margin-top: 40px;
    }
    #car-ins-tool-widget .start-shopping-now-btn-wrap {
        margin: 0 5px;
    }
    #car-ins-tool-widget .arrow-container {
        margin-bottom: 0;
        position: absolute;
        bottom: 22px;
        right: 45px;
    }
}

@media (min-width: 1024px) {
    .car-insurance-calculator-wrapper .loading_msg {
        top: 50%;
    }
    #car-ins-tool-widget h2{
        font-size: 28px!important;
    }
}
@media only screen and (device-width:540px) and (-webkit-min-device-pixel-ratio: 2.5) {
    .car-insurance-calculator-wrapper .highest-lowest-rates-row {
        margin-top: 55px;
        padding-left: 45px;
        padding-right: 50px;
        font-size: 14px;
        padding-bottom: 22px;
    }
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .ziptool-avg-rate-txt{
        margin-top: 38px !important;
    }
}
@media (max-width:745px) and (max-height:375px) and (orientation: landscape) {
    .car-insurance-calculator-wrapper .highest-lowest-rates-row {
        margin-top: 102px;
        padding-left: 66px;
        padding-right: 80px;
        font-size: 14px;
        padding-bottom: 22px;
    }
    .car-insurance-calculator-wrapper .highest-lowest-rate-container .ziptool-avg-rate-txt{
        margin-top: 66px !important;
    }
}
@media only screen and (width: 428px) and (height: 746px){
    .car-insurance-calculator-wrapper .highest-lowest-rates-row{
        margin-top: 42px;
    }
}