label.error{
    color: #f55a4e !important;
    font-weight: 700;
    margin-top: 2px !important;
    font-size: 85%;
}
.text-white{
    color: #fff !important;
}
/*--- preloader ---*/
.dark #preloader {
    background-color: #232323;
}

#preloader {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ff5722;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*--- end of preloader ---*/



/***** HEader Choosen CSS *****/
.banner .chosen-container-single .chosen-single{
    height: 70px;
    line-height: 65px;
}
.banner .chosen-container-single .chosen-single div b{
    margin-top: 9px;
}
.banner .chosen-container .chosen-drop{
    text-align: left;
}

.banner .btn.btn-default{
    border-radius: 0px;
}
.business_wraper {
    max-height: 600px;
    overflow: auto;
}
.navbar-header .addlist {
    color: #ffffff !important;
    border-radius: 0;
    padding: 17px 15px !important;
    margin-top: 0px !important;
    text-align: center;
    position: absolute;
    right: 0;
}
a.call_btn {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #cf1020; -webkit-box-shadow: 0 0 40px #cf1020; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #cf1020; -moz-box-shadow: 0 0 40px #cf1020; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #cf1020; box-shadow: 0 0 40px #cf1020; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #cf1020; box-shadow: 0 0 40px #cf1020; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}
.count-success {
    background: #34a853;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
}
.count-danger {
    background: #f52222cf;
    padding: 4px 12px;
    border-radius: 3px;
    color: #ffffff;
}
.whatsapp_now{
    background-color: #0fb76b;
    border: 1px solid #0fb76b;
}
.direction_button{
    background-color: #0e0223;
    border: 1px solid #0e0223;
}
.padd-top-30 {padding-top: 30px;}
.whatsapp_now:hover, .whatsapp_now:focus {
    color: #ffffff;
    background: #0fb76b;
    border: 1px solid #0fb76b;
}
.direction_button:hover, .direction_button:focus {
    color: #ffffff;
    background: #0e0223;
    border: 1px solid #0e0223;
}