@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma.woff2') format('woff2'),
      url('../fonts/Tahoma.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'league_spartanbold';
    src: url('../fonts/leaguespartan/leaguespartan-bold-webfont.woff2') format('woff2'), url('../fonts/leaguespartan/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

:root
{
    --white:#FFF;
    --gold: #C9B47F;
    --navy: #040D30;
}



article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    overflow-x: hidden;
    font-family: "Open Sans", Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


a, a:hover

{
    text-decoration: none;
    color: #248dbf;
}

img, svg
{
	display: block;
}


h1,h2,h3,h4,h5,h6
{
  /* font-family: 'league_spartanbold'; */
  font-weight: 700;
}

p
{
    color: #585858;
}



.logo a {
    font-size: 45px;
    color: #ffffff;
    font-family: Arial;
    line-height: 60px;
    font-style: italic;
    font-weight: 600;
}

.top_right_navbar
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 550px;
    margin-left: auto;
    align-items: center;
}

.social_icons {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    background: #ffffff;
    padding: 5px;
}

.cus_container {
    max-width: 1200px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.social_icons svg
{
    height: 21px;
    width: auto;
}

.rr_header {
    padding: 4px 0 4px 0;
    position: sticky;
    top: 0;
    background-color: #000095;
    z-index:99;
}

.rr_number {
    color: #248dbf;
    font-weight: 700;
    font-size: 26px;
    padding: 4px 16px;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 3px;
    display: inline-block;
}


.rr_number:hover
{
    border: 1px solid rgba(23, 44, 92, 0.4);
    background: rgba(23, 44, 92, 0.05);
}

.nav_links_rr
{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

ul.nav_links_rr > li > a {
    color: #ffffff;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    font-style: italic;
}

.hero-bar h6 {
    text-align: center;
    color: #FFF;
    font-size: 28px;
    background-color: #172C5C;
    margin: 0;
    padding: 17px 0;
    font-family: inherit;
    font-weight: 400;
}

.head_rr {
    text-align: center;
    margin-top: 0;
    color: #000000;
    font-size: 47px;
}

.sub_head_rr {
    font-size: 32px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    color:#000000;
}

.common_button_rr {
    background-color: #B51700;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 40px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 70px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgb(46 46 46 / 50%);
}

.common_button_rr:hover
{
    color: #ffffff;
}

.back_rr {
    font-size: 35px;
    display: inline-block;
    margin-bottom: 35px;
    line-height: 35px;
}

.common_sec
{
    padding-top: 50px;
}

.common_list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px;
    margin-top: 30px;

}
.common_list li > span {
    display: block;
    padding: 13px 24px;
    border: 2px solid #777777cc;
    border-radius: 10px;
    font-size: 22px;
    color: #585858;
}

.mar_cus_list
{
    margin-bottom: 60px;
}


.small_container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.common_logo_list img {
    max-width: 90px;
    width: auto;
    height: 50px;
    object-fit: contain;
}

.common_logo_list li.active {
    border: 1px solid #000095;
    background-color: #000095;
}

models_list li.active {
    background: #28a745;
}

.common_logo_list li {
    width: calc(25% - 15px);
    border: 1px solid #cccccc;
    padding: 15px 20px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vehicle_title {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
}

.male_female_cont
{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.final_list li {
    font-size: 25px;
    margin-bottom: 5px;
}

.social_img_rr
{
  height: 35px;
}

.banner_logo_rr {
    max-width: 100%;
    margin: 0 auto 0 auto;
    width: 950px;
}

.over_more_rr {
    display: table;
    margin-left: auto;
    font-size: 27px;
    margin-right: 0;
    margin-top: 10px;
    font-style:italic;
}

.single_logo_rr {
    max-width: 230px;
    margin: 20px auto 0px auto;
}

.rightrator_footer {
    background-color: #B51700;
    padding: 10px 0;
    margin-top: 55px;
}

.powered_by_rr {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
}

.powered_by_rr a
{
    color: inherit;
    text-decoration: underline;
}

.footer_links_rr {
    display: flex;
    justify-content: center;
    font-size: 16px;
    grid-gap: 6px;
}

.footer_links_rr li {
    color: #ffffff;
}

.footer_links_rr a {
    color: #35bdff;
}



.main_rr {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.spinner {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 5px solid;
    border-color: #ffffff;
    border-right-color: #B51700;
    animation: spinner-d3wgkg 1s infinite linear;
}
 
 @keyframes spinner-d3wgkg {
    to {
       transform: rotate(1turn);
    }
 }

 .loader_rr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #121212d9;
}

.loader_text
{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 450px;
}
.common_list li.active span {
    background-color: #000095;
    color: #FFFFFF;
    border-color: #000095;
}

.main_common_sec {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    grid-gap: 90px;
}

.font_small
{
    font-size:35px !important;
}




.common_sec_modal .common_list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
}


.year_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

    .year_list li {
        width: 60px;
        padding: 10px;
        text-align: center;
        border: 1px solid #007bff;
        cursor: pointer;
        border-radius: 5px;
        transition: background 0.3s;
    }

        .year_list li:hover,
        .year_list li.active {
            background: #007bff;
            color: white;
        }

.birthday-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 90%;
    max-width: 500px;
}

h2 {
    margin-bottom: 10px;
}

.selection-group {
    margin-bottom: 35px;
}

    .selection-group h3 {
        margin-bottom: 5px;
    }

.options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-left: 25px;
}

.option {
    background: #000095;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 26px;
    text-align: center;
    line-height: 28px;
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .option:hover {
        background: #28a745;
    }



    .option.selected {
        background: #28a745;
    }


.common_sec_year .common_list {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}

.filter_inner {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    grid-gap: 20px;
    justify-content: center;
}

.common_sec_modal .option {
    min-height: 94px;
}

.common_logo_list li.selected {
    border: 2px solid #000095;
}

.birthdate_sec .form-select, .state_sec .form-select {
    font-size: 1.5rem;
    height: 65px;
    color: #585858;
    border-color: #585858;
}
.address_sec input#autocomplete {
    height: 65px;
    font-size: 1.5rem;
    color: #585858;
    border-color: #585858;
}
input#apartment_number {
    max-width: 480px;
    width: 100%;
    border-color: #585858;
    height: 65px;
    font-size: 1.5rem;
}
.custom_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.quotes_section .back_rr {
    margin-bottom: 0;
}
/*.quotes_section .custom_row {
    margin-bottom: 35px;
}*/
.mobile_back{
    display:none;
}

.quotes_table_inner ul .logo_sec img {
    max-width: 180px;
    object-fit: contain;
}

.rs_new_table .quotes_table_inner ul .logo_sec img {
    max-width: 340px;
    object-fit: contain;
}

.quotes_table_inner ul .logo_sec {
    /*width: 200px;*/
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    width: 100%;
}
.quotes_table_inner li .list_item {
    margin-bottom: 20px;
}
.quotes_table_inner li .list_item {
    margin-bottom: 20px;
    color: #000000;
}
.quotes_table_inner li .list_item p {
    color: #000000;
}
.quotes_table_inner ul {
    border: 1px solid #585858;
    /*max-width: 1140px;*/
    margin: 0 auto 20px;
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}
.quotes_table_inner ul li:not(:last-child) {
    border-right: 1px solid #585858;
    padding: 20px;
}
.quotes_table_inner ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.quotes_table_button {
    color: #B51700;
    /*color: #ffffff;*/
    padding: 14px 0px;
    font-size: 28px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    text-align:center;
    /*box-shadow: 0 5px 15px rgb(46 46 46 / 50%);*/
}
.quotes_table_inner li .list_item:last-child {
    margin-bottom: 0;
}
.quotes_table_inner ul li.compare_sec {
    max-width: 360px;
    width: 100%;
    font-size: 17px;
}

.quotes_table_inner ul li.price_sec {
    max-width: 350px;
    width: 100%;
   
}

.rs_new_table .quotes_table_inner ul li.price_sec {
    padding-left: 60px;
}

