/* ===== Mobile (default: 0px - 599px) ===== */
@media (max-width: 599px) {
.banner-three-inner{
    margin-left: 100px;
}

.hero{
    display: none;
}

.expertise-image{
    display: none;
}
}

/* ===== Tablet (600px - 768px) ===== */
@media (min-width: 600px) and (max-width: 768px) {
.hero-shared{
    display: none;
}
}

/* ===== Laptop (769px - 1024px) ===== */
@media (min-width: 769px) and (max-width: 1024px) {
.hero-shared{
    display: none;
}

.bg_banner-three{
    margin-left: 90px;
}
}

/* ===== Desktop / PC (1025px and above) ===== */
@media (min-width: 1025px) {
.hero-shared{
    display: none;
}

.bg_banner-three{
    margin-left: 1%;
    margin-top: -50px;
}


}
