[id] {
	scroll-margin-top: 124px;
}
@media (max-width: 992px) {
	[id] {
		scroll-margin-top: 78px;
	}
}
.actions { 
	text-align: center; 
}
.talk-to-expert__image {
  object-fit: cover!important;
}
.quote-bumper__content .quote-bumper__image {
  height: 180px;
  width: 180px;
  object-fit: cover;
}

@media (min-width: 991px) {
  .quote-process .quote-process__img {
    margin-top: 190px;
    height: 600px;
    object-fit: cover;
  }
}

.quote-process .description,
.quote-process__step .step-description {
    color: #5a5a77;
}

#quote-signup .button.primary-btn {
  background-color: #efefef;
  transition: background-color 1s linear;
  pointer-events: none;
  cursor: progress;
}
#quote-signup .button.primary-btn.active {
  background-color: #b01313;
	  pointer-events: auto;
  cursor: pointer;
}


.full-width-qa {
  margin-bottom: 10px;
}
.faq__qa.active .faq__answer {
	max-height: none!important;
}

.cards__heading {
  font-size: 34px !important;
}

@media all (max-width: 767px) {
    .text-image__buttons {
        margin-bottom: 40px;
    }
}
.animated_chart .row {
    align-items: center;
}

@media all (max-width: 991px){
  .custom-padding {
    padding-top: 30px !important;
      padding-bottom: 30px !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
blog .blog-content table li span {
    font-size: 17px !important;
}

/* replaced with
 * [id] {
    scroll-margin-top: 124px;
}

[id]::before {
  content: '';
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
	pointer-events: none;
}

@media (max-width: 900px) {
	[id]::before {
		height: 80px;
		margin-top: -80px;
	}
}
*/
.tax-calculator__checkbox input[type="checkbox"]::before {
  content: "Yes";
  position: absolute;
  background: #ffffff;
  border: 1px solid #313155;
  border-radius: 5px 0px 0px 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 16px 22px;
  text-align: center;
  color: #313155;
  left: 0;
  cursor: pointer;
  height: auto;
  margin-top: 0;
  visibility: visible;
  pointer-events: auto;
  
}

.blog .blog-content h2 strong, .blog .blog-content h3 strong,.blog .blog-content h2 b, .blog .blog-content h3 b
    font-weight: 700;
}