.call-ribbon {
    padding: 8px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  
  .call-ribbon-bg-white {
    background-color: #fff;
  }
  
  .call-ribbon-bg-dark-green {
    background-color: #00873C;
  }
  
  .call-ribbon-bg-light-green {
    background-color: #1EE576;
  }
  
  .ribbon-title {
    font-family: "Inter", sans-serif;
    /* font-family: Inter-Regular; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
  }
  
  .call-ribbon .ribbon-title-gray {
    color: #666;
  }
  
  .call-ribbon .ribbon-title-white,
  .call-ribbon .ribbon-call-number-white {
    color: #fff;
  }
  
  .call-ribbon .ribbon-title-black,
  .call-ribbon .ribbon-call-number-black {
    color: #222;
  }
  
  .ribbon-call-number {
    text-align: center;
    font-family: "DM Sans", sans-serif;
    /* font-family: DMSans-medium; */
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  
  .call-ribbon .ribbon-call-number-green {
    color: #046A38;
  }
  
  @media screen and (min-width:601px) {
    .call-ribbon {
      display: none;
    }
  }
  .convertflow-cta.cf-bar{
    display: none !important;
  }  

.error-Bound {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.error-Bound h2{
    font-family: DM Sans, sans-serif;
    font-size: 30px !important;
    font-weight: 500;
    line-height: 74px !important;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-top: 196px;
    margin-bottom: 20px;
}
.error-Bound .btn-tryagain{
    color: #222;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #1ee576;
    padding: 14px 16px;
    width: 100%;
    max-width: 136px;
    height: 48px;
    background: #1ee576;
    display: inline-block;
    margin-left: 0;
    text-decoration: none;
    cursor: pointer;
}
.error-Bound .btn-tryagain:hover{
    background: #00b140 ;
}
@media only screen and (max-width: 600px) {
    .error-Bound h2{
        font-size: 42px !important;
        line-height: 44px !important;
    }
}
