@media(max-width: 990px){

.industryserve.realsites ul{ grid-template-columns: 1fr 1fr 1fr; }

.tabSection .nav {
    display: none;
}

.tabSection .tab-content .tab-pane {
    display: block !important;
    opacity: 1;
}

.tabSection .tab-content {
    display: grid;
    row-gap: 30px;
}

.tabSection .tab-content .tab-pane .tab_wrap {
    border-radius: 15px;
    padding: 30px;
}



}



@media(max-width: 768px){

.industryserve.realsites ul{ grid-template-columns: 1fr 1fr; }
.counter_grid{ grid-template-columns: 1fr 1fr; }
.industryserve ul{ grid-template-columns: 1fr 1fr; }
.ed-footer__widget .contact_box{ grid-template-columns: 1fr 1fr; }
.ed-section-head__title br {
    display: none;
}

.ed-blog__featured-blog .ed-blog__content {
    background: unset;
}

.ed-hero .ed-hero__content ul.ed-about__features-list.mylist {
    background: #ed6c37a3;
    text-align: left;
}

.section-bg.hero-bg::before {
    background: #3c77b39c;
}

.ed-hero .ed-hero__content ul.ed-about__features-list.mylist {
    padding: 20px;
    width: 100%;
}

.ed-section-head__title {
    font-size: 25px;
    line-height: normal;
}

.ed-section-head h5 {
    font-size: 18px;
}

.tab_wrap .tabContentbox h3 {
    font-size: 20px;
}






}




@media(max-width: 575px){

.industryserve.realsites ul{ grid-template-columns: 1fr; }
    .counter_grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
.industryserve ul{ grid-template-columns: 1fr; }
.ed-footer__widget .contact_box{ grid-template-columns: 1fr; }
.ed-section-head__title br {
    display: none;
}

.ed-contact__form-big-title {
    font-size: 17px;
    line-height: normal;
}

.ed-contact__form-big-title br {
    display: none;
}

.tabSection .tab-content .tab-pane .tab_wrap {
    padding: 15px;
}

.single-counter .counter-details .title span {
    font-size: 25px;
}

.single-counter .counter-details p {
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
}
.ed-call-action .ed-section-head__text br{ display:none;  }

.ed-hero.ed-hero--style2 .ed-hero__content p br {
    display: none;
}

.ed-hero.ed-hero--style2 .ed-hero__content p {
    line-height: 24px;
}

.ed-hero__content-title, .ed-hero.ed-hero--style2 .ed-hero__content h4 {
    font-size: 23px;
}

.section-bg.hero-bg {
    padding-top: 100px;
    background-position: 30% center;
}

.modal-title {
    font-size: 15px;
}

p.ed-section-head__text br {
    display: none;
}


}




@media(max-width: 500px){
.ed-topbar__logo img {max-height: 47px; }



}


@media(max-width: 415px){
    .ed-topbar__info-buttons a {
        font-size: 13px;
        padding: 7px 6px;
        line-height: unset;
        height: unset;
        border-radius: 7px;
    }
    
    .ed-topbar__info-buttons a i {
    display: none;
}

}