.gap-ins-state-widget-wrapper .tool-heading {
    background-color: #40478f !important
}

.gap-ins-state-widget-wrapper {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137254902);
    position: relative;
}

.gap-ins-state-widget-wrapper .tool-bg {
    background-color: #EBF3FF;
}
.calculator-widget-form {
    padding: 38px 16px !important;
}
.gap-ins-state-widget-wrapper .tool-form {
    display: none;
    position: fixed;
    z-index: 99;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    top: 0px !important;
    background: rgba(0, 0, 0, .7);
    overflow: auto;
}
.gap-ins-state-widget-wrapper .info-icon {
    margin-bottom: 2px;
}
.gap-ins-state-widget-wrapper .info-text {
    position: absolute;
    padding: 10px;
    min-width: 140px;
    max-width: 261px;
    font-size: 12px;
    line-height: 18px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    display: none;
    left: -149px;
    text-align: center;
    z-index: 1000;
    top: -80px;
    width: 65vw;
    font-weight: 400;
}
.gap-ins-state-widget-wrapper .info-text:hover, .gap-ins-state-widget-wrapper .info-icon:hover~.info-text, .gap-ins-state-widget-wrapper .info-text:hover, .gap-ins-state-widget-wrapper .info-icon:focus~.info-text {
    display: block;
}
.gap-ins-state-widget-wrapper  .start-shopping-now-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 5px;
    background: #0689D6;
    color: #fff;
}
.gap-ins-state-widget-wrapper .start-shopping-now-btn:hover {
    background: #006AA8;
}
@media (min-width: 768px) {
    .calculator-widget-form{
        padding: 76px 16px !important;
    }
}

