.container.runner-container{
    max-width: 1873px;
}
.page_header .runner-bar {
    margin-top: 10px;
    box-shadow: 0px 1px 8px 2px #00000026;
    border: 1px solid #B2B2B280;
    border-radius: 2px;
}

.runner-bar {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.runner-bar .ratings-wrapper {
    display: flex;
    white-space: nowrap;
    position: absolute;
    left: 100%;
    height: 100%;
}

.runner-bar .ratings-wrapper .rating {
    display: flex;
    align-items: center;
}

.runner-bar .ratings-wrapper .rating .rating-label {
    font-size: 14px;
    font-weight: 700;
    background-color: #faeedd;
    border-left: 2px solid #F68A1E;
    border-radius: 2px 0px 0px 2px;
    color: white;
    padding: 2px 10px;
    height: 100%;
    white-space: nowrap;
    position: sticky;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-left: -130px;
    min-width: 75px;
}

.runner-bar .ratings-wrapper .rating .rating-label.g-sec {
    justify-content: center;

}

.runner-bar .ratings-wrapper .rating .rating-label .rating-class {
    font-weight: 700;
    font-size: 12px;
    color: #f68a1e;
    text-transform: capitalize;
}

.runner-bar .ratings-wrapper .rating .rating-label .rating-text {
    font-weight: 700;
    color: #404041;
    font-size: 12px;
    text-transform: capitalize;
}

.runner-bar .ratings-wrapper .rating .rating-data {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
    margin-left: 8px;
    padding-right: 130px;
}

.runner-bar .ratings-wrapper .rating .rating-data .rating-data-class {
    /* padding: 0 15px; */
    display: grid;
    grid-template-columns:1fr;
    /*gap: 8px; */
    align-items: center;
    position: relative;
    border-right: 1px solid #b2b2b2;
    padding-right: 10px;
}

.runner-bar .ratings-wrapper .rating .rating-data .rating-data-class:last-child {
    border: none;
}

.runner-bar .ratings-wrapper .rating .rating-data .rating-data-class img {
    width: 100%;
}

.runner-bar .ratings-wrapper .rating .rating-data .rating-data-class .rating-data-content {
    /* padding-left: 20px; */
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.runner-bar .ratings-wrapper .rating .rating-data .rating-data-class .rating-data-content .company_name {
    font-size: 14px;
    font-weight: 600;
    color: #404041;
    display: block;
}

.runner-bar .negative,
.runner-bar .positive {
    font-weight: 600;
    font-size: 14px;
}



@media screen and (max-width: 767px) {
    .fixed-btn .hover-text {
        width: 290px !important;
    }
    .fixed-btn .image-container {
        margin-left: 0px !important;
    }
    .fixed-btn {
        height: 31px !important;
        right: 0 !important;
    }
}

.fixed-btn .hover-text {
    display: none;
    position: absolute;
    top: 42px;
    right: 15px;
    background-color: #F3F3F4;
    z-index: 10;
    padding: 15px 15px 15px 30px;
    border-radius: 10px;
    width: 400px;
}

.fixed-btn .image-container {
    position: relative;
    margin-left: 10px;
}

.fixed-btn .hover-text ul li {
    font-weight: 300;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.fixed-btn .hover-text ul li::before {
    content: "";
    background-color: #4140407a;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    left: -18px;
    top: 4px;
}

.fixed-btn {
    position: absolute;
    right: 15px;
    top: 0;
    background-color: #F3F3F4;
    padding: 4px 10px;
    height: 32px;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 0 2px 2px 0;
}

.tick-toggle-wrappr {
    /* position: absolute;
    right: 0px;
    background-color: #f3f3f4;
    z-index: 2;
    padding: 8px 15px; */
}

.tick-toggle-wrappr .tick-toggle-switch {
    display: flex;
    align-items: center;
}

.tick-toggle-wrappr .tick-toggle-switch .tick-switch {
    position: relative;
    width: 65px;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #f68a1e;
    border-radius: 33px;
}

.tick-toggle-wrappr .tick-toggle-switch .tick-switch .on,
.tick-toggle-wrappr .tick-toggle-switch .tick-switch .off {
    font-size: 12px;
    font-weight: 400;
    z-index: 1;
    color: #707070;
}

.tick-toggle-wrappr .tick-toggle-switch .tick-slider {
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #f68a1e;
    border-radius: 50%;
    transition: 0.3s;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.tick-toggle-wrappr .tick-toggle-switch .off {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.tick-toggle-wrappr .tick-toggle-switch .on {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.tick-toggle-wrappr .tick-toggle-switch.active .tick-slider {
    right: calc(100% - 21px);
}

.tick-toggle-wrappr .tick-toggle-switch.active .on {
    display: none;
}

.tick-toggle-wrappr .tick-toggle-switch.active .off {
    display: block;
}

@media screen and (max-width: 1799px) {
    .home-page .gsap_section .section_wrapper {
        padding-top: 110px;
    }
}

@media screen and (max-width: 1440px) {
    .runner-bar .ratings-wrapper .rating .rating-label .rating-class {
        font-size: 10px;
    }

    .runner-bar .ratings-wrapper .rating .rating-label .rating-text {
        font-size: 10px;
    }

    .runner-bar .ratings-wrapper .rating .rating-label {
        min-width: 45px;
        padding: 0px 5px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data .rating-data-class .rating-data-content .company_name {
        font-size: 10px;
    }

    .runner-bar .negative,
    .runner-bar .positive {
        font-size: 10px;
    }

    .runner-bar {
        height: 28px;
    }

    .tick-toggle-wrappr .tick-toggle-switch .tick-switch {
        width: 55px;
    }

    .tick-toggle-wrappr .tick-toggle-switch .tick-switch .on,
    .tick-toggle-wrappr .tick-toggle-switch .tick-switch .off {
        font-size: 10px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data {
        gap: 6px;
        margin-left: 6px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data .rating-data-class {
        grid-template-columns: 1fr;
    }

    .fixed-btn .hover-text {
        width: 310px;
        padding: 10px 10px 10px 20px;
    }
    .fixed-btn .hover-text ul li::before {
        width: 6px;
        height: 6px;
        left: -12px;
    }
    .fixed-btn .hover-text ul li {
        margin-bottom: 7px;
        font-size: 11px;
    }
    .fixed-btn {
        height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .runner-bar .ratings-wrapper .rating .rating-label .rating-class {
        font-size: 8px;
    }
    .container.runner-container {
        padding: 0;
    }
    .runner-bar .ratings-wrapper .rating .rating-label .rating-text {
        font-size: 8px;
    }

    .runner-bar .ratings-wrapper .rating .rating-label {
        min-width: 70px;
        padding: 0px 5px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data .rating-data-class .rating-data-content .company_name {
        font-size: 8px;
    }

    .runner-bar .negative,
    .runner-bar .positive {
        font-size: 8px;
    }

    .runner-bar {
        height: 31px;
    }

    .tick-toggle-wrappr .tick-toggle-switch .tick-switch {
        width: 45px;
    }

    .tick-toggle-wrappr .tick-toggle-switch .tick-switch .on,
    .tick-toggle-wrappr .tick-toggle-switch .tick-switch .off {
        font-size: 8px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data {
        gap: 5px;
        margin-left: 4px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data .rating-data-class {
        padding-right: 5px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data .rating-data-class img {
        width: 16px;
    }

    .runner-bar .ratings-wrapper .rating .rating-data .rating-data-class .rating-data-content {
        /* padding-left: 16px; */
    }

    .tick-toggle-wrappr {
        padding: 8px 10px;
    }

    .tick-toggle-wrappr .tick-toggle-switch .on {
        left: 6px;
    }

    .tick-toggle-wrappr .tick-toggle-switch .off {
        right: 6px;
    }
}

.home-page .page_header {
    padding: 0;
    padding-top: 20px;
}

.home-page .page_header.sticky {
    padding: 0;
    padding-top: 10px;
}

.home-page .gsap_section .section_wrapper {
    padding-top: 130px;
}

.home-page .gsap_section .section_wrapper {
    padding-top: 110px;
}

.coming_soon 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.coming_soon span{
    color: #F68A1E;
    font-size: 16px;
    font-weight: 500;
}