.grecaptcha-badge {
  z-index:999;
}

.otherServicesMargin {
  margin-left: 16.5%;
}

.spanText-30 {
  font-size: 30px;
}

.bg-semi-trasparent {
  background-color: rgba(0, 0, 0, 0.3);
}

.question-header {
  font-weight: 700;
}

.tip-content {
  
}
.tip-content p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

#contactButton {
  position: fixed;
  top:90px;
  width:125px;
  line-height:40px;
  text-align:center;
  right: 0px;
  z-index: 10000;
  background-color: var(--dark);
  font-family: "Shadows Into Light", cursive;
  color: var(--primary);
  font-size: 30px;
  font-weight:bold;
  padding: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#contactButton:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.testimonial blockquote {
    border-radius: 5px;
    border: 0;
    color: #666;
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 40px 64px 40px 72px;
    padding: 2.5rem 4rem 2.5rem 4.5rem;
    position: relative;
}

.testimonial blockquote p {
    color: var(--light);
    font-family: 'Poppins', Arial, sans-serif;
    font-style: italic;
    font-size: 1.2em;
}

.testimonial blockquote:before {
    color: var(--primary) !important;
}

.hiddenTip {
  display: inline-block;
}

.tip h4 {
  text-transform: initial;
}

.hiddenTip {
  text-transform: initial;
}

@media (min-width:1200px) {
  .contact-form-card {
    min-height: 350px;
  }
}

@media (max-width:1200px) {
  .contact-form-card {
    min-height: 425px;
  }
}

@media (max-width:992px) {
  
  #contactButton {
    display: none;
  }
  
  .contact-form-card {
    min-height: auto;
  }
}

@media (max-width:768px) {
  #contactButton {
    display: none;
  }
  
  .contact-form-card {
    min-height: auto;
  }
}

@media (max-width:576px) {
  #contactButton {
    display: none;
  }
  .contact-form-card {
    min-height: auto;
  }
}
