.font-bold{
    font-weight: bold;
}
.add-car-compare-new{
    color: rgba(37, 37, 37, 1);
    font-size: 18px;
}
#main-accordian-list h3{
    text-align: left;
    letter-spacing: 0;
    opacity: 1;    
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}
.card div[aria-expanded="true"],.card .collapse.show{
    background-color: #F6F6F6;
}
.accordian-section ul.main-accordian-list li.main-list-element input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
}
.accordian-section ul.main-accordian-list {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}
.accordian-section ul.main-accordian-list li.main-list-element {
    position: relative;
    padding: 0;
    margin: 0;
    padding: 18px 0px;
    border-top: 1px solid #dce7eb;
    opacity: 0;
}
.accordian-section .flipIn:nth-of-type(2) {
    animation-delay: 0.25s;
}
.accordian-section .flipIn:nth-of-type(3) {
    animation-delay: 0.5s;
}
.accordian-section .flipIn:nth-of-type(4) {
    animation-delay: 0.75s;
}
.accordian-section .flipIn:nth-of-type(5) {
    animation-delay: 1s;
}
.accordian-section .flipIn:nth-of-type(6) {
    animation-delay: 1.25s;
}
.accordian-section .flipIn:nth-of-type(7) {
    animation-delay: 1.5s;
}
.accordian-section ul.main-accordian-list li.main-list-element:last-of-type {
    border-bottom: 1px solid #dce7eb;
}
.flipIn {
    animation: flipdown 0.5s ease both;
    opacity: 1 !important;
}
@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg)
    }

    5% {
        opacity: 1
    }

    80% {
        transform: rotateX(8deg)
    }

    83% {
        transform: rotateX(6deg)
    }

    92% {
        transform: rotateX(-3deg)
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg)
    }
}
.accordian-section ul.main-accordian-list li.main-list-element .accordian-content {
    color: #444444;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    padding: 0 25px;
}
.accordian-section ul.main-accordian-list li.main-list-element input[type=checkbox]:checked~.accordian-content {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}
.accord-button:before, .accord-button:after {
    content: "";
    position: absolute;
    background-color: #1D9DE7;
    transition: transform 0.25s ease-out;
}
.accord-button:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
}
.accord-button:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
}
.opened:before {
    transform: rotate(90deg);
}
.opened:after {
    transform: rotate(180deg);
}
.accord-button {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
h2.learn-section-title{
    font-size: 20px; 
}
.accord-headline{    
    font-size: 14px;
}
.semibold-text {
    font-weight: 600;
}
.color-effect{
    background-color: #F6F6F6;
}
#avg_rates_main .widget-buttons{
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 0.39;
    height: 30px;
    display: block;
    width: 187px;
}
.widget-buttons span img {
    width: 18px;
    height: 18px;
}
.widget-buttons span {
    position: relative;
    top: 2px;
}
.widget-buttons span:after{
    content: '|';
    position: relative;
    width: 1px;
    height: 18px;
    left: 10px;
}
.add-car-compare{
    background: #F6F6F6 0% 0% no-repeat padding-box;
    opacity: 1;
    z-index: 99;
}
.popup-title{
    color: #000000;    
}
.popup-title{
    font-size: 20px;
}
.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;
}
.add-car-compare label{
    font-size: 14px;
}
.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 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;
}
#avg_rates_main .form-group:before {
    content: '';
    position: absolute;
    top: 57%;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    border: solid #727488;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#avg_rates_main .sort-car-btn-wrapper.form-group:before, #avg_rates_main .browse_by_vehicle .form-group:before {
    top: 35%;
}
.sort-car-btn-wrapper {
    width: 60%;
    height: 40px;
}
.background-color-fade{
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    z-index: 10009;
    min-height: unset;
    overflow: scroll;
    overscroll-behavior: contain;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}   

