body{
  /*overflow-y: hidden!important;*/ 
  overflow-x: hidden!important; 
  
}
.login,
.image {
  min-height: 100vh;
}
.main h4
{
    /* margin-top: 8%!important; */
    font-size: 18px!important;
    font-weight: 900!important;
    text-transform: uppercase;
    color: #fbbb02;
    /* padding-top: 32px;
    padding-bottom: 25px; */
}

.bg-image {
  width: 100%;
  min-height: 100vh;
 background: url(../images//background_img_new7.png) top center no-repeat;
  background-size: cover
}


/* .one-side
{
    width: 100%;
    max-width: 450px;
} */

/*** Header seaction */
.header {
  transition: all 0.5s!important;
  z-index: 997!important;
  padding: 20px 0!important;
}

.header.header-scrolled {
  background: #fff;
  padding: 8px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
  text-decoration: none;
}

.header .logo img {
  max-height: 70px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/** Navigation */

/* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #090909;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fbbb02;
  text-decoration: none;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #090909;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fbbb02;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
 /* color: #090909;
  background: #fbbb02; */
  transform: scale(1.04);
  -webkit-transition: transform 0.8s ease-in-out;
    -moz-transition:transform 0.8s ease-in-out;
    -ms-transition:transform 0.8s ease-in-out;
  transition: opacity 0.9s ease-in-out;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1140px;
}
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  /* --bs-gutter-y: 0; */
  /* width: 100%!important; */
  /* padding-right: calc(var(--bs-gutter-x) * .5); */
  /* padding-left: calc(var(--bs-gutter-x) * .5); */
  /* margin-right: auto; */
  /* margin-left: auto; */
}
.resendOtp
{
    position: relative  ;
    font-size: 11px;
    color: #04AA6D;
    text-decoration: none;
    float: right;
    margin-top: -22px; 
    /* margin-right: -14%; */
    margin-bottom: 30px;
    cursor: pointer;
}
.sendOtp
{
        cursor: pointer;
        margin-top: -16px;
        margin-bottom: 28px;
        width: 120px;
        height: 30px;
        padding-top: 8px;
        padding-bottom: 2px;
        color: #474747;
        background-color: #222;
        background-image: -moz-linear-gradient(0deg, #a1c4fd 0%, #884d80 0%, #2b5876 0%, #4e4376 100%);
        background-image: -webkit-linear-gradient(0deg, #fccf09 0%, #fccf09 0%, #fccf09 0%, #fccf09 100%);
        background-image: -ms-linear-gradient(0deg, #a1c4fd 0%, #884d80 0%, #2b5876 0%, #4e4376 100%);
        align-items: center;
        text-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        text-decoration: none;
}
.cus_icon
{
    margin:-6px 6px 0px 0px;
}
.package-icon
{
    font-size: 20px;
    color: #04AA6D;
}
.package-title
{
  /* font-size: 14px;   */

}
.package-details
{
    padding-top:0px;
    font-size:14px; 
    color:rgb(62 205 60);
}
.package-more
{
    color:#090909;
    float: left; 
    font-size: 14px;
    text-decoration: none;
    background-color: #fbbb02!important;
}
.package-more:hover
{
    text-decoration: none;
}
.package-more:focus
{
    box-shadow: none;
}

.package-upgrade
{
    color:#090909;
    font-size: 14px;
    text-decoration: none;
    background-color: #fbbb09!important;
}
.package-upgrade:hover
{
    text-decoration: none;
}
.package-upgrade:focus
{
    box-shadow: none;
}

.package-verification
{
    font-size:12px; 
    color: #2fb82f;
}
.footer_Links
{   
    margin-top: 12px;
    margin-bottom: 14px;
    /* background-color: #fccf09; */
    /* display: inline-block; */

}
.footer_Links a
{   
    font-family: "Nunito", sans-serif!important;
    margin-right: 1.2rem;
    margin-top: 10px;
    color: #090909;
    float: right;
    float: center!important;
    text-decoration: none;
}
.footer {
  /*margin-top: 36px;*/
  background: #fffaec;
  padding: 0 0 22px 0;
  font-size: 14px;
  border-top: 1px solid #f5ecd5;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #090909;
}
.login_link
{
    color: #fff;
    text-decoration: none;
}
.login_link:hover
{
  color: #fff;
  text-decoration: none;
}

.resendOtpLogin
{
    font-size: 11px;
    color: #04AA6D;
    text-decoration: none;
    float: right;
    /* margin-top: 22px; */
    margin-bottom: 30px;
    cursor: pointer;
}
.some-class {
    float: left;
    clear: none;
  }
  
  label {
    /* clear: none;
    display: block;
    padding: 4px 1em 0px 8px; */
    font-size: 12px;
    clear: none;
    display: block;
    padding: 5px 0px 0px 5px;
  }
  
  /* input[type=radio],
  input.radio {
    float: left;
    clear: none;
    margin: 2px 0 0 2px;
  } */
  .cus_lable
  {
    padding: 10;
  }
  .otp a:hover
  {
    text-decoration: none;
    color: #04AA1E;
  }

  /** Modal */
  #pricing .pricing-table 
  {
    background-color: #fff;
  }
.pricing-table {

    padding: 30px; 

    margin: 15px 0;

    text-align: center;

    border-radius: 5px;

    -webkit-transition: background-image 0.3s ease-out;

    -moz-transition: background-image 0.3s ease-out;

    -o-transition: background-image 0.3s ease-out;

    transition: background-image 0.3s ease-out;

    box-shadow: 3px 1px 10px rgba(85, 85, 85, .15);

    border: 1px solid #ddd;

}



.pricing-table .book-price {

    font-size: 26px !important;

    padding: 0px 0 !important;

    padding-bottom: 19px !important;

}



.pricing-table .book-price span {

    font-size: 20px !important;

}





.pricing-table .icon {

    margin-bottom: 10px;

}



.pricing-table .icon i {

    font-size: 42px;

}



.pricing-table .price {

    color: #263238;

    font-size: 36px;

    padding: 20px;

    font-weight: 500;

}



.pricing-table .price span {

    font-size: 16px;

    line-height: 15px;

    font-weight: 600;

    color: #000;

}



.pricing-table .pricing-details h2 {

    font-size: 22px;

    color: #191c1e;

    font-weight: 700;

    padding: 5px 0;

    margin-bottom: 0;

}



.pricing-table .pricing-details ul li {

    padding: 7px;

    font-size: 14px;

}

.pricing-table:hover .mdi-rocket {
  color: #fff!important;
 }

.pricing-table:hover,

.pricing-active {

   /* color: #fff;

    -webkit-transition: background-image 0.3s ease-out;

    -moz-transition: background-image 0.3s ease-out;

    -o-transition: background-image 0.3s ease-out;

    transition: background-image 0.3s ease-out;

    background-image: -moz-linear-gradient(0deg, #fccf09 0%, #fccf09 100%);

    background-image: -webkit-linear-gradient(0deg, #fccf09 0%, #fccf09 100%);

    background-image: -ms-linear-gradient(0deg, #fccf09 0%, #fccf09 100%);*/

    /*box-shadow: 3px 1px 10px rgba(85, 85, 85, .15);*/
    box-shadow: 3px 1px 10px rgb(243 202 18 / 92%);
}

.pricing-table:hover .pricing-details h2, .my_tick

.pricing-active .pricing-details h2  {
    color: #fff;
}




.pricing-table:hover .price,

.pricing-active .price {

    color: #000;

}

#price_rupee{
  font-size: 16px;
  font-weight: 600;
  font-color: #000;
  margin-right: 4px;
}

.pricing-table:hover .price span,

.pricing-active .price span {

    /*color: #fff;*/

}



.pricing-table:hover .btn-border,

.pricing-active .btn-border {

    background: #fff;

    border-color: #fff;

    color: #fccf09;

}

@-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      transform: translateX(-20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .pricing-details ul li
  {
    list-style-type: none;
  }

  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-2000px);
      -ms-transform: translateX(-2000px);
      transform: translateX(-2000px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }

  .btn-border {

    border-style: solid;

    border-width: 2px;

    cursor: pointer;

    background-color: transparent;

    border-color: #3c9cfd;

    color: #3c9cfd;

}



.btn-border:hover {

    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);

}



.btn-border-filled {

    cursor: pointer;

    background-color: #fff;

    border: 2px solid #fff;

    color: #3c9cfd;

}



.btn-border-filled:hover {

    color: #3c9cfd;

    background-color: #ffffff;

    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);

}
/* .modal-footer button
{
    color: #fff;
    background-color: #fccf09;
    border-color: #fccf09;
}
.modal-footer button:hover
{
   background-color: #e0c135;
    border-color: #af9627;
} */