.quotes_table_inner ul li.button_sec {
    flex:1;
}
.price_sec .list_item {
    font-size:24px;
}
.quotes_table_button:hover {
    color: #B51700;
}
.quotes_table .see_more {
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    color: #00a2ff;
}
.quotes_section .table_sort {
    display: flex;
    align-items: center;
    grid-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.quotes_section .table_sort input {
    width: 20px;
    height: 20px;
}
.quotes_section .table_sort label {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.quotes_section .table_sort li {
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.sort_title {
    font-size: 32px;
    color: #B51700;
    margin-bottom: 0;
    font-weight: 700;
}
.quotes_section .sub_head_rr {
    font-size: 38px;
}

#loader-Image {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: Fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9999999;
    display: none;
    margin-top: -13px;
}

#loader-Grey-Screen, .loader-Grey-Screen {
    top: 0;
    background: #000;
    z-index: 999999;
    left: 0;
}

#loader-Grey-Screen {
    position: absolute;
}

.loader-Grey-Screen {
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: .3;
    display: none;
}

.blink_me {
    animation: blinker 2s linear infinite;
    color: #248dbf;
    text-align: center;
    padding: 25px 0px 30px 0px;
    font-size: 25px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.footer_drop a::after {
    content: normal !important;
}
.footer_drop ul.dropdown-menu {
    width: 190px;
    border: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.footer_drop ul.dropdown-menu .dropdown-item {
/*  color: #000000;*/
    white-space: normal;
    -webkit-appearance: none;
    font-size: 13px;
    line-height: normal;
    transition:0.3s all;
}
.footer_drop ul.dropdown-menu .dropdown-item:hover,
.footer_drop ul.dropdown-menu .dropdown-item:focus,
.footer_drop ul.dropdown-menu .dropdown-item:active {
    background-color: transparent;
    color: #35bdff
}
.footer_drop ul.dropdown-menu .dropdown-item:hover {
    color: #000000;
} 

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.common_sec_year input {
    font-size: 32px;
    border-color: #585858;
    min-height:65px;
}
.common_sec_year .common_button_rr {
    padding: 13px 30px;
}
.quotes_table_inner strong.text-danger {
    font-size: 24px;
    max-width: 480px;
    width: 100%;
    display: block;
    margin: auto;
}
.quotes_table_inner {
    margin-top: 80px;
}
.grid_gap {
    grid-row-gap: 20px;
}

.cus_button_with_error
{
    position:relative;
    display:inline-flex;

}

.error_mes_with_btn {
    color: red;
    position: absolute;
    right: 0;
    top: -35px;
    white-space: nowrap;
}

.new_header {
    background-color: #000095 !important;
}
.new_header ul.nav_links_rr > li > a {
    margin-right: 0;
}
/*header.rr_header:has(+ .new_header) {
    display: none;
}*/
.auto_text {
    font-size: 32px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    color: #000000;
}
.new_table .quotes_table_inner {
    margin-top: 40px;
}
.htq_logo {
    width: 220px;
}
.rr_new_table_details {
    margin-top: 40px;
}
.rr_new_table_details p {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.rr_new_table_details p:last-child{
    margin-bottom:0;
}
.new_table .quotes_table_button {
    font-size: 26px;
}

/*10*04*25*/

.new_button_sec {
    flex: 1;
    flex-direction: column;
}
.new_table_button {
    background-color: #B51700;
    color: #ffffff;
    padding: 5px 30px;
    font-size: 26px;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
}

.new_table_button:hover
{
    color:#ffffff;
}
.new_button_sec p {
    font-size: 26px;
    color: #000095;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
}
.new_button_sec .call_number_text {
    font-size: 24px;
    color: #000095;
    font-weight: 600;
    line-height: normal;
}


/*10*04*25 close*/


/*11*04*25*/

.header_new #header {
    color: #222;
    background-color: #fff;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.25),0 .5rem 1rem rgba(0,0,0,.125);
}
.header_new #top-nav {
    /* color: #0278ab; */
    background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}
.header_new .top-nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header_new .top-nav-item-spacer {
    margin-left: auto;
    margin-right: auto;
}
.header_new .top-nav-item {
    display: block;
}
.header_new .top-nav-item-0278ab .top-nav-link, .header_new .top-nav-item-0278ab .top-nav-text {
    color: #0273a3;
}
.header_new .fa-fw {
    text-align: center;
    width: 20px;
}
.header_new .top-nav-item-bold {
    font-weight: bold;
}
.header_new .top-nav-link, .header_new .top-nav-text {
    display: block;
    height: 100%;
    padding: 8px 16px;
    text-decoration: none;
}
.header_new .top-nav-item-172c5c .top-nav-link, .header_new .top-nav-item-172c5c .top-nav-text {
    color: #172c5c;
}
.header_new .order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.header_new .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.header_new #header-logo {
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
}
.header_new #header-logo-link {
    max-width: 400px;
    display: inline-block;
}
.header_new picture {
    display: inline-block;
    position: relative;
}
.header_new #header-logo-img {
    width: auto;
    max-height: 160px;
}

.header_new .img-fluid {
    max-width: 100%;
    height: auto;
}
.header_new #header nav.navbar {
    padding: 0;
    font-family: "Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
}

.header_new .mr-2, .header_new .mx-2 {
    margin-right: 8px !important;
}
.header_new .ml-2, .header_new .mx-2 {
    margin-left: 8px !important;
}

.footer_new #footer {
    position: relative;
    padding-top: 4rem !important;
    padding-bottom: 2rem;
    margin-top: 0;
    font-size: .875rem;
    color: #f8f8f8;
    background-color: #102145;
}

.footer_new #footer .footer-main-links-container {
    font-size: .9375rem;
    margin-bottom: 1.5rem;
    line-height: 1.375;
}
.footer_new #footer .footer-main-links-row {
    row-gap: 1.5rem;
}
.footer_new #footer .footer-main-links-col > strong > a {
    text-decoration: none;
}

.footer_new #footer a {
    color: #f8f8f8;
}
.footer_new #footer .footer-main-links-col > ul {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none;
}
    .footer_new #footer .footer-main-links-col > ul > li {
        margin-top: .875rem;
    }
.footer_new #footer .footer-social-link {
    padding: .125rem .25rem 0;
    text-decoration: none !important;
    line-height: 1.8125rem;
    border-radius: .25rem;
}
.footer_new .fa-social-lg {
    font-size: 20px;
    line-height: .05em;
    vertical-align: -.075em;
}
.footer_new .fa-social-fw {
    text-align: center;
    width: 20px;
}
.footer_new .fa-social {
    font-family: WebtricitySocialIcons;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.footer_new .footer-content p {
    color: #f8f8f8;
}
.footer_new #footer .footer-sep {
    position: relative;
    margin: 0 1em;
}

.footer_new #footer .footer-sep::before {
    position: absolute;
    left: 50%;
    top: .1875rem;
    width: 0;
    height: .8125rem;
    margin-left: -3px;
    content: "";
    border-left: 2px solid rgba(248,248,248,.34);
}
.footer_new #footer .footer-sep::before {
    border-left-width: 1px;
}
.footer_new #footer .footer-base-link {
    white-space: nowrap;
    color: #cacdd4 !important;
}
.footer_new #footer .footer-base-link > strong {
    font-weight: normal;
}
.footer_new {
    margin-top: 4rem;
}

.footer_new .fa-social-lg {
    font-size: 20px;
    line-height: .05em;
    vertical-align: -.075em;
}
.footer_new .fa-social-fw {
    text-align: center;
    width: 20px;
}
.header_new .top-nav-link {
    display: flex !important;
    align-items: center;
}
.tel_icon {
    height: 16px !important;
}
#footer .footer-locations {
    column-gap: 2rem;
    row-gap: 1.5rem;
}
.btn_mob {
    padding: 8px 16px !important;
}
.footer-main-link {
    font-size: 20px;
}


/*14-04-25*/

