.nav-link {
    display: block !important;
    padding: .1rem 0.4rem !important;
    font-size: 0.75rem !important;
    color: #fff;
    transition: 0.5s;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: .25rem;
}

.header-link {
    text-align: center;
    height: 82px;
    margin: auto !important;
    align-items: center;
    display: flex;
    float: right;
}
.header-link li{
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
}
.header-link li{
    display: inline-block;
    font-size: 13px;
    padding: 0px 10px;
    position: relative;
}

.header-link li a{
    color: #8C8E91;
}
.header-link li a:hover{
    text-decoration: none;
}

.header-link li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: 1px solid #000;
}

.header-link li:last-child a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: 0px solid #000;
}

.bg-white{
    background-color: #fff;
}
.section-space{
    padding: 50px 0px;
}
.clear-space{
    width: 100%;
    height: 25px;
}
a:hover {
    color: #a50404;
    text-decoration: underline;
}
.p-0{
    padding: 0px !important;
}
body{
    background-color: #494949 !important;
    font-family: Trebuchet MS;
}
p{
    font-size: 13px;
}
label{
    font-size: 13px;
}
.small-text{
    font-size: 10px;
}

.submit-btn{
    font-size: 13px;
    background-color: #7d7d7d;
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all ease 0.3s;
}
table td{
    font-size: 13px;
    padding: 5px;
}

.padding-right-md{
    padding-right: 40px;
    padding-left: 50px;
}
.padding-left-md{
    padding-left: 40px;
    padding-right: 50px;
}
.footer-link{
    text-align: center;
}
.footer-link li{
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
}
.footer-link li{
    display: inline-block;
    font-size: 13px;
    padding: 0px 10px;
    position: relative;
}

.footer-link li a{
    color: #000;
}
.footer-link li a:hover{
    text-decoration: none;
}

.footer-link li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: 1px solid #000;
}

.footer-link li:last-child a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-right: 0px solid #000;
}
.light-gray-bg{
    background-color: #efefef;
}
.gray-bg{
    background-color: #A3A3A3;
}
.footer-bg{
    background-color: #A3A3A3;
}
.bg-black{
    background-color: #000;
}
input{
 font-size: 13px !important;
}
label {
    display: inline-block;
    margin-bottom: .2rem;
}
select, option{
    font-size: 13px !important;
}
.p-0{
    padding: 0;
}

.heading{
    padding: 0.5rem 0rem;
}

.table td, .table th {
    padding: 0.2rem .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.padding-top-md-16{
    margin-top: 16px;
}
.btn{
    padding: 0rem .75rem !important;
}
.form-control {
    font-size: 13px !important;
}

@media only screen and (max-width: 600px)
{
    .padding-right-md{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .padding-left-md{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .padding-top-md-16{
        margin-top: 0px;
    }
}

@media (min-width: 1200px)
{
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 990px;
}

}
