@import url("../../fonts/fonts.css");
body {
  font-family: "JioType", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
footer,
header,
section,
aside,
nav,
main {
  display: block;
}
p {
  color: #000;
}

.header_logo svg path {
  fill: black !important;
}

.text_primary {
  color: #19a449;
}

.border-grey {
  border-color: #9d9d9d;
}

.border_primary {
  border-color: #19a449 !important;
}

.text_grey {
  color: #23282c;
}
.text-white {
  color: #fff;
}
.displ {
  display: flex;
}
.bg_primary {
  background: #19a449;
}

.main_wrapper {
  padding-top: 83px;
}
.footer a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .main_wrapper {
    padding-top: 83px;
  }
  .displ {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .main_wrapper {
    padding-top: 79px;
  }
}

.header_point {
  background: #19a449;
  color: #fff;
  font-size: 19px;
  border-radius: 4px;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .header_point {
    font-size: 15px;
  }
}
.header_point span {
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .header_point span {
    font-size: 9px;
  }
}

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.2s;
}
.header .header_logo svg path {
  fill: white !important;
}
.header .dropdown_toggle:after {
  content: "";
  border-top: 0;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 0;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  right: 0;
  position: absolute;
  top: 9px;
}
.header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.aboutus p {
  font-size: 13px;
}

.header .top_navs li a {
  color: #fff;
}
.header .top_navs li a:hover {
  color: #fff;
}

.headerSticky {
  position: fixed;
  background: #fff;
}

.header_logo {
  /* max-width: 150px; */
  max-width: 186px;
  position: relative;
}
.header_logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 70px;
  }
}
.header_logo::after {
  position: absolute;
  top: -13px;
  right: -5px;
  font-size: 13px;
  font-weight: 400;
  color: #19a449;
}
@media screen and (max-width: 767px) {
  .header_logo::after {
    top: -13px;
    right: -5px;
    font-size: 6px;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.footer {
  background: #eff7f1;
}

footer .font-14 {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  footer .font-14 {
    font-size: 11px;
  }
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 600;
}

.font-weight-black {
  font-weight: 700;
}

.home_banner {
  position: relative;
}

.dropdown_toggle {
  /*  padding-right: 30px; */
  visibility: hidden;
}
.dropdown_toggle:after {
  content: "";
  border-top: 0;
  border-right: 2px solid #05141f;
  border-bottom: 2px solid #05141f;
  border-left: 0;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  right: 0;
  position: absolute;
  top: 9px;
}

.registration_steps {
  background: #eff7f1;
}
.bg-white {
  background: #fff;
}
.bg_light_green {
  background: #eff7f1;
}

.cart_icon {
  font-size: 22px;
  position: relative;
  overflow: visible;
  color: #000;
  text-decoration: none;
}
.cart_icon span {
  position: absolute;
  right: -10px;
  top: 0;
  background: #19a449;
  color: #fff;
  font-size: 11px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 20px;
}

.heading {
  background: #e9fff2;
}

.top_navs li a {
  color: black;
  font-size: 15px;
  display: block;
  padding: 0.5rem 0.6rem;
  font-weight: 600;
  position: relative;
  transition: all 0.1s;
}
.top_navs li a:hover {
  color: #19a449;
}
.top_navs li a.active {
  color: #19a449 !important;
}
@media screen and (max-width: 1200px) {
  .top_navs li a {
    color: #000 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}

.dd_menu {
  top: calc(100% + 13px) !important;
  right: calc(100% - 70px) !important;
  box-shadow: 0 3px 4px 0px #0000004a;
}
@media screen and (max-width: 992px) {
  .dd_menu {
    top: calc(100% + 15px) !important;
    right: calc(100% - 50px) !important;
  }
}
.dd_menu li a:hover,
.dd_menu li a:focus {
  background: none;
  color: #000;
}

.category_block {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.category_inner {
  bottom: 0;
  left: 0;
  background: #19a44980;
  width: 100%;
}
.category_inner h4 {
  font-size: 21px;
}
@media screen and (max-width: 1400px) {
  .category_inner h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .category_inner h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .collapse_navbar {
    position: absolute;
    top: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 3px 4px 0px #00000040;
    left: 0;
  }

  .top_navs {
    flex-direction: column;
  }
}
.navbar_toggle:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.brand_logo {
  border: 1px solid #b7b7b7;
  padding: 20px;
  width: 100%;
  margin: 20px auto;
  display: block;
}

.custom_dots .owl-dots span {
  width: 10px !important;
  height: 10px !important;
  background-color: #cccccc;
}
.custom_dots .owl-dots .owl-dot.active span {
  background-color: #19a449;
}

.detail_brand_logo {
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.details_banner {
  position: relative;
}

.details_content {
  border-top: 0;
  min-height: 115px;
  padding: 0 20px;
}

.coupon_block {
  border: 1px solid #e0e0e0;
}

.unlock_btn {
  border-radius: 30px;
  padding: 10px;
  line-height: 1;
  width: 120px;
  background: #05141f;
  border-color: #05141f;
}

.details_content a {
  display: inline-block;
  text-decoration: none;
  color: #9d9d9d;
}

.tncs li {
  padding: 5px 0;
}

.couponCode {
  width: 120px;
  margin: 0 auto;
  border: 2px dashed #ccc;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  display: none;
}

.headerSticky {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.headerSticky .top_navs li a {
  color: #000;
}
.headerSticky .top_navs li a:hover {
  color: #000;
}
.headerSticky .header_logo svg path {
  fill: #000 !important;
}
.headerSticky .dropdown_toggle:after {
  border-right: 2px solid #05141f;
  border-bottom: 2px solid #05141f;
}
.headerSticky .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.profileInner {
  background: #697279;
}

.profile_tabs li a {
  position: relative;
  color: #fff;
}
.profile_tabs li a::after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  height: 3px;
  background: #000000;
  bottom: 0;
  transition: all 0.1s;
}
.profile_tabs li a:hover {
  color: white;
}
.profile_tabs li a.active {
  font-weight: 600;
}
.profile_tabs li a.active::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 3px;
  background: #000000;
  bottom: 0;
}

.navtabContainer {
  width: 100%;
  overflow: auto;
}

.rewards_tabs {
  flex-wrap: nowrap;
  width: 100%;
}
.rewards_tabs li a {
  position: relative;
  color: black;
  white-space: nowrap;
}
.rewards_tabs li a::after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  height: 2px;
  background: #000000;
  bottom: 0;
  transition: all 0.1s;
}
.rewards_tabs li a:hover {
  color: #19a449;
}
.rewards_tabs li a.active {
  color: #19a449;
}
.rewards_tabs li a.active::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  background: #19a449;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .rewards_tabs li a {
    font-size: 13px;
  }
}

.timeline_wrapper {
  padding: 30px;
}

.timeline_inner {
  position: relative;
}
.timeline_inner:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 90%;
  top: 5%;
  left: -16px;
  background: #b4b8bb;
}

.profile_label {
  color: #404040;
  font-weight: 300;
  font-size: 14px;
}

.time_block {
  position: relative;
}

.t_dot {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border: 3px solid #c0c3c6;
  border-radius: 50%;
  position: relative;
  left: -32px;
  background: #fff;
}

.t_content {
  position: relative;
  padding-top: 30px;
}

.timeline_time {
  color: #000000;
  position: absolute;
  font-size: 11px;
  top: 10px;
}

.time_content {
  color: #000;
}

.time_content span {
  font-weight: 600;
}

.redeemedCoupon:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../../images/tick.png) no-repeat center;
  background-size: contain;
}