.rs_new_head p {
    font-size: 24px;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.rs_new_head h2 {
    font-size: 50px;
    font-style: normal;
    margin-bottom: 0;
}

.rs_new_logo {
    margin-bottom: 10px;
    display: inline-block;
}
ul.rs_number > li > a {
    font-style: normal;
    font-weight: 600;
}
.rs_new_content p {
    font-size: 18px;
    /* margin-top: 10px; */
}

.rs_new_table .quotes_table_inner ul li {
    flex: 1;
    max-width: 100% !important;
}
    .rs_new_table .quotes_table_inner ul li.logo_sec {
        flex: 1.06;
    }

/*14-04-25 close*/
.awards_img {
    width: 100%;
}
.rightsure_logo {
    display: block;
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
}
.award_btn {
    display: table;
    margin: 0 auto;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000095 !important;
    font-style: italic;
}
.pls_quotes {
    flex: unset;
}

.deductible_main {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    grid-gap: 60px;
    justify-content: center;
    margin-top: 60px;
}
.deduct_price select {
    font-size: 1.5rem;
    height: 52px;
    color: #585858;
    border-color: #585858;
}
.deduct_title {
    font-size: 24px;
    font-weight: 700;
    margin-top: -7px;
}
.deduct_content p {
    color: #212529;
    margin-top: -6px;
}
.looksgood_sec {
    padding-top: 20px;
}
.looksgood_sec .final_list li {
    margin-bottom: 0;
}


/*14-05-25*/

body:has(.new_version) .itc_popup {
    text-decoration: underline;
    color: #00a2ff;
}
body:has(.new_version) .new_version_content .rr_new_table_details p {
    font-weight: 400;
    font-size: 16px;
}
body:has(.new_version) .friendly_text {
    display: flex;
    grid-gap: 6px;
}

body:has(.new_version) .after_quotes_inner .new_powered {
    text-align: center;
    font-size: 26px;
    color: #212529;
}
body:has(.new_version) .after_quotes_inner .new_northfirm {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #212529;
}
body:has(.new_version) .after_quotes_inner .footer_links_rr a {
    font-size: 24px;
}
body:has(.new_version) .after_quotes_inner .footer_links_rr li {
    color: #212529;
    font-size: 26px;
}
body:has(.new_version) .after_quotes {
    margin-top: 30px;
}
body:has(.new_version) .before_content {
    font-size: 20px;
    margin-bottom: 0px;
}
.rr_new_table_details .before_content {
    font-size: 20px;
    margin-bottom: 0px;
}
body:has(.new_version) .friendly_call {
    text-align: center;
    font-size: 44px;
    margin-top: 30px;
}
.menu_timing {
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.new_version .nav_links_rr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
body:has(.new_version) .nav_links_rr > li > a {
    font-size: 34px;
    line-height:34px;
    font-weight:400;
}
.new_version_content .quotes_table_inner {
    margin-top: 0px;
}
.new_version_content .rs_new_table .quotes_table_inner ul li {
    max-width: 50% !important;
}
.itc_link {
    margin-top: 10px;
}
.new_version_content .blue_title p {
    color: #01A3FF !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.quotes_table_inner ul {
    justify-content: unset;
/*    max-width: 746px;
    margin-left: 0;*/
}
.powered_by_rr br {
    display: none;
}

.powered_by_inner img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}
.powered_by_inner p {
    text-align: center;
    color: #000000;
    margin-top: 10px;
}
.veteran_logo img {
    width: 250px;
    margin: 20px auto 0;
}
.new_content p {
    text-align: center;
    color: #000000;
    margin: 10px 0 30px;
    font-size: 26px;
}
.new_content {
    display: none;
}
.rs_new_content p.fnt_blder {
    font-weight: 700;
    color: #000000;
}
/*14-05-25 close*/


.up_banner_logo_rr {
    width: 1150px;
}



/* 22-05-25 Layout Css */

body:has(.pls_quotes) .main_common_sec {
    padding-top: 20px;
    grid-gap: 50px;
}

/*body:has(.gather_version) .pls_quotes p {
    font-weight: 700;
    color: #000000;
}*/

/*body:has(.gather_version) .gather_logo {
    width: 170px;
    margin-bottom: 5px;
    margin-top: 5px;
}*/
body:has(.gather_version) .pls_quotes p {
    color: gray;
}

body:has(.gather_version) .gather_logo {
    width: 300px;
    margin-bottom: 0;
    margin-top: 15px;
}

body:has(.gather_version) .rs_new_head p, body:has(.gather_version) .nav_links_rr > li > a {
    color: #0273a3;
}

.gather_version {
    background-color: #ffffff;
}

    .gather_version {
        border-bottom: 1px solid #dddddd;
    }

body:has(.gather_version) .rightrator_footer {
    background-color: #102145;
}

body:has(.gather_version) .common_button_rr, body:has(.gather_version) .new_table_button {
    background-color: #0278ab;
}

body:has(.gather_version) .new_button_sec .call_number_text, body:has(.gather_version) .new_button_sec p {
    color: #0273a3;
}

/* 22-05-25 close Layout Css */

.talk_link {
    font-size: 25px;
    text-decoration: underline;
    margin-top: 15px;
/*    color: #00a2ff;*/
}
.new_version_content .rs_new_table .quotes_table_inner ul li {
    flex-direction: column;
}


.mbuy_now {
    background-color: #00A1FF;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 26px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    box-shadow: 3px 4px 10px #00000047;
}

    .mbuy_now:hover
    {
        color:#ffffff;
    }


    .buy_now_col {
        flex: 0.7 !important;
    }


body:has(.hercor_version) .gather_logo {
    width: 230px;
    margin-top: 10px;
}
body:has(.hercor_version) .rs_new_logo {
    margin-bottom: 5px;
}
.hercor_footer .footer_drop .dropdown-menu li {
    width: 100%;
}
.gather_logo_new {
    width: auto;
    height: 20px;
    object-fit: contain;
    display: inline-block;
}
.rs_text_logo {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.experian_logo_new {
    width: auto;
    height: 35px;
    object-fit: contain;
    display: inline-block;
}
body:has(.rs_new_section) .main_common_sec {
    justify-content: flex-start;
    grid-gap: 80px;
}

.table_outter {
    max-width: 650px;
    width: 100%;
}

    .table_outter .table.border td, .table_outter .table.border th {
        border: 1px solid #dee2e6;
        padding: 12px;
        vertical-align: middle;
        text-align: center;
        font-size: 22px;
    }

.new_quotes_inner p {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400 !important;
}

.new_quotes_btn {
    margin-top: 0px;
    background-color: #0278ab !important; 
}

.new_quotes .quotes_table {
    max-width: 80%;
    margin: 50px auto;
}
.logo_text {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0;
}
.new_quotes_inner .call_rate {
    margin-bottom: 10px;
    font-size: 30px;
}
/*.new_quotes_inner .quotes_table_inner {
    max-width: 876px;
    width: 100%;
    margin: 50px auto 30px;
}*/
.new_quotes_inner .quotes_table_inner {
    max-width: 1050px;
    width: 100%;
    margin: 50px auto 30px;
}
    .new_quotes_inner .quotes_table_inner p {
        font-weight: 700 !important;
    }


/* 28-07-25 */

.rateguard_rr {
    margin-top: 0;
    color: #000000;
    font-size: 44px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 400;
    padding-right: 0px;
}
.italic_font {
    font-style: italic;
    font-size: 38px;
}
.rateguard {
    grid-gap: 0px !important;
    justify-content: flex-start !important;
}
.gif_slider_img {
    display: block;
    width: 100%;
    /* height: 220px; */
    margin: auto;
    object-fit: cover;
}
.rateguard .common_button_rr {
    padding: 8px 30px;
    width: 450px;
    max-width: 100%;
    font-size: 28px !important;
    line-height: 60px;
    background-color: #0076ba;
    border-radius: 20px;
}


.back_new_btn {
    position: absolute;
    right: calc(100% + 30px);
    white-space: nowrap;
    margin: 0;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.pr_w100 {
    position: relative;
    width: auto;
}
.gif_slider_item h5 {
    font-size: 18px;
    line-height: normal;
    text-align: center;
}
.gif_slider_item p {
    font-size: 13px;
    text-align: center;
    color: #000000;
}

.splide_main img {
    height: 45px;
    width: 100%;
    object-fit: contain;
    /* margin: 0 auto;
        display: table; */
}

.splide_main {
    max-width: 1100px;
    margin: 115px auto 70px;
    /*    padding: 40px 0;*/
    width: 100%;
    display: flex;
    align-items: center;
}

.splide_main .splide__track {
    height: 70px;
}

.magnify-glass {
    position: absolute;
/*    top: 0;*/
    left: 54%;
    width: auto !important;
    height: 230px !important;
    pointer-events: none;
    z-index: 10;
}

.splide_main .splide__slide img {
    transition: transform 1s ease; /* smooth scaling */
    transform: scale(1); /* default scale */
}

.splide_main .splide__slide.is-next img {
    transform: scale(1.4);
    transition-delay: 1s;
}

.splide_main ul {
    align-items: center;
}
.yh_address {
    max-width: 670px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}
.yh_address_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-bottom: 30px;
    position:relative;
}
.yh_address input {
    flex: 1;
    height: 50px;
    border-color: #000000;
}
.yh_address label {
    font-size: 26px;
    line-height: normal;
    width: 200px;
    text-align: right;
    font-weight: 600;
}
.button_below {
    text-align: center;
    margin-top: 70px;
    letter-spacing: 0;
}
.video-gather_info video {
    display: block;
    width: 100%;
    margin-top: 0px;
    height: 450px;
    object-fit: cover;
}
.rateguard .sub_head_rr {
    font-size: 38px;
    line-height:normal;
}
.address_video_sec {
    padding-bottom: 0px;
    padding-top: 30px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gif_slider_inner {
    overflow: hidden;
    width:58%;
}

.gif_slider ul li:nth-of-type(even) .gif_slider_inner {
    margin-left: auto;
}
/* 28-07-25 close */


@keyframes fadeinin {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}


@keyframes fadedelay {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.fadeInClass {
    animation-name: fadeinin;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.b_w_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.image_fade_effect {
    position: relative;
    overflow: hidden;
}
.image_fade_effect img {
    width: 100%;
}

.your_home_rr .yh_address_inner {
    position: relative;
}
.your_home_rr .yh_address_inner label {
    position: absolute;
    width: auto;
    right: calc(100% + 20px);
    top: 6px;
}
.your_home_rr .yh_address {
    max-width: 450px;
}
.address_sec .yh_address_inner {
    position: relative;
}

.address_sec .yh_address_inner .text_required {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 14px;
    color: red;
}
.timing_staus li {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 0;
    color: #000000;
    font-weight: 400 !important;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 14px;
}
.timing_staus li span {
    text-align: right;
}
.timing_days {
    flex: 1;
}
.timing_staus {
    width: fit-content;
    margin-bottom: 20px;
}
.menu_timing {
    margin-bottom: 5px !important;
}
.common_sec.quotes_section {
    padding-top: 25px;
}
.new_quotes_inner .yq_font {
    font-size: 32px;
}
.address_video_sec .sub_head_rr {
    margin-left: 0;
}
.video_ftr_btns {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 20px 0 !important;
}


body:has(.common_sec.address_video_sec.rateguard:not([style*="display: none"])) .rightrator_footer {
    margin-top: 0 !important;
}
.address_video_sec .common_button_rr {
    margin-top: 0 !important;
}
.address_sec.your_home_rr .common_button_rr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.odd_img .gif_slider_inner {
    margin-left: auto;
}
.hq_text_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.hq_text_content .get_btn {
    margin-top:auto;
}

.you_your_home .yh_address {
   margin-left: inherit; 
   margin-right: inherit;
}
.you_your_home .text_required {
    position: absolute;
    top: 100%;
    left: 220px;
    font-size: 18px;
    color: red;
}
.quotesco .quotes_table {
    margin-top: 20px;
}

.big_input {
    font-size: 24px;
    border-color: #585858;
    min-height: 65px;
    color: #585858;
}

.number_body {
    padding: 70px 20px;
    font-size: 35px;
    text-align: center;
}
#txt_driver_license_number_invalid_0, #txt_driver_license_number_invalid_1, #txt_driver_license_number_invalid_2, #txt_driver_license_number_invalid_3 {
    text-align: left;
    width: 242px;
}

.yq_client_slider {
    max-width: 320px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70px;
}
.common_sec.quotes_section.quotesco{
    position:relative;
}
.yq_client_slider .gif_slider_item h5 {
    font-size: 14px;
}

.yq_client_slider .gif_slider_item p{
    font-size:11px;
}
.yq_client_slider .gif_slider_inner {
    width: 50%;
}
.rr_leatest_logo {
    margin-top: 10px;
    margin-bottom: 5px;
}
.rr_leatest_logo .rs_new_head img{
    height: auto;
    width: 255px;
    display: block;
}




/*04-11-25*/

.home_insurance_content_btn .common_button_rr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,.6) !important;
}
.home_insurance_content {
    max-width: 100%;
    width:100%;
}
.cfp_logo {
    width: 100%;
    max-width: 160px;
    margin-left: auto;
    max-height: 80px;
    object-fit: contain;
}
.logo_links_rr a {
    font-size: 22px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    color: #585858;
}
.logo_links_rr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 8px;
}
.rr_new_tagline {
    color: #102145;
    margin-top: 8px;
    font-weight: 500;
    font-size: 18px;
}
.logo_links_rr .blue_color {
    color: #35bdff;
}
.rr_new_navbar p {
    text-align: right;
    font-size: 22px;
    font-style: italic;
    line-height: 34px;
    padding-right: 8px;
}
.rr_insurance_number {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    justify-content: center;
    margin-top:5px;
}
.rr_insurance_number .rr_tel_icon {
    width: 45px;
}
.rr_insurance_number a {
    font-size: 30px;
    line-height: normal;
    color: #000000;
}
.rr_help_text {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.rr_help_text h3 {
    font-weight: 400;
    font-size: 30px;
}
.home_insurance_content .rateguard_rr {
    text-align: center;
}
.home_insurance_content_btn {
    margin-top: 20px;   
}
/*.rr_help_sec {
    max-width: 350px;
    margin: 0 auto;
}*/
.home_insurance{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center right;
    padding-bottom:50px;
}
.rr_step_count h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #585858;
    line-height: normal;
}

.step_form_field .form-control {
    flex: 1;
}
.step_form_field label {
    font-size: 24px;
    min-width: 90px;
    text-align: right;
    color: #000000;
    font-weight: 500;
}
.step_form_field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
}
.preferences_field{
     justify-content:center;
}
.preferences_field .check_box {
    /*    min-width: 180px;*/
    text-align: right;
}
.preferences_field .check_box input {
    width: 28px;
    height: 28px;
    border: 1px solid #000000;
    border-radius: 0;
}
.rr_need_help .rr_tel_icon {
    width: 35px;
}
.rr_need_help_inner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin-left: auto;
    font-size: 24px;
    color: #000000;
    grid-gap: 5px;
}
.rr_gray_text {
    color: #585858;
}
.step_form_field a {
    font-size: 22px;
    color: #35bdff;
}
.rr_need_help{
    margin-top:40px;
}
.bg_color_splide {
    /*background-color: #d6d9e0;*/
    display: inline-flex;
    padding-bottom: 20px;
    margin-top: 60px;
    width:100%;
}
.rr_mb_200 {
    margin-bottom: 100px;
}
.preferences_field label {
    color: #35bdff;
}
.qoutes_more, .qoutes_more .quotes_carrier {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 40px;
}
.icon_quotes {
    width: 70px;
    border-radius: 100px;
    border: 2px solid #a4a6a9;
}
.qoutes_more .carrier_title {
    margin-bottom: 0;
    color: #000000;
    font-size: 38px;
}

