/* ===== PAGE STYLES ===== */
/* RECONSTRUCTION: Removed duplicate utility classes */
/* Duplicates from main.css lines 1337-2390 have been removed */
/* This file now contains ONLY unique page-specific styles */

/* Hero bottom info area start */

.info-contnet-blk-iiner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.signle-info-blk {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    padding: 0 15px;
}
.single-info-blk-iiner {
    text-align: center;
}
.single-info-blk-iiner h4 {
    font-size: 28px;
    color: var(--color-primary-dark);
    font-weight: 700;
    font-family: "Miriam Libre", sans-serif;
}
.single-info-blk-iiner p {
    font-size: 17px;
    color: var(--color-primary-dark);
}
.single-info-blk-iiner h4 span {
    margin-right: 18px;
}
.single-info-blk-iiner h4 span img {
    max-width: 40px;
}
.heaer-bottom-info-area {
    padding: 29px 0 14px;
}

/* Hero bottom info area end */

.mob-only {
    display:none;
}

@media(max-width:769px) {
    .hidden-xs {
        display:none;
    }
    .mob-only {
        display:inherit !important;
    }
    .mob-only-it {
        display:initial !important;
    }
}

@media(max-width:991px) {
    .hidden-sm {
        display:none;
    }
}

.main-btn a {
    transition: all .2s ease-in;
}

.main-btn a:hover {
    background: none;
    color: var(--color-primary-lightest);
    border: 1px solid var(--color-primary-lightest);
}

.acticales-pg .wd-logo img {
    max-width: 120px;
}

.single-inner-contet-des:hover {
    background-color:ghostwhite
}

/* mobile test */

@media only screen and (max-width: 768px){
    .main-btn a {
        font-size: 30px;
        width: 100%;
        margin-bottom: 20px;
        margin-top: -20px;
    }

    /*hide headline
      .inner-lists-blk h2 {
        font-size: 0 !important;
      }
    */

    .lists-inner ul li span {
        font-weight: 400;
    }

    .lists-inner ul li:first-child span {
        font-weight: 700 !important;
    }

    h2.mob-only {
        margin-bottom: 5px;
    }
}

/*** IE FIX MAIN SITE ***/

.col-lg-9 .rating-wrp.hidden-sm {
    position: absolute;
    top: 100px;
}

.art-txt-blk {
    width: 100%;
}

@media (min-width:992px) {
    .single-inner-contet-des {
        max-height: 290px;
    }
}

@media (min-width:1200px) {
    .main-btn a {
        width:180px;
    }
    .single-des-rt-blk {
        width:180px;
    }
}

/*** NEW RANK ICON ***/
.number-item {
    padding-left:1.5px;
    padding-top:0px;
    background-color:rgb(255,255,255);
    border:solid 1px var(--color-primary-dark);
    color:var(--color-primary-dark);
    width:40px;
    height:40px;
    line-height:36px;
}
.single-inner-contet-des{
    overflow: initial;
}

@media (max-width: 991px){
    .inner-contnet-des span {
        left:15px;
        top:20px;
    }
    .inner-contnet-des span.number-item {
        font-size:22px;
    }
}

@media (max-width: 768px){
    .top-logo-des img {
        padding-left:25px !important;
        margin-left:20px !important;
    }
}

@media (min-width: 992px){
    .number-item {
        top: 32px;
        font-size: 20px;
        margin-left: -10px;
    }
}
/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
    /* FUTURE */
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }

    .wd-logo img {
        max-width: 88px;
    }

    .inner-lists-blk h2 {
        font-size: 18px;
    }

    .lists-inner ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .starts img {
        width: 15px;
    }

    .main-btn a {
        font-size: 22px;
        padding: 5px 15px 5px 15px;
    }

    .site-heading h2 {
        font-size: 20px;
    }

    .art-txt-blk p {
        font-size: 14px;
    }

    .art-txt-blk a {
        font-size: 16px;
    }

    .rating-wrp-right p {
        margin-top: -5px;
    }

    .side-wd-title {
        font-size: 20px;
    }

    .hero-content {
        padding-right: 150px;
    }
}

