.state-car-ins-tool-wrapper .car-uv-tool {
    border: 1px solid #C4CDD5;
    box-shadow: 0px 16px 28px rgba(1, 8, 82, 0.120926);
    border-radius: 10px;
    padding: 30px 20px;
    margin: 40px auto;
}
.state-car-ins-tool-wrapper .uv-heading h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    width: 230px;
}
.state-car-ins-tool-wrapper .uv-form-wrap form.fade{
    opacity: 0.1;
}
.state-car-ins-tool-wrapper .uv-form-wrap .form-control {
    border-radius: 0;
    border: 1px solid #C0C1D1;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 0 34px 0 15px;
}
.state-car-ins-tool-wrapper .uv-form-wrap .form-control.select_error {
    background: #FACBBF;
    border: 1px solid #EA5230;
}
.state-car-ins-tool-wrapper .uv-form-wrap .form-control:hover {
    border: 1px solid #0689D6;
}
.state-car-ins-tool-wrapper .uv-form-wrap select#nv-models-select {
    padding-right: 35px;
}
.state-car-ins-tool-wrapper .uv-form-wrap span.opt {
    top: 52%;
    left: 15px;
    cursor: default;
    position: absolute;
}
.state-car-ins-tool-wrapper .uv-form-wrap .form-group:before, .state-car-ins-tool-wrapper .sortfilter-popup .form-group:before {
    content: '';
    position: absolute;
    top: 57%;
    right: 15px;
    z-index: 1;
    pointer-events: none;
    border: solid #727488;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.state-car-ins-tool-wrapper .sortfilter-popup .form-group:before {
    top: unset;
    bottom: 22px;
    right: 12px;
}
.state-car-ins-tool-wrapper .car-uv-tool .uv-form-wrap {
    margin-top: 25px;
}
.state-car-ins-tool-wrapper .car-uv-tool .uv-form-title {
    line-height: 19px;
    color: #353643;
    padding-bottom: 5px;
    font-size: 16px;
}
.state-car-ins-tool-wrapper .car-uv-tool .search-btn {
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.state-car-ins-tool-wrapper .step-box-latest {
    margin-top: 15px;
}
.state-car-ins-tool-wrapper .uv-form-wrap .browse_by_vehicle .form-group:before {
    top: 40%;
}
.state-car-ins-tool-wrapper .car-uv-tool .wordMargin {
    margin-top: 60px;
}

.card div[aria-expanded="true"],.card .collapse.show{
    background-color: #F6F6F6;
}
#article-icon-accordion .card {
    color: #000;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.1607843137254902);
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 15px !important;
    border: none;
}
#article-icon-accordion .card input, #article-icon-accordion .methodology-desc {
    display: none;
}
#article-icon-accordion label:after {
    transform-origin: center;
}
#article-icon-accordion label:before, #article-icon-accordion label:after {
    content: '';
    height: 4px;
    position: absolute;
    top: 48%;
    right: 20px;
    width: 25px;
    transition: transform 500ms ease;
    background: #1D9DE7;
    -webkit-text-fill-color: transparent;
}
#article-icon-accordion label:after {
    transform: rotate(90deg);
}
#article-icon-accordion input[type=checkbox]:checked ~ .methodology-desc {
    display: block;
}
#article-icon-accordion input[type=checkbox]:checked + label::after {
    transform: rotate(0deg);
}
.close-btn{
    right: -1%;
    content: '';
    background-image: url(/images/avg-ins-rates/close-btn.svg);
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
    background-size: auto;
    top: 10px;
    cursor: pointer;
}
.add-car-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #353643;
}
.add-car-btn-wrapper {
    top: 10px;
    color: #1D9DE7;
    right: 10px;
    cursor: pointer;
}
.add-car-btn-wrapper button {
    height: 40px;
}
.add-car-wrapper .filter-options-btn {
    border: 1px solid #C0C1D1;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #393B3F;
    height: 40px;
}
.add-car-image{
    content: '';
    background-image: url(/images/avg-ins-rates/close.svg);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #1D9DE7;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    left: 10px;    
}
span.add-car-text.d-block {
    font-size: 14px;
    font-weight: 500;
}
.remove-row, .close-result-overlay {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #effaff;
    border-top-right-radius: 5px;
    padding: 5px;
}
.car-results-table thead{
    background: transparent linear-gradient(270deg, #1D9DE7 0%, #006EAE 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff
}
.desktop-table{
    display: none;
}

#car-results-table .primary-btn.get-quote-btn, #car-results-table .primary-btn.get-popup-btn {
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    width: 100%;
}
#car-results-table .td-content {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #353643;
    margin-bottom: 10px;
}
.get-quote-mobile button {
    width: 100%;
}
#car-results-table .liability-text{
    color: #060606;
}
#car-results-table{
    border-bottom: none;
    border-collapse: separate !important;
    margin: 0 auto;
}
#car-results-table .desktop-table-display.norecords {
    min-height: 200px;
}
.filter-popup {
    padding-top: 40px;
}
.tInfoIcon{
    width: 17px;
    height: 17px;
}
.no-records, .no-matches{
    color: #000;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.no-records {
    font-size: 18px;
}
.no-matches{
    font-size: 16px;
}
.no-records img{
    height: 100px;
    width: 100px;
}
.error-message{
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: red;
    display: none;
    margin-top: 5px;
}
.field-error {
    border-color: red !important;
}
.filter-popup-mobile{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
    overflow: auto;
}
.filter-popup-desktop{
    display: none;
}
.sortfilter-popup .apply-filter-btn, .sortfilter-popup .reset-filter-btn, #car-filter-submit .add_new_car {
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    width: 95%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.sortfilter-popup {
    display: none;
    margin-bottom: 36px;
    background-color: #fff;
    max-width: 90%;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: center;
    margin: auto;
    opacity: 1;
    z-index: 99999;
    top: 60px;
    width: 80%;
    left: 10%;
}
.sortfilter-popup .filter-label {
    line-height: 16px;
    margin-bottom: 6px;
}
.sortfilter-popup .orline {
    position: absolute;
    bottom: -16px;
    border: 1px solid #C4C4C4;
    width: 96%;
    right: 2%;
    left: 2%;
}
.sortfilter-popup .ortext:before {
    content: "OR";
    position: absolute;
    top: -6px;
    bottom: 0;
    font-size: 10px;
    line-height: 12px;
    color: #0689D6;
    font-weight: 600;
    right: -17px;
}
.sortfilter-popup .or-text:not(.mob-last) {
    border-top: 1px solid;
    position: absolute;
    color: #C4C4C4;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 2px;
    width: 100%;
}
.sortfilter-popup .or-text:not(.mob-last) span {
    background-color: #fff;
    top: -15px;
    margin-left: 46%;
    width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
    padding-right: 0;
    border-radius: 30px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
     color: #0689D6; 
    z-index: 3;
}
.sortfilter-popup .or-text:not(.mob-last) div {
    background-color: #ffffff;
    top: -11px;
    margin-left: 43%;
    width: 36px;
    height: 16px;
    position: absolute;
    text-align: center;
    padding-right: 0;
    padding-top: 3px;
    z-index: 2;
}
.popup-select-wrapper label {
    font-size: 14px;
    line-height: 20px;
    color: #353643;
    margin-bottom: 18px;
}
.popup-select-wrapper .compare-popup label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}
.popup-select-wrapper .car-results-table label:after {
    content: ":";
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #353643;
}
.popup-select-wrapper .compare-popup label:after{
    content: none;
}
.popup-select-wrapper select#model-select {
    padding-right: 35px;
}
.popup-select-wrapper select.field-error {
    background: #FACBBF;
    border: 1px solid #EA5230;
}
.popup-select-wrapper select{
    border-radius: 0;
    border: 1px solid #C0C1D1;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 0 26px 0 15px;
    background-color: #fff;
}
.popup-select-wrapper .newcar-custom-select-sh {
    border-radius: 0;
    border: 1px solid #C0C1D1;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 0 15px;
    background-color: #fff;
}
.popup-select-wrapper .sort-car-btn-wrapper select{
    width: 100%;
    height: 40px;
    line-height: 19px;
    color: #393B3F;
}
.popup-select-wrapper {
    opacity: 1;
    z-index: initial;
    width: 100%;
}
.result-wrapper{
    min-height: 260px;
}
.car-block {
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.inner-car-block {
    padding: 25px 25px 0px;
}
.inner-block-second {
    padding: 15px 25px;
    background: #effaff;
} 
.inner-block-second label {
    font-weight: 500;
    color: #008bd6;
}
.inner-block-second .td-content {
    font-size: 18px !important;
    font-weight: bold;
}
.desktop-table-display.table-body {
    max-height: 1340px;
    overflow-y: auto;
}
.tool-loader {
    display: none;
    width: 80px;
    height: 80px;
    top: 27%;
    position: absolute;
    right: 47%;
}
.tool-loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #008bd6;
    border-color: #008bd6 transparent #008bd6 transparent;
    animation: tool-loader 1.2s linear infinite;
}
.state-car-ins-tool-wrapper .coverage-note {
    color: #353643;
    font-size: 14px;
}
.state-car-ins-tool-wrapper .coverage-note a {
    color: #1d9de7;
}
.state-car-ins-tool-wrapper .coverage-note a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.state-car-ins-result-section #interstitial_form .good_driver_tip_text li {
    font-size: 12px;
}
.state-tool-methodology-section .methodology-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}
.state-tool-methodology-section .methodology-desc p {
    font-size: 14px;
    color: #353643;
}
.inner-block-second .td-content .month-span {
    font-weight: bold;
    font-size: 14px;
}
.inner-block-second .text-span {
    font-weight: bold;
    font-size: 12px;
    color: #353643;
    margin-left: 36px;
}

