/* Common Style starts */
:root {
    --primary-color-600: #30AD1C;

    --secondary-color-500: #F3FFF1;
    --secondary-color-600: #1778be;

    --muted-color-200: #F0F3F8;
    --muted-color-300: #E6EBF4;
    --muted-color-400: #9999B5;

    --muted-text: #8296AD;
    --black-color: #000000;
    --white-color: #FFFFFF;
}
.button {
    padding: 16px;
    font-weight: 700;
    transition: all .3s ease;
    display: inline-flex;
    gap: 14px;
    align-items: center;
    transition: all .3s ease;
    border-radius: 10px;
}

.button-primary {
    color: var(--white-color);
    background-color: var(--primary-color-600) !important;
}
.button-primary:hover {
    color: var(--white-color) !important;
    background-color: var(--secondary-color-600) !important;
}
.light-green {
    background-color: var(--secondary-color-500);
}
/* Common Style ends */

.parimatch-bg  {
    background-image: url("../images/parimatch-img/bg-hero.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__content {
    max-width: 770px;
}

.provider-for-healthcare {
    background: var(--secondary-color-500);
}

.new-faq {
    border-top: 1px solid #0A090E;
}

.new-faq .accordion-item {
    border: none;
    border-bottom: 1px solid #0A090E;
    padding: 50px 0px;
    border-radius: 0px;
}

.new-faq .accordion-item h2.accordion-header button {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    background: none !important;
    padding: 0px;
    box-shadow: none !important;
}

.new-faq .accordion-body {
    padding: 0px;
    margin-top: 30px;
    font-size: 20px;
    max-width: 1303px;
}

.new-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.new-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='40 ' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.new-faq .accordion-button::after {
    transition: all 0.5s;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

a.button svg {
    animation: pulso 2s infinite;
    border-radius: 100px;
}

@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.sticky-blk {
    position: sticky;
    top: 150px;
    height: 100%;
}

.outline-box {
    position: relative;
    border: 1px solid var(--black-color);
    padding: 30px 39px;
    border-radius: 0px;
    transition: 400ms;
}
.outline-box:hover {
    background-color: #D9EDFC;
    border-color: var(--black-color);
} 
.outline-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 29px;
    height: 92px;
    background-color: var(--primary-color-600);
    transition: 400ms;
}
.outline-box:hover::after {
    background: #1778BE;
}
.section-reviews [class*='col-']:not(:last-child)::after {
    content: unset !important;
}
.our-casino-bg  {
    background-image: url("../images/parimatch-img/our-bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.our-text-block  {
    background-image: url("../images/parimatch-img/our-text-bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 100px 50px;
}
.plan-box {
    background-image: url("../images/parimatch-img/our-text-bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 50px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.object-cover {
    object-fit: cover;
}
.bottom-line {
    background-image: url("../images/parimatch-img/our-text-bg.webp");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
/*media queary*/


@media screen and (max-width: 1399px) {
    p {
        font-size: 16px;
    }

    .new-faq .accordion-item {
        padding-block: 25px;
    }

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 991px) {

    .about-us-img-block img {
        width: 100%;
    }

    .new-faq .accordion-body {
        font-size: 18px !important;
    }
    .block-revers {
        flex-direction: column-reverse;
    }
    .plan-box {
        padding: 40px 25px;
    }
}

@media screen and (max-width: 767px) {
    .our-text-block {
        padding: 40px 25px;
    }

    .new-faq .accordion-item h2.accordion-header button {
        font-size: 18px !important;
    }
    .section-reviews [class*='col-']:not(:last-child)::before {
        content: unset !important;
    }
    .section-reviews [class*="col-"]:not(:last-child) {
        border: unset !important;
    }

    .new-faq .accordion-item {
        padding-block: 20px !important;
    }

    .new-faq .accordion-body {
        font-size: 16px !important;
    }

    .sticky-blk {
        position: unset;
    }
}

/*media queary end*/