/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    .site-logo img {
        max-width: 300px;
        width: 100%;
    }

    .site-main-menu ul li a {
        font-size: 14px;
        margin-left: 5px;
        padding: 8px 20px;
    }

    .hero-content {
        padding-right: 250px;
    }

    .hero-area {
        height: 250px;
    }

    .hero-content h2 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 1.5;
    }

    .info-contnet-blk {
        text-align: center;
    }

    .info-contnet-blk p br {
        display: none;
    }

    .info-contnet-blk p {
        text-align: center;
    }

    .single-info-blk-iiner h4 {
        font-size: 22px;
    }

    .single-info-blk-iiner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single-info-blk-iiner h4 span {
        display: block;
        margin-bottom: 15px;
    }

    .single-info-blk-iiner h4 span img {
        width: 30px;
    }

    .single-info-blk-iiner p {
        font-size: 16px;
        line-height: 1.4;
    }

    .info-contnet-blk.rt-contetn {
        margin-top: 40px;
    }

    .all-s-items-info {
        flex-direction: column;
        align-items: center;
    }

    .single-des-srt-inner-conten-wrp {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .single-des-srt-conten-wrp {
        max-width: 100%;
        flex: 0 0 auto;
    }

    .single-des-srt-conten-wrp {
        width: 100%;
    }

    .left-info-des {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .left-ifo-des-bottom {
        display: none;
    }

    .rating-wrp {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .top-logo-des img {
        max-width: 150px;
        margin: 0px 0 10px;
    }

    .single-des-srt-inner-conten-wrp {
        margin-bottom: 30px;
    }

    .main-des-bottom p {
        display: none;
    }

    .site-heading h2 {
        font-size: 20px;
    }

    .art-txt-blk p {
        font-size: 14px;
    }

    .art-txt-blk a {
        font-size: 16px;
    }

    .site-title h2 {
        font-size: 40px;
    }

    .site-main-inner-side-bar-wrp {
        margin-top: 30px;
    }

    .rating-wrp-right p:nth-child(2) {
        margin-top: -10px;
    }
}

/* SM Small Device :320px. */
@media only screen and (max-width: 768px) {
    .site-logo img {
        max-width: 300px;
        width: 100%;
    }

    .site-main-menu ul li a {
        font-size: 14px;
        margin-left: 5px;
        padding: 8px 20px;
    }

    .hero-content {
        padding-right: 250px;
    }

    .hero-area {
        height: 250px;
    }

    .hero-content h2 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 1.5;
    }

    .info-contnet-blk {
        text-align: center;
    }

    .info-contnet-blk p br {
        display: none;
    }

    .info-contnet-blk p {
        text-align: center;
    }

    .single-info-blk-iiner h4 {
        font-size: 22px;
    }

    .single-info-blk-iiner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single-info-blk-iiner h4 span {
        display: block;
        margin-bottom: 15px;
    }

    .single-info-blk-iiner h4 span img {
        width: 30px;
    }

    .single-info-blk-iiner p {
        font-size: 16px;
        line-height: 1.4;
    }

    .info-contnet-blk.rt-contetn {
        margin-top: 40px;
    }

    .all-s-items-info {
        flex-direction: column;
        align-items: center;
    }

    .single-des-srt-inner-conten-wrp {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .single-des-srt-conten-wrp {
        max-width: 100%;
        flex: 0 0 auto;
    }

    .single-des-srt-conten-wrp {
        width: 100%;
    }

    .left-info-des {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .left-ifo-des-bottom {
        display: none;
    }

    .rating-wrp {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .top-logo-des img {
        max-width: 150px;
        margin: 12px 0 25px 0;
    }

    .single-des-srt-inner-conten-wrp {
        margin-bottom: 30px;
        width: 100%;
    }

    .main-des-bottom p {
        display: none;
    }

    .hero-area {
        height: auto;
        padding: 10px 0;
    }

    .site-logo {
        text-align: center;
        margin: 0 auto;
    }

    .site-logo img {
        max-width: 250px;
    }

    .site-logo a img {
        max-width: 350px;
        margin: initial;
    }

    .site-logo {
        margin: initial;
    }

    .site-main-menu ul li a {
        font-size: 12px;
        padding: 4px 10px;
        min-width: 80px;
        text-align: center;
    }

    .site-main-menu {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .hero-content h2 {
        font-size: 28px;
        padding-right: 20px;
    }

    .hero-content {
        padding-top: 5px;
        min-height: initial;
        padding-right: 10px;
    }

    .hero-area {
        background-image: none !important;
        min-height: auto;
    }

    .header-bar-section {
        padding: 10px 0 10px 0;
        background-color: var(--color-bg-light);
    }

    .hero-content p {
        font-size: 12px !important;
    }

    .site-inner-top-blk, .main-top-right-text p {
        background-color: transparent;
        font-size: 11px !important;
    }

    .single-inner-contet-des:nth-of-type(1) {
        margin-top: 2px;
    }

    .main-top-right-text {
        padding-right: 0px;
    }

    .site-inner-top-blk {
        padding: 5px 0px 5px 0px;
    }

    .site-main-inner-area {
        padding: 10px 0 10px 0;
    }

    .site-main-inner-area.has-location {
        padding-top: 0px;
    }

    .rating-wrp {
        display: none;
    }

    .rating-wrp-right {
        display: initial;
        margin-top: -10px;
    }

    .rating-wrp-right p:nth-child(2) {
        margin-top: -10px;
    }

    .single-inner-contet-des {
        padding: 5px;
    }

    .single-info-blk-iiner h4 {
        font-size: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info-contnet-blk-iiner {
        flex-direction: column;
    }

    .signle-info-blk {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .single-info-blk-iiner h4 span {
        margin: 0;
        margin-bottom: 15px;
    }

    .single-info-blk-iiner p {
        font-size: 14px;
        max-width: 200px;
        font-weight: 300;
    }

    .top-logo-des img {
        max-width: 160px;
        padding-left: 20px;
    }

    .starts img {
        width: 15px;
    }

    .rating-wrp p {
        font-size: 11px;
        margin-top: 8px;
        padding-right: 15px;
    }

    .lists-inner ul li {
        font-size: 16px;
    }

    /*	Mobile Test - managed in style.css
        .main-btn a {
            font-size: 30px;
            width: 75%;
            margin-bottom: 20px;
            margin-top: -10px;
        }
    */
    .footer-logo img {
        max-width: 100%;
        width: 100%;
    }

    .footer-menu-section {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .footer-menu-section ul li {
        text-align: center;
    }

    .footer-menu-section ul li:nth-child(1) a {
        margin: 0;
    }

    .foote-cp-text {
        text-align: center;
    }

    .site-heading h2 {
        font-size: 20px;
    }

    .art-txt-blk p {
        font-size: 14px;
    }

    .art-txt-blk a {
        font-size: 16px;
    }

    .site-title h2 {
        font-size: 40px;
    }

    .site-title h2 {
        font-size: 40px;
    }

    .article-blk {
        flex-direction: column-reverse;
    }

    .art-img-blk {
        flex: 0 0 auto;
        width: 100%;
    }

    .art-img-blk img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .art-img-blk h4 {
        font-size: 12px;
    }

    .art-txt-blk {
        padding: 0;
        margin-top: 30px;
    }

    .acticales-pg .single-logo-blk a h3 {
        font-size: 14px;
    }

    .acticales-pg .single-logo-blk img {
        max-width: 90px;
    }

    .side-wd-title {
        font-size: 18px;
    }

    .policy-lists {
        padding-left: 15px;
    }

    .site-main-inner-side-bar-wrp {
        margin-top: 30px;
    }

    .site-main-inner-side-bar-wrp {
        margin-top: 30px;
    }

    .site-heading {
    }

    .site-heading .rwv-content img {
        max-width: 100px;
    }

    .site-heading {
        display: block;
    }

    .rvw-content-bx p {
        font-size: 14px;
    }

    .site-heading h2 {
        font-size: 20px;
    }

    .specialty-lists {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .spectality-areas {
        flex-wrap: wrap;
    }

    .rvw-content-group {
        display: block;
    }

    .rvw-content-group-itm {
        max-width: 100%;
    }

    .wd-logo img {
        max-width: 150px;
    }

    .logo-texts h3 {
        font-size: 16px;
    }

    .site-title h2 {
        font-size: 32px;
    }

    .th-srvc-tp-blk h2 {
        font-size: 22px;
    }

    .th-srvc-rting h4 {
        display: none;
    }

    .th-srvc-content li {
        font-size: 14px;
    }

    .th-srvc-content p {
        font-size: 13px;
    }

    .th-srvc-btm-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .th-btn-lnk {
        flex: 0 0 50%;
        text-align: center;
        font-size: 17px;
    }

    .site-btn {
        /*! display: inline-flex; */
        /*! justify-content: center; */
        /*! align-items: center; */
        /*! text-align: center; */
        margin: 0 auto;
        margin-top: 20px;
    }

    .th-btn-lnk {
    }

    .th-srvc-btm-content img {
        max-width: 130px;
    }

    .inner-lists-blk h2 {
        font-size: 22px;
        padding-bottom: 5px;
        border-top: solid 2px #DDD;
        padding-top: 10px;
        margin-top: -11px;
    }
}

/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
.bar {
    height: 13px;
    background: var(--color-primary);
}

.header-bar-section, .article-details .header-bar-section, .review-details-two .header-wrapper {
    border-top: 5px solid var(--color-primary);
    background-color: var(--color-white);
    padding: 1.5rem 0;
}

.review-details-two .header-bar-section {
    border-top: none;
    background: transparent;
    padding: .5rem 0;
    margin: 0 auto;
}
.navbar {
    padding: 0 !important;
}

.review-details-two .header-bar-section .bg-white {
    background-color: transparent;
}

/* Removed: conflicted with new icon+text layout */

.nav-item .nav-link {
    padding: 0 !important;
    font-weight: 500;
    font-size: 1rem !important;
}

.nav-item:hover .nav-link, .nav-item .nav-link.active {
    color: var(--color-primary-lightest) !important;
    text-decoration: underline;
}

/*outline layout for dropdown for hamburger menu*/
.navbar ul .nav-item {
    padding-left: 5rem !important;
}
/*end*/

/*size readjustment/alignment of hamburger icon*/
.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}
/*end*/

.dropdown-menu {
    border-radius: 0;
    margin-left: 5rem;
}

.dropdown-item {
    font-size: 14px !important;
    font-family: 'Poppins';
}

.dropdown-item:hover {
    color: var(--color-primary-lightest) !important;
    background-color: #fff;
}
/*Dropdown Menu for hamburger menu end*/

/* Mobile Version - For Samll Devices <=576 */
@media only screen and (max-width: 576px) {
    .navbar-brand {
        padding-left: 11px;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    /* Removed .navbar-brand img width: conflicted with new icon+text layout */

    .nav-item.active .nav-link {
        color: var(--color-primary-lightest);
        border-bottom: none;
    }

    .nav-item:hover .nav-link {
        color: var(--color-primary-lightest) !important;
        border-bottom: none;
    }

    .navbar ul .nav-item {
        padding-left: 0 !important;
        text-align: center;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* Removed .navbar-brand img width: conflicted with new icon+text layout */
}

/* For Devices <768 - Few elements share same functionality in Small and Medium Devices */
@media only screen and (max-width: 767px) {
    .header-bar-section {
        padding: 1rem 0;
        border-top: 5px solid var(--color-primary);
        background-color: transparent;
    }

    .nav-item.active .nav-link {
        color: var(--color-primary-lightest);
        border-bottom: none;
    }
    .nav-item .nav-link {
        font-size: 14px !important;
    }

    /* Custom Navbar Style - Start */
    .overlay {
        width: 25%;
        height: 100%;
        background: rgba(0, 0, 0, 0.445);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .customNav {
        width: 75%;
        height: 100%;
        background: var(--color-primary);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        transition: none;
    }

    .customNav .custom-nav-toggler {
        color: var(--color-primary-lightest) !important;
        font-size: 1.25rem;
        margin-top: 0.88rem !important;
        margin-left: 0;
        position: absolute;
        right: 20px;
        -webkit-tap-highlight-color: transparent;
        background: transparent;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .customNav .brand {
        width: 200px;
    }

    .customNav .nav-item a {
        color: var(--color-primary-lightest);
        cursor: pointer;
    }

    .customNav .nav-item {
        margin-bottom: 15px;
    }

    .nav-item:hover .nav-link {
        border-bottom: none;
    }

    .customNav .navbar-nav {
        margin-left: 3rem !important;
    }

    .customNav .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 160px;
        background: var(--color-primary);
        border: none;
        list-style: disc;
        color: #fff;
        margin-left: 17px;
    }

    .customNav .dropdown-item {
        padding-left: 0px !important;
        list-style-type: square;
    }

    .customNav .dropdown-menu a {
        color: #fff !important;
    }

    .customNav .dropdown-toggle::after {
        color: #fff;
        position: relative;
        top: .8px;
        left: 3px;
    }
    /* Custom Navbar Style - end */
}

@media only screen and (min-width: 768px) {
    /*Simplified Chart Templates Header Nav*/
    .simplifiedChartMobile .header-bar-section {
        border-bottom: 1px solid rgba(0,0,0,.2);
        padding: .5rem 0;
    }
}

/* For Devices Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-bar-section {
        border-top: 7px solid var(--color-primary);
        padding: 0;
        background-color: transparent;
    }

    .dropdown-menu {
        margin-left: 0.8rem;
    }

    .navbar-brand {
        margin-left: -15px;
    }

    /* Removed .navbar-brand img width: conflicted with new icon+text layout */

    .navbar ul .nav-item {
        padding-left: 2rem !important;
    }

    .nav-item .nav-link {
        font-size: 12px;
    }
}

/* Tablet_1024 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-bar-section {
        border-top: 7px solid var(--color-primary);
    }

    .navbar ul .nav-item {
        padding-left: 2.5rem !important;
    }

    .nav-item .nav-link {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .review-details-two .header-bar-section {
        max-width: 1250px;
    }
}

.home-title, .home-subtitle, .service-title, .badge, .badge span {
    font-family: Poppins, sans-serif;
    color: var(--color-white);
}
.home-image {
    background-size: cover;
    min-height: fit-content;
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: top right;
}
.home-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: .5rem;
}
.terms-section .home-title, .privacy-section .home-title {
    padding: 1rem;
    width: 100%;
}

.home-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .5rem;
}

/*services-list = icons and tagline*/
.services-list {
    list-style-type: none;
    padding-left: 0;
}

.services-list li {
    display: inline-block;
    margin-right: 20px;
}

.services-list li img {
    width: 46px;
    height: 38px;
}

.service-title {
    font-size: 24px;
    padding-left: 15px;
    font-weight: 600;
    vertical-align: middle;
}

/*Badge = the last updated tag in banner*/
.badge {
    background-color: var(--color-primary-light);
    font-size: 16px;
    border-radius: 20px;
}

/* Review, Contact, Article, Review Detail, Article Detail, Terms, Editors Pages*/
.contact-section .home-title {
    margin-top: 0;
}

.contact-section .services-list, .contact-section p.badge, .reviews-section .services-list,
.articles-section .services-list, .article-details .services-list, .review-details .services-list, .terms-section .services-list, .privacy-section .services-list {
    display: none;
}

.privacy-section .badge, .terms-section .badge {
    margin-top: 0 !important;
    display: none;
}

.reviews-section .badge, .articles-section .badge {
    margin-top: .5rem;
}

/*Hero-Area-Two*/
.home-image-two {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
}
.banner-image-two {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
}
.banner-content-container {
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.banner-content-wrapper {
    padding: 2rem 1rem;
}

/* Mobile Version - For Small Devices <=576 */
@media only screen and (max-width: 576px) {
    .home-image {
        padding-bottom: 2rem !important;
    }
    .home-title {
        font-size: 18px;
        width: 90%;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .hero-feature-item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .home-subtitle {
        font-size: 10px;
        font-weight: 500;
        display: none;
    }
    .services-list {
        display: none;
    }
    .badge {
        background: transparent;
        font-size: 10px;
        font-weight: 400;
        padding: 0 !important;
    }
    .badge span {
        font-weight: 400;
    }
    .terms-section .home-image, .privacy-section .home-image {
        height: 85px;
    }
    .reviews-section .home-title, .articles-section .home-title, .article-details .home-title, .review-details .home-title, .contact-section .home-title {
        margin-top: 0;
        width: 250px;
    }
    .simplifiedChartMobile .home-image {
        height: 130px;
        padding: 0 10px;
    }
    .simplifiedChartMobile .home-title {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .simplifiedChartMobile .badge {
        display: block;
        margin: 0 0 10px 0 !important;
        background: transparent;
        color: var(--color-black);
        text-align: center;
    }
    .simplifiedChartMobile .carousel-products {
        margin-top: -25px !important;
    }
}

/*Devices: Horizontal mobile, tablet, table_1024*/
@media screen and (min-width: 576px) and (max-width: 1199px) {
    /*content container that overlaps the with banner*/
    .contact-section .products, .reviews-section .products, .articles-section .products {
        margin-top: -30px;
    }
    .review-details .home-image {
        height: 220px;
    }
    .review-details .products {
        margin-top: -60px;
    }
}

/* For Devices <768 - Few elements share same functionality in Small and Medium Devices */
@media only screen and (min-width: 577px) and (max-width: 767px) {
    .contact-section .home-title, .reviews-section .home-title, .articles-section .home-title {
        width: 375px;
        padding-left: 0;
    }
    .contact-section .home-subtitle, .reviews-section .home-subtitle,.articles-section .home-subtitle {
        display: none;
    }

    .reviews-section .badge, .articles-section .badge {
        margin-top: 0 !important;
    }
    .home-title {
        font-size: 24px;
        width: 330px;
    }
    .home-subtitle {
        font-size: 13px;
        width: 310px;
    }
    .services-list {
        display: none;
    }
    .badge {
        font-size: 10px;
        margin-top: -5px;
        background-color: transparent;
        padding: 0 !important;
    }
    .editor-subtitle {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
    .home-image {
        height: fit-content;
        padding-bottom: 2rem;
    }
    .terms-section .home-title, .privacy-section .home-title {
        padding: 1rem 0;
    }
    .home-image.services-icon {
        padding-bottom: 3rem;
    }
    .home-image .col-lg-9 {
        padding: 0 1.5rem !important;
    }
    /*Hero-Area-Two*/
    .home-image-two {
        min-height: fit-content;
    }
    .p-xl-5.banner-content-wrapper {
        padding: 1rem 0 3.5rem 1.5rem !important;
    }
    .home-image-two .home-title {margin-top: 0;}
}

/* For Devices Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-image .row .p-md-4 {
        padding: 1rem 2rem !important;
    }

    .home-image {
        padding-bottom: 3rem;
        background-size: cover;
    }

    .home-image.services-icon {
        padding-bottom: 4rem;
    }

    .reviews-section .home-image, .articles-section .home-image, .contact-section .home-image, .article-details .home-image {
        height: 220px;
    }

    .contact-section .home-title, .reviews-section .home-title, .articles-section .home-title, .article-details .home-title, .review-details .home-title {
        width: 420px;
    }
    .contact-section .home-subtitle, .reviews-section .home-subtitle, .review-details .home-subtitle, .articles-section .home-subtitle, .article-details .home-subtitle {
        width: 440px;
    }

    .home-title {
        font-size: 24px;
        width: 480px;
    }

    .home-subtitle {
        font-size: 12px;
        width: 390px;
    }

    .service-title {
        font-size: 14px;
        padding-left: 11px;
    }

    .services-list {
        margin-bottom: .5rem;
    }

    .services-list li img {
        width: 30px;
        height: 28px;
        margin-bottom: 5px;
    }

    .badge {
        font-size: 10px;
        margin-top: -5px;
    }
    /*Hero Area Two*/
    .global-chart:has(.home-image-two) .products {
        margin-top: -25px;
    }
}

/* Tablet_1024 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-image.row.p-md-4 {
        padding: 1rem 2rem !important;
    }

    .home-image {
        padding-bottom: 4rem;
    }

    .home-image.services-icon {
        padding-bottom: 4rem;
    }

    .contact-section .home-title, .reviews-section .home-title, .articles-section .home-title, .article-details .home-title, .review-details .home-title {
        width: 540px;
    }
    .contact-section .home-subtitle, .reviews-section .home-subtitle, .articles-section .home-subtitle, .article-details .home-subtitle, .review-details .home-subtitle {
        width: 560px;
    }

    .home-title {
        font-size: 32px;
        width: 510px;
    }

    .home-subtitle {
        font-size: 16px;
        width: 510px;
    }

    .service-title {
        font-size: 14px;
        padding-left: 11px;
    }

    .services-list li img {
        width: 30px;
        height: 28px;
        margin-bottom: 5px;
    }

    .badge {
        font-size: 10px;
        margin-top: 0;
    }
}

/*Desktop*/
@media only screen and (min-width: 1200px) {
    .global-chart .pr-2r {
        padding-right: 2rem;
    }
    .global-chart .pl-2r {
        padding-left: 2rem;
    }
    .home-image {
        height: 300px;
        padding: 0 15px;
    }
    .home-image.services-icon {
        height: 350px;
        padding-bottom: 1rem;
    }
    .reviews-section .home-image, .articles-section .home-image {
        height: 300px;
    }
    .contact-section .home-image, .article-details .home-image, .review-details .home-image {
        height: 275px;
    }
    .review-details .products {
        margin-top: -60px;
    }
    .home-title {
        width: 700px;
    }
    .contact-section .home-title, .reviews-section .home-title, .articles-section .home-title {
        width: 720px;
    }
    .home-subtitle {
        width: 720px;
    }
    .contact-section .home-subtitle, .reviews-section .home-subtitle, .reviews-section .home-subtitle, .articles-section .home-subtitle {
        width: 690px;
    }
    .services-list {
        margin-bottom: 0 !important;
    }
    .badge {
        font-size: 12px;
        margin-top: 0;
    }
    body:has(.home-image.services-icon) .badge {
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .two-card-template .home-image {
        height: 355px;
        color: #fff;
        background-size: 100% 100% !important;
    }
    .global-chart .home-image .row .p-xl-5, .reviews-section .home-image .p-xl-5, .articles-section .home-image .p-xl-5 {
        padding: 2rem !important;
    }
    /*Hero-Area-Two*/
    .home-image-two {
        min-height: 300px;
    }
    .p-xl-5.banner-content-wrapper {
        padding: 2rem !important;
    }
}/*Rating containers*/
.rating-wrapper {
    padding-left: 0;
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: max-content;
    grid-area: ratingWrapper;
}
/*Rating containers end*/

/*Rating Score*/
.rating-pt {
    font-size: 36px;
    font-family: 'MontBold', sans-serif;
    color: #000;
    grid-area: score;
}
.top-choices:has(.word-score-container) .rating-pt {
    font-size: 40px;
}

/*Stars*/
.star-rating-wrapper {
    position: relative;
    grid-area: stars;
}

.rating-list, .rating-list-background {
    list-style-type: none;
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 0;
}

.rating-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rating-list li, .rating-list-background li {
    display: inline-block;
}

.rating-list li > i, .rating-list-background li > i {
    letter-spacing: -3px;
    width: fit-content;
}

.rating-list li > i {
    color: var(--color-gold);
}

.rating-list-background li > i {
    color: var(--color-bg-light);
}
/*Stars ends*/

/*Trophy Icon*/
.trophy-score {
    grid-area: trophyIcon;
    display: none;
}

#chartCard1 .trophy-score, #chartCardBottom .trophy-score {
    display: block;
}

/*Word Score*/
.word-score-container {
   grid-area: wordScore;
    width: 100%;
}

.word-score {
    font-size: 16px;
    text-align: right;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin-bottom: 0;
}

.simplifiedChartMobile .word-score {
    text-align: left;
}

/*Circle Rating*/
.rating-in-circle {
    width: 75px;
    height: 75px;
}

.circle-rate .rating-pt {
    position: relative;
}

.rating-number-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

/*Review Index and Articles*/
.reviews-section .star-rating-wrapper {
    margin-top: .25rem;
    margin-bottom: .5rem;
}
.review-details .star-rating-wrapper {
    width: fit-content;
    margin: 0 auto;
}
/*negative offer card*/
.negative-offers-wrapper .rating-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 767px) {
    .rating-wrapper {
        grid-column-gap: 0;
        grid-template-rows: 1fr .6fr;
        grid-template-columns: 1fr;
        align-items: center;
        grid-template-areas:
        "score"
        "stars";
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(-30px, 20px);
        margin-top: 0;
        padding: 0;
    }
    .condensedMobile .word-score {
        text-align: left;
    }
    #chartCard1 .rating-wrapper, #chartCardBottom .rating-wrapper {
        transform: translate(-30px, 25px);
    }
    #chartCard1:has(.word-score-container) .rating-wrapper,#chartCardBottom:has(.word-score-container) .rating-wrapper {
        transform: translate(-30px, 15px);
    }
    .top-choices:has(.word-score-container) .rating-wrapper {
        transform: translate(-30px, 15px);
        grid-template-columns: 1fr;
        grid-template-rows: 20px 15px 15px;
        grid-template-areas:
        "score"
        "wordScore"
        "stars";
    }
    .top-choices:has(.word-score-container):has(.trophy-icon) .rating-wrapper {
      transform: translate(-30px, 15px);
      grid-template-rows: 20px 15px 15px;
      grid-template-areas:
        "score score"
        "wordScore wordScore"
        "stars stars";
  }
    #chartCard1:has(.word-score-container):has(.trophy-icon) .rating-wrapper, #chartCardBottom:has(.word-score-container):has(.trophy-icon) .rating-wrapper {
        transform: translate(-30px, 20px);
        grid-template-columns: .65fr .35fr;
        grid-template-rows: 20px 15px 15px;
        grid-template-areas:
        "score trophyIcon"
        "wordScore wordScore"
        "stars stars";
    }
    .top-choices:has(.trophy-icon) .rating-wrapper {
        grid-template-rows: 20px 20px;
        grid-template-areas:
        "score score"
        "stars stars";
    }
    #chartCard1:has(.trophy-icon) .rating-wrapper, #chartCardBottom:has(.trophy-icon) .rating-wrapper {
        grid-template-columns: .65fr .35fr;
        grid-template-rows: 20px 20px;
        grid-template-areas:
        "score trophyIcon"
        "stars stars";
    }
    /*stars*/
    .star-rating-wrapper {
        line-height: 16px;
        justify-self: center;
    }

    .rating-list-background, .rating-list {
        margin: 0 5px 0 0;
    }
    .rating-list li > i, .rating-list-background li > i {
        font-size: 12px;
    }

    /*Rating Score*/
    .rating-pt, .top-choices:has(.word-score-container) .rating-pt, .top-choices:has(.trophy-score) .rating-pt .top-choices:has(.word-score-container, .trophy-score) .rating-pt {
        font-size: 24px;
        line-height: 24px;
    }
    .trophy-score {
        width: 16px;
    }
    .trophy-icon {
        height: auto;
        margin-left: 0;
    }
    /*Word Score*/
    .word-score, .simplifiedChartMobile .word-score {
        text-align: center;
        font-size: 14px;
        line-height: 1;
    }

    /*Circle Rating*/
    .rating-in-circle {
        width: 50px;
        height: 50px;
    }

    .rating-number-circle {
        font-size: 24px;
    }
    /*Financial Templates*/
    .simplifiedChartMobile .top-choices .rating-wrapper, .simplifiedChartMobile #chartCard1 .rating-wrapper {
        position: static;
        transform: none !important;
        margin-bottom: .25rem;
    }
    .simplifiedChartMobile .rating-wrapper, .simplifiedChartMobile .top-choices:has(.trophy-score) .rating-wrapper, .simplifiedChartMobile #chartCard1:has(.trophy-score) .rating-wrapper, .simplifiedChartMobile #chartCard1:has(.word-score-container):has(.trophy-score) .rating-wrapper, .simplifiedChartMobile .top-choices:has(.word-score-container) .rating-wrapper, .simplifiedChartMobile .top-choices:has(.word-score-container):has(.trophy-score) .rating-wrapper {
        transform: none !important;
    }

    .simplifiedChartMobile .rating-list-background, .simplifiedChartMobile .rating-list {
        margin: 0 3px 0 0 !important;
    }

    .simplifiedChartMobile .rating-pt {
        padding-left: 0;
        padding-top: 0;
        position: static;
        text-align: center;
        font-size: 28px;
        line-height: 1;
    }
    .simplifiedChartMobile #chartCard1:has(.trophy-score) .rating-pt, .simplifiedChartMobile #chartCardBottom:has(.trophy-score) .rating-pt {
        justify-self: flex-end;
        margin-right: .25rem;
    }

    /*Mortgages Template*/
    .mortgage-index.simplifiedChartMobile .rating-pt, .condensedMobile .globalChartMobile .rating-pt {
        font-size: 24px;
    }
    .mortgage-index.simplifiedChartMobile .top-choices .rating-wrapper, .mortgage-index.simplifiedChartMobile .top-choices:has(.trophy-score) .rating-wrapper, .condensedMobile .globalChartMobile .top-choices .rating-wrapper, .condensedMobile .globalChartMobile .top-choices:has(.trophy-score) .rating-wrapper {
        grid-template-rows: 20px;
        grid-template-areas: "score stars";
        padding-top: 1rem
    }
    .mortgage-index.simplifiedChartMobile .top-choices:has(.word-score-container) .rating-wrapper, .condensedMobile .globalChartMobile .top-choices:has(.word-score-container) .rating-wrapper {
        grid-template-rows: 15px 20px;
        grid-template-areas:
            "score wordScore"
            "score stars";
        padding-top: 1rem;
    }
     .mortgage-index.simplifiedChartMobile #chartCard1:has(.word-score-container):has(.trophy-score) .rating-wrapper, .mortgage-index.simplifiedChartMobile #chartCardBottom:has(.word-score-container):has(.trophy-score) .rating-wrapper, .condensedMobile .globalChartMobile #chartCard1:has(.word-score-container):has(.trophy-score) .rating-wrapper, .condensedMobile .globalChartMobile #chartCardBottom:has(.word-score-container):has(.trophy-score) .rating-wrapper {
        grid-template-rows: 15px 20px;
        grid-template-areas:
            "trophyIcon score wordScore"
            "trophyIcon score stars";
        padding-top: 1rem;
    }
    .mortgage-index.simplifiedChartMobile #chartCard1:has(.trophy-score) .rating-wrapper, .mortgage-index.simplifiedChartMobile #chartCardBottom:has(.trophy-score) .rating-wrapper, .condensedMobile .globalChartMobile #chartCard1:has(.trophy-score) .rating-wrapper, .condensedMobile .globalChartMobile #chartCardBottom:has(.trophy-score) .rating-wrapper {
        grid-template-rows: 20px;
        grid-template-areas:
            "trophyIcon score stars";
        padding-top: 1rem;
    }
    .mortgage-index.simplifiedChartMobile .top-choices:has(.word-score-container) .rating-pt, .mortgage-index.simplifiedChartMobile .top-choices:has(.word-score-container):has(.trophy-score) .rating-pt, .condensedMobile .globalChartMobile .top-choices:has(.word-score-container) .rating-pt, .condensedMobile .globalChartMobile .top-choices:has(.word-score-container):has(.trophy-score) .rating-pt {
        font-size: 30px;
        padding-right: .5rem;
    }
    .mortgage-index.simplifiedChartMobile .top-choices:has(.trophy-score) .rating-pt, .condensedMobile .globalChartMobile .top-choices:has(.trophy-score) .rating-pt {
        font-size: 24px;
        padding: 0 .25rem;
    }
    .mortgage-index.simplifiedChartMobile .top-choices:has(.word-score-container) .star-rating-wrapper li {
        font-size: 11px !important;
        line-height: 1;
    }
    .mortgage-index .star-rating-wrapper {
        justify-self: flex-start;
    }
    .mortgage-index .word-score {
        text-align: left;
        font-size: 12px;
        line-height: 2px;
        padding-bottom: 0;
        padding-top: 6px;
    }
}

@media only screen and (min-width: 768px) {
    .new-layout .stars-wrapper {
        position: absolute;
        top: 87px;
        right: 100px;
    }

    .rating-wrapper {
        margin-bottom: 1rem;
        grid-column-gap: .5rem;
        grid-template-rows: 1fr;
        justify-items: center;
        align-items: center;
        grid-template-areas:
        "stars score";
    }
    .simplifiedChartMobile .rating-wrapper {
        grid-template-columns: .55fr 1fr;
    }
    .top-choices:has(.hover-rating-container) .rating-wrapper {
        position: relative;
        width: 100%;
    }
    .top-choices:has(.word-score-container) .rating-wrapper {
        grid-template-rows: 20px 15px;
        grid-template-areas:
        "wordScore score"
        "stars score";
    }
    .trophy-score {
        position: absolute;
        top: 0;
        left: 0;
    }
    .star-rating-wrapper {
        justify-self: start;
    }

    /*Financial Templates*/
    .simplifiedChartMobile .trophy-score {
        position: static;
    }
    .simplifiedChartMobile .rating-wrapper {
        grid-column-gap: 0;
        grid-template-areas: "score stars";
        align-self: center;
        justify-self: start;
    }
    .simplifiedChartMobile .top-choices:has(.inChart-reviewCount-container) .rating-wrapper {
        justify-self: center;
        margin-bottom: 0 !important;
        align-self: end;
    }
    .simplifiedChartMobile .top-choices:has(.word-score-container) .rating-wrapper, .simplifiedChartMobile .top-choices:has(.word-score-container):has(.trophy-score) .rating-wrapper {
        grid-template-rows: 20px 15px;
        grid-template-areas:
        "score wordScore"
        "score stars";
    }
    .simplifiedChartMobile #chartCard1:has(.word-score-container):has(.trophy-score) .rating-wrapper, .simplifiedChartMobile #chartCardBottom:has(.word-score-container):has(.trophy-score) .rating-wrapper {
        grid-template-rows: 20px 15px;
        grid-template-areas:
        "trophyIcon score wordScore"
        "trophyIcon score stars";
    }
    .simplifiedChartMobile .top-choices:has(.trophy-score) .rating-wrapper {
        grid-template-areas: "score stars";
    }
    .simplifiedChartMobile #chartCard1:has(.trophy-score) .rating-wrapper, .simplifiedChartMobile #chartCardBottom:has(.trophy-score) .rating-wrapper{
        grid-template-rows: 20px;
        grid-template-areas:
        "trophyIcon score stars";
    }

    .simplifiedChartMobile .rating-pt {
        justify-self: end;
        font-size: 36px;
        margin-right: .25rem;
        line-height: 1;
    }

    /*Trophy Icon*/
    .simplifiedChartMobile .trophy-score {
        width: 22px;
        margin-right: .25rem;
    }
    .simplifiedChartMobile .rating-list, .simplifiedChartMobile .rating-list-background {
        font-size: 16px;
    }
    /* Second Chart */
    .simplifiedChartMobile .second-chart .rating-wrapper {
        grid-column-gap: 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    /*rating stars & score*/
    .rating-wrapper {
        margin-bottom: 0.25rem;
        margin-top: 0;
    }

    .rating-pt {
        font-size: 32px;
        margin-left: 0;
        padding: 0;
    }
    .trophy-score {
        width: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .rating-wrapper {
        margin-top: 0;
        margin-bottom: .25rem;
    }
    .top-choices:has(.word-score-container) .rating-wrapper {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*vendor stars and score*/
    .rating-wrapper {
        padding-left: 0 !important;
    }
    .rating-pt {
        font-size: 32px;
    }
    .trophy-score {
        width: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /*Trophy Icon*/
    .trophy-icon {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .trophy-score {
        width: 22px;
    }
    .top-choices:has(.word-score-container):has(.btn-offer-call) .rating-wrapper {
        margin-top: .5rem;
    }
}.sidebar-right .card {
    box-shadow: 5.13px 3.63px 27px 0px rgba(192, 221, 238, .5);
}

.sidebar-section-title {
    font-weight: 700;
    font-size: 21px;
    color: var(--color-primary);
    line-height: 1.2;
}

.sidebar-section-title, .sidebar-section-title.two {
    margin-bottom: .25rem;
}

.user-count-amount {
    margin-bottom: .5rem;
}

/*No of visits section*/
.user-count-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
}

.user-count-text p {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}
.sidebar-section-title.user-count-amount {
    font-weight: 700;
    font-size: 21px;
    color: var(--color-primary);
    margin-bottom: .25rem;
}

.user-count-icon {
    width: 60px;
    height: 60px;
    background-color: var(--color-primary-lightest);
    border-radius: 50%;
}

.user-count-image {
    width: 38px;
    height: auto;
    margin: .75rem;
}

.sidebar-list-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-primary);
}

.sidebar-list-desc {
    font-size: 14px;
    margin-bottom: 0;
}
.editorial-name {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 0;
}

.editorial-image.one {
    margin-top: 9px;
}

/*links in Editorial section*/
.lm-link {
    color: var(--color-primary-lightest);
    font-size: 14px;
    text-decoration: none;
}
.lm-link:hover {
    text-decoration: underline;
}
/*How we rank section*/
.f-14 {
    font-size: 14px;
}

.how-rank-top {
    font-size: 14px;
    margin-bottom: .75rem;
}

.how-rank-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.how-rank-bottom button {
    width: 100%;
    flex: 0 0 60%;
}

.how-rank-bottom svg,
.how-rank-bottom i {
    width: 100%;
    flex: 0 0 40%;
    padding-right: 1rem;
}

/*Compare Section*/
.why-us-icon {
    width: auto;
    height: 36px;
    align-self: center;
}
.why-compare-side-mod .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.why-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.why-compare-side-mod .card-body .sidebar-list-title, .why-compare-side-mod .card-body .sidebar-list-desc {
    margin-bottom: 0;
}
.why-compare-side-mod .card-body .sidebar-list-title {
    width: 100%;
}
.why-compare-side-mod .card-body .sidebar-list-desc {
    padding-top: .25rem !important;
}

/**/
.sidebar-vendor {
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-resize {
    width: 100%;
    height: auto;
}

/*No Image Sidebar Articles*/
.article-side-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 1rem;
    width: 100%;
}
.article-side-list {
    margin-bottom: 1rem;
}

.article-side-list p {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.reviews-side-box {
    align-items: center;
    transition: all 0.35s ease-in-out;
    padding: 0.5rem;
    margin: 0 -0.5rem;
    border-radius: 4px;
    cursor: pointer;
}

.reviews-side-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
    .how-rank-title-box h2 {
        font-size: 20px;
        font-weight: 700;
    }
    .how-rank-top {
        font-size: 14px;
    }
    .hwr-mobile-mod {
        padding-bottom: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .how-rank-title-box h2 {
        font-size: 24px;
        font-weight: 700;
    }
    .how-rank-top {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    /*How We Rank Mobile*/
    .how-rank-mobile {
        display: block;
        padding: 0 1rem !important;
    }
    .how-rank-mobile-inline {
        display: block;
        margin: 2rem 0;
        padding: 1.5rem;
        background-color: var(--color-bg-light);
        border-radius: 8px;
        text-align: center;
    }
    .how-rank-mobile-inline .how-rank-top {
        text-align: center;
    }
    .how-rank-mobile-inline .how-rank-bottom {
        text-align: center;
        justify-content: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .how-rank-mobile-inline .how-rank-bottom button {
        text-align: center !important;
        border: 2px solid var(--color-primary-light) !important;
        border-radius: 4px;
        padding: 8px 16px !important;
    }
    .how-rank-title-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 1rem 0 !important;
    }
    .rank-img {
        width: 50px;
        margin-right: 1rem;
    }
    .how-rank-title-box p.home-section-title {
        margin: 0 !important;
    }
    .how-rank-top {
        text-align: center;
        margin-bottom: .5rem !important;
    }
    .how-rank-bottom button {
        font-size: 16px;
        margin: 0 !important;
        width: 100%;
        border: none;
        text-decoration: underline;
        padding: 0 !important;
    }
    .how-rank-bottom button:hover {
        color: var(--color-primary-light);
        text-decoration: underline;
        background-color: var(--color-white);
    }
    .home-section-title {
        margin-bottom: 1rem !important;
    }
    .how-rank-mobile .how-rank-bottom {
        justify-content: center !important;}
    .how-rank-mobile .how-rank-bottom .btn-outline-danger {
        text-align: center !important;
        font-size: 16px !important;
        width: 100%
    }

    /*Mobile How We Rank Icon*/
    .mobile-hwr-icon.hwr-icon {
        width: 70px;
        height: 70px;
        font-size: 70px;
        color: var(--color-primary-lightest);
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 768px) {
    /*Debt Sidebar visitor count*/
    .users-counter {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        column-gap: 5px;
        margin-bottom: 0;
    }
    .users-counter p {
        margin-bottom: 0;
    }
    .users-counter .visitor-count {
        font-weight: 600;
    }
    .users-counter .visitor-msg {
        font-weight: 400;
    }
    .users-counter img,
    .users-counter i {
        width: 50px;
        font-size: 50px;
        color: var(--color-primary-lightest);
    }

    /*How We Rank Icon*/
    .sidebar-icon.hwr-icon {
        width: 50px;
        height: 50px;
        font-size: 50px;
        color: var(--color-primary-lightest);
        display: block;
        margin-bottom: 1.5rem;
        transform: rotate(-90deg) scaleX(1) scaleY(-1);
    }
}

@media only screen and (min-width: 992px) {
    /*How We Rank Mobile*/
    .how-rank-mobile {
        display: none;
    }
    .how-rank-mobile-inline {
        display: none;
    }
}

/* Tablet_1024 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-section-title.one {
        font-size: 16px;
    }

    .sidebar-section-title.two, .user-count-amount {
        font-size: 21px;
    }

    .sidebar-section-title.same {
        font-size: 18px;
    }

    .icon-wrapper {
        width: 46px;
        height: 44px;
    }

    .sidebar-list-title, .editorial-name {
        font-size: 13px;
    }

    .sidebar-list-desc {
        font-size: 12px;
    }

    .ana {
        font-size: 13px;
    }

    .editorial-name {
        font-size: 13px;
        margin-left: -4px;
    }

    .lm-link {
        font-size: 12px;
        margin-left: -4px;
    }

    .rank-img, .user-count-icon {
        display: none;
    }

    .sidebar-vendor {
        width: 100%;
        height: 275px;
    }
/*articles sidebar no image*/
    .article-side-list p {
        font-size: 11pt;
        font-weight: 600;
    }

    .article-side-list .lm-link {
        margin-left: 0;
    }

}#Footer-section {
    background: var(--color-primary-darkest);
}


#Footer-section input.form-control {
    outline: none;
    border: none;
}

.footer-nav {
    list-style-type: none;
    padding-left: 0px;
    font-size: 15px;
}

.footer-nav li, .footer-nav li a, .copyrights {
    color: var(--color-white);
}

.footer-nav li {
    display: inline-block;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
}

.footer-nav li:not(:last-child)::after {
    content: " • ";
    color: var(--color-white);
    margin-left: 1rem;
}

.footer-nav li a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

/*footer no links fragment*/
.footer-no-links-container .footer-wrapper {
    padding: 1rem 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.footer-no-links-container .footer-wrapper .copyright-footer {
    padding-bottom: 0 !important;
}

.footer-no-links-container .footer-wrapper .copyrights {
    margin-bottom: 0 !important;
    font-size: 12px;
}

.footer-right-side {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
}

.contact-us-email a {
    color: var(--color-white);
    font-size: 14px;
}
.contact-us-email a:hover {
    font-weight: 500;
    text-decoration: underline;
}

/* For Devices Under 450 - To control Extra Samll behaviour - START*/
@media only screen and (max-width: 385px) {
    #Footer-section .col-12.col-md-8 {
        text-align: left !important;
    }
}

/* Mobile Version - For Samll Devices <=576 */
@media only screen and (max-width: 576px) {
    #Footer-section input.form-control {
        height: 27px;
    }

    .footer-nav li a {
        font-size: 11px;
    }

    .copyrights {
        font-size: 11px;
    }
}
@media screen and (max-width: 768px) {
    .footer-no-links-container .footer-wrapper {
        flex-direction: column;
        width: 100%;
    }
    .footer-right-side {
        flex-direction: column;
        gap: .25rem;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: .25rem;
    }
    .contact-us-email a {
        font-size: 12px;
    }
    .footer-nav li {
        padding-left: 4px;
    }
}

/* For Devices >=768 - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .footer-nav li a {
        font-size: 11px;
    }
    .footer-no-links-container .container {
        max-width: 768px;
    }
}

/* Tablet_1024 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-nav li a {
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {
    .footer-no-links-container .footer-wrapper .copyrights.f-14 {
        font-size: 11px;
    }
}/*Vendor Logo Image*/
.top-choices .card .product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    grid-area: vendorLogo;
}

/*CSS for Mattresses Landing layout*/
.updated_site_layout .top-choices .card .product-image {
    margin-top: -30px;
}
/*Vendor Logo Image end*/


/*no of reviews from XX websites tagline*/
.rating-line {
    font-weight: 700;
    font-size: 13px;
    color: var(--color-primary-dark);
}

/*Filter bar above chart*/
.card-header {
    background: var(--color-bg-light);
    padding-bottom: 1rem !important;
    color: var(--color-black) !important;
}
.card-header p {
    font-size: 14px;
}


/*Location=State Filter Box*/
#state-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    grid-area: filter-two;
    justify-self: start;
}

