@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif !important;
  box-sizing: border-box;
} 
input{
  font-family: "Open Sans", sans-serif !important;
}
select{
  font-family: "Open Sans", sans-serif !important;
}
.member_container {
  padding-left: 15px;
  padding-right: 15px;
}

.main_bg {
  background: url('../images/sadyatabg.jpg') no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  padding-bottom: 150px;
}

img.bjplogo {
  width: 20px;
}

img.bjpsadyata {
  display: block;
  /* width: 96px; */
  margin: 0px auto;
  width: 100%;
  border-radius: 10px;
}
img.bjpsadyata_cirlce {
  display: block;
  width: 96px;
  margin: 0px auto;
}

.lang_head {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px;
  font-family: 'ek_muktabold';
  font-size: 22px;
  margin: 0px 0px 10px 0px;
}

.select_lang h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 10px 0px 0px 0px;
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.select_pos {
  position: relative;
  background: #fff;
  height: 50px;
  border-radius: 12px;
}

.select_pos select {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  position: relative;
  background: none;
  z-index: 2;
  appearance: none;
  padding: 0px 10px;
  font-weight: 600;
}

.select_pos img {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lang_main_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 90vh;
  padding: 15px 0px;
}

.next_pagebtn {
  text-decoration: none;
  background: #F5821F;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.next_pagebtn img {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.langselecttop {
  position: relative;
  background: #F5821F;
  width: 88px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: auto;
}

.lang_selected {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  appearance: none;
  height: 22px;
  display: flex;
  align-items: center;
  padding: 0px 20px 0px 3px;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  color: #fff;
}

.lang_selected option {
  color: #000;
}

img.arrowblack {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
}

/* Customize the label (the container_check) */
.container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 20px 0px 12px 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #878D92;
  font-size: 12px;
  font-weight: 400;
}

.container_check a {
  text-decoration: underline;
  color: #878D92;
}

/* Hide the browser's default checkbox */
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #17151C;
  border-radius: 4px;
}



/* When the checkbox is checked, add a blue background */
.container_check input:checked~.checkmark {
  background-color: #17151C;
  border: 1px solid #17151C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_check input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
  left: 8px;
  top: 2px;
  width: 4px;
  height: 12px;
  border: solid #FD9A01;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.enter_number {
  position: relative;
  background: #fff;
  height: 50px;
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  box-sizing: border-box;
}

.enter_number h4 {
  color: #878D92;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  border-right: 1px solid #DDE2E3;
  padding: 0px 10px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

input.number_input {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0px 10px;
  font-size: 18px;
  color: #17151C;
  display: flex;
  font-weight: bold;
  align-items: center;
}

.next_pagebtn img.active_arrow {
  display: flex;
}

.next_pagebtn img.disable_arrow {
  display: none;
}

/* img.loader_spin{
    display: flex;
    animation: 1s spinner linear infinite;
    transform: translate(-50%, -50%);
  }
  @keyframes spinner{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
  } */

.next_pagebtn_disable.next_pagebtn img.active_arrow {
  display: none;
}

.next_pagebtn_disable.next_pagebtn img.disable_arrow {
  display: flex;
}

.next_pagebtn_disable.next_pagebtn {
  background: #878D92;
  pointer-events: none;
  cursor: none;

}

.popup_bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.terms_pos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 260px;
  max-height: 260px;
  background: #fff;
  border-radius: 20px 20px 0px 0px;
}

.terms_head {
  text-align: center;
  background: #FE9900;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 0px;
  border-radius: 20px 20px 0px 0px;
}

