.tax_title {
  color: grey;
  font-size: 0.7rem;
  margin-top: 0;
}
.light {
  font-weight: lighter;
  font-size: 0.8rem;
  top: -0.8em;
  color: grey;
}

@media screen and (max-width:450px) {
  .light {
    top: -0.6em;
}
}

div#footer #disclaimer {
  padding-bottom: 1rem;
  display: block;
  margin: auto;
  padding-top: 3.5rem !important;
  position: relative;
  background: #3b3d3d;
}

#footer .container {
  padding-bottom: 0 !important;
}

.container.lower-footer {
  background: #3b3d3d;
  /*width: 100vw;*/
  width: 100%;
  max-width: unset;
}

.container.lower-footer .clauses p{
  font-size: 12px !important;
  line-height: 16px !important;
}

div#footer .bg-text-disclaimer {
  color: #949494 !important;
  font-size: 13px !important;
  line-height: 15px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  float: none !important;
  padding: 10px !important;
  text-align: center !important;
}

div#footer #disclaimer .main:first-child > div {
  background: transparent !important;
  box-shadow: none!important;
  border: 1px solid hsla(0,0%,100%,.3);
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-radius: 5px;
}
div#footer #disclaimer .main:first-child > div::before {
  content: "";
  background: #3b3d3d;
  min-width: 280px;
  width: 18%;
  top: -10%;
  position: absolute;
  left: 50%;
  height: 5rem;
  transform: translate(-50%,50%);
}

div#footer .bg-img-disclaimer {
  min-width: 260px!important;
  width: 15%!important;
  margin-right: 0!important;
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translate(-50%,50%);
  background-size: contain;
}

.has-text-danger{
  display:none;
}

.cbtb{
  display:none;
}

#stopwatch, #stopwatch1{
  display:none;
}

#footer-menu-3 p {
  cursor: pointer;
  color: #6f6f6f!important;
  font-size: 15px!important;
  line-height: 1em!important;
  text-transform: uppercase;
  text-align: center;
}

#footer #discalimer {
  display: block!important;
}

#footer #discalimer .questions {
  display: block!important;
}

#footer p.shipping-disclaimer.d-none {
  display: none !important;
}

#footer div#footer-menu {
  display: block!important;
}


@media screen and (max-width: 750px) {
  div#footer .bg-img-disclaimer {
    float: none!important;
  }
  div#footer .bg-text-disclaimer {
    float: none!important;
  }
}

html,body {
  scroll-behavior: smooth;
}
#pricing>div>div {
  transition: all .5s ease-in-out;
  -webkit-transition: .5s;
}

#pricing>div:hover>div {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  z-index: 200;
  border: 2px solid black;
}

.testimonial .rounded-circle {
  transition: all .3s ease-in-out;
  -webkit-transition: .3s;
}

.testimonial .rounded-circle:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
  }

  70% {
    transform: scale(1.034);
    box-shadow: 0 0 0 10px transparent
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent
  }
}