#state-box p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}
/*Location=State Filter Box Ends*/

#disc-box {
    grid-area: filter-three;
    justify-self: end;
    margin-top: .25rem;
}

#filter-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "filter-two filter-three";
    align-items: center;
    white-space: nowrap;
}


.filter-bar {
    font-size: 12px !important;
}
select {
    font-size: 12px;
    color: var(--color-black);
    width: 195px;
    height: auto;
    padding: 2px;
    border: 1px solid var(--color-black);
    border-radius: 5px;
    background-color: var(--color-white);
}
select option {
    color: var(--color-black);
}

select option:first-child {
    color: var(--color-black);
}

/*Filter bar above chart end*/

.reviews-section .container .products .top-choices .card .row {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
}
.top-choices .chart-card-wrapper {
    grid-area: chartCardWrapper
}

/*vendor cards*/
/*First part of Vendor Card*/
.top-choices .product-start {
    grid-area: productStartSection;
}
.top-choices .product-start .card-body {
    grid-area: productStartCardBody;
}
/*Ranking Number*/
.chart-rank {
    grid-area: chartRank;
}
.product-count, .product-count-life  {
    color: var(--color-primary-dark);
    font-size: 31px;
    font-weight: 600;
}
.product-count {
    grid-area: productCount;
}
.products {
    margin-top: -65px;
}
body:has(.home-image.services-icon) .products {
    margin-top: -35px;
}
.products.moveUp {
    margin-top: -130px;
}

