:root {
  --color-primary: #ffb473;
  --color-secondary: #00afef;
  --color-tertiary: #d0ebf5;
  --color-light: #f5f5f5;
  --color-dark: #333333;
  --color-light-bg-text-heading: #333333;
  --color-light-bg-text-body: #333333;
  --light-bg-btn-default-shape: 999px;
  --light-bg-btn-default-type: Solid;
  --light-bg-btn-default-border-color: #00afef;
  --light-bg-btn-default-text-color: #ffffff;
  --light-bg-btn-default-hover-border-color: #d0ebf5;
  --light-bg-btn-default-hover-text-color: #ffffff;
  --light-bg-btn-default-bg: #00afef;
  --light-bg-btn-default-hover-bg: #d0ebf5;
  --color-dark-bg-text-heading: #ffffff;
  --color-dark-bg-text-body: #ffffff;
  --dark-bg-btn-default-shape: 999px;
  --dark-bg-btn-default-type: Solid;
  --dark-bg-btn-default-border-color: #00afef;
  --dark-bg-btn-default-text-color: #ffffff;
  --dark-bg-btn-default-hover-border-color: #d0ebf5;
  --dark-bg-btn-default-hover-text-color: #ffffff;
  --dark-bg-btn-default-bg: #00afef;
  --dark-bg-btn-default-hover-bg: #d0ebf5;
  --color-primary-bg-text-heading: #ffffff;
  --color-primary-bg-text-body: #ffffff;
  --primary-bg-btn-default-shape: 999px;
  --primary-bg-btn-default-type: Solid;
  --primary-bg-btn-default-border-color: #00afef;
  --primary-bg-btn-default-text-color: #ffffff;
  --primary-bg-btn-default-hover-border-color: #d0ebf5;
  --primary-bg-btn-default-hover-text-color: #ffffff;
  --primary-bg-btn-default-bg: #00afef;
  --primary-bg-btn-default-hover-bg: #d0ebf5;
  --color-secondary-bg-text-heading: #ffffff;
  --color-secondary-bg-text-body: #ffffff;
  --secondary-bg-btn-default-shape: 999px;
  --secondary-bg-btn-default-type: Solid;
  --secondary-bg-btn-default-border-color: #ffffff;
  --secondary-bg-btn-default-text-color: #333333;
  --secondary-bg-btn-default-hover-border-color: #e3e3e3;
  --secondary-bg-btn-default-hover-text-color: #333333;
  --secondary-bg-btn-default-bg: #ffffff;
  --secondary-bg-btn-default-hover-bg: #e6e6e6;
  --color-tertiary-bg-text-heading: #333333;
  --color-tertiary-bg-text-body: #333333;
  --tertiary-bg-btn-default-shape: 999px;
  --tertiary-bg-btn-default-type: Solid;
  --tertiary-bg-btn-default-border-color: #00afef;
  --tertiary-bg-btn-default-text-color: #ffffff;
  --tertiary-bg-btn-default-hover-border-color: #d0ebf5;
  --tertiary-bg-btn-default-hover-text-color: #ffffff;
  --tertiary-bg-btn-default-bg: #00afef;
  --tertiary-bg-btn-default-hover-bg: #d0ebf5;
  --branding-background-image-url: url("");
  --font-heading-family: Rubik;
  --font-heading-hero-size: 50px;
  --font-heading-hero-size-mobile: 30px;
  --font-heading-hero-weight: 700;
  --font-heading-hero-style: normal;
  --font-heading-section-size: 32px;
  --font-heading-section-size-mobile: 26px;
  --font-heading-section-weight: 700;
  --font-heading-section-style: normal;
  --font-heading-subheading-size: 22px;
  --font-heading-subheading-size-mobile: 20px;
  --font-heading-subheading-weight: 700;
  --font-heading-subheading-style: normal;
  --font-body-family: Roboto;
  --font-lead-size: 18px;
  --font-lead-size-mobile: 18px;
  --font-lead-weight: 400;
  --font-lead-style: normal;
  --font-body-size: 14px;
  --font-body-size-mobile: 14px;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-btn-family: Rubik;
  --font-btn-size: 18px;
  --font-btn-size-mobile: 18px;
  --font-btn-weight: 700;
  --font-btn-style: normal;
  --btn-primary-shape: 999px;
  --btn-primary-type: Solid;
  --btn-primary-border-color: #ffb473;
  --btn-primary-text-color: #333333;
  --btn-primary-hover-border-color: #f7b88e;
  --btn-primary-hover-text-color: #333333;
  --btn-primary-bg: #ffb473;
  --btn-primary-hover-bg: #f7b88e;
  --btn-secondary-shape: 999px;
  --btn-secondary-type: Solid;
  --btn-secondary-border-color: #00afef;
  --btn-secondary-text-color: #ffffff;
  --btn-secondary-hover-border-color: #d0ebf5;
  --btn-secondary-hover-text-color: #ffffff;
  --btn-secondary-bg: #00afef;
  --btn-secondary-hover-bg: #d0ebf5;
  --btn-tertiary-shape: 999px;
  --btn-tertiary-type: Solid;
  --btn-tertiary-border-color: #d0ebf5;
  --btn-tertiary-text-color: #333333;
  --btn-tertiary-hover-border-color: #ECF9FF;
  --btn-tertiary-hover-text-color: #333333;
  --btn-tertiary-bg: #d0ebf5;
  --btn-tertiary-hover-bg: #ECF9FF;
  --btn-light-shape: 999px;
  --btn-light-type: Solid;
  --btn-light-border-color: #ffffff;
  --btn-light-text-color: #333333;
  --btn-light-hover-border-color: #e3e3e3;
  --btn-light-hover-text-color: #333333;
  --btn-light-bg: #ffffff;
  --btn-light-hover-bg: #e6e6e6;
  --btn-dark-shape: 999px;
  --btn-dark-type: Solid;
  --btn-dark-border-color: #333333;
  --btn-dark-text-color: #ffffff;
  --btn-dark-hover-border-color: #606060;
  --btn-dark-hover-text-color: #ffffff;
  --btn-dark-bg: #333333;
  --btn-dark-hover-bg: #606060;
  --nav-bg-color: #f5f5f5;
  --nav-link-color: #333333;
  --nav-phone-color: #333333;
  --nav-btn-color: #ffb473;
  --form-bg-color: #f5f5f5;
  --form-text-color: #333333;
  --form-btn-color: #ffb473;
}

/*Footer Color OVerride*/
body .footer, body .copyright {
  background: #d0ebf5;
  color: #333;
}

body .footer a, body .copyright a {
  color: #333;
}

body .copyright .btn-group-social-media .btn-circle {
  color: var(--color-secondary-bg-text-body);
  background: var(--color-secondary);
}

/* Sublevel Review Text Box */
.panel-latest-review {
  text-align: center;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.panel-latest-review .card-body {
  background: var(--color-secondary);
  color: var(--color-secondary-bg-text-body);
  position: relative;
  border-radius: var(--radius-md);
}

.panel-latest-review .card-body .small {
  display: flex;
  flex-direction: column;
}

.panel-latest-review .card-body .small .review-author {
  text-transform: uppercase;
  font-weight: bolder;
  margin: 5px 0;
  font-size: 18px;
}

.panel-latest-review .card-body .review-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-latest-review .card-body .link-reviews {
  margin: auto;
}

.panel-latest-review .card-body .btn-default {
  border-radius: var(--btn-secondary-shape);
}

/*Process Card Number Size*/
body .tb-process-section-card-variant-1 .pb-process-card .pb-card-incrementor {
  width: 45px;
  height: 45px;
  font-size: 28px;
}