@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: normal;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

button {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

body {
  overflow-x: hidden;
  color: #003A7F;
  position: relative;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}

::-moz-selection {
  background-color: #1E79E6;
  color: #FFFFFF;
}

::selection {
  background-color: #1E79E6;
  color: #FFFFFF;
}

.theme_btn {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 14px 38px;
  background-color: #1E79E6;
  line-height: 150%;
}
.theme_btn:hover {
  background-color: #003A7F;
}

.line-limit-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.line-limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.line-limit-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}

.line-limit-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical;
}

.line-limit-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical;
}

.line-limit-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8 !important;
  -webkit-box-orient: vertical;
}

.line-limit-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical;
}

.line-limit-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10 !important;
  -webkit-box-orient: vertical;
}

.header_area {
  padding-top: 15px;
  padding-bottom: 40px;
}

.info_text_area {
  margin-bottom: 84px;
}
.info_text_area .title {
  max-width: 1282px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: 700;
  color: #003A7F;
  text-align: center;
  margin-bottom: 23px;
}
.info_text_area .title span {
  color: #1E79E6;
}

.footer_area {
  border-top: 1px solid #ABD5FF;
  padding-top: 25px;
}
.footer_area .main {
  max-width: 1200px;
  margin: 0 auto;
}
.footer_area .main .top {
  margin-bottom: 16px;
}
.footer_area .main .top .title {
  font-size: 20px;
  font-weight: 500;
}
.footer_area .main .top ul {
  gap: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer_area .main .info p {
  /* text-align: justify; */
}
.footer_area .copyright {
  background-color: #003A7F;
  text-align: center;
  margin-top: 20px;
}
.footer_area .copyright p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px 0;
}