.products .card-header {
    border-radius: 0;
}

.top-choices .card {
    box-shadow: 5.13px 3.63px 27px 0px rgba(192, 221, 238, .5);
    transition: all 0.35s ease-in-out;
}

/*First part of Vendor Card end*/

.top-choices .product-details {
    grid-area: productDetailsSection;
}
.top-choices .product-details .card-body {
    height: 100%;
    grid-area: productDetailsCardBody
}
/*Middle Section of Vendor Card*/
.top-choices .topPromoLine {
    grid-area: topPromotion;
}
.top-choices .card .product-details-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0 !important;
    grid-area: productDetailsList
}

.top-choices .card .product-details-list li {
    color: var(--color-primary-dark);
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 1.25rem;
    text-indent: -1.5rem;
}

.top-choices .card .product-details-list li:before {
    content: '\2713';
    font-weight: bold;
    padding-right: .25rem;
}
.top-choices .product-title {
    grid-area: vendorCompanyName;
}
.simplifiedChartMobile .top-choices .product-details .product-title,
.global-chart .top-choices .product-title  {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: var(--color-primary-lightest);
}

.global-chart .top-choices:has(.vendorCardBadge) .product-title {
    margin-bottom: .5rem;
}
    /*Card Badge*/
.simplifiedChartMobile p.vendorCardBadge {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-primary-darker);
    border-radius: 20px;
    padding: .5rem 1rem;
    width: fit-content;
    grid-area: vendorCardBadge;
    margin-bottom: .5rem;
}
.simplifiedChartMobile p.vendorCardBadge::before {
    content: '\f005';
    color: var(--color-white);
    font-weight: 800;
    font-family: "FontAwesome";
}
.simplifiedChartMobile p.vendorCardBadge span {
    padding-left: .5rem;
}
.financial-chart .topPromoLine {
    font-size: 10pt;
    margin-bottom: 0;
    padding: .5rem 0;
}
/*Middle Section of Vendor Card end*/

