@media screen and (max-width: 600px) {
    .textblock1{
       display: none;
    }
}

.yourElement {
    display: none;
}

#bbb {
    position: absolute;
    bottom:15px; 
    left: 93px;
    
    display: block; 
    top 0;
    width: 50%;
}

#neffbox {
    -webkit-box-shadow: 0px 5px 14px -2px rgba(34, 60, 80, 0.11);
    -moz-box-shadow: 0px 5px 14px -2px rgba(34, 60, 80, 0.11);
    box-shadow: 0px 5px 14px -2px rgba(34, 60, 80, 0.11);
    padding-top: 10px;
    padding-bottom: 10px;
    height: 700px;
    position: relative;
    

}



@media (min-width: 320px) and (max-width: 767px) {
    .yourElement {
        text-align: center;
        font-size: 20px;
        font-family: Roboto;
        color: azure;
        display: block; 
        width: 100%;
        height: 40px;
        z-index: 1000000 ;
        top: 0;
        background-color:rgba(48,48,48,0.95); ;
        -webkit-transition: background-color .3s linear;
        -moz-transition: background-color .3s linear;
        -o-transition: background-color .3s linear;
        -ms-transition: background-color .3s linear;
        transition: background-color .3s linearz
    }

    #tel2 {
        display: none;
    }

}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb {
    background: darkorange;
    border: 0 none #fff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
::-webkit-scrollbar-thumb:active {
    background: #000;
}
::-webkit-scrollbar-track {
    background: #666;
    border: 0 none #fff;
    border-radius: 0;
}

.company p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}