#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);
}
.field-error{
    border-color: red;
}
.overlay-popup{
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    z-index: 10009;
    min-height: unset;
    overflow: scroll;
    overscroll-behavior: contain;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.close-btn{
    right: -10%;
    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 {
    width: 40%;
    top: 10px;
    color: #1D9DE7;
    right: 10px;
    cursor: pointer;
}
.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{
    width: 20px;
    height: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: #E4E4E4;
    padding: 4px;
}
.car-results-table thead{
    background: transparent linear-gradient(270deg, #1D9DE7 0%, #006EAE 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff
}
.compare-popup{
    display: none;
}
.compare-popup{
    opacity: 1;
    z-index: 99999;
    position: absolute;
    top: 60px;
    width: 80%;
    left: 10%;
}
.ribbon-effect::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 48px;
    background-color: #0372b3;
    left: -20px;
}
.ribbon-effect::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 48px;
    background-color: #1b99e2;
    right: -20px;
}
.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%;
}
.sort-table table thead th.sorting_enabled span.sort-arrow {
    display: inline-flex;
    position: absolute;
    height: 12px;
    width: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
}
.sort-table thead th.sorting_enabled span.sort-arrow .sort-asc {
    border-top: 5px solid #dcdcdc;
}
.sort-table table thead th.sorting_enabled span.sort-arrow .sort-desc {
    border-bottom: 5px solid #dcdcdc;
}

.sort-table table thead th.sorting_enabled span.sort-arrow .sort-desc {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 0;
}
#car-results-table td{
    color: #333 !important;
    display: block;
    font-size: 13px !important;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
#car-results-table td span {
    color: #515151 !important;
    font-size: 13px !important;
}
#car-results-table .td-content {
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #353643;
    margin-bottom: 10px;
}
#car-results-table .td-content.vpremium {
    font-size: 20px;
    line-height: 23px;
    color: #353643;
    margin-bottom: 25px;
}
#car-results-table td span.fc-value-mobile {
    font-size: 22px !important;
}
.fc-label-mobile {
    margin-top: -5%;
}
.right-td {
    width: 35%;
    float: right;
    border-left: none !important;
}
.semibold-text{
    font-weight: 600!important;
}
#car-results-table .liability-text{
    color: #060606;
}
#car-results-table td.get-quote button {
    color: #fff !important;
    height: 30px;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    transition: all 0.3s ease;
    background: #2ECC71 0% 0% no-repeat padding-box;
    border-radius: 22px;    
    font-size: 12px;
    font-style: normal;
    font-weight: 400; 
    border:0;   
}
.get-quote-mobile button {
    width: 100%;
}
#car-results-table {
    border-bottom: none;
    border-collapse: separate !important;
}
.left-td {
    width: 65%;
    float: left;
}
.result-wrapper.col-12.px-0 {
    background-color: #fff;
}
#car-results-table thead th{
    font-size: 16px;
    font-weight: 500;
}
#car-results-table thead .blank_th {
    color: transparent;
}
#car-results-table tbody tr{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 1px 6px 1px #00000029;
    filter: drop-shadow(3px 1px 6px #00000029);
    border-collapse: collapse;
}
#car-results-table{
    border-bottom: none;
    border-collapse: separate !important;
    margin: 0 auto;
}
.filter-popup {
    padding-top: 40px;
}
.desktop-table thead,.desktop-table tbody{
    display: block;
}
.desktop-table thead tr {
    height: auto;
    display: flex;
}
.desktop-table tbody tr {
    display: flex;
    align-items: center;
}
.tInfoIcon{
        width: 17px;
    height: 17px;
}
.sort-table table thead th{
    padding: .75rem !important;
    min-width: initial !important;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #2ECC71 solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 24px;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.article-icon-accordion-1 .btn:focus,#article-icon-accordion-1 .btn.focus {
    box-shadow: none;
}
.no-records{
    color: #000;
    font-size: 18px;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.no-records img{
    height: 100px;
    width: 100px;
}
.text-center.result-found-text {
    font-weight: 600;
    font-size: 18px;
}
.button-wrapper {
    font-size: 10px;
    font-weight: 400;
}
.button-wrapper {
    font-size: 10px;
    font-weight: 400;
}
.button-wrapper .btns{
    border: 1px solid #DFDFDF;
    padding: 5px;
}
.image-icons{
    width: 16px;
    height: 16px;
    background-color: #1D9DE7;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    right: 4px;    
}
.image-icons img{
    height: 8px;
    width: 8px;
}
.btn-text-color{
    color: #404040;
    font-weight: 500;
}
.mobile-table-display{
    height: 320px;
    overflow: scroll;
    display: block;
}
.stretch-wide {
    max-width: 1600px !important;
}
.button_wrapper button:focus{
    outline: 0;
}
.compare-popup .error-message{
    font-size: 12px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: red;
    display: none;
}
.sort-by-btn.desc img{
    transform: rotate(180deg);
}
.mobile-table thead{
    display:none;
}
.padding-bottom-10{
    position: relative;
    bottom: 5px;   
}
.better-result{
    font-size: 12px;
}
.add-car-btn, .start-over-btn {
    background: none;
    appearance: none;
}
.step-box-latest {
    margin-top: 15px;
}
.result-wrapper{
    min-height: 260px;
}
.no-records{
    top: 65px;
}
#car-results-table .desktop-table-display.norecords {
    min-height: 200px;
}
.compare-popup .add_car, .compare-popup .reset_car {
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    width: 95%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.compare-popup .or-text {
    border-top: 1px solid;
    position: absolute;
    color: #BFD2DD;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
    width: 100%;
}
.compare-popup .wordMargin {
    padding-top: 55px;
    line-height: 19px;
    color: #353643;
    margin-bottom: 5px;
}
.compare-popup .or-text span {
    background-color: #DCE7ED;
    top: -16px;
    margin-left: 48%;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    padding-right: 0;
    border-radius: 30px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #465E6C;
    z-index: 1;
}
.compare-popup .or-text div {
    background-color: #ffffff;
    top: -16px;
    margin-left: 41%;
    width: 80px;
    height: 30px;
    position: absolute;
    text-align: center;
    padding-right: 0;
    padding-top: 3px;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #465E6C;
}
.car-block {
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 15px;
}
.add-car-btn-wrapper .add-car-text {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.result-wrapper .premium-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.result-wrapper .premium-val {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
}
.popup-select-wrapper {
    opacity: 1;
    z-index: initial;
    width: 100%;
}
.overlay-popup {
    display: none;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    z-index: 10009;
    min-height: unset;
    overflow: scroll;
    overscroll-behavior: contain;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
}
.overlay-popup-white{
    display: none;
    position: absolute;
    text-align: center;
    top: 60px;
    left: 0;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    z-index: 10009;
    min-height: 1600px;
    overflow: scroll;
    background: #fff;
}
#avg_rates_main .form-control:hover{
    border: 1px solid #0689D6;
}
.desktop-table-display.table-body {
    max-height: 1340px;
    overflow-y: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #car-results-table .text-md-center {
        text-align: left !important;
    }
    .desktop-table tbody tr td,
    .desktop-table thead tr td,
    .desktop-table thead tr th
    {
        display: flex !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;
    }
    .desktop-table tr th:nth-child(8) {
        display: none !important;
    }
    .desktop-table tbody tr td:nth-child(6),
    .desktop-table tbody tr td:nth-child(7), 
    .desktop-table tbody tr td:nth-child(7) span,
    .desktop-table tbody tr td:nth-child(6) span
    {
        text-align: center !important;
        text-indent: 22% !important;    
    }
    .sort-table table thead th {
        min-width: 0px !important;
    }
    .sort-table table thead th.sorting_enabled span.sort-arrow {
        right: 25px;
    }
    .field-error {
        border-color: red !important;
    }

}

