#anchor .anchor-info .anchor-links{
    color: blue !important;
    display: none !important;
}
.user-icon {
    background-image: url('../img/user.svg');
}
.user-icon:hover {
    background-image: url('../img/user-hover.svg');
}
.loder {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8)
        url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading .loder {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .loder {
    display: block;
}

/* Slider css */
/* .ly-hero-banner .slick-slide {
    height: auto !important;
} */
/* 
.ly-hero-banner .slick-dots > li {
    display: inline-block;
}

.ly-hero-banner .slick-dots > li:only-child {
    display: none;
} */

#loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    z-index: 1059;
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
      transform: scale(0);
    }
  
    40% {
      transform: scale(1);
    }
}
  
.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all 0.2s;
    text-align: center;
    z-index: 10000;
}
  
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #CCC;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
  
.bounce-loader .bounce1 {
    animation-delay: -0.32s;
}
  
.bounce-loader .bounce2 {
    animation-delay: -0.16s;
}
  
#loading .bounce-loader{
    /* background-color: white; */
    width: 100%;
    max-width: 300px;
    padding: 40px 20px;
    margin: 0;
    transform: translateX(-50%);
}
/* .h-captcha iframe {
    width: 100% !important;
} */