.qoutes_more p {
    font-size: 30px;
    font-style: italic;
    line-height: normal;
}
.discuss_conatact {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin-top: 40px;
    align-items:center;
}
    .discuss_conatact h3 {
        font-weight: 400;
        flex: 1;
        font-size: 28px;
        line-height: normal;
        color: #2b345b;
    }
.rr_step_form_inner .common_button_rr {
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,.6) !important;
}

.prepare_quotes .common_button_rr {
    font-size: 30px !important;
}
body:has(.home_insurance) .rightrator_footer {
    margin-top: 0;
}
.rr_cfp_header .rs_new_logo {
    display: inline-flex;
    flex-direction: column;
    grid-gap: 10px;
    margin-bottom:0;
}
    .rr_cfp_header .rs_new_logo .gather_logo {
        width: 420px;
        margin-top: 0;
    }
.discuss_conatact a.common_button_rr {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.call_icon {
    width: 25px;
}
.rr_help_sec .client_slider {
    width: 80%;
    margin: 0 auto;
}
.rr_step_count[data-url="/homequotes/carriersInfo"] .discuss_conatact a.common_button_rr {
    font-size: 28px !important;
}
/*04-11-25 close*/
=======
/*10-11-25*/

.head_sc {
    text-align: center;
    margin-top: 0;
    color: #000000;
    font-size: 47px;
    font-style: italic;
}
.sc_section {
    justify-content: flex-start;
    grid-gap:40px;
}
.sc_section .common_button_rr {
    padding: 8px 50px;
    font-size: 34px;
    line-height: normal;
}
.sc_section .font-weight-light {
    font-weight: 400;
}
#stopwatch-overlay {
    top: 70px;
    transform: scale(1.4);
    right: 50px;
    position: absolute;
    z-index:9;
}
.sc_label_img .label_img {
   width:100%;
}
.sc_label_img {
    width: 200px;
    position:relative;
    margin: 30px auto 0;
}
.sc_label_img h5 {
    font-size: 36px;
    position: absolute;
    top: 50px;
    left: 60px;
    right: auto;
    width: 80px;
    color: #000000;
    text-align: center;
    text-shadow: 2px 1px 4px #6a6a6a;
    font-style:italic;
    text-transform:capitalize;
}
.detail_links {
    margin-top: 30px;
    margin-bottom:50px
}
.detail_links ul {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    font-size: 20px;
    color: #036789;
}
.imagine_text h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    font-style: italic;
    margin-top:40px;
}
.sc_test_quote .common_button_rr {
    padding: 8px 50px;
    font-size: 34px;
    line-height: normal;
    margin-top:20px;
}
.scanner_pop_inner h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    width: 600px;
    max-width: 100%;
    margin: 0px auto 20px;
}
.scanner_pop_inner p {
    font-size: 20px;
    text-align: center;
}
.scanner_pop_img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 10px;
}
.scanner_footer {
    text-align: center;
}
.scanner_footer .powered_text {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #000000;
}
.scanner_footer h2 {
    font-size: 26px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom:0;
}
.scanner_footer h2 span {
    font-weight: 400;
    color: #a1a1a1;
}
.scanner_footer .tagline_text {
    font-size: 16px;
    color: #787878;
    font-style: italic;
}
.sc_modal_header {
    text-align: center;
    position: relative;
    padding: 10px 10px 15px;
    border-bottom: 2px solid #000000;
}
.sc_btn_close {
    background-color: transparent;
    font-size: 16px;
    padding: 2px 10px;
    text-transform: lowercase;
    margin-left: auto;
    display: table;
}
.sc_download_btn_pop {
    background-color: #B51700;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    font-weight: 400;
/*    box-shadow: 0 5px 15px rgb(46 46 46 / 50%);*/
    padding: 8px 20px;
    font-size: 26px;
    line-height: normal;
    border: 0;
}
.scanner_inner_main {
    border: 1px solid #000000;    
}
.modal_body_inner {
    padding: 30px 30px 10px;
}