@media (min-width: 993px){
    #avg_rates_main.container-840 {
        max-width: 840px!important;
    }
}

@media (max-width: 650px){
    .desktop-table tbody{
        max-height: 320px;
    }
}
@media (max-width:768px){
    .desktop-table {
        display: table;
    }  
    .desktop-table thead{
        display: none;
    }
    .desktop-table tbody tr{
        display: table-row;
    }
}
@media (min-width:768px) {
    .step-box-latest {
        margin-top: 20px;
    } 
    .compare-popup .add_car, .compare-popup .reset_car {
        font-size: 18px;
        line-height: 21px;
        width: 100%;
    }
    #car-results-table {
        border-spacing: 0 0px !important;
    }
    #main-accordian-list h3{
        font-size: 16px;
    }
    .main-list-element p {
        font-size: 16px;
    }
    h2.learn-section-title{
        font-size: 22px; 
    }
    .accordian-section ul.main-accordian-list li.main-list-element .accordian-content, .accord-headline {
        font-size: 16px;
    }
    .popup-title{
        font-size: 22px;
    }
    .add-car-wrapper{
        display: block;
    }
    #car-results-table td {
        display: table-cell;
        border-left: none;
        font-size: 14px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #car-results-table td span {
        font-size: 14px !important;
    }
    .left-td {
        width: auto;
        float: none;
    }
    .right-td {
        width: auto;
        float: none;
    }
    #car-results-table .td-content {
        width: auto;
        margin-bottom: 0;
    }
    #car-results-table td.get-quote button {
        border-radius: 5px;
        background: #2ECC71 0% 0% no-repeat padding-box;
        border-radius: 14px;
    }
    #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;
    }
    .compare-popup{    
        background: #FFFFFF 0% 0% no-repeat padding-box;
        position: relative;
        border: 1px solid #C4CDD5;
        box-shadow: 0px 16px 28px rgba(1, 8, 82, 0.120926);
        border-radius: 10px;
        padding: 27px 28px 28px;
    }
    .compare-popup .form-box {
        width: 250px;
    }
    .compare-popup .or-text {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .compare-popup .or-text span {
        margin-left: 50%;
    }
    .compare-popup .or-text div {
        margin-left: 47%;
    }
    #car-results-table tbody tr{
        filter: none;
        box-shadow: none;
        border-collapse: collapse;
    }
    #car-results-table thead{
        background-repeat:no-repeat;
        background-attachment:fixed;  
    } 
    #car-results-table tbody tr {
        filter: none;
        box-shadow: 0 0 2px 1px rgb(230, 230, 230);
    }
    .add-car-compare-new{
        font-size: 27px;
    }    
    .methodology-title{
        font-size: 16px;
        color: rgba(0, 0, 0, 1);
    }
    .no-records{
        font-size: 20px;
        top: 100px;
    }
    .no-records img{
        height: 150px;
        width: 150px;
    }
    .filter-popup {
        padding-top: 0px;
    }
    .mobile-table{
        display: none;    
    }
    .desktop-table{
        display: block;
    }
    #car-results-table td.get-quote button{
        font-size: 16px;
    }
    .overlay_image{
        background: rgba(0, 0, 0, 0.43);
        height: 100%;
        width: 100%;    
    }
    .desktop-table tbody tr:last-child{ 
        padding-bottom: 45px;
    }
    .norecords{
        height: 220px;
    }
    .compare-popup{
        z-index: 1;
    }
    #article-icon-accordion .card-header button {
        width: auto;
    }
    #car-results-table thead th {
        max-height: 48px;
    }
    .desktop-table td,.desktop-table th {
        width: 12.5%;
    }
    .desktop-table tr td:nth-child(1), 
    .desktop-table tr th:nth-child(1) {
        width: 10%;
    }
    .desktop-table tr td:nth-child(8), 
    .desktop-table tr th:nth-child(8) {
        width: 12%;
    }    
    #car-results-table td span.fc-value-mobile{
        font-size: 14px !important;
    }
    .popup-select-wrapper .sort-car-btn-wrapper select{
        width: 180px;
    }
    .add-car-btn-wrapper {
        width: 90px;
    }
    .truck-add-btn.add-car-btn-wrapper {
        width: 120px;
    }
    .sort-car-btn-wrapper {
        width: 180px;
    }
    .add-car-btn-wrapper .add-car-text {
        width: 90px;
    }
    .truck-add-btn.add-car-btn-wrapper .add-car-text {
        width: 120px;
    }
    .popup-select-wrapper label {
        margin-bottom: 7px;
    }
    .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 .model-height-double {
        height: 52px;
    }
    .popup-select-wrapper .style-height-double {
        height: 76px;
    }
    .popup-select-wrapper .car-results-table label:after {
        content: "";
    }
    #car-results-table .primary-btn.get-quote-btn, #car-results-table .primary-btn.get-popup-btn {
        font-size: 18px;
        line-height: 21px;
        width: 160px;
    }
    .result-wrapper .premium-label {
        width: auto;
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
    }
    .result-wrapper .premium-val {
        font-size: 20px;
        line-height: 23px;
    }
    .compare-popup{
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
    .compare-popup .wordMargin {
        padding-top: 50px;
    }
    #car-results-table .td-content.vpremium .premium-label, #car-results-table .td-content.vpremium .premium-val{
        width: auto;
    }
    #car-results-table .td-content.vpremium {
        width: 160px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    #car-results-table .td-content.vpremium {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) and (min-width: 768px){
    .compare-popup .form-box {
        width: 32%;
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .desktop-table thead{
        display: block;
    }    
    #car-results-table td.get-quote button{
        font-size: 12px;
        font-weight: normal;
        line-height: 12px;
    }
    .sort-table table thead th.sorting_enabled span.sort-arrow {
        right: -7px !important;
    }
    nav #collapsibleNavbar {
        z-index: 999999;
            top: 45px;
    }
    .hamburger{
        top: 34px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 4.5px;
        padding-left: 4.5px;
        font-size: 15px;
    }
    #car-results-table tbody tr {
        filter: none;
    }
}
@media (max-width: 320px) {
    .compare-popup .error-message{
        font-size: 11px;
    }
    #car-results-table td span{
        font-size: 10px !important;
    }
}