@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    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: 'Poppins', 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: 'Poppins', sans-serif;
    font-weight: bold;
}

a {
    font-family: 'Poppins', sans-serif;
}

img {
    width: auto;
    height: auto;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.inner-banner {
    background: linear-gradient(to left, #060607, #282828);
    padding: 50px 0;
    text-align: center;
    margin-bottom: 30px;
}

.inner-banner h4 {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

.inner-banner h1 {
    font-size: 24px;
    color: #fff;
}

/* ----- */
/* .header_top {
    background-color: #000;
    position: absolute;
    width: 1170px;
    margin: auto;
    border: solid 2px #fff;
    border-style: dashed;
    padding: 20px 40px;
    border-radius: 100px;
    margin-top: 50px;
} */
.header_top {
    background: #000;
    position: fixed;
    margin: auto;
    border-style: dashed;
    padding: 20px 40px;
    margin-top: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

/* .header_top::before {
    position: absolute;
    content: "";
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    height: 130px;
    width: 622px;
} */

nav .logo {
    float: left;
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
}

nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 70%;
    height: 65px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

nav .links li {
    list-style: none;
}



nav .links a {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: none;
    border: none;
    outline: none;
}

nav .links a:focus-visible {
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

nav .links a:focus {
    box-shadow: 0 0 0 0 !important;
}

nav .links a:hover {
    color: #ed1c24;
}

nav .links a::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ed1c24;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

#contact_us a {
    color: #ed1c24 !important;
}

#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

nav .icon-burger .line {
    width: 30px;
    height: 5px;
    background-color: #1a1a1a;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

.download {
    background: #ed1c24;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;

}

.download a {
    color: #fff !important;
}


/* ---banner_bg-- */

.banner_bg {
    width: 100%;
    height: 100%;
    background-image: url(../images/banner_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px;
    background-size: cover;
}

.banner_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.banner_outer .left_part {
    width: 50%;
}

.banner_outer .left_part img {
    width: 100%;
}

.banner_outer .right_part {
    width: 50%;
}

.banner_outer .right_part .heading {
    padding: 0;
}

.banner_outer .right_part .heading h1 {
    font-size: 62px;
    font-weight: bold;
    line-height: normal;
    color: #ed1c24 !important;
    padding-bottom: 20px;
    color: #fff;
    line-height: 70px;
}

.banner_outer .right_part .heading h1 span {
    font-size: 30px;
    font-weight: 400;
    display: block;
    color: #fff;
}

.banner_outer .right_part .heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-bottom: 40px;
}

.banner_outer .right_part button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 55px;
    align-items: center;
    justify-content: space-around;
    background: #ed1c24;
    text-decoration: none;
    border: none;
}

/* ---banner_bg-- */



/* ---download_apps_list-- */
.download_apps_list {
    margin-bottom: 30px;
}

.download_apps_list_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -40px;
}

.download_apps_list_outer ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.download_apps_list_outer ul li {
    background: #fff;
    box-shadow: 0px 7px 34px rgba(32, 31, 31, 7%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.download_apps_list_outer ul li:nth-child(2) {
    background: #ed1c24;
}

.download_apps_list_outer ul li:nth-child(2) p {
    color: #fff;
}

.download_apps_list_outer ul li:nth-child(2) h3 {
    color: #fff !important;
}

.download_apps_list_outer ul li:nth-child(2) img {
    filter: brightness(0) invert(1);
}

.download_apps_list_outer ul li h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    line-height: 22px;
    padding-bottom: 10px;
}

.download_apps_list_outer ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
}

/* ---download_apps_list-- */

/* ---downloading_the_apps-- */
.downloading_the_apps {
    padding: 70px 0;
    margin-bottom: 100px;
}

.downloading_the_apps_heading {
    padding: 0;
}

.downloading_the_apps_heading h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: #0e0e18;
    text-align: center;
    padding-bottom: 50px;
}

.downloading_the_apps_heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #0e0e18;
    padding-bottom: 50px;
    display: block;
}

.downloading_the_apps_heading h2 b {
    color: #ed1c24;
    font-weight: bold;
}

.Fantasy_outer {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: anchor-center;
}

.Fantasy_outer .left_part {
    width: 40%;
}

.Fantasy_outer .left_part h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    color: #ed1c24;
    padding-bottom: 20px;
    display: block;
}

.Fantasy_outer .left_part span {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #666666;

}

.Fantasy_outer .right_part span {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    padding-bottom: 20px;
    display: block;
}

.Fantasy_outer .right_part p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    padding-bottom: 10px;
}

.Fantasy_outer .right_part {
    width: 60%;
}

.Fantasy_outer .right_part h3 {
    padding-bottom: 20px;
    font-size: 24px;
}

/* ---downloading_the_apps-- */

/* ---welcome_bonus-- */
.welcome_bonus {
    background-image: url(../images/ground_bg.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0;
    margin-bottom: 100px;
}

.welcome_bonus_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.welcome_bonus_outer .left_part {
    width: 50%;
}

.welcome_bonus_outer .left_part img {
    width: auto;
    margin: 0 0 0 -70px;
    max-width: 600px;
}

.welcome_bonus_outer .right_part {
    width: 50%;
    text-align: center;
}

.fantasy_points h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
}

.welcome_bonus_outer .right_part h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 58px;
    text-align: right;
    padding-bottom: 20px;
}

.welcome_bonus_outer .right_part span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: normal;
    padding-bottom: 10px;
    display: block;
    text-align: right;
}

.fantasy_points_outer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.fantasy_points {
    padding: 14px;
    border: solid 1px #fff;
    border-style: dashed;
    text-align: left;

}

.welcome_bonus_outer .right_part p {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    line-height: normal;
}


/* ---welcome_bonus-- */


/* ---testimonials-- */
.testimonials {
    margin-bottom: 100px;
}

.testimonials_heading {
    text-align: center;
    width: 100%;
}

.testimonials_outer {
    padding: 0;
}

.testimonials_heading {
    margin-bottom: 60px;
}

