
@media only screen and (max-width: 767px) {
   
.blog-details h2 {
    font-size: 19px;
    line-height: 25px;
}

.header-3-area .call-box a {
    font-weight: 700;
    font-size: 14px !IMPORTANT;
    color: var(--white);
    display: inline-block;
    /* padding: 12px 38px; */
    background-color: var(--theme);
    border-radius: 50px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
}

.header-3-area .header-3-main-inner {
        height: 50px;
    }



}


@media only screen and (min-width:1200px) and (max-width:1280px){

    .tech-info .service-3-box {
    height: 350px;
}





}





@media only screen and (min-width:991px) and (max-width:1300px){
   
.main-menu{display:block !Important;}

}