body {
  font-family: "Lato", sans-serif;
}

/* max width of the screen */
.screen-x-width {
  max-width: 95%;
  margin: auto;
  padding: 0.5rem 0;
}
.screen-y-width {
  max-width: 95%;
  margin: auto;
}
.screen-section-height {
  min-height: 100vh !important;
}
ul {
  list-style: none;
}

ul li a {
  color: black;
  text-decoration: none;
  padding: 0 16px;
  font-size: 1em;
  font-weight: 600;
}
.text-8 {
  font-size: 8px;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.w-20 {
  width: 20%;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-250px {
  width: 250px;
}

.headerLink a {
  transition: 0.3s;
  font-size: 0.95rem;
}

.headerLink a:hover {
  color: rgb(140, 135, 135);
  font-weight: 700;
}

.headerLink {
  margin-top: 0.75em;
}

.np_logo {
  width: 14rem;
  max-width: 14rem;
}

.sidebar ul {
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 24px;
  transition: 0.4s;
  cursor: pointer;
  font-weight: 800;
}
.sidebar ul li i {
  width: 20px;
  display: flex;
  justify-content: center;
}

.sidebar ul .active {
  background-color: white;
  color: rgb(107, 107, 224);
}
.sidebar ul li:hover:not(.active) {
  background-color: white;
  transform: scaleX(1.2);
  transform-origin: left center;
}
.banner_img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 13rem;
  filter: brightness(100%);
}
.top-bar {
  transition: 0.2s;
}
.top-bar:hover {
  transform: scaleY(1.2);
  cursor: pointer;
}
.services-card {
  padding: 8px;
}
.component-width {
  width: 80%;
}
.sidebar-width {
  width: 20%;
}
.mobile-navbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  height: 100%;
  width: 100%;
  animation: navbarSlide 300ms linear;
}
@keyframes navbarSlide {
  from {
    width: 0%;
  }
  to {
    width: "500px";
  }
}
.active {
  display: block;
}
.inActive {
  display: none;
}
.btn-continue {
  background-color: #f57825;
  color: white;
  font-weight: 900;
  transition: 0.3s;
}
.btn-continue:hover {
  background-color: #f08f4f;
  color: white;
}
.breadcrumb li {
  margin: 0 2px;
  font-size: 9px;
  padding: 2px 8px;
  border: 1px solid gray;
  border-radius: 16px;
  font-weight: 800;
  cursor: pointer;
}
p {
  margin-bottom: 0;
}
.outline {
  outline-color: #f08f4f;
  outline-width: 2px;
}
.outline-none {
  outline: none;
}
.mobile-recharge-heading {
  font-weight: bolder;
  font-size: 1.6em;
}
label {
  font-weight: 700;
  font-size: 14px;
}
.pr-3 {
  padding-right: 1em;
}
.error-message {
  font-size: 14px;
  color: #f08f4f;
}
.btn-google {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd;
}
.or-container {
  align-items: center;
  color: #ccc;
  display: flex;
  margin: 25px 0;
}

.line-separator {
  background-color: #ccc;
  flex-grow: 5;
  height: 1px;
}

.or-label {
  flex-grow: 1;
  margin: 0 15px;
  text-align: center;
}
.btn {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 12px 24px;
  cursor: pointer;
}
.google-section {
  display: flex;
  justify-content: center;
}
tbody tr td:first-child {
  font-weight: bolder;
}
tbody tr td {
  padding: 12px 8px !important;
  font-weight: 600;
}
tbody tr td:last-child {
  font-size: 14px;
}
.about-us-content > p {
  font-size: 1em;
  font-weight: bolder;
}
.w-75 {
  width: 1024px !important;
}
.about-us-heading {
  font-weight: bolder;
}
.about-us-subheading {
  font-weight: 600;
}
.contact-address > p a {
  text-decoration: none;
  color: #545454;
  font-size: 14px;
  font-weight: 800;
}
.font-weight-bolder {
  font-weight: bolder;
}
.flex-direction {
  flex-direction: row;
}
.contact-section-div {
  width: 50%;
  padding: 40px;
}
.contact-section {
  margin: 40px auto;
}

