@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

*{
	margin:0px;
	padding:0px;
}
html {
  scroll-behavior: smooth;
}
body{
	overflow-x:hidden;
	font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
button:focus{
  outline: none;
}

# NAVIGATION
===================================================================

-------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------

*/

body > nav {
    z-index: 995;
    position: relative;
    background-color: #FFF;
}

body > nav .menu-brand {
        float: left;
    /* height: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

body > nav .menu-brand > a {
    height: 100%;
}

body > nav .menu-brand img {
    max-height: 100%;
    display: block;
}

nav.menu-fixed {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.menu-btn {
    display: none;
    width: 30px;
    height: 30px;
    font-style: normal;
    position: absolute;
    right: 15px;
    top: 40px;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 30px;
}

.menu-right {;
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.menu-cnt {
    position: relative;
}

.menu-cnt > ul, .menu-inner > ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 30px;
}

.menu-cnt > ul > li > a{
    /* line-height: 70px; */
    padding: 5px 15px;
    font-size: 16px;
    display: block;
}

.menu-cnt ul > li > a {
    text-decoration: none;
    transition: all .5s, height 0s, line-height 0s;
}

.menu-cnt > ul > li a {
    font-weight: 500;
    color: #fff;
}

.menu-right > * {
    margin: 0 15px;
}



.menu-cnt li > a {
    position: relative;
}

nav.align-right .menu-cnt {
    /* display: flex;
    justify-content: flex-end; */
}

nav.align-right .menu-cnt {
    /* float: none;
    float: left;
    margin-left: 50px; */
}

nav.align-right .menu-cnt .clear {
    display: none;
}
.btn-xs {
    padding: 7px 30px;
    font-size: 16px;
}

.btn-circle {
    border-radius: 100px;
}

.menu-transparent .btn:not(.btn-border){
        background-color: #d1343a;
    border-color: #d1343a;
    color: #fff;
}
/* header finish*/

.fantasySport-banner {
    height: 100vh;
    background: url(../img/slider-banner.jpg) no-repeat center center/cover;
    position: relative;
}
.fantasySport-banner-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fantasyBanner-title {
    margin-top: 80px;
}
.fantasyBanner-title h1 {
    font-size: 100px;
    color: #fff;
}

.fantasyBanner-text-block{
  margin-top: 30px;
  color: #fff;
}

.fantasyBanner-button-block{
  margin-top: 30px;
}
.about_us{
    padding: 70px 0 100px 0;
    background: #f5f5f5;
}
.section_title h4 {
    line-height: 64px;
    font-size: 50px;
    font-weight: 500;
    margin: 0;
}

.about-content-block,
.section-subtitle{
  color: rgb(88, 119, 144);
  margin: 30px 0 0 0;
  line-height: 30px;
}

.about-content-block p {
    margin: 0;
    font-size: 18px;
}

.section-subtitle{
    font-size: 18px;
}

.partner-section{
  background: #0B0613;
  padding: 55px 0px 40px;
}
.partner-section .section_title{
  margin-bottom:35px;
}
.partner-section .section_title h4{
  text-transform: uppercase;
  color:#fff;
  text-align:center;
  margin:0px;
  font-size: 32px;
}
.partner-section .item {
    height:90px;
}
.partner-section .item figure {
    text-align: center;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-section .item figure img {
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.owl-carousel .owl-item img{
  width: initial;
}

.features_item{
    padding: 20px;
}
.features_item:hover {
   animation: bounce 2s infinite;
   -webkit-animation: bounce 2s infinite;
   -moz-animation: bounce 2s infinite;
   cursor: pointer;
 }
@-webkit-keyframes bounce {
    0%{
       -webkit-transform: translateY(0);
    } 
    50% {
        -webkit-transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}
@keyframes bounce {
    0%{
       -webkit-transform: translateY(0);
    } 
    50% {
        -webkit-transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}
.features_item-content h4 {
    font-size: 28px;
    margin: 40px 0 15px 0;
    text-align: center;
}

.features_item-content p {
    text-align: center;
    font-size: 18px;
}

.fantasySport-feature-section {
    padding: 100px 40px;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.margin-bottom-40{
  margin-bottom: 40px !important;
}





.download-app-wrapper {
    background: url(../img/download-app.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}
.download-app-wrapper-overlay {
    position: absolute;
    background: #0B0613;
    opacity: 0.88;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.applink-form .form-group{
  display: flex;
  justify-content: center;
  width: 500px;
}
.downoadApp-link-img {
    position: absolute;
    top: 0;
    right: 0;
}
.applink-form .applink-input {
    height: 64px;
    padding: 0 20px;
    border: 1px solid #124378;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    margin: 0;
}

.applink-form .send_btn {
    width: 185px;
    height: 64px;
    background: #d1343a;
    border: none;
    color: #ffffff;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    font-weight: 500;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.shape-grey-image-top {
    background: url(../../img/shape-top-right-grey.png) top center no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    max-height: 200px;
    padding: 100px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.btn-download-app {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px 5px;
    margin: 15px 0px 10px 0;
    padding: 9px 25px 14px 25px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.btn-download-app span {
    color: #d1343a;
    font-size: 32px;
    line-height: 32px;
    padding-right: 12px;
    vertical-align: unset;
}

.btn-download-app:hover {
    background: #d1343a;
    border: 1px solid #d1343a;
}

.btn-download-app:hover p,
.btn-download-app:hover small,
.btn-download-app:hover span{
  color: #fff;
}

.btn-download-app p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #d1343a;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.btn-download-app p small {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #d1343a;
    margin: 0;
    padding: 0;
    display: inline-block;
}

img.download-app-iphone {
    margin-top: -70px;
}


/*start footer*/
.site-footer {
   background:#0B0613;
   color: #fff;
   padding: 60px 0 40px;
   border-top:1px solid #484444;
}
/* .site-footer .footer-logo img {
   max-height: 70px;
} */
.site-footer .footer-logo {
   margin-bottom: 30px;
}
.site-footer h4 {
   margin: 0 0 15px;
   font-size: 18px;
   text-transform: uppercase;
}

.about-footer{
  padding-right: 30px;
}
.site-footer .footer-link {
   column-count:2;
}
.site-footer .footer-link li {
   margin-bottom:15px;
   padding-right:10px;
    display: block;
}
.contact-info {
    margin-top: 20px !important;
}
.about-footer p, .address p, .address p a {
    margin: 0;
    color: #fff;
    line-height: 24px;
}
.site-footer .footer-link li a {
   color:#fff;
   transition: all 0.3s ease-in-out;
}
.site-footer .footer-link li a:hover{
    color: #d1343a;
    text-decoration: none;
}
.our-game ul {
   margin-top:30px;
   text-align:center;
}
.our-game ul li {
   padding:0 15px;
}
.our-game ul li img {
   max-width:80px;
}
.footer-social {
   display: inline-block;
   width: 100%;
   margin: 15px 2px;
}
ul.social-media li {
   display: inline-block;
   margin-right: 10px;
   margin-top: 10px;
   padding: 0;
}
ul.list-inline.social-media {
    margin: 0;
    padding: 0;
    text-align: left;
}
.social-media li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 38px;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.social-media li a:hover{
    background-color: #124378;
    border-color:#124378;
}
.social-media li a .fa-facebook-f {
   color: #3a559f
}
.social-media li a .fa-twitter {
   color: #03A9F4
}
.social-media li a .fa-google {
   color: #DD4B39
}
.social-media li a .fa-linkedin-in {
   color: #0E76A8
}
.social-media li a .fa-youtube {
   color: #DC472E
}
.social-media li a .fa-instagram {
   color: #C536A4
}
.social-media li a .fa-quora {
   color: #F44336
}
.social-media li a .fa-whatsapp {
   color: #4CAF50
}
.social-media li a:hover i{
    color: #fff !important;
}

.site-footer .disclamer {
   text-align: justify;
   margin-bottom: 20px;
}
/*finish footer*/






.back-to-top{
    background-color: #d1343a;
    border: solid 1px #d1343a;
    bottom: 10px;
    z-index: 10;
    color: #fff;
    display: none;
    font-size: 30px;
    padding: 0;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    transition:all .5s ease;
  border-radius:50px; 
}
.back-to-top:hover{
    color: #fff;
  box-shadow: 0px 0px 7px 2px #00000061;
}

/*.fantasySport-mainApp-features-wrapper{
  padding:  100px 0;
}
.feature-box {
    overflow: hidden;
    margin: 40px 0 0 0;
}
.feature-box .feature-icon-box {
    float: left;
    padding: 15px 15px;
    font-size: 45px;
    line-height: 45px;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #7566e3;
}
.feature-box.light-green .feature-icon-box {
    background: #a9d129;
}
.feature-box.light-blue .feature-icon-box {
    background: #50a0d2;
}

.feature-box.orange .feature-icon-box {
    background: #fe9c24;
}

.feature-box.dark-green .feature-icon-box {
    background: #87ac34;
}
.feature-box.dark-blue .feature-icon-box {
    background: #3473b8;
}

.feature-box.light-red .feature-icon-box {
    background: #fc6a3f;
}

.feature-box-text {
    float: left;
    width: 70%;
    margin-left: 30px;
}

.feature-box h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.feature-box p {
    color: #7c8595;
    font-size: 18px;
}*/

.fantasySport-downloadLink-wrapper{
  background: url("../img/cricketGround.jpg") no-repeat center center/cover;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}

.downloadLink-text-box {
    padding: 100px 0;
}

.downloadApp-link-overlay {
    position: absolute;
    background: #0B0613;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
}

.fantasySport-downloadLink-wrapper .downloadLink-text-box p{
    color: #fff;
    font-size: 18px;
    margin: 10px 0 25px;
}


.testimonial-section {
    padding: 100px 0;
    position: relative;
    display: none;
}

.testimonial-inner-view {
    padding: 0px 45px 0px 60px;
    margin-left: 34px;
    border: 1px solid #124378;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: center;
}

.test-winning-box {
    height: 100%;
    background: linear-gradient(0deg, #ffffff 0%, #d1343a 100%);
    width: 60px;
}
.testimonial-left-side {
    position: relative;
}
.testimonial-left-side:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonial-left-side img {
    position: absolute;
    top: 0;
    max-width: 100px;
    border-radius: 100%;
    left: -30%;
    top: 50%;
    transform: translate(0, -50%);
    border: 5px solid #fff;
}

.testimonial-right-side {
    padding: 30px 0px 30px 60px;
    position: relative;
}

.user-firstLetter-text {
       position: absolute;
    right: -30px;
    bottom: 50px;
    font-size: 170px;
    font-weight: 500;
    z-index: -1;
    color: rgba(0, 0, 0, 0.10);
    line-height: 0;
}

.testimonial-details span.winning-amount {
    font-size: 36px;
    display: block;
    color: #d1343a;
    font-weight: 500;
}

.testimonial-details span.testUser-name {
    font-size: 26px;
    color: #000;
    margin-top: 10px;
    display: block;
}

.testimonial-des p {
    color: #000;
    font-size: 16px;
    margin: 20px 0 0 0;
}

section.testimonial-section .owl-carousel .owl-nav button,
.features-slider-wrap.owl-carousel .owl-nav button {
    background: #000;
    display: inline-block;
    margin-left: 10px;
    height: 30px;
    border-radius: 100px;
    width: 30px;
    background: #0B0613;
    color: #fff;
    line-height: 30px;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

section.testimonial-section .owl-carousel .owl-nav button:hover,
.features-slider-wrap.owl-carousel .owl-nav button:hover {
  border: 1px solid #D1343A;
  background: transparent;
  color: #D1343A;
}

section.testimonial-section button.owl-next:after, section.testimonial-section button.owl-prev:after,
.features-slider-wrap.owl-carousel button.owl-next:after, .features-slider-wrap.owl-carousel button.owl-prev:after{
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px
}
section.testimonial-section button.owl-prev:after,
.features-slider-wrap.owl-carousel button.owl-prev:after {
    content: "\f053";
    ;
}
section.testimonial-section button.owl-next:after,
.features-slider-wrap.owl-carousel button.owl-next:after {
    content: "\f054";
}

section.testimonial-section .owl-carousel .owl-nav,
.features-slider-wrap.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}

section.testimonial-section .owl-carousel .owl-nav button span,
.features-slider-wrap.owl-carousel .owl-nav button span {
    display: none;
}

.features-slider-wrap.owl-carousel .owl-nav {
    right: 40px;
}











.fantasySport-mainApp-features-wrapper {
    position: relative;
    padding: 100px 0;
}
.fantasySport-mainApp-features-wrapper .app_feature{position:relative;z-index:1;}
.fantasySport-mainApp-features-wrapper .feature_list{margin:60px 0;cursor:pointer;position:relative;z-index:1;}

.fantasySport-mainApp-features-wrapper .feature_list li{display:inline-block;vertical-align:middle;font-size:16px;font-weight:500;color:#000;}

.fantasySport-mainApp-features-wrapper .feature_list .icon{border:2px solid #2970f2;text-align:center;margin:0 10px;}

.fantasySport-mainApp-features-wrapper .feature_list.fadeInRight .icon{border-bottom:none;border-top:none;border-right:none;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:none;}

.fantasySport-mainApp-features-wrapper .feature_list.fadeInLeft .icon{border-bottom:none;border-top:none;border-left:none;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:none;}

.fantasySport-mainApp-features-wrapper .feature_list .icon::after{background-color:#d1343a;content:"";height:2px;left:105%;position:absolute;top:50%;width:0px;z-index:2;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;}

.fantasySport-mainApp-features-wrapper .feature_list:hover .icon::after, .fantasySport-mainApp-features-wrapper .feature_list.active .icon::after{width:120px;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;}

.fantasySport-mainApp-features-wrapper .feature_list .icon::before{background-color:#d1343a;box-shadow:0 0 0 5px rgba(126, 124, 252, 0.4);-webkit- box-shadow:0 0 0 5px rgba(126, 124, 252, 0.4);-moz- box-shadow:0 0 0 5px rgba(126, 124, 252, 0.4);animation:shadzoom 1s infinite;-webkit-animation:shadzoom 1s infinite;-moz-animation:shadzoom 1s infinite;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;content:"";height:20px;position:absolute;right:-35px;top:calc(50% - 10px);width:20px;z-index:2;opacity:0;transition:all 1.5s ease 0s;-webkit-transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;}

.fantasySport-mainApp-features-wrapper .feature_list:hover .icon::before, .fantasySport-mainApp-features-wrapper .feature_list.active .icon::before{opacity:1;transition:all 1.5s ease 0s;-webkit-transition:all 1.5s ease 0s;-moz-transition:all 1.5s ease 0s;}

.fantasySport-mainApp-features-wrapper .fealist_right .feature_list .icon::after{right:105%;left:auto;}

.fantasySport-mainApp-features-wrapper .fealist_right .feature_list .icon::before{left:-35px;right:auto;}

.fantasySport-mainApp-features-wrapper .feature_list li p {
    color: #587790;
    margin: 0;
    font-weight: 300;
}

.fantasySport-mainApp-features-wrapper .feature_list li span {
    font-size: 23px;
}
@keyframes shadzoom {

    0%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

    50%{box-shadow:0 0 0 10px rgba(247, 99, 13, 0.4);}

    100%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

}

@-webkit-keyframes shadzoom {

    0%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

    50%{box-shadow:0 0 0 10px rgba(247, 99, 13, 0.4);}

    100%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

}

@-moz-keyframes shadzoom {

    0%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

    50%{box-shadow:0 0 0 10px rgba(247, 99, 13, 0.4);}

    100%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

}

@-o-keyframes shadzoom {

    0%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

    50%{box-shadow:0 0 0 10px rgba(247, 99, 13, 0.4);}

    100%{box-shadow:0 0 0 5px rgba(247, 99, 13, 0.4);}

}

.delay-11{
    animation-delay: 0.5s;
}
.delay-12{
    animation-delay: 2s;
}
.delay-13{
    animation-delay: 3.7s;
}
.delay-14{
    animation-delay: 1.2s;
}
.delay-15{
    animation-delay: 2.7s;
}

nav.menu-fixed{
    z-index: 99;
    padding: 10px 0;
}
nav.menu-fixed.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgb(0 0 0 / 14%);
    z-index: 99;
    width: 100%;
    padding: 1em 0;
}
.innerpage-banner{
    background: url("../img/cricket-stadium.jpg") no-repeat center center/cover;
    padding: 120px 0 40px 0;
    position: relative;
    z-index: 1
}

.innerpage-banner:after{
    content: "";
    position: absolute;
    background: #0B0613;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
}

.innerpage-banner-title h1{
    font-size: 50px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.innerpage-content-section {
    padding: 50px 0;
    background-color: #FFFFFF;
}
.innerpage-content-box h4 {
    margin: 40px 0 15px;
    color: #000;
    font-size: 1.75rem;
}

.innerpage-content-box h4:first-child{
    margin-top: 0;
}

.innerpage-content-box p{
    line-height: 28px;
    margin: 0 0 20px;
    color: #4f4c4c;
}

.about-content table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.about-content table th {
    background:#A7A7A7;
    color: #fff;
    padding: 10px 15px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    border-bottom-width: 0;
}

.about-content table tr th:first-child, .about-content table tr td:first-child {
    text-align: left;
}

.about-content table tr td {
    padding: 10px 15px;
    text-align: center;
    color: #000;
}

.about-content table tr:nth-child(even) td {
    background: #ECECEC;
}

.innerpage-content-section strong {
    font-weight: 500;
    text-decoration: underline;
}

.innercontent-middle-title {
    padding: 40px 0 0 0;
}   

.innerpage-content-section ul,
.innerpage-content-section ol {
    padding-left: 25px;
}

.myaccordion .btn {
    width: 100%;
    color: #000000;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.fa-stack .fa-circle{
    color: #d1343a;
}

.collapse-content-box p {
    margin: 0;
}

h2.faq-page-middleTitle {
    margin: 0;
    padding: 40px 0 20px;
}

.innerpage-content-box .myaccordion .card {
    margin-bottom: 20px;
}

.innerpage-content-box .myaccordion .card strong {
    text-decoration: none;
}

.menu-cnt > ul > li a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    width: 0;
    background: #fff;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.menu-cnt > ul > li.active a:after, .menu-cnt > ul > li a:hover:after {
    width: 80%;
}

a.getdown-btn.btn {
    background: #d1343a;
    border: 1px solid #d1343a;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 23px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

a.getdown-btn.btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #d1343a;
}

.download-app-wrapper a.getdown-btn.btn {
    margin-top: 15px;
}

.m-auto{
    margin: auto;
}

.about_us a.getdown-btn.btn:hover{
    background: #124378;
    border: 1px solid #124378;
    color: #fff;
}

.schedule-contest{padding: 80px 0;background: #021c38;color: #ffffff;}
.schedule-contest .fa-cricket{font-weight: normal;}

.common-tabs{border-bottom-color: #4a5c6e;}
.common-tabs .nav-link:focus, 
.common-tabs .nav-link:hover {
    border-color: #4a5c6e #4a5c6e #4a5c6e;
}
.common-tabs .nav-link{font-size: 18px;color: #899baf;text-align: center;}
.common-tabs .nav-link.active{color: #d1343a;border-color: #4a5c6e #4a5c6e #021c38;background: #112944;border-bottom-color: #112944;}
.common-tabs .nav-item,
.inner-tabs .nav-item{flex: 1 1 auto;}
.inner-tabs{margin-bottom: 30px;border: none;}
.inner-tabs .nav-link{border: none;background: #021c38; color:#c3c3c3;font-size: 14px;border-radius: 5px;min-width: 150px;text-align: center;}
.inner-tabs .nav-link.active{background: #d1343a; color:#ffffff;}
.inner-tabs .nav-item + .nav-item{margin-left: 10px;;}

.schedule-contest .container>.tab-content{border: 1px solid #4a5c6e;border-radius: 0 0 10px 10px;padding: 20px;border-top: none;background: #112944;}
.schedule-contest .table td{vertical-align: middle;}
.schedule-contest .alert{padding: 6px 20px;font-size: 14px;display: inline-block;margin: 0;}

.vs{width: 30px;height: 30px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;background: #d1343a;color:#ffffff;font-size: 14px;margin: 0 10px;}
.schedule-contest table th{border-top: none;}
.score{padding: 1px 5px;border-radius: 5px;background: #124378;color: #ffffff;margin: 0 10px;}
.score-outer i{font-size: 14px;display: block;}

.schedule-contest .table{color: #ffffff;}
.schedule-contest .table td, 
.schedule-contest .table th{border-top: 1px solid #4a5c6e;}
.schedule-contest .table thead th{border-bottom: 2px solid #4a5c6e;white-space: nowrap;}
.schedule-contest .table td img { margin: 0 5px; width: 26px!important; height: 26px; border-radius: 50%; object-fit: cover; }
.schedule-contest .table tbody tr td:nth-child(2){white-space: nowrap;}

.schedule-contest .tab-pane{position: relative;min-height: 400px;overflow: auto;}
.tab-bg{position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;pointer-events: none;}
.tab-bg i{font-size: 20rem;opacity: 0.04;position: relative;left: 50%;top: 100px; transform: translateX(-50%);}


@media screen and (max-width: 767px) {
    .inner-tabs .nav-item{flex: 1 1 100%;}
    .inner-tabs .nav-item + .nav-item{margin-left: 0;margin-top: 10px;}
}

