/*for mobile*/
@media only screen and (max-width:760px) {
body{padding-top: 5px;}
.logo img{width: 180px;}
.pt-5, .py-5 {padding-top: 2rem !important;}
.pb-4, .py-4 {padding-bottom: 1rem !important;}
.overlayContent img{width:180px;}
.theme_btn {width: 170px; margin: auto; display: block;}
.deposit_box {margin: 5px 0px;}
.table_box::before {top: -13px;}
.table_box::after {bottom: -12px;}
.footer_logo {width: 150px; margin-bottom: 15px;}
.header_logo {width: 135px;}

}
/*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){
 

 }




