@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;
}
.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: 18px;
    margin-bottom: 15px;
}
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;
    }

