.payment-gif {
  width: 10.5rem;
  height: 10.5rem;
  display: block;
  margin: 0.75rem auto 2rem;
}

.payment-head {
  display: block;
  width: 100%;
  position: relative;
}
.payment-head h2 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
.payment-head .timer {
  position: absolute;
  top: 0;
  right: 1.25rem;
  text-align: center;
}
@media (max-width: 61.9375rem) {
  .payment-head .timer {
    top: 3.125rem;
    right: 0;
  }
}
.payment-head .timer p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.payment-head .timer span {
  color: #0d6efd;
}

.status-bar {
  width: 80%;
  display: flex;
  gap: 2.125rem;
  justify-content: space-between;
  margin: 0rem auto 0 auto;
  padding-bottom: 2.5rem;
  border-top: 0.25rem solid #e9e9e9;
}
@media (max-width: 48rem) {
  .status-bar {
    position: relative;
    width: 100%;
    height: 4.375rem;
    border-left: 0.25rem solid #e9e9e9;
    border-top: unset;
    transition: 0.6s;
    top: -0.25rem;
    left: -0.25rem;
  }
}
.status-bar p {
  color: #c7c7c7;
}

.status-bar .status {
  position: relative;
  width: 100%;
  height: 4.375rem;
  border-top: 0.25rem solid #00d763;
  transition: 0.6s;
  top: -0.25rem;
}
@media (max-width: 48rem) {
  .status-bar .status {
    border-left: 0.25rem solid #00d763;
    border-top: unset;
    border-top: unset;
    transition: 0.6s;
    top: 0rem;
    left: -0.25rem;
  }
}

.status-bar .status.disabled {
  border-top: 0.25rem solid #e9e9e9;
  transition: 0.6s;
  position: relative;
  top: -0.25rem;
}
@media (max-width: 48rem) {
  .status-bar .status.disabled {
    border-left: 0.25rem solid #e9e9e9;
    border-top: unset;
  }
}

.status-bar .status.disabled .leftCorner p,
.status-bar .status.disabled .rightCorner p {
  color: #c7c7c7;
  margin-top: 1.875rem;
}

.status-bar .status .leftCorner {
  position: absolute;
  top: -1.5625rem;
  left: -3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 48rem) {
  .status-bar .status .leftCorner {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: unset;
    height: 100px;
    top: -67px;
  }
}
.status-bar .status .leftCorner .before {
  position: relative;
  left: -4.6875rem;
}
@media (max-width: 48rem) {
  .status-bar .status .leftCorner .before {
    left: -25px;
  }
}
.status-bar .status .leftCorner .after {
  opacity: 0;
  top: -2.625rem;
  position: relative;
  left: -4.6875rem;
}
@media (max-width: 48rem) {
  .status-bar .status .leftCorner .after {
    top: 0rem;
    position: relative;
    left: -65px;
    width: 35px;
  }
}
.status-bar .status .leftCorner .after.first-dot {
  top: -2.8125rem;
  left: -50px;
}
@media (max-width: 48rem) {
  .status-bar .status .leftCorner .after.first-dot {
    position: relative;
    top: 0;
    left: -64px;
    width: 34px;
  }
}
.status-bar .status .leftCorner p {
  width: 12.5rem;
  color: #000000;
  margin-top: 1.875rem;
}
@media (max-width: 48rem) {
  .status-bar .status .leftCorner p {
    width: auto;
  }
}
.status-bar .status .leftCorner span {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  opacity: 0;
}

.status-bar .status .rightCorner {
  position: absolute;
  top: -1.5625rem;
  right: -2.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .status-bar .status .rightCorner {
    position: relative;
    top: 50px;
    right: 0rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    left: -1.4375rem;
  }
}
.status-bar .status .rightCorner .after {
  opacity: 0;
  top: -0.625rem;
  position: relative;
  right: 0rem;
}
@media (max-width: 768px) {
  .status-bar .status .rightCorner .after {
    top: 0rem;
    position: relative;
    left: -6px;
    width: 36px;
  }
}
.status-bar .status .rightCorner p {
  margin-top: 1.875rem;
}
@media (max-width: 48rem) {
  .status-bar .status .rightCorner p {
    margin-top: 15px !important;
    margin-left: 20px;
  }
}

.status-bar .status.active .leftCorner span {
  opacity: 1;
}

.status.active .leftCorner .before,
.status.active .rightCorner .before {
  opacity: 0;
}
.status.active .leftCorner .after,
.status.active .rightCorner .after {
  opacity: 1;
}

@media (max-width: 48rem) {
  .status-bar {
    width: 100%;
    flex-direction: column;
    position: relative;
    height: unset;
    border-left: 0.25rem solid #e9e9e9;
    top: 0;
    left: 22px;
    height: auto;
    padding-bottom: 0;
  }
  .status-bar .statusfour.disabled{
    height: 0px;
  }
}
img.before.dots {
  position: relative;
  top: 0.125rem;
  left: 1.5625rem;
  right: 0;
}
@media (max-width: 48rem) {
  img.before.dots {
    right: 0;
    top: 0;
    left: 17px;
  }
}

.status-bar .status:first-child .leftCorner p {
  margin-top: 0;
}

.bottom-cntnt {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 8.125rem auto 3.125rem;
  max-width: 32rem;
  width: 100%;
}
.bottom-cntnt a {
  color: #0d6efd;
  text-decoration: none;
}

.status-bar .status .leftCorner .firt-left {
  margin-left: -33px;
  margin-top: 12px;
}

.status-bar .status:first-child .leftCorner .before {
  left: -24px;
}

.status-bar .statusfour {
  width: 0% !important;
  height: 0px;
}

.loader {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.loader p {
      display: block;
      position: relative;
      padding: 0px !important;
      text-align: center;
      
  }
.loader p::before {
          visibility: visible;
          display: inline-block;
          content: " ";
          width: 100%;
          height: 100%;
          position: absolute;
          border-radius: 50px;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: #eee;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
border-radius: 5px;
background-size: 200% 100%;
animation: 1.5s shine linear infinite;
  }
  @keyframes shine {
    to {
      background-position-x: -200%;
    }
  }
#policyNumber{
  text-align: center;
}

/* .loader span.successValPolNo::before{
  left: 80%;
}

.loader span.successValPolicyValidFrom::before{
  width: 78px;
  left: 110%;
} */
.right-congrds-sec .loader p:first-child::before{
  left: 77%;
}
.right-congrds-sec .loader p:last-child::before{
  left: 87%;
}