@media(max-width: 991px){
	.dh-service-item ul li .service-content {
		 border-top: 1px solid var(--dh-color-theme-primary);
	}
	.logo-area a img {
    width: 100%;
            background: #fff;
}
.dh-header-area.sticky {
 
  padding: 5px 0;
  
}
.dh-process-section{

  padding-bottom: 0px;

}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-content-one {
        margin-bottom: 50px;
    }
}
img {
    max-width: 100%;
}
@media (max-width: 575px) {
    .dh-header-topbar-area {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .header-content-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}@media (max-width: 575px) {
    .header-info ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px;
    }
    .header-info ul li:first-child {
        border-left: none;
    }
    .header-info ul li {
        border-right: none;
        border-left: none;
        font-size: 14px;
    }
}