@keyframes tool-loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
  
@media (max-width: 767px){
    .popup-select-wrapper .margin-label {
        margin-bottom: 10px;
    }
    .state-car-ins-tool-wrapper .car-uv-tool .disable-btn-mobile {
        background: #B5B5B5 !important;
    }
    .desktop-table {
        display: table;
    }
    .filterform{
        width: 90%;
        margin: auto;
    }
    .tool-loader {
        right: 38%;
    }
}
@media (min-width: 768px){
    .state-car-ins-tool-wrapper .car-uv-tool {
        padding: 39px 30px 30px;
    }
    .state-car-ins-tool-wrapper .uv-heading h2 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }
    .state-car-ins-tool-wrapper .uv-form-wrap span.opt {
        top: 52%;
    }
    .state-car-ins-tool-wrapper .car-uv-tool .search-btn {
        font-size: 18px;
        line-height: 21px;
    }
    .state-car-ins-tool-wrapper .step-box-latest {
        margin-top: 20px;
    }
    .state-car-ins-tool-wrapper .uv-form-wrap .form-control, .state-car-ins-tool-wrapper .uv-form-wrap .form-box {
        width: 210px;
    }
    .state-car-ins-tool-wrapper .car-uv-tool .wordMargin {
        margin-top: 45px;
    }
    .sortfilter-popup .sort-select-cvg {
        width: 150px;
    }
    .sortfilter-popup .sort-select-state, .sortfilter-popup .sort-select-year  {
        width: 140px;
    }
    .sortfilter-popup {
        opacity: 1;
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 1;
        max-width: 100%;
        transform: none;
        overflow:inherit;
        margin-top: 0px;
        margin-bottom: 36px;
    }
    .sortfilter-popup .or-text:not(.mob-last) {
        width: 98%;
        margin-top: 16px;
    }
    .sortfilter-popup .or-text:not(.mob-last) span {
        margin-left: 100%;
    }
    .sortfilter-popup .or-text:not(.mob-last) div {
        margin-left: 95%;
        width: 33px;
    }
    .sortfilter-popup .or-text.mob-last {
        border-top: 1px solid;
        position: absolute;
        color: #C4C4C4;
        font-weight: 700;
        margin-top: 16px;
        margin-bottom: 25px;
        height: 2px;width: 100%;
    }
    .popup-select-wrapper .sort-car-btn-wrapper select{
        width: 180px;
    }
    .popup-select-wrapper label {
        margin-bottom: 0px;
    }
    .popup-select-wrapper label:nth-child(3),.popup-select-wrapper label:nth-child(4) {
        margin-top: 12px;
    }
    .popup-select-wrapper .model-height {
        height: 38px;
    }
    .popup-select-wrapper .car-results-table label:after {
        content: "";
    }
    .no-records {
        font-size: 20px;
        top: 100px;
    }    
    .no-matches {
        font-size: 18px;
        top: 100px;
    }
    .no-records img {
        height: 150px;
        width: 150px;
    }
    .inner-car-block {
        padding: 25px;
    }
    #car-results-table {
        border-spacing: 0 0px !important;
    }
    #car-results-table {
        width: 100% !important;
        border-spacing: 0 15px;
        border-bottom: none;
        border-collapse: separate !important;
        margin: 0px;
    }
    .desktop-table-display.table-body {
        max-height: 930px;
    }
    .desktop-table {
        display: block;
    }
    #car-results-table .td-content {
        font-size: 16px;
    }
    .inner-block-second label {
        margin-bottom: 5px !important;
    }
}
@media (min-width: 1024px) {
    .state-car-ins-tool-wrapper .uv-form-wrap .form-control, .state-car-ins-tool-wrapper .uv-form-wrap .form-box {
        width: 250px;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .state-car-ins-tool-wrapper .uv-form-wrap .form-control, .state-car-ins-tool-wrapper .uv-form-wrap .form-box {
        width: 224px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .inner-block-second label{
        height: 40px;
    }
    .sortfilter-popup .sort-select-cvg {
        width: 18%;
    }
    .sortfilter-popup .sort-select-state, .sortfilter-popup .sort-select-year {
        width: 19%;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #car-results-table .text-md-center {
        text-align: left !important;
    }
    #car-filter-submit select::-ms-expand {
        display: none;
    }    
    #car-filter-submit select {
        appearance: none;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
        background-position: 98% center;
        background-repeat: no-repeat;
        outline: none;
        border: 1px solid #DDD;
        border-radius: 0;
        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    }
    #car-filter-submit select::-ms-value {
        background: none; /* remove blue background on ie10/ie11 when selected*/
        color:#000;
    }
}