.tems_detail {
  padding: 15px;
  min-height: 150px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tems_detail p {
  color: #17151C;
  font-size: 14px;
  font-weight: 400;
}

.get_btn {
  background: #F15600;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.get_btn img {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}

.enter_number_otp {
  background: #FBF2E2;
  border: 1px solid #D8D8D8;
}

.enter_number_otp h5 {
  font-size: 18px;
  color: #000;
  padding: 5px 10px;
  width: 100%;
  font-weight: bold;
  margin: 0;
  border: none;
}

.edit_number_btn {
  background: none;
  border: none;
  outline: none;

}

.edit_number_btn img {
  width: 20px;
  border-radius: 0px;
}

.otp_input {
  margin: 10px 0px;
}

.otp_input div {
  justify-content: space-between;
}

.otp_input div input {
  width: 45px !important;
  height: 45px !important;
  background: #fff;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 8px;
}

.resendlink {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: bold;
  display: flex;
  margin: 20px 0px 0px auto;
  text-decoration: none;
  justify-content: flex-end;
}

.resendlink span.timer {
  color: #F15600;
  margin-left: 5px;
  font-weight: 500;
}

img.bjphomemain {
  width: 100%;
}

.home_section {
  padding: 0px 0px 20px 0px;
}

.filldetail_flex {
  position: relative;
  padding: 10px 0px;
}

.filldetail_flex h5 {
  text-align: center;
  margin: 0px auto;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.langselecttop_pos {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.langselecttop_pos .langselecttop {
  background: #F7F7FC;
}
input.userfullname:-internal-autofill-selected{
  background: none !important;
}
input.userfullname::placeholder{
  color: red !important;
}
.user_profile_div {
  width: 120px;
  height: 120px;
  margin: 20px auto;
  position: relative;
  /* overflow: hidden; */
  border-radius: 100px;
}
.user_profile_div input{
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.user_profile_div img.user_img {
  width: 120px;
  height: 120px;
  margin: 0px auto;
  border-radius: 100px;
  display: block;
}

.upload_btn {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.upload_btn img{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.user_profile_main {
  border-bottom: 1px solid #E9E8F2;
}

.user_name {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin: 20px auto 40px auto;
  font-weight: bold;
}

.form_margin {
  margin: 20px 0px;
}

label.mobile_label {
  color: #716F86 !important;
  font-size: 14px;
  font-weight: 400;
}

input.input_num {
  color: #080625;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #C3C9D5;
  border-radius: 8px;
  margin-bottom: 20px;
}

.form_brd {
  border-bottom: 1px solid #F0F1F5;
}

input.input_num.form-control:focus {
  box-shadow: none;
  border-color: #C3C9D5;
}

.username_formbg {
  border: 1px solid #C3C9D5;
  display: flex;
  height: 58px;
  align-items: center;
  padding: 0px 0.75rem;
  border-radius: 8px;
}

.gender_select {
  width: 70px;
  height: 40px;
  background: none;
  display: flex;
  outline: none;
  justify-content: flex-start;
  align-items: center;
  color: red;
  border-left: none;
  border-right: 1px solid #716F86;
  border-top: none;
  border-bottom: none;
  /* background: none; */
  appearance: none;
  position: relative;
  z-index: 2;
  padding: 0px 18px 0px 0px;
  font-weight: 700;
}
.selectgend_arrow{
  position: relative;
}
.selectgend_arrow img{
  position: absolute;
  width: 10px;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
input.userfullname {
  border: none;
  color: #080625;
  font-size: 16px;
  font-weight: 600
}

input.userfullname::placeholder {
  color: #080625;
}

input.userfullname.form-control:focus {
  box-shadow: none;
  border-color: #C3C9D5;
}

input.input_date {
  color: #080625;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #C3C9D5;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  background: none;
  position: relative;
  z-index: 2;
}

input[type="date"].input_date::-webkit-calendar-picker-indicator {
  opacity: 0;
}

img.calender_icon {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translate(-50%, -10%);
  z-index: 1;
  width: 24px;
}

input.input_date.form-control:focus {
  box-shadow: none;
  border-color: #C3C9D5;
  background: none;
}

.userdobage_flex {
  /* display: flex; */
}

@-moz-document url-prefix() {
  img.calender_icon {
    display: none;
  }

}

input.input_num_mar {
  margin-top: 20px;
}

.gender_grad {
  background: url('../images/sadyatabg.jpg') no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 20px;
}

.gender_grad h4 {
  color: red;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

ul.gender_list {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

ul.gender_list li {
  margin: 0;
  padding: 0px 10px 10px 0px;
}

ul.gender_list li button {
  background: #fff;
  border: 1px solid #E9E8F2;
  border-radius: 100px;
  outline: none;
  color: #716F86;
  font-size: 12px;
  font-weight: 500;
  min-width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  padding: 0px 10px;
}

ul.gender_list li button.active {
  background: #F15600;
  border: 1px solid #F15600;
  color: #fff;
}

.search_loc {
  position: relative;
  margin-bottom: 20px;
}

.search_loc input {
  background: url('../images/sadyatabg.jpg') no-repeat;
  background-size: 100% 100%;
  border: none;
  outline: none;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 40px 0px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #000;
}

.search_loc input::placeholder {
  color: #000;
}

.searchloclbel {
  color: #080625;
  font-size: 16px;
  font-weight: 800;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search_loc button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.checkbox_bg {
  background: #F7F7FC;
  margin-bottom: 30px;
  padding: 5px 20px;
  margin-top: 60px;
}

.imgetype_bg {
  position: absolute;
  /* top: 50%; */
  left: 0;
  right: 0;
  bottom: 0;
  /* transform: translate(-50%, -50%); */
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  padding: 20px;
  width: 100%;
}

.selcttype_img {
  background: #F8F8FF;
  border: 1px dashed #C5CBEB;
  border-radius: 20px;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.selcttype_img img.upload_icons {
  width: 100px;
  display: block;
  margin: 0px auto;
}

.selcttype_img h4 {
  text-align: center;
  color: #3F3D51;
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto;
}

ul.uploadtype_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.uploadtype_list li {
  margin: 0;
  padding: 0;
}

ul.uploadtype_list li.or_pad {
  padding: 0px 10px;
}

ul.uploadtype_list li button.camera_btn {
  background: #fff;
  border: 1px solid #0070DF;
  color: #0070DF;
  outline: none;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 30px;
}

ul.uploadtype_list li.or_pad h5 {
  color: #3F3D51;
  font-size: 20px;
  margin: 0;
}

ul.uploadtype_list li .gallery_uplpad {
  background: #F5821F;
  border: 1px solid #F5821F;
  color: #fff;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.gallery_uplpad input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.gallery_uplpad h6 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.selcttype_img p {
  color: #716F86;
  font-size: 14px;
  font-weight: 400;
  margin: 20px auto 0px auto;
}

.cancel_btn {
  background: none;
  border: none;
  outline: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 10px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.backarrow_link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -60%);
}

.loc_section {
  padding: 10px 0px;
}

.loc_search {
  position: relative;
}

.loc_search input {
  background: #F7F7FC;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  width: 100%;
  border: none;
  outline: none;
}

.loc_search button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.current_loc_btn {
  background: none;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  color: #F15600;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  width: 100%;
  margin: 20px 0px;
  height: 60px;
}

.searchres_head {
  color: #716F86;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  letter-spacing: 0.6px;
}

.loclist_main {
  margin: 15px 0px;
}

.loclist_main p {
  color: #716F86;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

ul.loc_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

ul.loc_list li {
  margin: 0;
  padding: 0px 10px 0px 0px;
}

ul.loc_list li h4 {
  color: #404040;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.cong_bg {
  position: fixed;
  inset: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.cong_pos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 99;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  min-height: 400px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cong_pos img {
  display: block;
  width: 150px;
  margin: 0px auto;
}

.cong_pos h2 {
  color: #3F3D51;
  font-size: 24px;
  font-weight: 700;
  margin: 20px auto;
  text-align: center;
}

.cong_pos p {
  text-align: center;
  color: #3F3D51;
  font-size: 15px;
  font-weight: 500;
  margin: 0px auto;
}

.cong_pos p a {
  color: #0070DF;
  font-size: 16px;
  font-weight: bold;
}

.langselecttop_mar {
  padding: 30px 0px;
}

.card_head h2 {
  color: #3F3D51;
  text-align: center;
  font-weight: bold;
  margin: 0px auto;
  font-size: 22px;
}

.card_head p {
  color: #3F3D51;
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
}

img.card_img {
  width: 100%;
  display: block;
  margin: 20px auto;
  border-radius: 20px;
}

.download_btn {
  background: #000;
  width: 80%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto;
}

.home_link {
  background: #31AE45;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
}

.card_h {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq_bg {
  /* background: #FFF0DD; */
  padding: 0px 0px 20px 0px;
  min-height: 100vh;
}

ul.userfaq {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

ul.userfaq li {
  margin: 0;
  padding: 0;
}

ul.userfaq li.userfaq_img {
  padding: 0px 10px 0px 0px;
}

ul.userfaq li.userfaq_img img {
  width: 72px;
  height: 72px;
  border-radius: 50px;
}

ul.userfaq li h5 {
  color: #181F29;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

ul.userfaq li h6 {
  color: #454444;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0px 0px 0px;
}

h2.idleft {
  color: #181F29;
  font-size: 22px;
  margin: 30px 0px 0px 0px;
  padding: 20px 0px 20px 0px;
  border-top: 1px dotted #F5821F;
  text-align: center;
  font-weight: bold;
}

.refer_card {
  position: relative;
}

img.refer_img {
  width: 100%;
}

.refer_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  padding: 0px 10px;
}

.refer_codebg {
  width: 69%;
  position: relative;
}

.refer_codebg h4 {
  background: #FFEFE7;
  border: 1px dotted #2AAC7E;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  height: 33px;

  padding: 8px 30px 8px 10px;
  border-radius: 4px;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.refer_codebg button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -70%);
}

.sharebtnwid {
  width: 29%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.sharewhatsapp {
  background: #2AAC7E;
  border: 1px solid #2AAC7E;
  outline: none;
  color: #fff;
  width: 90%;
  height: 32px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.sharewhatsapp img {
  margin-left: 5px;
  width: 20px;
}

.editprofile {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F15600;
  text-decoration: none;
  color: #fff;
  height: 48px;
  border-radius: 50px;
  margin: 20px auto;
  font-weight: 700;
}

.editprofile img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.updaterefer_p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0px 0px 0px;
  text-align: center;
  /* padding: 20px 0px 20px 0px;
  border-top: 1px dotted #F5821F; */
}

.updaterefer_p a {
  color: #F05F36;
  font-weight: bold;
  text-decoration: none;
}

.accord_cust .accordion__button {
  background: none;
  padding: 10px 0px;
  font-size: 14px;
  font-weight: bold;
}

.accord_cust .accordion__button:hover {
  background: none;

}

.accord_cust .accordion__button:before {
  border: none;
  transform: none;
}

.accord_cust .accordion__button[aria-expanded="true"]::before {
  background: url('../images/minus.svg') no-repeat;
  background-size: 100% 100%;
  transform: none;
}

.accord_cust .accordion__button[aria-expanded="false"]::before {
  background: url('../images/plus.svg') no-repeat;
  background-size: 100% 100%;
}

.accord_cust .accordion__item+.accordion__item {
  border-top: none;
}

.canvas_section {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 750px;
  min-height: auto;
  background: green;
  margin: 0px auto;
  /* background-color: #FFBCBC; */
  /* padding: 400px 0px; */
  border-radius: 0px;
  color: #000;
  margin: 0px auto;

}

.sadyastacard {
  background: url('../images/canvascard.png') no-repeat;
  background-size: 100% 100%;
}

img.sad_img {
  border-radius: 80px;
  width: 380px;
  height: 380px;
  position: absolute;
  right: 0.5%;
  top: 16%;
  border: 10px solid #D86337;
}

h4.sadas_name {
  position: absolute;
  top: 65.5%;
  font-size: 32px;
  left: 30%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 37%;
  font-weight: 700;
  height: 50px;
}

h4.sadas_state {
  position: absolute;
  top: 73.5%;
  font-size: 32px;
  left: 30%;
  max-width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  height: 50px;
}

h4.sadas_number {
  position: absolute;
  top: 82%;
  font-size: 32px;
  left: 30%;
  font-weight: 700;
  height: 50px;
}



.preloader_mantra .row {
  height: 300px;
}

.wrap-loading {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading_exw {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 750ms infinite linear;
  -webkit-animation: spin 750ms infinite linear;
  -moz-animation: spin 750ms infinite linear;
  -o-animation: spin 750ms infinite linear;
  -ms-animation: spin 750ms infinite linear;
}
@keyframes spin {
  from{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to{
    transform: translate(-50%, -50%) rotate(360deg);
  }
  
}

.loading-1 {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border: 5px solid #d6e3ea;
  border-top-color: #399ee6;
}

.image_template_div {
  position: relative;
}

img.card_template_img {
  width: 100%;
  border-radius: 20px;
}

h4.usertem_name {
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 64.5%;
  left: 30%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 37%;
  font-weight: 700;
  height: 20px;
}

h4.usertem_state {
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 72.5%;
  left: 30%;
  max-width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  height: 20px;
}

h4.usertem_number {
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 82%;
  font-weight: 700;
  left: 30%;
}

img.card_template_userimg {
  position: absolute;
  right: 1%;
  top: 16%;
  width: 31.5%;
  height: 50%;
  border: 5px solid #DA4E2D;
  /* height: 110px; */
  border-radius: 30px

}
img.card_template_userimg{
  background: #fff;
}
.faqbg_wid {
  /* background: #FFF0DD; */
  background: url('../images/sadyatabg.jpg') no-repeat;
  background-size: 100% 100%;
}
/* @media only screen and (min-width: 400px) and (max-width: 600px){
  img.card_template_userimg{
    width: 125px;
    height: 125px;
  }
}

@media only screen and (min-width: 390px) and (max-width: 399px){
  img.card_template_userimg{
    width: 113px;
    height: 113px;
  }
} */
@media only screen and (min-width: 601px){
  ul.sharerefler_social li.sharepad_flex{
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .card_h {
    max-width: 600px;
    margin: 0px auto;
  }

  .lang_main_flex {
    max-width: 600px;
    margin: 0px auto;
  }

  .home_section {
    max-width: 600px;
    margin: 0px auto;
  }

  .faq_bg {
    max-width: 600px;
    margin: 0px auto;
  }

  h4.usertem_name,
  h4.usertem_state,
  h4.usertem_number {
    font-size: 20px;
  }

  img.card_template_userimg {
    width: 180px;
    height: 180px;
  }
  .refer_codebg{
    width: 380px;
  }
}

@media only screen and (max-width: 370px) {
  img.card_template_userimg {
    width: 105px;
    height: 105px;
  }
}

.lang_headerbg {
  background: #F5821F;
}

img.bjplogo {
  width: 20px;
}

.lang_main_flex_pad {
  padding-top: 0;
}

.lang_header {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

img.bjpsadyata_img {
  width: 96px;
  margin: 40px auto 0px auto;
}
img.bjpsadyata_circle{
  width: 96px;
  display: block;
  margin: 0px auto;
}

img.upload_img_preview {
  width: 210px;
  height: 210px;
  border-radius: 12px;
}

.uploadimg_btn {
  background: #F5821F;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
  border: 1px solid #F5821F;
  outline: none;
  width: 100%;
  margin: 20px auto;
}
img.grad_loader{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  animation: 1s linear infinite spinner;
}

@keyframes spinner{
  from{
      transform: translate(-50%, -50%) rotate(0deg);
  }
  to{
      transform: translate(-50%, -50%) rotate(360deg);
  }
}
.form_selct_wight {
  font-weight: 600 !important;
}

.form_selct_wight.form-select:focus {
  border: 1px solid #C3C9D5;
  box-shadow: none;
}

.addaddress_head {
  color: #080625;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 20px 0px 20px 0px;
}
.cross_tag{
  background: none;
  border: none;
  outline: none;
  position: absolute;
  right: 20px;
  top: 10px;
}
.cross_tag img{
  width: 30px;
}
.update_detail_btn{
  background: #FD9A01;
  border: none;
  color: #fff;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  text-decoration: none;
}
.update_detail_btn::before{
  width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -250px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  content: '';
  transform: rotate(0deg);
  animation: 1s linear infinite layeranimation;
  animation-delay: 2s;
}
@keyframes layeranimation{
  from{
    left: -250px;
    
  }
  to{
    left: 1000px;
    
  }
}
 ul.sharerefler_social{
  list-style-type: none;
  margin: 0;
  padding: 20px 0px 0px 0px;
  justify-content: center;
  align-items: center;
  display: flex;
 }
 ul.sharerefler_social li{
  margin: 0;
  padding: 0;
 }
 ul.sharerefler_social li.sharepad_flex{
  padding: 0px 10px;
 }
 ul.sharerefler_social li.sharepad_flex div img{
  cursor: pointer;
 }
 ul.sharerefler_social li button{
  background: none;
  border: none;
  outline: none;
 }
 .qr_card_template{
  position: absolute;
  bottom: 5%;
  right: 14%;
  /* border: 3px solid #D86337;
  width: 40px;
  padding: 5px;
  height: 40px; */
 }
 .qr_card{
  bottom: 5%;
  right: 14%;
  position: absolute;
  border: 5px solid #D86337;
  
 }
 .qr_card svg{
  width: 100px;
  padding: 1px;
  height: 100px;
 }
 .qr_card_template svg{
  width: 45px;
  height: 45px;
  border: 2px solid #D86337;
  padding: 1px;
 }
 img.barcode{
  position: absolute;
  bottom: 5%;
  right: 14%;
  border: 3px solid #D86337;
  width: 100px;
  padding: 5px;
  height: 100px;
 }
 img.barcode_template{
  position: absolute;
  bottom: 5%;
  right: 14%;
  border: 2px solid #D86337;
  width: 12%;
  padding: 2px;
  height: 20%;
 }
 ul.privacy_list{
  list-style-type: none;
  margin: 0;
  padding: 20px 0px 200px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 ul.privacy_list li{
  padding: 0px 3px;
  color: #716F86;
  font-size: 10px;
 }
 ul.privacy_list li a{
  text-decoration: none;
  color: #716F86;
  font-size: 10px;
 }
 .user_dob {
  position: relative;
  color: #080625;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #C3C9D5;
  border-radius: 8px;
  margin-top: 20px;
 }
 input.input_date_dob{
  border: none;
  background: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 25px;
  position: relative;
  z-index: 2;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
 }
 input.input_date_dob:focus{
  border: none;
  box-shadow: none;
  background: none;
 }
 .mobile_label_new{
  color: #716F86 !important;
  font-size: 14px;
  font-weight: 400;
  padding: 0.3rem .75rem 0rem 0.75rem;
  position: absolute;
  
 }
 input[type="date"].input_date_dob::-webkit-calendar-picker-indicator {
  opacity: 0;
}
@supports (-webkit-touch-callout: none) {
  input[type="date"] {
      text-align: left;
  }
}
input::-webkit-date-and-time-value {
  text-align: left;
}
.janta_part_flex{
  display: flex;
  align-items: center;
  color: #fff;
}
.janta_part_flex h6{
  margin: 0;
  padding-left: 7px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.share_popup{
  position: fixed;
  inset: 0;
  z-index: 7;
  background: rgba(0, 0, 0, 0.6);
}
.share_popup_ps{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  min-width: 500px;
  max-width: 500px;
  min-height: 150px;
  max-height: 150px;
}
.share_icons ul{
  list-style-type: none;
  margin: 0;
  padding: 20px 0px 0px 0px;
  display: flex;
  justify-content: center;
}
.share_icons ul li{
  padding: 0px 10px;
}
.share_icons ul li a img{
  width: 50px;
}
.share_popup_ps h4{
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.share_popup_ps h4 img{
  position: absolute;
  right: 0;
  cursor: pointer;
}
.bjpabhiyan{
  font-size: 24px;
  font-family: 'ek_muktabold';
  font-weight: 700;
  font-weight: bold;
  text-align: center;
  
  margin-top: 40px;
}
.post_up{
  position: relative;
  top: -10px;
}
.copy_height{
  min-height: 30px;
  width: 70px;
  text-align: center;
  margin: 10px auto 0px auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 30%);
}
.copy_height .copy-message{
  width: 80px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  background: #F5821F;
  color: #fff;
  border-radius: 3px;
  margin: 0px auto;
  text-align: center;
  height: 30px;
  align-items: center;
}
.refer_codebg button img{
  width: 15px;
}

.loader_pos{
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); 
  z-index: 999;
}
.loader_sp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
.loader_sp img{
  width: 100px;
}
.ghome{
  background: #F5821F;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 0px 0px;
}
.ghome img{
  width: 20px;
  margin-right: 5px;
}
.people_join{
  margin: 10px 0px 30px 0px;
  min-height: 40px;
}
.people_join p{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  
}
.people_join p span{
  font-weight: bold;
}
.copy_pos{
  position: relative;
  min-height: 40px;
}
label.mobile_label.mad_col{
  color: red !important;
  font-weight: 700;
}
.val_btn{
  background: #F15600;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  position: absolute;
  top: 30px;
  right: -30px;
  border-radius: 4px;
  transform: translate(-50%, 10%);
  text-transform: uppercase;
  font-weight: 700;
}
img.val_check_img{
  position: absolute;
  top: 30px;
  right: 0px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  width: 20px;
}
input.input_num_ref{
  padding-right: 90px;
  text-transform: uppercase;
}
.usernameref{
  color: #716F86;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.usernameref span{
  color: #080625;
  font-weight: 400;
}
@media only screen and (max-width: 380px){
  .post_up{
    position: relative;
    top: 20px;
  }
}
.next_pagebtn span{
  max-width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.memb_cente_id{
  border-top: 1px dotted #F5821F;
  padding: 10px 0px;
  margin: 20px 0px 0px 0px;
}
.member_edit_flex{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*border-top: 1px dotted #F5821F;
   margin: 30px 0px 0px 0px;
  padding: 20px 0px 20px 0px; */
  padding: 0px 0px 20px 0px;
}
.member_edit_flex h2.idleft{
  text-align: left;
  padding: 0;
  margin: 0;
  border: none;
}
.editcard{
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 700;
  width: 70px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #080625;
}
.editcard img{
  margin-right: 5px;
}
.conf_bg{
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.conf_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  max-width: 300px;
  min-width: 300px;

}
.conf_pos h4{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.menmbarsav_can_flex{
  display: flex;
    justify-content: center;
    align-items: center;
}
.menmbarsav_can_flex a.next_pagebtn {
  width: 100%;
  margin-top: 0;
}
.menmbarsav_can_flex a.next_pagebtn img{
  width: 25px;
  right: 0;
}
.menmbarsav_can_flex a.cancel_form{
  width: 100%;
  background: #fff;
  border: 1px solid #F5821F;
  color: #F5821F;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  border-radius: 50px;
  margin-right: 10px;
}
.cal_selbtn{
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  height: 55px;
  padding: 20px 10px 5px 10px;
  position: relative;
  z-index: 4;
  color: #080625;
  font-size: 16px;
  font-weight: 600;
}
.datepicker-modal{
  position: fixed !important;
}
.datepicker.default .datepicker-header{
  color: #F15600 !important;
  font-weight: 700;
}
.datepicker-navbar {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #000;
  padding-bottom: 0px !important;
}
.datepicker-navbar  a{
  width: 100%;
  color: #000 !important;
  font-weight: 700;
  text-decoration: none !important;
}
.datepicker-navbar a:first-child{
  border-right: 1px solid #000;
}
.datepicker.default .datepicker-wheel{
  border-top: 1px solid #F15600 !important;
  border-bottom: 1px solid #F15600 !important;
}

.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.custom-popup {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.custom-loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form_react_select{
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: .375rem 0.75rem .375rem .75rem;
}
.form_selct_wight .css-13cymwt-control{
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: none;
}
.form_selct_wight .css-13cymwt-control:hover{
  background: none !important;
}
.form_selct_wight .css-13cymwt-control:focus{
  background: none !important;
}
.form_selct_wight .css-13cymwt-control:active{
  background: none !important;
}
.form_selct_wight .css-1u9des2-indicatorSeparator{
  opacity: 0;
}
.form_selct_wight .css-hlgwow{
  padding: 2px 8px 2px 0px;
}
.form_selct_wight .css-1xc3v61-indicatorContainer{
  color: rgba(0, 0, 0, 0.6) !important;
  padding-right: 0px !important;
  padding-top: 0 !important;
}
.form_selct_wight .css-t3ipsp-control{
  border: none;
  box-shadow: none;
  min-height: auto;
  background: none;
}
.form_selct_wight .css-t3ipsp-control:hover{
  border: none;
  box-shadow: none;
}
.form_selct_wight .css-15lsz6c-indicatorContainer{
  padding-right: 0px !important;
  padding-top: 0 !important;
}
.form_selct_wight .css-15lsz6c-indicatorContainer:hover{
  padding-right: 0px !important;
  padding-top: 0 !important;
}
.form_selct_wight .css-15lsz6c-indicatorContainer:focus{
  padding-right: 0px !important;
  padding-top: 0 !important;
}
.form_selct_wight .css-15lsz6c-indicatorContainer:active{
  padding-right: 0px !important;
  padding-top: 0 !important;
}
.form_selct_wight.css-b62m3t-container{
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 17px;
}
.form_react_select_pack{
  position: relative;
}
.form_react_select{
  min-height: 60px;
}
.form_react_select .css-1nmdiq5-menu{
  top: 30px;
  background: #fff;
  z-index: 3;
}
.captcha-image{
  color: #000;
}
.captcha-image span{
  color: red;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); */
}
.captcha-input input{
  border: none !important;
  border-radius: 6px !important;
  color: #17151C;
  font-size: 16px;
  font-weight: 700;
}
.captcha-input input::placeholder{
  color: red;
}
.date-picker {
  font-family: Arial, sans-serif;
  /* width: 300px; */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.date-header {
  text-align: center;
  /* margin-bottom: 16px; */
  padding: 16px 24px;
}
.selected-date {
  font-size: 24px;
  font-weight: bold;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
  max-height: 31vh;
  overflow-y: auto;
}
.grid-btn {
  padding: 8px;
  border: none;
  background-color: #fff;
  border-radius: 20ppx;
  cursor: pointer;
}
.grid-btn.selected {
  background-color: #1976d2;
  color: white;
}
.actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.actions button {
  margin-left: 8px;
  padding: 8px 16px;
  border: none;
  background-color: #fff;
  border-radius: 4px;
  color: #1976d2;
  cursor: pointer;
  font-weight: 600;
}
.actions button.primary {
  background-color: #fff;
  color: #1976d2;
}
.datepicker_bg{
  position: fixed;
  z-index: 18;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.datepicke_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #fff;
  border-radius: 5px;
  /* max-height: 400px;
  overflow-y: auto; */
}
.dateplaceval{
  background: none;
  border: none;
  outline: none;
  color: #080625;
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 0.75rem;
  position: relative;
  top: 8px;
  z-index: 3;
  width: 100%;
  text-align: left;
}
.select_datehead{
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.selected-date{
  text-align: left;
  font-size: 2.125rem;
  font-weight: 400;
}
.calendar_mui .MuiFormControl-root .MuiInputBase-root{
  background: none;
  position: relative;
  z-index: 3;
}
.calendar_mui .MuiFormControl-root .MuiInputBase-root input.MuiInputBase-input{
  padding: 25px 0.75rem 8px 0.75rem;
  height: auto;
  color: #080625;
  font-size: 16px;
  font-weight: 600;
}
ul.refergoback{
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
}
ul.refergoback li{
  margin: 0;
  padding: 0;
}
ul.refergoback li a{
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
}
ul.refergoback li a img{
  margin-right: 10px;
}
ul.refmen_count{
  list-style-type: none;
  margin: 0;
  padding: 0px 0px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.refmen_count li{
  margin: 0;
  padding: 0;
}
ul.refmen_count li h5{
  color: #222222;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
ul.refmen_count li h6{
  color: #3B3B3B;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
ul.refmen_count li h6 span{
  color: #1F1F1F;
  font-weight: 700;
}
ul.ref_list_member{
  list-style-type: none;
  margin: 0;
  padding: 20px 0px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #EDDCBB;
}
ul.ref_list_member li{
  margin: 0;
  padding: 0;
}
ul.ref_list_member li img{
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 100px;
}
ul.ref_list_member li.refpadlist{
  padding: 0px 0px 0px 10px;
}
ul.ref_list_member li.refpadlist h4{
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
ul.ref_list_member li.refpadlist h5{
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0px;
}
ul.ref_list_member li.refpadlist h6{
  color: #515151;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
ul.ref_list_member li.refpadlist h6 span{
  font-weight: 700;
}
ul.ref_list_member:last-child{
  border-bottom: none;
}
.memb_cente_id h4, .memb_cente_id h5{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 10px auto;
}
.memb_cente_id h4 span, .memb_cente_id h5 span{
  font-weight: 600;
}
.referlink_brd{
  border: 1px dashed #936456;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
}
.referlinkdet{
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  word-wrap: break-word;
  margin: 0;
  width: 70%;
  padding: 10px 10px 0px 10px;
}
.copy_link{
  background: #F15600;
  width: 88px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0px 12px 12px 0px;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.refcode_head{
  text-align: center;
  color: #292727;
  font-size: 14px;
  font-weight: 600;
  margin: 0px auto;
  padding: 20px 0px;
}
.refcode_head span{
  color: #F15600;
}
.sharelin_btn{
  background: #2AAC7E;
  border: 1px solid #2AAC7E;
  outline: none;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
}
.sharelin_btn img{
  margin-right: 5px;
}
.ref_count_head{
  text-align: center;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  margin: 0px auto 10px auto;
}
.refer_count_div{
  padding: 20px 0px;
  border-top: 1px dotted #F5821F;
}
ul.ref_count_list{
  list-style-type: none;
  margin: 20px auto;
  padding: 0px 15px;
  background: url(../images/refcountbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;

}
ul.ref_count_list li{
  margin: 0;
  padding: 0;
}
ul.ref_count_list li h5{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #222222;
}
ul.ref_count_list li h3{
  color: #222222;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.refer_dir{
  text-decoration: none;
}