/*for mobile*/
@media only screen and (max-width:760px) {
.logo {width: 220px;}
.banner_section { padding-top: 20px; position: relative; padding-bottom: 20px;}
.banner_box h1 {font-size: 41px;}
.banner_box p {margin-bottom: 30px;}
.theme_btn {width: 160px;}
.story_text {font-size: 20px;}
.all_heading h2 {font-size: 37px;}
.Contributors_ul li { margin-top: 15px; border:1px solid #fff; margin-bottom: 0px; padding: 15px 10px; background: #1d1d1d; text-align: center; width: 100%;}
.Contributors_ul {position: unset;}
.Contributors_ul li.active {background-image: radial-gradient(at center center, #392120 0%, #060606 74%);}
.Contributors_ul li h4 {font-size: 22px;}
.table_box_bg {padding: 15px 15px;}
.pb-5, .py-5 {padding-bottom: 2rem !important;}
.pt-5, .py-5 {padding-top: 2rem !important;}
.trx_btn li {width: 33.33%;}
.bnb_icon{display: none;}


}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {


}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {

}

/*for destop*/
@media (min-width: 1200px){
 

 }