/*Third Part of Vendor Card*/
.top-choices .product-pricing {
    grid-area: productPricingSection;
}
.top-choices .product-pricing .card-body {
    grid-area: productPricingCardBody
}
.product-pricing .top-choice-wrapper {
    font-size: 14px;
    color: #000;
}

.product-pricing .top-choice-wrapper {
    padding-left: 1.5rem !important;
}

.col-md-4.col-lg-3.product-pricing.text-center{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reviews-section .col-md-4.col-lg-3.product-pricing.text-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.offer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top-choices .card .product-pricing button.btn.btn-link {
    color: var(--color-primary-lightest);
    text-decoration: none;
}

.top-choices.bg-white.pt-4 .card .row .product-start .card-body .product-count, .top-choices.bg-white.pt-4 .card .row .product-start .card-body .product-count-life  {
    display: none;
}

/*Offer button*/
.btn-view-plan {
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 500;
    width: 100%;
    grid-area: buttonViewPlan;
}

.btn-view-plan.cta {
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

/*Call Button*/
.single-des-rt-blk .btn-phone .small-info {
    display: none;
}

.single-des-rt-blk .btn-phone {
    width: 100%;
}

.single-des-rt-blk .btn-phone > a:hover {
    background-color: var(--color-primary-lightest);
    color: #fff;
}

.single-des-rt-blk .btn-phone > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid var(--color-primary-lightest);
    font-weight: 400;
    color: #fff;
    /*color: var(--color-primary-lightest);*/
    padding: 5px 15px;
    border-radius: 7px;
    transition: all .2s ease-in;
}

.single-des-rt-blk .btn-phone > a > i {
    display: inline-flex;
    margin-right: 7px;
    transform: rotate(90deg);
}

.single-des-srt-conten-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-des-rt-blk {
    max-height: 195px !important;
    margin-top: auto;
    margin-bottom: auto;
}

.single-des-rt-blk .rating-wrp-right, .single-des-rt-blk .main-btn, .single-des-rt-blk .btn-phone {
    margin-bottom: 7px;
}

.single-des-rt-blk .btn-phone {
    margin-bottom: 15px;
}

.btn-phone > span {
    display: none;
}
/*Call Button end*/

/* For Call Button */
.call-btn {
    grid-area: callButtonContainer
}
.btn-offer-call {
    color: var(--color-primary-light);
    grid-area: phoneNumberButton;
}

.btn-offer-call:hover {
    color: #fff;
}

.call-btn .call-no, .call-btn .call-text {
    display: none;
}
/* For Call Button ends*/

/*tooltip tags*/
.tooltip-main {
    background: #000;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 32px;
    bottom: 42px;
    padding: 9px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgb(192, 221, 238);
    border-radius: 4px;
    font-size: 12px;
    line-height: 13px;
    white-space: normal !important;
    width: auto;
    opacity: 0;
    transition: all cubic-bezier(0, 0, 0.2, 1) 0.5s;
}

.tooltip-main.topChoice {
    bottom: 24px;
}

.toolTip-usercount {
    display: inline-block;
    width: 145px !important;
    font-weight: 500;
}

.tooltip-main:after {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    right: 0;
    left: 50%;
    top: 0;
    border: 8px solid transparent;
    border-top: 0;
    border-bottom: 8px solid rgb(192, 221, 238);
    transform: translate(-50%, calc(-100%));
}

.tooltip-main.show {
    opacity: 1;
}

.global-chart .top-choices .product-pricing .card-body:has(.chart-review-link) .number-tooltip {
    margin-bottom: 0;
}
/*tooltips end*/

/* For Offer Ribbons */
.ribbon-container {
    grid-area: ribbonContainer;;
}
.ribbon-wrapper:nth-child(even) {
    margin-right: 4%;
}

span.ribbon-text {
    font-weight: 500;
    color: var(--color-white);
}

.ribbon {
    width: auto;
    line-height: 18px;
    padding: 4px 10px 4px 15px;
    position: absolute;
    left: -12px;
    top: -5px;
    background: var(--color-primary-light);
    color: white;
}

.ribbon:before, .ribbon:after {
    content: "";
    position: absolute;
}

.ribbon:before {
    height: 0px;
    width: 0px;
    bottom: -7px;
    left: 0.1px;
    border-top: 7px solid var(--color-primary-light);
    border-left: 12px solid transparent;
}

.ribbon:after {
    height: 0px;
    width: 0px;
    right: -14.5px;
    top: 0px;
    border-top: 13.2px solid var(--color-primary-light);
    border-bottom: 13.2px solid var(--color-primary-light);
    border-right: 15px solid transparent;
}

.ribbon.blue {
    background: var(--color-primary-lightest);
    top: -10px;
}

.ribbon.blue:before {
    border-top: 7px solid var(--color-primary-darker);
}

.ribbon.blue:after {
    border-top: 13.2px solid var(--color-primary-lightest);
    border-bottom: 13.2px solid var(--color-primary-lightest);
}

.ribbon.yellow {
    top: -10px;
}
/* For Offer Ribbons end*/

/* Rate_here Styles */
a.rate-here:hover {
    text-decoration: underline;
}

form.rating {
    user-select: none;
}

/* Rate_here > Buyer Page Rating Stars */
.rating {
    display: inline-block;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: var(--color-primary-dark);
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: var(--color-primary-light);
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: var(--color-primary-dark);
}

#chartCardBottom .topchoiceComponent .product-title {
    color: var(--color-primary-light);
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    text-underline-offset: .5rem;
}

