button.coll-butto {
    border: 1px solid;
}

.icon-bar {
    border: 1px solid;
}

.img-box img {
    margin-bottom: 15px;

}

.jumbo-head {
    background-color: rgba(234, 189, 7, 1);
    position: relative;
    padding: 0px;
    width: 89%;
    margin: auto;
    /* height: 51px; */
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 8px;
    background: url("./images/new\ grid.webp");
    background-color: rgba(234, 189, 7, 1);
}

.jumbo-head h2 {
    font-weight: bold;
    color: black;
}

.about-grid {
    height: 100%;
    position: absolute;
    top: 0%;
}

.section4 {
    margin-top: 50px;
}

.img-box {
    height: 110px;
}

.cont-margin {
    margin-bottom: 10px;
    text-align: center;
}

.cont-margin p {
    font-family: sans-serif;
    color: rgb(133, 133, 133);
    padding: 10px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer {
    background: #6B4613;
    padding: 15px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

@media only screen and (min-width:400px) and (max-width:600px) {
    .navcolor>li>a {
        border-right: none;
    }

    .car-img {
        height: 165px;
    }
}

.jumbo-head {
    width: 100%;
}

body {
    font-family: "Roboto-Regular";
    color: rgb(133, 133, 133);
    font-size: 14px;
}