.header-section-3 a.btn-quote {
    background: #1eb2fd;
    color: #242021;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 32px;
    min-width: 300px;
    border-radius: 0;
    margin-top: 5px;
padding: 1px 0;
}

.header-section-3 a.btn-service {
    background: #b4baed;
    color: #242021;
    font-size: 18px;
    line-height: 32px;
    min-width: 300px;
    border-radius: 0;
}


.woocommerce ul.products li.product a img {
    height: auto !important;
}


@media (min-width: 767px){
.mob-employee-login{
display:none;
}

}

@media (max-width: 767px){
.google_review.pull-right {
 display:none;
}
.tf-v1-sidetab, .navbar-toggle  {
display:none
}
.mob-employee-login{
display:none;
}

.header-wrapper.clearfix {
    margin-top: 30px;
}

.header-wrapper.clearfix .container {
    position: relative;
}

.mob-employee-login a {
   display: block !important;
    text-align: center;
    position: absolute;
    top: 130px;
    right: -48px;
    transform: rotate(-90deg);
    font-size: 13px !important;
    font-weight: 100 !important;
    text-transform: capitalize !important;
    padding: 11px 20px !important;
    line-height: 1 !important;
}

}


.header-section-2 a {
  display: block;
  cursor: pointer;
  box-shadow: 0px 0px 2px #1db2ff;
  animation: pulse 2s infinite;
}
.header-section-2 a:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 178, 255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(29, 178, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(29, 178, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(29, 178, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(29, 178, 255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(29, 178, 255, 0);
      box-shadow: 0 0 0 10px rgba(29, 178, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(29, 178, 255, 0);
      box-shadow: 0 0 0 0 rgba(29, 178, 255, 0);
  }
}
