/*!
Theme Name: playsocial
Theme URI: http://pryvus.com/
Author: Pryvus
Author URI: http://pryvus.com/
Description: Custom light theme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infra-theme
*/


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;700&display=swap');

html {
    overflow-x: scroll;
}

:root {
    --accent-color: #CBF7ED;
    --main-color: #161925;
    --text-color: #ffffff;

    --header-top-color: #f0b318;
    --header-top-text-color: #ffffff;
    --header-main-color: #ffffff;
    --header-main-text-color: #161925;
    --header-main-font-size: 16px;

    --card-item-background: #ffffff;
}


/* START Landing Page */

/* Landing Header Banner */
.landing__header_banner {
    background: #351763;
    width: 100%;
}

.banner__container {
    padding: 16px 24px;
}

.banner__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.banner__top_row {
    display: flex;
    justify-content: center;
}

.banner__elements {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.banner__element {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.banner__element a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

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

.element__icon {
    width: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.element__text {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
}

.banner__bottom_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.banner__logos {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.banner__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__logo img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.banner__logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.banner__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.banner__disclaimer {
    text-align: center;
}

.banner__disclaimer p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

/* Responsive styles for banner */
@media (max-width: 768px) {
    .banner__container {
        padding: 12px 16px;
    }
    
    .banner__elements {
        gap: 8px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .banner__element {
        padding: 6px 12px;
        justify-content: center;
    }
    
    .element__text {
        font-size: 12px;
    }
    
    .banner__logos {
        gap: 16px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .banner__logo img {
        max-height: 25px;
    }
    
    .banner__disclaimer p {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .banner__elements {
        flex-direction: row;
        align-items: center;
    }
    
    .banner__element {
        width: auto;
        justify-content: center;
    }
}

.landing__wrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #0D1B2A !important;
    ul {
        padding: 0px;
        margin: 0px;
    }
}

.header__btn_0 {
    background: linear-gradient(90deg, #FBBF24 0%, #F59E0B 50%, #D97706 100%);
    a span {
        color: #000000;
        font-weight: 700;
    }
}

.header__btn_1 {
    background-color: #DC2626;
    a span {
        color: #ffffff;
        font-weight: 700;
    }
}

.lanidng__header_logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* align-items: center; */
    a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    a img {
        display: flex;
        width: auto;
        height: 100%;
        max-height: 50px;
        padding-right: 10px;
    }
    h1 {
        margin: 0px;
    }

}

.header__logo_title {
    font-size: 24px;
    color: #FFD700;
    font-weight: 700;
    text-transform: none;
    color: #ffffff;
}

.landing__list {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.landing__header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 20px;
    gap: 10px;
    a {
        color: #E5E7EB;
        font-size: 14px;
        text-decoration: none;
    }
}

.landing__header_btn a img {
    margin-right: 10px;
    width: 100%;
    max-width: 18px;
    height: 100%;
}

.landing__header_btn a p {
    margin: 0px;
    padding: 0px;
}

/* hero block */

.landing__hero {
    background-color: #0D1B2A;
    padding-left: 25px;
    padding-right: 25px;
}

.landing__hero_container {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.hero__wrapper {
    display: flex;
    justify-content: space-between;
}

.hero__left_block {
    width: 100%;
    max-width: 564px;
}

.hero__title {
    font-size: 56px;
    font-weight: 900;
}

.first-color {
    background: linear-gradient(90deg, #FBBF24 0%, #F59E0B 50%, #D97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px !important;
    text-transform: none;
}

.second-color {
    color: #ffffff;
    font-size: 60px !important;
    text-transform: none;
}

.hero__bonuses {
    padding-top: 51px;
}

.hero__bonus_list {
    display: flex;
    gap: 16px;
    margin: 0px;
    padding: 0px;
    .hero__bonus {
        display: flex;
        background-color: #4a148c8f;
        color: #ffffff;
        border-radius: 10px;
        padding: 8px;
        gap: 8px;
    }
}

.header__subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding-top: 31px;
    padding-bottom: 31px;

}

.hero__input_block {
    padding: 25px;
    border: 1px #4A148C solid;
    border-radius: 12px;

    h3 {
        font-size: 20px;
        font-weight: 700;
        color: #ffffff;
        padding-bottom: 16px;
    }


}

.hero__input_note {
    label {
        align-items: center;
        display: flex;
        gap: 10px;
    }
    label input {
        margin: 0px;
    }
}

.waitingfor__input_block {
    label {
        justify-content: center;
    }

    .iti {
        width: auto;
        margin-right: 5px;
    }
}


.phone-input {
    display: flex;
    padding-bottom: 16px;
}

.hero__phone_input {
    width: 100% !important;
    max-width: 320px;
    padding: 12px;
    margin-right: 12px;
    background-color: #36373f;
    border: 1px solid #ffd70054;
    border-radius: 12px;
    color: #ADAEBC;
}

.hero__input_btn {
    width: 100%;
    max-width: 320px;
    padding: 12px;
    background: linear-gradient(90deg, rgb(251, 191, 36) 0%, rgb(245, 158, 11) 50%, rgb(217, 119, 6) 100%);
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    border-radius: 12px;
}

.hero__input_note span {
    font-size: 14px;
    color: #9CA3AF;
}

.hero__right_block img {
    width: 100%;
    max-width: 552px;
    border-radius: 14px;
}

.hero__right_btn {
    display: block;
    position: relative;
    width: 100%;
    max-width: 173px;
    background-color: #4A148C;
    border: 1px solid #FFD700;
    border-radius: 12px;
    padding: 18px;
    color: #ffffff;
    text-decoration: none;
}

.hero__right_btn-wrapper{
    display: flex;
    justify-content: end;
    position: relative;
    top: -58px;
    right: -21px;
}

/* bonuses */

.landing__exclusive_bonuses {
    background-color: #0D1B2A;
    padding-left: 25px;
    padding-right: 25px;
}


.exclusive__bonuses {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exclusive__bonus_title {
    text-transform: none;
    font-size: 45px !important;
    background: linear-gradient(90deg, #b451ff 0%, #e446ff 50%, #ef86bd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}


.exclusive__bonus_subtitle {
    font-size: 16px;
    color: #ffffff;
}

.exclusive__bonus_title-subtitle {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 28px;
}

.exclusive__current_title {
    text-align: center;
    font-size: 36px !important;
    font-weight: 700;
    color: #FFD700 !important;
}

.exclusive__current_subtitle {
    text-align: center !important;
    font-size: 18px !important;
    color: #f7f7f7 !important;
    margin-bottom: 24px !important;
}

.exclusive__current_bonuses {
    p {
        font-size: 16px;
        color: #ced6e3;
        margin-bottom: 24px;
    }
}

.exclusive__bonus_cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 64px;
    gap: 20px;
}
.exclusive__bonus_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    padding: 20px 0;
}

.bonus__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
    text-decoration: none;
}

.bonus__card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.card__image {
    align-items: center;
    display: flex;
}

.card__image img {
    width: 100%;
    max-width: 140px;
}


.bonus__card {
    position: relative;
    width: 100%;
    /* max-width: 270px; */
    /* margin-bottom: 2rem; */
    /* padding: 25px; */
    background: linear-gradient(90deg, #581C87, #1E3A8A);
    border-radius: 10px;
    /* overflow: hidden; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bonus__card::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(4px);
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.bonus__card.unlocked::before {
    content: none;
    backdrop-filter: none;
    pointer-events: none;
}

.bonus__card .warning {
    pointer-events: none;
    position: absolute;
    z-index: 3;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    img {
        width: 10%;
    }
}

.bonus__card.unlocked::before,
.bonus__card.unlocked .warning {
    opacity: 0;
    pointer-events: none;
}

.card__label {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
}

.card__percent {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px;
	background-color: #FFD700;
	border-radius: 20px; */
    height: 120px;
    span {
        font-weight: 700;
        font-size: 30px;
        color: #FBBF24;
    }
}

.top__card_content {
    display: flex;
    justify-content: space-between;
    padding: 14px;
    /* gap: 20px; */
    height: 100%;
    max-height: 180px;
}

.card__content_title{
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    /* padding-bottom: 20px; */
}

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

.bonus__stars {
    padding-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bonus__stars img {
    width: 100%;
    max-width: 73px;
}

.bonus__card_0 {
    border: 1px solid red;
}
.bonus__card_1 {
    border: 1px solid orange;
}
.bonus__card_2 {
    border: 1px solid green;
}
.bonus__card_3 {
    border: 1px solid yellow;
}
.bonus__card_4 {
    border: 1px solid orange;
}
.card__content_subtitle{
    font-size: 14px;
    color: #9CA3AF;
}

/* bonuses feed */

.bonuses__feed {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bonuses__title_subtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 48px;
}
.feed__title {
    font-size: 36px !important;
    font-weight: 700;
    color: #FFD700 !important;
}
.feed__subtitle {
    font-size: 16px !important;
    color: #ffffff !important;
}

.feed__members {
    background-color: #0d1b2a80;
    border: 1px solid #4A148C;
    padding: 18px;
    border-radius: 12px;
    display: grid;
    gap: 10px;
}

.image__member_wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #4A148C;
    width: 40px;
    height: 40px;
}

.feed__member {
    display: flex;
    color: white;
    gap: 15px;
    background-color: #4a148c2e;
    border-radius: 8px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    h3{
        margin: 0;
    }
    p{
        margin: 0;
    }
}
.member__content {
    display: flex;
    flex-direction: column;
}
.bonuses__feed_members {
    width: 100%;
    max-width: 896px;
    margin-bottom: 64px;
}


/* Why Us Block */

.landing__whyus {
    background-color: #0D1B2A;
}

.whyus__wrapper {
    width: 100%;
    margin-bottom: 44px;
}

.whyus__titleSubtitle {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 48px;
    h1 {
        font-size: 36px !important;
        color: #FFD700 !important;
        font-weight: 700 !important;
        padding-bottom: 20px;
    }
    p {
        font-size: 16px !important;
        color: #9CA3AF !important;
    }
}

.whyus__features .features {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.whyus__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 264px;
    img {
        width: 24px;
        height: 24px;
    }
}

.guarantee__img_circle {
    border-radius: 50%;
    background-color: #4A148C;
    padding: 16px;
    margin-bottom: 16px;
}

.feature__content {
    text-align: center;
    h3 {
        color: #ffffff;
        margin-bottom: 8px;
        font-size: 18px;
    }
    p {
        font-size: 16px;
        color: #9CA3AF;
        margin-bottom: 24px;
    }
}

.whyus__guarantees .guaarantees {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding-left: 0px !important;
}

.whyus__guaarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 8px;
    p {
        margin: 0;
    }
}


/* Whaiting For Block */

.landing__waiting_for {
    background: linear-gradient(90deg, #4A148C, #1A1A2E);
    padding: 64px;
}

.waitingfor__wrapper {
    width: 100%;
    max-width: 896px;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid #622fa0;
    border-radius: 12px;
    background: linear-gradient(90deg, #360e67, #20202c);
    margin: 0 auto;
}

.waitingfor__title_subtitle {
    text-align: center;
    h1 {
        font-size: 36px !important;
        color: #ffffff;
    }
    p {
        font-size: 18px !important;
        color: #D1D5DB;
        padding: 0px;
        margin-top: 16px;
        margin-bottom: 32px;
    }
}

.progress-labels {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    font-size: 14px;
}

.progress-start,
.progress-end {
    display: flex;
    flex-direction: row;
    width: 8%;
    text-align: center;
}

.progress-container {
    position: relative;
    width: 100%;
    height: 16px;
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.waitingfor__progress_bar {
    height: 100%;
    width: 0;
    background-color: #FFD700;
    border-radius: 8px 0 0 8px;
    transition: width 1s ease-in-out;
}

.start__stop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #9CA3AF;
    font-size: 14px;
}

.waiting__spots_remaining {
    font-size: 16px;
    font-weight: 700;
    color: #FFD700;
}

.waitingfor__input_block {
    width: 100%;
    margin: 32px 0 0 0;
    .phone-input {
        justify-content: center;
    }
    .hero__phone_input {
        max-width: 350px;
        min-width: 350px;
    }
    .hero__input_btn {
        max-width: 200px;
    }
    .hero__input_note {
        text-align: center;
    }
}

.landing__footer_logos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 32px;
}

.landing__menu_coopirighting {
    margin-top: 80px !important;
}

.landing__footer_logo {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.landing__footer_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.landing__secure {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #D1D5DB;

}

.secure__box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    background-color: #1E1E2A;
    border-radius: 10px;
    gap: 8px;
    p {
        font-size: 14px;
        color: #D1D5DB;
        margin: 0px;
    }
    img {
        width: 16px;
    }
}

.landing__menu div ul li a {
    font-size: 14px !important;
    text-decoration: none !important;
    color: #9CA3AF ;
}

.landing__footer_copyright{
    font-size: 14px;
    color: #6B7280;
}

.blurring__subtext{
    font-size: 14px;
    color: #94A3B8;
}

.phone-input {
    display: flex;
    justify-content: center;
}
.hero__input_block .phone-input {
    flex-direction: column;
    max-width: 320px;
    margin: auto;
    gap: 10px;
}

.waitingfor__spots_remaining {
    width: 100%;
}

.landing__bonuses_feed {
    padding-left: 25px;
    padding-right: 25px;
}

.landing__whyus {
    padding-left: 25px;
    padding-right: 25px;
}

/* thanx page  */

.thanx__exclusive_bonuses {
    background-color: #0D1B2A;
    padding-left: 80px;
    padding-right: 80px;
}
.thanx__telegram_bonuses {
    background-color: #0D1B2A;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.thanx__header {
    padding: 20px;
    /* background-color: #15a8ea36; */
    border-radius: 0px 0px 12px 12px;
}

.thanx__secure {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    img {
        width: 25px;
        height: 25px;
    }

}

.thanx__secure_image-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.check__circle {
    padding: 15px;
    border-radius: 50%;
    background-color: #38bff849;
}

.thanx__secure_title {
    text-align: center;
}

.thanx__secure_title h1{
    background: linear-gradient(90deg, #FBBF24 0%, #F59E0B 50%, #D97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    text-transform: none;
}

.thanx__secure_title p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    padding-top: 31px;
    padding-bottom: 31px;
    padding: 0px !important;
    margin: 0px !important;
}

.thanx__lock_text {
    padding: 0px !important;
    margin: 0px !important;
}

.telegramm__title_sub {
    h1 {
        text-transform: none;
        line-height: 38px;
    }
    p{
        padding: 0px !important;
        margin: 0px !important;
    }
}

.telegram__button_text {
    p{
        padding: 0px !important;
        margin: 0px !important;
    }
    img {
        padding-right: 5px;
    }
}

.telegram__block {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    border-radius: 33px;
}

.teltgram__block_title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tg__logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background-color: #2563EB;
    width: 100%;
    max-width: 50px;
    height: 65px;
    img {
        width: 37px;
    }
}

.telegram__button {
    background: linear-gradient(90deg, rgb(251, 191, 36) 0%, rgb(245, 158, 11) 50%, rgb(217, 119, 6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    padding: 10px;
    width: 100%;
    max-width: 308px;
    height: 100%;
    min-height: 56px;
    margin-bottom: 12px;
    img {
        filter: invert();
    }
}

.telegram__button:hover {
    text-decoration: none;
    color: #ffffff;
    img {
        filter: invert();
    }
}

.telegram__button_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tg__subtitle {
    border-top: 1px solid grey;
    p {
        color: #D1D5DB;
        font-size: 16px;
        line-height: 23px;
        padding-top: 16px;
        margin: 0px;
    }
}


.thanx__notshare_bonuses {
    background-color: #0D1B2A;
    padding-left: 25px;
    padding-right: 25px;
}

.warning__share_block{
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    background-color: #1F2937;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    img {
        width: 40px;
    }
    p {
        padding-top: 20px;
        font-size: 18px;
        line-height: 28px;
        color: #ffffff;
    }
}

.share__button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    a {
        gap: 10px;
    }
}

@media (max-width: 1160px) {
    .member__content {
        h3 {
            font-size: 20px;
        }
    }
}

@media (max-width: 1160px) {
    .hero__right_block {
        display: none;
        max-width: 100% !important;
    }
    .hero__left_block {
        margin: 0 auto;
        text-align: center;
    }
    .hero__bonuses {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .hero__left_block {
        width: 100%;
        max-width: 864px;
    }
    .hero__bonuses {
        padding-top: 31px;
    }

    .hero__input_note {
        display: flex;
        justify-content: center;
    }
    .landing__wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 775px) {

    .lanidng__header_logo {
        padding-bottom: 20px;
    }

    .landing__waiting_for {
        padding: 20px;
    }

    .thanx__exclusive_bonuses {
        padding-left: 40px;
        padding-right: 40px;
    }

    .thanx__telegram_bonuses {
        padding-left: 40px;
        padding-right: 40px;
    }

    .thanx__secure_title {
        padding-top: 20px;
    }

    .thanx__secure_title h1 {
        font-size: 40px;
    }

    .check__circle {
        padding: 10px;
        img{
            width: 15px;
            height: 15px;
        }
    }

    .thanx__secure_image-text {
        img {
            width: 15px;
        }
        p{
            font-size: 12px;
        }
    }

    .telegramm__title_sub {

        h1 {
            font-size: 23px;
            line-height: 30px;
        }
    }

    .exclusive__current_title {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: #FBBF24;
        padding-bottom: 15px;
        text-align: center;
    }

    .exclusive__current_subtitle {
        font-size: 14px !important;
        
        text-align: center;
    }

    .exclusive__current_text {
        font-size: 12px !important;

        text-align: center;
    }

    .exclusive__current_bonuses {
        padding-top: 25px;
    }
}

@media (max-width: 445px) {

    .share__button a{
        width: 100% !important;
    }

    .bestplaybonus-offer-text {
        margin-bottom: 15px;
    }

    .warning__share_block {
        padding: 20px;
        p{
            text-align: center;
        }
    }

    .telegram__block {
        padding: 20px;
    }

    .thanx__telegram_bonuses {
        padding-left: 20px;
        padding-right: 20px;
    }

    .thanx__exclusive_bonuses {
        padding-left: 0px;
        padding-right: 0px;
    }

    .thanx__secure_title h1 {
        font-size: 30px;
    }

    .landing__hero {
        padding-right: 10px;
        padding-left: 10px;
    }

    .landing__exclusive_bonuses {
        padding-right: 10px;
        padding-left: 10px;
    }

    .landing__header_btn {
        padding: 3px 12px 3px 13px;
    }

    .landing__wrapper {
        padding-left: 15px;
        padding-right: 5px;
    }

    .me-2 {
        margin-right: .5rem !important;
    }
    .float-start {
        float: left !important;
    }
    .toplist-campaigns-wrapper .highlighted-offer .circle.xlarge {
        margin-bottom: .5rem;
    }
    .circle.xlarge {
        width: 50px;
        height: 50px;
        font-size: 1.9rem;
    }
    .circle {
        width: 20px;
        height: 20px;
        position: relative;
        font-size: .58rem;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
    }
    .circle.xlarge img {
        padding: 4px;
    }

    .circle span, .circle svg, .circle img, .circle i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .circle img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 2;
        font-size: .7rem;
    }
    .circle img {
        max-width: 100%;
    }
    .circle .gauge {
        stroke-linecap: butt;
    }


    .circle svg {
        z-index: 3;
        height: 100%;
        width: 100%;
    }
    img, svg {
        vertical-align: middle;
    }
    .toplist-campaigns-wrapper .circle.xlarge .base {
        stroke: #5a5a5a;
    }

    .toplist-campaigns-wrapper .circle.xlarge .arc, .toplist-campaigns-wrapper .circle.xlarge .base {
        stroke-width: 9px;
        opacity: 1;
    }
    .toplist-campaigns-wrapper .circle.xlarge .arc {
        stroke: #FBBF24;
    }
    .toplist-campaigns-wrapper .circle.xlarge .arc, .toplist-campaigns-wrapper .circle.xlarge .base {
        stroke-width: 9px;
        opacity: 1;
    }
    .circle.green .base, .circle.green .arc {
        stroke: #FBBF24;
    }
    .circle.large .arc, .circle.large .base, .circle.xlarge .arc, .circle.xlarge .base {
        stroke-width: 5;
    }
    .circle .arc, .circle .base {
        stroke: #1a3f58;
        stroke-width: 15;
    }
    .circle .arc {
        fill: none;
    }

    .joined__9k {
        background-color: #FBBF24;
        border-radius: 50%;
    }

    .amount__joined_people {
        color: #0F172A;
        font-size: 14px;
        font-weight: 500;
        z-index: 5;
    }
    .amount__people_title {
        font-size: 14px;
        color: #CBD5E1;
        text-align: center;
        margin-top: 24px;
        margin-bottom: 11px;
    }

    .header__logo_title {
        font-size: 22px;
    }

    .landing__list {
        width: -webkit-fill-available;
    }

    .lanidng__header_logo {
        padding-bottom: 0px;
        /* justify-content: left; */
        width: 150px;
    }

    .activtites__dot {
        display: flex;
        align-items: center;
        gap: 10px;
        img {
            width: 15px;
            height: 15px;
            margin-bottom: 7px;
        }
    }

    .green__dot {
        width: 15px;
        height: 15px;
    }

    .logo__title {
        color: #ffffff;
    }
    .lanidng__header_logo  {
        a {
            width: inherit;
        }
        img {
            min-height: 32px;
        }
    }

    .mobile__block {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .mobile__title {
        color: #FCD34D !important;
        font-size: 21px !important;
        text-align: center;
    }

    .mobile__subtitle {
        color: #CBD5E1;
        font-size: 16px !important;
        text-align: center;
        padding-bottom: 31px;
    }

    .hero__input_mobile-block {
        background-color: #1E293B;
        border: 1px solid #334155;
        border-radius: 12px;
        padding: 25px;

        p {
            font-size: 14px;
            color: #CBD5E1;
        }
    }
    .input-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .hero__mobile_input {
        width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .input-wrapper img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        height: 20px;
        pointer-events: none;
    }
    .mobile__block .hero__title {
        font-size: 37px !important;
        line-height: 36px;
        text-align: center;
    }

    .mobile__phone_input-checkbox {
        label {
            span {
                font-size: 12px;
            }
        }
        label {
            align-items: center;
            display: flex;
            gap: 5px;
        }
        label input {
            margin: 0px;
        }
    }

    .hero__input_mobile-note {
        padding-top: 20px;
    }

    .hero__input_mobile-note span {
        display: flex;
        text-align: center;
        color: #94A3B8;
        font-size: 13px;

    }

    .mobile__phone_input {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .hero__mobile_input {
        width: 100%;
        /* max-width: 308px; */
        padding: 18px;
        background-color: #334155;
        border: 1px solid #475569;
        border-radius: 8px;
    }

    .hero__mobile_input-btn {
        width: 100%;
        max-width: 308px;
        padding: 18px;
        background: linear-gradient(90deg, #FBBF24 0%, #F59E0B 50%, #D97706 100%);
        border-radius: 8px;
        color: #000;
        font-size: 18px;
        text-decoration: none;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .hero__mobile_input-btn:hover {
        color: black;
        text-decoration: none;
    }

    .hero__mobile_top-block {
        display: block !important;
        width: 100%;
        max-width: 285px;
        padding: 12px;
        border-radius: 30px;
        background-color: #DC2626;
        margin: 0;
        font-size: 14px;
        margin-bottom: 35px;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 15px #ffc107;
        animation: glowPulse 1.5s infinite alternate;
    }

    @keyframes glowPulse {
        0% {
            box-shadow: 0 0 5px #DC2626, 0 0 10px #DC2626;
            background-color: #DC2626;
        }
        100% {
            box-shadow: 0 0 15px #ffc107, 0 0 30px #ffc107;
            background-color: #ffc107;
        }
    }
    .hero__right_block {
        display: none;
    }
    .hero__left_block {
        display: none;
    }

    .exclusive__bonus_title-subtitle {
        padding-left: 15px;
        padding-right: 15px;

    }

    .exclusive__bonus_cards {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
    }

    .bonuses__feed {
        display: none;
    }
    .bonus__card {

        max-width: 100%;

    }
    .exclusive__bonus_cards {
        padding: 10px;
    }
    .mobile__members_activities {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        align-items: center;

    }

    .members__list_content {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 358px;
        padding: 7px 30px 7px 30px;
        border-radius: 12px;
        background-color: #1E293B;
        gap: 5px;
    }
    .members__list_content {
        .circle.xlarge {
            width: 86px;
            height: 60px;
            margin-right: 12px;
        }
    }

    .name__city span{
        color: #FBBF24;
    }

    .member__content {
        color: white;
        font-size: 16px;
    }


    .mobile__members_activities .mobile__members_activities-title {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #FBBF24;
        text-align: center;
    }

    .members__list {
        gap: 10px;
        display: grid;
    }

    .name__city {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
    }

    .dop__content {
        font-size: 12px;
        color: #94A3B8;
    }


    .whyus__wrapper {
        display: none;
    }

    .whyus__wrapper_mobile {
        display: flex !important;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        p {
            color: #94A3B8 !important;
            font-size: 14px !important;
        }
    }

    .whyus__wrapper_mobile .mobile__guarantee_title {
        color: #CBD5E1 !important;
        font-size: 18px !important;
        line-height: 28px;
    }

    .mobile__guarantees_list {
        display: flex;
        width: 100%;
        justify-content: space-around;
        padding-left: 0px !important;
    }

    .mobile__guarantee {
        padding: 12px;
        border-radius: 12px;
        background-color: #334155;
        width: 100%;
        max-width: 100px;
        margin-top: 24px;
        margin-bottom: 20px;
    }

    .mobile__guarantee_wrapper .mob__guar_title {
        font-size: 12px !important;
        margin: 0px !important;
    }
    .mobile__guarantee_wrapper .mob__guar_cont {
        font-size: 12px !important;
        margin: 0px !important;
    }

    .guarantee__title_mob-0 {
        color: #4ADE80;
    }
    .guarantee__title_mob-1 {
        color: #F87171;
    }
    .guarantee__title_mob-2 {
        color: #FBBF24;
    }

    .waitingfor__wrapper {
        display: none;
    }

    .landing__waiting_for {
        padding: 0;
    }


    .waitingfor__wrapper_mobile {
        display: flex !important;
        width: 100%;
        flex-direction: column;
        text-align: center;


        p {
            font-size: 14px !important;
            color: #CBD5E1;
            padding: 0 !important;
        }
    }

    .waitingfor__wrapper_mobile-timer {
        padding: 24px;
        border: 1px solid #EF4444;
        border-radius: 16px;
        background: linear-gradient(90deg, #0F172A, #334155);
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 27px;
    }

    .waitingfor__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #334155;
        .hero__mobile_input-btn{
            max-width: 100%;
            margin-left: 16px;
            margin-right: 16px;
            margin-top: 16px;
        }
    }

    .waitingfor__wrapper_mobile .timer__title {
        font-size: 20px !important;
        color: #F87171 !important;
        font-weight: 700;
        line-height: 28px;
    }

    .timer {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .digit-box {
        width: 100%;
        max-width: 80px;
        height: 200px;
        max-height: 64px;
        background-color: #DC2626;
        color: #ffffff;
        font-size: 36px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2px;
        border-radius: 4px;
    }

    .colon {
        font-size: 48px;
        font-weight: bold;
        color: #F87171;
        margin: 0 6px;
    }

    .landing__menu_coopirighting {
        margin-top: 0px !important;
    }

    .landing__footer_logos {
        flex-wrap: nowrap;
        gap: 0px;
    }

    .exclusive__bonus_title-subtitle {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .exclusive__bonus_title {
        font-size: 33px !important;
        padding-bottom: 10px;
    }
}

/* END Landing Page */







* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: 'Lato', sans-serif; */
    font-style: normal;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: var(--body_color) !important;
    font-size: 16px !important;
    color: #7f8085;
    line-height: 19px;
    font-family: var(--theme-font) !important;
}

.entry-content {
    background-color: var(--bg_color_1) !important;
}

.advantage_block {
    background-color: var(--bg_color_2) !important;
}

.recent {
    background: var(--main-color);
    padding: 66px 0 0;
    flex-grow: 1;
}

.recent .hero .title {
    font-weight: 700;
    color: var(--text-color);
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 33px;
    text-align: left;
}

.recent .hero .description {
    margin: 20px 0 0 0;
    color: var(--text-color);
}

.recent .hero.bottom .title {
    margin-top: 0;
}

.recent .list-wrapper .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.recent .card-list {
    margin: 0px;
}

.recent .card-list:not(:first-child) {
    margin-top: 30px;
}

.recent .card-item,
.card-item-inner {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background: var(--card-item-background);
    border-radius: 2px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    position: relative;
}

.recent .card-item {
    background: transparent;
    border-radius: 0;
}

.recent .card-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.recent .card-item-mobile {
    display: none;
}

.recent .card-item .card-item-mobile .logo {
    min-width: 100%;
    width: 100%;
    min-height: 100px;
    border-radius: 10px;
}

.recent .card-item .card-item-mobile .logo img {
    max-height: 52px;
}

.card_link {
    display: block !important;
}

.card-item-mobile {
    display: block;
    height: 100%;
}

.card_namber {
    float: left;
    background-color: #00585a;
    padding: 5px 10px 3px 10px;
    border-radius: 0px 0px 15px 0px;
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 1;
}

.recent .card-item:not(:first-child) {
    margin-top: 32px;
}

.offer__terms {
    font-size: 10px;
    padding-top: 0px;
    color: #d6d4d4;
}

.stretched-link:after {
    position: absolute !important;
    top: -31px !important;
    right: -28px !important;
    bottom: -52px !important;
    left: -939px !important;
    z-index: 100 !important;
    content: "" !important;
}

.header__wrapper {
    background-color: var(--warning__bar_color) !important;
    height: 100%;
    /* max-height: 40px; */
    display: flex;
    align-items: center;
    .tFHi_Ylgs-tpE7 {
        flex-direction: column;
    }
}

.sticky__brands_wrapper {
    position: sticky;
    top: 58px;
    z-index: 100;
    margin: -1px;
}


.brands__wrapper {
    background-color: var(--background__brands_color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_warning {
    display: flex;
    align-items: center;
}

.header__brands-list {
    display: flex;
    gap: 10px;
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px !important;
    padding-left: 7px !important;
}


.brands-list__item {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 128px;
    max-height: 36px;
    padding: 6px;
    border-radius: 18px;
    /* background: var(--background_brands_color); */
}

.brands-list__link {
    display: flex;
    justify-content: center;
}

.brands-list__link {
    z-index: 2;
}

.brands-list__link img{
    width: 90%;
    /* max-height: 42px; */
    /* padding: 5px; */
}

.brands-list__item::after {
    content: "";
    position: absolute;
    /* max-width: 150px;
	max-height: 36px; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background_brands_ithem_color);
    opacity: 0.1;
    border-radius: 18px;
    z-index: 1;
}

.tFHi_Ylgs-tpE7 {
    p {
        color: #fff !important;
        font-weight: 500;
        line-height: 28px;
        padding: 5px;
        letter-spacing: .2px;
        font-size: 15px;
        margin: 0 !important;
        word-spacing: 1px;
    }

}

.header__main_link {
    text-decoration: none;
    color: #afafaf !important;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    box-shadow: unset;
}

.card-footer_show .recent .card-item,
.card-footer_show .recent .card-item-inner {
    margin: 0 0 40px;
}

.recent .card-item:last-child {
    margin-bottom: 0px;
}

.recent .card-item .card-footer {
    position: absolute;
    bottom: -16px;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 10px;
    color: #a3a2a2;
    padding: 0 0 0 10px;
}

.recent .card-item .card-footer a {
    font-family: 'Lato', sans-serif;
    color: inherit;
}

.recent .top .card-item .card-footer {
    bottom: -30px;
    margin: 0 auto;
    width: 300px;
}

.recent .card-item .list-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: var(--main-color);
    line-height: 22px;
    display: block;
    text-decoration: none;
    transition: 0.1s ease;
}

.recent .card-item .list {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.recent .card-item .list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 8px 0px;
    line-height: 10px;
}

.recent .card-item .list .item:last-child {
    margin: 0px;
}

.recent .card-item .list .item .image,
.recent .card-item .list .item .title {
    display: inline-block;
    vertical-align: middle;
}

.recent .card-item .list .item .image {
    margin: 0px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    /* background: var(--accent-color); */
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recent .card-item .list .item .image img {
    width: 16px;
    height: 15px;
    object-fit: contain;
    object-position: center;
}

.recent .card-item .list .item .title,
.recent .card-item .list .item p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: var(--main-color);
    font-size: 14px;
    line-height: 15px;
    padding-left: 10px;
}

.recent .card-item .logo {
    /* background: var(--main-color); */
    width: 188px;
    min-width: 188px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 61px;
    position: relative;
    border-radius: 10px;
}

.recent .card-item .payments {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
}

.recent .card-item .payments .item:not(:last-child) {
    margin-right: 8px;
}

.recent .card-item .payments .item .image {
    max-width: 60px;
    height: 20px;
}

.recent .card-item .payments .item .image img {
    display: block;
    border-radius: 2px;
    height: 100%;
}

.recent .card-item .logo img {
    width: auto;
    max-width: 100%;
    display: block;
    height: auto;
    /*max-height: 43%;*/
    max-height: 70px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recent .card-item .button {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background: #00585a;
    border: 1px solid var(--accent-color);
    color: var(--main-color);
    -webkit-transition: 0.15s;
    transition: 0.15s;
    width: 100%;
}

.recent .card-item .card-item-mobile .button {
    width: 100%;
    margin: 24px auto 0px;
    max-width: 100%;
    height: 44px;
}

.block-l {
    padding: 16px;
}

.recent .block-l .list-wrapper p {
    color: var(--text-color);
}

.block-r {
    padding: 0 16px 16px 16px;
}

.recent .block-r {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

.recent .block-l .list-wrapper {
    margin-top: 15px;
}

.recent .card-item-mobile .block-r {
    margin-top: auto;
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
}

.recent ul.card-list .card-item-mobile .block-l .list-wrapper {
    margin-top: 24px;
    padding: 0;
    padding-left: 16px;
}

.recent .card-item .card-footer {
    position: static;
    margin: 10px 0 0 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #a3a2a2;
    padding-bottom: 20px;
}

.recent .card-item:not(:first-child) {
    margin-top: 30px;
}

.recent .card-item .card-item-mobile .button,
.recent .card-item .card-item-desktop .button {
    color: white;
    text-decoration: none;
}

.recent .card-item .card-item-mobile .logo,
.recent .card-item .card-item-desktop .logo {
    border-radius: 4px;
}

.recent .card-item .list .item .title,
.recent .card-item .list .item p {
    line-height: 18px;
}

.post-2 {
    background-color: var(--body_color) !important;
}

.item .title {
    margin: 0 !important;
}

@media (min-width: 375px) and (max-width: 1024px) {
    .recent .top .card-item .card-footer {
        bottom: -16px;
    }
}

@media (max-width: 374px) {
    .recent .card-item-mobile {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 991px) {
    .recent .card-item .card-item-mobile .logo img {
        min-height: 77px;
    }

    .recent .card-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
    }

    .recent .card-list.top .card-item {
        margin: 0;
        width: calc((100% - 16px * 2) / 3);
        max-width: none;
    }

    .recent .card-list.top .card-item .card-item-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recent .card-list .card-item {
        width: calc((100% - 16px) / 2);
    }

    .recent .card-item .list .item .title {
        padding-left: 16px;
    }
}

@media screen and (min-width: 992px) {
    .recent .card-item:not(:first-child) {
        margin-top: 0px;
    }

    .recent .card-list:not(.top) .card-item {
        margin: 0;
        margin-bottom: 32px;
    }

    .recent .card-item .list .item {
        margin-bottom: 14px;
    }

    .recent .card-item .button:hover {
        background: rgba(255, 219, 174, 0.7);
    }

    .recent .card-item .payments {
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    .recent {
        padding: 33px 0 0;
    }

    .recent .hero.bottom .title {
        margin-top: 44px;
    }

    .recent .hero .title {
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .recent .hero.bottom .title,
    .recent .hero .title {
        font-size: 24px;
    }

    .recent .card-item,
    .recent .card-item-inner {
        position: relative;
    }

    .recent .card-row {
        flex-wrap: wrap;
    }

    .recent .card-item-mobile {
        display: block;
    }

    .card-footer_show .recent .card-item:not(:last-child) {
        margin: 0 0 40px;
    }

    .recent .card-item .list-title {
        width: 100%;
        font-size: 15px;
        line-height: 1;
    }

    .recent .card-item .list-wrapper .list .item p {
        font-size: 14px;
    }

    .recent .block-l .list-wrapper {
        padding: 15px 0px 15px 15px;
        margin-top: 0px;
    }

    .recent .card-item .list {
        margin: 0px 0px;
        margin-top: 0px;
    }

    .recent .card-item .list .item {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 180px;
        margin: 0px 0px 12px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .recent .card-item .button {
        width: 100%;
        font-size: 15px;
    }
}

/* Main Content */
.site-main>.container {
    padding: 33px 0 0;
    color: var(--text-color);
}

.site-main>.container h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 24px;
}

.site-main>.container a {
    color: var(--text-color);
    text-decoration: underline;
}

.site-main>.container ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.site-main>.container ul li {
    list-style: disc;
    margin-bottom: 5px;
}

/* Editor */
:where(.editor-styles-wrapper) .is-root-container {
    background-color: var(--main-color);
}

.editor-styles-wrapper :where(:not(.is-layout-flex, .is-layout-grid))>.wp-block {
    max-width: 100%;
}







.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: white;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-x-4 {
    border-left-width: 4px;
    border-right-width: 4px;
}

.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}

.gap-1 {
    gap: 0.15rem;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.w-full {
    width: 100%;
}

.flex {
    display: flex;
}

.w-6 {
    width: 1.5rem;
}

.tFHi_Ylgs-tpE7 {
    padding: 10px;
}

.tFHi_Ylgs-tpE7 img {
    max-width: 100%;
    height: auto;
    /* width: 3rem; */

}

.header_warning img {
    width: 3rem;
}

.mt-1 {
    margin-top: 0.25rem;
    font-size: 13px;
    line-height: 1.5;
}

.tFHi_Ylgs-tpE7 a {
    color: rgb(246 187 7);
}

@media only screen and (max-width: 600px) {
    #header a img {
        width: 51px !important;
    }

    .mt-1 {
        margin-top: 0.25rem;
        font-size: 9px;
        line-height: 1.5;
    }

    .bg-white {
        max-height: 100% !important;
        min-height: 65px !important;
    }

    .sgamenu .sgabutton .header__main_link img {
        width: 120px !important;
    }
}

@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

:root {
    --base-color: #2b2e34;
    --black-color-rgb: 0, 0, 0;
    --black-color: #000000;
    --black-color-100: #22252c;
    --black-color-200: #2b2e34;
    --blue-color-primary: #2c7eea;
    --blue-color-500: #000d1f;
    --white-color: #ffffff;
    --grey-color-20: 240, 240, 240;
    --grey-color-30: #e0e0e0;
    --grey-color-50: #b0b0b0;
    --grey-color-100: #999898;
    --grey-color-200: #f7f7f7;
    --grey-color-596068: #596068;
    --green-100: #1dd75f;
    --green-primary: #1ed760;
    --primary-yellow-100: #ffca00;
    --primary-red-100: #ee334e;
    --primary-red-50: #fef5f6;
    --bg-opacity-10: 0.1;
    --bg-opacity-20: 0.2;
    --bg-opacity-50: 0.5;
    --bg-opacity-60: 0.6;
    --bg-opacity-70: 0.7;
    --bg-opacity-80: 0.8;
    --bg-opacity-90: 0.9;
    --bg-opacity-100: 1;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-black: 800;
    --inter: 'Lato', sans-serif;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #7f8085;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
}



h2 {
    text-transform: uppercase;
}

h1 span {
    color: #ee334e;
}

h5 {
    font-size: 14px;
    color: #ee334e;
    font-family: 'Lato', sans-serif;
    letter-spacing: unset;
    margin: 0 0 15px;
}

.Logo {
    background: #21252b;
    padding: 11px 25px 5px;
    display: inline-block;
}

header.HeadCon {
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 170px;
    background-size: cover;
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.TopSecOuter {
    background-color: #22252c;
    width: 100%;
    padding-bottom: 35px;
}

.TopSecOuter .TopSec {
    padding-bottom: 0;
}

.TopSec {
    /* display: flex; */
    padding: 23px 0 30px;
    color: #fff;
    align-items: start;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

h1 span {
    color: #ee334e;
}

.TopLeft {
    text-align: center;
    font-size: 18px;
    color: #999898;

    padding-right: 50px;
}

.TopLeft h1 {
    margin-bottom: 15px;
}

.TopSec p {
    margin-bottom: 10px;
    line-height: 25px;
    color: #dcdedd;
}

.top_warning small {
    color: #dcdedd;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* .TopRight {
      min-width: 452px;
      padding-left: 65px;
      margin: 10px 0 0;
      border-left: solid 1px #3b4046;
  }
   */
.TopRight {
    min-width: 470px;
    padding-left: 50px;
    margin: 10px 0 0;

}

.TopRight ul {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin: 0 -5px;
    padding-left: 0;
}

.TopRight li {
    /* width: 42%; */
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    display: flex;
    padding: 5px;
}

.TopRight li:nth-child(1) {
    width: 23%;
    align-items: center;
}

.TopRight li:nth-child(2) {
    align-items: center;
}

.TopRight li:nth-child(3) {
    align-items: center;
}

.TopRight li:nth-child(4) {
    align-items: center;
}

@media(min-width:767px) {
    .TopRight li:nth-child(1) {
        order: 1;
        width: 42%;
    }

    .TopRight li:nth-child(2) {
        order: 3;
        width: 42%;
    }

    .TopRight li:nth-child(3) {
        order: 2;
        width: 58%;
    }

    .TopRight li:nth-child(4) {
        order: 4;
        width: 58%;

    }
}

/* .TopRight li:nth-child(even) {
      width: 58%;
  } */
.TopRight li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.TopRight li i {
    margin: 0 10px 0 0;
    width: 24px;
    height: 23px;
    text-align: center;
}

.TopRight li i img {
    width: 110%;
    filter: invert(1);
}

.ToolTipHeading {
    position: relative;
    background-image: url('images/tooltip.png');
    background-repeat: no-repeat;
    background-position: left 2px;
    padding: 2px 0 5px 28px;
    font-size: 12px;
    color: #dcdcdc;
    cursor: pointer;
}

.ToolTipHeading:after {
    content: '';
    position: absolute;
    width: calc(100% - 28px);
    height: 1px;
    background: #919296;
    right: 0;
    bottom: 0;
}

.ToolTipContent {
    display: none;
    position: absolute;
    background-color: #2b2d33;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999999;
}

.ToolTipHeading:hover .ToolTipContent {
    display: block;
}

.Grid01 {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
}

.ImageBox {
    width: 50%;
    padding: 18px;
}

.Content01 p {
    line-height: normal;
}

.ImageBox>div {
    padding: 20px 50px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #22252c;
    display: flex;
    align-items: center;
    min-height: 180px;
    position: relative;
    overflow: hidden;
}

.ImageBox>div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0, rgba(255, 255, 255, 0) 100%);
}

h2 {
    font-size: 24px !important;
    font-weight: 700;
    color: #1f1f1f !important;
    line-height: 28px !important;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    position: relative;
    z-index: 1;
}

.Content01 {
    margin: 20px 0 0;
}

.Sec02 {
    border-bottom: solid 48px #f3f3f3;
    padding: 30px 0;
}

.BrandOuter {
    margin-top: 30px;
}

.Grid02 {
    display: flex;
    margin: 0 -20px;
}

.Content {
    padding: 20px;
    /* font-size: 16px;
  line-height: 17px;
  color: #7f8085; */
    width: 50%;
}

.Content ul {
    margin: 0 0 10px;
}

.Content ul li {
    /* font-size: 16px; */
    /* line-height: 17px; */
    font-weight: bold;
    color: #343e62;
    padding: 6px 0 6px 20px;
    background-image: url('images/List01.svg');
    background-repeat: no-repeat;
    background-position: left 10px;
    font-family: 'Lato', sans-serif;
}





.Accordions {
    margin: 0 0 11px;
}

.AccordionHeading {
    background: #f3f3f3;
    padding: 20px 20px 20px 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #343e62;
    font-weight: bold;
    /* background-image: url(assets/images/Tick01.png);
	background-repeat: no-repeat;
	background-position: 20px 16px; */
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.AccordionHeading img {
    width: 90px;
    padding-right: 15px;
}

.AccordionHeading:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 26px;
    width: 14px;
    height: 8px;
    background-image: url('assets/images/Arrow01.svg');
    background-repeat: no-repeat;
}

.AccordionHeading.Active01:after {
    transform: rotate(180deg);
}

.AccordionContent {
    display: none;
    padding: 15px 0 0;
}

.Sec03 {
    padding: 40px 0;
    background-color: #FFFFFC;
}

.Sec04 {
    background: #00585a;
    padding: 60px 0;
}

.Sec04 h2 {
    text-align: center;
}

.FAQ_Accordion {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -20px 0;
}

.FAQ_Accordion li {
    padding: 10px 20px;
    width: 50%;
}

.AccordionInn {
    background-color: #fff;
    border-radius: 5px;
    padding: 19px 27px 19px 20px;
}

.Querstion01 {
    font-size: 18px;
    color: #343e62;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    line-height: 22px;
    padding-right: 1px;
}

.Querstion01:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-image: url('assets/images/Plus.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.Querstion01.Active01:after {
    background-image: url('images/MinusIcon.svg');
}

.Answer01 {
    /* font-size: 16px;
  line-height: 17px;
  color: #7f8085; */
    margin-top: 20px;
    display: none;
}

.Answer01 p:last-child {
    margin: 0 0 5px;
}

/* .Content02 {
	border-bottom: solid 1px green;
	position: relative;
	padding: 40px 0 14px;
} */

/* .Content02:first-child {
	border-color: green;
} */

/* .Content02:first-child:after {
	background-image: url('assets/images/plus1.png');
} */

/* .Content02:after {
	content: '';
	position: absolute;
	background-image: url('assets/images/PlusIcon.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 26px;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
} */

.Sec05 {
    padding: 20px 0 38px;
    background-color: #00585a;
}

footer.FootCon {
    background-color: #22252c;
    padding: 62px 00 0;
}

.FooterLogo img {
    width: 280px;
    max-width: 100%;
}

.FooterInn1 {
    display: flex;
    margin-bottom: 35px;
}

.FooterLogo {
    padding-right: 50px;
    border-right: solid 1px #3b4046;
    margin-right: 37px;
}

.FooterMenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu li::after {
    content: '|';
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
    color: white;
}

.FooterMenu .widget ul li {
    display: inline-block;
    border: none;
}

.FooterMenu .widget ul li a {
    text-decoration: underline;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    box-shadow: unset;
}

.widget {
    padding: 0;
}

.widget_text {
    padding-bottom: 15px;
}

.FooterInn2 {
    margin-bottom: 0px;
}

.FooterGallery .gallery {
    display: flex;
    align-items: center;
}

.FooterGallery .widget a img {
    box-shadow: unset;
    height: auto;
    width: auto;
}

.Copyright {
    background: #2b2e34;
    text-align: center;
    margin-top: 50px;
}

.Copyright p {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    color: grey;
    padding: 16px 0 17px;
}

.FooterText p {
    margin: 0;
}

.Content02:last-child {
    border: none;
}

.Content02:last-child:after {
    display: none;
}

.Content02 h3 {
    color: red;
}

.Content02 {
    color: white;
}

.Head02 {
    text-align: center;
    margin: 11px 0 29px;
}

.Head02 h2,
.ImageBox h2 {
    font-family: 'Lato', sans-serif;
}

.Head02 h2 {
    position: relative;
    min-width: 815px;
    display: inline-block;
}

.Head02 h2:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 25px;
    height: 2px;
    background-color: #ee334e;
}

.Head02 span {
    background-color: #22252c;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

/*
  .FooterGallery .gallery-item:nth-child(1) img {
      max-width: 38px;
  }

  .FooterGallery .gallery-item:nth-child(2) img {
      max-width: 77px;
  }

  .FooterGallery .gallery-item:nth-child(3) img {
      max-width: 36px;
  }

  .FooterGallery .gallery-item:nth-child(4) img {
      max-width: 123px;
  }

  .FooterGallery .gallery-item:nth-child(5) img {
      max-width: 65px;
  }

  .FooterGallery .gallery-item:nth-child(6) img {
      max-width: 114px;
  }

  .FooterGallery .gallery-item:nth-child(7) img {
      max-width: 91px;
  }

  .FooterGallery .gallery-item:nth-child(8) img {
      max-width: 165px;
  }

  .FooterGallery .gallery-item:nth-child(9) img {
      max-width: 75px;
  } */

.FooterGallery .gallery-icon,
.FooterGallery .gallery-item img {
    max-width: 100%;
    width: 100%;
}

.FooterGallery .gallery-item {
    margin: 0 40px 0 0;
    padding: 0;
}

.FooterText {
    font-size: 12px;
    line-height: 14px;
}

.Rating {
    margin: 10px 0 0;
}

@media screen and (min-width: 30em) {
    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(1) {
        max-width: 3.166666666666667%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(2) {
        max-width: 6.416666666666666%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(3) {
        max-width: 3%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(4) {
        max-width: 10.25%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(5) {
        max-width: 5.416666666666667%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(6) {
        max-width: 9.5%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(7) {
        max-width: 7.583333333333334%;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(8) {
        max-width: 165px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(9) {
        max-width: 6.25%;
    }
}

@media(min-width:767px) {
    .TopRight li br {
        display: none;
    }
}

@media(max-width:991px) {
    .Head02 h2 {
        min-width: 100%;
    }
}

@media(max-width:750px) {
    h1 {
        font-size: 33px;
    }

    .Logo {
        width: 100%;
        padding: 16px â€‹25px 7p;
    }

    header.HeadCon {
        min-height: 300px;
    }

    .Logo img {
        width: 580px;
        max-width: 100%;
    }

    .FooterMenu .widget ul li {
        display: inline-block;
        border: none;
        padding: 0;
        /* width: 49%; */
    }

    .FooterLogo {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    .FooterInn1 {
        flex-wrap: wrap;
    }

    .FooterMenu {
        width: 100%;
        margin-top: 30px;
    }

    .FAQ_Accordion li {
        width: 100%;
    }

    .AccordionHeading {
        background-position: 37px 27px;
        padding: 27px 40px 27px 76px;
        font-size: 20px;
    }

    .AccordionHeading::after {
        top: 37px;
        right: 40px;
    }

    .Content ul li {
        background-position: left 10px;
        background-size: 16px;
        padding: 6px 0 6px 35px;
        font-size: 21px;
    }

    .Grid02 {
        flex-wrap: wrap;
        margin: 0;
    }

    .Content {
        padding: 10px 0;
        width: 100%;
    }

    .ImageBox>div {
        min-height: 210px;
    }

    .ImageBox h2 {
        font-size: 42px;
    }

    .Head02 h2 {
        font-size: 33px;
    }

    .Grid01 {
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }

    .ImageBox {
        width: 100%;
        padding: 15px 0;
    }

    .container {
        padding: 0 40px;
    }

    h2 {
        font-size: 33px;
    }

    .TopSec {
        flex-wrap: wrap;
    }

    .TopLeft {
        padding-right: 0;
        text-align: center;
    }

    .TopRight {
        padding-left: 0;
        border: none;
        min-width: 100%;
    }

    .TopRight h5 {
        text-align: center;
        position: relative;
        margin: 15px 0;
    }

    .TopRight h5::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 0;
        top: 15px;
        background-color: #3b4046;
    }

    .TopRight h5 span {
        position: relative;
        z-index: 1;
        background-color: #22252c;
        padding: 0 20px;
        display: inline-block;
        font-size: 20px;
    }

    .TopRight ul {
        padding: 0 37px;
    }

    .TopRight li,
    .TopRight li:nth-child(even) {
        width: 25%;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .TopRight li i {
        width: 100%;
        margin: 0;
        height: 42px;
    }

    .TopRight li span {
        height: 100%;
    }

    .TopRight li:nth-child(1) img {
        width: 37px;
    }

    .TopRight li:nth-child(2) img {
        width: 34px;
    }

    .TopRight li:nth-child(3) img {
        width: 45px;
    }

    .TopRight li:nth-child(4) img {
        width: 37px;
    }

    .ToolTipHeading {
        font-size: 21px;
    }

    .TopLeft,
    body {
        font-size: 20px;
        line-height: 27px;
    }

    .ToolTipHeading {
        background-size: 25px;
        padding: 2px 0 2px 33px;
        text-decoration: none;
    }

    .FooterGallery .gallery {
        flex-wrap: wrap;
    }

    .Copyright p {
        text-align: left;
    }

    h3 {
        font-size: 33px;
    }

    .Querstion01 {
        font-size: 25px;
        line-height: 30px;
    }

    .Querstion01:after {
        width: 22px;
        height: 22px;
        background-image: url(images/Plus.svg);
        background-size: 100%;
    }

    .FooterLogo img {
        width: 385px;
    }

    .FooterMenu .widget ul li {
        padding: 5px 0;
    }

    .FooterMenu .widget ul li a {
        font-size: 21px;
    }

    .FooterText {
        font-size: 17px;
        line-height: 17px;
    }

    .Copyright p {
        font-size: 17px;
        line-height: 17px;
        padding: 40px 0 40px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(1) {
        max-width: 48px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(2) {
        max-width: 96px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(3) {
        max-width: 45px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(4) {
        max-width: 155px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(5) {
        max-width: 80px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(6) {
        max-width: 134px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(7) {
        max-width: 107px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(8) {
        max-width: 194px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item:nth-child(9) {
        max-width: 90px;
    }

    .FooterGallery .gallery-columns-3 .gallery-item a,
    .FooterGallery .gallery-columns-3 .gallery-item a img {
        width: 100% !important;
    }

    .FooterGallery .gallery-item {
        margin: 20px 30px 20px 0;
    }

    .ToolTipContent {
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
    }

    .TopLeft h1 {
        margin-bottom: 15px;
    }

    .TopSec p {
        margin-bottom: 15px;
    }

    .TopRight li {
        font-size: 16px;
        line-height: 22px;
    }

    .Content01 h3 {
        margin-bottom: 10px;
    }

    .Content h3 {
        margin-bottom: 10px;
    }

    .FAQ_Accordion {
        /* margin: 20px -20px 0; */
    }

    .Content02 h3 {
        font-size: 23px;
    }
}

@media(max-width:480px) {
    .container {
        padding: 0 20px;
    }

    .TopRight ul {
        padding: 0;
    }

    .TopRight li,
    .TopRight li:nth-child(even) {
        width: 50%;
        margin: 10px 0;
    }

    h3 i {
        min-width: 40px;
        min-height: 40px;
        margin-top: 0;
        padding: 8px;
    }

    /* h3 { */
    /* align-items: start; */
    /* } */
    .Head02 h2 {
        font-size: 24px;
    }

    .ImageBox h2 {
        font-size: 30px;
    }

    .ImageBox>div {
        min-height: 160px;
        padding: 20px 35px;
    }

    h3 {
        font-size: 22px;
    }

    .TopLeft,
    body {
        font-size: 17px;
        line-height: 22px;
    }

    h2 {
        font-size: 24px;
    }

    .Querstion01 {
        font-size: 16px;
        line-height: 25px;
    }

    .Querstion01:after {
        width: 12px;
        height: 12px;
        right: -10px;
    }

    .FooterLogo img {
        width: 270px;
    }

    .widget ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .FooterMenu .widget ul li a {
        font-size: 14px;
    }

    .Copyright p {
        font-size: 14px;
        line-height: 17px;
        padding: 20px 0 20px;
    }

    .Content h3 {
        display: flex;
    }

    h3 i {
        width: 40px;
        height: 40px;
    }

    .Content h3 {
        margin-bottom: 10px;
        line-height: 23px;
    }

    .AccordionHeading {
        background-position: 11px 26px;
        padding: 27px 50px 27px 46px;
        font-size: 18px;
    }

    header.HeadCon {
        min-height: 150px;
    }
}

/*----review template page css begins----------*/

.page-secn h1,
.page-secn h2,
.page-secn h3,
.page-secn h4,
.page-secn h5,
.page-secn h6 {
    padding-top: 0;
    margin-bottom: 1rem;
}

.page-secn p {
    line-height: 1.4;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.br-8 {
    border-radius: 8px;
}

.br-6 {
    border-radius: 6px;
}

.text-yellow {
    color: var(--primary-yellow-100);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.bg-dark-200 {
    background: var(--black-color-200);
}



/* rating-grp */

.rating-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.rating-grp .rating-image {
    padding: 1rem 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 220px;
    height: 100px;
}

.common-secn-article .rating-grp .rating-image {
    min-width: 220px;
    flex: 0 0 220px;
}

.rating-grp .rating-image img {
    max-height: 50px;
}

.bg-white {
    background-color: var(--white-color);
}

.rating-value-box {
    border: 1px solid var(--green-100);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 90px;
    height: 100px;
}

.rating-value-box h3 {
    font-size: 36px;
    font-weight: var(--fw-bold);
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-nature {
    background-color: var(--green-100);
    text-align: center;
    padding: 8px 12px;
    border-radius: 0 0 5px 5px;
    color: var(--black-color-100);
    font-size: 12px;
    line-height: 17px;
    font-weight: var(--fw-medium);
}

.rating-grp .rating-nature {
    color: var(--black-color-100) !important;
}

.rating-bounce-offer {
    border-radius: 8px;
    border: 1px solid var(--grey-color-596068);
    padding: 1rem 1.125rem;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offer-title {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
}

.rating-bounce-offer h4 {
    font-size: 24px;
    margin: 5px 0;
    line-height: normal;
    padding-top: 0;
}

.rating-bounce-offer .weekly {
    color: var(--grey-color-100);
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    text-transform: capitalize;
}

/* author secn */
.author-info-grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 1.5rem;
    gap: 1.25rem;
}

.author-bio-info::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 50%;
    background-color: #3b4046;
}

.author-bio-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.author-bio .avatar {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}

.author-bio .author-bio-content {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 10px;
}

.author-bio .author-bio-content .author-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: var(--fw-regular);
    color: var(--grey-color-100);
    margin-top: 0;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
}

.author-bio .author-bio-content .author-title a {
    font-weight: var(--fw-medium);
    text-decoration: underline;
    color: inherit;
    font-size: inherit;
    line-height: 1.3;
    text-underline-offset: 2px;
}

.author-bio-info .post-date-outer .post-date {
    font-size: 12px;
    line-height: 17px;
    font-weight: var(--fw-regular);
    color: var(--grey-color-100);
}

/* badge */

.author-badge .author-badge-verify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: var(--grey-color-100);
    font-size: 12px;
    font-weight: var(--fw-medium);
    line-height: 17px;
}

.author-badge .author-badge-verify img {
    max-height: 22px;
}

.author-bio .social-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.social-info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
    margin: 0;
    padding: 0;
}

.social-info ul li a {
    text-decoration: none;
}

.icon-box {
    --width: 30px;
    min-width: var(--width);
    min-height: var(--width);
    max-width: var(--width);
    max-height: var(--width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    padding: 5px;
}

.icon-box i {
    color: var(--white-color);
}

.bg-blue-300 {
    background: #3b5998;
}

.bg-blue-200 {
    background: #1da1f2;
}

.bg-skyblue {
    background: #0077b5;
}

.bg-red {
    background: #ef4056;
}

/* tow button */
.cta-button-grp {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
}

.cta-yellow-btn .btn {
    color: var(--black-color-100);
    background: var(--primary-yellow-100);
    -webkit-box-shadow: 5px 0 20px rgba(255, 202, 0, .3);
    box-shadow: 5px 0 20px rgba(255, 202, 0, .3);
}

.cta-red-btn .btn {
    color: var(--white-color);
    background: var(--primary-red-100);
    -webkit-box-shadow: 5px 0 20px rgba(238, 51, 78, .3);
    box-shadow: 5px 0 20px rgba(238, 51, 78, .3);
}

.cta-red-btn .btn,
.cta-yellow-btn .btn {
    font-size: 16px;
    line-height: normal;
    padding: 17px 50px;
    border-radius: 8px;
    font-weight: var(--fw-black);
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-red-btn .btn:focus,
.cta-red-btn .btn:hover,
.cta-yellow-btn .btn:focus,
.cta-yellow-btn .btn:hover {
    background-color: var(--blue-color-500);
    color: var(--white-color);
}

.warning-text {
    margin-top: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: var(--grey-color-100);
}

.warning-text span {
    color: var(--primary-red-100);
}

.position-relative {
    position: relative;
}

/* page secn css */

/* page secn css */
.bg-grey-200 {
    background-color: #f2f2f2;
}

.bg-base {
    background-color: var(--black-color-100);
}

.bg-base-200 {
    background-color: var(--black-color-200);
}

.page-secn {
    font-family: var(--inter);
    padding-top: 50px;
    padding-bottom: 50px;
}

.filter-select select {
    padding-left: 3.5rem;
    border: 1px solid var(--grey-color-50);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--fw-bold);
    height: 48px;
    position: relative;
}

/* .filter-select select::after {
	background: url("https://bestonlinecstg.wpengine.com/wp-content/uploads/2024/09/content-icon-1.png") var(--black-color-100), no-repeat;
	position: absolute;
	content: '';
	background-size: 24px;
	background-position: left center;
	height: 24px;
	width: 24px;
	top:50%;
	left: 1rem;
	z-index: 1;
} */
.filter-select select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: var(--blue-color-500);
}

.content-icon {
    min-width: 28px;
    min-height: 26px;
    max-width: 28px;
    max-height: 26px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
}

.content-icon img {
    max-width: 18px;
}

/* page secn css ends */
.common-secn-article {
    padding: 30px 24px;
}

.common-secn-article p:last-child {
    margin-bottom: 0;
}

.br-10 {
    border-radius: 10px;
}

.box-icon {
    --width: 40px;
    min-width: var(--width);
    min-height: var(--width);
    max-width: var(--width);
    max-height: var(--width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    padding: 10px;
}

.box-icon img {
    max-width: 20px;
    max-height: 20px;
}

.table-secn table {
    border-collapse: separate;
    border-spacing: 0;
}

.table-secn table tbody td {
    padding: 1rem 1.25rem;
    font-size: 14px;
    line-height: 1.4;
    font-weight: var(--fw-regular);
    color: var(--black-color-200);
}

.table-secn table tbody td a {
    text-decoration: none;
}

.table-secn table tbody tr td:last-child {
    font-weight: var(--fw-medium);
}

.table-secn table tbody td {
    border: 1px solid var(--grey-color-30);
}

.table-secn table tbody tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

.table-secn table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
    border-width: 1px 0 1px 1px;
}

.table-secn table tbody tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

.table-secn table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
    border-width: 1px 1px 1px 1px;
}

.table-secn table tbody tr td:last-child {
    border-width: 1px 1px 0 1px;
}

.table-secn table tbody tr td:first-child {
    border-width: 1px 0 0 1px;
}

.common-sub-title h5 {
    font-size: 18px;
    color: var(--black-color-100);
}

.common-tags-list ul li .tag-box {
    border: 1px solid #b0b0b0;
    padding: 5px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    color: var(--black-color-100);
}

.common-tags-list ul li .tag-box:hover {
    background-color: var(--blue-color-500);
    color: var(--white-color);
    border-color: var(--blue-color-500);
}

.withdrawl-times-article p {
    margin-bottom: 0.25rem;
    font-size: 14px;
    line-height: normal;
}

.withdrawl-limit-article-values {
    margin: 0;
    padding: 0;
}

.withdrawl-limit-article-values li {
    font-size: 14px;
    line-height: normal;
    font-weight: var(--fw-regular);
}

.withdrawl-limit-article-values li h6 {
    font-size: 16px;
    line-height: normal;
    font-weight: var(--fw-bold);
    margin: 0;
}

.bg-black-secondary {
    background-color: var(--black-color-200);
}

.common-secn-article .rating-bounce-offer {
    width: 195px;
    min-width: 195px;
}

.tc-apply {
    margin-top: 3px;
    font-size: 10px;
    line-height: normal;
    color: var(--grey-color-100);
    font-weight: var(--fw-medium);
    text-decoration: none;
}

.rating-grp .btn {
    padding: 12px 1rem;
    font-size: 0.875rem;
}

.rating-btns {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* proc-cons-list */
.common-pros-cons-list ul {
    list-style: none;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

.circle-icon-list li,
.common-pros-cons-list ul li,
.grey-article-box ul li {
    padding: 0 0 0 35px;
    margin-bottom: 8px;
    position: relative;
    color: var(--black-color-200);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: var(--fw-medium);
    /* font-weight: var(--fw-bold) */
    display: block;
}

.circle-icon-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.common-pros-cons-list h5 {
    margin-bottom: 1rem;
}

.common-pros-cons-list ul li:last-child {
    margin-bottom: 0;
}

.circle-icon-list li::before,
.common-pros-cons-list .cons li::before,
.common-pros-cons-list .pros li::before,
.grey-article-box ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    border: none;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--green-100);
    vertical-align: middle;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 5px;
}

.common-pros-cons-list .cons li::before {
    content: "\f00d";
    color: var(--primary-red-100);
}

.green-box-list {
    padding: 1.25rem;
    border: 1px solid var(--green-100);
    border-radius: 5px;
    height: 100%;
}

.green-box-list h5 i {
    color: var(--green-100);
    font-size: 1.5rem;
}

.red-box-list {
    padding: 1.25rem;
    border: 1px solid var(--primary-red-100);
    border-radius: 5px;
    height: 100%;
}

.red-box-list h5 i {
    color: var(--primary-red-100);
    font-size: 1.5rem;
}

.common-sub-secn a {
    text-decoration: none;
}

.grey-article-box {
    border-radius: 8px;
    border: 1px solid var(--grey-color-30);
    background: var(--grey-color-200);
    padding: 1.5rem;
}

.grey-article-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.normal-list .grey-article-box {
    height: 100%;
}

.grey-article-box ul li::before {
    color: var(--black-color-200);
}

.promo-article-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* gap: 1rem; */
}

.promo-article-box h6 {
    margin: 0;
}

.promo-article-box p {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.35rem;
}

.promo-article-box p {
    line-height: normal;
    font-size: 14px;
    font-weight: var(--fw-regular);
    color: var(--base-color);
}

.promo-article-box p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    line-height: normal;
    font-size: 1rem;
    font-weight: var(--fw-bold);
    border: 1px solid var(--blue-color-primary);
    color: var(--blue-color-primary);
    border-radius: 5px;
    padding: 5px 10px;
}

.promo-article-box .cta-yellow-btn .btn {
    padding: 12px 20px;
    min-width: 140px;
}

.circle-icon-list li {
    margin-bottom: 1.25rem;
}

.circle-icon-list li::before {
    content: '\f192';
    color: var(--black-color-200);
    top: 2px;
}

.circle-dark-list li {
    font-weight: var(--fw-medium);
}

.circle-mised-list li {
    font-weight: var(--fw-regular);
}

.conclusion-box {
    background: var(--primary-red-50);
    border: 1px solid var(--primary-red-100);
    border-left-width: 4px;
}

/* css edited 09-09 */

/* accordion */
.faq_section .accordion-header {
    cursor: pointer;
    padding: 1rem;
    background-color: #f1f1f1;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black-color-200);
    font-size: 1.125rem;
    line-height: normal;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq_section .accordion-item {
    border-radius: 10px;
    border-color: var(--grey-color-30);
    overflow: hidden;
}

.faq_section .accordion-item:not(:last-child) {
    margin-bottom: 1rem;
}

/* accordion */
.faq_section .accordion-icon {
    color: var(--white-color);
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1.3;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    min-width: 20px;
    min-height: 20px;
    max-height: 20px;
    max-width: 20px;
    background: var(--black-color-200);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

.faq_section .accordion-content {
    display: none;
    padding: 1rem;
    border-top: none;
    background-color: var(--white-color);
}

.faq_section .accordion-content p {
    font-size: 1rem;
    line-height: normal;
    color: var(--black-color-200);
    font-weight: var(--fw-regular);
}

.faq_section .accordion-content p:last-child {
    margin-bottom: 0;
}

.accordion-content.show {
    display: block;
}

.accordion-header.active .accordion-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-secn,
.set_heading {
    color: var(--base-color);
}

/* Bottom Area Css */
/*-----revie form css---*/
.bt_review_form .wpcf7-form {
    margin-top: 20px;
}

/* Grid container for the entire form */
.bt_review_form .form-group {
    margin-Bottom: 1.25rem;
}

/* Full width for textareas and submit button */
.bt_review_form .form-group textarea {
    height: 180px;
}

/* Styling for form inputs and textarea */
.bt_review_form .form-group input,
.bt_review_form .form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--grey-color-50);
    border-radius: 5px;
    font-size: 14px;
    color: var(--black-color-200);
    font-weight: var(--fw-medium);
}

.bt_review_form .form-group input:focus,
.bt_review_form .form-group textarea:focus {
    border-color: var(--blue-color-500);
}

.bt_review_form .form-group input.wpcf7-not-valid,
.bt_review_form .form-group textarea.wpcf7-not-valid {
    border-color: var(--primary-red-100);
}

.bt_review_form .form-group input:-ms-input-placeholder,
.bt_review_form .form-group textarea:-ms-input-placeholder {
    font-size: 14px;
    color: var(--black-color-200);
    font-weight: var(--fw-medium);
}

.bt_review_form .form-group input::-ms-input-placeholder,
.bt_review_form .form-group textarea::-ms-input-placeholder {
    font-size: 14px;
    color: var(--black-color-200);
    font-weight: var(--fw-medium);
}

.bt_review_form .form-group input::-ms-input-placeholder,
.bt_review_form .form-group input::placeholder,
.bt_review_form .form-group textarea::-ms-input-placeholder,
.bt_review_form .form-group textarea::placeholder {
    font-size: 14px;
    color: var(--black-color-200);
    font-weight: var(--fw-medium);
}

/* Style the submit button */
.bt_review_form .submit-btn .wpcf7-submit {
    background-color: var(--green-primary);
    padding: 12px 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    line-height: normal;
    min-height: 46px;
    min-width: 160px;
    color: var(--black-color-200);
    font-weight: var(--fw-black);
    -webkit-box-shadow: 5px 0 20px rgba(30, 215, 96, .3);
    box-shadow: 5px 0 20px rgba(30, 215, 96, .3);
}

.bt_review_form .submit-btn .wpcf7-submit:hover {
    background-color: var(--blue-color-500);
    color: var(--white-color);
}

/*-----------------bottom author area----*/
.last_author_box {
    gap: 1.125rem;
    margin-top: 0;
    align-items: center;
}

.author-bio-info_left img {
    --width: 50px;
    min-width: var(--width);
    max-width: var(--width);
    min-height: var(--width);
    max-height: var(--width);
}

.last_author_box .author-bio-info::after {
    display: none;
}

.author-badge_right {
    --width: 50px;
    width: calc(100% - var(--width) - 18px);
}

.author-bio_onfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 10px;
    font-family: var(--inter);
}

.author-bio_onfo * {
    font-family: 'Lato', sans-serif;
}

.author-bio_onfo .author-bio-content {
    padding: 0 1.25rem 0 0;
    border-right: 1px solid #404040;
}

.author-badge_right .author-bio_onfo .author-title {
    margin-bottom: 0;
    color: var(--black-color-100);
    font-weight: var(--fw-medium);
}

.author-badge_right .author-bio_onfo .author-title a {
    font-weight: var(--fw-bold);
}

.last_author_box .author-badge_right .social-info {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.last_author_box .user_description {
    margin-top: 1.25rem;
}

.last_author_box .user_description p {
    font-size: 14px;
    color: var(--black-color-100);
    font-weight: var(---fw-medium);
    line-height: normal;
}

.last_author_box .author-badge .author-badge-verify {
    color: var(--black-color-100);
    font-weight: var(--fw-bold);
}

.page-secn-content a {
    color: #0d6efd;
}

/* css for sidebar secn */

.summary-box {
    padding: 1rem 1.5rem;
}

.summary-box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid var(--grey-color-596068);
    border-radius: 8px;
    background: var(--white-color);
}

.summary-box-image .rating-image {
    width: calc(100% - 100px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    border: 1px solid var(--grey-color-596068);
    padding: 24px 16px;
}

.summary-rating-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    gap: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.summary-rating-box .rating-count {
    padding: 0;
    font-size: 1.5rem;
    font-weight: var(--fw-bold);
    margin-bottom: 0;
}

.summary-rating-box .rating-nature {
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: var(--fw-medium);
}

.summary-box h5 {
    font-size: 1.125rem;
    color: var(--white-color);
    font-weight: var(--fw-bold);
    margin-bottom: 0;
    padding-top: 0;
}

.summary-box h6 {
    font-size: 0.875rem;
    color: var(--white-color);
    font-weight: var(--fw-bold);
    margin-bottom: 0;
    padding-top: 0;
}

.summary-box .rating-bounce-offer {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.summary-box .rating-bounce-offer .offer-title {
    font-weight: var(--fw-bold);
}

.summary-box .rating-bounce-offer p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: var(--fw-medium);
    line-height: normal;
    color: var(--white-color);
}

.text-bg-yellow {
    background-color: var(--primary-yellow-100);
    border-radius: 5px;
    font-size: inherit;
    line-height: inherit;
    color: var(--black-color-200);
}

.summary-box .cta-button-grp {
    gap: 1rem;
}

.summary-box .cta-button-grp .cta_btn {
    width: 50%;
}

.summary-box .cta-red-btn .btn,
.summary-box .cta-yellow-btn .btn {
    font-size: 14px;
    line-height: normal;
    padding: 13px 16px;
    min-width: 140px;
}

/*---------brancd sldier css----*/
.brand_slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.brand_slider .slick-list .brand_info {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: inherit;
    margin: 0 10px;
}

.brand_slider .slick-list .brand_info .brand_img {
    margin-bottom: 1.25rem;
}

.brand_slider .slick-list .brand_info .brand_img img {
    min-height: 66px;
    max-height: 70px;
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    object-position: center;
}

.brand_slider .brand_info .brand_heading h3 {
    font-size: 14px;
    font-weight: var(--fw-bold);
    color: var(--base-color);
    padding-top: 0;
    text-align: center;
    margin-bottom: 10px;
}

.brand_slider .brand_info .brand_heading .brand_heading_main {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    /* min-height: 51px;    */
}

.brand_slider .brand_info .brand_heading h3 p {
    margin-bottom: 0;
    font-size: inherit;
    line-height: normal;
}

.brand_slider .brand_info .brand_heading h3.rating-count {
    font-size: 1.5rem;
    font-weight: var(--fw-bold);
    color: var(--base-color);
    margin-bottom: 10px;
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.brand_slider .brand_info .rating-nature {
    padding: 3px 5px;
    border-radius: 3px;
    min-width: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* margin: auto; */
}

.brand_slider .brand_info .cta-yellow-btn {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand_slider .brand_info .cta-yellow-btn .btn {
    font-size: 14px;
    padding: 13px 16px;
    width: 140px;
}

.cta-normal-btn {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-normal-btn .btn {
    width: 140px;
    padding: 0.192rem 1rem;
    font-size: 14px;
    font-weight: var(--fw-semibold);
    color: var(--base-color);
    text-transform: uppercase;
    border: 2px solid var(--grey-color-50);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
}

.cta-normal-btn .btn:focus,
.cta-normal-btn .btn:hover {
    background-color: var(--blue-color-500);
    color: var(--white-color);
    border-color: var(--blue-color-500);
}

.brand_slider .brand_info .age-text {
    color: var(--grey-color-100);
    font-size: 12px;
    font-weight: var(--fw-semibold);
    line-height: normal;
}

/* slick arrow css */
.brand_slider .slick-arrow {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

/* .brand_slider .slick-prev {
     left: -10px;
 }
 .brand_slider .slick-next {
     right: -10px;
 } */
.brand_slider .slick-next:before,
.brand_slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--black-color-200);
    vertical-align: middle;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.brand_slider .slick-prev:before {
    content: '\f104';
}

.brand_slider .slick-next:before {
    content: '\f105';
}

.brand_slider .slick-dots li button::before {
    font-size: 12px;
    line-height: 20px;
}

.brand_slider .slick-dots li.slick-active button::before {
    color: var(--blue-color-500);
}

.brand_slider .slick-dots li button:focus {
    background: transparent;
}

/* slick dots css */
.cta-yellow-btn br {
    display: none;
}

p:empty {
    display: none;
}

.cashback_bonus .cta-yellow-btn .btn {
    padding: 12px 22.5px;
}

/* archive author page */
.archive.author .wrap {
    margin-top: 40px;
}

.archive.author .wrap header.page-header {
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.archive.author .wrap article {
    width: 49% !important;
    background: #eee;
    padding: 20px;
    margin: 5px 5px 20px;
    float: left !important;
}

/* new 24 dec */

.advertiser_disclosure_popup h3,
.apply_18_popup h3 {
    padding-top: 0px;
    font-size: 20px;
}

.archive.author .wrap article {
    width: 49% !important;
    background: #eee;
    padding: 20px;
    margin: 5px 5px 20px;
    float: left !important;
}

.add_warnings,
.add_warnings a {
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    text-shadow: 2px 2px 2px rgb(238 116 59 / 28%);
}

.res_heading {
    padding-top: 20px;
}

.advertiser_disclosure_popup,
.apply_18_popup {
    align-items: center;
    justify-content: center;
    z-index: 9999;
    display: flex;
    padding: .5rem;
}

.advertiser_disclosure_popup .model_popup .svg-cross,
.apply_18_popup .model_popup .svg-cross {
    fill: red;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 15px;
}

.advertiser_disclosure_popup .model_popup,
.apply_18_popup .model_popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6);
    color: #000 !important;
    max-width: 100%;
    padding: 1rem;
    position: relative;
    text-shadow: none !important;
    width: 400px;
    z-index: 9999;
}

.modal-bg {
    background-color: rgba(0, 0, 0, .8);
}

.advertiser_disclosure_popup,
.modal-bg,
.apply_18_popup {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.landing-brand-table .compar_tbl_body_plugin .compar_tbl_row_plugin .top-pick {
    z-index: 1;
}

.model_popup span {
    font-size: 14px;
}

/* Infra Theme 3 */

.sgamenu {
    display: flex;
    gap: 10px;
}

.sgamenu .sgabutton .header__main_link img {
    width: 65px;
    margin-top: 5px;
}

.new-header {
    position: sticky;
    top: 0px;
    z-index: 100;
}


.top_section_main {
    background-color: #00585a;
}

.for_help a {
    /* text-decoration: none; */
    color: Red;
}

/* .sgabutton {
	padding: 3px 20px;
    background-color: rgb(106 105 105 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
} */

/*---- common-media--css  */



@media (min-width:1200px) {
    .last_author_box {
        gap: 25px;
    }

    .author-bio-info_left img {
        --width: 94px;
        min-width: var(--width);
        max-width: var(--width);
        min-height: var(--width);
        max-height: var(--width);
    }

    .author-badge_right {
        --width: 94px;
        width: calc(100% - var(--width) - 25px);
    }

    .brand_slider {
        margin: 0 -10px;
    }

    .rating-grp .rating-image {
        min-width: 240px;
        flex: 0 0 240px;
    }
}


@media (min-width:1440px) {

    .sidebar-secn {
        max-width: 350px;
        margin-left: auto;
    }
}

/* --------------mobile media begins 1199.98px ------------------ */
@media (max-width:1199.98px) {
    .grey-article-box {
        padding: 1rem;
    }
    .full_page {
        padding: 20px 15px 15px;
    }

    .rating-value-box h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    .table-secn table tbody td {
        padding: 0.75rem;
    }

    .table-secn table tbody td:first-child {
        width: auto;
    }

    .green-box-list,
    .red-box-list {
        padding: 1rem;
    }
}

/* 768-1199 media */
@media (min-width:768px) and (max-width:1199.98px) {
    .common-secn-article .rating-bounce-offer {
        width: auto;
        min-width: auto;
    }

    .summary-box .cta-red-btn .btn,
    .summary-box .cta-yellow-btn .btn {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .brand_slider .slick-prev {
        left: -10px;
    }

    .brand_slider .slick-next {
        right: -10px;
    }

    .last_author_box {
        gap: 18px;
    }

    .author-bio-info_left img {
        --width: 70px;
        min-width: var(--width);
        max-width: var(--width);
        min-height: var(--width);
        max-height: var(--width);
    }

    .author-badge_right {
        --width: 70px;
        width: calc(100% - var(--width) - 18px);
    }
}

@media (min-width:768px) and (max-width:991.98px) {

    .rating-grp .rating-image {
        flex: 0 0 240px;
        min-width: 240px;
    }

    .TopLeft {
        padding-right: 30px;
    }

    .TopRight {
        padding-left: 30px;
    }

    .summary-box {
        max-width: 350px;
        margin: 0 auto;
    }
}

/* 992-1199 media */

@media (min-width:992px) and (max-width:1199.98px) {

    .rating-grp .rating-image,
    .common-secn-article .rating-grp .rating-image {
        padding: 1rem;
        min-width: 200px;
        flex: 0 0 200px;
    }

    .rating-nature {
        padding: 8px 10px;
    }

    .common-secn-article .rating-bounce-offer {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 135px;
    }
}

@media (max-width:991.98px) {


    .container {
        --bs-gutter-x: 1.5rem;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .common-secn-article {
        padding: 24px 16px;
    }

    .faq_section .accordion-header {
        font-size: 1rem;
    }

    .common-secn-article.author_bottom {
        margin-top: 60px;
    }

    .brand_slider .slick-dots {
        bottom: -40px;
    }
}

@media (max-width:767.98px) {

    .TopRight,
    .TopLeft .ToolTip,
    .author-info-grp.author-bio {
        display: none;
    }

    .common-secn-article .rating-bounce-offer {
        width: auto;
        min-width: auto;
        padding: 1rem;
    }

    .TopSecOuter {
        padding-bottom: 10px;
    }

    .page-secn,
    .py-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-secn p {
        font-size: 1rem;
    }

    .author-info-grp,
    .rating-grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rating-grp .rating-nature {
        font-size: 12px;
        line-height: 17px;
        width: auto;
        margin-top: 0;
    }

    .social-info ul {
        justify-content: flex-start;
    }

    .cta-red-btn .btn,
    .cta-yellow-btn .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 24px;
        width: 100%;
    }

    .withdrawl-times-article {
        margin-bottom: 1.25rem;
    }

    .common-pros-cons-list .row {
        row-gap: 1rem;
    }

    /* botoom area author css */
    .author-bio_onfo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0.5rem;
    }


    .summary-rating-box .rating-nature {
        padding: 5px 8px;
        font-size: 12px !important;
        line-height: inherit !important;
        width: auto;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .common-secn-article .rating-grp .rating-image {
        min-width: 210px;
        flex: 0 0 210px;
    }

    .rating-btns .cta-red-btn .btn,
    .rating-btns .cta-yellow-btn .btn {
        padding: 12px 14px;
        min-width: 120px;
    }
}

@media (max-width:500.98px) {
    .common-secn-article .rating-grp {
        max-width: 260px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .common-secn-article .rating-grp .rating-image {
        flex: 0 0 auto;
        min-width: 250px;
    }

}

@media (max-width:480.98px) {
    .rating-grp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 260px;
        margin: 0 auto;
    }

    .rating-grp .rating-image {
        flex: 0 0 auto;
        min-width: 250px;
    }

    .common-secn-article .rating-bounce-offer {
        flex: 0 0 auto;
    }

}

@media (min-width:501px) and (max-width:680.98px) {
    .common-secn-article .rating-grp {
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

    .common-secn-article .rating-grp .rating-image {
        padding: 14px;
        min-width: fit-content;
        flex: 0 0 auto;
    }

    .rating-btns {
        flex: 0 0 auto;
        flex-direction: row !important;
        flex-wrap: wrap;
        align-items: center;
    }

    .rating-btns .cta-red-btn .btn,
    .rating-btns .cta-yellow-btn .btn {
        padding: 12px 14px;
        min-width: 120px;
    }
}

@media (max-width:350.98px) {
    .rating-grp {
        max-width: 80%;
    }

    .offer-title,
    .rating-bounce-offer .weekly {
        font-size: 10px;
        line-height: 16px;
    }
}

.FooterGallery-new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.footer-logo {
    padding-bottom: 5px;
}

.footer_logo_title {
    text-transform: uppercase;
    font-size: 20px;
}

.footer_logo_title p {
    font-weight: 700;
}

.FooterGallery-new a,
.FooterGallery-new a img,
.FooterGallery-new a:hover {
    box-shadow: none;
}

.FooterGallery-new a img {
    max-height: 34px;
    transition: 0.3s;
}

.FooterGallery-new a img:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    .FooterGallery-new {
        flex-wrap: wrap;
        justify-content: center;
    }

    .FooterGallery-new a img {
        margin: 0 10px;
    }
}

/* @media screen and (max-width: 767px) {
	.type-page h1 {
		font-size: 26px ;
		line-height: 40px;
	}
} */

.page-id-236 .Sec03,
.page-id-236 .Sec04,
.page-id-236 .Sec05 {
    display: none;
}

.add_warnings a {
    color: red;
}

.bestplaybonus_list-title,
.ribbon {
    letter-spacing: .4px;
    text-align: center
}

/* #bestplaybonus_disclaimer p,.bestplaybonus_header-content>h1,.bestplaybonus_list-title,.bestplaybonus_trust-description>p,p.bestplaybonus_item-p-title {
    font-family: Hind,sans-serif!important
} */

#bestplaybonus_disclaimer p>a:hover,
.page-content>p>a:hover,
p.footer-copyright>a:hover,
p.footer-p-a>a:hover {
    color: #0a58ff !important
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: Poppins,sans-serif */
}

#bestplaybonus_disclaimer {
    overflow: hidden;
    float: center;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    border-bottom: 1px solid transparent;
    border-image-slice: 1;
    border-width: 1px;
    background: #da0000
}

#bestplaybonus_disclaimer p {
    color: #fff !important;
    font-weight: 500;
    line-height: 28px;
    padding: 5px;
    letter-spacing: .2px;
    font-size: 16px;
    margin: 0 !important;
    word-spacing: 1px
}

#bestplaybonus_disclaimer p>a,
p.footer-copyright>a {
    color: #fff !important
}

.bestplaybonus_header {
    background-color: var(--body_color) !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 0 0 30px;
    background-attachment: fixed
}

.bestplaybonus_header::before {
    content: '';
    position: absolute;
    /* background: black;
	opacity: 0.5; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

img.bestplaybonus_logo-header {
    width: 100%;
    height: auto;
    padding-bottom: 10px
}

.bestplaybonus_header-content {
    padding: 55px 0 0
}

.bestplaybonus_header-content>h1 {
    font-weight: 600;
    font-size: 40px;
    color: var(--title_color_main) !important;
    word-spacing: 1px
}

.bestplaybonus_header-content>p {
    font-size: 14px;
    letter-spacing: .2px;
    word-spacing: 1px;
    line-height: 22px;
    color: var(--sub_title_color) !important;
    font-weight: 300
}

.bestplaybonus_trust-content {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 15px
}

.bestplaybonus_trust-card {
    display: flex;
    align-items: center;
    gap: 8px
}

.bestplaybonus_trust-icon>img {
    width: 28px
}

.bestplaybonus_trust-description>p {
    font-weight: 500;
    color: #fff;
    word-spacing: 1px;
    letter-spacing: .2px;
    font-size: 15px;
    margin-bottom: 0 !important
}

.bestplaybonus_list-main {
    position: relative;
    z-index: 99999
}

.bestplaybonus_list-main:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0e0d0d00
}

.bestplaybonus_item-bonus::before,
.bestplaybonus_item-logo::before,
.bestplaybonus_item-rat::before {
    width: 1px;
    background: #80808033;
    top: -24px;
    content: ' ';
    height: 140px
}

.bestplaybonus_list-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px !important;
    background: #0000007d
}

.text-title-left {
    padding-left: 20px
}


.bestplaybonus_list-item {
    box-shadow: 0 5px 43px 5px rgba(89, 110, 121, .24);
    font-weight: 500;
    color: #fff;
    background-color: var(--offer_bg_color) !important;
    z-index: 11;
    height: 140px;
    transition: .35s ease-out;
    position: relative
}

.ribbon,
button {
    color: #fff;
    z-index: 1
}

img.bestplaybonus_logo {
    position: relative;
    width: 100%;
    left: -2px;
    height: 90px
}

.bestplaybonus_list-item:hover {
    outline: #d8d8d8 outset 3px;
    outline-offset: -2px;
    border-radius: 0
}

.ribbon {
    width: 190px;
    height: 30px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
    position: absolute;
    top: -16px;
    left: -8px;
    background: #057cac;
    clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0)
}

.bestplaybonus_list-item .bestplaybonus_item-bonus .bestplaybonus_item-p-title {
    color: #057cac !important
}

.bestplaybonus_list-item .bestplaybonus_item-bonus p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    line-height: 32px;
    z-index: 11;
    color: #1a1a1ae5;
    word-spacing: 1px;
    margin-bottom: 0 !important;
    padding: 0 30px
}

p.bestplaybonus_item-p-title {
    font-weight: 700 !important;
    line-height: 20px !important;
    font-size: 24px !important
}

p.bestplaybonus_item-p-bottom {
    font-size: 16px !important;
    font-weight: 600 !important
}

p.bestplaybonus_bonus-p {
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    position: relative;
    z-index: 11;
    color: #0e0d0de5 !important;
    word-spacing: 1px;
    margin-bottom: 0 !important;
    padding-bottom: 4px
}

.bestplaybonus_item-logo::before {
    position: absolute;
    margin-left: 255px
}

.bestplaybonus_item-bonus::before {
    position: absolute;
    margin-left: 175px
}

.bestplaybonus_item-rat::before {
    position: absolute;
    margin-left: 106px
}

.bestplaybonus_item-sco-1::before {
    content: ' ';
    width: 2px;
    height: 140px;
    background: #80808059;
    position: absolute;
    margin-left: 76px;
    bottom: -20px
}

.bestplaybonus_list-item .bestplaybonus_item-play p,
.bestplaybonus_list-item .bestplaybonus_item-rat p {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1ae5;
    padding-top: 6px
}

.bestplaybonus_list-star>img {
    width: 110px
}

.bestplaybonus_score-nm-1 {
    font-size: 40px;
    font-weight: 700;
    color: #0f0f0fe5 !important;
    margin: -8px 0 !important
}

.bestplaybonus_getlink a {
    color: #363636e5;
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: 12px;
    left: 5%;
    transform: translate(30px, 0);
    text-decoration: none
}

.bestplaybonus_list-content>h2,
.bestplaybonus_list-content>h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--middle_title_color) !important;
    /* font-family: Hind,sans-serif!important; */
    margin-top: 25px;
    word-spacing: 1px
}

.bestplaybonus_getlink a:hover {
    color: #1a1a1ae5;
    text-decoration: underline
}

.bestplaybonus_list-item:hover .ribbon,
.bestplaybonus_list-item:hover button~.ribbon {
    border-top-left-radius: 0
}

.grow_skew_forward {
    background: var(--offer_button_color) !important;
    color: var(--offer_button_text_color) !important;
    border: 0;
    padding: 14px 20px;
    position: relative;
    overflow: hidden;
    font-weight: 500 !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    left: 16px;
    text-decoration: none;
}

.bestplaybonus_list-item:hover button {
    color: #fdfdfd;
    text-shadow: 0 2px 2px rgba(250, 227, 133, 0);
    border-top-left-radius: 0;
    text-decoration: none;
}

/* .grow_skew_forward::after {
    content: "";
    background: #079f07;
    position: absolute;
    z-index: -1;
    padding: .85em .75em;
    display: block
} */

button[class^=slide]::after {
    transition: .35s
}

.list-item:hover button[class^=slide]::after,
button[class^=slide]:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .35s
}

button[class^=grow]::after {
    transition: .6s
}

.list-item:hover button[class^=grow]::after,
button[class^=grow]:hover::after {
    transition: .6s ease-out
}

button.grow_box::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0, 0)
}

button.grow_skew_forward::after {
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1)
}

.list-item:hover button.grow_skew_forward::after,
button.grow_skew_forward:hover::after {
    transform: skewX(-45deg) scale(1, 1)
}

.bestplaybonus_list-content {
    padding: 60px 0
}

.bestplaybonus_list-content>h2 {
    line-height: 40px
}

.bestplaybonus_list-content>h3 {
    line-height: 30px
}

.bestplaybonus_list-content>ul {
    padding: 20px 0 0
}

.bestplaybonus_list-content>p,
.bestplaybonus_list-content>ul>li,
.page-content>p,
.page-content>ul>li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    padding-bottom: 10px;
    padding-top: 3px
}

.bestplaybonus_list-content>ul>li {
    list-style: circle;
    color: #525151;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    gap: 4px
}

.bestplaybonus_list-content>p,
.page-content>p {
    color: var(--middle_text_color) !important;
    line-height: 22px
}

.bestplaybonus_footer {
    border-top: 1px solid transparent;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: radial-gradient(circle at 50.4% 50.5%, rgb(223, 223, 226) 0%, rgba(80, 80, 80, 0.205) 90%);
    background: #000;
    padding: 30px 15px 20px;
    text-align: center;
    /* position: relative;
	bottom: -5px */
}

.footer-license-images {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-license-images img {
    padding: 5px 8px 0
}

.footer-ico {
    width: 100px;
}

.img_ {
    width: 64px;
}

.img_1 {
    width: 136px;
}

.img_2 {
    width: 204px;
}

.img_3 {
    width: 154px;
}

.img_4 {
    width: 48px;
}

.img_5 {
    width: 130px;
}

footer img.footer-ico {
    max-width: 130px
}

img.footer-ico.footer-icon-sm-1 {
    width: 125px
}

img.footer-ico.footer-icon-sm-2 {
    width: 140px
}

img.footer-ico.footer-icon-xsm {
    width: 50px
}

img.footer-ico.footer-icon-sm {
    width: 98px
}

img.footer-ico.footer-icon-sm-3 {
    width: 62px
}

p.footer-p-a,
p.footer-p-note {
    font-size: 13px;
    font-weight: 400;
    color: #ebebeb;
    line-height: 27px
}

p.footer-p-a>a {
    color: #fff !important;
    text-decoration: underline
}

p.footer-p-a>a:hover {
    text-decoration: underline
}

p.footer-copyright {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: .2px;
    margin-top: 20px;
    font-weight: 500;
    /* font-family: Hind,sans-serif!important */
}

.footer-txt>h2,
.page-content>h5 {
    font-weight: 700;
    /* font-family: Hind,sans-serif!important */
}

.footer-cp-bg {
    padding: 40px 0;
    position: relative;
    bottom: -15px
}

.footer-txt>h2 {
    font-size: 36px;
    color: #050505;
    word-spacing: 1px;
    line-height: 40px;
    margin-top: 20px;
    text-transform: uppercase
}

.page-content>h5 {
    font-size: 24px;
    color: #1f1f1f;
    line-height: 28px;
    margin-top: 35px
}

.page-content>ul>li {
    list-style: circle;
    color: #525151;
    line-height: 26px
}

.page-content>p>a {
    color: #1a1a1ae5 !important
}

.payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: var(--payment-logo-padding, 0);
    margin: var(--payment-logo-margin, 0);
    background: var(--payment-logo-background, transparent)
}

.payments img {
    display: block;
    width: auto;
    margin: var(--payment-logo-item-margin, 0);
    padding: var(--payment-logo-item-padding, 0)
}

.offer_main {
    padding-top: 20px;
}

.bestplaybonus_list-item {
    padding-bottom: 1.5rem !important;
}

.bestplaybonus-offers {
    margin-top: 16px;
}

.bestplaybonus-offer {
    position: relative;
    border-bottom: 2px solid var(--offer_line_color);
}

.bestplaybonus-offer-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    user-select: none;

    background-color: var(--offer_left_bg_color); /*rgb(66, 0, 30)*/
}

.bestplaybonus-offer-bg-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    user-select: none;

    background-color: var(--offer_right_bg_color); /*rgb(46, 0, 20)*/
}

.bestplaybonus-offer-content {
    display: block;
    background-color: var(--offer_bg_color);
    position: relative;
    z-index: 2;
    text-decoration: none !important;
}

.bestplaybonus-offer-text p {
    margin: 0;
    color: var(--offer_terms_color);
    font-size: 9px;
    text-align: center;
    line-height: 1.2;
    padding: 16px;
}

.bestplaybonus-offer-badge {
    width: auto;
    min-width: 130px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    display: flex;
    align-items: center;
    color: var(--offer_label_text_color);
    top: 0;
    left: 0;
    background: var(--offer_label_background_color);
    clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0);
}

.bestplaybonus-offer-badge__place {
    background: var(--offer_label_place_color);
    padding: 5px;
    width: 24px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.bestplaybonus-offer-badge__name {
    padding-left: 5px;
    font-weight: 600;
}

.bestplaybonus-offer-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bestplaybonus-offer-col {
    width: 50%;
}

.bestplaybonus-offer-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px 0 16px;
}

.bestplaybonus-offer-score {
    max-width: 260px;
    text-align: center;
    width: 100%;
    gap: 16px;
    margin: 16px 16px 0 16px;
}

.bestplaybonus-offer-score__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.bestplaybonus-offer-score__stars img {
    width: 100px;
}

.bestplaybonus-offer-score__text {
    font-size: 10px;
    font-weight: 700;
    color: var(--offer_rewiev_color);
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.bestplaybonus-offer-score__total {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1;
    color: var(--offer_score_color);
    font-weight: 700;
}

.bestplaybonus-offer-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 16px 0 16px;
    text-align: center;
}

.bestplaybonus-offer-action__title {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--offer_heading_color);
    text-transform: capitalize;
    margin-bottom: 6px;
}

.bestplaybonus-offer-action__text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--offer_text_color);
    margin-bottom: 16px;
}

.bestplaybonus-offer-action__additional {
    line-height: 1;
    font-weight: 700;
    color: var(--offer_text_color);
    margin-bottom: 16px;
    font-size: 11px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bestplaybonus-offer-action__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 36px;
    border-radius: 5px;
    border: none;
    background-color: var(--offer_button_color);
    color: var(--offer_button_text_color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    position: static;
    transform: none !important;
    transition: background-color 0.3s;
}

.bestplaybonus-offer-action__button:hover {
    background-color: var(--offer_hover_button_color);
}

@media (max-width: 560px) {
    .bestplaybonus-offer-action,
    .bestplaybonus-offer-company {
        padding-left: 8px;
        padding-right: 8px;
    }

    .bestplaybonus-offer-action__button {
        /* font-size: 8px !important; */
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 0;
    }

    .bestplaybonus-offer-text p {
        font-size: 7px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .bestplaybonus-offer-score__stars img {
        width: 73px;
    }

    .bestplaybonus-offer-action__title {
        font-size: 12px;
    }

    .bestplaybonus-offer-action__text {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .bestplaybonus-offer-action__additional,
    .bestplaybonus-offer-score__text {
        font-size: 11px;
        font-weight: 600;
    }

    .bestplaybonus-offer-score__row {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 720px) {
    .bestplaybonus-offers {
        margin-left: -8px;
        margin-right: -8px;
    }


    .brands-list__item {
        max-width: 150px;
        max-height: 31px;
        /* background: var(--background_brands_color); */
    }
    .brands-list__link {
        max-width: 99px;
    }

    .brands-list__link {
        max-width: 99px;
    }
}

@media only screen and (max-width: 424px) and (min-width: 371px) {
    .bestplaybonus_header-content>h1 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0;
        padding-bottom: 15px !important;
        margin-top: 0 !important;
    }

    img.bestplaybonus_logo {
        max-width: 155px;
        height: auto;
        top: 4px !important;
    }

    .bestplaybonus_score-nm-1 {
        font-size: 28px !important;
        margin: 16px 0 !important;
        top: 18px;
        position: relative;
    }
}

@media only screen and (max-width: 370px) and (min-width: 300px) {
    img.bestplaybonus_logo {
        max-width: 155px;
        height: auto;
        top: 4px !important;
    }

    .bestplaybonus_score-nm-1 {
        font-size: 28px !important;
        margin: 16px 0 !important;
        top: 18px;
        position: relative;
    }

    .bestplaybonus_trust-content {
        gap: 10px;
    }

    .footer-license-images img {
        width: 140px !important;
    }

    .payments img,
    img.footer-ico.icon-18 {
        width: 60px !important;
    }

    .payments {
        width: 100% !important;
    }

    .bestplaybonus_header-content>h1 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0;
        padding-bottom: 15px !important;
        margin-top: 0 !important;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus {
        width: 100%;
        top: 0 !important;
        position: relative;
    }

    .bestplaybonus_trust-description>p {
        font-size: 10px !important;
    }

    .ribbon {
        top: -24px !important;
        font-size: 12px !important;
        padding: 0;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus p {
        top: -12px !important;
    }

    button.grow_skew_forward {
        font-size: 12px !important;
        padding: 10px 12px;
    }

    p.footer-copyright {
        font-size: 12px !important;
        letter-spacing: 0;
        margin-top: 20px;
        line-height: 22px;
    }

    p.bestplaybonus_item-p-title {
        font-weight: 700 !important;
        line-height: 26px !important;
        font-size: 20px !important;
    }

    .bestplaybonus_getlink a {
        font-size: 8px;
    }

    button {
        left: 8px;
    }

    p.bestplaybonus_item-p-bottom {
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .bestplaybonus_score-nm-1 {
        font-size: 34px;
        margin: 6px 0 !important;
        position: relative;
        top: 12px;
    }

    .header-content>h1 {
        padding-bottom: 10px;
        margin-top: -18px;
    }
}

@media (max-width: 599px) {

    .sticky__brands_wrapper {
        position: sticky;
        top: 50px;
        z-index: 100;
        margin: -1px;
    }

    .bestplaybonus-offer-action__button {
        width: 135px;
    }

    /* .bestplaybonus_footer,
	.footer-cp-bg.pb-3,
	body,
	div#page {
		overflow-x: hidden;
	} */

    .bestplaybonus_item-rat.col-6.col-sm-2.text-center,
    button {
        z-index: 1;
    }

    button,
    section.footer-cp-content {
        overflow: hidden;
    }

    p.bestplaybonus_item-p-title {
        font-weight: 700 !important;
        line-height: 26px !important;
        font-size: 20px !important;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus {
        top: -12px;
        position: relative;
        width: 100%;
    }

    body {
        background-position: left 50% center;
    }

    .bestplaybonus_getlink a {
        top: -8px;
    }

    .bestplaybonus_ratings {
        position: relative;
        top: -22px;
    }

    h1.mt-5.home-h1 {
        margin-top: 60px !important;
    }

    .bestplaybonus_header-content>h1 {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0;
        padding-bottom: 0;
        margin-top: -18px;
    }

    .tFHi_Ylgs-tpE7 {
        p {
            line-height: 10px;
            padding: 0px;
            font-size: 10px;
        }

        .sgamenu {
            display: none;
        }
    }

    .bestplaybonus_header-content>p,
    .bestplaybonus_item-bonus::before,
    .bestplaybonus_item-rat::before,
    .bestplaybonus_item-sco-1::before,
    .bestplaybonus_item-sco-2::before,
    .bestplaybonus_trust-bar-date,
    p.bonus-p {
        display: none;
    }

    .bestplaybonus_trust-card {
        padding-bottom: 8px;
        margin-top: -14px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .trust-description {
        display: flex;
        align-items: center;
        gap: 4px;
        text-align: center;
    }

    .bestplaybonus_trust-icon>img {
        width: 20px;
        height: auto;
    }

    .bestplaybonus_trust-description>p {
        font-size: 12px;
        letter-spacing: 0;
        padding: 3px 0;
        text-align: center;
    }

    .bestplaybonus_trust-bar {
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
    }

    .bestplaybonus_trust-content-icon {
        gap: 12px;
    }

    .bestplaybonus_item-logo::before {
        margin-left: 160px;
        height: 180px;
    }

    p.bestplaybonus_sm-sc {
        font-size: 28px !important;
        position: relative;
        left: 15px;
        top: 8px;
        font-weight: 500 !important;
    }

    .bestplaybonus_s-img-sm>img {
        width: 20px;
    }

    .grow_skew_forward {
        font-size: 12px !important;
        border: 0;
        padding: 0.85em 1em;
        position: relative;
        top: -20px;
        left: 7px;
        min-width: 130px;
    }

    .bestplaybonus_getlink a {
        left: 14%;
    }

    .page-content>p {
        line-height: 26px;
        padding: 0;
        margin: 0;
    }

    .half_circle {
        height: 182px;
        max-width: 180px;
        top: -27px;
        left: 2px;
        width: 100%;
    }

    #bestplaybonus_disclaimer p {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 6px;
        padding: 6px 5px 10px 0;
        word-spacing: 1px;
    }

    .bestplaybonus_list-star {
        width: 70px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-sco {
        font-size: 32px;
    }

    .bestplaybonus_list-item .bestplaybonus_notes {
        margin-top: 0;
        left: 0;
        letter-spacing: 0;
        font-size: 9px;
    }

    .bestplaybonus_list-item {
        margin-bottom: 10px;
        height: 180px;
    }

    img.bestplaybonus_logo-top-img {
        position: relative !important;
        top: 10px !important;
    }

    img.bestplaybonus_logo {
        max-width: 294px;
        height: auto;
        top: 0;
        padding-left: 18px;
    }

    .bestplaybonus_item-card-top {
        margin-top: -36px !important;
    }

    .bestplaybonus_list-star>img {
        width: 80px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-play p,
    .bestplaybonus_list-item .bestplaybonus_item-rat p {
        font-size: 12px;
        margin-top: -10px;
    }

    .ribbon {
        padding: 1px 0;
        position: absolute;
        z-index: 11;
        line-height: 28px;
        width: 150px;
        left: 3px;
        top: -14px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus p {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 24px;
        position: relative;
        top: 6px;
        padding: 0;
    }

    .d-flex.align-items-center.justify-content-around.d-md-block.py-2.py-md-0 {
        margin-top: -4px;
    }

    .py-2.py-md-0.list-button {
        text-align: justify;
    }

    .footer-txt h2 {
        font-size: 28px !important;
        line-height: 35px;
        margin: 0;
    }

    p.footer-copyright {
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 20px;
    }

    .bestplaybonus_score-nm-1 {
        font-size: 34px;
        margin: 12px 0 !important;
    }

    .bestplaybonus_score-nm {
        position: relative;
        top: -35px;
        gap: 6px;
    }

    .bestplaybonus_score-nm>a>img {
        width: 24px;
    }

    .bestplaybonus_list-content {
        padding: 20px 15px 0;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .full_page {
        padding: 20px 15px 15px;
    }

    .full_page .container-page .wp-block-heading {
        margin-top: 0px !important;
    }

    .bestplaybonus_list-content>h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0;
    }

    .bestplaybonus_list-content>p {
        font-size: 14px;
        padding: 10px 0;
        line-height: 27px;
        letter-spacing: 0;
    }

    .bestplaybonus_list-content>ul>li {
        font-size: 14px;
        padding: 10px 0;
        line-height: 25px;
        letter-spacing: 0;
    }

    .footer-license-images {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 25px;
        gap: 6px;
    }

    .footer-license-images img {
        padding: 5px 8px 10px;
    }

    .bestplaybonus_navlogo>img {
        width: 268px;
        height: auto;
    }

    .footer-txt.footer-text-2>h2 {
        font-size: 22px !important;
    }

    .header.header-d {
        padding: 0;
    }

    .footer-cp-bg {
        padding: 15px 0;
        margin-top: 0;
    }

    #navbar>img {
        width: 260px;
        height: auto;
    }

    .page-content>h5 {
        font-size: 25px;
        line-height: 30px;
    }

    .bestplaybonus_item-rat.col-6.col-sm-3.text-center {
        position: relative;
        top: -4px;
        z-index: 99;
    }

    .about-content {
        display: flex;
        gap: 60px;
        flex-direction: column-reverse;
    }

    .payments {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 0;
        background: var(--payment-logo-background, transparent);
        margin: 0 0 30px;
        width: 100%;
    }

    .payments img {
        width: 90px !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 421px) {

    body,
    div#page {
        overflow-x: hidden;
    }

    .bestplaybonus_item-rat.col-6.col-sm-2.text-center,
    button {
        z-index: 1;
    }

    button,
    section.footer-cp-content {
        overflow: hidden;
    }

    .bestplaybonus_ratings {
        position: relative;
        top: 0;
    }

    .bestplaybonus_getlink a {
        top: 8px;
    }

    p.bestplaybonus_item-p-title {
        font-size: 20px !important;
    }

    body {
        background-position: left 50% center;
    }

    #navbar p {
        font-size: 11px;
        line-height: 20px;
        padding: 10px 4px;
        letter-spacing: 0;
    }

    h1.mt-5.home-h1 {
        margin-top: 60px !important;
    }

    .bestplaybonus_header-content>h1 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: 0;
        padding-bottom: 0;
        margin-top: -2px;
        margin-bottom: 22px;
    }

    .bestplaybonus_s-img-sm {
        display: flex;
        position: relative;
        top: 20px;
        left: 4px;
    }

    .bestplaybonus_header-content>p,
    .bestplaybonus_item-bonus::before,
    .bestplaybonus_item-rat::before,
    .bestplaybonus_item-sco-1::before,
    .bestplaybonus_item-sco-2::before,
    .bestplaybonus_trust-bar-date,
    .half_circle_2 {
        display: none;
    }

    p.bestplaybonus_sm-sc {
        font-size: 28px !important;
        position: relative;
        left: 15px;
        top: 8px;
        font-weight: 500 !important;
    }

    .bestplaybonus_s-img-sm>img {
        width: 20px;
    }

    /* button {
		font-size: 15px !important;
		border: 0;
		padding: 0.75em 1em;
		position: relative;
		top: -5px;
		min-width: 150px;
		left: 50%;
		transform: translateX(-104px);
	} */

    .bestplaybonus_trust-content {
        padding-bottom: 20px;
        margin-top: -14px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .bestplaybonus_trust-content-icon {
        gap: 12px;
    }

    .bestplaybonus_trust-description {
        display: flex;
        align-items: center;
        gap: 4px;
        text-align: center;
    }

    .bestplaybonus_trust-icon>img {
        width: 20px;
        height: auto;
    }

    .bestplaybonus_trust-description>p {
        font-size: 14px;
        letter-spacing: 0;
        padding: 3px 0;
        text-align: center;
    }

    .bestplaybonus_trust-bar {
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
    }

    img.bestplaybonus_logo.bestplaybonus_logo-top-2 {
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .half_circle {
        height: 182px;
        max-width: 195px;
        top: -27px;
        left: 2px;
        width: 100%;
    }

    #bestplaybonus_disclaimer p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 15px;
        padding: 8px 0;
        word-spacing: 0px;
    }

    .bestplaybonus_list-star {
        width: 70px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-sco {
        font-size: 32px;
    }

    .bestplaybonus_list-item .bestplaybonus_notes {
        margin-top: 0;
        left: 0;
        letter-spacing: 0;
        font-size: 9px;
    }

    .bestplaybonus_list-item {
        margin-bottom: 10px;
        height: 180px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus {
        width: 100%;
        top: 10px;
        position: relative;
    }

    img.bestplaybonus_logo-top-img {
        position: relative !important;
        top: 10px !important;
    }

    img.bestplaybonus_logo {
        max-width: 165px;
        height: auto;
        top: 0;
    }

    .bestplaybonus_item-card-top {
        margin-top: -36px !important;
    }

    .bestplaybonus_list-star>img {
        width: 80px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-play p,
    .bestplaybonus_list-item .bestplaybonus_item-rat p {
        font-size: 12px;
        margin-top: -8px;
    }

    .ribbon {
        position: absolute;
        top: -24px;
        left: 3px;
        z-index: 11;
        line-height: 28px;
        width: 150px;
        height: 28px;
        padding: 0;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
        position: relative;
        top: -16px;
    }

    .bestplaybonus_score-nm {
        position: relative;
        top: -40px;
    }

    .d-flex.align-items-center.justify-content-around.d-md-block.py-2.py-md-0 {
        margin-top: -12px;
        right: 50%;
        position: relative;
        transform: translateX(80px);
    }

    .bestplaybonus_s-img-sm>img.bestplaybonus_img-4 {
        filter: grayscale(1);
    }

    .bestplaybonus_item-logo::before {
        margin-left: 165px;
        height: 180px;
    }

    .py-2.py-md-0.bestplaybonus_list-button {
        text-align: justify;
    }

    .bestplaybonus_list-content {
        padding: 0 15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .bestplaybonus_list-content>h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 0;
    }

    .bestplaybonus_list-content>p {
        font-size: 14px;
        padding: 10px 0;
        line-height: 27px;
        letter-spacing: 0;
    }

    .bestplaybonus_list-content>ul>li {
        font-size: 14px;
        padding: 10px 0;
        line-height: 24px;
        letter-spacing: 0;
    }

    .footer-txt h2 {
        font-size: 25px !important;
    }

    p.footer-copyright {
        font-size: 12px !important;
        letter-spacing: 0;
        margin-top: 20px;
        line-height: 24px;
    }

    .footer-license-images {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 25px;
        gap: 22px;
    }

    footer img.footer-ico {
        max-width: 90px;
    }

    .footer-license-images img {
        padding: 5px 8px;
    }

    .footer-txt.footer-text-2>h2 {
        font-size: 22px !important;
    }

    .footer-cp-bg {
        padding: 0 0 40px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 868px) and (min-width: 601px) {
    #navbar p {
        line-height: 28px;
        padding: 10px 15px;
        letter-spacing: 0.2px;
        font-size: 16px;
        word-spacing: 0px;
    }

    .bestplaybonus_header-content>h1 {
        font-size: 35px;
        line-height: 48px;
        margin-top: -10px;
    }

    .bestplaybonus_header-content>p {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 0.2px;
        word-spacing: 0px;
        margin-bottom: 10px;
    }

    .bestplaybonus_item-sco.col-6.col-sm-3.text-center.d-none.d-md-block {
        width: 10%;
    }

    .bestplaybonus_item-play.col-6.col-sm-2.text-center {
        width: 23%;
    }

    .half_circle_2 {
        height: 145px !important;
        width: 160px !important;
    }

    .bestplaybonus_item-bonus.text-center.mx-auto.\/ms-md-auto {
        width: 200px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 28px;
        padding: 0;
    }

    .bestplaybonus_list-item {
        height: 130px;
    }

    .bestplaybonus_list-item .bestplaybonus_notes {
        display: none;
    }

    .bestplaybonus_list-item .bestplaybonus_item-sco {
        font-size: 42px;
    }

    .btn.btn-primary,
    button {
        font-size: 13px !important;
        width: 100%;
    }

    .bestplaybonus_list-item .bestplaybonus_item-play p,
    .bestplaybonus_list-item .bestplaybonus_item-rat p {
        font-size: 15px;
        left: 8px;
        position: relative;
    }

    #bestplaybonus_disclaimer p {
        padding: 10px 0;
        font-size: 12px;
        word-spacing: 0px;
    }

    .text-center.text-title-left {
        margin-left: 0;
    }

    .py-2.py-md-0.bestplaybonus_list-button {
        position: relative;
        left: -55px;
    }

    p.bestplaybonus_ratettl.mb-0 {
        position: relative;
        left: 0 !important;
    }

    .btn.btn-primary {
        max-width: none;
        letter-spacing: 0;
    }

    .gap-3 {
        gap: 0 !important;
    }

    .bestplaybonus_list-item .bestplaybonus_brand-logo img {
        max-width: 186px;
        height: auto;
        width: 100%;
        position: relative;
        left: -22px;
        top: 4px;
    }

    .ribbon {
        width: 155px;
        height: 28px;
        padding: 2px;
    }

    .bestplaybonus_list-star>img {
        width: 84px;
    }

    .bestplaybonus_list-star.mt-2,
    h3.bestplaybonus_score-nm-1 {
        position: relative;
        left: 8px;
    }

    .half_circle {
        height: 130px;
        width: 145px;
    }

    img.bestplaybonus_logo.bestplaybonus_logo-top-2 {
        top: 8px;
        left: -10px;
    }

    img.bestplaybonus_logo-top-img {
        position: relative !important;
        top: 10px !important;
        left: -10px;
    }

    .bestplaybonus_s-img {
        display: flex;
        transform: translate(10px, -28px);
    }

    .bestplaybonus_item-rat::before {
        margin-left: 70px;
        height: 130px;
    }

    .bestplaybonus_item-bonus::before {
        margin-left: 120px;
        height: 130px;
    }

    .bestplaybonus_item-logo::before {
        height: 130px;
        margin-left: 165px;
    }

    .bestplaybonus_score-nm {
        transform: translate(35px, -15px);
    }

    .bestplaybonus_s-img>img {
        width: 35px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus p.bestplaybonus_bon-txt {
        font-size: 12px;
    }

    .bestplaybonus_list-title {
        font-size: 13px;
    }

    .col-3 {
        width: 15%;
    }

    .bestplaybonus_item-rat.col-6.col-sm-2.text-center,
    .col-2 {
        width: 19%;
    }

    .flex-fill {
        flex: none !important;
    }

    .bestplaybonus_list-content {
        padding: 40px 20px 20px;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .bestplaybonus_list-content>h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .bestplaybonus_list-content>p,
    .bestplaybonus_list-content>ul>li {
        font-size: 15px;
    }

    p.footer-copyright>a {
        color: #fff !important;
        font-size: 13px;
    }

    footer img.footer-ico {
        max-width: 90px;
    }

    p.footer-copyright {
        font-size: 14px !important;
    }

    .bestplaybonus_trust-bar {
        padding: 10px 20px;
    }

    .bestplaybonus_trust-description>p {
        font-size: 13px;
        letter-spacing: 0.2px;
    }

    .bestplaybonus_trust-bar-date>p {
        font-size: 14px;
        letter-spacing: 0.2px;
    }

    button {
        padding: 0.85em 0.4em;
        left: -2px;
        min-width: 150px;
    }
}

@media (max-width: 991px) {
    body .container {
        max-width: 100%;
    }

    body .container-page {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    body .container {
        width: 1180px;
        max-width: 98vw;
    }

    body .container-page {
        width: 1165px;
        max-width: 98vw;
        margin: 0 auto;
        padding: 20px 0 20px 0;
    }
}

.full_page {
    background-color: var(--main_body_color) !important;
}
.container-page {
    background-color: var(--main_body_color) !important;
}

@media only screen and (min-width: 869px) {
    .bestplaybonus_item-sco.col-6.col-sm-3.text-center.d-none.d-md-block {
        width: 20%;
        position: relative;
        top: -30px;
    }

    .bestplaybonus_item-play.col-6.col-sm-2.text-center {
        width: 20% !important;
    }

    .btn.btn-primary {
        width: 100%;
        max-width: none;
    }

    .col-3 {
        width: 19%;
    }

    .col-2 {
        width: 18%;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 869px) {
    #navbar {
        text-align: center;
        padding: 10px 0;
        background-color: #fff;
        margin-top: 48px;
    }
    .full_page {
        padding: 20px 15px 15px;
    }

    /* .full_page .container-page .wp-block-heading {
		margin-top: 0px !important;
	} */
    .header-content>h1 {
        font-size: 50px;
    }

    #bestplaybonus_disclaimer p {
        padding: 10px 40px 10px 60px;
        font-size: 15px;
    }

    .bestplaybonus_list-item .bestplaybonus_item-bonus p {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }

    /* button {
		font-size: 14px !important;
		padding: 1em 0.8em;
		position: relative;
		left: 50%;
		transform: translateX(-65px);
	} */

    .bestplaybonus_getlink a {
        left: 15px;
    }

    .bestplaybonus_item-rat::before {
        margin-left: 80px;
    }

    .bestplaybonus_item-bonus::before {
        margin-left: 150px;
    }

    .half_circle {
        width: 225px;
    }
}
.full_page .container-page .wp-block-heading {
    margin-top: 10px !important;
}
@media (min-width: 576px) {
    .col-sm-5 {
        flex: 0 0 auto;
        width: 44.666667% !important;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 14.666667% !important;
    }
}

/* SMS Verification Styles */
.verification-container {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-top: 15px;
}

.verification-container p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.verification-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.verification-input:focus {
    outline: none;
    border-color: #F59E0B;
    box-shadow: 0 0 5px rgba(245, 158, 11, 0.3);
}

.verify-btn {
    padding: 10px 15px;
    background: linear-gradient(90deg, rgb(251, 191, 36) 0%, rgb(245, 158, 11) 50%, rgb(217, 119, 6) 100%);
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.verify-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}

.verify-btn:active {
    transform: translateY(0);
}

.resend-btn {
    padding: 10px 15px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.resend-btn:hover {
    background: #5a6268;
    transform: translateY(-1px);
}

.resend-btn:active {
    transform: translateY(0);
}

/* Loading state for buttons */
.verify-btn:disabled,
.resend-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .verification-container {
        padding: 15px;
        margin-top: 10px;
    }

    .verification-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .verify-btn,
    .resend-btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .verification-container p {
        font-size: 14px;
    }
}

/* intl-tel-input styles */
.iti {
    width: 100%;
}

.iti__flag-container {
    background: transparent;
}

.iti__selected-flag {
    background: transparent;
    border: none;
    padding: 0 8px;
}

.iti__country-list {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-height: 200px;
    overflow-y: auto;
}

.iti__country {
    padding: 8px 12px;
    cursor: pointer;
}

.iti__country:hover {
    background-color: #f5f5f5;
}

.iti__country.iti__active {
    background-color: #007bff;
    color: white;
}

.hero__mobile_input,
.hero__phone_input {
    padding-left: 60px;
}

/* Mobile specific styles */
@media (max-width: 768px) {
    .iti {
        font-size: 14px;
    }

    .iti__selected-flag {
        padding: 0 6px;
    }

    .hero__mobile_input {
        padding-left: 70px !important;
    }
}