*{
    margin: 0;
    padding: 0;
}
.container-fixed .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.nav{
    float: none;

}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-nav>li>a {
    transition: 800ms;
    padding: 9px 30px;
    font-size: 14px;
    font-family: arial;
    background-color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-decoration: none;
}
.navbar-nav>li>a:hover {
    background-color: #383838 !important;
    color: white !important;
}
nav > ul li a:hover {
    text-decoration: none ;
   
}
.navbar-default .navbar-nav>.active>a {
    color: white !important;
    background-color: #383838 !important;
}
.row {
    margin-right: auto;
    margin-left: auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.footertext {
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footertext a{
    text-decoration: none;
}
.footertext a:hover {
    text-decoration: none;
    color: white !important;
}
.smalltext {
    font-size: 13px;
}
.bodytext a {
    color: black;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none !important;
}
.bodytext a:hover{
    color: #3d678d;
}

#r5000{
    cursor: pointer;
}

/* form */
.btn-success, .disabled:hover {
    color: #fff;
    background-color: #124679 !important;
    border-color: #124679;
    opacity: 1 !important;
}
.btn-success.disabled {
    background-color: #124679;
    border-color: #124679;
    opacity: .60 !important;
}
form{
    padding:  20px 10px  ;
}





.privacy-policy{
    padding: 0 10px 0 10px;
}
.privacy-policy ul li{
    padding-bottom: 8px;
    line-height: 27px;
}
.privacy-details {
    border: 2px solid #c7c7c7;
    padding: 1%;
}
.privacy-policy > h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    margin-left: 10px;
    color: #cc0000;
}
p > a, li > a{
    font-weight: bold;
    color: black !important;
    text-decoration: none;
}
p > a:hover,  li > a:hover {
    color: #3d678d !important;
    text-decoration: none;
}
.lk > h2{
    color: #cc0000;
}
ul{
    padding: 0 0 0 40px;
}
p {
    line-height: 27px;
}
.lk > h2{
        font-size: 1.5em;
    margin: 0.83em
} 
.lk > p {
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 10px;
}
@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #p6548 #c1110 {
        min-height: 666px;
    }
}


@media (max-width: 767px) {
    nav:not(.horizontal-menu--mobile):before {
        display: none;
    }
    .navbar-default .navbar-brand {
        color: white;
        text-decoration: none;
    }
    .navbar-default .navbar-brand:hover{
        color: white;
    }
    .nav {
        float: none;
        display: flex;
        flex-direction: column;
        text-align: left !important;
    }
    .navbar-default .navbar-collapse{
        border-color: #e7e7e7;
        text-align: left;
    }
    .navbar-nav>li>a {
        padding: 9px 9px;
    }
    .navbar-nav>li {
        margin: 2px 0;
    }
    #c3764 {
        display: none;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .privacy-policy {
        padding: 0 0 0 0 !important;
    }
    

}
/* ie */
@media all and (-ms-high-contrast:none) {

}