/* for desktop */


.logo-size{
    padding-top: 5px;
padding-bottom: 30px;
}

.logo-m{
    width: 160px;
}

.allc{
    display: block;
}

.ts{
    display: block;
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 16px 0 !important;
    margin-top: -30px;
    padding-top: 12px !important;
    padding-bottom: 32px !important;
  }

.abtn{
    margin-top: 22px;
background-color: #e6e8f7;
}

.bcheck{
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}


/* for mobile */
@media(max-width:768px) {
    .logo-size{
        padding: 5px 0;
    }

    .logo-m{
        width: 130px;
    }
    .allc{
        display: none;
    }

    .ts{
        display: none;
    }


    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        padding: 2px 0 !important;
        margin-top: -1px;
    }

    .abtn{
        margin-top: 22px;
    background-color: #e6e8f7;
    }

    .bcheck{
        padding-right: 10rem !important;
        padding-left: 10rem !important;
    }
}