/*P1 highlight css*/
.p1-highlighted .top-choices:nth-child(1) .row {
    border: 2px solid var(--color-primary-lightest);
}

.negative-offers-wrapper .product-details-list li:first-child {
    font-weight: normal !important;
}
/*P1 under card*/
.top-choices:has(.under-card) .card {
    margin-bottom: 0 !important;
}
.top-choices:has(.under-card) {
    margin-bottom: 1rem;
}

.under-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0 0 20px 20px;
    background-color: rgba(0,0,0,.05);
    margin-bottom: 1rem;
    padding: 1rem;
}

/*Chart Break*/
.chart-break-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*Secondary Chart*/
.second-chart-header{
    padding-bottom: 1rem;
}
.second-chart-title {
    font-weight: 600;
    color: var(--color-primary-lightest);
    font-size: 28px;
    margin-top: 1rem;
}
.second-chart-tagline {
    color: var(--color-primary-dark);
    font-size: 12pt;
    font-weight: 400;
}
.second-chart-disclaim-container {
    margin: 1rem auto ;
    width: 100%;
}
.second-chart-disclaim-container a {
    font-size: 12pt;
    color: var(--color-primary-lightest);
    text-decoration: underline;
}
.second-chart-disclaim-container a:hover {
    color: var(--color-primary-dark);
    font-style: italic;
}
.content-above-second-container {
    margin-top: 1rem;
}

.global-chart .second-chart-card .ribbon, .global-chart .second-chart-card .product-count {
    display: none;
}

/* For Devices Under 450 - To control Extra Samll behaviour - START*/
@media only screen and (max-width: 385px) {
    p.text-right.text-md-center {
        margin-top: 0px !important;
    }
}
/* For Devices Under 365px - To control Extra Samll behaviour - END*/