.qualify_step_area {
  padding-bottom: 71px;
}
.qualify_step_area .main {
  max-width: 520px;
  margin: 0 auto;
}
.qualify_step_area .main .step_main {
  margin-bottom: 56px;
}
.qualify_step_area .main .step_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.qualify_step_area .main .step_main ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  position: relative;
}
.qualify_step_area .main .step_main ul li .question {
  line-height: 150%;
  font-size: 15px;
  font-weight: 500;
  color: #1E79E6;
  margin-top: 24px;
  position: relative;
}
.qualify_step_area .main .step_main ul li .progress_check {
  position: absolute;
  top: -30px;
  left: 0;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9;
}
.qualify_step_area .main .step_main ul li:first-child {
  text-align: left;
}
.qualify_step_area .main .step_main ul li:first-child .question {
  margin-left: -10px;
}
.qualify_step_area .main .step_main ul li:first-child .progress_check {
  width: 45px;
  height: 45px;
}
.qualify_step_area .main .step_main ul li:nth-child(2) {
  text-align: center;
}
.qualify_step_area .main .step_main ul li:nth-child(2) .progress_check {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.qualify_step_area .main .step_main ul li:nth-child(3) {
  text-align: right;
}
.qualify_step_area .main .step_main ul li:nth-child(3) .progress {
  width: 89%;
}
.qualify_step_area .main .step_main ul li:nth-child(3) .question {
  margin-right: -10px;
}
.qualify_step_area .main .step_main ul li:nth-child(3) .progress_check {
  right: 0;
  left: unset;
}
.qualify_step_area .main .step_main .progress {
  width: 95%;
  height: 5px;
  border-radius: 0;
  background-color: #D9D9D9;
  overflow: visible;
}
.qualify_step_area .main .step_2 .inner_progress {
  width: 100% !important;
}
.qualify_step_area .main .cofirming {
  text-align: center;
  margin-top: -4px;
  padding-bottom: 60px;
}
.qualify_step_area .main .cofirming .title {
  font-size: 22px;
  font-weight: 700;
  color: #1EC2E6;
}
.qualify_step_area .main .step_button .title {
  margin-bottom: 30px;
  line-height: 150%;
  font-size: 22px;
  font-weight: 700;
  color: #1E79E6;
  text-align: center;
}
.buttons {
  max-width: 467px;
  margin: 0 auto;
}
.qualify_step_area .main .step_button .buttons .btns {
  width: 100%;
  border: 1px solid #1E79E6;
  line-height: 150%;
  font-size: 16px;
  font-weight: 500;
  color: #1E79E6;
  padding: 14px 20px;
  border-radius: 8px;
  margin-bottom: 7px;
  text-align: center;
}
.qualify_step_area .main .step_button .buttons .btns:hover {
  background-color: #1E79E6;
  color: #FFFFFF;
}

.congratulations_area .main {
  max-width: 1165px;
  margin: 0 auto;
}
.congratulations_area .main .title {
  font-size: 35px;
  font-weight: 700;
  color: #1E79E6;
  margin: 20px 0;
}
.congratulations_area .main .text p {
  font-size: 22px;
  font-weight: 700;
  color: #003A7F;
}
.congratulations_area .main .text p span {
  color: #E6661E;
}
.congratulations_area .main .text .theme_btn {
  margin-top: 47px;
  margin-bottom: 13px;
}
.congratulations_area .main .text .aval {
  font-size: 20px;
  font-weight: 500;
  color: #03AC00;
  margin-bottom: 27px;
}
.congratulations_area .main .text .sm_details {
  color: #003A7F;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 64px;
}

/* back to top button start */
.scroll-to-top {
  display: inline-block;
  background-color: #031A12;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 5px;
  font-size: 19px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: 0;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.progress-50 {
  position: relative;
}
.progress-50::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -5px;
  height: 5px;
  width: 50%;
  background: #1E79E6;
}

.progress-100 {
  position: relative;
}
.progress-100::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -5px;
  height: 5px;
  width: 95%;
  background: #1E79E6;
}
.health-logo img{
  width: 100%;
}
.health-logo{
  display: block;
  max-width: 160px;
  margin: 0 auto;
}
.sorry-img,
.congratulation-img{
  max-width: 250px;
  margin: 0 auto;
}
.sorry-img img,
.congratulation-img img{
  width: 100%;
}
.loading img{
  width: 100%;
}
.loading{
  max-width: 80px;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
body{
  position: relative;
  min-height: 100vh;
  padding-bottom: 300px;
}
.footer_area{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/* loader css start  */

#preloader {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    z-index: 99;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    text-align: center;
    /* transform: translate(-50%, -50%); */
    /* background: rgba(255, 255, 255,0.7); */
}

#gif-container {
    margin-bottom: 20px; 
}

#progress-bar {
    width: 200px;
    height: 10px;
    background: #555;
    border-radius: 10px;
    overflow: hidden;
    z-index: 999;
    margin: 0 auto;
}

#bar {
    height: 100%;
    width: 0;
    background: #1E79E6;
    border-radius: 10px;
    animation: widthAnimation 2s linear infinite;
}

 .text p{
    font-size: 20px;
    color: #1E79E6;
    font-weight: 500;
}


.rotated {
    animation: moveLeftToRight 5s linear infinite;
}
.theme_btn{
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #1E79E6 !important;

}

.qualify_step_area .main .step_button .buttons .btns{
  position: relative;
  overflow: hidden;
}
.theme_btn::after,
.qualify_step_area .main .step_button .buttons .btns::after{
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background: #003A7F;
  transition: 0.3s;
}
.theme_btn:hover::after,
.qualify_step_area .main .step_button .buttons .btns:hover::after{
  width: 100%;
  left: auto;
  right: 0;
}
.theme_btn{}
@keyframes moveLeftToRight {
    0% {
        transform: translateX(calc(-600% + -100px)); 
    }
    100% {
        transform: translateX(calc(410% + 100%)); 
    }
}
@keyframes widthAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 100%; 
    }
}