/* .dropdown button{
  width: 100%;
  color: #666;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
}

.dropdown button:focus
{
  box-shadow: none;

} */
input, textarea{
  background: #fff!important;
}
.cus-select
{
  font-size: 16px!important;
  border: 1px solid #ebebeb;
  color:rgb(143 122 122);
  background: #fff!important;
  width: 100%!important;
  border: 1px solid #80808096!important;
  color: #222!important;
  font-weight: 500!important;
  font-family: 'Poppins';
  cursor: pointer!important;
}

/* .cus-select option:checked { 
  background: #fbbb02!important;
  color: #fff!important;
} */
.cus-select option:hover { cursor: pointer!important; }

/* select option:first-child{
  color:#a2a2a2;
} */
  .modal-title{
    margin-left: 45%;
    margin-left: 45%;
    color: #fccf09;
  }
  @media (min-width: 992px)
  {
    .modal-lg{
        max-width: 1140px!important;
    }  
    .footer  {
      background-position: center bottom;
    }
  }
  @media (min-width: 576px)
  {
    .loginpackage .modal-dialog 
    {
      max-width: 800px!important;
    }
    .loginaadharverify .modal-dialog 
    {
      max-width: 410px!important;
    }
    .confirmBoxModal .modal-dialog 
    {
      max-width: 410px!important;
    }
  }  

 /* @media (min-width: 766px)
  {
    .modal-title
    {
      margin-left: 38%;
    }
  }  */

  select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
  }
  select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
  /* For IE10 */
  select::-ms-expand {
    display: none;
  }
  .cust-radio
  {
    width:8%;
    margin: 10px 0 0 0!important;
  }
  .upi-payment
  {
    padding: 1.6rem;
    /* margin: 12px 12px; */
    font-size: 16px;
  }


   /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  .footer {
    background: #f6f6f6;
    padding: 0 0 0 0;
    font-size: 14px;
        font-family: "Nunito", sans-serif!important;
    color: #444444;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  .footer .footer-newsletter 
  {
    /* padding: 50px 0; */
  /*  background: #fbbb02;*/
    border-top: 1px solid #f1ede363;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  
  .footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #090909;
  }
  
  .footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
  }
  
  .footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px);
  }
  
  .footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background:#090909;
    color: #fbbb02;
    transition: 0.3s;
    border-radius: 4px;

  }
  
  .footer .footer-newsletter form input[type=submit]:hover {
    transform: scale(1.04);
    -webkit-transition: transform 0.8s ease-in-out;
      -moz-transition:transform 0.8s ease-in-out;
      -ms-transition:transform 0.8s ease-in-out;
    transition: opacity 0.9s ease-in-out;
  }
  
  .footer .footer-top {
    background: white url(../../web_assets/img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
   /* padding: 60px 0 30px 0;*/
  }
  
  @media (max-width: 992px) {
    .footer .footer-top {
      background-position: center bottom;
    }
  }
  
  .footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
  }
  
  .footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  
  .footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fbbb02;
    font-family: "Nunito", sans-serif;
    margin-top: 3px;
  }
  
  .footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
  }
  
  .footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: #fbbb02;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .footer-top .social-links a:hover {
    color: #ffbd00;
  }
  
  .footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #090909;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
  }
  
  .footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fbbb02;
    font-size: 12px;
    line-height: 0;
  }
  
  .footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  .footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-top .footer-links ul a {
    color: #090909;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
  }
  
  .footer .footer-top .footer-links ul a:hover {
    color: #090909;
  }
  
  .footer .footer-top .footer-contact p {
    line-height: 26px;
  }
  
  .footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #090909;
  }
  
  .footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fbbb02;
  }
  a {
    text-decoration: none !important;
    background-color: transparent;
}
li {
    text-align: -webkit-match-parent;
}