.footer-links a {
  text-decoration: none;
  color: #545454;
  font-size: 1em;
  font-weight: 800;
  transition: 0.3s;
  width: fit-content;
}
.footer-links a:hover {
  color: #545454;
  transform: scale(1.2);
  transform-origin: left center;
}
.selectedPaymentMode {
  color: white;
  background-color: gray;
}
.amount-card {
  width: fit-content;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 10px;
  width: 150px;
}
.amount-card:hover > p {
  background-color: #f57825;
  color: white;
  border-radius: 10px;
}
.amount-card-active {
  background-color: #f57825;
  color: white;
  border-radius: 10px;
}

.fb-link {
  color: #545454;
}
.fb-link:hover {
  color: #3b5998;
}
.insta-link {
  color: #545454;
}
.insta-link:hover {
  color: rgb(250, 126, 30);
}
.paddingx-5 {
  padding: 3rem;
}
.showWithAnimation {
  animation: showDiv 1s ease-in-out;
}
@keyframes showDiv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.qr-border {
  background-color: rgb(240, 250, 250);
  border: 1px solid rgb(192, 250, 250);
}
.flex-direction {
  flex-direction: row;
}
.width-auto {
  width: 50%;
}
.zindex-tooltip {
  z-index: 10000;
}
.more-options-tooltip > span {
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bolder;
  border-radius: 5px;
  background-color: #f57825;
  color: white;
  transition: 0.3s;
  align-items: center;
  display: flex;
  justify-content: center;
}

.more-options-tooltip > span:hover {
  background-color: #f08f4f;
  cursor: pointer;
}
.more-options-list {
  text-decoration: none !important;
  color: black;
}
.more-options-list:hover {
  background-color: #f08f4f;
  color: white;
  transition: 0.3s;
  cursor: pointer;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.125);
}
.call-numbers {
  transition: 0.2s ease-in-out;
  font-weight: bolder;
  padding-left: 10px;
  cursor: pointer;
  /* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
}
/* .call-numbers:hover {
  background-color: #f08f4f;
  color: white;
  font-weight: bolder;
  cursor: pointer; */
/* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
/* } */
/* text-field {
  position: relative;
  margin: 10px 2.5px 20px 2.5px;
} */

.contactModal {
  display: inline-block;
  border: thin solid #fafafa;
  color: #444;
  outline: none;
  background-color: #fafafa;
  padding: 10px;
  border-radius: 5px;
}

.contactModal:focus {
  border: thin solid #32cd32;
  border-bottom: solid medium #32cd32;
  background-color: #fff;
}

.contactModallabel {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 10px;
  transition: 0.2s;
}

.contactModal:focus ~ label,
.contactModal:valid ~ label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #32cd32;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.profile-image-div {
  opacity: 0;
  position: absolute;
}

.coming-soon-tag {
  font-size: 12px;
  font-family: serif;
  color: transparent;
  text-align: center;
  animation: effect 1s linear infinite;
}

@keyframes effect {
  0% {
    background: linear-gradient(#008000, #00ff00);
    -webkit-background-clip: text;
  }

  100% {
    background: linear-gradient(#3ce7d7, #000fff);
    -webkit-background-clip: text;
  }
}
.select-option {
  outline: none;
  outline: #32cd32;
}
#credential_picker_container {
    display: none!important;
}
.product-home{
    width: 9rem;
    height: 5rem;
}
.strong-text{
    font-size: 1.1rem!important;
    font-weight: 1000!important;
}
.product-display-name{
    font-weight: bold!important;
}
.div-support{
    padding: 30px 30px;
    font-size: 0.9rem;
    color: #424fa3;
    font-weight: bolder;
    display: inline;
}
.heading-contact{
   font-size: 1.4rem!important;
}