﻿.btncocs {
    display: inline-block;
    padding: 6px 30px;
    background-color: #002b5c;
    max-width: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-top: 15px;
    width: 260px; /* Set a fixed width for the button */
}
