@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');

body,html{
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #666666; font-weight: 400;

}
h1, h2, h3, h4, h5, h6 {}

h1 { font-size: 50px; font-weight: 700; }

.text-primary {
	color: #ed2124 !important
}
a { color: #ed2124; }
a:hover { text-decoration:none; color: #ed2124; }
:focus{ outline: none !important; }

.text-danger {
    color: #be0606!important;
}

.btn {  padding-right: 25px; padding-left: 25px;  font-size: 14px; text-transform: uppercase; }
.btn-primary {
    color: #fff;
    background-color: #ff6c34;
    border-color: #ff6c34;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f15c24;
    border-color: #f15c24;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f15c24;
    border-color: #f15c24;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.navbar-dark .btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.matches .btn-outline-primary {
    color: #fff;
    border-color: #fff; font-size: 16px; padding-top: 10px; padding-bottom: 10px;
}

.btn-outline-primary {
    color: #ff6c34;
    background-color: transparent;
    background-image: none;
    border-color: #ff6c34;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #55ae3a;
    border-color: #55ae3a;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #55ae3a;
    border-color: #55ae3a;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.btn-rounded {
    border-radius: 10em;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff6c34;
}

.download-btn img {vertical-align: sub;}
.transprant_header { position: absolute; z-index: 1; width: 100%; }
header { background: #1A1A1A;  }
.nav-link {padding: 0.8rem 1rem;}

.navbar {  font-size: 14px; padding: 10px 15px;}
.navbar-expand-lg .navbar-nav .nav-item {padding-left: 25px; padding-right: 25px;}
.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0px; padding-right: 0px; padding-bottom: 2px; }
.navbar-light .navbar-nav .nav-link { color:#fff; font-size: 16px; font-weight: 500; text-transform: none; position: relative;  }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {color: #fff; }
.navbar-light .navbar-nav .active .nav-link {color: #be0606; }
.navbar-light .navbar-nav .active .nav-link:after {  content: ""; width: 46px; height: 6px; background: #be0606; border-radius: 5px 5px 0px 0px; position: absolute; left: 50%; margin-left: -23px; bottom: -35px; }
nav ul li a.download-btn {
    background-color: #be0606 !important; color: #fff; border-radius: 5px; display: inline-block;
    padding: 11px 25px !important;
    text-transform: capitalize;
}

nav.transprant_header ul li a.download-btn { background-color: #000 !important; }
.navbar-light.transprant_header .navbar-nav .active .nav-link { color: #fff;}
.navbar-light.transprant_header .navbar-nav .active .nav-link:after { display: none;}

.banner { padding-top:150px;  }
.banner h1 { font-size: 60px; color: #fff; font-weight: 500;  }
.banner h2 { font-size: 16px; color: #fff; font-weight: 500; padding-bottom: 10px; }
.banner h2 span { background:rgba(0,0,0,0.25); padding:7px 15px; border-radius: 30px; }

.download_app_btn { padding-top: 20px; padding-bottom: 40px; }
.download_app_btn a { display: inline-block; margin-bottom: 15px; }

/* .bg-image { position: relative; background: url(../images/banner.png) no-repeat 0px 50%; background-size: cover;  } */
.bg-image { position: relative; }
.bg-image .background-image-wraper {
    /* position: absolute; width: 100%;background: url(../images/banner_bg.png) no-repeat 50% 100%; */
    height: 100%;
    top: 0;
    left: 0;
    /*background-size: cover !important;*/
    z-index: 0;

}

.bg-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 280px;
    bottom: -2px;
    left: 0;
    z-index: 0;
    /* background: url(../images/banner_bottom_shape.svg) no-repeat 50% 100%; background-size: 100% auto; */
}

.app_screen { text-align: center;  }

.download_link {
    margin-bottom: 40px;
    position: relative;
    max-width: 600px;
}
.form-control-number {
    background: #fff;
    border: none;
    border-radius: 30px;
    width: 100%;
    padding: 14px 163px 14px 25px;
}

.get_link_btn {
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    color: #fff;
    background: #000;
    border-color: #000;
}

.w-header {
    width: 95px;
    border-top: #be0606 3px solid;
}

.why_choose { text-align: center; }
.why_choose h4 { font-size: 18px; color: #ADADAD; font-weight: 500; padding-top:20px;}
.featuer_icon { min-height: 90px; }

.feature_card2, .feature_card4 { padding-top: 80px;  }



.work-process-section { }
.work-process-section h5 { color: #000; font-weight: 600; font-size: 20px; }
.work-process-section p { font-size: 14px; line-height: 20px; }

.work-process-wrap .process-icon-item .process-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #4100ac;
    height: 8.75rem;
    width: 8.75rem;
    line-height: 1;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgb(119 119 120 / 13%);
    box-shadow: 0 0 2.1875rem 0 rgb(119 119 120 / 13%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.work-process-wrap .process-icon-item .process-icon i {
    font-size: 2.753rem;
}

.work-process-wrap .process-icon-item .process-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.work-process-wrap .process-icon-item {
    position: relative;
    margin-bottom: 5.5rem;
}

.work-process-wrap .right-shape .d-flex {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.work-process-wrap .process-icon-item svg:not(:root) {
    overflow: hidden;
}

.work-process-wrap .process-icon-item svg {
    position: absolute;
    left: 72px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 90%;
}



.ptb-100 {
    padding: 100px 0;
}


.why_choose { padding: 100px 0px; }
.why_choose p { color: #787A80; line-height: 28px; font-size: 16px;}




.top_winner { padding-bottom: 80px;}
.top_winner p { color: #787A80; line-height: 30px; font-size:20px;}

.top_winner h1 { color: #EC4823;  font-size:80px; font-weight: 700; text-decoration: underline;}
.top_winner h2 { color: #010101; font-size:42px; font-weight: 700;}

.thumb { text-align: center;  }
.thumb img { max-width: 90px; display: inline-block; border:#BE0606 1px solid; padding: 2px;}

.testimonial-box { text-align: center; margin: 15px; padding: 15px; padding-top:50px; background: #F5F5F5; border-radius: 30px;}

.testimonial-box p { font-size: 16px; color: #7B7B7B; font-weight: 400; line-height: 22px;}
.testimonial-box h5 { font-size: 20px;color: #292929; font-weight: 500; padding-top: 20px; }
.testimonial-box h6 { font-size: 14px; color: #292929; font-weight: 400;}
.testimonial-box .fa-quote-left { font-size: 50px; color: #BE0606;}

.slick-center .testimonial-box {background:#BE0606 url(../images/testimonial_bg.html) 0px 0px no-repeat; background-size: 100% auto;}
.slick-center .testimonial-box p { color: #fff;}
.slick-center .testimonial-box h5 { color: #fff; }
.slick-center .testimonial-box h6 { color: #fff;}
.slick-center .testimonial-box .fa-quote-left { color: #fff;}

.slick-center .thumb img { border-color: #fff;}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    height: 20px;
    margin: 0 7px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background:#C4C4C4;
    border-radius: 50px;
}
.slick-dots li.slick-active button
{
    background:#DD052A;
    border-radius: 15px;
    width: 25px;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.how_to_play {padding: 100px 0px;}
.how_to_play h4 { color: #010101; font-size: 24px; font-weight: 600;   }
.how_to_play p { color: #787A80; font-size: 16px; line-height: 22px; font-weight: 400; }

.how_to_play_steps { background-color:#F5F6F8; text-align: center;  padding-top: 60px; position: relative; }
.steps_content { padding: 15px; position: relative; padding-bottom: 30px; }
.step1:after { content: ""; position: absolute; left: -30px; top: 0px; width: 354px; height: 207px; background: url(../images/bg1.html) no-repeat; }

.step2 { margin-top: 60px; }
.step2:after { content: ""; position: absolute; right: 0px; top: 25px; width: 321px; height: 175px; background: url(../images/bg2.html) no-repeat; }
.step2:before, .step3:before { content: ""; position: absolute; left: -30px; top: -65px; width: 235px; height: 60px; background: url(../images/arrow.html) no-repeat; }


.step3 { margin-top: 120px; }
.step3:after { content: ""; position: absolute; right: -35px; top: -12px; width: 366px; height: 81px; background: url(../images/bg3.html) no-repeat; }


.faq_section { padding: 100px 0px; background: #F3F3F3; }
.faq_section .card { border:#CBCBCB 1px solid !important; background:#F3F3F3; border-radius: 7px !important; padding: 0px; margin-bottom: 30px; }
.faq_section .card .card-header { border-left:none; border: none; background: none;  padding: 0px; padding-right: 50px; position: relative;  }
 .faq_section .card .card-header .btn.btn-link.collapsed {color: #000; font-weight: 400;}
.faq_section .card .card-header .btn.btn-link { padding: 25px 15px; display: block; width: 100%; text-align: left; color: #000; font-size: 16px; font-weight: 600; text-transform: none; white-space: normal;}

.faq_section .card .card-header .btn.btn-link:hover { text-decoration: none; }
.faq_section .card .card-header .btn.btn-link i { position: absolute; right: 20px; top: 50%; margin-top: -7px;}
.faq_section .card .card-body { padding: 20px; font-size: 16px;font-size: 20px; line-height: 26px; }
.faq_section .card .card-body p { font-size: 20px; line-height: 30px; color: #787A80; }

.faq_left h2 { font-weight: 700; font-size: 36px; color: #010101; }
.faq_left p {font-size: 16px; color: #787A80; line-height: 30px; }
.faq_left p strong {font-size: 20px; color: #EC4823; font-weight: 600;}
.faq_left p a {font-size: 20px; color: #EC4823; font-weight: 600;}



footer .w-header { width:60px;}


/*.about_us { padding: 90px 0px; }
.about_us p { font-size: 18px; line-height: 32px; color: #555555;}
.about_us a { text-decoration: underline;}


.about_info { background: #fff; border-top: #ed2124 4px solid; padding:30px 50px; position: relative; }
.about_info:before {background: url(../images/about_bg.png) no-repeat; width: 280px; height: 280px; content: ""; pointer-events: none; position: absolute; left: -50px; top: -50px; }
.about_info h1 { font-size: 46px; color: #010101; font-weight: 600;}
.about_info h2 { font-size: 20px; color: #555555; font-weight: 500;}
.about_info ul { padding: 0px; margin: 0px; list-style: none;}
.about_info ul li { padding:15px 0px; margin: 0px; list-style: none; border-bottom: #f5f1f1 1px solid;}
.about_info ul li:last-child { border-bottom:none;}*/


.title { color: #000; font-size: 36px; font-weight:700;  }
.title span { color: #EC4823;   }
.sub_title { font-size: 20px; font-weight: 400; color: #787A80; }

ul.fantasy_rules { padding: 0px; margin: 0px; list-style: none;}
ul.fantasy_rules li { padding:5px 0px 5px 15px; margin: 0px; list-style: none; position: relative;}
ul.fantasy_rules li:after { width: 8px; height: 8px; border-radius: 100%; position: absolute; left: 0px; top: 50%; margin-top: -4px; content: ""; background: #00A9DF;}


/*.background-image-wraper {
    position: absolute; width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    background: url(../images/testimonial_bg.jpg)no-repeat center center / cover fixed;
}*/

.download_app_block {padding: 70px 0px;}

.team-section { padding-bottom: 80px; padding-top: 100px; }

/* .download_app { margin-top: 50px; padding: 0px 20px; background:#BE0606 url(../images/download_banner.png) no-repeat 50% 100%; background-size: 100% auto; border-radius: 60px;  } */

.download_app_screen { margin-top: -50px; padding-left: 40px; }

.download_app h1{  color: #fff;  }
.download_app h2 { font-size: 20px; font-weight: 500; color: #fff; padding-top: 5px; }

.bottomMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #4100ac ;
    z-index: 1;
    padding: 10px 15px;
}

.bottomMenu .btn { background:#fff; color: #000; padding: 10px 15px; }

.winner_name { text-align: center; padding-top: 5px;}
.winner_name h5 { font-size: 16px; color: #010101; font-weight: 600; margin-bottom: 0px;}
.winner_name h6 { font-size: 14px; color: #787A80; font-weight: 400;}
.winner_image { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
.winning_amount { border-radius: 30px; padding: 6px 15px; font-size: 17px; font-weight: 700; color: #fff; }

.top_winner_list { min-height: 500px; position: relative; background:url(../images/circle.html) no-repeat 5px 15px; }

.winner1 { position: absolute; right: 70px; top: 0px; width: 160px; }
.winner1:after { width: 50px; height: 50px; background:#FFC107; content: ""; position: absolute; top: 135px; right: -65px; border-radius: 100%;}
.winner1:before { width: 25px; height: 25px; background:#00C9A7; content: ""; position: absolute; top: 135px; left: -10px; border-radius: 100%;}
.winner1 .winner_image { width: 165px; height: 165px; }
.winner1 .winning_amount { background:#EC4823; position: absolute; right: -65px; top: 85px; }


.winner2 { position: absolute; left: 0px; top: 80px; width: 200px; }
.winner2 .winner_image { width: 200px; height: 200px; }
.winner2 .winning_amount { background:#3423EC; position: absolute; left: -10px; top: 162px; }

.winner3 { position: absolute; right: 0px; top: 220px; width: 270px; }
.winner3 .winner_image { width: 270px; height: 270px; }
.winner3 .winning_amount { background:#EC23B3; position: absolute; left: 10px; top: 220px; }


footer {
    padding-top: 50px;
    background-color: #000;
    float: left;
    clear: left;
    color: #565656;
    width: 100%;
}
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
footer ul li { color: #fff; font-size: 16px; line-height: 28px; list-style: none; }
footer ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-decoration: none;
}
footer ul li a:hover {
    color: #fff;
}
footer h3 {
    font-size: 20px; color: #fff;
    font-weight:600; position: relative; padding-bottom: 12px; margin-bottom: 20px;
}
footer h3:after {
   content: ""; width: 76px; height: 3px; background: #be0606; position: absolute; left: 0px; bottom: 0px;
}

footer h5 {
    font-size: 22px; color: #cbcbcb;
    font-weight:400;
}
.footer_links {   }
.footer_links li {  }


.copy_footer  {  padding: 30px 0px; text-align: center; background: #0C0C0C;}
.copy_footer p { font-size: 14px; color: #fff; margin: 0px;}
.copy_footer a {  color: #fff;}

/*.contact_info .media { border-bottom: #e5e5e5 1px solid; padding: 15px 0px; }
.contact_info .media-left { color: #010101; font-size: 16px; padding-right: 15px; }
.contact_info .media-body { color: #565656; font-size: 16px; }*/
.contact_info  ul li { font-size: 16px; color: #fff; }
.contact_info  ul li i { color: #be0606; font-size: 18px; }
.contact_info ul li a { color: #fff; font-size: 16px; font-weight: 600; }
.contact_info ul li a:hover { color: #fff; }


.socal_icon { padding-top: 0px; border-top:rgba(255,255,255,0.1) 1px solid; margin-top: 30px; text-align: center; }
.socal_icon p { font-size: 16px; color: #fff; padding-bottom: 10px;}
.socal_icon ul   { display: inline-block; margin: 0px; background: #000; padding: 0px 15px; position: relative; top: -24px;}
.socal_icon ul li  { display: inline-block; margin-bottom: 10px; }
.socal_icon ul li a {color: #fff; background: #000; font-size:20px; text-align: center; display: block; border-radius: 100%;width: 48px; height: 48px; line-height: 48px; border: #be0606 1px solid; }
.socal_icon ul li a:hover {color: #fff; background: #be0606; }

.disclaimer_txt {   color: #fff; font-size: 14px; text-align: center; margin-bottom:50px;  }
.disclaimer_txt p { color: #fff; font-size: 14px; margin: 0px; padding: 10px 0px; }

.nev_left { margin-left: 50px; }


.information h1 { color: #010101; font-size: 36px; }

.information  h5 { margin-top: 30px;  font-size: 25px; font-weight: 600; color: #010101; }
.information  p, .information  li { color: #6c757d;}

.information .testimonial { margin-left: 0px; margin-right: 0px; }

.accordion h5 { margin: 0px; }
.accordion .card-body { padding: 0px; }
.accordion .card.mb-3 { margin-bottom: 0px !important;}
.accordion .card-header a  { color: #010101;}
.accordion .card-header .table  { margin-bottom: 0px;}
.accordion .table td, .accordion .table th { border-bottom: 1px solid #dee2e6; }

.information .nav-tabs .nav-link { color: #555555 }
.information .nav-tabs .nav-link:hover { border-color:#fff;}
.information .nav-tabs .nav-item.show .nav-link, .information .nav-tabs .nav-link.active,
.information .nav-tabs .nav-item.show .nav-link:hover, .information .nav-tabs .nav-link.active:hover {
    color: #ffffff;
    background-color: #173b75;
    border-color: #173b75;
}

.page_title {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed2124+0,ff792d+100 */
background: #ed2124; /* Old browsers */
background: -moz-linear-gradient(left,  #ed2124 0%, #ff792d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ed2124 0%,#ff792d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ed2124 0%,#ff792d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2124', endColorstr='#ff792d',GradientType=1 ); /* IE6-9 */
padding: 40px 0px;
}
.page_title h1 { color: #fff;  }

.navbar-light .navbar-toggler {
    color:#fff; padding:5px 12px; font-size: 25px;
    border-color:#fff;
}


.statistics { text-align: center; padding-bottom: 20px; padding-top: 30px; }
.statistics h2 { font-weight: 900; font-size: 40px; color: #EC4823; position: relative; display: inline-block; }
.statistics h2 span {   -webkit-text-stroke: 1px #9C361F;   -webkit-text-fill-color: transparent; position: absolute; left: -2px; top: -1px;}
.statistics h4 {  font-size: 20px; color: #010101; font-weight: 600; }


.leaders_section { background:#F6F7FB; padding: 80px 0px; }
.leaders { position: relative; margin: 20px 0px; text-align: center;}

.leader_caption { background:#fff; padding: 10px; border-radius: 5px; margin: auto; max-width:270px; width: 80%; margin-top: -40px; position: relative; /* position: absolute; bottom: -50px; left: 30px; right: 30px;*/ text-align: center; }
.leader_caption h4 { font-size: 20px; color: #000; font-weight: 600; }
.leader_caption p { font-size: 14px; color: #787A80; margin-bottom: 0px; padding-bottom: 0px;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #E6292B !important; position: relative;
}

/*.nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after { position: absolute; bottom: -10px; left: 50%; margin-left: -5px;
    content: ""; border-left: 10px solid transparent; border-right:10px solid transparent; border-top: 10px solid #4100ac;
}*/

  .vertical_tab { background: #F3F3F3; border-radius: 15px; padding: 5px; }

  .nav-pills .nav-link {
    color: #000; border-radius:12px; font-size: 16px; font-weight: 500;
}

.responsive_tab .vertical_tab {
    display:none;
}

@media(min-width:768px) {
   .responsive_tab .vertical_tab {
        display: block;
    }

   .responsive_tab .card {
        border: none;
    }

  .responsive_tab  .card .card-header {
        display:none;
    }

  .responsive_tab  .card .collapse{
        display:block;
    }
   .responsive_tab .collapse:not(.show) {
    display: block !important;
}
 .responsive_tab .card-header {
    display: none !important;
}
.responsive_tab .card-body { padding: 0px; }
}

@media(max-width:767px){
   .responsive_tab .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .responsive_tab  { padding: 0px;}
    .responsive_tab .card-header { border-top: #ddd 1px solid;     padding: 0px;
    margin-top: -1px;}
}


.tab-content .card-header h5 { margin-top:0px; }
.tab-content .card-header a:hover {color: #000; }

.responsive_tab .card-header a { padding: 15px 15px; background: #fff; display: block; font-size: 16px; font-weight: 500;  }
.responsive_tab .card-header a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    float: right;
}
.responsive_tab .card-header a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f077";
}

.responsive_tab h2 { color: #010101; font-size: 36px; font-weight: 700; }
.responsive_tab h2 span { color: #e6292b; font-weight: 700; }
.responsive_tab p { color: #787A80; font-size: 16px; line-height: 28px; }

.create_team_steps { border-bottom: #DADBDD 1px dashed; }
.responsive_tab p strong { color: #010101; }

p.steps_text {  color: #be0606; font-weight: 600; }
p.steps_text span { background: rgba(230,41,43,0.25); display: inline-block; padding: 5px 20px; border-radius: 30px; }

.table thead th {
    color: #010101;
}

.points_block { border-radius: 30px; padding: 1px; margin-top: 50px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#870d0f+0,f3f3f3+52 */
background: rgb(135,13,15); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(135,13,15,1) 0%, rgba(243,243,243,1) 52%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(135,13,15,1) 0%,rgba(243,243,243,1) 52%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(135,13,15,1) 0%,rgba(243,243,243,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#870d0f', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.points_block_inner { border-radius: 30px; background: #F3F3F3; }

.points_title { text-align: center;  }
.points_title span { background:#be0606;  color: #fff; font-size: 20px; font-weight: 700; padding: 12px 20px; position: relative; top: -20px; display: inline-block; border-radius: 0px 0px 15px 15px;  }
.points_title span:before { content: "";  border-bottom: 20px solid #870D0F;  border-left: 20px solid transparent; position: absolute; left: -20px; top: 0px; }
.points_title span:after { content: "";  border-bottom: 20px solid #870D0F; border-right: 20px solid transparent; position: absolute; right: -20px; top: 0px; }

.points_system_table { border: none;   }
.points_system_table tr td, .points_system_table tr th { border-left:none; border-right:none;  }
.points_system_table tr th { border-top:none;  }
.points_system_table tr td:last-child { width: 100px; }

.blog_list { padding-top: 50px; }
.blog_list h4, .blog_list h4 a { font-size: 20px; color: #000000; font-weight: 700;}
.blog_date { font-size: 12px; color: #787A80; }

.blog_thumb { width: 100%; height: 300px; background-size: cover; background-position: 50% 50%; margin-bottom: 15px; }

.back_button { border:#DADBDD 1px solid; background:#F6F7FB; border-radius: 5px; color: #000; padding: 10px 20px; font-weight: 600; }

.payment_icon { display: inline-block; background:#fff; padding: 7px 10px; border-radius: 5px; margin: 0px 10px 10px 0px; }

.faq_btn { background:#000; color: #fff; padding: 10px 15px;  }
.faq_btn:hover { background:#000; color: #fff;  }

.pointsystem_tab { border: #DADBDD 1px solid; border-radius: 4px; }

.pointsystem_tab .nav-pills .nav-link {
    color: #787A80;
    background:#F6F7FB; border-radius:0px; font-size: 16px; font-weight: 500;
}
.pointsystem_tab ul li:first-child a.nav-link {border-radius:4px 0px 0px 4px;}
.pointsystem_tab ul li:last-child a.nav-link {border-radius:0px 4px 4px 0px;}


.color-primary {
    color: #4100ac !important;
}

.icon-size-lg { font-size: 40px; }
.count-data h3 { color: #4100ac; font-weight: 600; }


.app_count { margin: auto; max-width: 700px; }
.app_count ul { list-style: none; margin: 0px -10px; padding: 0px; text-align: center;
display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.app_count ul li { list-style: none; margin: 0px; padding: 10px 10px; display: inline-block; width: 25%; }
.app_count h4 { font-size: 26px; font-weight: 600; padding-top: 20px; }
.app_count p { font-size: 16px; color: #000;}
.app_count ul li:nth-child(1) h4 { color: #E9C21C;}
.app_count ul li:nth-child(2) h4 { color: #5189D7;}
.app_count ul li:nth-child(3) h4 { color: #3EDE91;}
.app_count ul li:nth-child(4) h4 { color: #E285AC;}



@media only screen and (min-width: 768px) {
.bottomMenu { display: none !important; }
}

@media only screen and (max-width: 1199px) {

.bg-image h1 {
    font-size: 45px;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

}



@media only screen and (max-width: 991px) {



.bg-image h1 {
    font-size: 36px;
}

.banner { padding-top: 20px; padding-bottom: 30px; }
.title {
    font-size: 30px;
}

.transprant_header {
    position:inherit;
    background:#c41517;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding:5px 0px; border-top: rgba(255,255,255,0.1) 1px solid;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child {
    border-top:none;
}
.download-btn { width: 100%; text-align: center; }

.top_winner h1 { font-size: 45px; }
.top_winner h2 { font-size: 30px; }

.step1:after {left: -10px; top: 0px; }
.step2:after { right: 0px; top: 25px; width: 95%; height: 200px;  }
.step3:after { right: -10px; top: -12px; }

.navbar-light .navbar-nav .active .nav-link:after { display: none;}

}

@media only screen and (max-width: 767px) {

.app_screen { padding-top: 30px; }
.total_download { border-left:none;
    border-right: none;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid; }

    .testimonial-content-wrap .testimonial-shape:before { display: none; }

h1 { font-size: 30px; }
.navbar {  padding: 10px 15px;}
.download_btn, .playnow_btn { margin-left: 0px; }
.main_banner h2 { font-size: 25px; }

.download_app { text-align: center; padding-bottom: 40px; }
.download_app h1 { font-size: 35px; padding-top: 40px;}
.download_app h2 { font-size: 25px;}


.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0px; padding-right: 0px; }
.banner { text-align: center; }

.step2:before, .step3:before { display: none; }

.main_banner h1 {font-size: 35px;}
.main_banner h3 { font-size: 17px; }
.banner h2 { padding-top: 50px; }

.why_choose_image { padding-bottom: 40px; }

.top_winner_img { padding-top: 40px; }

.team-section { padding-bottom: 50px;}
.nev_left { margin-left: 0px; }

.navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 0px;
    padding-right: 0px;
}

.copy_footer  { padding-bottom: 90px;}
.app_count ul li {width: 50%; }

.download_link { display: none; }

.feature_card2, .feature_card4 {
    padding-top: 0px;
}

}

@media only screen and (max-width: 374px) {

.winner3 { top: 280px; }

}
