
@media screen and (max-width: 767px) {
    .laptop-slider{
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .mobile-slider{
        display: none;
    }
}

.team-member-about-us{
	padding-bottom: none;
}

.about-us-branches{
	background-color: #334559;
}

.error-color{
    color: red;
    display: none;
}

#slider{
    margin-top: 100px !important;
}