/* ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#bread {
    text-align: center !important;
}

#bread h4 {
    font-weight: 600;
    padding-top: 20px;
} */

.about img {
    width: 490px;
    border-radius: 8px;
}

.about li {
    line-height: 1.8;
}

.about p {
    line-height: 1.6;
}

.why-cho {
    margin: auto;

}

/* ------------------------------blog--------------------- */
.blog-h6 {
    font-size: 26px !important;
    font-weight: 600;
}

.blog-p {
    line-height: 1.8;
}

.about li a {
    text-decoration: none;
    color: black;
}

/* -------------------------about us end css-------------------------- */



/* ----------------------contact------------------------------- */
.contact-form input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgb(206, 206, 206);
    padding: 10px;
}

.contact-form label {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ----------------------contact------------------------------- */



/* --------------------product-------------------------- */
.banner-top {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}

.product {
    border: 1px solid rgb(207, 207, 207);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    margin-bottom: 40px;
}

.product img {
    width: 300px;
    border-radius: 4px;
}

.product ul {
    margin: 0px;
    padding: 0px;
}

.product li {
    color: rgb(85, 85, 85);
    font-weight: 500;
    margin-bottom: 10px;
    list-style: none;
    /* border-bottom: 1px solid rgb(179, 179, 179); */
}

.product span {
    color: black;
}

.content {
    margin-left: 20px;
}

.Enquiry-btn {
    background-color: #408823;
    color: #ffffff;
    padding: 8px 12px;
    border: none;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 500;
}

.Enquiry-btn a {
    text-decoration: none;
    color: white;
}


.related {
    background-color: rgb(222, 255, 211);
}

.re-pro {
    text-align: center;
}

.re-pro h6 {
    margin-top: 10px;
    font-weight: 600;
}

.re-pro img {
    width: 200px;
    height: 180px;
    border-radius: 4px;
}

/* --------------------product-------------------------- */