/*<!----------------------media-quiry------------------------->*/

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:425px) {
    div.bhoechie-tab-container{
        width: 100%;
    }
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:320px) {
}
/*<!----------------------media-quiry------------------------->*/