.testimonials_heading h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: normal;
    color: #070707;
    text-align: center;
    padding-bottom: 20px;
}

.testimonials_heading h2 b {
    color: #ed1c24;
    font-weight: bold;
}

.slider_icon img {
    width: 100% !important;
    max-width: max-content;
}

.testimonials_heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #070707;
    max-width: 90%;
    margin: auto;
}

.slider_inner_content {
    background: #fff;
    box-shadow: 0px 7px 34px rgba(32, 31, 31, 7%);
    padding: 30px;
    border-radius: 30px;
    border: solid 1px rgba(163, 163, 163, 15%);
    margin: 0 0px 20px 0;

}

.slider_inner_content:hover {
    background: #ed1c24;
}

.slider_inner_content:hover h2,
.slider_inner_content:hover p {
    color: #fff;
}

.slider_inner_content:hover img {
    filter: brightness(0) invert(1);
}

.slider_icon {
    margin-bottom: 20px;
}

.slider_inner_content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    line-height: normal;
}

.slider_inner_content p {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    line-height: normal;
    padding: 0 0px 0 0px;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.rating img {
    width: auto !important;
}

.profile {
    width: 134px;
    height: 134px;
    border-radius: 100%;
    background: #ea1a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -40px;

}

.profile img {
    border-radius: 100%;
    width: auto !important;
    max-width: 126px;
    height: 126px;
    min-height: 126px;
    min-width: 126px;
}

.slider_outer_tow .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
}

.slider_outer_tow .owl-nav button.owl-next {
    background: #ffff;
    box-shadow: 0px 10px 64px rgba(32, 31, 31, 20%);
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0 10px 0 0;
    right: -70px;
    position: absolute;
    margin: 0;
    border-radius: 100px;
}

.slider_outer_tow .owl-nav button.owl-prev {
    background: #ffff;
    box-shadow: 0px 10px 64px rgba(32, 31, 31, 20%);
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0 10px 0 0;
    border-radius: 100px;
    left: -70px;
    position: absolute;
    margin: 0;
}

.slider_outer_tow .owl-nav button.owl-prev span[aria-label=Previous] {
    font-size: 0;
    background: url(../images/left-arrow.png) no-repeat;
    width: 11px;
    height: 17px;
    display: block;
    margin: auto;

}

.slider_outer_tow .owl-nav button.owl-next span[aria-label=Next] {
    font-size: 0;
    background: url(../images/left-arrow.png) no-repeat;
    width: 11px;
    height: 17px;
    display: block;
    margin: auto;
    transform: rotate(180deg);
}

.slider_outer_tow .owl-nav button.owl-prev:hover,
.slider_outer_tow .owl-nav button.owl-next:hover {
    background: #ed1c24;
}

.slider_outer_tow .owl-nav button.owl-prev:hover [aria-label=Previous],
.slider_outer_tow .owl-nav button.owl-next:hover [aria-label=Next] {
    filter: brightness(0)invert(1);
}

.slider_outer_bg {
    background: linear-gradient(to right, #060607, #43464b);
    padding: 40px 40px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* ---testimonials-- */


/* --callto_action-- */
.callto_action {
    padding: 0;
    background: #0e0e18;
    padding: 60px 0;
    margin-bottom: 0px;
}

.callto_action_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.callto_action_heading {
    padding: 0;
    width: 75%;
}

.callto_action_heading h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    padding-bottom: 10px;
}

.callto_action_heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.callto_action_btn {
    width: 25%;
}

.callto_action_btn button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 55px;
    align-items: center;
    justify-content: space-around;
    background: #ed1c24;
    text-decoration: none;
    border: none;
    margin-left: auto;
}

/* --callto_action-- */



/* --platforms-- */
.platforms {
    background-image: url(../images/platforms-bg.png);
    width: 100%;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    padding: 100px 0 0;
    margin-bottom: 100px;
}

.platforms_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 50px;
}

.platforms_outer .left_part {
    width: 40%;
}

.platforms_outer .left_part img {
    width: 100%;
}

.platforms_outer .right_part {
    width: 60%;
}

.platforms_outer .right_part h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
    color: #131222;
    padding-bottom: 10px;
}

.platforms_outer .right_part p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #070707;
}

.playstore_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
}

.ios {
    background: #131222 !important;
}

.playstore_btn a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    gap: 10px;
    border-radius: 100px;
    overflow: hidden;
    padding: 12px 25px;
    align-items: center;
    justify-content: space-around;
    background: #ed1c24;
    text-decoration: none;
    border: none;
}

/* --platforms-- */



/**/
.OurFantasyApp_Outer {
    padding: 0 0 100px;
}

.OurFantasyApp_Outer .OurFantasyApp_Outer_inner {
    margin: 0;
    display: block;
}

.OurFantasyApp_Outer .OurFantasyApp_Outer_inner .OurFantasyApp_Outer_inner_heading {
    text-align: center;
}

.OurFantasyApp_Outer .OurFantasyApp_Outer_inner .OurFantasyApp_Outer_inner_heading h2 {
    color: #070707;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 66px;
    margin: 0 0 10px 0;
}

.OurFantasyApp_Outer .OurFantasyApp_Outer_inner .OurFantasyApp_Outer_inner_heading h2 b {
    color: #ef1319 !important;
    font-weight: 700;
}


.OurFantasyApp_Outer .OurFantasyApp_Outer_inner .OurFantasyApp_Outer_inner_heading p {
    color: #070707;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 100%;
    margin: auto;
}



/* Prediction Portal */
.Prediction_Portal {
    padding: 100px 0 70px;
    margin: 0;
    display: block;
    width: 100%;
}

.swiper-full-mobile:before {
    content: "";
    width: 334px;
    background: url(../images/newhome/Prediction_Portal_sliderframe.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    right: 0;
    top: 4px;
    height: 100%;
    z-index: 2;
    margin: auto;
}

.swiper-full-mobile .swiper-slide {
    height: 100%;
    width: 308px !important;
    background-size: 100% 100% !important;
    margin: 0px !important;
    background-position: center center !important;
    min-height: 640px;
}



.Prediction_Portal_SliderOuter {
    max-width: 100%;
    margin: auto;
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none;
}

.slick-carousel-phoneFrame img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 658px;
}

