/* .header-nav ul li.sub a {
    color: black !important;
}

.header-nav ul li.sub a:hover {
    color: white !important;
} */

.footer-logo-wrap:after, .footer-logo-wrap:before {
    background-color: black !important;
}

.footer-contact__item span {
    color: black !important;
}
.reg-providers-lines .reg-providers-title {
    color: black !important;
}
.reg-providers-lines:before {
    background-color: black !important;
}
.footer-bottom {
   background-color:  #fcd271 !important;
   background: none !important;
}
.footer-nav li.sub a {
    color: white !;
    font-weight: bold;
}

.footer-nav .sub-menu .drop-menu li a {
    color: #1943ef;
    font-weight: bold;
    font-size: 16px !important;
}


/* HOME BODY */

.blue-text {
    color: #fff;
    opacity: .9;
}
.mp-slider .slide-description p {
    color: #fff;
    opacity: .9;
}
.mp-slider .slide-description .title {
    color: #fcd271;
}
.mp-slider .item-slider-1 {
    background-size: cover !important;
}
@media screen and (max-width: 1200px){
    .mp-slider .item-slider{
        background-position: 0 !important;
    }
}

@media screen and (max-width: 570px) {
    .mp-slider .item-slider-1 {
        background-image: url('../themes/new/assets/img/main-slide1.jpg') !important;
    }
}



/* ADMIN PAGES */

.ad_box_shadow {
    text-align: center !important;
    transition: ease-in .2s;
}
.ad_box_shadow:hover {
    cursor: pointer;
    box-shadow: 5px 5px 20px 10px rgba(0,0,0,0.2);
}
.links {
    color: #1943ef;
    font-weight: bold;
    padding: 5px;
}



/* USERDASHBOARD */
.container_div {
    margin: auto;
    text-align: center;
}
.mydiv {
    width: 250px;
    padding: 20px 50px;
    display: inline-block;
    margin: 15px 10px;
    color: red !important;
}

#loader_icon {
    transform: rotate(45deg);
}

#loader_icon_container2, #pips_figure1, #pips_figure2 {
    display: none;
}


.active_traders, .loss_rate {
    float: right;
}
@media screen and (max-width: 700px){
    .active_traders, .loss_rate {
        float: none;
    }
}