.circle {
    background: #358b8d5e;
    border-radius: 50%;
    height: 29em;
    padding: 70px;
}

.banner-p {
    color: #ffffff;
    font-family: "Poppins!important";
}

.banner-h5 {
    color: #464242;
    font-family: "Poppins!important";
    font-weight: 700;
    font-size: 4vh;
    line-height: normal;
}

.banner-btn {
    color: #295d5e !important;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 25px;
    font-weight: 700;
    font-family: "Poppins!important";
}

.banner-btn:not(:disabled):not(.disabled):active,
.banner-btn:not(:disabled):not(.disabled).active,
.show>.banner-btn.dropdown-toggle {
    color: #212529 !important;
    background-color: #b7dfe0;
    border-color: #ccd4d4;
    font-weight: 700;
    font-family: "Poppins!important";
}

.header-btn {
    color: #ffffff !important;
    background-color: #358B8D;
    border-color: #358B8D;
    border-radius: 25px;
    font-weight: 700;
    font-family: "Poppins!important";
}

.header-btn:not(:disabled):not(.disabled):active,
.header-btn:not(:disabled):not(.disabled).active,
.show>.header-btn.dropdown-toggle {
    color: #ffffff !important;
    background-color: #165e5f;
    border-color: #295d5e;
    font-weight: 700;
    font-family: "Poppins!important";
}

.chems_border_btn {
    border: 2px solid #79ccde;
    border-radius: 4px;
    color: #7ecfd7;
    font-size: 14px;
    font-weight: 500;
    background: #f8fdfe;
    display: inline-block;
    padding: 6px 34px;
    transition: all 0.3s linear, color 0.2s;
}

.banner-p {
    padding-top: 0%;
    font-size: 2vh;
    line-height: normal;
}

.form-control {
    border: 1px solid #0f2650;
    color: #142f60;
}
.bg-buying-data {
    background: -webkit-linear-gradient(-30deg, #558cd4, #13252d 100%) !important;
}