
ul.feature-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
  }
  ul.feature-lists li {
    position: relative;
    color: #13283F;
    font-size: 16px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    padding-left: 30px;
  }
  ul.feature-lists li a{
      color: #ED819E;
  }
  ul.feature-lists li a:hover{
      color: #13283F;
      text-decoration: none;
  }
  ul.feature-lists li + li {
    margin-top: 5px;
  }
  ul.feature-lists li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    color: #F5BCCB;
  }
  
  .tooltip-inner{ font-size: 12px; padding: 10px;}
  .text-deep-pink{ color: '#C50129' !important; }
  .text-light-pink{ color: '#FCE9EE' }
  .form-group{ margin-bottom: 20px; }

  .btn-noradius{ border-radius: 3px !important; }

  .btn-light-pink{
      text-decoration: none;
      padding: 15px 50px 15px 50px;
      color: #C50129;
      font-size: 16px;
      outline: none;
      font-family: 'CircularBold' !important;
      letter-spacing: 1.5px;
      text-align: center;
      line-height: 50px;
      border-radius: 25rem;
      border: 2px #FCE9EE solid;
      background-color: #FCE9EE;
  }  
  .btn-light-pink:hover{
      color: #13283F; 
      text-decoration: none;
      border: 2px #FCE9EE solid;
      background-color: #FCE9EE;
  }
  .btn-dark{
      padding: 15px 50px;
      color: #FFFFFF;
      font-size: 16px;
      font-family: 'CircularBold' !important;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: .5px;
      padding: 15px 50px;
      border-radius: 3px;
  }

  .btn-weblite{
      text-decoration: none;
      color: #FFFFFF;
      font-size: 16px;
      outline: none;
      font-family: 'CircularBold' !important;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: .5px;
      padding: 15px 50px;
      border-radius: 3px;
      border: 2px #C50129 solid;
      background-color: #C50129;
  }  
  .btn-weblite:hover, .btn-weblite a:hover{
      color: #FFFFFF !important;
      text-decoration: none;
      border: 2px rgb(134, 17, 40) solid;
      background-color: rgb(134, 17, 40)
  }
  
  .btn-white{
      text-decoration: none;
      padding: 5px 20px 5px 20px;
      display: inline-block;
      color: #13283F;
      font-size: 16px;
      outline: none;
      font-family: 'CircularBold' !important;
      text-align: center;
      letter-spacing: 1px;
      line-height: 50px;
      border-radius: 25rem;
      border: 2px #FFFFFF solid;
      background-color: #FFFFFF;
  }  
  .btn-white i{ font-size: 20px; margin-top:5px; }
  .btn-white:hover{
      color: #C50129; 
      text-decoration: none;
      border: 2px #FFFFFF solid;
      background-color: #FFFFFF;
  }
  
  
  .round-icon-btn { display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 100%; }
  .round-icon-btn i { font-size: 24px; line-height: 55px; }
  .round-icon-btn.icon-outline {
      background-color: #FCE9EE;
      border: 1px solid #C50129;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.2), 12px 5px 0px 0px #ffe9fa;
      box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.2), 12px 5px 0px 0px #ffe9fa;
      color: #C50129;
      font-size: 1.25em;
      position: relative; 
  }
  .round-icon-btn.icon-outline:hover { color: #C50129; }
  .round-icon-btn.icon-outline::before {
      position: absolute;
      content: "";
      top: -30px;
      left: -29px;
      height: 100%;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      pointer-events: none; 
  }
    
  .square-icon-btn { display: inline-block; width: 44px; height: 33px; text-align: center; border-radius: 5px; }
  .square-icon-btn i { margin-left: 3px; font-size: 18px; line-height: 30px !important; }
  .square-icon-btn.icon-outline {
      background-color: #C50129;
      border: 2px solid #C50129;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(105, 10, 10, 0.2), 4px 3px 0px 0px #FCE9EE;
      box-shadow: 0px 8px 16px 0px rgba(51, 51, 51, 0.2), 4px 3px 0px 0px #FCE9EE;
      color: #FCE9EE;
      font-size: 1.25em;
      position: relative; 
  }
  .square-icon-btn.icon-outline:hover { color: #13283F; text-decoration: none; }
  .square-icon-btn.icon-outline::before {
      position: absolute;
      content: "";
      top: -30px;
      left: -29px;
      height: 100%;
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      pointer-events: none; 
  }
  
  @media  (max-width: 991px) {
      html { font-size: 90%; }
      .round-icon-btn.icon-outline::before { display: none; }
      .square-icon-btn.icon-outline::before { display: none; }
  }
  
  .spacegap{ padding-top: 50px; padding-bottom: 50px; }
  .spacegap-mini{ padding-top: 2rem; padding-bottom: 2rem; }
  

  .faq-two{margin-top:2rem;margin-bottom:2rem;overflow:hidden;position:relative}@media only screen and (min-width: 992px){.faq-two{margin-top:0rem;margin-bottom:2.5rem}}@media only screen and (max-width: 991px){.faq-two{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.faq-two .section-title{text-align:left;margin-left:0}.faq-two .faq{margin-bottom:1.25rem}.faq-two p{margin-bottom:1.0625rem; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;color: #13283F;font-weight: 400;font-size: 16px; line-height: 26px;}.faq-two .faq-header h5{font-family:'Circular';font-size:2rem;color: #13283F;padding-top: 20px;padding-bottom: 20px}.faq-two .faq-header h5 a{background:transparent;padding-bottom:1.25rem;text-align:left}.faq-two .faq-header h5 a i{margin-right:.625rem;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .faq-two .faq-header h5 a.collapsed i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.faq-two .faq-header h5{border-bottom:1px solid #e2e6ea}.faq-two .faq p{padding-top:.9375rem;padding-bottom:.625rem}.faq-two .faq-contact{margin-top:4.375rem}.faq-two .faq-contact__content{color: #13283F;font-size:15px;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}.faq-two .faq-contact__content a{color:#C50129;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.faq-two .faq-contact__content a:hover{color:#C50129}



.control-label{ font-size:16px !important; }
 
.update-status fieldset {
    margin: 0;
    box-sizing: border-box;
    display: block;
    min-width: 0;
}
.update-status label {
    margin: 0 0 1rem;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    color: #333;
    display: block;
}
.update-status label span{
    display: block;
    font-size: 12px;
}

.update-status fieldset legend + * { clear: both; }
body:not(:-moz-handler-blocked) .update-status fieldset { display: table-cell; }

/* TOGGLE STYLING */
.update-status .toggle {
    margin: 0 0 1.5rem;
    height:50px;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.update-status .toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.update-status .toggle input + label {
    margin: 0;
    padding: .60rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #fafafa;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
}
.update-status .toggle input + label:first-of-type {
    border-radius: 4px 0 0 4px;
    border-right: none;
    border-right:1px #DDD solid;
}
.update-status .toggle input + label:last-of-type {
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.update-status .toggle input:hover + label {
    border-color: #BBB;
}
.update-status .toggle input:checked + label {
    background-color: #C50129;
    color: #FFF;
    box-shadow: 0 0 10px rgba(197, 1, 41, 0.5);
    border-color: #C50129;
    z-index: 1;
}
.update-status .toggle input:focus + label {
    outline: dotted 1px #CCC;
    outline-offset: .45rem;
}
@media (max-width: 800px) {
    .update-status .toggle input + label {
        padding: .75rem .25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}  