body, html {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-body {
    max-width: 1170px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
    display: block;
}

.edge-distance{
    padding: 0 4%;
}

.navbar-brand .navbar-nav > li > a {
    font-size: 16px;
    font-weight: bold;
}

.navbar .navbar-nav li a {
    font-size: 18px;
    font-weight: bold;
}

.navbar .navbar-nav li:nth-child(2) a {
    margin: 0 35px;
}

img {
    display: block;
}

.navbar-brand > img {
    /*width: 145px;*/
    /*height: auto;*/
}

.navbar-brand {
    padding: 8px 15px;
}


.container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
}


footer {
    /*position: fixed;*/
    /*bottom: 0;*/
    background: #E5EFFF;
}

.footer-icon-container {
    width: 60%;
    padding-left: 15px;
}
.footer-icon-container .title{
    color: #1f58e7;
    padding: 5px 0;
    font-weight: bold;
}

footer .icon-bar img {
    width: 150px;
}

.bs-docs-footer-links {
    display: flex;
    min-width: 100px;
    width: fit-content;
    background: #F2F7FD;
    padding: 5px 5px 5px 0 !important;
    justify-content: flex-start;
    border-radius: 5px;
    margin-bottom: 5px !important;
}

.bs-docs-footer-links:first-of-type {
    padding-right: 0;
}

.footer-icon-container p {
    color: #3366EE;
}

.bs-docs-footer-links li {
    width: 140px;
    margin-right: 10px;
}

.bs-docs-footer-links a {
    display: flex;
    align-items: center;
    color: #111d27;
}

.bs-docs-footer-links a img {
    width: 10px;
    margin-right: 5px;
}

.bs-docs-footer-links div {
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
    font-size: 12px !important;
}

.bs-docs-footer-links div img {
    width: 10px;
    margin-right: 5px;
}

footer .container-flex{
    align-items: flex-end;
}

.icon-bar:last-of-type {
    margin-left: 50px;
}


.nav li:hover > a {
    opacity: .45;
    background: none;
}

.footer-bottom-p {
    display: block;
    width: 100%;
    color: #263343;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 30px;
}

.footer-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.footer-pc .footer-icon-container {
    width: unset;
}

/*.footer-pc >.container-flex{*/
/*    justify-content: unset;*/
/*}*/

/*.footer-pc >.container-flex >.icon-bar{*/
/*    margin-right: 20px;*/
/*}*/
@media screen and (max-width: 768px) {

    .navbar .navbar-nav li:nth-child(2) a {
        margin: 0;
    }

}