.slick-carousel-phoneFrame {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}


/**/





/* ---testimonials-- */
.testimonials_new {
    margin-bottom: 100px;
    background: #090910;
    padding: 100px 0;
    position: relative;
}

.testimonials_new::before {
    position: absolute;
    content: "";
    background-image: url(../images/reviewred.png);
    background-repeat: no-repeat;
    width: 193px;
    height: 128px;
    right: 20%;
    top: -55px;
}

.testimonials_new::after {
    position: absolute;
    content: "";
    background-image: url(../images/round-ring.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    bottom: 0;
    background-size: 100%;
}

.testimonials_new .testimonials_heading {
    text-align: left;
    width: 100%;
}

.testimonials_new .testimonials_outer {
    padding: 0;
}

.testimonials_new .testimonials_heading {
    margin-bottom: 20px;
}

.testimonials_new .testimonials_heading h2 {
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    text-align: left;
    padding-bottom: 20px;

}

.testimonials_new .testimonials_heading h2 b {
    color: #ed1c24;
    font-weight: bold;
}

.testimonials_new .slider_icon img {
    width: 100% !important;
    max-width: max-content;
}

.testimonials_new .testimonials_heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    max-width: 100%;

}

.testimonials_new .slider_inner_content {
    background: transparent;
    box-shadow: 0px 0 0 0;
    padding: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;

}

.testimonials_new .slider_icon {
    width: 160px;
    height: 160px;
    background: #090910;
    border-radius: 100px;
    display: flex;
    align-items: center;
    min-width: 160px;
    border: solid 2px #ef1319;
    padding: 10px;
}

.testimonials_new .slider_icon img {
    border-radius: 100px;
    height: 100%;
}

.testimonials_new .slider_inner_content:hover {
    background: unset !important;
}

.testimonials_new .slider_inner_content:hover h2 {
    color: unset !important;
}

.testimonials_new .slider_inner_content:hover img {
    filter: unset !important;
}


.testimonials_new .slider_icon {
    margin-bottom: 20px;
}

.testimonials_new .slider_inner_content h4 {
    font-size: 26px;
    font-weight: 600;
    color: #ed1c24;
    line-height: normal;
}

.testimonials_new .slider_inner_content p {
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
    padding: 0 0px 0 0px;
}

.testimonials_new .slider_inner_content span {
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
    line-height: normal;
    padding: 0 0px 20px 0px;
    display: block;
}

.testimonials_new .slider_outer_tow .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
}

.testimonials_new .slider_outer_tow .owl-nav button.owl-next {
    background: #ffff;
    box-shadow: 0px 10px 64px rgba(32, 31, 31, 20%);
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0 10px 0 0;
    right: -70px;
    position: absolute;
    margin: 0;
    border-radius: 100px;
}

.testimonials_new .slider_outer_tow .owl-nav button.owl-prev {
    background: #ffff;
    box-shadow: 0px 10px 64px rgba(32, 31, 31, 20%);
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin: 0 10px 0 0;
    border-radius: 100px;
    left: -70px;
    position: absolute;
    margin: 0;
}


.testimonials_new .slider_outer_bg {
    background: linear-gradient(to right, #060607, #43464b);
    padding: 40px 40px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.testimonials_new .owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}


/* ---testimonials-- */



/* ---faqs-- */
.faqs {
    margin-bottom: 30px;
}

.downloading_the_apps_heading.faq h2 {
    text-align: left;
    padding-bottom: 10px;
}

.accordion .accordion-item {
    margin-bottom: 30px;
    border-bottom: solid 1px #a4a39e;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
    color: #3c3a3d;
    font-size: 18px;
    font-weight: 500;
    border: none;
    outline: none;
    background: none;

}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
}

.accordion-button:not(.collapsed)::after {
    background-color: #12e1e1;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    background-position: center;
    border: none;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(../images/minus-sign.png);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(../images/plus.png);
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0px;
    background-size: 20px;
    background-repeat: no-repeat;
}


.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    transition: all 0.5s ease-in-out;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    transition: all 0.5s ease-in-out;
}

.accordion .accordion-content p {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 14px 0;
    color: #202020;
    line-height: normal;
    max-width: 1000px;
}

.accordion-title {
    font-size: 18px;
    font-weight: 500;
    color: #3c3a3d;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


/* ---faqs-- */

/* ---mini_footer-- */
.mini_footer {
    padding: 0;
}

.mini_footer_outer {
    background: linear-gradient(280deg, #ec1b3b, #cb0220);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini_footer_outer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    max-width: 800px;
}

.social_media_icons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
}

.social_media_icons a {
    border-radius: 100%;
    background: #ef1319;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    width: fit-content;
}

.social_media_icons a img {
    max-width: 15px;
}

.social_media_icons a:hover {
    background: #1e1e1e;
    transition: all .5sease-in-out;
    border-color: #1e1e1e;
}

.footer_inner ul li a:hover {
    color: #ef1319;
    transition: all .5s ease-in-out;
}

/* ---mini_footer-- */

/* ---footer-- */
.footer {
    background: #e5e5e5;
    padding: 60px 0 20px;
    position: relative;
}

.footer::before {
    position: absolute;
    content: "";
    border-bottom: solid 1px #cccccf;
    bottom: 60px;
    width: 100%;
    height: 1px;
}

.footer_inner p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: normal;
    margin-bottom: 10px;
}

.footer_outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer_inner {
    padding: 0;
    width: 100%;
}

.footer_inner h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    color: #070809;
    line-height: normal;
    text-transform: uppercase;
}

.footer_inner_outer {
    display: flex;
    align-items: self-start;
    width: 100%;
    gap: 70px;
}

