
@media screen and (max-width:1366px)

{
    .homepage_footer::after
{
    background-size: 1366px 100px;
}

.header_section::after
{
    background-size: 1366px 100px;
}
}


@media screen and (max-width:1100px)
{

}
	

@media screen and (max-width:1050px)

{

}



@media screen and (max-width:992px)

{
    .body_section {
        padding: 25px 0;
    }
    .navbar-brand img
    {
        width: 180px;
    }
}

@media screen and (max-width:850px)

{

}




@media screen and (max-width:768px)

{
    .register_section .login_inside
{
    max-width: 100%;
}
.register_section .right
{
    order: 1;
}
.register_section .left
{
    order: 2;
    margin-top: 30px;
}
.register_text_area h2 {
    font-size: 20px;
}
.register_text_area .box1 h3 {
    font-size: 18px;
}
.nav {
    display: none;
}
.menu_bar
{
  display: block;
}
.after_creted_walle_box
{
    margin: 15px 0;
    height: auto;
}
.user_table_area .table_header
{
    display: none;
}
.user_table_area .table_body
{
    flex-wrap: wrap;
    display: block;
    text-align: left;
}
.user_table_area .table_body > div {
    width: 100% !important;
    float: left;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.user_table_area .table_body .mobile_heading {
    display: block;
}
.user_table_area .table_body .id
{
    margin-left: 5px;
}
.withdrawl_body
{
    padding: 20px;
}
.developer_section .heading h2
{
    font-size: 20px;
}
.service_section .heading h2
{
    font-size: 20px;
}
.app_platform_section .top_text_area h2
{
    font-size: 20px;
}
.app_platform_section .top_text_area p
{
    font-size: 18px;
}
.step_section_right_section .heading h2 {
    font-size: 20px;
}
.step_section_right_section {
    margin-top: 30px;
}
.header_text_pannel .left {
    margin-top: 0px;
    text-align: center;
}
.header_text_pannel h2
{
    font-size: 25px;
}
.header_text_pannel .right
{
    text-align: center;
    margin-top: 30px;
}
.homepage_about_section h2 {
    font-size: 20px;
    margin-top: 30px;
}

}


@media screen and (max-width:600px)

{


}



@media screen and (max-width:576px)

{
    .login_section .login_inside {
        padding: 20px 15px;
    } 
    .after_creted_walle_box
{
    flex-wrap: wrap;
    justify-content: center;
}
.after_creted_walle_box .text_area {
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
}
.docs_authkey_box {
    justify-content: center;
    flex-wrap: wrap;
}
.docs_authkey_box .text_area {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.docs_authkey_box .text_area p {

    margin-right: 0;
}
.footer_box1
{
    text-align: center;
    margin: 25px 0;
}
}


@media screen and (max-width:480px)

{
}


@media screen and (max-width:400px)

{
}