.sc_download_btn_pop:hover {
    background-color: #B51700;
}
.sc_final_quotes .yq_client_slider {
    display: none;
}

span.speed_time {
    font-weight: 400;
    font-size: 32px;
    color: #B51700;
}

/*10-11-25*/

.male_female_sec .sub_head_rr {
    width: 700px;
    max-width: 100%;
    margin:0 auto;
}
.detail_links ul li a, .detail_links ul li {
    font-size: 26px;
    color: #036789;
}
.screen_short_img img {
    width: 100%;
}

.new_watch {
    width: 85px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.stopwatch {
    border: 3px solid transparent;
    background: transparent;
}

.sc_btn_pop {
    background-color: #B51700;
    color: #ffffff;
    padding: 5px 36px;
    font-size: 20px;
    line-height: normal;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: 0 5px 15px rgb(46 46 46 / 50%);
    text-decoration:none;
    border:none;
}
.sc_btn_pop:hover {
    background-color: #B51700;
    color: #ffffff;
}
.sc_pop_header_links a {
    font-size: 24px;
    display: inline-block;
    line-height: normal;
    margin-right: 20px;
}

.modal-content-inner {
    border: 2px solid #000000;
}
#sc_get_insurance .modal-content{
   padding:20px;
}
#sc_get_insurance .modal-dialog {
    max-width: 630px;
    width: 100%;
}
.sc_modal_header h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}
.modal-content-inner .modal-body {
    padding: 40px 60px 20px;
}
.sc_pop_header_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.sc_pop_logo {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 5px;
}
.sc_popup_call {
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    margin: 0 auto;
    display: table;
}
.modal_body_title {
    border-bottom: 1px solid #dddddd;
/*    display: flex;*/
    align-items: center;
    grid-gap: 10px;
    padding: 10px;
/*    flex-wrap: wrap;*/
    background-color: #f3f3f3;
}
.sc_title_img {
    width: 90px;
    height: 60px;
    background-color: #e7e7e7;
    border: 0 !important;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}
.modal_body_title:after {
    content: '';
    display: table;
    clear: both;
}
.sc_title_details h4 {
    font-size: 20px;
}
.sc_title_details h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}
.add_photo_sec {
    margin-top: 20px;
}
.add_photo_sec_inner .text-start {
    font-size: 20px;
}
.text_right{
    text-align:right;
}
.upload_photo_logo {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.upload_photo_logo_inner {
    flex-direction: column;
    display: flex;
}



/* leaderboard css*/

:root:has(.leaderboard_main) {
    --bg: #f5f6fa;
    --primary: #2563eb;
    --primary-soft: rgba(37, 99, 235, 0.1);
    --accent: #22c55e;
    --text: #0f172a;
    --muted: #6b7280;
    --border: #e5e7eb;
    --card-radius: 14px;
    --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
    --shadow-subtle: 0 2px 8px rgba(15, 23, 42, 0.05);
}

html:has(.leaderboard_main) *{
    box-sizing: border-box;
    line-height:normal;
}

body:has(.leaderboard_main) {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top left, #e0ebff, #f5f6fa 40%, #f9fafb);
    color: var(--text);
}

.leaderboard_main a {
    color: inherit;
    text-decoration: none;
}

.leaderboard_main .app-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* Top navigation */
.leaderboard_main .top-nav {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
    position: sticky;
    top: 0;
    z-index: 20;
}

.leaderboard_main .top-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leaderboard_main .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    color: var(--text);
}

.leaderboard_main .logo-mark {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #22c55e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.4);
}

.leaderboard_main .nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    color: var(--muted);
}

.leaderboard_main .nav-link {
    position: relative;
    padding: 6px 10px;
    border-radius: 999px;
    transition: background 0.15s, color 0.15s;
}

.leaderboard_main .nav-link:hover {
    background: rgba(148, 163, 184, 0.12);
    color: var(--text);
}

.leaderboard_main .nav-link.active {
    color: var(--primary);
    background: rgba(37, 99, 235, 0.12);
    font-weight: 600;
}

.leaderboard_main .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 20px;
    height: 3px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #2563eb, #22c55e);
}

.leaderboard_main .user-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e5edff;
    font-size: 12px;
    color: #1d3a8a;
}

.leaderboard_main .user-avatar {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
}

/* Main content */
.leaderboard_main .page {
    flex: 1;
}

.leaderboard_main .page-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px 40px;
}

/* Header + CTA */
.leaderboard_main .page-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 20px;
}

