@font-face {
    font-family: avenir;
    src: url(assets/fonts/AvenirLTProMedium.otf) format("opentype");
}
@font-face {
    font-family: inter;
    src: url(assets/fonts/Inter-Regular.ttf) format("truetype");
}
@font-face {
    font-family: robot-regular;
    src: url(assets/fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: robot-bold;
    src: url(assets/fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
    font-family: robot-med;
    src: url(assets/fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
    font-family: roboto-serif;
    src: url(assets/fonts/RobotoSerif-Regular.ttf) format("truetype");
}
@font-face {
    font-family: poppins-bold;
    src: url(assets/fonts/Poppins-Bold.ttf) format("truetype");
}
@font-face {
    font-family: poppins-ex-bold;
    src: url(assets/fonts/Poppins-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: poppins-medium;
    src: url(assets/fonts/Poppins-Medium.ttf) format("truetype");
}
@font-face {
    font-family: poppins;
    src: url(assets/fonts/Poppins-Regular.ttf) format("truetype");
}

.header {
  background: #40494E;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 30px 300px;
   /*min-height: 80px;*/
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-text {
  font-family: poppins-bold;
  font-size: 32px;
  font-weight: 400;
  color: #3B4B53;
}

.header-text-bold {
  font-family: poppins-bold;
  font-size: 32px;
  line-height: 40px;
  color: #3B4B53;
}

.small-header-text {
  color: #222;
  font-family: robot-med;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}

.support-header-text {
  color: #3B4B53;

  /* H5/Heavy */
  font-family: robot-med;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}

.support-text {
  color: #3B4B53;

  font-family: robot-regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.sub-text {
  font-family: robot-regular;
  font-size: 16px;
  font-weight: 400;
  color: #3B4B53;
}

.summary-link {
  font-family: poppins-medium;
  font-size: 20px;
  font-weight: 500;
  color: #3B4B53;
  cursor: pointer;
}

.text-sm-roboto {
  font-family: robot-regular;
  font-size: 16px;
  font-weight: 400;
  color: #3B4B53;
}

.text-sm-roboto-serif {
  font-family: roboto-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3B4B53;
}

.text-xm-roboto {
  font-family: robot-regular;
  font-size: 12px;
  font-weight: 400;
  color: #3B4B53;
}

.text-sm-poppins {
  font-family: poppins-medium;
  font-size: 16px;
  font-weight: 400;
  color: #3B4B53;
}

.phone-number {
  color: #FFF;
  font-family: poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.admin-by {
  color: #FFF;
  font-family: poppins-medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  float: right;
}

.logo {
  width: 137.7px;
  height: 47.5px;
}

.pipe {
  color: #fff;
  margin-right: 3px;
  margin-left: 3px;
  padding-left: 2px;
  right: 2px;
}

.btn-lg {
  background-color: #FDEA74;
  font-family: poppins-bold;
  text-transform: uppercase;
  border-radius: 0px;
}

.btn-lg:hover,
.btn-lg[hover] {
  background-color: #FDEA74;
}

.btn-lg:disabled,
.btn-lg[disabled] {
  background-color: #979797;
  border-color: #979797;
  color: #fff;
}

.warning {
  color: #EC1B1B;
  font-family: avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.36px;
}

.card-price {
  color: #00909F;
  font-family: poppins-bold;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0.36px;
  text-align: center;
  padding-right: 20px;
}

.duration {
  color: #40494E;
  text-align: center;
  /* Small/Roman */
  font-family: roboto-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.dollar-sign {
  color: #00909F;
  font-family: poppins-bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  position: relative;
  top: -25px;
  left: 20px;
}

.footer-info-text{
  color: #40494E;
  text-align: center;

  /* Small/Roman */
  font-family: roboto-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.bottom-header-text {
  color: #3B4B53;
  font-family: poppins-bold;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 24px */
}

.green-box-text {
  color: #FFF;
  font-family: roboto-serif;
  font-size: 20px;
  line-height: 30px;
}

.teal-text {
  color: #00909F;
  font-family: roboto-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.serif-16-text {
  color: #3B4B53;
  font-family: roboto-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.gray-box {
  min-height: 594px;
  background-color: #F1F2F2;
}

.green-box {
  background-color: #03909F;
}

.dark-box {
  background-color: #31313D;
}

.full-width {
  width: 100%;
}

.white-hr {
  border-top: 2px solid white;
  height: 10px;
}

.vertical-center {
  align-content: center
}

.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-message {
  color: #EC1B1B;
  font-family: robot-regular;
  font-size: 12px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.36px;
}

/*.container {*/
/*    padding: 20 0 20 0;*/
/*    height: 78px;*/
/*    background-color: #FFF;*/
/*}*/

.sub-header{
    display: flex;
    width: 100%;
    height: 78px;
    padding: 20px 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background-color: #FFF;
}

.office-name {
    color: #009DFF;
    /* H1/Heavy */
    font-family: avenir;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 40.8px */
    cursor: default;
    margin-top: 15px;
}

.sub-header-link {
    color: #3B4B53;
    display: block;
    min-width: 130px;;
    /* Base/Roman */
    font-family: poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-decoration: none;
    text-transform: lowercase;
    cursor: default;
}

.nav-item {
    text-align: right;
    float: right;
}

.spacer {
    width:100%;
}
.logo {
    width: 23px;
    height: 23px;
}

.member-login {
    width: 209px;
    height: 40px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: default;
}
.phone {
    display: none;
    margin-right: 12px;
}

.hero {
    /*width: 100%;*/
    display: flex;
/* width: 1920px;*/
/*height: 480px;*/
    padding: 0px 50px 10px 50px;
    align-items: center;
  /*gap: 30px;*/
    background: #F9F9F9;
}

.hero-image {
    background-size: 100% 400px;
    background-image: url("assets/images/yellow-circle.png");
    background-repeat: no-repeat; /* Prevent the image from repeating */
 /*fill: url(<path-to-image>), lightgray 50% / cover no-repeat;*/
}

.main-text {
    color: #3B4B53;
    font-family: poppins-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 750;
    line-height: 56px;
}

.sub-text {
    color: #3B4B53;
    font-family: roboto-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 32px;
    width: 350px;
}

.footer {
    display: flex;
    width: 100%;
    min-height: 247px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #40494E;
    padding-bottom: 10px;
}

.footer-text {
    font-family: robot-regular;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 162.5% */
}
a {
    color: white;
    text-decoration: underline;
}
.company-name {
    color: #FFF;
    font-family: inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
}

.company-address {
    color: #FFF;
    font-family: inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.copyright {
    color: #FFF;
    font-family: inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.links {
    color: #FFF;
    text-align: right;
    font-family: inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.provider-login {
    border-radius: 100px;
    border: 1px solid #F0F2F7;
    display: flex;
    height: 41px;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-link {
    color: #F0F2F7;
    font-family: inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    cursor: pointer;
}

.footer-link-separator {
    color: var(--Neutral-500, #6E7073);
    font-family: inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.btn {
    cursor: default;
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 30px 100px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}