.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@media (max-width: 1100px) {
    .help_phone_number {
        color: #FFFFFF;
        font-size: 1.0rem;
        font-weight: 700;
        left: 12rem;
        position: absolute;
        top: 0.50rem;
        width: 60rem;
    }
}

@media (min-width: 1100px) and (max-width: 1250px) {
    .help_phone_number {
        color: #FFFFFF;
        font-size: 1.0rem;
        font-weight: 700;
        left: 16rem;
        position: absolute;
        top: 0.50rem;
        width: 60rem;
    }
}
@media (min-width: 1250px) and (max-width: 1400px) {
    .help_phone_number {
        color: #FFFFFF;
        font-size: 1.0rem;
        font-weight: 700;
        left: 20rem;
        position: absolute;
        top: 0.50rem;
        width: 60rem;
    }
}
@media (min-width: 1400px) and (max-width: 5020px) {
    .help_phone_number {
        color: #FFFFFF;
        font-size: 1.0rem;
        font-weight: 700;
        position: absolute;
        top: 3rem;
        right: -20rem;
    }
}

@media (max-width: 880px) {
    .help_phone_number {
        color: #FFFFFF;
        font-size: 1.0rem;
        font-weight: 700;
        left: 15rem;
        position: absolute;
        top: 1rem;
        width: 60rem;
    }
}




a.boxclose{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;       
}

.boxclose:before {
    content: "×";
}

.alert-box {
    border: 2px solid white;
    box-shadow: 0px 0px 15px #000;
    /* padding: 25px; */
    background-color: #222;
    height: 20rem;
    top: calc(50% - 13rem);
    width: 40%;
    min-width: 400px;
    max-width: 600px;
    margin: 0 auto;
 /*   left: 30%;
    position: fixed;
    top: 15rem;
    width: 40%;*/
}

.bfg-alert-old{
    background-color: #8b0000;
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    height: 9rem;    
    left: 0;
    position: fixed;
    text-align: center;
    top: 10rem;
    width: 100%;
    z-index:700;
}

.bfg-alert.newPage{
    height: 30rem;
    top: calc(50% - 15rem);
}

.bfg-alert {
    border: 2px solid white;
    box-shadow: 0px 0px 15px #000;
    /* padding: 25px; */
    background-color: #222;
    height: 23rem;
    /*left: 30%;
    position: fixed;*/
    top: calc(50% - 12rem);
    width: 40%;
    min-width: 400px;
    max-width: 600px;
    margin: 0 auto;
}

.close-alert {
    position: absolute;
    right: 2rem;
    top:2rem;
}

@media (min-width: 577px) {
    .home_content {
        position: relative;
        top: 0;
        z-index: 701;
    }
}

@media (max-width: 576px) {
    .home_content {
        margin-top: 0rem;
    }

.menu-item {
  font-size: 0.8rem !important;
}