.leaderboard_main .page-title-block h1 {
    margin: 0 0 6px;
    font-size: 26px;
    letter-spacing: -0.03em;
}

.leaderboard_main .page-title-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    background: rgba(34, 197, 94, 0.1);
    color: var(--accent);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.leaderboard_main .page-subtitle {
    margin: 0;
    font-size: 14px;
    color: var(--muted);
    max-width: 520px;
    line-height:normal;
}

.leaderboard_main .cta-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 260px;
}

.leaderboard_main .btn-primary {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.08s ease, box-shadow 0.08s ease, filter 0.08s ease;
    white-space: nowrap;
    border: none;
}

.leaderboard_main .btn-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.45);
}

.leaderboard_main .btn-primary span.icon {
    font-size: 16px;
}

.leaderboard_main .cta-secondary-link {
    font-size: 12px;
    color: var(--muted);
    text-align: right;
}

.leaderboard_main .cta-secondary-link a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.leaderboard_main .cta-tagline {
    font-size: 13px;
    color: var(--muted);
    text-align: right;
}

.leaderboard_main .cta-tagline strong {
    color: var(--text);
}

/* Filters */
.leaderboard_main .filters-bar {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.leaderboard_main .filters-left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.leaderboard_main .filter-group {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--muted);
}

.leaderboard_main .filter-label {
    font-weight: 500;
}

.leaderboard_main .filter-select {
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.95);
    padding: 5px 10px;
    font-size: 12px;
    color: var(--text);
    cursor: pointer;
    appearance: none;
    padding-right: 22px;
    background-image: linear-gradient(45deg, transparent 50%, #9ca3af 50%), linear-gradient(135deg, #9ca3af 50%, transparent 50%);
    background-position: right 7px top 9px, right 3px top 9px;
    background-size: 8px 8px;
    background-repeat: no-repeat;
    line-height:normal;
}

.leaderboard_main .filters-updated {
    font-size: 11px;
    color: var(--muted);
}

/* Generic cards */
.leaderboard_main .card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.leaderboard_main .card-inner {
    padding: 16px 18px;
}

.leaderboard_main .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.leaderboard_main .section-header h2 {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.leaderboard_main .section-sub {
    font-size: 12px;
    color: var(--muted);
}

/* Personal performance grid */
.leaderboard_main .personal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 18px;
}

.leaderboard_main .personal-card-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 6px;
}

.leaderboard_main .personal-main-line {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}

.leaderboard_main .personal-main-value {
    font-size: 22px;
    font-weight: 700;
}

.leaderboard_main .personal-main-label {
    font-size: 13px;
    color: var(--muted);
}

.leaderboard_main .personal-metrics-row {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.leaderboard_main .metric-small {
    font-size: 11px;
    color: var(--muted);
}

.leaderboard_main .metric-small strong {
    display: block;
    font-size: 14px;
    color: var(--text);
}

.leaderboard_main .metric-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.12);
    color: var(--accent);
    font-size: 11px;
    font-weight: 600;
    margin-top: 4px;
}

.leaderboard_main .personal-note {
    font-size: 11px;
    color: var(--muted);
    margin-top: 4px;
}

.leaderboard_main .btn-secondary {
    border-radius: 999px;
    border: 1px solid var(--border);
    padding: 5px 10px;
    font-size: 12px;
    background: #0f172a;
    color: #f9fafb;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
    margin-top: 6px;
    border:none;
}

.leaderboard_main .btn-secondary span.icon {
    font-size: 14px;
}

/* Rep leaderboard block */
.leaderboard_main .rep-leaderboard-card {
    margin-bottom: 24px;
}

.leaderboard_main .rep-tabs {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.18);
    padding: 3px;
    margin-bottom: 8px;
}

.leaderboard_main .rep-tab {
    border: none;
    background: transparent;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 999px;
    cursor: default;
    color: var(--muted);
    font-weight: 500;
}

.leaderboard_main .rep-tab.active {
    background: #ffffff;
    color: var(--primary);
    box-shadow: var(--shadow-subtle);
}

.leaderboard_main .rep-tab:not(.active) {
    opacity: 0.7;
}

.leaderboard_main .rep-table-wrapper {
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #ffffff;
    margin-top: 8px;
    overflow-x: auto;
}

.leaderboard_main table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.leaderboard_main thead {
    background: #f3f4f6;
}

.leaderboard_main th, .leaderboard_main td {
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap;
}

.leaderboard_main th {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    border-bottom: 1px solid var(--border);
}

.leaderboard_main tbody tr {
    border-bottom: 1px solid #f1f5f9;
}

.leaderboard_main tbody tr:nth-child(odd) {
    background: #fcfcff;
}

.leaderboard_main tbody tr:hover {
    background: #eef2ff;
}

.leaderboard_main .rank-cell {
    font-weight: 600;
    font-size: 13px;
}

.leaderboard_main .rep-name-main {
    font-weight: 600;
    font-size: 12px;
}

.leaderboard_main .rep-name-sub {
    font-size: 10px;
    color: var(--muted);
}

.leaderboard_main .rep-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.1);
    color: #166534;
    font-size: 10px;
    margin-right: 4px;
}

.leaderboard_main .rep-badge.gray {
    background: rgba(148, 163, 184, 0.2);
    color: #374151;
}

.leaderboard_main .rep-power {
    font-weight: 700;
    font-size: 13px;
    color: var(--text);
}

.leaderboard_main .rep-table-section-label {
    font-size: 16px;
    /*color: var(--muted);*/
    margin-top: 8px;
    margin-bottom: 2px;
    letter-spacing: -0.01em;
}

/* Dealer leaderboard */
.leaderboard_main .dealer-section {
    margin-top: 8px;
}

.leaderboard_main .dealer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr);
    gap: 16px;
}

