.error {
    color: #dc3545;
}
.size{
margin-top: 12px;
margin-bottom: 13px;
}
.input-group label.error {
    top: 100%;
    position: absolute;
}

.header-middle {
    border-bottom: 0px solid #e5e5e5;
    box-shadow: rgba(0, 1, 1, 0.2) 0px 0px 15px 5px;
}

.bg--white {
    background: #1b7242;

}

.header-wrapper {
    background-color: #ffffff;
}

@media (max-width:600px) {
    .header-wrapper {
        background-color: #fff;
    }
}

.bg--base {
    background-color: #1b7242 !important;
}

.bg--white {
    background: white;
}

.header-middle-area {
    background-color: white;
}

.header-middle {
    border-bottom: 0px solid #e5e5e5;
}

.menu li a.active,
.menu li a:hover {
    background: #ffffff;

    color: rgb(65, 64, 64);
}

.menu li a {
    color: rgb(3, 2, 2);
    padding: 15px;
}

.header-bottom bg--white {
    background-color: #1b7242;
}



.header-wrapper .search-bar {
    color: #0c0b0b;
    width: 2.9rem; /* প্রস্থ ৩ রেম */
    height: auto; 
}




.text--base {
    color: #070606 !important;
}



.footer-wrapper.open .footer-toggle {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}


.footer-section {
    border-top: 1px solid #dfcaca;
    background-color: #1B7242;
}


span {
    display: inline-block;
    color: black;
    font-size: medium;
}


.la-search:before {
    content: "\f002";
    color: aliceblue;
}

*,
::after,
::before {
    box-sizing: border-box;
}



.copyright-wrapper {
    background-color: #1B7242;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}