.kbc_wrap .detail_plot {
  width: 100%;
  float: left;
  /* height: 100vh; */
  /* background: linear-gradient(90deg, #0d0529 0%, #220059 100%); */
  /* background-color: #011E8E; */
  background-color: #0D0529;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center ;
  flex-direction: column;
}

.kbc_wrap .detail_plot .logo_section {
  width: 100%;
  float: left;
  margin-bottom: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 55px;
  /* margin-top: 120px; */
}

.kbc_wrap .detail_plot .logo_section .img-block {
  /* width: 11%; */
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kbc_wrap .detail_plot .logo_section .img-block img {
  float: left;
  width: 100%;
}

.kbc_wrap .detail_plot .crorepati_form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.kbc_wrap .detail_plot .crorepati_form .head {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.kbc_wrap .detail_plot .crorepati_form .head .title {
  width: 100%;
  float: left;
  font-size: 30px;
  text-align: center;
  color: #f8f8f8;
  font-weight: 600;
  font-family: "InterRegular", sans-serif;
  margin-bottom: 10px;
}

.form_submiting_error {
  color: red;
  min-height: 21px;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  /* margin-bottom: 20px; */
  font-size: 16px;
  font-family: "InterRegular", sans-serif;
}

.kbc_wrap .detail_plot .crorepati_form .form {
  float: left;
  /* width: 25%; */
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
   /* margin-bottom: 150px; */
   /* margin-bottom: 195px; */
}

.kbc_wrap .detail_plot .crorepati_form .form .form_slot {
  float: left;
  /* width: calc((100% - 20px) / 2); */
  /* width: 100%; */
  /* width: 90%; */
  /* width: 50%; */
  width: 100%;
  position: relative;
  /* margin-bottom: 40px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 0 30px;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.language_form{
  margin-top: 20px;
}
/* .kbc_wrap .detail_plot .crorepati_form .form .form_slot.gender-slot{
  width: 75%;
} */
.form_slot.dob-slot {
    /* margin-top: 50px; */
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.gender-slot .language-selection{
  flex-direction: column;
  width: 100%;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.gender-slot .language-selection .language{
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.gender-slot .language-selection .language .radio{
  margin-bottom: 10px;
    border-radius: 3px;
    background: #fff;  
    padding: 10px 0;  
    height: unset;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.gender-slot .language-selection .language input[type="radio"]:checked + .radio{
  background-color: #f6cc39;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.gender-slot .language-selection .language .radio span{
  color: #000;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot .form_input {
  position: relative;
  width: 100%;
  /* border: 1px solid #e1e1e1; */
  /* padding: 4px; */
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.mobile-slot .form_input {
  /* background-color: #fff; */
  color: #111;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #e1e1e1; */
}
.country-code{
    background-color: #fff;
   border: 1px solid #e1e1e1;
   color: #111;
   font-size: 14px;
   display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
   margin-right: 6px;
   border-radius: 3px;
}
#mobileNo{
   background-color: #fff;
   border: 1px solid #e1e1e1;
   border-radius: 3px;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.dob-slot .form_input ,
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.registration-no-slot .form_input ,
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.email-slot .form_input {
   border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
 
}

.kbc_wrap .detail_plot .crorepati_form .form .form_slot.dob-slot .form_input .floating_input{
  color: #fff;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot .form_input.default {
  border: solid 2px #838383;
  opacity: 0.4;
  cursor: default;
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  input.floating_input {
  float: left;
  width: 100%;
  height: 44px;
  border: 0;
  /* border-radius: 6px; */
  padding: 10px 10px;
  font-family: "InterRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  /* color: #111; */
  /* background-color: #0f052c; */
  /* background-color: transparent; */
  font-style: normal;
  letter-spacing: normal;
  transition: all 0.3s linear;
  -moz-transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
}
.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  input.floating_input::placeholder{
    /* color: #fff; */
    color: #979797;;
    font-size:14px;
    text-transform: uppercase;
  }
input:-internal-autofill-selected {
  background-color: transparent !important;
}
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.form_slot.registration-no-slot .form_input input.floating_input,
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.form_slot.email-slot .form_input input.floating_input,
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.form_slot.dob-slot .form_input input.floating_input {
  /* color: #fff; */
}

.kbc_wrap .detail_plot .crorepati_form .form .form_slot .form_input .tickmark {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 13px;
  right: 8px;
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  input[type="number"]::-webkit-inner-spin-button,
.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  .floating_input:focus
  ~ label,
.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  .floating_input:not(:placeholder-shown)
  ~ label {
  top: -7px;
  font-family: "InterRegular", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #979797;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.4);
  background-color: #0d0529;
}

.kbc_wrap .detail_plot .crorepati_form .form .form_slot .form_input label {
  width: 100%;
  text-align: left;
  /* color: #979797; */
  color: #fff;
  font-family: "InterRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
  /* position: absolute; */
  pointer-events: none;
  left: 7px;
  top: 18px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}


.kbc_wrap .detail_plot .crorepati_form .form .form_slot label,
.kbc_wrap .detail_plot .crorepati_form .form .form_slot.dob-slot label {
   width: 100%;
  text-align: left;
  color: #fff;
  font-family: "InterRegular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 15px;
  /* position: absolute;
  pointer-events: none;
  left: 7px;
  top: 18px; */
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.error {
  width: 100%;
  height: 20px;
  /* position: relative;
  bottom: -6px; */
  color: #e02020;
  font-size: 16px;
  left: 22px;
  font-family: "InterRegular", sans-serif;
  margin: 14px 0;
  /* padding: 0 16px; */
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input.error
  label {
  color: #e02020 !important;
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input.error
  input {
  border-bottom: 1px solid #e02020;
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  .calender_icon {
  width: 24px;
  position: absolute;
  right: 4px;
  top: 13px;
}

.kbc_wrap
  .detail_plot
  .crorepati_form
  .form
  .form_slot
  .form_input
  .calender_icon
  img {
  width: 100%;
}

.selection-option {
  width: 100%;
  height: 44px;
  right: 5px;
  top: 14px;
}

select.select {
  width: 100%;
  /* height: 44px; */
  height:unset;
  border-radius: 6px;
  float: left;
  border: 0;
  border-radius: 0px;
  padding: 10px 16px 10px 10px;
  font-family: "InterRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  /* background-color: #0f052c;
  color: #979797; */
  background-color: #fff;
  color: #000;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 9%;
  background-position: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.button-plot {
  width: 100%;
  float: left;
}

.button-plot {
  width: 50%;
  float: left;
  /* padding: 0 30px 30px; */
   padding: 0 30px 0px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: unset;
  margin-bottom: 20px;
}

.button-plot a.cancel-btn {
  color: #ffffff;
  font-size: 20px;
  font-family: "InterRegular", sans-serif;
  text-align: center;
  margin-right: 20px;
}

.button-plot .register-btn {
  /* height: 60px; */
  cursor: pointer;
  color: #0d0529;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  font-weight: 600;
  background-color: #f6cc39;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 10px 90px; */
  padding: 14px 27px;
  border-radius: 6px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  /* border: 2px solid #ffffff; */
  /* background: linear-gradient(
      134.2deg,
      #fceead 3.12%,
      #f9d969 51.83%,
      #f6cc39 96.35%
    ),
    linear-gradient(90deg, #e1c41d 0%, #e4a600 100%),
    linear-gradient(90deg, #e1c41d 0%, #e4a600 100%); */
  /* background: #0f052c; */
  color: #000;
  cursor: pointer;
  max-width: 130px;
  width: 100%;
}
/* #send-otp-btn{
  margin-top: 30px;
} */
.register-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.t_c-checkbox {
  width: 100%;
  float: left;
  /* margin-left: 39px; */
  margin-top: 11px;
  /* padding: 0 16px */
}

.t_c-checkbox label {
  float: left;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
}

.t_c-checkbox label input[type="checkbox"] {
  display: none;
}

.t_c-checkbox label .checkbox {
  float: left;
  width: 20px;
  height: 20px;
  border: solid 2px #ffffff;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.t_c-checkbox label .text {
  width: calc(100% - 40px);
  /* width: auto; */
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  color: #ffffff;
  margin-left: 7px;
  cursor: pointer;
}

.t_c-checkbox label input[type="checkbox"] {
  display: none;
}

.t_c-checkbox label input[type="checkbox"]:checked ~ .checkbox {
  background-image: url(../img/checkbox.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.t_c-checkbox label input[type="checkbox"]:checked ~ .checkbox::after {
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 13px;
  font-family: "InterRegular", sans-serif;
  color: #ffffff;
}

.t_c-checkbox label .text a.t-n-c-link{
  color: #f6cc39;
  text-decoration: underline;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  padding: 0 5px;
  text-underline-offset: 5px;
}
.form_slot.gender-slot{
  padding-bottom: 50px;
}
.black-transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: auto;
}
.otppop-wrap {
     display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
}
.otppop-wrap .otp-popup {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    z-index: 10;
    height: 100%;
    margin: 0 auto;
}

.otp-popup {
  position: relative;
  /* background-color: #21154a; */
  background-color: transparent;
  padding: 10px 32px 0;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11; */
}

.close {
  width: 25px;
  height: 25px;
  background-image: url(../img/close-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: -11px;
  top: -12px;
}

.otp-wrapper {
  width: 100%;
  float: left;
  background-color: #21154a;
  padding: 40px 32px;
    border-radius: 8px;
}

.otp-wrapper .heading-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.otp-wrapper .heading-text .heading {
  color: #ffffff;
  font-size: 16px;
  font-family: "InterRegular", sans-serif;
  font-weight: 600;
  margin-bottom: 7px;
}

.otp-wrapper .infotext {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.otp-wrapper .infotext .info {
  color: #ffffff;
  font-size: 16px;
  font-family: "InterRegular", sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
}

.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.otp-input input {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  outline: 0;
  /* appearance: none;
  -webkit-apperance: none; */
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn-wrapper{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.btn-wrapper button {
  background-color: #4caf50;
  color: white;
  border: none;
 padding: 20px 50px;
  font-size: 18px;
  font-family: "InterRegular", sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
  margin: 5px;
  background-color: transparent;
  /* height: 50px; */
}

.btn-wrapper button#verifyButton {
  /* background-color: #0d0529; */
  background-color: #f6cc39;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: 1px solid;
  border-radius: 6px;
  padding: 10px 60px;
  /* margin-top: 50px; */
  padding: 15px 30px;
}

.btn-wrapper button:disabled,
.btn-wrapper button#verifyButton:disabled {
  /* background-color: transparent; */
  opacity: 0.5;
  /* color: #666666; */
  cursor: not-allowed;
}
#resendButton{
  /* padding: 10px; */
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.btn-wrapper button#skipButton{
  height: unset;
  background-color: transparent;
  font-size: 22px;
  font-family: "InterRegular", sans-serif;
  color: #ffffff;
  color: #858585;
  border:0;
  border-bottom: 1px solid #fff; 
  border-radius: 0px;
  padding: 6px 5px;
  margin-top: 20px;
}
#timer {
  font-size: 16px;
  font-family: "InterRegular", sans-serif;
  /* margin-bottom: 16px; */
  color: #f6cc39;
  /* margin-top: 33px; */
}


/* popup */



.option-select-popup {
  /* width: 300px; */
  max-width: 375px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* width: 450px; */
  width: 90%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 45px 0px 45px;
  /* background: linear-gradient(90deg, #0d0529 0%, #220059 100%); */
  /* background-color: #011E8E; */
  background-color: #0D0529;
  border-radius: 6px;
  /* border: 1px solid #ffffff; */
}

.close {
  width: 25px;
  height: 25px;
  background-image: url(../img/close-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: -11px;
  top: -12px;
}

.option-select-popup .text {
  display: flex;
  text-align: center;
  font-size: 16px;
  font-family: "InterRegular", sans-serif;
  color: #ffffff;
}

.select-button {
  display: flex;
  margin-top: 28px;
}

.select-button .cancel {
  width: auto;
  float: left;
  position: relative;
 padding: 0 19px;
  margin: 0;
  margin-right: 10px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  outline: 0;
  border: solid 1px #ffffff;
  border-radius: 6px;
}

.select-button .cancel img {
  width: 15px;
  height: 18px;
  float: left;
  margin-right: 10px;
}

.select-button .cancel-btn {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-right: 20px;
  color: #060606;
  text-align: center;
  font-family: "InterRegular", sans-serif;
  border: 0;
  outline: 0;
  padding: 7px 0px;
  margin-right: 20px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  background-color: transparent;
  /* background: linear-gradient(161.9deg, rgb(57, 0, 151) 6.58%, rgb(15, 5, 44) 52.58%, rgb(57, 0, 151) 98.59%); */
}

.select-button .cancel.confirm-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ffffff;
  border-radius: 6px;
  background-color: #f6cc39;
  
  /* background: linear-gradient(
    161.9deg,
    rgb(57, 0, 151) 6.58%,
    rgb(15, 5, 44) 52.58%,
    rgb(57, 0, 151) 98.59%
  ); */
}

.select-button .cancel.confirm-selection img {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}

.select-button .confirm-btn {
  font-size: 16px;
  /* color: #ffffff; */
  color: #000;
  text-align: center;
  font-family: "InterRegular", sans-serif;
  border: 0;
  outline: 0;
  padding: 15px 0px;
  background-color: transparent;
  /* background: linear-gradient(161.9deg, rgb(57, 0, 151) 6.58%, rgb(15, 5, 44) 52.58%, rgb(57, 0, 151) 98.59%) */
}
button.quit-button {
  /* padding: 16px 90px; */
  /* width: 21%;
  height: 82px; */
  position: absolute;
  top: 20px;
  left: 20px;
  /* border-radius: 45px;
  font-size: 28px; */
  /* font-family: "InterRegular", sans-serif;
  font-weight: 600;
  color: #000000; */
  height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin-top: 0px;
  /* margin-left: 20px; */
  border: 1px solid #ffffff;
  border-radius: 50%;
  /* background: linear-gradient(
      134.2deg,
      #fceead 3.12%,
      #f9d969 51.83%,
      #f6cc39 96.35%
    ),
    linear-gradient(90deg, #e1c41d 0%, #e4a600 100%),
    linear-gradient(90deg, #e1c41d 0%, #e4a600 100%); */
  /* background: rgba(255, 255, 255, 1); */
  background: transparent;
  color: #ffffff;
}
.quite-img{
  width: 20px;
  display: block;
}


/* Terms and conditions popup css */
.tnc-popup-plot{
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;

}
.tnc-popup{
  width: 70%;
  /* max-height: 400px; */
  height: 90vh;
  position: unset;
  /* top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
  background-color: #fff;
  z-index: 10;
  /* padding: 20px; */
  overflow-y: scroll;
}


.tnc-popup::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.tnc-popup::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.tnc-popup::-webkit-scrollbar-thumb {
  background: #888;
}
.tnc-wrapper{
  width: 100%;
  height: 100%;;
  display: flex;
  flex-direction: column;  
}
.tnc-wrapper .heading-text{
  width: 100%;
  /* position: relative; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 1;
}
.tnc-wrapper .heading{
  font-family: "InterBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tnc-wrapper .close-btn{
  width: 13px;
    position: absolute;
    right: 11px;
    top: 13px;
}
.tnc-wrapper .close-btn img{
  width: 100%;
  display: block;
  cursor: pointer;
}
.tnc-wrapper .tnc-text{
  width: 100%;
  /* height: 477px; */
  height: 580px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  overflow-y: scroll ;
  flex-direction: column;
  padding: 0 15px 20px;
}

/* Handle on hover */
/* .tnc-text::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

.kbc-content{
  width: 100%;
  /* height: 100%; */
  float: left;
  padding: 0 20px;
  /* margin-bottom: 40px; */
  /* overflow: scroll; */
}

.kbc-content .head{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.kbc-content .head .content{
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.kbc-content .kbc-para-content{
  width: 100%;
  float: left;
  display: block;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  line-height: 30px;
}
.kbc-sub-para-content{
  margin: 10px 0;
}
.kbc-content .kbc-para-content .bold-text{
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  font-family: "InterBold", sans-serif;
}

.bold-text-italic{
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  font-family: "InterBold", sans-serif;
  font-style: italic;
}
.table-wrapper{
  overflow-x: auto;
    /* padding: 0 10px; */
    display: flex;
    width: 100%;
}
.table-container {
    width: 100%;
    overflow-x: auto; /* Allows horizontal scrolling on small screens */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* border-radius: 8px; */
    background-color: #fff;
}
table {
  float: left;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    min-width: 600px; /* Minimum width to prevent content from getting too cramped */
    margin-top: 20px;
}
table, td {
  border:1px solid #fff;  
  border-collapse: collapse;
  vertical-align: top;
}
thead {
    background-color: grey;
    color: #fff;
}

th, td {
    padding: 5px 15px;
    text-align: center;
    /* border-bottom: 1px solid #000;
    border-right: 1px solid #000; */
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 27px;
}
.points{
  width: 100%;
  display: flex;
  padding: 0 6px;
}

.alphabets{
  float: left;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  padding-right: 10px;
  height: 100%;
}

.text{
  float: left;
  font-size: 14px;
  color: #fff;
  font-family: "InterRegular", sans-serif;
}

.bold{
  width: 100%;
  float: left;
}

.bold-text{
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  font-family: "InterBold", sans-serif;
  /* color: #000000; */
   color: #fff;
}

.description{
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  color: #000000;
  padding: 0 6px;
}

.description .date{
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: "InterRegular", sans-serif;
  color: #fff;
  line-height: 20px;
}

.description .points{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 7px;
}


ol.tnc-ol{
  width: 100%;
  height: 100%;
  padding-left: 15px;
  list-style-type: upper-roman;
  margin-top: 10px;
}

li.tnc-li{
  font-family: "InterRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 18px;
}

/*  */

ul.tnc-ul-j{
  width: 100%;
  height: 100%;
  padding-left: 15px;
}
ul.tnc-ul-j li.tnc-li{
  /* list-style-type: none; */
  margin-bottom: 10px;
}


/* ul.tnc-ul-j li.tnc-li::before {
  content: '➤'; 
  color: #333; 
  display: inline-block;
  width: 1em;
  margin-right: 6px;
} */

/*  */

li.tnc-li .para{
  margin-bottom: 20px;
}
li.tnc-li a{
  color: #0e3ef7;
}

li.tnc-li .para:last-child{
  margin-bottom: 0px;
}

.link-plot{
  color: #000;
  text-decoration: underline;
}

.paras{
  font-family: "InterRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 20px;
  /* padding-left: 20px; */
}

.paras ol.tnc-ol{
  width: 100%;
  height: 100%;
  padding-left: 20px;
  list-style: none;
}

ol.tnc-ol-roman{
  list-style: lower-roman;
  padding-left: 20px;
}

ul.arrow-section{
  position: relative;
}

ul.arrow-section li.arrow-img{
 list-style-type: none;
 display: flex;
 margin-bottom: 3px;
}

ol.tnc-ol{
  width: 100%;
  height: 100%;
  padding-left: 15px;
  list-style-type: upper-roman;
  margin-top: 10px;
}

li.tnc-li{
  font-family: "InterRegular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 18px;
}

ul.arrow-section li.arrow-img .contnt{
  padding-left: 12px;
  line-height: 20px;
}

ul.tnc-ul-j{
  width: 100%;
  height: 100%;
  padding-left: 15px;
}
ul.tnc-ul-j li.tnc-li{
  /* list-style-type: none; */
  margin-bottom: 10px;
}


/* ul.tnc-ul-j li.tnc-li::before {
  content: '➤'; 
  color: #333; 
  display: inline-block;
  width: 1em;
  margin-right: 6px;
} */

/*  */
ul.arrow-section li.arrow-img .contnt{
  padding-left: 12px;
  line-height: 20px;
}

.form_next_btn{
  width: auto;
  background-color: #f6cc39;
  color: #000;
  font-family: 'InterRegular', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border: unset;
  border-radius: 6px;
  font-size: 14px;
  /* padding: 11px 32px; */
  padding: 14px 30px;
  margin-top: 50px;
  cursor: pointer;
   /* margin-top: 110px; */
  /* margin-top: 176px; */
  /* margin-top: 162px; */
  /* margin-top: 15px; */
}
.table-container-v2 {
    width: 100%;
    overflow-x: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
    background-color: #fff;
}

.data-table-v2 {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    min-width: 700px;
}
/* .data-table-v2 thead{
  background-color: #2196f32b;
} */

.table-container-v2 thead {
    background-color: #bee1f5;
    color: #000;
}

.data-table-v2 th, .data-table-v2 td {
    padding: 14px 18px;
    text-align: left;
    border: 1px solid #000;
    word-wrap: break-word;
}

.data-table-v2 th {
    font-weight: bold;
    white-space: nowrap;
}

.data-table-v2 tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.data-table-v2 tbody tr:hover {
    background-color: #e3f2fd;
    cursor: pointer;
}

/* Responsive styling for small screens */
@media screen and (max-width: 768px) {
    .data-table-v2 {
        min-width: unset;
    }

    .data-table-v2, .data-table-v2 thead, .data-table-v2 tbody, .data-table-v2 th, .data-table-v2 td, .data-table-v2 tr {
        display: block;
    }

    .data-table-v2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .data-table-v2 tr {
        margin-bottom: 1.25em;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }

    .data-table-v2 td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
    }

    .data-table-v2 td:last-child {
        border-bottom: 0;
    }

    .data-table-v2 td::before {
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        padding: 14px 18px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #555;
    }
}
#dob-next-btn{
  /* margin-top: 120px; */
}
#submit_answer{
  margin: 32px 0;
}
#gender-next-btn{
  margin-top: 2px;
}
/* #location-next-btn{
  margin-top: 178px;
} */
.daily_question_slot{
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
p.question-paragraph{
  width: 100%;
  font-family: "InterRegular", sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 38px;;
}
.answer-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.answer-option{   
     color: #fff;
     width: 88%;
     min-height: 50px;
     /* max-height: 90px; */
     max-height: max-content;
     height: unset;   
     background: transparent url('https://prd-emss3.sonyliv.com/program_3/images/6sxkIvoEeVBXE8KZDRQ8KX0aDO5nZ0Qla00ERKuQ1wLHFG4EvIRaaEqywIntxtHiwQIR9XZT53DUJMznteROUVBlkHRKfDLwGCMK.png') no-repeat center;
     background-size: 100% 95%;   
     margin: 10px auto 4px;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     pointer-events: none;
     -webkit-tap-highlight-color: transparent;
 }
 .answer-bg{
   color: #fff;
     width: 99%;
     height: 86%;
     /* height: 50px;    */
     background: transparent url('https://prd-emss3.sonyliv.com/program_3/images/zI1mfSJQySn01e0ZZGWizfXq407cYt3dsdUDRykRZswjGe6A6qNrQ9aDGyEaz4AAvK1xHeLQ9nVfqYFIfAgpP9Ku4Buk7I0uGcpO.png') no-repeat center;
     background-size: 100% 100%;   
     /* margin: 10px auto; */
     display: flex;
     justify-content: center;
     align-items: center;  
     position: relative;
     padding: 8px 16px;
     pointer-events: auto;
 }
 .answer-bg div{
   /* padding: 17px; */
       padding: 9px 7px;
     display: flex;
 }

 /* .answer-bg{
       color: #e1c41d;
     width: 95%;
     max-height: 100px;
     min-height: 36px;
        background: transparent;
     clip-path: polygon(5% 0, 95% 0, 100% 51%, 95% 108%, 5% 100%, 0 48%);
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     font-size: 14px;
     font-family: "InterRegular", sans-serif;
     padding: 0px 22px;
    
 } */
 .answer-border{
     width: calc(100% + 42px);
     height: 2px;
     background-color: #808080;
     position: absolute;
     left: -21px;
     z-index: 0;
 }


 .answer-option input[type="radio"]{
   display: none;
     width: 100%;
     height: 100%;
     position: absolute;
     visibility: hidden;
 }
 .answer-option input[type="radio"]:checked + .answer-bg{
   height: 91%;
   background: transparent url(https://prd-emss3.sonyliv.com/program_3/images/MEjO2ylAgqMBWcAnxt8K80xNNF3Kwyuc2VWgvxDHWM4BKfTKIzOxpTeuo3lyDQXF7a3JEoXbextsgKjRHif3tmNGlAxt3VwulPfF.png) no-repeat center;
   background-position: 0px;
   background-size: 100% 100%;
   color: #111;
   font-weight: 900;
 }
 .answer-option input[type="radio"]:checked + .answer-bg.radio-red {
   /* float: left;
   width: 100%; */
   background-image: url(../img/red-gradiant.svg);
   width: 100%;
     background-position: center;
     background-size: auto;
   /* background-size: 100%;
   background-repeat: no-repeat;
   color: #000; */
 }
 .answer-option input[type="radio"]:checked + .answer-bg.radio-green {
   /* float: left;
   width: 100%; */
   background-image: url(../img/green-gradiant.svg);
   width: 100%;
     background-position: center;
     background-size: auto;
   /* background-size: 100%;
   background-repeat: no-repeat;
   color: #000; */
 }
/* new start css login page */

.kbc_wrap .detail_plot .crorepati_form .form.login-form-wrap .form_slot{
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% - 20px) / 2);
}

.kbc_wrap .detail_plot .crorepati_form .form.login-form-wrap .form_slot  .form_input input.floating_input{
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: "InterRegular", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
    background-color: #ffffff;
    font-style: normal;
    letter-spacing: normal;
    transition: all 0.3s linear;
    -moz-transition: 0.3s linear all;
    -webkit-transition: 0.3s linear all;
}

/* new end css login page */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
input[type="date"],.floating_input.dob-datepicker.form-control.input {
  position: relative;
  background: url('../img/calender.svg') no-repeat right 2px center;
  background-size: 16px 16px;
  text-transform: uppercase;
  padding-right: 30px;
}
.strip-img-block{
  padding-top: 10px;
}

@media(max-width:1560px){
  /* .bhim-img-container {
    width: 120px;
  } */
  /* .week-para{
    font-size: 26px;
  } */
  .kbc_wrap .detail_plot .logo_section{
    /* margin-bottom: 0px; */
  }

  .button-plot{
    margin-top: 0;
  }
}

@media (max-width: 1280px) {
  .kbc_wrap .detail_plot .logo_section {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .kbc_wrap .detail_plot .crorepati_form .head {
    margin-bottom: 30px;
  }
  .kbc_wrap .detail_plot .crorepati_form .head .title {
    font-size: 28px;
    font-family: "InterRegular", sans-serif;
  }
  .kbc_wrap
    .detail_plot
    .crorepati_form
    .form
    .form_slot
    .form_input
    input.floating_input {
    /* height: 44px; */
    font-size: 14px;
    font-family: "InterRegular", sans-serif;
  }
  .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
    /* width: 70%; */
    /* margin-bottom: 30px; */
  }
  .button-plot .register-btn{
    /* height: 50px; */
    /* padding: 10px 40px; */
  }
}

@media (max-width: 1112px) {
  .kbc_wrap .detail_plot {
    width: 100%;
    height: calc(100vh - 100px);
    float: left;
    padding: 30px 0 20px;
  }
  #send-otp-btn {
      margin-top: 30px;
  }
  .kbc_wrap .detail_plot .crorepati_form .form {
    width: 100%;
  }
  .btn-wrapper{
    justify-content: space-between;
  }
  .otp-popup {
    width: 90%;
    padding: 0;
  }
  .otp-wrapper {
    width: 100%;
    max-width: 600px;
  }
  .t_c-checkbox {
    /* margin-left: 50px; */
  }
  .tnc-popup{
    width: 90%;
    height: 90vh;
  }
  p.question-paragraph{
    font-size: 16px;
  }
  .tnc-wrapper .heading{
    margin-top: 20px;
  }
  ul.tnc-ul li.tnc-li{
    padding-left: 10px;
    margin-left: 10px;
  }
 
}



@media (max-width: 768px) {
  .kbc_wrap .detail_plot .logo_section {
    margin-bottom: 30px;
    padding-top: 60px;
  }
  .kbc_wrap .detail_plot .crorepati_form .head {
    margin-bottom: 30px;
  }
  .kbc_wrap .detail_plot .crorepati_form .head .title {
    font-size: 28px;
    font-family: "InterRegular", sans-serif;
  }
  .kbc_wrap
    .detail_plot
    .crorepati_form
    .form
    .form_slot
    .form_input
    input.floating_input {
    height: 40px;
    font-size: 14px;
  }
  .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
    /* margin-bottom: 30px; */
  }
  .button-plot {
    margin-top: 0;
    /* width: 70%;
    float: left; */
    padding: 0 0px 0px;
    display: flex;
        justify-content: center;
  }
  /* .btn-wrapper button#verifyButton{
    margin-top: 90px;
  } */
  /* .button-plot .register-btn {
    padding: 10px 70px;
  } */
  .otp-popup {
    width: 100%;
  }
  .t_c-checkbox {
    /* margin-left: 42px; */
  }
  .kbc-content{
    padding: 0px;
  }
  #location-next-btn{
        margin-top: 70px;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .kbc_wrap .detail_plot {
    height: unset;
  }
}
@media (max-width: 541px) {

  .kbc_wrap .detail_plot .crorepati_form .form {
    width: 100%;
    flex-direction: column;
  }
  .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .otp-popup {
    width: 100%;
  }

  select.select {
    background-size: 6%;
  }

  .error {
    /* left: 28px; */
  }

  .t_c-checkbox {
    /* margin-left: 54px; */
  }
.tnc-li{
    padding-left: 10px;
    margin-left: 10px;
  }
}

@media(max-width: 768px){
  .answer-wrapper{
      flex-direction: row;
      flex-wrap: wrap;
  }
  .answer-border{
    left: 0;
      width: 100%;
     
  }
  .answer-option{
    width: 50%;
    min-height: 66px;
    /* max-height: 155px; */
     max-height: max-content;
    /* height: 95px; */
    background-size: 64% 89%;
    cursor: pointer;
  }
  .answer-bg{
    /* width: 99%;
    height: unset;
    background-size: 66% 10%; */
    width: 100%;
    /* height: 100%; */
    height: 53%;
    /* background-size: 66% 10%; */
     background-size: 39% 10%;
    background-color: #011E8E;
    padding: 6px 32px;
    background-image: unset;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 89% 102%, 10% 100%, 0 49%);
    margin: 0 0px;
    font-weight: 900;
  }
  .answer-border{
    width: 100%;
    left: 0;
  }
  .answer-option input[type="radio"]:checked + .answer-bg{
    background-image: unset;
    /* clip-path: polygon(10% 0, 90% 0, 100% 50%, 89% 102%, 10% 100%, 0 49%); */
    clip-path: polygon(10% 0, 90% 0, 100% 51%, 90% 100%, 10% 99%, 0 51%);
    background-color: #e3b710;
    width: 100%;
    background-position: center;
    background-size: 100%;
    /* position: absolute;
    height: 85%; */
    color: #111;
    padding: 10px 32px;
        margin: 0;
  }
  p.question-paragraph{
    padding: 0 10px;
  }
  
}





@media (max-width: 1112px) {
   .kbc_wrap .detail_plot {
     width: 100%;
     height: calc(100vh - 100px);
     float: left;
     padding: 30px 0 20px;
   }
   #send-otp-btn {
       margin-top: 30px;
   }
   .kbc_wrap .detail_plot .logo_section .img-block {
     width: 55%;
   }
   .kbc_wrap .detail_plot .crorepati_form .form {
     width: 100%;
   }
   .btn-wrapper{
     justify-content: space-between;
   }
   .otp-popup {
     width: 90%;
     padding: 0;
   }
   .otp-wrapper {
     width: 100%;
     max-width: 600px;
   }
   .t_c-checkbox {
     /* margin-left: 50px; */
   }
   .tnc-popup{
     width: 90%;
     height: 90vh;
   }
   p.question-paragraph{
     font-size: 16px;
   }
   .tnc-wrapper .heading{
     margin-top: 20px;
   }
   ul.tnc-ul li.tnc-li{
     padding-left: 10px;
     margin-left: 10px;
   }
  
 }



 @media (max-width: 768px) {
   .kbc_wrap .detail_plot .logo_section {
     margin-bottom: 30px;
     padding-top: 60px;
   }
   .kbc_wrap .detail_plot .crorepati_form .head {
     margin-bottom: 30px;
   }
   .kbc_wrap .detail_plot .crorepati_form .head .title {
     font-size: 28px;
     font-family: "InterRegular", sans-serif;
   }
   .kbc_wrap
     .detail_plot
     .crorepati_form
     .form
     .form_slot
     .form_input
     input.floating_input {
     height: 40px;
     font-size: 14px;
   }
   .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
     /* margin-bottom: 30px; */
   }
   .button-plot {
     margin-top: 0;
     /* width: 70%;
     float: left; */
     padding: 0 0px 0px;
     display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
 }
p.question-paragraph{
  width: 100%;
  font-family: "InterRegular", sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 38px;;
}
.answer-wrapper{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.answer-option{   
    color: #fff;
    width: 88%;
    min-height: 50px;
    /* max-height: 90px; */
    max-height: max-content;
    height: unset;   
    background: transparent url('https://prd-emss3.sonyliv.com/program_3/images/6sxkIvoEeVBXE8KZDRQ8KX0aDO5nZ0Qla00ERKuQ1wLHFG4EvIRaaEqywIntxtHiwQIR9XZT53DUJMznteROUVBlkHRKfDLwGCMK.png') no-repeat center;
    background-size: 100% 95%;   
    margin: 10px auto 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    pointer-events: none;
}
.answer-bg{
  color: #fff;
    width: 99%;
    height: 86%;
    /* height: 50px;    */
    background: transparent url('https://prd-emss3.sonyliv.com/program_3/images/zI1mfSJQySn01e0ZZGWizfXq407cYt3dsdUDRykRZswjGe6A6qNrQ9aDGyEaz4AAvK1xHeLQ9nVfqYFIfAgpP9Ku4Buk7I0uGcpO.png') no-repeat center;
    background-size: 100% 100%;   
    /* margin: 10px auto; */
    display: flex;
    justify-content: center;
    align-items: center;  
    position: relative;
    padding: 8px 16px;
    pointer-events: auto;
}
.answer-bg div{
  /* padding: 17px; */
      padding: 9px 7px;
    display: flex;
}


.answer-border{
    width: calc(100% + 42px);
    height: 2px;
    background-color: #808080;
    position: absolute;
    left: -21px;
    z-index: 0;
}


.answer-option input[type="radio"]{
  display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}
.answer-option input[type="radio"]:checked + .answer-bg{
  height: 91%;
  background: transparent url(https://prd-emss3.sonyliv.com/program_3/images/MEjO2ylAgqMBWcAnxt8K80xNNF3Kwyuc2VWgvxDHWM4BKfTKIzOxpTeuo3lyDQXF7a3JEoXbextsgKjRHif3tmNGlAxt3VwulPfF.png) no-repeat center;
  background-position: 0px;
  background-size: 100% 100%;
  color: #111;
  font-weight: 900;
}
.answer-option input[type="radio"]:checked + .answer-bg.radio-red {
  /* float: left;
  width: 100%; */
  background-image: url(../img/red-gradiant.svg);
  width: 100%;
    background-position: center;
    background-size: auto;
  /* background-size: 100%;
  background-repeat: no-repeat;
  color: #000; */
}
.answer-option input[type="radio"]:checked + .answer-bg.radio-green {
  /* float: left;
  width: 100%; */
  background-image: url(../img/green-gradiant.svg);
  width: 100%;
    background-position: center;
    background-size: auto;
  /* background-size: 100%;
  background-repeat: no-repeat;
  color: #000; */
}
/* new start css login page */

.kbc_wrap .detail_plot .crorepati_form .form.login-form-wrap .form_slot{
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% - 20px) / 2);
}

.kbc_wrap .detail_plot .crorepati_form .form.login-form-wrap .form_slot  .form_input input.floating_input{
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: "InterRegular", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
    background-color: #ffffff;
    font-style: normal;
    letter-spacing: normal;
    transition: all 0.3s linear;
    -moz-transition: 0.3s linear all;
    -webkit-transition: 0.3s linear all;
}

/* new end css login page */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
input[type="date"],.floating_input.dob-datepicker.form-control.input {
  position: relative;
  background: url('../img/calender.svg') no-repeat right 2px center;
  background-size: 16px 16px;
  text-transform: uppercase;
  padding-right: 30px;
}

.tnc-text {
    color: #fff;
    padding: 0 20px;
}

@media(max-width:1560px){
  /* .bhim-img-container {
    width: 120px;
  } */
  /* .week-para{
    font-size: 26px;
  } */
  .kbc_wrap .detail_plot .logo_section{
    /* margin-bottom: 0px; */
  }

  .button-plot{
    margin-top: 0;
  }
}

@media (max-width: 1280px) {
  .kbc_wrap .detail_plot .logo_section {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .kbc_wrap .detail_plot .crorepati_form .head {
    margin-bottom: 30px;
  }
  .kbc_wrap .detail_plot .crorepati_form .head .title {
    font-size: 28px;
    font-family: "InterRegular", sans-serif;
  }
  .kbc_wrap
    .detail_plot
    .crorepati_form
    .form
    .form_slot
    .form_input
    input.floating_input {
    /* height: 44px; */
    font-size: 14px;
    font-family: "InterRegular", sans-serif;
  }
  .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
    /* width: 70%; */
    /* margin-bottom: 30px; */
  }
  .button-plot .register-btn{
    /* height: 50px; */
    /* padding: 10px 40px; */
  }
}

@media (max-width: 1112px) {
   .kbc_wrap .detail_plot {
     width: 100%;
     height: calc(100vh - 100px);
     float: left;
     padding: 0px;
   }
   #send-otp-btn {
       margin-top: 30px;
   }
 
   .kbc_wrap .detail_plot .crorepati_form .form {
     width: 100%;
   }
   .btn-wrapper{
     justify-content: space-between;
   }
   .otp-popup {
     width: 90%;
     padding: 0;
   }
   .otp-wrapper {
     width: 100%;
     max-width: 600px;
   }
   .t_c-checkbox {
     /* margin-left: 50px; */
   }
   .tnc-popup{
     width: 90%;
     height: 90vh;
   }
   p.question-paragraph{
     font-size: 16px;
   }
   .tnc-wrapper .heading{
     margin-top: 20px;
   }
   ul.tnc-ul li.tnc-li{
     padding-left: 10px;
     margin-left: 10px;
   }
  
 }


 @media (max-width: 768px) {
   .kbc_wrap .detail_plot .logo_section {
     margin-bottom: 30px;
     padding-top: 0px;
   }
   .kbc_wrap .detail_plot .crorepati_form .head {
     margin-bottom: 30px;
   }
   .kbc_wrap .detail_plot .crorepati_form .head .title {
     font-size: 28px;
     font-family: "InterRegular", sans-serif;
   }
   .kbc_wrap
     .detail_plot
     .crorepati_form
     .form
     .form_slot
     .form_input
     input.floating_input {
     height: 40px;
     font-size: 14px;
   }
   .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
     /* margin-bottom: 30px; */
   }
   .button-plot {
     margin-top: 0;
     /* width: 70%;
     float: left; */
     padding: 0 0px 0px;
     display: flex;
  justify-content: center;
   }
   /* .btn-wrapper button#verifyButton{
     margin-top: 90px;
   } */
   /* .button-plot .register-btn {
     padding: 10px 70px;
   } */
   .otp-popup {
     width: 100%;
   }
   .t_c-checkbox {
     /* margin-left: 42px; */
   }
   .kbc-content{
     padding: 0px;
   }
   #location-next-btn{
  margin-top: 70px;
   }
   .kbc_wrap .detail_plot .crorepati_form{
    padding: 0 20px
   }
 }
@media (max-width: 1024px) and (orientation: landscape) {
  .kbc_wrap .detail_plot {
    height: unset;
  }
}
@media (max-width: 541px) {

  .kbc_wrap .detail_plot .crorepati_form .form {
    width: 100%;
    flex-direction: column;
  }
  .kbc_wrap .detail_plot .crorepati_form .form .form_slot {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .otp-popup {
    width: 100%;
  }

  select.select {
    background-size: 6%;
  }

  .error {
    /* left: 28px; */
  }

  .t_c-checkbox {
    /* margin-left: 54px; */
  }
.tnc-li{
    padding-left: 10px;
    margin-left: 10px;
  }
}

@media(min-width: 768px){
  .answer-wrapper{
      flex-direction: row;
      flex-wrap: wrap;
  }
  .answer-border{
    left: 0;
      width: 100%;
     
  }
  .answer-option{
    width: 50%;
    min-height: 66px;
    /* max-height: 155px; */
     max-height: max-content;
    /* height: 95px; */
    background-size: 64% 89%;
    cursor: pointer;
  }
  .answer-bg{
    /* width: 99%;
    height: unset;
    background-size: 66% 10%; */
    width: 63%;
    /* height: 100%; */
    height: 53%;
    /* background-size: 66% 10%; */
     background-size: 39% 10%;
    background-color: #011E8E;
    padding: 6px 32px;
    background-image: unset;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 89% 102%, 10% 100%, 0 49%);
    margin: 0 10px;
    font-weight: 900;
  }
  .answer-border{
    width: 100%;
    left: 0;
  }
  .answer-option input[type="radio"]:checked + .answer-bg{
    background-image: unset;
    /* clip-path: polygon(10% 0, 90% 0, 100% 50%, 89% 102%, 10% 100%, 0 49%); */
    clip-path: polygon(10% 0, 90% 0, 100% 51%, 90% 100%, 10% 99%, 0 51%);
    background-color: #e3b710;
    width: 63%;
    background-position: center;
    background-size: 100%;
    /* position: absolute;
    height: 85%; */
    color: #111;
    padding: 10px 32px;
    margin: 0;
  }
  p.question-paragraph{
    padding: 0 160px;
  }
  li.tnc-li{
    padding-left: 15px;
  }
}


/* new css */

 @media(max-width: 376px){
.kbc_wrap {
    padding-top: 180px;
  }
}


@media(max-width:600px) {
  .kbc_wrap {
    padding-top: 0px;
  }

  .kbc_wrap .detail_plot {
    height: 100%;
  }

  .button-plot .register-btn {
    display: block;
    width: 100%;
    max-width: 170px;
  }

  .kbc_wrap .detail_plot .logo_section .img-block {
    width: 200px;
    padding-top: 20px;
  }
}
