
@media (max-width: 1199px) {
    .topreviewer-list {
        flex-direction: column;

    }

    .topreviewer-item {
        width: auto;
    }

    .headerban {
        flex-direction: column;
    }

    .headerban-bigarticle {
        width: 100%;
    }

    .hb-smallartcle-block {
        width: 100%;
        flex-direction: row;
    }

    .hb-smallartcle {
        flex-direction: column; 
        width: 32%;
    }

    .hb-smallarticle-img {
        width: 100%;
    }

    .hb-smallarticle-txt {
        width: 100%;
    }

}

@media (max-width: 992px) {

    .hb-b-t-title {
        font-size: 22px;
    }

    .hb-s-t-title {
        font-size: 16px;
    }

    .subscibeblock-title {
        font-size: 26px;
    }

    .subscibeblock-form input {
        font-size: 12px;
        letter-spacing: 0;
    }

    .main-blogbody-block {
        flex-direction: column !important;
    }

    .sidecontent-block {
        width: 100%;
        position: static;
        flex-direction: row !important;
        flex-wrap: wrap;
        align-items: center;
    }

    .maincontent-block {
        width: 100%;  
    }

    .blogcategory-block {
        width: 46%;
    }

    .topreviewer-block {
        display: flex !important;
        width: 100%;
    }

    .bloggallery-block {
        width: 46%;
        display: block !important;
    }

    .topreviewer-list {
        flex-direction: row;
    }

    .footerbar {
        flex-wrap: wrap;
    }

    .footerbar-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footerbar-link {
        flex-direction: row;
        justify-content: center;
    }

    .nh-logo-contact-bar {
        gap: 10px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px;
    }

    .recomendpost-block {
        gap: 15px;
    }

    .recomendpost-card {
        width: 49%;
    }

    .recomendpost-txt h4 {
        font-size: 12px;
    }

    .footermap-column {
        width: 48%;
    }

    .footercont-column {
        width: 48%;
    }

    .topreviewer-item {
        width: 20%;
    }

    .topreviewer-person {
        font-size: 12px;
        font-weight: 400;
    }

    .qablog-half {
        width: 100% !important;
    }

}

@media(max-width: 767px)  {

    .nh-navbar {
      padding: 0;
      gap: 10px; 
      justify-content: center !important; 
    }

    .nh-navlink {
        font-size: 12px;
    }

    .hb-s-t-title {
        font-size: 14px;
    }

    .hb-b-t-info, .hb-s-t-info {
        font-size: 10px;
    }

    .hb-b-t-title {
        font-size: 18px;
    } 

    .qa-rand-block {
        flex-direction: column-reverse;
        align-items: center;
    }

    .blogform-half {
        width: 100%;
    } 

    main {
        flex-direction: column !important;
    }

    .hello-subscibe-block {
        flex-direction: column !important;
    }

    .helloblock {
        width: 100%;
    }

    .subscibeblock {
        width: 100%;
    } 

    .topreviewer-item {
        width: 40%;
    }

    .unique-blogpost-img{
        float: none !important;
    }

    .aboutautor-img {
        width: 35%;
    }

    .blogpost-form {
        width: 100%;
    }

    .blogpost-tag {
        flex-wrap: wrap;
    }

    .aboutautor-block {
        gap: 15px;
    }

    .footermap-column {
        width: 100%;
    }

    .footercont-column {
        width: 100%;
    } 

    .footercont-col-item {
        justify-content: center
    }

    .footerbar-link a {
        font-size: 14px;
    }
    
}

@media(max-width: 600px) {
   
    .nh-contact-item i {
        font-size: 14px;
    } 

    .nh-contact-item p {
        font-size: 12px;
    }
    .nh-contact-list{
        flex-direction: column;
        align-items: center;
    }

    .nh-navbar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hb-bigarticle-img {
        height: 250px;
    }

    .hb-smallartcle-block {
        flex-direction: column;
    }

    .hb-smallartcle {
        width: 100%;
    }

    .hello-title-wrapper {
        flex-direction: column;
    }

    .blogcategory-block {
        width: 100%;
    }

    .bloggallery-block {
        width: 100%;
    }

    .blogpost-autor {
        position: static;
        transform: none;
    }

    .aboutautor-block {
        flex-direction: column-reverse;
    }

    .aboutautor-img {
        width: 100%;
        height: 300px;
    } 

    .aboutautor-txt {
        width: 100%;
    }

    .aboutautor-block {
        padding: 15px;
    }

    .recomendpost-card {
        flex-direction: column-reverse;
    }

    .recomendpost-card:nth-child(2) {
        flex-direction: column-reverse;
    }

    .recomendpost-block {
        align-items: self-start;
    }

    .recomendpost-txt {
        width: 100%;
    }

    .footerbar-link {
        flex-wrap: wrap;
    }

    .footerbar-logo h2 {
        font-size: 20px;
    }

    .aboutautor-txt h3 {
        font-size: 18px;
    }

    .postcomments-title {
        font-size: 20px;
    }

    .pc-review-autor p {
        font-size: 16px;
    } 

    .ques-ans-title {
        font-size: 20px;
    }

    .postcomments-list {
        padding: 0;
    }

    .qa-rand-block {
        padding: 0 !important;
    }

    .blogpost-price-btn {
        flex-direction: column;
    }

}