/*smaller mobile devices*/
@media (max-width: 400px) {
    .single-des-rt-blk .main-btn a {
        font-size: 19px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .single-des-rt-blk .btn-phone > a > i {
        margin-right: 3px;
    }

    .single-des-rt-blk .btn-phone > a.phone-inner-button {
        font-size: 17px;
    }

    .single-des-rt-blk {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .single-des-rt-blk > .btn-phone {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .single-des-rt-blk .btn-phone > a.phone-inner-button {
    font-size: 21px;
    min-height: 48px;
    }

    .single-des-rt-blk .main-btn a {
    font-size: 24px;
    padding: 5px 10px;
    min-height: 48px;
    }
}

/*Devices >768px aka Mobile devices*/
@media only screen and (max-width: 575px) {
    .card .ribbon-wrapper span.ribbon {
    left: -12px;
    top: -7px;
    }

    .call-btn .call-no {
    margin-left: 13% !important;
    font-size: 11px;
    }
}

@media only screen and (min-width: 576px) {
    .number-tooltip {
        display: none !important;
        left: 0;
    }
}

/* For Devices <768 - Few elements share same functionality in Small and Medium Devices */
@media only screen and (max-width: 767px) {
    /*vendor iamge*/
    .top-choices .card .product-image {
        width: 150px;
        position: relative;
        top: 50%;
        left: 20%;
        transform: translate(-50%, 0%);
    }

    .single-des-rt-blk > .btn-phone > span {
        bottom: -17px;
    }

    .single-des-rt-blk .btn-phone > a.phone-inner-button {
        min-height: 57px;
    }

    .single-des-srt-inner-content-wrp {
        margin-bottom: 15px;
    }

    /*vendor card*/
    .products, body:has(.home-image.services-icon) .products {
        margin-top: -22px;
    }

    .products.moveUp {
        margin-top: -32px;
    }

    .card-header p {
        font-size: 10px;
        color: var(--color-primary-dark);
    }

    .card-header {
        padding: .5rem !important;
    }

    .product-count {
        font-size: 22px;
        margin-bottom: 0;
    }

    .top-choices .card .product-details-list li {
        font-size: 13.5px;
        margin-bottom: 10px;
    }

    .product-start > .card-body {
        padding-top: 0.5rem;
        padding-bottom: 0.25rem;
        min-height: 70px;
    }
    .global-chart .top-choices:has(.ribbon-wrapper) .product-start {
        margin-top: 1.5rem !important;
    }

    p.text-right.text-md-center {
        margin-top: -13px !important;
    }

    .inner-contnet-des span {
        top: 0;
        left: -12px;
    }

    .top-choice-wrapper {
        padding-left: 2.5rem !important;
    }

    .top-choices .card > .row {
        position: relative;
    }

    .top-choices .card > .row > .col-md-4.col-lg-3.product-pricing {
        position: static;
    }

    .product-details .card-body {
        padding-bottom: 0;
        padding-top: 1rem;
        margin-top: 0;
    }

    .product-pricing .card-body {
        padding-top: 0;
        margin-top: .5rem;
    }

    .col-md-4.col-lg-3.product-pricing.text-center {
        display: flex;
    }

    .btn-view-plan {
        display: block;
        width: 100%;
        font-size: 19px;
        font-weight: 500;
    }

    .offer-container {
        display: block;
    }

    .btn-offer-call {
        display: block;
        width: 100%;
        font-size: 19px;
        font-weight: 500;
    }

    .call-btn .call-no {
        margin-left: 15% !important;
    }

    .call-btn .call-no, .call-btn .call-text {
        margin-top: 3px;
    }
    /*vendor card ends*/

    .tooltip-main {
        left: 16px !important;
        width: 91% !important;
        bottom: -9px !important;
        padding: 4px 10px !important;
    }

    .toolTip-usercount {
        width: auto !important;
    }

    .reviews-section .container .products .top-choices .card .row {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
    }

    /*Location=State Filter Box*/
    .state-filter-dropdown {
       display: none;
    }

    select {
        width: 140px;
        margin-left: 0!important;
        margin-right: 5px;
        padding: 2px !important;
    }

    #state-box p {
        display: none;
    }
    /*Location=State Filter Box ends*/

    /*Expandable Show Template*/
    .expandableShow .expandableButton {
        display: block !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }
    .expandableShow .expandableButton button {
        padding: 0 1rem !important;
    }

    /*negative offer*/
    .negative-offers-wrapper .card-body {
        padding-bottom: 0 !important;
    }

    /*Chart Break*/
    .chart-break-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /*Globile Mobile CSS*/
    .globalChartMobile {
        display: block;
    }
    .globalChartDesktop {
        display: none;
    }
    .condensedMobile .globalChartMobile .rank-count {
        margin-bottom: 0 !important;
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .condensedMobile .globalChartMobile #chartCardBottom .rank-ribbon-container {
        display: none;
    }
    .condensedMobile .globalChartMobile .product-count {
        font-size: 18px !important;
    }
    .condensedMobile .globalChartMobile #chartCard1 .rank-count {
        top: 15px !important;
    }
    .condensedMobile .globalChartMobile .chart-card-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .condensedMobile .globalChartMobile .product-start {
        flex: 0 0 60%;
        max-width: 60%;
        justify-content: center;
        align-items: center;
        height: fit-content;
        min-height: 115px;
        padding-left: 0;
        border-right: 1px solid rgba(0,0,0,.75);
    }
    .condensedMobile .globalChartMobile #chartCard1 .product-start {
        margin-top: 1.75rem !important;
    }
    .condensedMobile .globalChartMobile .product-pricing {
        flex: 0 0 40%;
        max-width: 40%;
        justify-content: center;
        align-items: center;
    }
    .condensedMobile .globalChartMobile .rating-wrapper, .condensedMobile .globalChartMobile .product-image {
        position: static;
        transform: none !important;
        width: 125px;
    }
    .condensedMobile .globalChartMobile .product-image {
        margin-left: 0 !important;
    }
    .condensedMobile .globalChartMobile .rating-wrapper {
        width: fit-content;
        padding-top: .5rem !important;
    }
    .condensedMobile .globalChartMobile .product-start .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0 !important;
    }
    .condensedMobile .globalChartMobile #chartCard1 .product-start .card-body {
        padding-top: 0 !important;
    }
    .condensedMobile .globalChartMobile .product-pricing .card-body {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .condensedMobile .globalChartMobile .btn-view-plan {
        font-size: 14px;
        padding: .5rem 1rem !important;
    }
    .condensedMobile .globalChartMobile .mobile-headline, .condensedMobile .globalChartMobile .topPromoLine {
        text-align: center;
        font-size: 12px;
        padding: 0 .25rem;
        margin-bottom: 0 !important;
    }
    .condensedMobile .globalChartMobile .topPromoLine {
        padding: 0 .5rem;
    }

    /*financial chart*/
    .simplifiedChartMobile p.vendorCardBadge {
        font-size: 12px;
        color: var(--color-primary-darker);
        background-color: transparent;
        border-radius: 0;
        width: fit-content;
        text-indent: -1.25rem;
        padding-left: 1rem;
        grid-area: vendorCardBadge;
        margin-bottom: 0;
    }
    .simplifiedChartMobile p.vendorCardBadge::before {
        color: var(--color-primary-lightest);
    }
    .financial-chart .top-choices .product-details {
        padding-bottom: 1rem;
    }
    /*Secondary Chart*/
    .global-chart .top-choices.second-chart-card .card .product-image {
        transform: translate(-50%, 20%);
    }
    .second-chart-title {
        font-size: 22px;
    }
    .second-chart-tagline {
        font-size: 14px;
    }
    .second-chart-disclaim-container {
        margin: 1rem auto ;
    }
    .second-chart-disclaim-container a {
        font-size: 14px;
    }
    .global-chart .second-chart-card .promoBullets {
        display: none;
    }
    .global-chart .second-chart-card .product-image {
        margin-left: 0 !important;
    }
    .global-chart.logooffer-stacked .second-chart-card .rating-wrapper {
        position: absolute !important;
        transform: translate(-30px, 20px) !important;
    }
}

@media only screen and (min-width: 768px) {
    .globalChartMobile {
        display: none;
    }
    .globalChartDesktop {
        display: block;
    }
    /*New layout */
    .new-layout .product-start.col-md-4.col-lg-4 {
        position: static;
    }

    .new-layout.container.card > .row {
        align-items: center;
        position: static;
    }

    .top-choices .card.new-layout .product-start button.btn.btn-link {
        color: var(--color-primary-lightest);
        text-decoration: none;
    }
    /*New layout end*/

    .product-start .card-body {
        position: relative;
        height: 100%;
    }
    .global-chart .top-choices:has(.vendor-review-platform-wrapper) .product-start .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .product-pricing .card-body, .product-details .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-pricing .card-body {
        align-items: center;
    }
    .product-details .card-body {
        align-items: flex-start;
        padding-top: 2rem;
    }
    .product-pricing .top-choice-wrapper {
        margin-top: -15px;
        margin-bottom: 0;
    }
    /*Chart Card Hover Effect*/
    .global-chart .top-choices .card:hover {
        box-shadow: 0 0 18px 5px var(--color-primary-lightest);
        border: 2px solid var(--color-primary-darker);
        width: 101%;
        position: relative;
        left: -5px;
        padding: 0 20px
    }
    /*Second Chart Card*/
    .second-chart .top-choices .product-start .card-body {
        display: block;
    }
    .second-chart .top-choices .product-start {
        padding-left: 0 !important;
    }
}

