@media only screen and (max-width:769px) {

    .tp-kbimg {
        display: none;
    }
}
.header-nav .nav {
    margin-top: 14px;
}
.logo-header {
    padding: 11px 0;
    width: 280px;
}

.banner-heading {
    min-width: 850px !important;
    max-width: 850px !important;
    left: 0 !important;
}
.abt-points {
    margin: 0;
    padding: 0;
}
.abt-points li {
    margin-bottom: 1.2rem;
    list-style: none;
}
.abt-points li:before {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    color: #d2151e;
    margin-right: 8px;
    font-weight: 900;
}
.service-list{
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 5px;
    background: #fff;
  
}
.service-list img{
    border-radius: 5px;
}
.service-list h4{
  margin-top: 15px;
  font-weight: 600;
  min-height: 56px;
  font-size: 18px;
}
.service-list p{
    font-size: 14px;
    
}
.overlay-black-dark:after{
    opacity: 0;
}
.breadcrumb-row ul li:after{
    display: none;
}
.breadcrumb-row ul li:last-child{
    color: #fff;
}
.dlab-bnr-inr .breadcrumb-row ul li a{
    color: #fff;
}