.exploreBtns a{background:#e7015e;color:#fff;display:inline-block;padding:10px 15px;box-sizing:border-box;font-weight:400;transition:all ease-in-out .5s}.exploreBtns a:hover{opacity:.6}.exploreBtns{margin-bottom:25px}.headTitleFlex{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.viewFlex a{border:1px solid #e7015e;display:inline-block;padding:15px 25px;color:#222;transition:all ease-in-out .5s}.viewFlex a:hover{background:#e7015e;color:#fff}.fotForm form .submit button{top:-10px}.mainBtn .btn{font-size:14px}#sticky.stick{z-index:9}.mb-50{margin-bottom:50px}.cardBody{padding:0 15px}.aboutRight figure{z-index:1}.partnerList figure img{height:80px;object-fit:contain}.partnerList figure{border:1px solid #eee;background:#fff;padding:10px;box-sizing:border-box}.partnerWrap{margin-bottom:50px}.singleFlex{display:flex;flex-direction:row;align-items:center;line-height:1.4;margin:20px 0;padding:10px 0;border:1px solid #e6e6e6;border-right:0;border-left:0}.singlePostAuthor{line-height:1.4;margin:0;padding:0;border:0;border-right:0;border-left:0}.singleShare{margin-left:auto}.socialIcon1 .fab{border:1px solid #d1d6e0;height:30px;width:30px;line-height:30px;text-align:center;border-radius:50%}.socialIcon1 ul li{display:inline-block;margin-right:3px}.socialIcon1 ul li:last-child{margin-right:0}.socialIcon1 ul li i{color:#333;font-size:13px}.socialIcon1 a:hover .fa-facebook-f{background:#3b5998;color:#fff}.socialIcon1 a:hover .fa-twitter{background:#55acee;color:#fff}.socialIcon1 a:hover .fa-linkedin-in{background:#0e76a8;color:#fff}.socialIcon1 a:hover .fa-pinterest-p{background:#e60023;color:#fff}.galleryContainer .item{border:7px solid #fff}@media only screen and (max-width:479px){.singleFlex{display:flex;flex-direction:column;align-items:flex-start}.singleShare{margin-left:initial;margin-top:10px}.headTitleFlex{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.viewFlex{margin-top:16px}.headTitle h2{font-size:22px}}@media only screen and (min-width:480px) and (max-width:767px){.singleFlex .singlePostAuthor{flex:1}}



.topAbout h1 {
    margin-bottom: 0;
    font: 700 42px Oswald;
    line-height: 44px;
}

.postMainBody figure img {
    width: 100%;
    object-fit: contain;
    height: 300px;
}

.payment-fig img{
    height: 40px;
}

.bank_col_list{
margin-bottom: .8rem;
}
.bank_col .row.no-gutters{
margin: 0 -5px;
}
.bank_col .no-gutters>.col, .bank_col .no-gutters>[class*=col-] {
padding: 0 5px;
}
.bank_col_list button,.bank_col_list a{
background: #fff;
padding: 5px;
border: 1px solid #d1d0d0;
border-radius: 4px;
width: 100%;
}
.bank_col_list img{
height: 70px;
object-fit: contain;
}
label.title_label {
font-weight: 500;
}



/* added from here */

.fotFlex ul {
    display: block;
}

.bg-block{
    margin:10px auto;
    padding: 15px 0;
    background: #620d09;
    
}

.bg-block h3{
    text-align: center;
    color: #fff;
}
.bg-block table{
    text-align: center;
    color: #fff;
}



/* sssss */
.game-fixture {
    position: relative;
    width: 80%;
    margin: 40px auto 80px;
}

.game-fixture .date {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    font-weight: 700;
    color: #073262;
    margin-bottom: 5px;
}

.game-fixture .time {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #2e2e2e;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
    margin-top: 5px;
}

.game-fixture .left-img {
    position: absolute;
    top: 50%;
    right: calc(100% - 30px);
    transform: translateY(-50%);
    z-index: 99;
}

.game-fixture.full-fixture .left-img img, .game-fixture.full-fixture .right-img img {
    width: 75px;
}

.game-fixture .left-img img {
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.game-fixture .right-img {
    position: absolute;
    top: 50%;
    left: calc(100% - 30px);
    transform: translateY(-50%);
    z-index: 99;
}

.game-fixture.full-fixture .left-img img, .game-fixture.full-fixture .right-img img {
    width: 75px;
}

.game-fixture .right-img img {
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.game-fixture .left-text {
    color: #fff;
    padding: 5px 10px 5px 35px;
    background: #620d09;
    background: -moz-linear-gradient(left, #620d09 0%, #921c17 75%, #e4807b 75%, #e4807b 100%);
    background: -webkit-linear-gradient(left, #620d09 0%, #921c17 75%, #e4807b 75%, #e4807b 100%);
    background: linear-gradient(to right, #620d09 0%, #921c17 75%, #e4807b 75%, #e4807b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#620d09", endColorstr="#e4807b", GradientType=1);
}

.scrore-left {
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 3px;
    font-weight: 600;
}

.game-fixture .right-text {
    color: #fff;
    padding: 5px 35px 5px 10px;
    text-align: right;
    background: #e4807b;
    background: -moz-linear-gradient(left, #e4807b 0%, #e4807b 25%, #921c17 25%, #620d09 100%);
    background: -webkit-linear-gradient(left, #e4807b 0%, #e4807b 25%, #921c17 25%, #620d09 100%);
    background: linear-gradient(to right, #e4807b 0%, #e4807b 25%, #921c17 25%, #620d09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#620d09", endColorstr="#e4807b", GradientType=1);
}

.scrore-right {
    position: absolute;
    left: 15px;
    font-size: 16px;
    top: 3px;
    font-weight: 600;
}

footer .footer-nav li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}


.viewFlex a:hover {
    background: #a43f41;
}

.viewFlex a {
    border: 1px solid #a43f41;
}

.btn-danger {
    background-color: #a43f41;
    border-color: #a43f41;
}

.nav-menu>li.active>a, .nav-menu>li.focus>a, .nav-menu>li:hover>a {
    color: #a43f41;
}

a{
    color: #a43f41;
}

.btmHeader {
    border-bottom: 2px solid #9c3639;
}

.home-index{
    margin: 0;
}

li.my-detail a {
    padding: 2px 0;
}

li.my-detail {
    text-align: right;
}

.h-100px{
    height: 100px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #811813;
    border-color: #811813 #811813 #fff;
}

.nav-link {
    padding: 0.85rem 1.5rem;
}

.headTitle h2{
    margin-top:20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #9f383b;
}

a:hover {
    color: #950200;
}

.submitBtn .btn{
    background: #9f383b;
}

@media (max-width: 575px){
    .game-fixture .col-xs-6 {
        width: 50%;
    }

    li.my-detail {
        text-align: left;
    }

    .game-fixture .date {
        left: 45%;
    }
}

@media (max-width: 768px){
    .bannerSlider img {
        height: auto;
        object-fit: cover;
    }
}


