@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a {
    cursor: pointer;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}

.btn {
    outline: 0px;
}

.lists {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainpage {
    position: relative;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Bai Jamjuree', sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1380px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

/* -----------------banner-css-start-------------------- */
.sec01_game_outer {
    width: 100%;
    background: url(../images/gametestingservices_img/bg-banner.png) center center no-repeat;
    padding: 70px 0;
    position: relative;
    background-size: cover;
}

.sec01_game_outer .sec01_game_outer_inner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
    flex-direction: row-reverse;
}

.sec01_game_outer .sec01_game_outer_inner .left_part {
    width: 50%;
}

.sec01_game_outer .sec01_game_outer_inner .left_part img {
    width: 100%;
}

.sec01_game_outer .sec01_game_outer_inner .right_part {
    width: 50%;
}

.sec01_game_outer .sec01_game_outer_inner .right_part h1 {
    color: #161616;
    display: block;
    font-size: 58px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 30px;
}

.sec01_game_outer .sec01_game_outer_inner .right_part h1 b {
    color: #fc7600;
    display: block;
}

.sec01_game_outer .sec01_game_outer_inner .right_part .sub_tittle {
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    display: block;
    margin-bottom: 15px;
    width: fit-content;
    border-left: solid 4px #161616;
    padding: 5px 0 5px 10px;
}

.sec01_game_outer .sec01_game_outer_inner .right_part .sub_heading {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    line-height: normal;
}

.sec01_game_outer .sec01_game_outer_inner .right_part p {
    color: #161616;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 50px 0;
    display: block;
    width: 100%;
    max-width: 100%;
}

.sec01_game_outer_inner_btn {
    width: fit-content;
    margin: auto 0;
}

.sec01_game_outer_inner_btn a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #fc7600;
    padding: 22px 30px;
    border-radius: 6px;
    white-space: nowrap;
    gap: 20px;
    text-decoration: none !important;
    width: fit-content;
}

.sec01_game_outer_inner_btn a:hover {
    color: #fff;
}

.sec01_game_outer_inner_btn a:focus {
    outline: none;
    box-shadow: none;
}

/*Sec 01 End*/


/*Sec 02 Start*/
.sec02_game_outer {
    padding: 100px 0;
    display: block;
    width: 100%;
}

.sec02_game_outer .sec02_game_outer_inner {
    display: flex;
    align-items: center;
    gap: 50px;
}

.sec02_game_outer .sec02_game_outer_inner .left_part {
    width: 50%;
}

.sec02_game_outer .sec02_game_outer_inner .left_part img {
    width: 100%;
}

.sec02_game_outer .sec02_game_outer_inner .right_part {
    width: 50%;
}

.sec02_game_outer .sec02_game_outer_inner .right_part h2 {
    margin: 0;
}

.sec02_game_outer .sec02_game_outer_inner .right_part p {
    margin: 40px 0;
    font-size: 18px;
}

/*Sec 02 End*/


/*Sec 03 start*/
.sec03_game_outer {
    position: relative;
    padding: 50px 0 100px;
}

.sec03_game_outer_heading {
    display: block;
    margin-bottom: 50px;
}

.sec03_game_outer_heading {
    width: 100%;
}

.sec03_game_outer_heading h2 {
    display: block;
    margin-bottom: 10px;
}

.sec03_game_outer_heading h2 b {
    display: block;
}

.sec03_game_outer_heading p {
    max-width: 60%;
    font-size: 18px;
}

.sec03_game_outerslide {
    margin: 0;
}

.sec03_game_outerSliderBox h3 {
    font-size: 22px;
    font-weight: bold;
    color: #161616;
    line-height: normal;
}

.sec03_game_outerSliderBox p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    color: #161616;
}

.sec03_game_outerSliderBox {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    border: solid 1px rgba(66, 66, 66, 6%);
    box-shadow: 0 10px 14px rgba(0, 0, 0, 13%);
    margin: 5px 10px 20px;
    min-height: 320px;
}

.sec03_game_outerSliderBox_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    width: 100%;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    background: #fc7600 !important;
}