/*Devices: Tablet, Tablet_1024, and desktop*/
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .btn-view-plan {
        font-size: 17px;
        font-weight: bold;
        width: 100%;
        padding: 8px 30px !important;
    }

    .btn-offer-call {
        display: inline-block;
        width: auto;
        font-size: 17px;
        font-weight: bold;
        padding: 3px 41px !important;
    }
    .product-details .card-body {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .product-pricing .card-body {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/*Devices >992px aka Tablet & iPad*/
@media (max-width: 991px) {
    .single-des-rt-blk {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 15px;
    }

    .single-des-rt-blk .main-btn a {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }

    .single-des-rt-blk > div {
        margin-bottom: 0;
    }

    .single-des-rt-blk > .main-btn {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .single-des-rt-blk > .btn-phone > span {
        max-height: 15px;
        bottom: -20px;
        font-size: 14px;
        justify-content: center;
        top: auto;
    }

    .single-des-rt-blk > .btn-phone > a {
        min-height: 48px;
        font-size: 24px;
    }

    .single-des-rt-blk > .btn-phone {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .single-des-rt-blk {
        padding-bottom: 25px;
    }
    .top-choices .card-body {
        width: 100%;
    }
/*P1 Under Card*/
    .under-card {
        padding: .5rem 0;
    }
}

/* For Devices >=768 - Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*vendor logo*/
    .card-body .product-image {
        width: 160px;
    }

    .rating-line {
        font-weight: 500;
        font-size: 10px;
    }

    .card .ribbon-wrapper span.ribbon {
        left: -12px;
        top: -5px;
    }

    .products, body:has(.home-image.services-icon) .products {
        margin-top: -55px;
    }

    .products.moveUp {
        margin-top: -80px;
    }

    .card-header p {
        font-size: 12px;
    }

    .top-choices .card .product-details-list li {
        font-size: 12.5px;
        margin-bottom: 14px;
    }

    .product-count {
        font-size: 20pt;
    }

    .card-body {
        padding-bottom: 5px;
    }

    .reviews-section .card-body {
        padding-right: 5px !important;
    }

    .product-pricing .top-choice-wrapper {
        margin-bottom: 0.25rem;
        margin-top: -15px;
    }

    .product-pricing .card-body {
        padding-top: 0;
    }

    a.btn.btn-link {
        font-size: 12px;
    }

    /*Grid Adjustments - Start*/
    .product-start.col-md-4.col-lg-4 {
        max-width: 27%;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
    }

    .product-details.col-lg-5 {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }

    .product-pricing.col-lg-3 {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
        padding-left: 0;
    }
    /*Grid Adjustments - Ends*/

}

/* Tablet_1024 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*vendor logo*/
    .card-body .product-image {
        width: 160px;
    }
    .rating-line {
        font-weight: 500;
        font-size: 10px;
    }
    .products, body:has(.home-image.services-icon) .products {
        margin-top: -75px;
    }
    .products.moveUp {
        margin-top: -50px;
    }
    .card-header p {
        font-size: 14px;
    }
    .card-header {
        padding: .5rem .5rem .75rem .5rem;
    }
    .product-count {
        font-size: 18px;
    }
    .product-pricing .top-choice-wrapper {
        font-size: 12px;
        padding-left: 1.5rem !important;
    }
    .product-pricing {
        padding-left: 0 !important;
    }
}

/*Devices Tablet_1024 and Desktop*/
@media screen and (min-width: 992px) {
    /*First section of vendor card*/
    .product-start.col-md-4.col-lg-4 {
        max-width: 27%;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
    }

    .product-details.col-lg-5 {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .under-card {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
    .top-choices .card .product-details-list li {
        font-size: 13px;
        margin-bottom: 14px;
    }
}

/*Tablet_1024*/
@media (max-width: 1199px) {
    .btn-phone {
        position: relative;
    }

    .btn-phone > span {
        display: inline-flex;
        position: absolute;
        left: 0;
        right: 0;
        justify-content: center;
        bottom: -20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        color: var(--color-primary-dark);
    }

    .single-des-rt-blk .phone-inner-button .big-info {
        display: none;
    }

    .single-des-rt-blk .btn-phone > a.phone-inner-button {
        font-weight: bold;
    }

    .single-des-rt-blk .phone-inner-button .small-info {
        display: inline-flex;
    }
}

@media only screen and (min-width: 1200px) {
    /*vendor logo*/
    .card-body .product-image {
        width: 165px;
    }

    .card-body {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .top-choices:has(.ribbon-wrapper) .product-start .card-body {
        padding-top: 1rem;
    }

    #rating-popup {
        transition: all 0.3s ease;
    }

    .top-choices .card .product-details-list li {
        text-indent: -1.25rem;
        font-size: 15px;
    }

    .updated_site_layout .top-choices .card .product-details-list li {
        margin-bottom: 12px !important;
    }

    .product-start.col-md-4.col-lg-4 {
        max-width: 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .product-details.col-lg-5 {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
    }

    /*Second Chart*/
    /*Grid Adjustments - Start*/
    .second-chart .top-choices .product-start.col-md-4.col-lg-4 {
        max-width: 22%;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
    }

    .second-chart .top-choices .product-details.col-lg-5 {
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        max-width: 53%;
        padding-right: 1rem;
    }

    .second-chart .top-choices .product-pricing.col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 0;
    }
    .second-chart .top-choices .product-pricing .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }
    .simplifiedChartMobile .second-chart .top-choices .product-pricing.col-lg-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
        padding-left: 0;
    }
    /*Grid Adjustments - Ends*/
}

@media screen and (max-width: 1250px) {
    .btn-offer-call .call-no-desk {
        display: none;
    }

    .call-btn .call-no, .call-btn .call-text {
        display: inline-block;
    }

    .call-btn .call-no {
        display: inline-block;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1250px) {
    .btn-view-plan {
        font-size: 19px;
        font-weight: bold;
        width: 100%;
    }

    .btn-offer-call {
        padding: .5rem 2rem !important;
    }
}.logooffer-stacked .offerImage-wrapper {
    height: fit-content;
    object-fit: cover;
}

.logooffer-stacked .product-offer-image {
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.logooffer-stacked .product-details {
    display: flex;
    justify-content: center;
    align-self: center;
}
.logooffer-stacked .product-pricing .card-body {
    padding-top: 0 !important;
}

.logooffer-stacked .expand-box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.logooffer-stacked .details-highlights {
    margin-right: 15px;
}

.logooffer-stacked .product-count {
    font-size: 28px;
}

.logooffer-stacked .expandable-wrapper:has(.details-highlights-content) {
    background: var(--color-bg-light);
    display: grid !important;
    grid-template-columns: .75fr .75fr;
    grid-template-rows: min-content;
    grid-template-areas:
        'expandTitle expandTitle'
        'expandOrigBoxOne expandOrigBoxTwo'
        'expandOrigBoxThree expandOrigBoxThree'
        'expandReviewCTA expandVendorCTA';
}
.logooffer-stacked .expandable-wrapper:has(.expandNew) {
    background: var(--color-bg-light) !important;
    display: grid;
    padding: 1rem 0;
    grid-template-columns: .5fr 1fr;
    grid-template-rows: min-content;
    grid-template-areas:
        'expandTitle expandTitle'
        'expandBoxOne expandBoxTwo'
        'expandBoxThree expandBoxThree'
        'expandReviewCTA expandVendorCTA';
}
.logooffer-stacked .expandable-wrapper:has(.details-highlights-content) .home-review-heading {
    background: var(--color-bg-light);
}

@media only screen and (max-width: 767px) {
    .logooffer-stacked .product-start {
        height: fit-content !important;
        padding: 0 1rem !important;
    }
    .logooffer-stacked .global-mobile-start {
        width: 100%;
        display: grid;
        grid-template-columns: .25fr 1fr .5fr;
        column-gap: .25rem;
        grid-template-areas: 'chartRank vendorLogo ratingWrapper';
    }
    .logooffer-stacked #chartCardBottom .global-mobile-start {
        grid-template-columns: 1fr .5fr;
        grid-template-areas: 'vendorLogo ratingWrapper';
    }
    .logooffer-stacked .product-image {
        position: static !important;
        transform: none !important;
        width: 135px !important;
        margin: 0 !important;
    }
    .logooffer-stacked .rating-wrapper {
        position: static !important;
        transform: none !important;
        width: fit-content;
        justify-self: center;
    }
    .logooffer-stacked .offerImage-wrapper {
        width: 100%;
    }
    .logooffer-stacked .product-offer-image {
        display: block;
        margin: 0 auto !important;
        padding: 0 1rem;
        max-width: 256px;
    }
    .logooffer-stacked .rating-pt {
        text-align: center !important;
    }
    .logooffer-stacked .product-details {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .logooffer-stacked .product-start {
        padding-bottom: .5rem;
    }
    .logooffer-stacked .offerImage-wrapper {
        margin: 3rem auto .5rem auto;
        padding: 1rem;
    }
    .logooffer-stacked .top-choices:has(.vendor-review-platform-wrapper) .offerImage-wrapper {
        margin-top: 1rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .logooffer-stacked .carousel-products {
        margin-top: -35px;
    }
    .logooffer-stacked .product-image {
        width: 145px;
    }
    .logooffer-stacked .product-start:has(.offerImage-wrapper) .product-image {
        transform: translate(-50%, -24%);
        top: 24%;
    }
    .logooffer-stacked #chartCardBottom .product-start:has(.offerImage-wrapper) .product-image {
        transform: translate(-50%, 0);
        top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logooffer-stacked .product-start:has(.offerImage-wrapper) .product-image {
        transform: translate(-50%, -20px);
        top: 25%;
    }
    .logooffer-stacked #chartCardBottom .product-start:has(.offerImage-wrapper) .product-image {
        transform: translate(-50%, -10%);
        top: 0;
    }
    .logooffer-stacked .product-offer-image {
        margin-top: 2rem !important;
    }
}
@media screen and (min-width: 1200px) {
    .logooffer-stacked .product-start:has(.offerImage-wrapper) .product-image {
        transform: translate(-50%, -18%);
        top: 18%;
    }
    .logooffer-stacked #chartCardBottom .product-start:has(.offerImage-wrapper) .product-image {
        transform: translate(-50%, -10%);
        top: 10%;
    }
}

/* ==========================================================================
   BING ADS COMPLIANCE STYLES
   Merged from bing-compliance.css
   ========================================================================== */

/* Header Visual Separation */
.header-container,
.header-wrapper {
  border-bottom: 1px solid var(--color-bg-light) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

/* Review Section Spacing */
.review-section {
  padding-top: 40px !important;
}

/* Advertorial Disclosure Styling */
.a-disclosure {
  background-color: var(--color-bg-light) !important;
  border: 1px solid #ddd !important;
  padding: 12px 20px !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: var(--color-black) !important;
  text-align: center !important;
}

/* Footer Disclaimer Improvements */
.footer__disclaimer-text {
  font-size: 0.75rem !important;
  line-height: 1.6 !important;
  padding: 1rem 0.625rem 0.625rem !important;
  text-align: center !important;
  color: #fff !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
