.col_white_amrc {
    color: #fff
}

footer p {
    font-size: 13px;
    color: #ccc;
    padding-bottom: 0;
    margin-bottom: 8px
}

.mb10 {
    padding-bottom: 15px
}

.footer_ul_amrc {
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    padding: 0 0 10px 0
}

.footer_ul_amrc li {
    padding: 0 0 5px 0
}

.footer_ul_amrc li a {
    color: #ccc
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none
}

.padding-right {
    padding-right: 10px
}

.footer_ul2_amrc {
    margin: 0;
    list-style-type: none;
    padding: 0
}

.footer_ul2_amrc li p {
    display: table
}

.footer_ul2_amrc li a:hover {
    text-decoration: none
}

.footer_ul2_amrc li i {
    margin-top: 5px
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center
}

.foote_bottom_ul_amrc li {
    display: inline
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
    padding: 0
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left
}

.social_footer_ul li a {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 50%
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center
}

footer.footer {
    background: #272b35;
    padding: 15px
}

.footer a {
    color: #fff
}

.social_footer_ul li:first-child {
    padding-left: 0
}

/* REGISTER POPUP */
.modal {
    background-color: rgb(30 33 41 / 95%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.modal .modal-dialog.modal-dialog-centered {
    position: absolute;
    width: 999px;
    left: 50%;
    top: 50%;
    background-color: #2b303b;
    border: 0;
    margin: auto;
    transform: translate(-50%, -50%);
}

.modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: unset;
}

.modal .close:hover {
    color: #6eb610;
}

.modal .modal-dialog.modal-dialog-centered .modal-content {
    background-color: #2c303b;
    border: 0;
}

/* REGISTER POPUP END */
@media (max-width:991px) {
    footer.footer {
        padding-bottom: 80px;
        text-align: center
    }
}

@media (max-width: 575px) {
    .modal .modal-dialog.modal-dialog-centered {
        max-width: calc(100% - 30px);
    }

    .modal .modal-dialog.modal-dialog-centered .modal-content>* {
        padding-left: 15px;
        padding-right: 15px;
    }
}