.main-menu > ul > li > a {
    padding: 25px 0;
}
.th-hero-wrapper {
    margin-top: 60px;
}
.header-logo img {
    width: 100%;
    height: auto;
}
.menu-area .btn-wrap .th-btn {
    font-size: 10px;
}
.blog-card .box-title {
    font-size:20px;
}
.client-slider1 .swiper-slide,.client-slider1  {
    
    border:0;
}
.whats {
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeX 2s infinite;
}
.whats a {
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}
@media (min-width: 768px) {
    .header-logo img {
        width: 200px;
        height: auto;
    }
    .menu-area .btn-wrap .th-btn {
        font-size: 14px;
    }
}
