﻿.detail-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #0000006B;
    border-radius: 15px;
    padding: 13px;
    margin-bottom: 90px;
    margin-top: 50px;
}

.plr-0 {
    padding : 0;
}

.td-content-page {
    padding-top:0px;
    width:100%;
    /* background:#102226; */
    background-color: #D8D8D8;
}

.detail-container .row {
    display: flex;
    color : black;
}

.detail-container .row .col-3 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 25%;
max-width: 25%;
}

.detail-container .row .col-9 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
flex: 0 0 75%;
max-width: 75%;
}

.detail-wrapper {
    background: white;
}

.detail-container h1,
.detail-container h2,
.detail-container h3,
.detail-container h4 {
    color: #053B7A;
    font-family: dinpro-bold;
    font-size: 25px;
    padding: 14px 0;
    text-transform: capitalize;

}

.detail-bg {
    /* background-image: url(https://img.freepik.com/free-photo/abstract-grunge-decorative-relief-navy-blue-stucco-wall-texture-wide-angle-rough-colored-background_1258-28311.jpg?size=626&ext=jpg); */
    background-image: url(../../bet20gamebettingsa/image/Background.png);
    height: 100%;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-color: white;
    padding-right: 30px;
    padding-left: 30px;
}

/* .detail-title {
    color: #053B7A;
    font-family: dinpro-bold;
    font-size: 25px;
    padding: 14px 0;
} */

.detail-text {
    font-family: dinpro-reg;
    color: #636363;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
}
.detail-wrapper a {
font-weight: 700;
color: #479af5!important;
font-style: italic;
}
.backBtn {
    background-image: url(../../bet20gamebettingsa/image/blue-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 110px;
    color: white;
    font-family: dinpro-bold;
    font-size: 17px;
    cursor: pointer;
    /* padding: 11px; */
    /* padding-top: 0px; */
    text-align: center;
    margin-top: 45px;
    background-position: center;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listul {
    list-style: disc;
    padding-left: 15px;
    font-family: dinpro-reg;
    color: #636363;
    line-height: 24px;
    padding-bottom: 14px;
    font-size: 14px;
}

.detailHeaderBg {
    padding: 37px ;
}

.numlist {
    list-style: decimal;
    padding-left: 20px;
    font-family: dinpro-reg;
    color: #636363;
    line-height: 24px;
    padding-bottom: 14px;
    font-size: 14px;
}
.numlist li{
    padding-bottom: 10px;
}

.contactusSection .row {
    font-size: 16px;
    padding-bottom: 15px;
}

.contactusSection .row i {
    font-size: 27px;
    margin-right: 10px;
}

@media(min-width:1440px) {
    /* .d-detail-page {
        max-width: 1090px;
    } */

}

@media(min-width:1024px) {
    .detailHeaderBg{
        padding: 50px 15px;
    }
    .detail-container{
        padding: 50px 95px;
    }
    .detail-text,.listul ,.numlist {
        font-size: 16px;
    }
}

@media(max-width:428px) {}