.expiredCoupon:after {
  background: rgba(5, 20, 31, 0.9);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.expiredCoupon:before {
  position: absolute;
  content: "Expired";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ff0000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
  padding-top: 30px;
  text-transform: uppercase;
  font-size: 17px;
}

.service_block {
  border-radius: 7px;
  transition: all 0.2s;
}
.service_block .service_icon {
  max-width: 70px;
  margin: 0 auto;
}
.service_block .service_btn {
  background: #19a449;
  color: #fff;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  width: 140px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
}
.service_block .service_btn:hover {
  color: #fff;
}
.service_block p {
  line-height: 1.7rem;
  font-size: 16px;
  min-height: 120px;
}
.service_block:hover {
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.25) !important;
}

.rechargeInput {
  position: relative;
}
.rechargeInput input:focus {
  outline: none;
  box-shadow: none;
}

.selectOperatorBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  bottom: 6px;
}
.selectOperatorBtn:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #19a449;
  border-right: 2px solid #19a449;
  right: 10px;
  bottom: 9px;
  transform: rotate(45deg);
}

.plan_btn {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #19a449;
  font-size: 13px;
  padding-right: 15px;
  display: block;
  white-space: nowrap;
}
.plan_btn:after {
  position: absolute;
  content: "";
  right: 4px;
  bottom: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #19a449;
  border-right: 2px solid #19a449;
  transform: rotate(45deg);
}
.plan_btn:hover {
  color: #19a449;
}