@keyframes moveLeftToRight {
    0% {
        transform: translateX(calc(-200% + -10vw)); 
    }
    100% {
        transform: translateX(calc(100% + 10vw)); 
    }
}
.congratulations_area .main .text .theme_btn::after{
  width: 100%;
  left: auto;
  right: 0;
  animation: pulse 2s infinite;
  border-radius: 12px;
}
.congratulations_area .main .text .theme_btn{
  animation: jump-shaking 1.83s infinite;
  overflow: visible;
}
.policy-list li{
  display: inline-block;
  border-left: 1px solid #ccc;;
}
.policy-list li:first-child{
  border: none;
}

.policy-list li a{
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  padding:0 15px;
  line-height: 1;
}

.policy-list li a:hover{
  color: #1E79E6 !important;
}
.policy-list{
  text-align: center;
  margin-top: 10px;
}
.title-others{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.subtitle{
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 10px 0;
}
.position-unset{
  position: unset;
}
.min-h{
  min-height: 100%;
}
.posotion{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hv-100{
  height: 100vh !important;
}
@keyframes pulse{
  0% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.1) scaleY(1.5);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
}
@keyframes jump-shaking {
  0% { transform: translateX(0) rotate(0)}
  35% { transform: translateY(0) rotate(0)}
  85% { transform: translateY(0) rotate(0) }
  89% { transform: translateY(-2px) rotate(-4deg) }
  93% { transform: translateY(-3px) rotate(4deg) }
  98% { transform: translateY(-4px) rotate(-4deg) }
  100% { transform: translateY(0) rotate(0) }
}

@media (max-width: 999px) {
  .info_text_area .title {
    font-size: 16px;
  }
  .qualify_step_area .main .step_button .title {
    font-size: 16px;
  }
  .congratulations_area .main .img img{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .info_text_area {
    margin-bottom: 30px;
  }
  .health-logo {
    max-width: 120px;
  }
  .header_area{
    padding-bottom: 20px;
  }
  .qualify_step_area .main .step_main{
    margin-bottom: 30px;
  }
  .qualify_step_area {
    padding-bottom: 30px;
  }
  .congratulations_area .main .title{
    font-size: 22px;
    margin: 10px 0;
  }
  .congratulations_area .main .text p{
    font-size: 16px;
  }
  .congratulations_area .main .text .theme_btn{
    margin-top: 25px;
    padding: 13px 20px;
    font-size: 13px;
  }
  .congratulations_area .main .text .aval{
    font-size: 14px;
  }
  .congratulations_area .main .text .sm_details br{
    display: none;
    font-size: 14px;
  }
  .qualify_step_area .main .cofirming .title{
    font-size: 16px;
  }
  .sorry-img, .congratulation-img {
    max-width: 120px;
  }

    body{
      min-height: 100%;
      padding-bottom: 0px;
    }
    .footer_area{
      position: unset;
    }
.posotion{
  position: unset;
}
}






/* ================asif css start===================== */


  
  .form-step {
    display: none;
    transform-origin: top;
    animation: animate 0.5s;

  }
  
  .form-step-active {
    display: block;
    /* background-color: rosybrown; */
  }
  
  .input-group {
    margin: 2rem 0;
  }
  

  
  /* Button */

  
  .btn {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #f3f3f3;
    text-align: center;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: 0.3s;
  }
  .btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
  }
  


  /* ================ */


  .con-last-active{
    display: block !important;
  }

  .form-step-active.step2ssd{
    display: none !important;
  }


  .con-last-active{
    display: block !important;
  }


  /* ========= */
  /* ================ */


  .con-last-active{
    display: block !important;
  }

  .form-step-active.step2ssd{
    display: none !important;
  }


  .con-last-active{
    display: block !important;
  }


  /* ======5sc class======== */

  .asif2{
    background-color: red !important;
    display: none !important;
  }

.congress-last-step{
  display: none !important;
}
  .congress-last-step-show{
    display: block !important;
  }

