    body{
        font-family: Arial, Helvetica, sans-serif;
        margin:0px;
      }
    section{
        margin-bottom:0px;
    }
    .navbar-brand{
        width: 100px;
    }
    header{
         padding:5px;
         background: #00292b;
         color:white;
    }
    header .container{
        text-align: center;
    }
    header h3{
        margin-top:0px;
    }
    
  

    #top .container{
        padding: 30px;
        margin-bottom: 10px;
    }
    #buttons button{
        width: 49%;
        background: #ff5757;
        padding: 15px;
        color: white;
        border: none;
        border-radius: 5px;
        font-weight: bold;
    }
    #buttons .container, #screenshots .container, #contact .container{
        padding: 10px;
    }
    #screenshots img{
        width:100%;
        border-radius: 5px;
    }
    #screenshots h3, #contact h3{
        margin-top:0px;
        color:#015e63;
    }
    #contact{
        margin-bottom:30px;
    }
    #contact .fa{
        color:#ff5757;
        border: #ff5757 solid 1px;
        float: left;
        width: 38px;
        height: 38px;
        font-size: 18px;
        font-weight: 400;
        line-height: 2;
        text-align: center;
        border-radius: 100%;
        margin-right: 15px;
    }
    #contact p{
        margin-bottom:20px;
        margin-top:5px;
        color: #696969;
        font-size: 18px;
    }
    #contact h4{
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1;
        color:#015e63;
    }
    .footer {
        width: 100%;
        background: black;
        color: white;
        text-align: center;
        margin: -16px 0px;
     }
     .footer p{
         margin-top:10px;
         margin-bottom:10px;
         font-size: 16px;
     }

     .mySlides {display: none}
    img {vertical-align: middle;}

    /* Slideshow container */
    .slideshow-container {
      width: 100%;
      position: relative;
      margin: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 0px 5px;
      margin-top: -22px;
      color: #00292b;
        font-weight: bold;
        font-size: 25px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      color: #ff5757;
    }

    /* Caption text */
    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 95%;
      text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
      font-weight: bold;
        right: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    /*.active, .dot:hover {*/
    /*  background-color: #717171;*/
    /*}*/

    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }

    @-webkit-keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }

    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
    }


    .navbar .navbar-brand {
        font-size: 30px;
    }
    .navbar .nav-item {
        /* padding: 10px 20px; */
    }
    a.nav-link {
        color: white;
    }
    .navbar .nav-link {
        font-size: 20px;
        margin-left: 10px;
    }
    .fa-bars {
        color: #FFFFFF;
        font-size: 30px;
    }
    .demo{
        margin-top: -120px;
    }
    a.btn.btn-outline-light.rounded-pill.border-2.py-1.px-2.animated.slideInRight {
        margin: 10px;
        font-size: 20px;
    }

    .banner-section{
        text-align: center;
        background: black;
        padding: 20px;
/*        background: #818181;*/
    }

    .banner-section h2{
        color: #FFFFFF;
    }
    .banner-section p{
        color: #FFFFFF;
    }

    /*.live-result-section h2{*/
    /*    text-align: center;*/
    /*    font-weight: bold;*/
    /*}*/
    .heading-bg{
        background-image: linear-gradient(#FEDB87,#BD7923,#FEDB87);
        text-align: center;
        font-weight: bold;
        color: #FFFFFF;
    }

    .live-result-section p{
        text-align: center;
        background: black;
        font-weight: bold;
        padding: 10px;
    }
    .live-result-section ul li{
        list-style: none;
        text-align: center;
         font-weight: bold;
        color: white;
        background: #000;
     }
    ol, ul {
        padding-left: 0rem !important;
    }
    .result-show{
        background: black;
        padding-bottom: 15px !important;
        border-bottom: 2px solid #2b2a29;
    }
    .result-show p{
        font-size: 22px;
        font-weight: bolder;
       color: #fff;
    }

    .newR {
        background: linear-gradient(#a7f1ea, #2a9d98);
        color: #3d3d3d !important;
        font-weight: 600 !important;
        padding: 2px 20px !important;
        font-size: 18px !important;
        border-radius: 30px !important;margin-top: 16px;
        margin-top: 16px;
        padding-left: .5rem !important;
    }
.btn{border: none !important;}
    .Result-Zone-section.heading-bg {
        margin-top: -15px;
    }

    .table td {
/*        border: 1px solid #e0ae59;*/
        font-size: 15px;
        font-weight: 600;
        color: #fff !important;
    }

    .table th {
        background: black!important;
        color: #fff !important;
}
    .table td {
    background: black!important;
}

    .tabel-section h2{
        text-align: center;
        background: linear-gradient(#a7f1ea, #2a9d98);
        color: #3d3d3d;
        font-weight: bold;
        margin-bottom: 0;
        padding: 15px;
    }

    .table{
        margin-bottom: 0rem !important;
    }

    .desclaimer-section{
        background: black;
    
    }

    .desclaimer-section h2{
        text-align: center;
        color: #FFFFFF;
    }

    .desclaimer-section p{
        text-align: center;
        color: #FFFFFF;
        padding-bottom: 40px;
    }
    h2 {
        padding: 10px;
    }
    .about-us{
        padding: 20px;
        background: black;
        margin-top: 3px;
    }
    .about-us h2{
        text-align: center;
        color: #FFFFFF;
    }
    .about-us p{
        color: #FFFFFF;
    }




    .how-works-item .icon-outer {
        display: inline-table;
        width: 90px;
        height: 90px;
        position: relative;
        border-radius:5px;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        background: linear-gradient(#a7f1ea, #2a9d98);
        color:#000000;
        line-height:90px;
        font-size:40px;
        margin-bottom:25px;
        /* border:1px dashed #346afe; */
    }
  /*  .how-works-item:hover .icon-outer{
        background: #f7da68;
        color:#ffffff;
        box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
    }*/
    .how-works-item .title{
        font-size:22px;
        font-weight:400;
        color: white;
    }
    .how-works-item {
        position: relative;
        z-index: 1;
    }
    .how-works-item:after, .how-works-item:before {
        content: '';
        width: 50%;
        border-top: 1px solid;
        position: absolute;
        top: 45px;
        transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -o-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -ms-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -moz-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
        z-index: -1;
    }
    .how-works-item::before {
        right: 50%;
    }
    .how-works-item:after, .how-works-item:before {
        border-color: #FFF;
    }
    .how-works-item:first-child::before {
        border-color: transparent;
    }
    .how-works-item:last-child::after {
        border-color: transparent;
    }

    .faq .card .card-header .faq-title .badge {
        background: linear-gradient(#a7f1ea, #2a9d98);
        line-height: 13px;
    }
    .faq .card .card-header .faq-title .badge {
        display: flex;
        width: 25px;
        height: 25px;
        align-items: center;
        justify-content: center;
        line-height: 14px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        text-align: center;
        /* background: #f62662; */
        color: #3d3d3d;
        font-size: 12px;
        margin-right: 20px;
    }

    .faq .card .card-header .faq-title {
        padding-top: 17px;
        font-weight: 700;
    }

    element.style {
    }
    .faq .card .card-header .faq-title {
        padding-top: 17px;
        font-weight: 700;
    }
    .faq .card .card-header .faq-title {
        width: 100%;
        text-align: left;
        padding: 0px;
        padding-left: 30px;
        padding-right: 30px;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 1px;
        color: #3B566E;
        display: flex;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .faq-section h3{
        text-align: center;
        font-weight: 700;
        margin-bottom: 12px;
        font-size: 35px;
        margin-top: 20px;
        color: #fff;
    }


    body {
        font-family: inherit !important;
    }


    .Result-Zone-section h2{
        text-align: center;
        background: linear-gradient(#a7f1ea, #2a9d98);
        color: #3d3d3d;
        font-weight: bold;
        margin-bottom: 0;
        padding: 15px;
    }



        .banner
         {
            background: linear-gradient(#a7f1ea, #2a9d98);
            padding: 5px 10px;
            color: #3d3d3d !important;
            letter-spacing: 1px;
            font-weight: 700;
          margin-bottom: 0;
            text-align: center;
        }
        .satta-result h4 {
        font-size: 20px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
}
    .satta-result span {
        margin: 0;
        font-size: 22px;
        line-height: 1;  
        padding: 5px 5px;
        color: #fff;
    }
    .satta-result p {
        font-size: 15px;
      
        color: #fff;
        
        margin-top: 0;
    }
    .main-sec {
        text-align: center;
        border-bottom: 2px solid #2b2a29;
        background: black;
        padding: 3px;
       
    }

    .main-sec span{
        color: #fff;
    }
    .main-sec p{
        color: #fff;
        padding: 2px 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .btn_chart {
        color: #000;
        padding: 5px 21px;
        border-radius: 8px;
        font-size: 15px;
        margin: 0 0 0;
        display: block;
        transition: all .3s;
        font-weight: bold;
        margin-top: -6px;
        border: 1px solid #e6e6e6;
        background: linear-gradient(#a7f1ea, #2a9d98);    
    }
    .result_timing {
        left: 18px;
        right: auto;
        position: absolute;
        /* color: #7a028d; */
       
        transform: translateY(-158%);
        border-bottom: none!important;
    }
    .result_timing_right {
        position: absolute;
        right: 18px;
        left: auto;
        transform: translateY(-158%);
        border-bottom: none!important;
    }
    a{
        text-decoration: none !important;
    }
        a:hover {
/*      color: #fff !important;*/
      text-decoration: none;
    }


    .chart-section{
    text-align: center;
}
.chart-section h2 {
    background: linear-gradient(#a7f1ea, #2a9d98);
    padding: 10px;
    color: #3d3d3d;
    margin-bottom: 0;
}

.chart-section h3{
    background: black;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid white;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

a:hover
{
    color:white;!important
}

.bg-color {
  background: black;
}

#how-to-play {
    background: black;
}
#faq {
    background: black;
  margin-top: 1px;
  padding: 1px;
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background: black!important;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body p{
    color: #fff;
}

.icon-outer span{
    color: #3d3d3d !important;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  background: black;
}

@media only screen and (max-width: 400px) and (min-width: 320px)  {

    .satta-result h4{
        font-size: 15px;
    }
    .satta-result span{
        font-size: 15px;
    }
    .chart-section h3{
        font-size: 15px;
    }
}