
/* Extra large devices */
@media (min-width: 1200px) { 

}


/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) { 

 }


/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) { 

 }


/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) { 

 }


/* Extra small devices */
@media (max-width: 575.98px) { 
    .navICon{
        visibility: hidden;
    }
    .navbar-nav {
    text-align: center;
    margin-top: 20px;
}
.nav-link::before {
    position: absolute;
    height: 3px;
    width: 13%;
    background: #222;
    bottom: 8px;
    left: 150px;
    content: "";
    transition: 0.4s;
    visibility: hidden;
}
.bannerContent {
    margin-top: 0px;
}
#bannerPart {
    padding-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
}