.service-details{
    overflow: auto;
    height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.service-details::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.service-details {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.digital-marketing-desc{
    background-color: #2e2e2e;
    padding: 28px;
}
.blog-banner-img{
    height: 400px !important;
    width: 750px !important;
}
.side-blog{
    height: 60px !important;
    width: 100px !important;
}

.error-text {
    color: red;
    font-size: 14px;
}
.job-form-quick .error-text{
    color: rgb(255, 255, 255);
    font-size: 14px;

}
.blog-left img{
max-width:100%;
height:auto !important;
}