@media (max-width: 1440px){
    .blog-category-section .category-select-menu .nav-link{
        padding: 7px 30px;
    }
    .blog-category-content .category-title-section .btn-bg{
        padding: 12px 32px;
        font-size: 22px;
    }
}

@media (max-width: 1366px){
    .category-section ul{
        padding: 0px 25px 20px 25px;
    }
    .category-section ul li{
        font-size: 22px;
    }
}

@media (max-width: 1200px){
    .blog-card img{
        height: 200px;
    }
    .blog-section{
        padding: 60px 0 0;
    }
    
    .blog-category-content .category-title-section .btn-bg{
        padding: 12px 22px;
        font-size: 18px;
    }
}

@media (max-width: 1024px){
    h1, h2, h3, h4, h5, h6 {
        line-height: 125%;
    }
    .blog-hero-section .title-section p{
        line-height: 1.5;
    }
    .blog-card img{
        height: 176px;
    }
    .blog-card {
        height: 440px;
    }
    .blog-category-section .category-select-menu .nav-tabs{
        gap: 14px;
    }
    .blog-category-section .category-select-menu .nav-link {
        padding: 3px 28px;
    }
    .blog-category-section .category-select-menu .nav-tabs h2, .blog-section h2, .blog-category-content .category-title-section h2{
        font-size: 30px;
    }
    .blog-category-section .tab-content {
        margin-top: 35px;
    }
    .recent-posts-section .recent-post img{
        width: 115px;
        max-width: 115px;
        height: 80px;
    }
}

@media (max-width: 991px){
    .blog-section {
        padding: 40px 0 0;
    }
    .blog-section .blog-slider {
        margin: 40px 0;
    }
    .blog-category-section .category-select-menu .nav li:first-child {
        width: 100%;
    }
    .blog-hero-section .blog-search-section input[type="text"]{
        padding: 4px 20px;
    }
    .blog-hero-section .title-section h1{
	    font-size: 32px;
    }
    .blog-hero-section .title-section p{
        font-size: 20px;
    }
    .blog-sidebar {
        position: relative;
        top: 30px;
        padding-bottom: 30px;
    }
    .recent-posts-section, .subscription-container{
        margin-top: 30px;
    }
    .subscription-container .subscription-from-container input{
        width: 80% !important;
    }
    .subscription-container .subscription-from-container input[type="submit"]{
        width: 50% !important;
    }
    .category-section ul li, .blog-sidebar h3 {
        font-size: 20px;
    }
    .blog-hero-section .blog-detail-title-section .blog-detail-meta{
        max-width: 70%;
    }
    
    .subscription-container .subscription-from-container p{
        font-size: 20px !important;
    }
    .recent-posts-section .recent-post{
        padding: 16px;
    }
    .category-section ul{
        padding: 0px 25px 5px 25px;
    }
}

@media (max-width: 767px){
    .blog-hero-section .title-section h1 {
        font-size: 28px;
    }
    .blog-hero-section .title-section p {
        font-size: 18px;
    }
    .blog-section {
        padding: 30px 0 0;
    }
    .blog-section .blog-slider {
        margin: 30px 0;
    }
    .blog-category-section .category-select-menu .nav-tabs h2, .blog-section h2, .blog-category-content .category-title-section h2 {
        font-size: 24px;
    }
    .blog-card img {
        height: 222px;
    }
    .blog-section .blog-slider .slider-btn{
        line-height: 1.7;
    }
    .blog-category-section .tab-content {
        margin-top: 30px;
    }
    .blog-hero-section .blog-search-section button{
        line-height: 2;
        padding: 8px 16px;
    }
    .blog-hero-section .blog-detail-title-section .blog-detail-meta{
        max-width: 100%;
    }
    .blog-detail-section h2 {
        font-size: 20px;
    }
    .content-table h2{
        font-size: 20px!important;
        margin-bottom: 8px !important;
    }
    .blog-detail-bottom .previous{
        border: none;
    }
    .category-section ul li{
        line-height: 2;
    }
    .category-section ul{
        padding: 0px 20px 5px 20px;
    }
    .blog-hero-section .blog-detail-title-section .blog-detail-meta{
        justify-content: center;
        flex-wrap: wrap;
    }
    .title-section.blog-detail-title-section .blog-detail-meta p {
        width: 100%;
        line-height: 0.7;
    }
    .blog-detail-section {
        padding: 30px 0;
    }
    .blog-detail-content .content-table li {
        margin-bottom: 7px;
    }
}

@media (max-width: 600px){
    .blog-hero-section .blog-search-section input[type="text"]{
        width: 85%;
        line-height: 2.5;
    }
    .blog-section .blog-card .blog-card-content h3 a, .blog-section .blog-card .blog-card-content h3{
	    font-size: 18px;
    }
}
@media (max-width: 499px){
    .blog-card {
        height: 460px;
    }
    .blog-hero-section .blog-search-section input[type="text"] {
        width: 78%;
    }
    .blog-category-section .category-select-menu .nav-tabs {
        gap: 8px;
    }
    .blog-hero-section{
        padding: 60px 0 40px;
    }
    
    .blog-hero-section .blog-search-section{
        max-width: 410px;
    }
    .blog-category-section .category-select-menu .nav-link {
        padding: 2px 20px;
        line-height: 2;
    }
    .subscription-container .subscription-from-container input {
        width: 100% !important;
    }
}

@media (max-width: 425px){
    .blog-card img {
        height: 192px;
    }
    .blog-category-section .category-select-menu{
        padding: 25px 0;
    }
    .blog-sidebar h3{
        padding: 10px 20px;
    }
    .category-section ul li, .blog-sidebar h3 {
        font-size: 18px;
    }
    .subscription-container .subscription-from-container p {
        font-size: 18px !important;
    }
    .subscription-container .subscription-from-container input[type="submit"] {
        width: 60% !important;
        line-height: 1;
        font-size: 20px !important;
    }
    
    .blog-detail-section h2, .content-table h2 {
        font-size: 18px !important;
    }
}

@media (max-width: 375px){
    .blog-hero-section .title-section h1 {
        font-size: 24px;
    }
    .blog-category-section .category-select-menu .nav-tabs h2, .blog-section h2, .blog-category-content .category-title-section h2 {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .blog-card img {
        height: 155px;
    }
    .blog-card {
        height: 422px;
    }
    .blog-hero-section .blog-search-section input[type="text"] {
        width: 73%;
    }
}