.details_foot{
  color: #090909;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;    line-height: 26px;
}


.copyright_footer{
    background: #f6f6f6;
    padding: 0 0 30px 0;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    color: #090909;
    font-weight: 400;
    font-family: "Nunito", sans-serif!important;
        -webkit-font-smoothing: antialiased;
}
.login_title
{
 font-size: 22px!important; 
 font-weight: bold;
}
.hr {
  border-radius: 6px;
  color: #04AA1E;
  height: 6px;
  width: 49px;
  background-color: #000;
  opacity: .08;
  margin-left: 0;
  margin-top: 12px;
  margin-bottom: 24px;
}
.step-count 
{
  /* opacity: .35; */
  font-size: 16px!important;
  font-weight: 700!important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.div-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.div-wrapper img 
{
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
}
.txt_size{
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: relative;
  /* padding: 0px 80px 10px 70px; */
}
.p_text_size{
  text-align: justify;
  padding: 0px 40px 0px 80px;
  font-size: medium;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.h_text_size{
  text-align: justify;
  padding: 0px 40px 0px 80px;
  font-size: 28px;
  padding: 55px 0px 25px 80px;
  margin-left: 70px;
}
.icons_size{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
}
.my_tick{
  font-size: 18px;
  color: #fff;
}
.box i 
{
  margin-right: 6px!important;
}


.pageloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgb(249, 249, 249); 
  
}
.pageloader1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596); 
  
}
.pageloaderstep2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);   
}
.pageloaderstep3a {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);   
}
.pageloaderstep4a {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);   
}
.pageloaderpay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);  
}