.leaderboard_main .dealer-summary {
    background: linear-gradient(145deg, #ffffff, #f3f6ff);
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 14px;
}

.leaderboard_main .dealer-summary h3 {
    margin: 0 0 4px;
    font-size: 14px;
}

.leaderboard_main .dealer-summary p {
    margin: 2px 0;
    font-size: 12px;
    color: var(--muted);
}

.leaderboard_main .dealer-summary-metrics {
    margin-top: 8px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.leaderboard_main .dealer-metric {
    font-size: 11px;
    color: var(--muted);
}

.leaderboard_main .dealer-metric strong {
    display: block;
    font-size: 15px;
    color: var(--text);
}

.leaderboard_main .dealer-podium-label {
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 4px;
}

.leaderboard_main .dealer-table-wrapper {
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #ffffff;
    overflow-x: auto;
}

.leaderboard_main .dealer-row-highlight {
    background: #ecfdf5 !important;
}

.leaderboard_main .leaderboard-footnote {
    margin-top: 8px;
    font-size: 11px;
    color: var(--muted);
}

.leaderboard_main .footer {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    padding: 10px 20px 18px;
    font-size: 11px;
    color: var(--muted);
}

.leaderboard_main .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.leaderboard_main .footer-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.leaderboard_main .footer-links a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.leaderboard_main .logo_text {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    font-size: 18px;
    font-weight: 700;
}

.leaderboard_main .caps_text {
    text-transform: uppercase;
}

.leaderboard_main .perform_rank {
    font-weight: 400;
}
body:has(.leaderboard_main) .rightrator_footer {
    margin-top: 0;
}
/*19-11-25*/

body:has(.sc_prove_text) .main_common_sec {
    padding-top: 100px;
    justify-content: flex-start;
    grid-gap: 130px;
}
.start_challenge_btn {
    padding-top: 55px;
}
body:has(.sc_prove_text) .powered_by_rr a {
    text-decoration: none;
}
.text-center.mobile_only {
    display: none;
}

/*19-11-25 close*/

/*25-11-25*/

.header_wd_profile .logo_wd_numb {
    font-size: 29px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    margin-top: 8px;
    display: block;
    text-align:left;
}
.header_wd_profile .rs_new_head {
    line-height: normal;
    display: block;
}
.header_wd_profile .rs_new_head h2 {
    font-size: 44px;
}
.rr_profile {
    flex-direction: column;
    align-items: flex-end;
}
.market_text {
    color: rgb(255 255 255 / 85%);
    font-style: italic;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}
.rr_profile_name h5 {
    font-size: 28px;
    text-align: right;
    color: #ffffff;
}
.rr_profile_name h5:last-child {
    font-weight: 400;
    margin-top: 4px;
    line-height: normal;
}
.profile_details {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    grid-gap: 15px;
}
.profile_details .rr_profile_img {
/*    width: 120px;
    height: 80px;
    object-fit: cover;
    padding-bottom: 5px;
*/
    max-width: 120px;
    max-height: 80px;
    padding-bottom: 5px;
}
.rr_profile {
    margin-bottom: 10px;
}
body:has(.header_wd_profile) .main_common_sec {
    grid-gap: 50px;
}
body:has(.header_wd_profile) .start_challenge_btn {
    padding-top: 0px;
}


/*25-11-25 close*/



/*08-12-25*/

#dynamic_magnify_text {
    z-index: 9999999;
    position: relative;
    color: #ffffff;
    margin-top: 50px !important;
    display: flex;
    align-items: baseline;
    grid-gap: 15px;
    justify-content: center;
}

.rr_backBtn_new .back_new_btn {
    position: static;
    transform: unset;
}
.loading-dots {
    display: flex;
    gap: 8px;
}
.dot {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

/* Apply delay to each dot */
.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.4s;
}

.dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.new_quotes_inner.rs_new_table .quotes_table_inner ul li {
    background-color: #ffffff;
    align-items:center;
}
.quotes_table_inner .common_button_rr {
    display: flex;
    font-size: 30px !important;
    grid-gap: 8px;
}

.v_hidden {
    visibility: hidden;
}
.powered_by_new_rr {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
}

/*08-12-25 close*/


/*10-12-25 */


/*body:has(.new_bg_quotes) .home_insurance {
    background: none;
    padding-bottom: 0;
}*/
.new_bg_quotes .new_quotes_inner {
    width: calc(100vw - 17px);
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    background-image: url(https://applica-solutions.com/images/Industries/homeimprovement_top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding-bottom: 50px;
    
}

.customer_reviews {
    position: relative;
    color: #fff;
    background-color: #172c5c;
    padding: 64px 0;
    width: calc(100vw - 17px);
    transform: translateX(-50%);
    left: 50%;
    margin-bottom: -50px;
}
.customer_reviews .dNtlyB {
    font-size: 42px;
    text-transform: uppercase;
    color: #ffffff;
}
   
.customer_reviews .es-carousel-outer .es-review-align-container .es-text-shortener-container,
.customer_reviews .es-carousel-outer .es-review-align-container .es-review-author-name,
.customer_reviews .es-carousel-outer .es-review-align-container .es-review-info-date {
    color: #ffffff;
    font-size: 18px;
}
    .customer_reviews:after {
        bottom: 0;
        background-size: 100% 550px;
        content: '';
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg width='1170' height='140' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' data-copyright='Banyan Theory'%3E%3Cg fill='none' fill-rule='evenodd' data-c='bt'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M1170 140v-1C780 46.33 390 0 0 0v140h1170Z' fill='%23248dbf' opacity='0.05625'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .customer_reviews:before {
        content: '';
        bottom: 0;
        display: block;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='1170' height='100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' data-copyright='Banyan Theory'%3E%3Cg fill='none' fill-rule='evenodd' data-c='bt'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1170,0) scale(-1,1)'%3E%3Cpath d='m0 0 1170 99v1H0z' fill='%23248dbf' opacity='0.1125'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100% 200%;
    }


/*10-12-25 close*/

.address_sec .rr_address_input input {
    font-size: 24px;
    border-color: #585858;
    min-height: 65px;
    color: #585858;
}


/*16-12-25*/

.rr_change_an a {
    font-size: 24px;
    color: #00A1FF;
    line-height: normal;
}
.quotes_section .table_sort.g-1 {
    grid-gap: 10px;
}
.deducatible_modal .modal-dialog {
    max-width: 900px;
}
.policy_coverage_body {
    padding: 20px 34px 40px;
}
.policy_coverage_heading p {
    font-size: 25px;
    color: #000000;
    line-height:normal;
}
.policy_coverage_heading {
    text-align: center;
    max-width: 580px;
    margin: auto;
}
.policy_coverage_heading .common_button_rr {
    font-size: 24px !important;
    background-color: #00A1FF;
}
.rr_policy_label {
    width: 100%;
    text-align: right;
    font-size: 24px;
    padding: 0;
    min-height: 38px;
}
.rr_policy_label .toltip {
    color: #00A1FF
}
.policy_coverage_form {
    margin-top: 35px;
    margin-bottom: 11px;
}
.wide-tooltip .tooltip-inner {
    max-width: 360px;
    padding: 10px;
    text-align: left !important;
    background-color: #e1f0ff;
    color: #000000;
    opacity: 1 !important;
}
.wide-tooltip {
    --bs-tooltip-bg: #e1f0ff;
    --bs-tooltip-color: #000; /* text color */
    opacity: 1 !important;
}

.wide-tooltip .tooltip-inner h6 {
    margin-bottom: 6px !important;
}
.rr_policy_coverlink {
    font-size: 30px;
    color: #00A1FF;
    display: inline-block;
    margin-top: 20px;
}
.policy_coverage_heading h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

/*16-12-25 close*/

/*18-12-25*/

.ftr_link {
    margin-top: 30px;
}
.new_box_space .policy_coverage_form {
    max-width: 760px;
    width: 100%;
}
.new_box_space .modal-dialog {
    max-width: 1300px;
}
.new_box_space .new_box_flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    align-items: flex-start;
}
.new_select_option_box {
    flex: 1;
}
.vehicle_items_main .vehicle_item {
    background-color: #f3f8fd;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.vehicle_items_main .vehicle_item:last-child {
    margin-bottom:0;
}
.vehicle_item_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 15px;
}
.vehicle_item_head h6 {
    font-size: 16px;
    line-height: normal;
}
.vehicle_item_head p {
    background-color: rgb(0 161 255 / 10%);
    color: #00A1FF;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 100px;
}
.new_select_option_box {
    flex: 1;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 20px;
    margin-top: 50px;
}
.new_box_link a {
    font-size: 24px;
    color: #00A1FF;
    display: inline-block;
    line-height: 38px;
}
.vehicle_item .form-label, .vehicle_item select {
    font-size: 14px;
    margin-bottom: 4px;
}

/*18-12-25 close*/


/*24-12-25 */

