.service_heading{
    font-size: 18px;
}
.common_heading h1 {
    text-align: start;
    font-size: 36px;
    font-weight: 600;
    color: var(--colorBlack);
    text-transform: capitalize;
    margin-top: 71px;
    font-family: 'estedad-verybold';
    line-height: 65px;
}
.common_heading h2{
    font-size: 36px;
}
.subscribe_text h2,.common_heading h2{
    font-size: 24px;
}
.blog_text .blog_heading{
    font-size: 16px ;
}
.hitanet-powerby{
    text-align: center;
}
.hitanet-powerby a{
    color: #888;
    font-size: 14px;
    font-family: 'estedad-light';
}
.hide{
    display: none;
}
.breadcrumb_text h1{
    font-size: 36px;
}
.breadcrumb_text ul{
    display: none;
}
.breadcrumb{
    padding: 182px 0px 88px;
}
.loginDivSub{
    direction: rtl;
}


.social-link-icon{
    width: 15px !important;
    height: 15px !important;
}
.owl-carousel-comps div{
    padding: 15px;
}
.owl-carousel-comps .owl-stage-outer{
    height: 250px !important;
}

@media (max-width: 768px) {

    .common_heading h1 {
        font-size: 26px;
        line-height: 45px;
    }

}
