﻿.menu-btn-style-2 {
    position: relative;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
    background: #104869;
    padding: 12px 30px 12px;
    border: 1px solid #12699d;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.20);
}

    .menu-btn-style-2:hover {
        color: #dff1fb;
        background: #125b86;
    }
    /*----*/