.pageloadernominee {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);  
  
}
.pageloaderCheckDependent {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);  
  
}
.pageloaderDependent {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);  
  
}
.otpLoader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596); 
  
}
.form-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgb(249, 249, 249); 
  
}
@media (max-width:767px){
  .hidden-xs{
      display:none !important
  }
  #addhar_verify
  {
    padding: 0px 10px 24px 0px!important;
  }
#verified_addhar
{
  display:none;
  padding: 0px 10px 24px 0px!important;
  border-radius: 4px;
  transition: 0.5s;
  color: #388e3c!important;
  box-shadow:none!important;
  cursor: unset;
}
#pan_verify
{
  padding: 0px 10px 24px 0px!important;
}
#verified_pan
{
  display:none;
  background-color: transparent;
  line-height: 0;
  padding: 0px 10px 24px 0px!important;
  border-radius: 4px;
  transition: 0.5s;
  color: #388e3c!important;
  box-shadow:none!important;
  cursor: unset;
}

}
@media (min-width:768px) and (max-width:991px){
  /* .hidden-sm{
      display:none !important
  } */
  
}
@media (min-width:992px) and (max-width:1199px){
  .hidden-md{
      display:none !important
  }
}
@media (min-width:1200px){
  .hidden-lg{
      display:none !important
  }
}

/* autofill color */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
/** datepicker **/
/* Style for body and footer codepen :)  
Designed by RuLiweb - ruliweb.it */
/* body {
  background: rgba(59,60,56,0.05);
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
}

h2{
  margin-top:30px;
  margin-bottom:50px;
} */
.calendar{
  margin-bottom:200px;
}
.class-link{
  color:#333333;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00; 
}

/* From here you can start to copy */

.calendar {
  padding:8px;
  background: #ffffff;
  border-radius: 4px;
  font-size:18px;
  border: 1px solid #333333;
  box-shadow: 0px 20px 40px rgba(59,60,56,0.05);
}
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #fbbb02;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
  text-align: center;
  font-size:18px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #fbbb02;
  margin-bottom: 5px;
  font-size: 18px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #ffffff;
  background:#fbbb02;
  border-radius:50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #ffffff;
  background-color:#fbbb02;
  border-radius:50px;
}

.ui-state-active {
  color: #ffffff;
  background-color:#fbbb02;
  border-radius:50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #fbbb02;
    font-size:20px;
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
  cursor: pointer!important;
}
input[type="date"]:focus:before,
{
  content: " ";
}
input[type="date"]
{
  cursor: pointer!important;
} 