.right_speed_main .card {
    border: 1px solid rgb(15 23 42 / 10%);
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(2, 6, 23, .08);
    overflow: hidden;
}
.right_speed_main .card-h {
    padding: 14px 16px;
    border-bottom: 1px solid #0f172a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: linear-gradient(180deg, #FFFFFF, #F8FAFC);
}
.card-h .title {
    font-weight: 700;
    letter-spacing: 0px;
    color: #212529;
    font-size: 28px;
    text-transform: uppercase;
}
.huge_img_banner img {
    width: 100%;
/*    height: 330px;*/
    object-fit: cover;
}
.card_speed_details {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.card_speed_details h4 {
/*    font-size: 22px;*/
    font-size: 32px;
}

.card_speed_details h6 {
    font-size: 28px;
    line-height: normal;
    font-weight: 800;
}
.card_speed_details h6 span {
    font-weight: 400;
}
    .card_speed_details .sc_label_img {
        width: 150px;
        margin: 10px auto 0;
    }
    .card_speed_details .sc_label_img h5 {
        font-size: 24px;
        position: absolute;
        top: 42px;
        left: 42px;
        right: auto;
        width: 65px;
        color: #000000;
        text-align: center;
        text-shadow: 2px 1px 4px #6a6a6a;
        font-style: italic;
        text-transform: capitalize;
    }
    .card_speed_details .btn.btn_red {
        margin-top: 20px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 800;
        padding: 14px 30px !important;
        border-radius: 15px !important;
        background: linear-gradient(180deg, #FF3344, #d10f1b);
        color: white;
        box-shadow: 0 10px 20px rgba(209,15,27,.18);
        appearance: none;
        border: 0;
        cursor: pointer;
        padding: 12px 14px;
        border-radius: 14px;
        letter-spacing: .2px;
        display: inline-flex;
        align-items: center;
        user-select: none;
        transition: transform .08s ease, filter .15s ease, box-shadow .15s ease;
    }
.right_speed_main .card .card-b {
    padding: 16px;
}
.leaderTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(15,23,42,.10);
    background: #FFFFFF;
}

.right_speed_main .card .card-b .leaderTable th, .right_speed_main .card .card-b .leaderTable td {
    padding: 10px 10px;
    border-bottom: 1px solid rgba(15,23,42,.08);
    text-align: left;
}

.right_speed_main .card .card-b .leaderTable th {
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2px;
    background: #F8FAFC;
}

.right_speed_main .card .card-b .leaderTable tr:last-child td {
    border-bottom: none
}
.right_speed_main .card .card-b .leaderTable .pos {
    width: 46px;
    text-align: center;
    font-weight: 1000;
    color: #0b1b4d;
}
.right_speed_main .card .card-b .leaderTable .me {
    background: linear-gradient(90deg, rgba(245,197,66,.22), rgba(245,197,66,.06));
    outline: 1px solid rgba(245,197,66,.35);
}
.right_speed_main .ctaRow .btnSmall {
    /*    appearance: none;
    cursor: pointer;
    font-weight: 1000;
    letter-spacing: .2px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    user-select: none;
    transition: transform .08s ease, filter .15s ease, box-shadow .15s ease;
    background: #FFFFFF;
    color: #0b1b4d;
    border: 1px solid rgb(15 23 42 / 10%);
    box-shadow: 0 10px 18px rgba(2,6,23,.06);
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 22px;*/
    padding: 10px 32px;
    border-radius: 12px;
    font-size: 22px;
    background: linear-gradient(180deg, #2D6BFF, #1d4ed8);
    color: white;
    box-shadow: 0 10px 20px rgba(29,78,216,.18);
    font-weight: 400;
    letter-spacing: .2px;
    align-items: flex-start;
    user-select: none;
    transition: transform .08s ease, filter .15s ease, box-shadow .15s ease;
}
.right_speed_main .hint {
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    margin-top: 8px;
    font-weight: 700;
}
.right_speed_main .card .card-b .leaderTable tr td.time {
    font-weight: 900;
    color: #0b1b4d;
}
.ctaRow {
    margin-top: 12px;
}
.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 20px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, .10);
    background: #FFFFFF;
    color: #64748b;
    font-size: 22px;
    font-weight: 800;
}
.custom_text_italic {
    font-size: 24px;
    line-height: normal;
    font-style: italic;
    font-weight: 400;
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
}
.right_speed_inner .btn.btnBlue {
    padding: 10px 32px;
    border-radius: 12px;
    font-size: 22px;
    background: linear-gradient(180deg, #2D6BFF, #1d4ed8);
    color: white;
    box-shadow: 0 10px 20px rgba(29,78,216,.18);
    font-weight: 400;
    letter-spacing: .2px;
    align-items: center;
    user-select: none;
    transition: transform .08s ease, filter .15s ease, box-shadow .15s ease;
    margin: auto;
    display: table;
}
.sectionTitle {
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: .2px;
    color: #5e5e5e;
    font-size: 24px;
    margin-top: 40px;
}
.right_speed_main .card .card-b h3 {
    color: #5e5e5e;
}
.statRow {
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
    width: 100%;
/*    max-width: 280px;*/
    margin: 20px auto 40px;
}
.lot_floor_list .statRow .v {
    color: #585858;
}


/*.lot_floor_list {
    display: grid;
    gap: 8px;
}
.lot_floor_list .statRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(2,6,23,.02);
    border: 1px solid rgba(15,23,42,.08);
}
.lot_floor_list .statRow .k {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}
.lot_floor_list .statRow .v {
    font-size: 18px;
    font-weight: 1000;
    letter-spacing: .2px;
    color: #0b1b4d;
}*/

body:has(.common_sec.quotes_section.sc_final_quotes:not([style*="display: none"])) .cus_container.container.position-relative {
    max-width: 1400px;
}
.tap_text {
    color: #2eb3fd !important;
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
}
.huge_img_banner{
    position:relative;
}
.rr_overlay {
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
    position: absolute;
    cursor: pointer;
}
.rr_visible_hidden{
    visibility:hidden;
}
.right_speed_new_qoute {
    margin-bottom: -25px;
}

/*31-12-25*/

.mannal_home_drop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 20px;
    position: relative;
}
.mannal_home_drop label {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
    max-width: 200px;
    width: 100%;
    text-align: right;
    margin-left: -220px;
}
.main_common_sec:has(.mannal_home_drop) {
    grid-gap: 30px;
    padding-top: 20px;
}

.main_common_sec:has(.mannal_home_drop) .start_challenge_btn {
    padding-top: 35px;
}
body:has(.mannal_home_drop) .rightrator_footer {
    background-color: #B51700;
    padding: 10px 0;
    margin-top: 35px;
}
.main_common_sec:has(.mannal_home_drop) .start_challenge_btn .common_button_rr {
    font-size: 36px;
}


/*31-12-25 close*/

/*16-01-26*/

.rr_blue_subhead {
    text-align: center;
    font-size: 38px;
    margin-top: 20px;
    color: #2eb3fd;
    font-style: italic;
}
.rr_radio_btns .form-check .form-check-label {
    font-size: 32px;
}
.rr_radio_btns .form-check {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.rr_radio_btns .form-check input:checked {
    background-color: #000000;
    border-color: #000000;
}
.rr_radio_btns .form-check input {
    border-color: #000000;
    width: 22px;
    height: 22px;
}
.rr_radio_btns {
    max-width: 200px;
    margin: 50px auto 50px;
}

.blue_button_rr {
    background-color: #2eb3fd;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 40px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 70px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgb(46 46 46 / 50%);
}
.new_main_section {
    margin-bottom: auto;
}
.blue_button_rr:hover{
    color:#ffffff;
}
.rr_blue_subhead_small {
    font-size: 30px;
    margin-top: 20px;
    color: #2eb3fd;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.rr_zip_quote input.form-control {
    font-size: 24px;
    border-color: #585858;
    min-height: 65px;
    color: #585858;
}
.rr_zip_quote .form-check-label {
    font-size: 28px;
    margin-bottom: 10px;
}
.rr_blue_subhead_normal {
    font-size: 22px;
    margin-top: 20px;
    color: #2eb3fd;
    margin-left: auto;
    margin-right: auto;
}
/*16-01-26 close*/





/* Responsive */
@media (max-width: 900px) {
    .leaderboard_main .page-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .leaderboard_main .cta-group {
        align-items: flex-start;
    }

    .leaderboard_main .personal-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .leaderboard_main .dealer-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .leaderboard_main .top-nav-inner {
        padding-inline: 14px;
    }

    .leaderboard_main .nav-links {
        display: none;
    }

    .leaderboard_main .page-inner {
        padding-inline: 14px;
    }

    .leaderboard_main .filters-bar {
        align-items: flex-start;
    }
}

/* leaderboard css close*/

@media only screen and (min-width:992px){
    .quotes_table_inner ul {
        border: 0;
        
    }
    .white_glove_quotes_table_inner ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .quotes_table_inner ul li {
        border: 1px solid #585858;
    }

    .quotes_table_inner ul li:nth-child(2) {
        border-left: 0px;
        border-right: 0px;
    }
    .new_quotes_inner.rs_new_table .quotes_table_inner ul li:last-child {
        background-color: transparent;
        border: 0;
    }

    /* body:has(.gather_version) .home_insurance {
        min-height: calc(100dvh - 165px);
    }*/
    
}

#copyTooltip {
    position: fixed;
    display: none;
    background: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    pointer-events: none;
    z-index: 9999;
    white-space: nowrap;
}


.looksgood_sec .final_list {
    max-width: 770px;
}