.contact-stats-widget {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 19px 45px;
  border-radius: 25px;
  border: 5px solid #FFF;
  background: #FFF;
  box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.25);
}

.contact-stats-widget.is-solid {
  background: #fff;
  color: #17331d;
}

.contact-stats-widget.is-transparent {
  border-radius: 25px;
  border: 5px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(9.5px);
  color: #fff;
}

.contact-stats-widget-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.contact-stats-item {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.cta-separator {
  width: 1px;
  height: 57px;
  opacity: 0.65;
  background: #FFF;
}

.contact-stats-icon {
  font-size: 25px;
  line-height: 1;
}

.contact-stats-small {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 15.613px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.735px;
  /* 120% */
  letter-spacing: 0.312px;
}

.contact-stats-give-call {
  text-align: center;
  font-size: 18.148px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.541px;
  text-transform: capitalize;
}

.contact-stats-phone,
.contact-stats-phone:focus,
.contact-stats-phone:hover {
  text-decoration: none;
}

.contact-stats-phone strong {
  display: block;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.338px;
  /* 136.688% */
  letter-spacing: 0.6px;
}

.contact-stats-widget .embedsocial-hashtag iframe {
  margin-bottom: 0;
  width: 210px !important;
}

.contact-stats-stars {
  display: block;
  color: #ffd800;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 8px;
}

.contact-stats-number {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.contact-stats-widget.is-transparent .contact-stats-small,
.contact-stats-widget.is-transparent .contact-stats-phone strong {
  color: #fff;
}

.contact-stats-widget.is-solid .contact-stats-small,
.contact-stats-widget.is-solid .contact-stats-phone strong,
.contact-stats-widget.is-solid .contact-stats-google-g,
.contact-stats-widget.is-solid .contact-stats-number {
  color: #17331d;
}

@media only screen and (max-width: 1240px) {
  .contact-stats-widget {
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {

  .contact-stats-widget.is-transparent,
  .contact-stats-widget {
    box-shadow: none;
    color: #1F301C;
    border: 0 none;
  }

  .contact-stats-widget.is-transparent .contact-stats-small, .contact-stats-widget.is-transparent .contact-stats-phone strong {
    color: #1F301C;
  }

  .contact-stats-google-g path {
    fill: #1F301C;
  }



  .contact-stats-widget-holder {
    flex-wrap: wrap;
  }

  .contact-stats-item {
    padding: 24px;
  }

  .contact-stats-item:nth-child(2)::after {
    display: none;
  }

  .contact-stats-google {
    padding-bottom: 0;
    gap: 0;
  }
  .contact-stats-google iframe{
    margin-top: -20px;
    margin-bottom: -20px!important;
  }
  .contact-stats-item{
    width: 32%;
    flex-direction: column;
    padding: 16px 0;
  }
  .contact-stats-item.contact-stats-item-1{
    width: 100%;
    flex-direction: row;
  }
  .cta-separator-1 {
    width: 90%;
    height: 1px;
    margin: 0 auto;
  }

  .cta-separator {
    opacity: 0.65;
    background: #1F301C;
  }
  .contact-stats-number{
    font-size: 26px;
  }
}

@media (max-width: 620px) {
  .contact-stats-item-2{
    width: 100%;
  }
  .cta-separator-2 {
    width: 90%;
    height: 1px;
    margin: 0 auto;
  }
}