.footer_new_section {
    width: 100%;
}

.footer_logo img {
    max-width: 180px;
    margin-bottom: 20px;
}


.footer_inner ul {
    padding: 0;
}

.footer_inner ul li {
    padding: 0;
    width: fit-content;
}

.footer_inner ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    padding-bottom: 4px;
    display: block;
    line-height: normal;

}

.footer_inner_outer_more {
    width: 50%;
}

.footer_inner_outer_tow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.company_details {
    padding: 0;
}

.company_details span {
    font-size: 13px;
    font-weight: 600;
    color: #cc0000;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    line-height: normal;

}

.company_details span p {
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.company_details span p a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.fifs_logo {
    margin: -60px 0 0 0;
}

.responsibly_content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
}

.copyright_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright_bar p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: normal;
}

.copyright_bar span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}

.copyright_bar span a {
    background: linear-gradient(280deg, #ec1b3b, #cb0220);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.sticky_btn {
    position: sticky;
    bottom: 10px;
    background: #fff;
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #edeff5;
    padding: 14px;
    border-radius: 22px;
    z-index: 9;
    display: -ms-flexbox !important;
    display: flex !important;
    box-shadow: 0px 12px 34px rgba(32, 31, 31, 10%);
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
}

.sticky_btn .btn_outer {
    display: flex;
    -webkit-display: flex;
    gap: 12px;
}


.sticky_btn a {
    text-transform: capitalize;
    text-align: left;
}

.btn_outer a span img {
    width: 100%;
    height: auto;
}

.inner-banner {
    margin-top: 96px;
}




/*  */



.points_page h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: normal;
    color: #0b0b0b;
    text-align: -webkit-match-parent;
    padding-bottom: 20px;
}

.points_page p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #262727;
    max-width: 100%;
    margin: auto;
    padding-bottom: 50px;
}

.step_image {
    background: #e7e5e5;
    text-align: center;
    padding: 50px 20px 0px 20px;
    border-radius: 10px;
    position: relative;
}

.step_image:after {
    background: #000;
    width: 80%;
    height: 5px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -5px;
    content: "";
}

.steps_row {
    margin-bottom: 100px;
}

.steps_row:last-child {
    margin-bottom: 0;
}

.step_content_left .steps_number {
    left: 87%;
}

.steps_number {
    width: 70px;
    height: 100%;
    text-align: center !important;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #cc0000;
    font-size: 45px;
    font-weight: 900;
}

.steps_number:before {
    content: "";
    width: 4px;
    background: #a6a6a6;
    position: absolute;
    bottom: 0px;
    top: 60px;
    left: 50%;
    margin-left: -2px;
    border-radius: 2px;
}

.flex-md-row-reverse .step_content {
    padding-left: 70px;
    margin-right: 0px;
    text-align: left;
}

.step_content {
    padding-right: 70px;
    text-align: right;
}

