@media (max-width: 558px) {

  .state-nav {
    justify-content: space-between;
    font-size: 16px !important;
    padding-bottom: 31px !important;
  }

  .state-nav div {
    margin: 0px;
  }

  .nav-container {
    justify-content: space-between;
  }
}

@media (min-width: 1000px) {
  .mytooltip .tooltip-data {
    width: 40vw !important;
    max-width: 448px !important;
  }
}

@media (min-width: 558px) {
  .mytooltip .tooltip-data {
    bottom: 45px !important;
  }
  .nav-container {
    justify-content: space-around;
  }

  .mytooltip .tooltip-data {
    width: 42vw !important;
    max-width: 448px !important;
  }
  .greetMessg {
    width: auto !important;
    text-align: left !important;
    height: 50px !important;
  }

  .modal-content {
    align-items: left !important;
  }
  
  .social-icons {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    width: 220px !important;
  }

  .greetModalContent,
  .ctaModalExit {
    margin-left: 38px !important;
  }

  .cta-container {
    margin-top: 32px;
    margin-bottom: 38px !important;
  }

  .modal-content {
    align-items: start !important;
  }
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-container {
  margin-top: 32px;
  margin-bottom: 48px;
}

.greetMessg {
  width: 254px;
  height: 76px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  margin: 34px;
  margin-bottom: 16px;
}

.greetModalContent {
  width: 254px;
  height: 38px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #6c6c6c;
}

.ctaModalExit {
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #f6f6f6;
  border-radius: 32px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1056ac;
  padding: 8px;
  border: 1px solid rgba(16, 86, 172, 1);
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 324px;
  height: 105px;
  background: #ffffff;
  border-radius: 32px;
  flex: none;
  order: 1;
  flex-grow: 0;
  width: 100%;
}

.modal {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 69%;
  left: 50%;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.state-nav {
  display: flex;
  justify-content: center;
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #9e9e9e;
  padding-bottom: 64px;
}

.state-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.active-state {
  color: #000000;
}

.active-state .nav-underline {
  border: 2px solid #1056ac !important;
  background-color: #1056ac;
}

.state-nav div {
  margin: 0px 8px;
}

.state-nav .nav-underline {
  width: 70px;
  height: 0px;
  left: 185.5px;
  top: 0px;
  border: 0.5px solid #9e9e9e;
  margin-top: 15px;
}

.mytooltip .tooltip-data {
  visibility: hidden;
  width: 80vw;
  /* background-color: darkblue; */
  color: #fff;
  z-index: 1;
  bottom: 37px;
  left: 37%;
  margin-left: -90px;
  border-radius: 16px;
  padding: 16px 12px;
  font-size: 12px;
  padding-left: 30px;
  position: absolute;
}

.mytooltip {
  position: relative;
  display: inline-block;
}

.mytooltip .white-dot {
  position: absolute;
  left: 13px;
  font-size: 8px;
  margin-top: 0.5px;
}

.mytooltip .tooltip-data:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 12px;
  border-style: solid;
  /* border-color: darkblue transparent transparent transparent; */
}

.mytooltip:hover .tooltip-data {
  visibility: visible;
}

.prime-card .tooltip-data {
  background: linear-gradient(123deg, #524221 0%, #000000 49.48%, #382d17 99.83%);
}

.prime-card .tooltip-data:after {
  border-color: #382d17 transparent transparent transparent;
}

.super-card .tooltip-data:after {
  border-color: #000000 transparent transparent transparent;
}

.super-card .tooltip-data {
  background: linear-gradient(133.58deg, #360cba -33.32%, #000000 37.59%, #003778 113.07%);
}
