/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .service__block--h6 {
        min-height: 190px;
    }


}
 
@media (min-width: 1200px){

    .sticky .header__top {
        display:none!important;
      }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

    .sticky .header__top {
        display:none!important;
      }
      .service__block--h6 {
        min-height: 170px;
    }
    time {font-size: 9px;}
    p.contact-text {
        font-size: 25px;
    }
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .service__block--h6 {
        min-height: 200px;
    }
    .header__right .header__btn .btn {
        padding: 5px 10px;
        font-size: 10px;
    }
    .header--menu__main--h4 nav > ul > li > a {
        padding: 30px 0;
        font-size:14px;
    }
    .header__right .btn--icon::after{
        display:none;
    }
    .header--menu__main nav ul li {
        margin-right: 20px;
    }
    .header--logo {
        width: 150px;
    }
    .header__top--social ul li a {
        height: 40px;
        width: 37px;
    }
    .header__meta ul li {
        margin-right: 30px;
    }
    h2 {
        font-size: 40px;
    }
    
}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    .service__content--h2 h4{
        font-size: 20px;
    }
    h1.entry-title.single-title {
        font-size: 30px;
      }
    .postbox img {
        height: auto;
    }
    .postbox h2 {
        font-size: 20px;
    }
    li.heateorSssSharingRound i {
        width: 30px!important;
    }
    time {
        font-size:9px;
    }
    .who__thumb img {
        height: auto;
        width: 100%;
    }
    .blog__thumb img {
        width: 100%;
        height: auto;
    }
    blockquote.wp-block-quote a {
        font-size: 14px;
    }
    .sticky .header--logo {
        width: 100px;
    }
    
 
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.service__text--h5 h4{
    font-size:20px;
}
.service__block--h6 {
    min-height: 250px;
}
}
/* Large Mobile :480px. */
@media (max-width: 570px) {
    .hero__caption--h5 h1 {
        font-size: 25px;
    }
    .service__content--h2 {
        padding: 30px 8px 30px;
    }
    .service__content--h2 h4 {
        font-size: 17px;
    }
    .consult-button .btn {
        font-size: 12px;
        padding: 10px;
    }
} 