.nav-tabs {
    border-bottom: none;
    background: #e3e2e2;
    padding: 10px;
    border-radius: 10px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: red;
    padding: 12px 30px;
    color: #000;
    font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link {
    border-color: #dee2e6 #dee2e6 #fff;
    background: #d10625;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

/* .row {
    display: flex;
} */

.step_content_right {
    position: inherit;
}

.col-md-5 {
    position: relative;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px !important;
    padding: 10px 20px !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #d10625 !important;
    isolation: isolate;
    color: #d10625;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #ffff;
    box-shadow: 0px 10px 24px rgba(22, 21, 21, 8%);
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #d10625 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs .nav-link {
    border: 1px solid #ebebeb !important;
}

.file_icon {
    width: 60px;
    height: 60px;
}

.listitems {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    text-align: left;
}

.listitems li {
    font-size: 14px;
    font-weight: 400;
    color: #070707;
    line-height: normal;
    background: url(../images/arrow-img.png) no-repeat;
    padding: 3px 30px 0;
    background-size: 22px;
    background-position: 3px;
}

/* ---footer-- */
.about-us.inner-pages div#cmsdata p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

.about-us.inner-pages div#cmsdata {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1500px) {
    .slider_outer_tow .owl-nav {
        position: absolute;
        width: fit-content;
        top: 100%;
        bottom: 0px;
        left: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .header_top::before {
        width: 277px;
    }

    .testimonials {
        margin-bottom: 140px;
    }
}

@media only screen and (max-width: 1366px) {
    .match_list_outer img {
        width: auto;
        max-width: 390px;
    }

    nav .logo {
        width: 30%;
    }

    nav .links {
        width: 70%;
    }

    .header_top::before {
        width: 231px;
        height: 129px;
    }

    .download_apps_outer .left_part p {
        font-size: 16px;
    }

    .download_apps_list_outer ul li {
        padding: 14px;
        display: block;
    }

    .file_icon img {
        max-width: 50px;
    }

    .downloading_the_apps {
        padding: 50px 0;
        margin-bottom: 80px;
    }

    .screen_one p {
        font-size: 26px;
    }

    .download_apps_list_outer ul li p {
        font-size: 15px;
    }

    .download_apps_list_outer ul li h3 {
        font-size: 20px;
    }

    .downloading_the_apps_heading h2 {

        padding-bottom: 10px;
    }

    h2 {
        font-size: 38px !important;
    }

    .downloading_the_apps_heading p {
        padding-bottom: 40px;
    }

    .screen_one h3 {
        font-size: 16px;
    }

    .screen_one span {
        width: 50px;
        height: 50px;
    }

    .features_list ul li h3 {
        font-size: 20px;
    }

    .features_list ul li {
        padding: 30px;
    }

    .slider_inner_content h2 {
        font-size: 25px !important;
    }

    .company_details span {
        font-size: 16px;
    }

    .footer_inner ul li a {
        font-size: 17px;
    }

    .download_apps_outer .right_part {
        width: 33%;
        justify-content: space-between;
    }

    .download_apps_outer .left_part {
        width: 62%;
    }

    .match_list_outer {
        justify-content: center;
        gap: 2 0px;
    }

    .welcome_bonus_outer .left_part img {
        max-width: 500px;
        margin: -100px 0 0
    }

    .welcome_bonus_outer .left_part {
        text-align: center;
    }
}

@media only screen and (max-width: 1200px) {
    .match_list_outer img {
        max-width: 310px;
    }

    nav .logo {
        width: 20%;
    }

    nav .links {
        width: 80%;
        gap: 24px;
        justify-content: right;
    }

    .logo a img {
        max-width: 176px;
        margin-top: 5px;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 52px;
        padding-bottom: 10px;
    }

    .banner_outer .right_part .heading h1 span {
        font-size: 43px;
        line-height: 40px
    }

    .banner_outer .right_part .heading p {
        padding-bottom: 20px;
    }

    .banner_outer .right_part button {
        padding: 12px 45px;
    }

    /* 
    .header_top {
        width: calc(100% - 30px);
        left: 15px;
        margin-top: 20px;
    } */

    .banner_bg {
        padding-top: 110px;
    }

    .header_top {
        padding: 5px 30px;
    }

    .download {
        padding: 10px 25px;
        font-size: 16px;
    }

    .welcome_bonus_outer .left_part img {
        width: auto;
        margin: 0;
    }

    .welcome_bonus_outer .left_part {
        text-align: center;
    }

    .welcome_bonus_outer .left_part img {
        max-width: 500px;
    }

    .welcome_bonus_outer {
        padding: 60px 0;
    }

    h2 {
        font-size: 32px !important;
    }

    .welcome_bonus_outer .right_part span {
        font-size: 20px;
    }

    .welcome_bonus_outer .right_part strong {
        font-size: 28px;
    }

    .features_list ul li {
        padding: 20px;
    }

    .features_list ul li img {
        padding-bottom: 20px;
        max-width: 60px;
    }

    .accordion-title {
        font-size: 18px;
    }

    .footer_inner h3 {
        font-size: 22px;
    }

    .responsibly span {
        font-size: 18px;
    }

    .download_apps_list_outer ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        gap: 10px;
    }

    .Fantasy_outer .left_part h3 {
        font-size: 26px;
    }

    .download_apps_outer .right_part {
        display: flex;
    }

    .testimonials_new::before {
        width: 133px;
        height: 98px;
        top: -38px;
        background-size: 100%;
    }

    .testimonials_new {
        padding: 50px 0;
    }

    .Fantasy_outer .right_part span {
        font-size: 20px;
    }

    .welcome_bonus {
        padding: 0px 0 0 0;
        margin-bottom: 60px;
    }

    .download_apps_outer .right_part a img {
        max-width: 200px;
    }

    .download_apps_outer .right_part a img {
        max-width: 150px;
    }

    .downloading_the_apps {
        margin-bottom: 60px;
    }

    .app_btn_outer a img {
        max-width: 150px;
    }

    .features_list ul li {
        padding: 16px;
    }

    .features_list ul li img {
        max-width: 50px;
    }

    .features_list ul li h3 {
        font-size: 16px;
    }

    .slider_inner_content {
        min-height: 300px;
    }

    .responsibly_content p {
        font-size: 14px;
    }

    .footer_inner ul li a {
        font-size: 15px;
    }

    .company_details span {
        font-size: 15px;
    }

    .responsibly span {
        font-size: 16px;
    }

    .matchs_list {
        margin-bottom: 60px;
    }

    .features {
        margin-bottom: 60px;
    }

    .profile img {
        max-width: 106px;
        height: 106px;
        min-height: 106px;
        min-width: 106px;
    }

    .profile {
        width: 114px;
        height: 114px;
    }

    .download_apps_outer .left_part {
        width: 55%;
    }

    .download_apps_outer .right_part {
        width: 42%;
    }

    .sticky_btn a img {
        max-width: 180px;
    }

    .scan_qr strong {
        font-size: 22px;
    }

    .scan_qr span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .header_top::before {
        background-image: none;
        height: 0;
    }

    .banner_bg {
        margin-top: 0px;
    }

    .logo a img {
        max-width: 146px;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .header_top {
        padding: 5px 10px;
    }

    .banner_outer .right_part .heading h1 span {
        font-size: 33px;
        line-height: 20px;
    }

    p {
        font-size: 14px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    .screen_one span {
        width: 40px;
        height: 40px;
    }

    .screen_one p {
        font-size: 20px !important;
    }

    .downloading_the_apps_heading p {
        padding-bottom: 30px;
    }

    .downloading_the_apps {
        padding: 40px 0;

    }

    .download_apps_list_outer ul li h3 {
        font-size: 20px;
    }

    .welcome_bonus_outer {
        padding: 30px 0;
    }

    .welcome_bonus {
        margin-bottom: 50px;
    }

    .match_list_outer img {
        max-width: 240px;
    }

    .scan img {
        max-width: 110px;
    }

    .download_apps_outer .left_part {
        width: 57%;
    }

    .testimonials {
        margin-bottom: 120px;
    }

    .slider_inner_content h2 {
        font-size: 22px !important;
    }

    .accordion .accordion-item {
        margin-bottom: 10px;
    }

    .faqs {
        margin-bottom: 50px;
    }

    .footer {
        padding: 30px 0 20px;
    }

    .company_details span {
        flex-wrap: wrap;
    }

    .footer_logo img {
        max-width: 150px;
    }

    .footer_inner h3 {
        font-size: 20px;
    }

    .footer_inner h3 {
        padding-bottom: 10px;
    }

    .welcome_bonus_outer .left_part img {
        max-width: 400px;
    }

    .testimonials_heading h2 {
        padding-bottom: 10px;
    }

    .testimonials_heading {
        margin-bottom: 40px;
    }

    .download_apps {
        padding: 20px 0;
    }

    .callto_action_outer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;

    }

    .callto_action_btn {
        width: 100%;
        margin: unset;
    }

    .callto_action_btn button {
        margin: auto;
    }

    .platforms {
        padding: 50px 0 0;
        margin-bottom: 50px;
    }

    .playstore_btn a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .OurFantasyApp_Outer .OurFantasyApp_Outer_inner .OurFantasyApp_Outer_inner_heading h2 {
        line-height: 36px;
    }

    .Prediction_Portal {
        padding: 60px 0 60px;
    }

    .carousel-controls {
        position: unset;
        top: unset;
        width: 16%;
        margin: auto;
    }

    .OurFantasyApp_Outer {
        padding: 0 0 50px;
    }

    .playstore_btn {
        margin-top: 30px;
    }

    .platforms_outer {
        padding-top: 0px;
    }

    .callto_action_heading {
        width: 100%;
    }

    .callto_action {
        padding: 20px 0;
    }

    .testimonials_new .slider_inner_content {
        width: 100%;

    }

    .testimonials_new .testimonials_heading h2 {
        padding-bottom: 0;
    }

    .callto_action_heading h2 {
        text-align: center;
    }

    .callto_action_heading p {
        text-align: center;
    }

    nav .links {
        float: none;
        position: fixed;
        z-index: 999;
        right: -300px;
        top: 0px;
        bottom: 100%;
        width: 300px;
        height: 100%;
        background-color: rgba(0, 0, 0, .9);
        overflow: hidden;
        transition: all .5s ease-in-out;
        padding-top: 42px;
        display: block;
    }

    .download {
        margin-left: 15px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .download:hover {
        background: #cc0322;
        border-radius: 10px;
    }

    nav .icon-burger {
        z-index: 9999;
    }

    nav .links a::before {
        display: none;
    }

    nav .links li {
        display: block;
        width: 100%;
    }

    nav .links a {
        padding: 15px 0px 15px 15px;
    }

    nav .links li:hover {
        background: #cc0322;
    }

    nav .icon-burger .line {
        height: 3px;
        margin: 7px 0;
    }

    nav .icon-burger .line:first-child {
        margin-top: 0;
    }

    nav .icon-burger .line:last-child {
        margin-bottom: 0;
    }

    nav :checked~.links {
        bottom: 0;
        right: 0;
        top: 0;
    }

    nav .icon-burger {
        display: block;
        right: 14px;
    }

    .downloading_the_apps_heading h2 {
        line-height: 40px;
    }

    .Fantasy_outer .right_part span {
        font-size: 18px;
    }

    .Fantasy_outer .left_part span {
        font-size: 18px;
    }

    nav .icon-burger .line {
        background: #fff;
    }

    .downloading_the_apps {
        margin-bottom: 0px;
    }

    .welcome_bonus_outer {
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: column-reverse;
    }

    .welcome_bonus_outer .right_part span {
        font-size: 18px;
    }

    .welcome_bonus_outer .right_part {
        width: 100%;
    }

    .welcome_bonus_outer .left_part {
        width: 100%;
    }

    .welcome_bonus {
        background: #ed1c24;
    }

    .welcome_bonus_outer .right_part h2 {
        text-align: center;
        line-height: 18px;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    .sticky_btn a img {
        max-width: 140px;
    }

    .copyright_bar span {
        font-size: 14px;
    }

    nav .links a {
        color: #fff;
    }

    nav .icon-burger .line {
        color: #fff;
    }

    nav .links a:hover {
        color: #fff;
    }

    .inner-banner {
        margin-top: 70px;
    }

}

@media only screen and (max-width: 767px) {
    .fantasy_points h3 {
        text-align: center;
    }

    .match_list_outer {
        flex-wrap: wrap;
    }

    .download_apps_list_outer {
        margin-top: 30px;
    }

    .banner_outer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .banner_outer .right_part {
        width: 100%;
        text-align: center;
    }

    .fifs_logo img {
        max-width: 100px;
    }

    .download_apps_outer {
        flex-wrap: wrap;

    }

    .download_apps_outer .left_part::before {
        display: none;
    }

    .download_apps_outer .left_part {
        width: 100%;

    }

    .banner_outer .right_part button {
        margin: auto;
    }

    .banner_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .banner_outer .left_part img {
        max-width: 400px;
        margin: 0 0 -2px 0;
    }

    .download_apps_outer .right_part {
        width: 100%;
        justify-content: center;
        gap: 30px;
        margin-top: 0px;
    }

    .download_apps_list_outer ul {
        display: flex;
        white-space: normal;
        overflow-x: auto;
        padding-bottom: 6px;
        justify-content: left;
    }

    .download_apps_list_outer ul li {
        padding: 20px 20px 20px 20px;
        width: 100%;
        min-width: 60%;
    }

    .Fantasy_outer {
        flex-wrap: wrap;
        gap: 20px;
    }

    .Fantasy_outer .left_part {
        width: 100%;
        text-align: center;
    }

    .Fantasy_outer .right_part {
        width: 110%;
        text-align: center;
    }

    h2 {
        font-size: 24px !important;
    }

    .downloading_the_apps {
        padding: 0px 0;
    }

    .welcome_bonus_outer .right_part p {
        text-align: center;
    }

    .welcome_bonus_outer .right_part span {
        padding-bottom: 0;
    }

    .screen_one {
        text-align: center;
        margin-bottom: 20px;
    }

    .app_screen {
        flex-wrap: wrap;
        justify-content: center;
    }

    .screen_one img {
        width: 100%;
        max-width: 300px;
    }

    .screen_one span {
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        top: -18px;
    }

    .screen_one.three span {
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        top: -18px;
        margin: unset;
    }

    .screen_one.tow span {
        top: -19px;
    }

    .scan_qr strong {
        font-size: 20px;
    }

    .scan_qr span {
        font-size: 14px;
    }

    .screen_one:last-child {
        margin-bottom: 0;
    }

    .downloading_the_apps_heading p {
        padding-bottom: 20px;
        text-align: center;
    }

    .downloading_the_apps {
        margin-bottom: 30px;
    }

    .matchs_list {
        margin-bottom: 30px;
    }

    .welcome_bonus_outer .left_part {
        display: none;
    }

    .welcome_bonus_outer .right_part {
        width: 100%;
    }

    .welcome_bonus_outer {
        padding: 20px 0;
    }

    .app_btn_outer {
        margin-top: 15px;
    }

    .welcome_bonus_outer .right_part strong {
        font-size: 22px;
    }

    .welcome_bonus_outer .right_part h2 {
        line-height: normal;
    }

    .welcome_bonus_outer .right_part span {
        font-size: 18px;
        text-align: center;
    }

    .fantasy_points h3 {
        font-size: 16px;
        line-height: 1.2;
    }

    nav .links .download a {
        padding: 0;
    }

    .welcome_bonus {
        margin-bottom: 30px;
    }

    .app_btn_outer a img {
        max-width: 130px;
    }

    .features_list ul {
        display: flex;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 5px;
    }

    .features_list ul li {
        border-bottom: none;
        width: 100%;
        min-width: 50%;

    }

    .features_list ul li:nth-child(4) {
        border-right: solid 1px #e54c4c;
    }

    .features {
        margin-bottom: 30px;
    }

    .testimonials_heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .testimonials_heading h2 {
        text-align: center;
        padding-bottom: 10px;
    }

    .profile {
        width: 104px;
        height: 104px;
        margin: auto;
    }

    .profile img {
        max-width: 96px;
        height: 96px;
        min-height: 96px;
        min-width: 96px;
    }

    .slider_inner_content {
        min-height: auto;
    }

    .slider_outer_tow .owl-nav {
        display: none;
    }

    .testimonials {
        margin-bottom: 30px;
    }

    .downloading_the_apps_heading.faq h2 {
        text-align: center;
    }

    .accordion-title {
        font-size: 16px;
        width: 80%;
    }

    .accordion button {
        padding: 10px;
    }

    .accordion button .icon::after {
        width: 22px;
        height: 22px;
        border-radius: 5px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .accordion button .icon::before {
        width: 22px;
        height: 22px;
        border-radius: 5px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .accordion button .icon {
        top: 14px;
        right: 14px;
        width: 24px;
        height: 14px;
    }

    .faqs {
        margin-bottom: 30px;
    }

    .mini_footer_outer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .social_media_icons {
        justify-content: center;
    }

    .mini_footer_outer p {
        text-align: center;
    }

    .mini_footer_outer {
        padding: 20px;
    }

    .footer {
        padding: 20px 0 20px;
    }

    .footer_inner_outer {
        width: 100%;
        gap: 24px;
        align-items: self-start;
    }

    .company_details {
        width: 50%;
    }

    .fifs_logo {
        width: 50%;
    }

    .footer_inner_outer_more {
        width: 100%;
    }

    .footer_outer {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .fifs_logo {
        margin: 0;
    }

    .responsibly {
        margin: auto;
    }

    .responsibly_content p {
        text-align: center;
    }

    .copyright_bar {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
    }

    .footer::before {
        display: none;
    }

    .copyright_bar {
        width: calc(100% + 28px);
        margin-left: -14px;
        border-top: solid 1px #2d2f31;
        padding-top: 20px;
    }

    .footer_inner_outer_tow {
        justify-content: unset;
        padding-bottom: 10px;
        gap: 24px;
    }

    .footer_inner h3 {
        font-size: 20px;
    }

    nav .links {
        width: 230px;
    }

    .footer_new_section {
        width: 100%;
    }

    .payment_partners {
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }

    .payment_partners h3 {
        font-size: 18px;
    }

    .platforms_outer .left_part {
        text-align: center;
        width: 100%;
    }

    .playstore_btn {
        justify-content: center;
    }

    .platforms_outer .left_part img {
        max-width: 414px;
    }

    .testimonials_new::before {
        width: 103px;
        height: 78px;
        top: -28px;
    }

    .slick-carousel-phoneFrame img {
        height: 100%;
        width: 100%;
        max-width: 210px;

    }

    .testimonials_new::before {
        right: 5%;
    }

    .testimonials_new .slider_icon {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }

    .testimonials_new {
        margin-bottom: 50px;
    }

    .testimonials_new .slider_inner_content h4 {
        font-size: 22px;
    }

    .testimonials_new {
        padding: 30px 0;
    }

    .testimonials_new .testimonials_heading h2 {
        text-align: center;
    }

    .testimonials_new .testimonials_heading p {
        text-align: center;
    }

    .testimonials_new::after {
        display: none;
    }

    .testimonials_heading {
        text-align: center;
    }

    .Prediction_Portal {
        padding: 10px 0 50px;
    }

    .slick-carousel-phoneFrame {
        top: 14px;
    }

    .platforms_outer .right_part {
        width: 100%;
        text-align: center;
    }

    .platforms_outer {
        padding-top: 0px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {



    .inner-banner h4,
    .inner-banner h1 {
        font-size: 20px;
    }

    .slider_outer .owl-dots {
        bottom: 10px;
    }

    .logo a img {
        max-width: 126px;
    }

    .download_apps_outer .left_part p {
        text-align: center;
    }

    .banner_outer .left_part img {
        max-width: 300px;
    }

    .slider_inner_content {
        padding: 20px;
        text-align: center;
    }

    .slider_icon img {
        max-width: 50px;
        margin: auto;
        margin-bottom: 10px;
    }

    .callto_action_btn button {
        font-size: 16px;
        padding: 10px 40px;
    }

    .platforms {
        padding: 30px 0 0;
        margin-bottom: 30px;
    }

    .playstore_btn {
        margin-top: 0px;
    }

    .platforms_outer .left_part img {
        max-width: 300px;
        margin: 0 0 -2px 0;
    }

    .testimonials_new .slider_inner_content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .testimonials_new {
        margin-bottom: 30px;
    }

    .footer_logo img {
        max-width: 150px;
        margin-bottom: 10px;
    }

    .footer_inner_outer {
        flex-wrap: wrap;
        gap: 14px;
    }

    .social_media_icons {
        justify-content: flex-start;
    }

    .testimonials_new .slider_icon {
        margin-bottom: 0;
    }

    .rating {
        padding-bottom: 10px;
        justify-content: center;
    }

    .slider_inner_content h2 {
        font-size: 20px !important;
    }

    .banner_outer .right_part button {
        padding: 10px 35px;
        font-size: 16px;
    }

    .download_apps_list_outer ul li {
        min-width: 70%;
    }

    .scan img {
        max-width: 100px;
    }

    .download_apps {
        padding: 10px 0;
    }

    .match_list_outer img {
        max-width: 200px;
    }

    .match_list_outer {
        gap: 10px;
    }

    .features_list ul li img {
        padding-bottom: 10px;
    }

    .responsibly {
        padding: 8px 10px;
        border-radius: 10px;
    }

    .responsibly img {
        max-width: 25px;
    }

    .responsibly span {
        font-size: 14px;
    }

    .sticky_btn a img {
        max-width: 120px;
    }

    .sticky_btn {
        padding: 10px;
        border-radius: 12px;
    }

    .welcome_bonus_outer .right_part strong::before {
        display: none;
    }

    .welcome_bonus_outer .right_part strong {
        background: #d10625;
        width: max-content;
        margin: auto;
        padding: 2px 20px;
    }

    .payment_partners_logo img {
        max-width: 83px;
    }

    .payment_partners {
        padding: 10px 10px;
    }

    .content-section {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .download_apps_list_outer ul li {
        min-width: 100%;
    }

    .banner_outer .right_part .heading h1 {
        font-size: 32px;
        line-height: 50px;
    }

    .download_apps_outer .right_part {
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .banner_outer .right_part .heading h1 span {
        font-size: 22px;
        line-height: 22px;
    }

    .banner_outer .left_part img {
        max-width: 250px;
    }

    nav .icon-burger .line {
        height: 2px;
        margin: 0 0px 6px 0;
        width: 25px;
    }

    nav .icon-burger .line:last-child {
        margin-bottom: 0;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(6px) rotate(225deg);
    }


    h2 {
        font-size: 20px !important;
        line-height: normal;
    }

    .downloading_the_apps {
        padding: 20px 0;
    }

    .screen_one h3 {
        font-size: 14px;
    }

    .match_list_outer img {
        max-width: 180px;
    }

    .screen_one img {
        width: 100%;
        max-width: 250px;
    }

    .download_apps_list_outer ul li h3 {
        font-size: 18px;
    }

    .file_icon {
        padding: 8px;
    }

    .download_apps {
        margin-bottom: 20px;
    }

    .download_apps_list {
        margin-bottom: 20px;
    }

    .downloading_the_apps {
        margin-bottom: 10px;
    }

    .matchs_list {
        margin-bottom: 20px;
    }

    .welcome_bonus_outer .right_part h2 {
        padding-bottom: 10px;
    }

    .slider_inner_content {
        border-radius: 10px;
    }

    .testimonials_heading {
        margin-bottom: 20px;
    }

    .playstore_btn a {
        font-size: 14px;
        padding: 6px 10px;
    }

    .playstore_btn a {
        gap: 5px;
    }

    .platforms_outer .left_part img {
        max-width: 250px;
    }

    .platforms_outer {
        gap: 20px;
    }

    .slick-carousel-phoneFrame img {
        max-width: 127px;
    }

    .OurFantasyApp_Outer .OurFantasyApp_Outer_inner .OurFantasyApp_Outer_inner_heading h2 {
        line-height: 26px;
    }

    .testimonials_new::before {
        width: 73px;
        height: 48px;
        top: -20px;
    }

    .welcome_bonus {
        margin-bottom: 20px;
    }

    .features {
        margin-bottom: 20px;
    }

    .downloading_the_apps_heading h2 {
        line-height: 30px;
    }

    .testimonials_new .slider_inner_content {
        margin-bottom: 0;
    }

    .testimonials_new {
        padding: 20px 0;
    }

    .downloading_the_apps_heading.faq h2 {
        padding-bottom: 0;
    }

    .social_media_icons {
        margin-bottom: 10px;
    }

    .footer_inner h3 {
        font-size: 18px;
    }

    .testimonials {
        margin-bottom: 20px;
    }

    .faqs {
        margin-bottom: 20px;
    }

    nav .links a {
        font-size: 14px;
    }

    .welcome_bonus_outer .right_part span {
        font-size: 16px;
    }

    .downloading_the_apps_heading p {
        max-width: 100%;

    }

    .features_list ul li {
        min-width: 100%;
    }

    .slider_inner_content h2 {
        font-size: 18px !important;
    }

    p {
        font-size: 13px !important;
    }

    .accordion-title {
        font-size: 14px;
    }

    .mini_footer_outer {
        gap: 10px;
    }

    .footer_inner ul li a {
        font-size: 13px;
    }

    .responsibly_content {
        padding: 30px 14px 14px;
    }

    .fifs_logo {
        text-align: right;
    }

    .fifs_logo img {
        max-width: 90px;
    }

    .footer_inner_outer_tow {
        border-top: solid 1px #454545;
        padding-top: 10px;
    }

    .payment_partners {
        flex-wrap: wrap;
        gap: 10px;
    }

    .payment_partners h3 {
        font-size: 16px;
    }

    nav .icon-burger {
        padding: 6px 2px 2px;
    }

    .points_page h3 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    .step_content_left .steps_number {
        left: 82%;
    }

    .steps_number {
        width: 60px;
        font-size: 35px;
    }

    .steps_row {
        margin-bottom: 20px;
    }

    .points_page p {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .match_list_outer img {
        max-width: 140px;
    }

    .welcome_bonus_outer .right_part span {
        font-size: 14px;
    }

    .welcome_bonus_outer .right_part strong {
        font-size: 18px;
    }

    .app_btn_outer a img {
        max-width: 120px;
    }

    .footer_inner_outer {
        flex-wrap: wrap;
        gap: 0;
    }


}