@media (max-width:600px) {
    

.abt-hero {
    width: 100%;
    height: fit-content;
    padding: 100px 0px 50px 0px;
}
.abt-hero h2 {
    font-size: 35px;
}
.abt-hero p {
    font-size: 20px;
}
.diamond {
    width: 350px;
    height: 350px;
    margin: 100px 0px 0px 0px;
}


 .show .submenu{
/* display: block !important; */
}

.banner{
    min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}
.banner h4{
    font-size: 45px;
    color: white;
    text-align: center;
    margin: 0;
    line-height: 0.9;
    margin-bottom: 20px;
}
.banner p{
    margin: 0;

}
.banner a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar{
    padding: 0;
}
.navbar .navbar-brand .logo-div{
    width: 250px;
    height: 50px;
}
.navbar-collapse {
    background-color: #000;
}
.bgWhite .navbar-collapse {
    background-color: #fff;
}



}