/* HEADER MENU */
body {
    overflow-x: hidden;
}
a.navbar-brand img {
    width: 133px;
}
.bg-gradient {
    background-color: rgb(15, 134, 84);
}
.serial_btn.mt-3 a {
    background: #FFCA2C;
    display: block;
    border-radius: 3px;
    text-decoration: none;
    color: black;
    font-size: 19px;
    padding: 12px 0;

}
.contact p{
    font-size: 19px;
    font-weight: bold;
}
.contact ul li{
    list-style: none;
    margin-left: -33px;
}
.input-group input {
    height: 45px;
}