/*for mobile*/
@media only screen and (max-width:760px) {
.banner_content h1 {font-size: 40px;}
.trx_btn li {width: 33.33%;}

.pdf_downlad_ul li{width:100%;}
.logo {width: 250px;}
header .grad_btn{margin-top: 10px;}
.banner_text h1 {font-size: 40px;}
.banner_text p {font-size: 15px;}
.all_heading h2 {font-size: 30px;}
.form-group {margin-bottom: 20px;}
.table thead th { padding: 10px;}
.table tbody td {padding: 10px;}
header .text-right{text-align: center !important;}
header {background: #000;}
.Utilities_ul li{width:50%;}
.cus_row{margin: 0px -5px;}
.cus_row .col-6{padding: 0px 5px;}
.cus_row .col-12{padding: 0px 5px;}
.sell_input_height{height: 0px;}
.banner_section {padding-top: 100px; padding-bottom: 60px;}
.banner_content p {font-size: 15px;}
.all_heading {margin-bottom: 30px;}
.pb-5 {padding-bottom: 1.5rem !important;}
.pt-5 {padding-top: 1.5rem !important;}
.teble-box {padding: 10px;}
header .navbar-nav{text-align: center;}
header .btn_style {display: block; width: 100%;}
header .navbar-collapse{margin-top: 20px;}
.header_logo {max-width: 200px;}
.banner_content .ton_coin {width: 50px; top: -18px; left: 0;}
.banner_content .ton_coin2 { width: 40px; top: 110px;}




}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
    .Utilities_ul li{width:50%;}

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

    
}

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

 }