.sec03_game_outer span.sec03_game_outer_left02 {
    position: absolute;
    left: 0;
    bottom: -100px;
    text-align: left;
    z-index: 99;
}

.sec03_game_outer span.sec03_game_outer_left02 img {
    max-width: 70%;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

.sec03_game_outer span.sec03_game_outer_right01 {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
}

.sec03_game_outer span.sec03_game_outer_right01 img {
    max-width: 75%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.sec03_game_outer .container {
    max-width: 1380px;
    position: relative;
}

.sec03_game_outerslide .swiper-button-outer {
    position: absolute;
    left: auto;
    width: 130px;
    display: flex;
    right: 15px;
    top: 70px;
    height: 60px;
}

.sec03_game_outerslide .swiper-button-prev {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #040505;
    color: #000;
}

.sec03_game_outerslide .swiper-button-prev svg {
    width: 10px;
}

.sec03_game_outerslide .swiper-button-next {
    background: #fc7600;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    border: solid 1px #fc7600;
    color: #fff;
}

.sec03_game_outerslide .swiper-button-prev svg,
.sec03_game_outerslide .swiper-button-next svg {
    display: none;
}

.sec03_game_outerslide .swiper-button-prev:after {
    content: "";
    width: 23px;
    height: 16px;
    position: absolute;
    font-size: 0;
    background: url(../images/gametestingservices_img/arrow_slider.png) no-repeat;
    background-size: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.sec03_game_outerslide .swiper-button-next:after {
    content: "";
    width: 23px;
    height: 16px;
    position: absolute;
    font-size: 0;
    background: url(../images/gametestingservices_img/arrow_slider.png) no-repeat;
    background-size: 100%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec03_game_outerslide .swiper-button-next:after {
    filter: brightness(0) invert(1);
}

/*Sec 03 End*/


/*Sec 04 Start*/
.sec04_game_outer {
    background: #f2f2f2;
    padding: 100px 0;
}

.sec04_game_outer .sec04_game_outer_heading {
    text-align: center;
    margin-bottom: 50px;
}

.sec04_game_outer .sec04_game_outer_heading h2 {
    margin-bottom: 15px;
}

.sec04_game_outer .sec04_game_outer_heading p {
    max-width: 60%;
    margin: auto;
    font-size: 18px;
}

.sec04_game_outer_inner {
    margin: 0;
}

.sec04_game_outer_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 0 50px;
}

.sec04_game_outer_inner ul li {
    width: calc(100% / 3 - 34px);
}

.sec04_game_outer_inner ul li .sec04_game_outer_Box {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    border: solid 1px rgba(66, 66, 66, 6%);
    box-shadow: 0 10px 14px rgba(0, 0, 0, 13%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.sec04_game_outer_inner ul li .sec04_game_outer_Box h3 {
    font-weight: bold;
}

.sec04_game_outer_inner ul li .sec04_game_outer_Box p {
    font-size: 18px;
    font-weight: 300;
}

/*Sec 04 End*/


/*Sec 05 Start*/
.sec05_game_outer {
    padding: 100px 0;
    display: block;
    width: 100%;
}

.sec05_game_outer .sec05_game_outer_heading {
    text-align: center;
    margin-bottom: 50px;
}

.sec05_game_outer .sec05_game_outer_heading h2 {
    margin-bottom: 15px;
}

.sec05_game_outer_heading p {
    font-size: 18px;
}

.sec05_game_outer .sec05_game_outer_inner {
    margin: 0;
    display: block;
}

.sec05_game_outer .sec05_game_outer_inner ul {
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 40px;
    flex-wrap: wrap;
}

.sec05_game_outer .sec05_game_outer_inner ul li {
    width: calc(100% / 3 - 27px);
}

.sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox {
    display: flex;
    align-items: center;
    gap: 20px;
    border: solid 1px #ccc;
    border-radius: 100px;
    padding: 5px;
}

.sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fc7600;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

/*Sec 05 End*/



/*Sec 06 Start*/
.sec06_game_outer {
    background: #fdf5ee;
    padding: 100px 0;
}

.sec06_game_outer .sec06_game_outer_heading {
    text-align: center;
    margin-bottom: 50px;
}

.sec06_game_outer .sec06_game_outer_heading h2 {
    margin-bottom: 15px;
}

.sec06_game_outer .sec06_game_outer_heading p {
    max-width: 61%;
    margin: auto;
    font-size: 18px;
}

.sec06_game_outer .sec06_game_outer_heading p a {
    color: #fc7600;
}

.sec06_game_outer_inner {
    margin: 0;
}

.sec06_game_outer_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.sec06_game_outer_inner ul li {
    width: calc(100% / 2 - 13px);
}

.sec06_game_outer_inner ul li .sec06_game_outer_Box {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 10px;
    border: solid 1px rgba(66, 66, 66, 30%);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

.sec06_game_outer_inner ul li .sec06_game_outer_Box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 23px;
    width: 10px;
    height: 58px;
    background: #fc7600;
    border-radius: 0px 20px 20px 0px;
}

.sec06_game_outer_inner ul li .sec06_game_outer_Box:after {
    position: absolute;
    content: "";
    right: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
    background: #fc7600;
    border-radius: 100px;
    opacity: 0.2;
}

.sec06_game_outer_inner ul li .sec06_game_outer_Box h3 {
    font-size: 23px;
    font-weight: 600;
}

.sec06_game_outer_inner ul li .sec06_game_outer_Box p {
    font-size: 18px;
    font-weight: 300;
    max-width: 99%;
    line-height: 30px;
}

/*Sec 06 End*/


/*Sec 07 Start*/
.sec07_game_outer {
    padding: 100px 0;
}

.sec07_game_outer .sec07_game_outer_inner {
    background: #f2f2f2;
    padding: 80px 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    border-radius: 30px;
    border: solid 1px #ccc;
}

.sec07_game_outer .sec07_game_outer_inner p {
    max-width: 60%;
    margin: auto;
}

.sec07_game_outer .sec07_game_outer_inner .sec01_game_outer_inner_btn {
    margin: auto;
    margin-top: 10px;
}

.sec07_game_outer .sec07_game_outer_inner .sec01_game_outer_inner_btn a {
    border-radius: 320px;
}

/*Sec 07 End*/


/*Sec 08 Start*/
/* -----Faq-----*/
.faq_ECommerce {
    margin: 0;
}

.sys_grocery_accorden_bottom h2 {
    margin-bottom: 50px;
    text-align: center;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #3c3a3d;
    font-size: 22px;
    font-weight: 600;
    border: none;
    background: 0 0;
    outline: 0;
}

.accordion-item {
    position: relative;
    counter-increment: count;
    transition: all ease-in-out 1s;
    background: linear-gradient(271deg, #fff, #fc76000a);
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 20px !important;
    border: solid 1px #e1dfdf;
}

.accordion-title {
    color: #18191b;
    font-size: 22px;
    font-weight: 600;
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
}

.section-slk h2 {
    text-align: center;
    padding-bottom: 30px;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 20px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 16px;
    left: 10px;
    width: 15px;
    height: 3px;
    background: #000;
    color: #000;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 16px;
    width: 3px;
    height: 16px;
    background: #000;
    color: #000;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all .2s linear;
    will-change: opacity, max-height;
    transition: all ease-in-out 1.5s;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    padding-right: 100px;
    color: #161616;
}

/*Sec 08 End*/



/* responsive-css */
@media only screen and (max-width:1366px) {

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    .sec04_game_outer_inner ul {
        padding: 0 0px;
    }

    .accordion button .icon {
        top: 10px;
        right: 20px;
    }
}

@media only screen and (max-width:1200px) {
    .sec01_game_outer .sec01_game_outer_inner .right_part h1 {
        font-size: 48px
    }

    .sec01_game_outer .sec01_game_outer_inner .right_part p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 40px 0;
    }

    .sec01_game_outer_inner_btn a {
        font-size: 16px;
        padding: 22px 20px;
    }

    .sec02_game_outer {
        padding: 60px 0;
    }

    .sec02_game_outer .sec02_game_outer_inner .right_part p {
        margin: 30px 0;
        font-size: 16px;
    }

    .sec03_game_outer {
        padding: 20px 0 60px;
    }

    .sec03_game_outer_heading {
        margin-bottom: 30px;
    }

    .sec03_game_outerSliderBox {
        min-height: 270px;
    }

    .sec04_game_outer {
        padding: 60px 0;
    }

    .sec04_game_outer .sec04_game_outer_heading p {
        max-width: 80%;
        font-size: 16px;
    }

    .sec04_game_outer .sec04_game_outer_heading {
        margin-bottom: 30px;
    }

    .sec04_game_outer_inner ul {
        gap: 40px;
    }

    .sec04_game_outer_inner ul li {
        width: calc(100% / 3 - 27px);
    }

    .sec04_game_outer_inner ul li .sec04_game_outer_Box {
        padding: 20px;
    }

    .sec04_game_outer_inner ul li .sec04_game_outer_Box p {
        font-size: 16px;
    }

    .sec05_game_outer,
    .sec06_game_outer,
    .sec07_game_outer {
        padding: 60px 0;
    }

    .sec05_game_outer_heading p {
        font-size: 16px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul {
        gap: 20px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li {
        width: calc(100% / 3 - 14px);
    }

    .sec06_game_outer .sec06_game_outer_heading p {
        max-width: 90%;
        font-size: 16px;
    }

    .sec06_game_outer .sec06_game_outer_heading {
        margin-bottom: 30px;
    }

    .sec07_game_outer .sec07_game_outer_inner {
        padding: 60px 20px;
    }

    .sec07_game_outer .sec07_game_outer_inner p {
        max-width: 80%;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 30px;
    }

    .accordion-title {
        font-size: 20px;
    }

    .sec05_game_outer .sec05_game_outer_heading {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:991px) {

    h2 {
        font-size: 26px !important;
    }

    .sec01_game_outer .sec01_game_outer_inner .left_part {
        width: 100%;
        text-align: center;
    }

    .sec01_game_outer .sec01_game_outer_inner .right_part {
        width: 100%;
        text-align: center;
    }

    .sec01_game_outer .sec01_game_outer_inner .left_part img {
        max-width: 450px;
    }

    .sec01_game_outer .sec01_game_outer_inner {
        gap: 30px;
        flex-wrap: wrap;
    }

    .sec01_game_outer .sec01_game_outer_inner .right_part h1 {
        font-size: 38px;
        padding-bottom: 10px;
    }

    .sec01_game_outer .sec01_game_outer_inner .right_part p {
        font-size: 16px;
        line-height: normal;
        margin: 0 0 20px 0;
    }

    .sec01_game_outer_inner_btn {
        margin: auto;
    }

    .sec01_game_outer {
        padding: 40px 0;
    }

    .sec01_game_outer_inner_btn a {
        padding: 20px 20px;
    }

    .sec02_game_outer .sec02_game_outer_inner {
        gap: 30px;
        flex-wrap: wrap;
    }

    .sec02_game_outer .sec02_game_outer_inner .left_part {
        width: 100%;
        text-align: center;
    }

    .sec02_game_outer .sec02_game_outer_inner .left_part img {
        width: 100%;
        max-width: 450px;
    }

    .sec02_game_outer .sec02_game_outer_inner .right_part {
        width: 100%;
        text-align: center;
    }

    .sec02_game_outer {
        padding: 40px 0;
    }

    .sec03_game_outerSliderBox {
        min-height: 330px;
    }

    .sec03_game_outer {
        padding: 20px 0 40px;
    }

    .sec04_game_outer {
        padding: 40px 0;
    }

    .sec04_game_outer .sec04_game_outer_heading p {
        max-width: 100%;
        font-size: 16px;
    }

    .sec04_game_outer_inner ul {
        gap: 20px;
    }

    .sec04_game_outer_inner ul li {
        width: calc(100% / 2 - 10px);
    }

    .sec05_game_outer,
    .sec06_game_outer,
    .sec07_game_outer {
        padding: 40px 0;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li {
        width: calc(100% / 2 - 10px);
    }

    .sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox span {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox {
        gap: 10px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox h3 {
        font-size: 18px !important;
    }

    .sec05_game_outer .sec05_game_outer_heading {
        margin-bottom: 30px;
    }

    .sec07_game_outer .sec07_game_outer_inner {
        padding: 40px 20px;
    }

    .sec07_game_outer .sec07_game_outer_inner p {
        max-width: 100%;
    }
}

@media only screen and (max-width:767px) {

    h2 {
        font-size: 22px !important;
    }

    .sec01_game_outer .sec01_game_outer_inner .left_part {
        display: none;
    }

    .sec01_game_outer .sec01_game_outer_inner .right_part h1 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .sec01_game_outer {
        padding: 30px 0;
        background: #fdf0d4;
    }

    .sec01_game_outer_inner_btn a {
        border-radius: 100px;
    }

    .sec02_game_outer {
        padding: 30px 0;
    }

    .sec02_game_outer .sec02_game_outer_inner .left_part img {
        max-width: 400px;
    }

    .sec02_game_outer .sec02_game_outer_inner .right_part p {
        margin: 20px 0;
    }

    .sec03_game_outerslide .swiper-button-outer {
        display: none;
    }

    .sec03_game_outer_heading h2 b {
        display: inline;
    }

    .sec03_game_outer_heading p {
        max-width: 100%;
        font-size: 16px;
    }

    .sec03_game_outer_heading_Left {
        text-align: center;
    }

    .sec03_game_outerSliderBox {
        min-height: 230px;
        box-shadow: none;
        border: solid 1px #ccc;
        margin: 0;
        border-radius: 10px;
    }

    .sec03_game_outerSliderBox_content span img {
        max-width: 60px;
    }

    .sec03_game_outer {
        padding: 30px 0 30px;
    }

    .sec04_game_outer {
        padding: 30px 0;
    }

    h2 br {
        display: none;
    }

    .sec04_game_outer .sec04_game_outer_heading h2 {
        margin-bottom: 10px;
    }

    .sec04_game_outer_inner ul li .sec04_game_outer_Box {
        padding: 15px;
        box-shadow: none;
        border: solid 1px #ccc;
        border-radius: 15px;
        gap: 10px;
    }

    .sec04_game_outer_inner ul li .sec04_game_outer_Box span img {
        max-width: 80px;
    }

    .sec04_game_outer_inner ul {
        gap: 14px;
    }

    .sec04_game_outer_inner ul li {
        width: 100%;
    }

    .sec05_game_outer .sec05_game_outer_inner ul {
        gap: 14px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox {
        gap: 10px;
        flex-direction: column;
        text-align: center;
        border-radius: 10px;
        padding: 15px 15px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox h3 {
        font-weight: 600;
    }

    .sec05_game_outer,
    .sec06_game_outer,
    .sec07_game_outer {
        padding: 30px 0;
    }

    .sec06_game_outer .sec06_game_outer_heading p {
        max-width: 100%;
        font-size: 16px;
    }

    .sec06_game_outer .sec06_game_outer_heading {
        margin-bottom: 20px;
    }

    .sec06_game_outer_inner ul {
        gap: 14px;
    }

    .sec06_game_outer_inner ul li {
        width: auto;
        min-width: 390px;
    }

    .sec06_game_outer_inner ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 14px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .sec06_game_outer_inner ul li .sec06_game_outer_Box:after {
        width: 70px;
        height: 70px;
    }

    .sec06_game_outer_inner ul li .sec06_game_outer_Box {
        padding: 25px 25px;
    }

    .sec06_game_outer_inner ul li .sec06_game_outer_Box:before {
        top: 25px;
        width: 6px;
        height: 48px;
    }

    .sec06_game_outer_inner ul li .sec06_game_outer_Box p {
        font-size: 16px;
        font-weight: 400;
        max-width: 100%;
        line-height: normal;
    }

    .sys_grocery_accorden_bottom h2 {
        margin-bottom: 20px;
    }

    .accordion .accordion-content p {
        padding-right: 0;
    }

    .accordion button {
        padding: 15px 0 15px;
        display: flex;
        align-items: center;
    }

    .accordion-title {
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
    }

    .accordion-item {
        padding: 10px 20px 10px;
        margin-bottom: 10px;
        border-radius: 10px !important;
    }

    .accordion button .accordion-title {
        padding: 0;
        width: calc(100% - 30px);
    }

    .accordion button[aria-expanded=true]+.accordion-content {
        max-height: max-content;
        padding-bottom: 10px;
    }

    .sec05_game_outer .sec05_game_outer_heading {
        margin-bottom: 20px;
    }

    .sec04_game_outer .sec04_game_outer_heading {
        margin-bottom: 20px;
    }

    .sec03_game_outer_heading {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:480px) {
    .sec01_game_outer .sec01_game_outer_inner .right_part h1 {
        font-size: 25px;
    }

    .sec02_game_outer .sec02_game_outer_inner .left_part img {
        max-width: 100%;
    }

    .sec02_game_outer {
        padding: 30px 0 0;
    }

    .sec03_game_outerSliderBox {
        padding: 20px;
        min-height: 270px;
    }

    .sec03_game_outer {
        padding: 30px 0 20px;
    }

    .sec04_game_outer {
        padding: 20px 0;
    }

    .sec04_game_outer_inner ul li .sec04_game_outer_Box span img {
        max-width: 70px;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li {
        width: 100%;
    }

    .sec05_game_outer,
    .sec06_game_outer,
    .sec07_game_outer {
        padding: 20px 0;
    }

    .sec07_game_outer .sec07_game_outer_inner {
        padding: 20px 20px;
        border-radius: 10px;
    }
}

@media only screen and (max-width:400px) {

    h3 {
        font-size: 18px !important;
    }

    .accordion-item {
        padding: 10px 15px 10px;
    }

    .accordion-title {
        font-size: 16px;
    }

    .sec01_game_outer_inner_btn a img {
        width: 22px;
    }

    .sec01_game_outer_inner_btn a {
        padding: 18px 15px;
        gap: 10px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    .sec07_game_outer .sec07_game_outer_inner {
        padding: 20px 15px;
    }

    .sec06_game_outer_inner ul li .sec06_game_outer_Box {
        padding: 20px;
    }

    .sec03_game_outerSliderBox {
        min-height: 330px;
        padding: 15px;
    }

    .sec03_game_outerSliderBox_content {
        flex-direction: column;
        gap: 10px;
    }

    .sec03_game_outerSliderBox_content h3 {
        order: 2;
    }

    .sec03_game_outerSliderBox_content span {
        order: 1;
    }

    .sec03_game_outerSliderBox h3 {
        text-align: center;
    }

    .sec03_game_outerSliderBox p {
        text-align: center;
    }

    .sec03_game_outerSliderBox h3 br {
        display: none;
    }

    .sec05_game_outer .sec05_game_outer_heading h2 {
        margin-bottom: 10px;
    }

    h2 {
        font-size: 20px !important;
    }

    .sec01_game_outer_inner_btn {
        width: 100%;
    }

    .sec05_game_outer .sec05_game_outer_inner ul li .sec05_game_outerBox span {
        font-size: 20px;
    }

    .sec06_game_outer .sec06_game_outer_heading h2 {
        margin-bottom: 10px;
    }

    .sec06_game_outer_inner ul li {
        min-width: 330px;
    }

    p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .sec06_game_outer_inner ul li .sec06_game_outer_Box {
        gap: 15px;
    }

    .sec04_game_outer_inner ul li .sec04_game_outer_Box {
        border-radius: 10px;
    }

    .sec01_game_outer {
        padding: 20px 0;
    }

    .sec07_game_outer .sec07_game_outer_inner {
        gap: 10px;
    }

    .accordion button .icon {
        top: 20px;
    }
}