#header.header-transparent {
    background-color: #14151c;
}

#main {
    margin-top: 70px;
}

.white-label-box {
    border: 2px solid #14151c;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.white-label-box i {
    font-size: 40px;
    background-color: #d9435b;
    color: #ffffff;
    padding: 8px;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
}

.white-label-box p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.white-label-table {
    border: 1px solid #ffffff;
    margin: 0;
}

.white-label-table-item {
    text-align: center;
    padding: 15px;
    margin-bottom: 5px;
}

.white-label-table i {
    background-color: #ffffff;
    color: #d9435b;
    font-size: 40px;
    padding: 8px;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
}

.white-label-table i.flag-icon {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.white-label-table p {
    margin-bottom: 0px;
    margin-top: 10px;
}

#support-icon {
    text-align: center;
    margin-top: 30px;
}

#support-icon i {
    background-color: rgba(255, 255, 255, .2);
    color: #ffffff;
    padding: 10px;
    font-size: 40px;
    border: 2px solid rgba(255,255,255,.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#support-icon p {
    margin-top: 10px;
}

.support-ul {
    padding: 0;
}

.support-ul li {
    list-style: none;
    padding-bottom: 10px;
}

.support-ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #d9435b;
}

.support-img img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

#player-retention .card-body i {
    text-align: center;
    font-size: 50px;
    color: #d9435b;
}

#player-retention li {
    list-style: none;
    margin-bottom: 10px;
}

#player-retention li i {
    font-size: 14px !important; 
    
}

.portfolio .portfolio-item .portfolio-info .preview-link {
    right: 13px !important;
}

.bg-partner {
    background-color: #f2f2f2;
}

#partner-img {
    text-align: center;
}

#partner-img img {
    width: 215px;
    height: auto;
}

#our-payment img {
    width: 100%;
    height: auto;
}

.jurisdictions {
    border: 2px solid #dddddd;
    box-shadow: 3px 3px 5px 0px rgba(221,221,221,1);
}

.jurisdictions-box {
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.jurisdictions-img img {
    max-width: 160px;
    max-height: 60px;
}

/*--------------------------------------------------------------
# XS Media
--------------------------------------------------------------*/
@media (max-width: 992px) {
    .white-label-table i,
    .white-label-box i {
        font-size: 30px;
        padding: 5px;
    }

    h4 {
        font-size: 15px !important;
    }
}