h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
label {
font-weight: bold;
}
.subheader {
color: #ce8b0b;
}
.modal-backdrop {
background-color: #ce8b0b;
}
.brandbox {
background-color: #FFFFFF;
}
.subheader5 {
border-left: 1px solid #e3e3e3;
margin-bottom: 10px;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
color: #1D1D1D;
font-weight: 400;
}
.bgtop4all {
background: url('images2024/bgtopall1.png');
}
.strong-orange-text {
color: #ce8b0b;
}
.bright-orange-text {
color: #ed6c26;
}
.green-text {
color: #269b44;
}
.blue-text {
color: #00558c;
}
.pure-cyan-text {
color: #00add9;
}
.vivid-orange-text {
color: #fab522;
}
.red-text {
color: rgb(228, 3, 43);
}
/* .yellow-text {
color: #de9838;
} */

.moderate-lime-green-text {
color: #47773f;
}
.more-detail {
background: #203266;
color: #FFF;
padding: 10px 25px;
border-radius: 8px;
}
.repartment-store-img {
width: 40%;
}

@media screen and (max-width: 768px) {
.repartment-store-img {
width: 70%;
}
}