/* ==========================================================================
   #DATE PICKER
   ========================================================================== */
   td.active {
    background-color: #2c6ed5;
  }
  
  input[type="date" i] {
    padding: 14px;
  }
  
  .table-condensed td, .table-condensed th {
    font-size: 14px;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
  }
  
  .daterangepicker td {
    width: 40px;
    height: 30px;
  }
  
  .daterangepicker {
    border: none;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
  }
  
  .daterangepicker::after, .daterangepicker::before {
    display: none;
  }
  
  .daterangepicker thead tr th {
    padding: 10px 0;
  }

  
  .daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    outline: none;
  }
  .input-group-text
  {
    color: #fbbb02!important;
  }

  .input-group-text
  {
    background-color: #fff!important;
  }
  .usetwentyfour
  {
    box-shadow: 0px 2px 20px #fff!important;
    margin-left: 10%!important;
  }
  .btn-expert
  {
    line-height: 0;
    padding: 22px 16px;
    border-radius: 4px;
    transition: 0.5s;
    /* color:#fbbb02; */
    color: #fbbb02;
    /* border: 1px solid #fff; */
    border: none!important;
    background: #090909;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  }
  .my_tick 
  {
    font-size: 12px!important;
    color: #090909;
    margin-right: 1%!important;
  }
.text_overflow{
  width: 100%;
  height: 54vh!important;
  overflow: auto;
}







  /* .my_tick:hover
  {
    color: #fff!important;
  }   */


ul.a {
    text-align: justify!important;
    /* margin-top: 10%!important;
    line-height: 2.2!important; */
    font-size: 14px;
    font-weight: 600;
    color: #090909!important;
}
ul.a .my_tick
{
  font-size: 14px!important;
  color: #090909!important;
}
.pr_position_pkg1 {
   /* position: absolute; */
  /*top: 66px; */
  left: 0px;
  color: #090909!important;
  font-size: 24px;
  font-weight: 700;
}
.boxa {
  /* padding: 41px 20px; */
  /* background: #fff; */
  /* text-align: center; */
  border-radius: 4px;
  position: relative;
  /* overflow: hidden; */
  transition: 0.3s;
 
  /* box-shadow: 0px 0px 10px rgb(10 10 10 / 30%); */
}
.price 
{
  font-size: 20px;
  color: #090909;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.pr_position1
{
  /* position: absolute; */
  /* top: 66px; */
  /* right: 147px; */
}
.price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
#myModals h2
{
  font-weight: bold!important;
  font-size: 22px!important;
  padding: 5px 0!important;

}

#coupleModals h2
{
  font-weight: bold!important;
  font-size: 22px!important;
  padding: 5px 0!important;

}

#familyModals h2
{
  font-weight: bold!important;
  font-size: 22px!important;
  padding: 5px 0!important;

}

#familypModals h2
{
  font-weight: bold!important;
  font-size: 22px!important;
  padding: 5px 0!important;

}
#myModals .boxa
{
  padding: 0!important;
}
.buy_now {
  line-height: 0;
  padding: 22px 24px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fbbb02;
  background: #090909;
  box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
}
.buy_now:hover{
  color: #fbbb09!important;
}
.btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fbbb02;
  background: #090909;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
/* Modal Content */
.modal-content {
  margin: auto;
  border: 1px solid #888;
  -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
      /* background-image: url('../img/who-we-are.jpg'); */
      background-color: #fff;
      backdrop-filter: blur(10px)!important;
      /* background:linear-gradient(0deg, rgba(32, 31, 32, 0.3), rgba(31, 30, 30, 0.3)),url('../img/who-we-are.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-body {
  padding: 2% 4% 2% 4%!important;
}
/* #loginhealthbee .modal
{
    --bs-modal-width: 800px!important; 
} */
.product-id
{
    font-size: 12px;
    font-weight: 600;
    color: #090909;
}
.viewpdf
{
  margin-top: 2px;
  color: #fccf09!important;
  font-size: 14px!important;
  font-weight: 600;
}
#tc-error.error
{
  font-size: 12px!important;
}
ul.a .fa-li{
  top: 0.302857em!important;
  /*left: -2.34285714em!important;*/
}


/* .cus-select option:hover
{
  background-color: #fbbb02!important;
} */
.pageloaderaddDependent {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);   
}
  
.pageloaderaddDependent1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fbbb02;
  background: url('../images/loading_two.gif') 50% 50% no-repeat rgba(245, 244, 244, 0.596);   
}
#addhar_verify
{
  background-color: transparent;
  line-height: 0!important;
  padding: 24px 0px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fbbb02!important;
  box-shadow:none!important;
  cursor:pointer!important;
}

#aadhar_is_verified
{
  display:none;
  background-color: transparent;
  line-height: 0;
  padding: 16px 0px;
  border-radius: 4px;
  transition: 0.5s;
  color: #388e3c!important;
  box-shadow:none!important;
  cursor: unset;
}
#verified_addhar
{
  display:none;
  background-color: transparent;
  line-height: 0;
  padding: 16px 0px;
  border-radius: 4px;
  transition: 0.5s;
  color: #388e3c!important;
  box-shadow:none!important;
  cursor: unset;
}
#pan_verify
{
  background-color: transparent;
  line-height: 0;
  padding: 24px 0px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fbbb02!important;
  box-shadow:none!important;
}
#verified_pan
{
  display:none;
  background-color: transparent;
  line-height: 0;
  padding: 16px 0px;
  border-radius: 4px;
  transition: 0.5s;
  color: #388e3c!important;
  box-shadow:none!important;
  cursor: unset;
}