.cricket_bg {
    background: black;
    width: 100%;
    overflow-x: hidden;
    background: url("../img/new_one.png");
    background-size: cover;
    background-position: inherit;


}

.cntrcls {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* .cricket_img{
    height: 500px;
   
} */
.cricket_box {
    /* margin-top: 100px; */

}
.cricket_img{
    border-radius: 100%;
    filter: drop-shadow(0px 2px 6px white);
}
.btnnewdnn{
display: none;
}

@media only screen and (max-width: 600px) {
    .cricket_box {
        text-align: center;
    }
    .btnnewdnn{
        display: block;
        text-align: center;
        width: 62%;
    }
    .extra_btn{
        display: none;
    }
    .cricket_img{
        height: 150px;
    }
   
}


.cricket_box h3,
p,
b {
    color: white;
}

.boldtxt {
    font-size: 18px;
}

.btncustom {

    padding: 10px;
    font-weight: bold;

}
