/*.row{
	margin: 0;
}*/

p {
    margin: 0 !important;
}

h2 {
    margin: 0 !important;
}

.header {
    background: #c02000 !important;
}

.header .hedaer-body {
    height: 500px;
}

.header p {
    color: #fff;
}

section {
    padding: 50px 0;
}

.border-dash {
    border: 2px dashed #000;
}

.satta-banner .owl-nav button.owl-prev {
    left: 10px;
    opacity: 1;
    font-size: 85px;
    font-weight: 100;
    color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 999;
    padding: 0;
}

.satta-banner .owl-nav button.owl-next {
    right: 0;
    opacity: 1;
    font-size: 85px;
    font-weight: 100;
    color: #ffffff;
    position: absolute;
    top: 0;
    z-index: 999;
    padding: 0;
}

.card-bg {
    background: #ffb600;
    box-shadow: 0px 10px 15px #0000003b;
}

.card-bg p {
    font-size: 18px;
    color: #000;
}

.card-bg h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.ChorBazarTb-main {
    width: 100%;
    overflow: auto;
}

.ChorBazarTb-title {
    background: #c02000;
    color: #fff;
}

#gameTb span {
    float: right;
}

.RecordChart a {
    float: right;
    font-weight: 600;
}

@media(max-width: 767px) {
    .RecordChart a {
        float: left;
    }
}

.btn {
    background: #FCBA12;
    color: #000;
    border: none;
}

.card-bg-2 {
    background: #be250b;
}

.card-bg-2 p {
    color: #fff;
}

.card-bg-2 a {
    color: #fff;
}

.card-bg-2 h5 {
    color: #fff;
}

.bg-color {
    background: #be250b;
    color: #fff !important;
}

@media(max-width: 1199px) {
    .height-md {
        height: unset;
    }
}

@media(max-width: 991px) {
    .height-md {
        height: unset;
    }
}

/*@media(max-width: 1199px) {*/
/*    .height-md {*/
/*        height: 533px;*/
/*    }*/
/*}*/

/*@media(max-width: 991px) {*/
/*    .height-md {*/
/*        height: 615px;*/
/*    }*/
/*}*/

.superTb-title {
    background-color: #ffb600 !important;
    color: #000;
}

.super-fast-tb {
    color: #fff;
}

.super-fast-poster a {
    color: #fff;
}

.gopalji-title {
    background-color: #ffb600 !important;
    color: #000;
}

.gopalji-tb {
    color: #000;
}

.gopalji-poster {
    color: #000;
}

.gopalji-tb td {
    color: #000;
}

.gopalji-poster a {
    color: #000;
}

.vasu-bhai-title {
    background-color: #ffb600 !important;
    color: #fff;
}

.vasu-bhai-tb {
    color: #fff;
}

.vasu-bhai-poster {
    color: #fff;
}

.vasu-bhai-tb td {
    color: #fff;
}

.vasu-bhai-poster a {
    color: #fff;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: red;
    font-weight: 800;
    /*text-shadow: 1px 1px 2px #c02000;*/
    font-size: 12px;
    text-transform: uppercase;
}


/*@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/

@keyframes blinker {
    from {
        color: yellow;
    }
    to {
        color: red;
    }
}

.refresh img {
    position: fixed;
    bottom: 20px;
    right: 0;
}

.whatsapp img {
    position: fixed;
    bottom: 90px;
    right: 0;
}

.fix-btn {
    z-index: 9999;
}


/*----------------------active visitor-------------------*/

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}

@keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-ms-keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/*----------------------// active visitor-------------------*/