
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body,html{
    font-family: 'Montserrat', 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; }

.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;
}

/*
Commented On 14/09/2024 
.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: #a91117;  }
.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:rgba(255,255,255,0.7); 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: #fff; }
/*.navbar-light .navbar-nav .active .nav-link:after {  content: ""; width: 46px; height: 6px; background: #fff; border-radius: 5px 5px 0px 0px; position: absolute; left: 50%; margin-left: -23px; bottom: -34px; }
*/nav ul li a.download-btn {
    background-color: #000 !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; padding-bottom: 100px;  }
.banner h1 { font-size: 60px; color: #fff; font-weight: 400;  }
.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; }

.bg-image { position: relative; background: url(../images/banner.png) no-repeat 0px 50%; background-size: cover; }


.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: auto;
    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: #E6292B 3px solid;
}

.features_section { position: relative; padding:25px 20px 25px 20px; background:#fff; border-radius: 15px; margin-top: -60px; min-height: 150px; position: relative; box-shadow: rgba(0,0,0,0.1) 0px 0px 40px 18px; overflow: hidden; }
.features_section:before { width: 180px; height: 180px; position: absolute; left: -80px; top:-80px; border-radius: 100%; content: ""; background: #4100ac;  }
.features_section:after { width: 180px; height: 180px; position: absolute; right: -80px; bottom:-80px; border-radius: 100%; content: ""; background: #e95816;  }

.features_section  h3 { font-size: 25px; color: #4100ac; padding-top: 25px; font-weight: 600; }
.features_section  p { font-size: 17px; line-height: 26px; color: #5a5a5a; margin-bottom: 0px;}
.features_section  p span {color: #EC4823;}
.total_download { border-left: #dedede 1px solid; border-right: #dedede 1px solid; }

.featuer_icon { min-height: 90px; }

.feature_card { border: none;  border-radius: 20px; height: 100%; text-align: center;background: none; padding-top: 20px; max-width: 250px; margin: auto;  }
.feature_card h4 { padding-top: 20px; font-size: 18px; font-weight: 600; color: #000; }
.feature_card p { padding-top: 5px; font-size: 14px; color: #515151; line-height: 22px; }
.feature_card .card-body { padding-left: 15px; padding-right: 15px; }

.feature_icon {  }

.feature_card1, .feature_card2, .feature_card3, .feature_card4 {  padding: 2px;  height: 340px; background-repeat: no-repeat; background-position: 50% 0px; background-size: contain; }

.feature_card1 { background-image: url(../images/feature_card1.svg); }
.feature_card1 h4 { color: #5189D7; }


.feature_card2 {background-image: url(../images/feature_card2.svg);}
.feature_card2 h4 { color: #E9C21C; }

.feature_card3 {background-image: url(../images/feature_card3.svg);}
.feature_card3 h4 { color: #F85A5A; }

.feature_card4 {background-image: url(../images/feature_card4.svg);}
.feature_card4 h4 { color: #3EDE91; }





.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;
    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: 13%;
    top: 100%;
}



.ptb-100 {
    padding: 100px 0;
}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
    background:#fff;
    padding: 30px 40px;
    z-index: 4;
    margin-top: 30px;
    border-radius: 10px; box-shadow: rgba(0,0,0,0.1) 0px 10px 20px;
    margin: 40px 15px;
}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap .author-info .author-img {
    border-radius: 4px;
    border: 4px solid #fff;
    width: 100px;
    position: absolute;
    top: 0;
}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap .author-info .media-body {
    position: relative;
    left: 120px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bc2466;
}

.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;}


.testimonial-section {padding: 50px 0px; position: relative; }
.testimonial { padding-bottom: 30px;}
.testimonial  {  border: none; }
.testimonial .media-left  { padding-right: 15px; }
.testimonial p { font-size: 22px; color: #010101; font-weight: 600; line-height: 30px;}
.testimonial h4 { font-size: 16px; position: relative; padding-top: 10px; color: #010101; font-weight: 500;}
.testimonial h6 { font-size: 16px; color: #787A80; font-weight: 400;}
.testimonial .card-body { max-width: 720px;}

.owl-carousel .owl-stage-outer { padding: 0px 0px; }

.avatar { position: relative; max-width: 50px; }
.avatar_trophy { width: 50px; position: absolute; left: 50%; bottom: -15px; }
.avatar img { position: relative; z-index: 1;max-width: 50px; }

.testimonial_left h2 { color: #010101; font-weight: 600; font-size: 24px; }
.testimonial_left h2 span { border-bottom: #EC4823 3px solid; padding-bottom: 4px; }

.total_rating { font-size: 14px; color: #787A80; padding-top: 15px; }
.total_rating strong { font-size: 16px; color: #010101; font-weight: 600; }

.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.png) no-repeat; }

.step2 { margin-top: 60px; }
.step2:after { content: ""; position: absolute; right: 0px; top: 25px; width: 321px; height: 175px; background: url(../images/bg2.png) no-repeat; }
.step2:before, .step3:before { content: ""; position: absolute; left: -30px; top: -65px; width: 235px; height: 60px; background: url(../images/arrow.png) no-repeat; }


.step3 { margin-top: 120px; }
.step3:after { content: ""; position: absolute; right: -35px; top: -12px; width: 366px; height: 81px; background: url(../images/bg3.png) no-repeat; }


.faq_section { padding: 100px 0px; background: #F3F3F3; }
.faq_section .card { border:none; background:#fff; border-radius: 7px; padding: 0px; margin-bottom: 30px; box-shadow: 0px 20px 50px rgba(14, 17, 51, 0.1); }
.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 { position: relative; background: url(../images/banner.png) no-repeat 0px 50%; background-size: cover;  }
.download_app .background-image-wraper {
    position: absolute; width: 100%;background: url(../images/app_download_bg.png) no-repeat 30% 20%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-size: cover !important;*/
    z-index: 0;

}



.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.png) 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;
}
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: #02B6CE; 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: #1C1C1C;}
.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: #fff; 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: 10px 0px; position: relative; text-align: center; }
.socal_icon p { font-size: 16px; color: #fff; padding-bottom: 10px;}
.socal_icon:before  { content: ""; background:rgba(255,255,255,0.15); height:1px; width: 100%; position: absolute; left: 0px; top:48px; }
.socal_icon ul { background: #000; display: inline-block; position: relative; margin: 0px; padding: 0px 15px; }
.socal_icon ul li  { display: inline-block; margin-bottom: 5px; margin-top: 5px; }
.socal_icon ul li a {color: #02B6CE; font-size:20px; text-align: center; display: block; border-radius: 100%;width: 48px; height: 48px; line-height: 48px; border: #02B6CE 1px solid; }
.socal_icon ul li a:hover {color: #fff; background: #02B6CE; }

.disclaimer_txt {  padding: 15px 15px; 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 { border-radius:
    color: #fff !important;
    background-color: #02b6ce !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: #E6292B; 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: 0px; margin-top: 50px; border: #ddd 1px solid;
/* 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: #fff; }

.points_title { text-align: center; border-radius: 30px 30px 0px 0px; background: #000; color: #fff; padding: 12px 15px; font-size: 20px; font-weight: 500;  }
/*.points_title span { background:#C61D23;  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 #620b0e;  border-left: 20px solid transparent; position: absolute; left: -20px; top: 0px; }
.points_title span:after { content: "";  border-bottom: 20px solid #620b0e; 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; border:none;  }
.points_system_table tr th { border-top:none; color: #000;  }
.points_system_table tr td:last-child { width: 100px; }

.points_system_table tr:nth-child(even) td { background: #f1f1f1; }
.points_system_table tr:last-child td:first-child { border-bottom-left-radius:30px;  }
.points_system_table tr:last-child td:last-child { border-bottom-right-radius:30px;  }

.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; }


.testimonial_list { padding-bottom: 20px; }
.testimonial_list .testimonial-quote-wrap  { background: #fff; box-shadow: rgba(0,0,0,0.1) 0px 0px 10px; padding: 15px; border-radius: 10px; }
.testimonial_list .author-img  { max-width: 80px;}
.testimonial_list .fa-quote-right  { margin-top: -90px; background: #4100ac; color: #fff; padding: 10px; border-radius: 5px;}


  .appie-testimonial-about-area .appie-section-title {
    margin-bottom: 30px; }
    .appie-testimonial-about-area .appie-section-title .appie-title {
      padding: 0 30px; }

.testimonial-about-slider-active .testimonial-box {
  padding:30px 60px;
  box-shadow: 0px 20px 50px rgba(14, 17, 51, 0.1);
  text-align: center;
  background: #fff;
  margin:40px 50px 60px 50px;
  position: relative; }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-about-slider-active .testimonial-box {
      margin-left: 50px;
      margin-right: 50px;
      padding: 30px 30px 50px; } }
  @media (max-width: 767px) {
    .testimonial-about-slider-active .testimonial-box {
      margin-left: 0px;
      margin-right: 0px;
      padding: 30px 30px 50px; } }
  .testimonial-about-slider-active .testimonial-box::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff; }
  .testimonial-about-slider-active .testimonial-box .icon i {
    font-size: 32px;
    color: #4985ff; }
  .testimonial-about-slider-active .testimonial-box .ratings-icon {
    padding-top: 25px; }
    .testimonial-about-slider-active .testimonial-box .ratings-icon ul { padding-left: 0px; }
    .testimonial-about-slider-active .testimonial-box .ratings-icon ul li {
      display: inline-block; }
      .testimonial-about-slider-active .testimonial-box .ratings-icon ul li i {
        color: #faa116;
        font-size: 14px; }
  .testimonial-about-slider-active .testimonial-box p {
    font-size: 14px;
    color: #787878; }
    @media (max-width: 767px) {
      .testimonial-about-slider-active .testimonial-box p {
        font-size: 16px;
        line-height: 26px; } }
.testimonial-about-slider-active .slick-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #db0f30;
  color: #db0f30;
  border-radius: 50%;
  transition: all linear 0.3s;
  background: #fff; }
  .testimonial-about-slider-active .slick-arrow:hover {
    background: #db0f30;
    color: #fff; }
  .testimonial-about-slider-active .slick-arrow.prev {
    left: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-about-slider-active .slick-arrow.prev {
        left: 0; } }
    @media (max-width: 767px) {
      .testimonial-about-slider-active .slick-arrow.prev {
        left: -10px; } }
  .testimonial-about-slider-active .slick-arrow.next {
    right: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .testimonial-about-slider-active .slick-arrow.next {
        right: 0; } }
    @media (max-width: 767px) {
      .testimonial-about-slider-active .slick-arrow.next {
        right: -10px; } }
.testimonial-box-about-slider-small-active {
  margin-top: -40px; }
  .testimonial-box-about-slider-small-active .item {
    padding-top: 20px;
    padding-bottom: 0px; }
    .testimonial-box-about-slider-small-active .item .thumb {
      max-width: 150px;
      text-align: center; }
      .testimonial-box-about-slider-small-active .item .thumb img {
        display: inline-block;
        width: 80px;
        border-radius: 100%; }
    .testimonial-box-about-slider-small-active .item .content {
      display: none;
      text-align: center; }
      .testimonial-box-about-slider-small-active .item .content .title {
        font-size: 16px;
        font-weight: 700;
        white-space: nowrap; }
      .testimonial-box-about-slider-small-active .item .content span {
        font-size: 13px;
        font-weight: 500;
        color: #888890;
        white-space: nowrap; }
    .testimonial-box-about-slider-small-active .item.slick-center {
      margin-top: -20px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .testimonial-box-about-slider-small-active .item.slick-center {
          margin-top: -10px; } }
      .testimonial-box-about-slider-small-active .item.slick-center .thumb {
        max-width: 124px; padding: 5px; border-radius: 100%; border: #02B6CE 2px solid; }
        .testimonial-box-about-slider-small-active .item.slick-center .thumb img {
          width: 110px; }
      .testimonial-box-about-slider-small-active .item.slick-center .content {
        display: inline-block;
        margin: 10px 0 0 -24px; }
.testimonial-box .title { font-size: 20px; }
.testimonial-box .content  { padding-bottom: 15px; }

.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: #02b6ce;}
.app_count ul li:nth-child(4) h4 { color: #E285AC;}

.about_us_page {   }

@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: 40px; }
.title {
    font-size: 30px;
}

.transprant_header {
    position:inherit;
    background:#a91117;
}

.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; }

.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; }
}

@media only screen and (max-width: 374px) {

.winner3 { top: 280px; }

}

.play_game{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #02B6CE;
    padding: 11px 25px ;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    transition: all ease-in-out .3s;
}
.play_game:hover{
    transition: all ease-in-out .3s;
    color: #000;
}

  /* Added on 14/09/2024 */
  .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #02b6cead;
}


.dropdown-item:focus, .dropdown-item:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #ff6c34 !important;
}