@media screen and (min-device-width: 100px) and (max-device-width: 768px) { 
    .sticky-bar.stick {
        position: relative;
    }
    .main-header.top-header {
        justify-content: end;
    }
    .burger-icon {
        top: 2px;
        right: auto;
        left: 15px;
    }
    .burger-icon.burger-close {
        left: auto;
        right: 15px;
    }
    .banner-hero .block-banner .form-find .box-industry {
        max-width: 100%;
    }
    .banner-hero .block-banner .form-find .box-industry .select2 {
        max-width: 85%;
        border: 1px solid #1a0f0940;        
        margin: 15px auto 25px;
    }
    .banner-hero .block-banner .form-find .box-location {
        width: 85%;
        margin: auto;
    }
    .banner-hero .block-banner .form-find .form-input {
        border: 1px solid #1a0f0940;
        padding-left: 20px;
        margin-bottom: 25px;
    }
    .range-km01 {
        width: 90%;
        padding-left: 15px;
    }
    .home-sec08 .box-we-hiring {
        padding: 10px 26px;
    }

    .block-title {
        font-size: 12mm;
        line-height: 1;
    }
    .block-subTitle {
        font-size: 6mm;
    }

    .sub-staff-finder {
        padding: 50px 50px;
    }

    .services-view01 .box-border-single .col-lg-8.col-md-12 h3 {
        margin-bottom: 10px;
    }

    .about-left-div {
        display: block;
    }
    .about-tabs-div .nav-tabs {
        max-width: 100%;
        min-width: 100%;
        display: ruby-text;
        text-align: justify;
    }
    .about-tabs-div .nav-tabs .nav-link {
        width: max-content !important;
    }
    .about-tabs-div .tab-content {
        border-left: 0px solid #eee;
        padding-left: 0px;
        margin-top: 25px;
    }

}