@media screen and (max-width: 992px) {
  #myTabContent .plan_btn {
    font-size: 9px;
  }
  #myTabContent .plan_btn:after {
    bottom: 5px;
    width: 6px;
    height: 6px;
  }
}

.rechargetext {
  font-size: 17px;
  /* line-height: 0.7; */
}
@media screen and (max-width: 992px) {
  .rechargetext {
    font-size: 13px;
  }
}

.rechargetext2 {
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .rechargetext2 {
    font-size: 9px;
  }
}

.benefitLogo {
  width: 16px;
}
@media screen and (max-width: 992px) {
  .benefitLogo {
    width: 12px;
  }
}

.rechargeBtn {
  background: #ffba00;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .rechargeBtn {
    padding: 7px 14px;
    font-size: 11px;
  }
}
.rechargeBtn:hover {
  color: #fff;
}

.filters {
  overflow: auto;
}

.filter_badge {
  margin-right: 10px;
  width: 100%;
  min-width: 170px;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .filter_badge {
    min-width: 100px;
  }
}

.filter_icon {
  max-width: 20px;
  margin-right: 3px;
}

.filter_badge input {
  display: none;
}

.filter_badge span {
  padding: 7px 20px;
  display: flex;
  border: 1px solid #19a449;
  border-radius: 6px;
  background: #ffffff;
  color: #19a449;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .filter_badge span {
    padding: 5px 10px;
    font-size: 9px;
  }
}

.filter_badge input:checked + span {
  color: #ffffff;
  background: #19a449;
  border-color: transparent;
}

.tabination .active span {
  color: #ffffff;
  background: #19a449;
  border-color: transparent;
}

.product_block {
  border: 1px solid #ccc;
  padding: 20px 30px;
  border-radius: 4px;
  overflow: hidden;
}

.product_img {
  border-bottom: 1px solid #81c341;
}

.detailsBtn {
  color: #19a449;
  font-size: 13px;
}
.detailsBtn:hover {
  color: #19a449;
}

.add_cart_btn_block {
  position: relative;
  height: 39px;
}

.cart_qty {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;
}

.spinner_button {
  background: #19a449;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  color: #fff;
  position: relative;
  font-size: 17px;
  line-height: 18px;
  width: 43px;
  height: 37px;
}

.spinner_button:focus {
  outline: none;
}

.cart_qty input {
  border: none;
  width: 35px;
  text-align: center;
  font-weight: 700;
  height: 37px;
}

.cart_qty input:focus {
  outline: none;
}

.cart_qty input[type="number"]::-webkit-inner-spin-button,
.cart_qty input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_qty input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.add_cart_btn {
  background: #19a449;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 13px;
  float: right;
  height: 37px;
}

.disabledBtn {
  background: #ddd;
  cursor: not-allowed;
}

.product_name {
  font-size: 13px;
}

.has_sub {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .has_sub {
    padding-right: 20px;
  }
  .has_sub::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 18px;
    border-width: 5px;
    border-style: solid;
    border-color: #19a449 transparent transparent;
  }
}
.has_sub .subDiv {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 190px;
  display: none;
  padding-top: 19px;
}
@media screen and (max-width: 1200px) {
  .has_sub .subDiv {
    position: static;
    padding-top: 0;
    padding-left: 20px;
    width: auto;
  }
  .has_sub .subDiv .subNav {
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  .has_sub:hover .subDiv {
    display: block;
  }
}

.subNav {
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0px 3px 4px 0px #00000047;
  background: #fff;
}
.subNav li a {
  padding: 10px 16px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  display: block;
}
@media screen and (max-width: 1200px) {
  .subNav li a {
    border: none;
    padding: 7px 16px;
    font-size: 13px;
  }
}

.cart_img {
  max-width: 80px;
}

.profile_menu {
  max-width: 30px;
}

.order_img {
  max-width: 100px;
}

.cursor_pointer {
  cursor: pointer;
}

/*# sourceMappingURL=index.css.map */
.input-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.required-field {
  color: red;
  font-weight: bold;
  margin-left: 4px;
}

.error-message {
  color: red;
  font-size: small;
  margin-left: 5px;
}

.plans {
  overflow: scroll;
  overflow-x: hidden;
  height: 600px;
}
.plan {
  height: 30px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.nav-item.active a {
  color: #19a449;
}

.nav-item.active a::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 2px;
  background: #19a449;
  bottom: 0;
}

.plans_tabs {
  display: flex;
}

.tab {
  padding: 8px 16px;
  cursor: pointer;
}

.tab.active {
  background-color: #007bff;
  color: #fff;
}
