/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }
  #nprogress .bar {
    background: purple;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px; }
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px purple, 0 0 5px purple;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: purple;
    border-left-color: purple;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

/* Fancy blur effect */
/* Remove these to get rid of the spinner */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
    position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.dummy_linkToSHOWPage {
  flex-wrap: wrap;
  justify-content: center; }
  .dummy_linkToSHOWPage li {
    margin-bottom: 0.3rem; }
    .dummy_linkToSHOWPage li a {
      font-size: 14px;
      line-height: 14px;
      color: #6a2c91;
      font-weight: bold;
      padding: 0.3rem;
      display: inline-block;
      text-align: center; }
      .dummy_linkToSHOWPage li a:hover {
        text-decoration: underline !important; }
    .dummy_linkToSHOWPage li a.active {
      text-decoration: line-through !important;
      font-size: 18px; }
  .dummy_linkToSHOWPage p {
    margin-bottom: 0; }

.page_route_link li {
  margin: 0.3rem; }

.section_spacingL {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (max-width: 577px) {
    .section_spacingL {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.section_spacingM {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 577px) {
    .section_spacingM {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.section_spacingS {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 577px) {
    .section_spacingS {
      padding-top: 0.7rem;
      padding-bottom: 0.7rem; } }

.padding_tb_0 {
  padding-top: 0;
  padding-bottom: 0; }

.padding_lr_0 {
  padding-left: 0;
  padding-right: 0; }

.padding_tb_1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding_top_20 {
  padding-top: 1.2rem; }

.padding_bottom_0 {
  padding-bottom: 0; }

.padding_bottom_20 {
  padding-bottom: 1.2rem; }
  @media (max-width: 577px) {
    .padding_bottom_20 {
      padding-bottom: 1rem; } }

.padding_top_60 {
  padding-top: 3.5rem; }
  @media (max-width: 577px) {
    .padding_top_60 {
      padding-top: 2rem; } }

.padding_bottom_60 {
  padding-bottom: 3.5rem; }
  @media (max-width: 577px) {
    .padding_bottom_60 {
      padding-bottom: 2rem; } }

.margin_tb_0 {
  margin-top: 0;
  margin-bottom: 0; }

.margin_t_0 {
  margin-top: 0; }

.margin_b_0 {
  margin-bottom: 0; }

.margin_lr_0 {
  margin-left: 0;
  margin-right: 0; }

.margin_tb_1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin_bottom_10 {
  margin-bottom: 0.6rem !important; }

.margin_bottom_20 {
  margin-bottom: 1.2rem !important; }
  @media (max-width: 577px) {
    .margin_bottom_20 {
      margin-bottom: 1rem !important; } }

.margin_bottom_30 {
  margin-bottom: 2rem !important; }
  @media (max-width: 577px) {
    .margin_bottom_30 {
      margin-bottom: 1.3rem !important; } }

.margin_bottom_40 {
  margin-bottom: 2.5rem !important; }
  @media (max-width: 577px) {
    .margin_bottom_40 {
      margin-bottom: 1.5rem !important; } }

.margin_top_20 {
  margin-top: 1.2rem !important; }
  @media (max-width: 577px) {
    .margin_top_20 {
      margin-top: 1rem !important; } }

.margin_top_30 {
  margin-top: 2rem !important; }
  @media (max-width: 577px) {
    .margin_top_30 {
      margin-top: 1.5rem !important; } }

.margin_top_40 {
  margin-top: 3.4rem !important; }
  @media (max-width: 577px) {
    .margin_top_40 {
      margin-top: 1.2rem !important; } }

.center_text {
  text-align: center; }

.leftEl {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.centerEl {
  display: flex;
  align-items: center;
  justify-content: center; }

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

.blockEl {
  width: 100%;
  display: block; }

.color_bg {
  background: #f9f9fa; }
  .color_bg h3 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 577px) {
      .color_bg h3 {
        font-size: 22px;
        line-height: 30px; } }

.primary_color {
  color: #f04e23 !important; }
  .primary_color span {
    font-weight: bold; }

.hr-line {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid white; }
  @media (max-width: 577px) {
    .hr-line {
      margin-top: 1rem;
      margin-bottom: 1rem; } }

.short_desc {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #fff; }

.tnx_id {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #000000; }
  .tnx_id span {
    font-weight: bold; }
  @media (max-width: 577px) {
    .tnx_id {
      font-size: 16px; } }

.color_white {
  color: #fff !important; }

.spacing_el {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 577px) {
    .spacing_el {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.spacing_l {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (max-width: 577px) {
    .spacing_l {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.spacing_m {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 577px) {
    .spacing_m {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.spacing_s {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 577px) {
    .spacing_s {
      padding-top: 0.7rem;
      padding-bottom: 0.7rem; } }

.p_t_0 {
  padding-top: 0; }

.p_t_10 {
  padding-top: 0.6rem; }
  @media (max-width: 577px) {
    .p_t_10 {
      padding-top: 0.6rem; } }

.p_t_20 {
  padding-top: 1.2rem; }
  @media (max-width: 577px) {
    .p_t_20 {
      padding-top: 1rem; } }

.p_t_30 {
  padding-top: 2rem; }
  @media (max-width: 577px) {
    .p_t_30 {
      padding-top: 1rem; } }

.p_t_40 {
  padding-top: 2.5rem; }
  @media (max-width: 577px) {
    .p_t_40 {
      padding-top: 1rem; } }

.p_t_60 {
  padding-top: 3.5rem; }
  @media (max-width: 577px) {
    .p_t_60 {
      padding-top: 1.5rem; } }

.p_b_0 {
  padding-bottom: 0 !important; }

.p_b_10 {
  padding-bottom: 0.6rem; }
  @media (max-width: 577px) {
    .p_b_10 {
      padding-bottom: 0.6rem; } }

.p_b_20 {
  padding-bottom: 1.2rem; }
  @media (max-width: 577px) {
    .p_b_20 {
      padding-bottom: 1rem; } }

.p_b_30 {
  padding-bottom: 2rem; }
  @media (max-width: 577px) {
    .p_b_30 {
      padding-bottom: 1.5rem; } }

.p_b_40 {
  padding-bottom: 2.5rem; }
  @media (max-width: 577px) {
    .p_b_40 {
      padding-bottom: 1.5rem; } }

.p_b_50 {
  padding-bottom: 3rem; }
  @media (max-width: 577px) {
    .p_b_50 {
      padding-bottom: 2rem; } }

.p_b_60 {
  padding-bottom: 3.5rem; }
  @media (max-width: 577px) {
    .p_b_60 {
      padding-bottom: 2rem; } }

.p_b_150 {
  padding-bottom: 9rem; }
  @media (max-width: 577px) {
    .p_b_150 {
      padding-bottom: 2rem; } }

.p_l_0 {
  padding-left: 0 !important; }

.p_l_10 {
  padding-left: 0.6rem; }
  @media (max-width: 577px) {
    .p_l_10 {
      padding-left: 0.6rem; } }

.p_l_20 {
  padding-left: 1.2rem; }
  @media (max-width: 577px) {
    .p_l_20 {
      padding-left: 1rem; } }

.p_l_30 {
  padding-left: 2rem; }
  @media (max-width: 577px) {
    .p_l_30 {
      padding-left: 1.5rem; } }

.p_l_40 {
  padding-left: 2.5rem; }
  @media (max-width: 577px) {
    .p_l_40 {
      padding-left: 1.5rem; } }

.p_l_50 {
  padding-left: 3rem; }
  @media (max-width: 577px) {
    .p_l_50 {
      padding-left: 2rem; } }

.p_l_60 {
  padding-left: 3.5rem; }
  @media (max-width: 577px) {
    .p_l_60 {
      padding-left: 2rem; } }

.p_l_150 {
  padding-left: 9rem; }
  @media (max-width: 577px) {
    .p_l_150 {
      padding-left: 2rem; } }

.p_r_0 {
  padding-right: 0 !important; }

.p_r_10 {
  padding-right: 0.6rem; }
  @media (max-width: 577px) {
    .p_r_10 {
      padding-right: 0.6rem; } }

.p_r_20 {
  padding-right: 1.2rem; }
  @media (max-width: 577px) {
    .p_r_20 {
      padding-right: 1rem; } }

.p_r_30 {
  padding-right: 2rem; }
  @media (max-width: 577px) {
    .p_r_30 {
      padding-right: 1.5rem; } }

.p_r_40 {
  padding-right: 2.5rem; }
  @media (max-width: 577px) {
    .p_r_40 {
      padding-right: 1.5rem; } }

.p_r_50 {
  padding-right: 3rem; }
  @media (max-width: 577px) {
    .p_r_50 {
      padding-right: 2rem; } }

.p_r_60 {
  padding-right: 3.5rem; }
  @media (max-width: 577px) {
    .p_r_60 {
      padding-right: 2rem; } }

.p_r_150 {
  padding-right: 9rem; }
  @media (max-width: 577px) {
    .p_r_150 {
      padding-right: 2rem; } }

.p_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p_lr_20 {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }

.p_tb_0 {
  padding-top: 0;
  padding-bottom: 0; }

.p_tb_20 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.m_t_0 {
  margin-top: 0 !important; }

.m_t_10 {
  margin-top: 0.6rem; }
  @media (max-width: 577px) {
    .m_t_10 {
      margin-top: 0.6rem; } }

.m_t_20 {
  margin-top: 1.2rem; }
  @media (max-width: 577px) {
    .m_t_20 {
      margin-top: 1rem; } }

.m_t_30 {
  margin-top: 2rem !important; }
  @media (max-width: 577px) {
    .m_t_30 {
      margin-top: 1.5rem !important; } }

.m_t_40 {
  margin-top: 2.5rem !important; }
  @media (max-width: 577px) {
    .m_t_40 {
      margin-top: 1.5rem !important; } }

.m_t_50 {
  margin-top: 3.2rem !important; }
  @media (max-width: 577px) {
    .m_t_50 {
      margin-top: 1.5rem !important; } }

.m_t_60 {
  margin-top: 4rem !important; }
  @media (max-width: 577px) {
    .m_t_60 {
      margin-top: 1.5rem !important; } }

.m_b_0 {
  margin-bottom: 0 !important; }

.m_b_10 {
  margin-bottom: 0.6rem; }
  @media (max-width: 577px) {
    .m_b_10 {
      margin-bottom: 0.6rem; } }

.m_b_20 {
  margin-bottom: 1.2rem; }
  @media (max-width: 577px) {
    .m_b_20 {
      margin-bottom: 1rem; } }

.m_b_30 {
  margin-bottom: 2rem !important; }
  @media (max-width: 577px) {
    .m_b_30 {
      margin-bottom: 1.3rem !important; } }

.m_b_40 {
  margin-bottom: 2.5rem; }
  @media (max-width: 577px) {
    .m_b_40 {
      margin-bottom: 1.5rem; } }

.m_b_50 {
  margin-bottom: 3.2rem; }
  @media (max-width: 577px) {
    .m_b_50 {
      margin-bottom: 1.5rem; } }

.m_b_60 {
  margin-bottom: 4rem; }
  @media (max-width: 577px) {
    .m_b_60 {
      margin-bottom: 2rem; } }

.m_l_0 {
  margin-left: 0 !important; }

.m_l_10 {
  margin-left: 0.6rem; }
  @media (max-width: 577px) {
    .m_l_10 {
      margin-left: 0.6rem; } }

.m_l_20 {
  margin-left: 1.2rem; }
  @media (max-width: 577px) {
    .m_l_20 {
      margin-left: 1rem; } }

.m_l_30 {
  margin-left: 2rem !important; }
  @media (max-width: 577px) {
    .m_l_30 {
      margin-left: 1.3rem !important; } }

.m_l_40 {
  margin-left: 2.5rem; }
  @media (max-width: 577px) {
    .m_l_40 {
      margin-left: 1.5rem; } }

.m_l_50 {
  margin-left: 3.2rem; }
  @media (max-width: 577px) {
    .m_l_50 {
      margin-left: 1.5rem; } }

.m_l_60 {
  margin-left: 4rem; }
  @media (max-width: 577px) {
    .m_l_60 {
      margin-left: 2rem; } }

.m_r_0 {
  margin-right: 0 !important; }

.m_r_10 {
  margin-right: 0.6rem; }
  @media (max-width: 577px) {
    .m_r_10 {
      margin-right: 0.6rem; } }

.m_r_20 {
  margin-right: 1.2rem; }
  @media (max-width: 577px) {
    .m_r_20 {
      margin-right: 1rem; } }

.m_r_30 {
  margin-right: 2rem !important; }
  @media (max-width: 577px) {
    .m_r_30 {
      margin-right: 1.3rem !important; } }

.m_r_40 {
  margin-right: 2.5rem; }
  @media (max-width: 577px) {
    .m_r_40 {
      margin-right: 1.5rem; } }

.m_r_50 {
  margin-right: 3.2rem; }
  @media (max-width: 577px) {
    .m_r_50 {
      margin-right: 1.5rem; } }

.m_r_60 {
  margin-right: 4rem; }
  @media (max-width: 577px) {
    .m_r_60 {
      margin-right: 2rem; } }

.m_tb_0 {
  margin-top: 0;
  margin-bottom: 0; }

.m_tb_20 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem; }

.m_lr_0 {
  margin-left: 0;
  margin-right: 0; }

.m_lr_20 {
  margin-left: 1.2rem;
  margin-right: 1.2rem; }

.left_text {
  text-align: left; }

.center_text {
  text-align: center; }

.right_text {
  text-align: right; }

.leftEl {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.centerEl {
  display: flex;
  align-items: center;
  justify-content: center; }

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

.blockEl {
  width: 100%;
  display: block; }

.text_bold {
  font-weight: bold !important; }

.hr-line {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 577px) {
    .hr-line {
      margin-top: 1rem;
      margin-bottom: 1rem; } }

.progress-part {
  margin-bottom: 1rem; }
  .progress-part p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px; }
  .progress-part .progress {
    height: 6px; }
    .progress-part .progress .progress-bar {
      background: #221e67; }

.open-sitemap .first-part p a {
  color: #1f1b5c !important;
  font-size: 18px; }

.b-icons-sp {
  justify-content: space-evenly !important; }

.register_form_padding {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.profile-image-upload {
  border: 1px solid rgba(0, 0, 0, 0.38);
  text-align: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  margin: auto; }

.upload-btn {
  margin-top: 15px;
  text-align: center; }

.profile_upload_btn {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  border-radius: 30px;
  color: white;
  padding: 11px 55px;
  border: none; }
  .profile_upload_btn:hover {
    color: white; }

@media (max-width: 577px) {
  .profile_save_btn {
    width: 230px !important; } }

.profile_completion_wrapper {
  margin-top: 35px; }
  .profile_completion_wrapper p {
    font-size: 14px;
    opacity: 0.5;
    color: #000000;
    margin-bottom: 11px; }
    .profile_completion_wrapper p .completed {
      color: #000000;
      opacity: 1;
      float: right;
      font-weight: 600; }
      @media (max-width: 769px) {
        .profile_completion_wrapper p .completed {
          float: none; } }
  .profile_completion_wrapper .progress {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #e5e5e5; }
    @media (max-width: 767px) {
      .profile_completion_wrapper .progress {
        margin: auto;
        width: 164px; } }
  .profile_completion_wrapper .progress-bar {
    background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%); }
  @media (max-width: 769px) {
    .profile_completion_wrapper {
      text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .profile_completion_wrapper p {
    font-size: 12px; } }

.list-discType {
  list-style-type: disc; }
  .list-discType > li {
    list-style-type: disc; }

.list-circleType {
  list-style-type: circle; }
  .list-circleType > li {
    list-style-type: circle; }

.pwa_select__menu {
  z-index: 1001 !important; }

.pwa_select__control {
  min-height: 48px !important;
  border-radius: 100px !important; }

.pwa_select__single-value {
  max-height: 38px;
  overflow: hidden; }

.cta-buy {
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  background: #800080;
  font-size: 14px;
  margin: 0px !important;
  display: inline-block;
  border-radius: 5px;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out; }
  .cta-buy:hover {
    color: #fff;
    transform: translateY(-2px);
    transition: all 0.2s ease-in-out; }

.offerTableView th,
.offerTableView td {
  text-align: center;
  vertical-align: middle; }

.packs-and-plans-content th,
.packs-and-plans-content td {
  text-align: center;
  vertical-align: middle; }

.packs-and-plans > li > a.active {
  color: #6a2c91;
  background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  transition: none;
  transform: scale(1); }

.packs-and-plans > li > a.active:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
  border-radius: 100px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.packs-and-plans > li > a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.5rem;
  display: inline-block;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  position: relative; }

.packs-and-plans .nav-link {
  background-color: transparent !important;
  border: 0; }

.plan-type {
  padding: 5px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 20px; }

.basic-plan {
  background: #ee3e80; }

.best-plan {
  background: #beb1d7; }

.unlimited-plan {
  background: #ed7d31; }

.hide-header-footer .header,
.hide-header-footer .footer {
  display: none; }

.media__card .media__cardContent .media__cardContentWrap .content__shortDesc, .media__card .media__cardContent .media__cardContentWrap .content__date, .text_card .content_bottom, .text_card .content_bottom .content_date, .purchased_card .purchased_cardPriceValidity, .BTN_inlineTwo, .social_connect ul, .highlight_desc_box .highlight_desc_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.media__card {
  margin-bottom: 1.9rem; }
  .media__card:hover {
    cursor: pointer;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.38);
    border-radius: 10px 10px 5px 5px; }
  .media__card .media__cardImg img {
    width: 100%;
    border-radius: 10px 10px 0 0; }
  .media__card .media__cardContent {
    background: white;
    min-height: 6rem;
    display: flex;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1.2rem 1rem;
    border-radius: 0 0 5px 5px; }
    @media (max-width: 577px) {
      .media__card .media__cardContent {
        min-height: auto; } }
    .media__card .media__cardContent .media__cardContentIcon {
      margin-right: 20px;
      max-width: 3.5rem;
      flex-basis: 3.5rem; }
    .media__card .media__cardContent .media__cardContentWrap {
      max-width: 100%;
      flex-basis: 100%; }
      .media__card .media__cardContent .media__cardContentWrap .content__title {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 1.3rem;
        color: rgba(0, 0, 0, 0.87);
        text-align: left; }
        @media (max-width: 577px) {
          .media__card .media__cardContent .media__cardContentWrap .content__title {
            font-size: 0.9rem; } }
      .media__card .media__cardContent .media__cardContentWrap .content__shortDesc {
        margin-bottom: 0;
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 1.2rem;
        color: rgba(0, 0, 0, 0.54); }
        .media__card .media__cardContent .media__cardContentWrap .content__shortDesc span {
          padding-right: 0.6rem; }
        @media (max-width: 577px) {
          .media__card .media__cardContent .media__cardContentWrap .content__shortDesc {
            font-size: 0.8rem; } }
      .media__card .media__cardContent .media__cardContentWrap .content__desc {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: rgba(0, 0, 0, 0.87);
        margin-top: 1rem;
        margin-bottom: 1rem; }
      .media__card .media__cardContent .media__cardContentWrap .content__date {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-family: "Quicksand";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.87);
        align-items: center;
        justify-content: flex-start; }
        .media__card .media__cardContent .media__cardContentWrap .content__date img {
          margin-right: 10px; }
      .media__card .media__cardContent .media__cardContentWrap .content__CTA a {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #f04e23; }
      .media__card .media__cardContent .media__cardContentWrap .content__CTA img {
        height: 10px;
        margin-left: 10px; }

.media__cardWithIcon .media__cardContentWrap {
  max-width: calc(100% - 3.5rem);
  flex-basis: calc(100% - 3.5rem); }

.media__cardWithExplore:hover {
  cursor: default !important; }

.media__cardWithExplore .media__cardContentWrap {
  min-height: 115px; }
  @media (max-width: 769px) {
    .media__cardWithExplore .media__cardContentWrap {
      min-height: auto; } }

.text_card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 30px;
  min-height: 160px;
  margin-bottom: 20px; }
  @media (max-width: 769px) {
    .text_card {
      min-height: auto;
      padding: 20px; } }
  .text_card .content_title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1f1b5c; }
    @media (max-width: 577px) {
      .text_card .content_title {
        font-size: 18px;
        line-height: 22px; } }
  .text_card .content_short_desc {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 577px) {
      .text_card .content_short_desc {
        font-size: 14px;
        line-height: 22px; } }
  .text_card .content_bottom .content_date {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1f1b5c;
    justify-content: flex-start; }
    .text_card .content_bottom .content_date img {
      margin-right: 10px; }
  .text_card .forword_CTA {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #f04e23; }
    .text_card .forword_CTA img {
      height: 10px;
      margin-left: 10px; }

.purchased_card {
  padding: 1.5rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 5px;
  min-height: 310px;
  position: relative;
  margin-bottom: 1.9rem;
  background-color: white; }
  .purchased_card .pack_badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%); }
    .purchased_card .pack_badge p {
      border-radius: 100px;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      text-align: center;
      color: white;
      padding: 0.5rem 1.5rem;
      margin-bottom: 0; }
  .purchased_card .pack_badge.new p {
    background: #ee3e80; }
  .purchased_card .pack_badge.hot p {
    background: #f33131; }
  .purchased_card .pack_badge.popular p {
    background: #2d4423; }
  .purchased_card .purchased_cardTitle {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.87);
    min-height: 55px; }
    @media (max-width: 577px) {
      .purchased_card .purchased_cardTitle {
        font-size: 18px;
        min-height: auto;
        margin-bottom: 20px; } }
  .purchased_card .purchased_cardPriceValidity {
    align-items: flex-end;
    margin: 1.8rem 0;
    margin-top: 0.5rem; }
    .purchased_card .purchased_cardPriceValidity .price h5 {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 0.1rem; }
      @media (max-width: 577px) {
        .purchased_card .purchased_cardPriceValidity .price h5 {
          font-size: 18px; } }
    .purchased_card .purchased_cardPriceValidity .price span {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      color: rgba(0, 0, 0, 0.87); }
    .purchased_card .purchased_cardPriceValidity .validity p {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 0; }
      @media (max-width: 577px) {
        .purchased_card .purchased_cardPriceValidity .validity p {
          font-size: 12px; } }
  .purchased_card .number_input {
    margin-bottom: 1.5rem; }

.input_t_text,
.input_t_textWLabel,
.input_w_addon,
.OTP_input,
.select_t_default,
.select_t_sort,
.textarea_default {
  margin-bottom: 20px; }
  .input_t_text .form-control,
  .input_t_textWLabel .form-control,
  .input_w_addon .form-control,
  .OTP_input .form-control,
  .select_t_default .form-control,
  .select_t_sort .form-control,
  .textarea_default .form-control {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    height: 3rem;
    background: #f9f9fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 100px; }
    @media (max-width: 577px) {
      .input_t_text .form-control,
      .input_t_textWLabel .form-control,
      .input_w_addon .form-control,
      .OTP_input .form-control,
      .select_t_default .form-control,
      .select_t_sort .form-control,
      .textarea_default .form-control {
        font-size: 14px;
        line-height: 20px; } }
  .input_t_text label,
  .input_t_textWLabel label,
  .input_w_addon label,
  .OTP_input label,
  .select_t_default label,
  .select_t_sort label,
  .textarea_default label {
    padding-bottom: 10px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: white;
    cursor: pointer; }

.input_note {
  margin-top: 0.3rem; }
  .input_note p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87); }
    .input_note p span {
      font-weight: bold; }

.input_w_addon .input-group-prepend .input-group-text {
  background-color: white;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 34px;
  color: #6a2c91;
  width: 55px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  @media (max-width: 577px) {
    .input_w_addon .input-group-prepend .input-group-text {
      font-size: 14px; } }

.input_w_addon .form-control {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.38); }
  @media (max-width: 577px) {
    .input_w_addon .form-control {
      font-size: 12px; } }

.select_t_default .form-control {
  background: #f9f9fa;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 100px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  opacity: 0.87;
  padding-right: 3.75rem;
  appearance: none;
  cursor: pointer; }

.custom_select_wrap {
  position: relative; }
  .custom_select_wrap .custom_arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: transparent;
    width: 3rem;
    height: 100%;
    pointer-events: none; }
  .custom_select_wrap .custom_arrow::before,
  .custom_select_wrap .custom_arrow::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-image: url("/images/bottom-arrow.svg");
    width: 16px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.select_t_sort .input-group-prepend {
  width: 100px; }

.select_t_sort .input-group-text {
  background: #f9f9fa;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  padding-left: 1rem;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }
  .select_t_sort .input-group-text svg {
    margin-right: 0.5rem; }

.select_t_sort .form-control {
  background: #f9f9fa;
  border: 1px solid #f9f9fa;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  padding-right: 0.75rem;
  padding-left: 3px;
  appearance: none;
  cursor: pointer;
  width: 100%; }

.select_t_sort .custom_select_wrap {
  width: calc(100% - 100px); }

.false_input {
  margin: 1rem 0; }
  .false_input p {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 5px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #6a2c91;
    opacity: 0.87;
    padding: 1.3rem 1rem;
    margin-bottom: 0;
    cursor: pointer; }
    @media (max-width: 577px) {
      .false_input p {
        font-size: 12px;
        line-height: 18px; } }

.OTP_input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .OTP_input .form-group {
    display: flex;
    justify-content: space-between; }
  .OTP_input .form-control {
    width: 10%;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center; }
    @media (max-width: 577px) {
      .OTP_input .form-control {
        width: 13%; } }
  .OTP_input input::-webkit-outer-spin-button,
  .OTP_input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .OTP_input input[type="number"] {
    -moz-appearance: textfield; }

.radio_select {
  margin: 1rem 0; }
  .radio_select .custom-control-label {
    cursor: pointer;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87); }
  .radio_select .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    border-color: #f04e23;
    background-color: #f04e23; }

.checkbox_customized {
  margin-bottom: 23px; }
  .checkbox_customized .custom-control-label {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: white;
    cursor: pointer; }
  .checkbox_customized .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    border-color: #f04e23;
    background-color: #f04e23; }
  .checkbox_customized .custom-control-label::before,
  .checkbox_customized .custom-control-label::after {
    top: 5px; }
  .checkbox_customized .custom-control-label::before {
    border-radius: 0 !important;
    background: transparent;
    border: 1px solid white; }

.textarea_default textarea {
  min-height: 100px; }

.btn_width_320 {
  width: 320px; }
  @media (max-width: 577px) {
    .btn_width_320 {
      width: 100%;
      display: block; } }

.btn_primary {
  background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
  border-radius: 100px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
  padding: 0.7rem;
  outline: none;
  border: none;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block; }
  .btn_primary:hover {
    color: white; }
  @media (max-width: 577px) {
    .btn_primary {
      font-size: 0.8rem; } }

.btn_secondary {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.7rem;
  outline: none;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block; }
  .btn_secondary:hover {
    color: rgba(0, 0, 0, 0.87); }
  @media (max-width: 577px) {
    .btn_secondary {
      font-size: 0.8rem; } }

.btn_text {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  border: none;
  outline: none;
  background: none;
  cursor: pointer; }
  @media (max-width: 577px) {
    .btn_text {
      font-size: 0.8rem; } }

.btn_another {
  background: #ffffff;
  border: 1px solid rgba(196, 196, 196, 0.5);
  box-sizing: border-box;
  border-radius: 100px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  outline: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  margin-bottom: 15px; }

.BTN_inlineTwo button,
.BTN_inlineTwo a {
  width: 48%;
  display: inline-block;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .BTN_inlineTwo button,
    .BTN_inlineTwo a {
      width: 44%; } }
  @media (max-width: 769px) {
    .BTN_inlineTwo button,
    .BTN_inlineTwo a {
      width: 48%; } }
  @media (max-width: 577px) {
    .BTN_inlineTwo button,
    .BTN_inlineTwo a {
      width: 48%; } }

.css__collapse .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px; }
  .css__collapse .tab .tab__input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .css__collapse .tab .tab__label {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    background: #f9f9fa;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 40px 15px 20px;
    margin-bottom: 0;
    border-radius: 30px; }
    @media (max-width: 769px) {
      .css__collapse .tab .tab__label {
        font-size: 18px; } }
    @media (max-width: 577px) {
      .css__collapse .tab .tab__label {
        font-size: 16px; } }
  .css__collapse .tab .tab__content {
    max-height: 0;
    overflow: hidden;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 577px) {
      .css__collapse .tab .tab__content {
        font-size: 14px; } }
  .css__collapse .tab .content__wrap {
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
    margin-top: 1rem; }
  .css__collapse .tab .tab__input:checked ~ .tab__label {
    background-color: white;
    border-left: none;
    border-right: none;
    border-bottom: none; }
  .css__collapse .tab .tab__input:checked ~ .tab__content {
    border: 1px solid rgba(110, 110, 110, 0.2);
    border-top: none;
    border-left: none;
    border-right: none; }

.css__collapse .tab .tab__input:checked ~ .tab__content {
  max-height: 100%; }

.css__collapse .tab .tab__label::before {
  position: absolute;
  right: 20px;
  top: 48%;
  transform: translateY(-52%);
  display: block;
  text-align: center; }

.css__collapse .tab .tab__input[type="checkbox"] + .tab__label::before {
  content: "+";
  font-size: 24px;
  font-family: "Quicksand"; }

.css__collapse .tab .tab__input[type="checkbox"]:checked + .tab__label::before {
  content: "-";
  font-size: 36px;
  font-family: "Quicksand";
  top: 43%;
  transform: translateY(-58%); }

.collapse_other_d .tab {
  margin-bottom: 0 !important; }

.collapse_other_d .tab__label {
  border-left: none !important;
  border-right: none !important;
  background: none !important; }
  @media (max-width: 769px) {
    .collapse_other_d .tab__label {
      padding: 15px 40px 15px 0 !important; }
      .collapse_other_d .tab__label::before {
        right: 0 !important; } }

.custom_list {
  padding-left: 1.5rem; }
  .custom_list li {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 1rem;
    position: relative; }
    @media (max-width: 577px) {
      .custom_list li {
        font-size: 14px;
        line-height: 24px; } }
  .custom_list li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: -1.5rem;
    top: 0.8rem;
    border-radius: 50%;
    background: #f26522; }

/*Tabs*/
@media (max-width: 769px) {
  .parent {
    overflow: scroll; } }

.page_categories {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%; }
  .page_categories ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0; }
    @media (max-width: 769px) {
      .page_categories ul {
        width: 100%;
        justify-content: left;
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 0.4rem; } }
    @media (max-width: 577px) {
      .page_categories ul {
        width: 100%;
        overflow: scroll; } }
    .page_categories ul li {
      margin: 0 1rem; }
      @media (max-width: 769px) {
        .page_categories ul li {
          width: auto; }
          .page_categories ul li:first-child {
            padding-left: 1rem; }
          .page_categories ul li:last-child {
            padding-right: 3rem; } }
      .page_categories ul li a {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 1.1rem;
        line-height: 22px;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.5rem;
        display: inline-block;
        transform: scale(1);
        transition: all 0.2s ease-in-out;
        position: relative; }
        .page_categories ul li a:hover {
          color: #6a2c91;
          transform: scale(1.01);
          background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        @media (max-width: 769px) {
          .page_categories ul li a {
            width: max-content;
            padding: 0.3rem 0.5rem; } }
        @media (max-width: 577px) {
          .page_categories ul li a {
            font-size: 0.9rem; } }
    .page_categories ul .active_category a {
      color: #6a2c91;
      background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative;
      transition: none;
      transform: scale(1); }
      .page_categories ul .active_category a:hover {
        transform: scale(1);
        color: #6a2c91;
        background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .page_categories ul .active_category a::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 1px;
        background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
        border-radius: 100px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }

.section__title {
  margin-bottom: 1rem; }
  .section__title h6 {
    position: relative;
    text-align: center; }
    @media (max-width: 769px) {
      .section__title h6 {
        font-size: 22px;
        line-height: 33px; } }
    .section__title h6 span {
      position: relative;
      z-index: 2;
      padding: 0 10px;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: white; }
    .section__title h6::before {
      position: absolute;
      content: "";
      width: 32%;
      height: 0.5px;
      background: white;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
      @media (max-width: 577px) {
        .section__title h6::before {
          width: 28%; } }
    .section__title h6::after {
      position: absolute;
      content: "";
      width: 32%;
      height: 0.5px;
      background: white;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1; }
      @media (max-width: 577px) {
        .section__title h6::after {
          width: 28%; } }
  .section__title h5 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .section__title h5 {
        font-size: 18px;
        line-height: 26px; } }
  .section__title h4 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 1rem; }

.titleWithout__line h6::after, .titleWithout__line h6::before {
  display: none; }

.social_connect {
  margin: 1rem 0; }
  .social_connect ul {
    justify-content: center;
    margin-bottom: 0; }
    .social_connect ul li {
      padding: 0.5rem; }
      .social_connect ul li a {
        display: inline-block; }
  .social_connect ul.social_connectLogin li a {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem; }
    .social_connect ul.social_connectLogin li a svg,
    .social_connect ul.social_connectLogin li a img {
      width: 2.2rem;
      height: 2.2rem; }
  .social_connect ul.social_connectShare li a {
    width: 2.8rem;
    height: 2.8rem; }
    .social_connect ul.social_connectShare li a svg,
    .social_connect ul.social_connectShare li a img {
      width: 2.8rem;
      height: 2.8rem; }

.page__breadcumb {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5rem; }
  @media (max-width: 769px) {
    .page__breadcumb {
      display: none; } }
  .page__breadcumb li {
    position: relative; }
    .page__breadcumb li::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("/images/breadcum_arrow_forword.svg");
      background-repeat: no-repeat;
      width: 7px;
      height: 11px;
      margin-top: 1px; }
    .page__breadcumb li a {
      padding: 0 15px;
      padding-left: 20px;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 16px;
      color: #f47920; }
    .page__breadcumb li:first-child a {
      padding-left: 0; }
    .page__breadcumb li:last-child::after {
      display: none; }
  .page__breadcumb .active a {
    padding-right: 0;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #692c91; }

.page__breadcumb_fn {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-left: 2rem; }
  @media (max-width: 769px) {
    .page__breadcumb_fn {
      display: none; } }
  .page__breadcumb_fn li {
    position: relative; }
    .page__breadcumb_fn li::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("/images/breadcum_arrow_forword.svg");
      background-repeat: no-repeat;
      width: 7px;
      height: 11px;
      margin-top: 1px; }
    .page__breadcumb_fn li a {
      padding: 0 15px;
      padding-left: 20px;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 16px;
      color: #f47920; }
    .page__breadcumb_fn li:first-child a {
      padding-left: 0; }
    .page__breadcumb_fn li:last-child::after {
      display: none; }
  .page__breadcumb_fn .active a {
    padding-right: 0;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #692c91; }

.simple_top_imgCard {
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 40px 20px 30px;
  text-align: center;
  margin-bottom: 20px; }
  .simple_top_imgCard .card_img {
    margin-bottom: 30px; }
  .simple_top_imgCard .card_heading h3 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 577px) {
      .simple_top_imgCard .card_heading h3 {
        font-size: 20px; } }
  .simple_top_imgCard .card_heading h4 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.87; }
    @media (max-width: 577px) {
      .simple_top_imgCard .card_heading h4 {
        font-size: 18px; } }
  .simple_top_imgCard .card_heading_sub {
    margin-bottom: 1.5rem; }
    .simple_top_imgCard .card_heading_sub h5 {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 25px;
      text-align: center;
      color: rgba(0, 0, 0, 0.87); }
      @media (max-width: 577px) {
        .simple_top_imgCard .card_heading_sub h5 {
          font-size: 16px; } }
  .simple_top_imgCard .card_description p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 577px) {
      .simple_top_imgCard .card_description p {
        font-size: 14px; } }
  .simple_top_imgCard .card_description .content__CTA {
    text-align: center; }
    .simple_top_imgCard .card_description .content__CTA a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #f04e23; }
    .simple_top_imgCard .card_description .content__CTA img {
      height: 10px;
      margin-left: 10px; }
  .simple_top_imgCard .CTA_wrap button,
  .simple_top_imgCard .CTA_wrap a {
    width: 47%;
    min-width: auto; }
    @media (max-width: 577px) {
      .simple_top_imgCard .CTA_wrap button,
      .simple_top_imgCard .CTA_wrap a {
        font-size: 14px; } }

.without_BD {
  border: none;
  box-shadow: none;
  background: none;
  padding-bottom: 10px; }
  .without_BD .simple_top_imgCard {
    padding: 30px 20px; }

.request_box {
  padding: 3rem;
  margin-bottom: 3rem;
  position: relative; }
  @media (max-width: 577px) {
    .request_box {
      padding: 30px 15px;
      box-shadow: none;
      border: none;
      background: transparent; } }
  .request_box .request_step {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    letter-spacing: 2px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; }
    @media (max-width: 577px) {
      .request_box .request_step {
        font-size: 12px;
        top: 10px;
        right: 10px; } }
  .request_box .request_type {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white;
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .request_box .request_type {
        font-size: 16px; } }
  .request_box .request_title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: white;
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .request_box .request_title {
        font-size: 26px; } }
  .request_box .request_price {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: white;
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .request_box .request_price {
        font-size: 20px; } }
    .request_box .request_price span {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: white; }
      @media (max-width: 577px) {
        .request_box .request_price span {
          font-size: 12px; } }
  .request_box .infoTitle {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: white; }
    @media (max-width: 577px) {
      .request_box .infoTitle {
        font-size: 16px;
        line-height: 22px; } }
  .request_box .request_input {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .request_box .required_content_info {
    margin-bottom: 1.5rem; }
  .request_box .detail_inputs {
    margin-bottom: 2rem; }
  .request_box .custom-control-label {
    color: white; }
  .request_box .note {
    color: white; }
  .request_box .input_false .title {
    color: white; }
  .request_box .input_false .input_box_label {
    color: white; }
  .request_box .custom_list li {
    color: white; }

.btn_back_to_home {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px; }
  .btn_back_to_home:hover {
    background-color: #1f1b5c; }
  .btn_back_to_home svg {
    margin-right: 8px; }

.request_box_campaign {
  padding: 3rem;
  width: 100%;
  max-width: 50vw;
  margin: 0 auto 3rem auto;
  position: relative;
  position: relative; }
  @media (max-width: 577px) {
    .request_box_campaign {
      padding: 30px 15px;
      box-shadow: none;
      border: none;
      background: transparent;
      max-width: 100%;
      width: 100%;
      margin: 0; } }
  .request_box_campaign .request_step {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    letter-spacing: 2px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; }
    @media (max-width: 577px) {
      .request_box_campaign .request_step {
        font-size: 12px;
        top: 10px;
        right: 10px; } }
  .request_box_campaign .request_type {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white;
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .request_box_campaign .request_type {
        font-size: 16px; } }
  .request_box_campaign .request_title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: white;
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .request_box_campaign .request_title {
        font-size: 26px; } }
  .request_box_campaign .request_price {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: white;
    margin-bottom: 1rem; }
    @media (max-width: 577px) {
      .request_box_campaign .request_price {
        font-size: 20px; } }
    .request_box_campaign .request_price span {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: white; }
      @media (max-width: 577px) {
        .request_box_campaign .request_price span {
          font-size: 12px; } }
  .request_box_campaign .infoTitle {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: white; }
    @media (max-width: 577px) {
      .request_box_campaign .infoTitle {
        font-size: 16px;
        line-height: 22px; } }
  .request_box_campaign .request_input {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .request_box_campaign .required_content_info {
    margin-bottom: 1.5rem; }
  .request_box_campaign .detail_inputs {
    margin-bottom: 2rem; }
  .request_box_campaign .custom-control-label {
    color: white; }
  .request_box_campaign .note {
    color: white; }
  .request_box_campaign .input_false .title {
    color: white; }
  .request_box_campaign .input_false .input_box_label {
    color: white; }
  .request_box_campaign .custom_list li {
    color: white; }

.otp_box {
  margin-top: 2.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 577px) {
    .otp_box {
      margin-top: 1rem;
      margin-bottom: 1.5rem; } }
  .otp_box p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white; }
    @media (max-width: 577px) {
      .otp_box p {
        font-size: 16px; } }
    .otp_box p img {
      margin-top: -5px;
      margin-left: 0.3rem; }

.another_pin_request {
  text-align: center; }
  .another_pin_request .btn_text {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    display: inline-block;
    color: white; }
    @media (max-width: 577px) {
      .another_pin_request .btn_text {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important; } }

.input_false .title {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: white;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 577px) {
    .input_false .title {
      font-size: 16px;
      line-height: 22px; } }

.input_false .input_box {
  margin-bottom: 1.5rem; }
  .input_false .input_box .input_box_label {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: white;
    margin-bottom: 0.5rem; }
  .input_false .input_box .input_box_input {
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 16px;
    font-weight: 500;
    color: #ec155b !important; }

.select_option {
  margin-bottom: 0 !important; }

.select_option .radio_label {
  display: block;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .select_option .radio_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .select_option .radio_label input:checked ~ .checkmark {
      background-color: #ec155b;
      border: 2px solid #ec155b; }
    .select_option .radio_label input:checked ~ .left_content {
      border-color: #ec155b;
      border-radius: 5px;
      box-shadow: 1px 0 0 0 #ec155b; }
    .select_option .radio_label input:checked ~ .left_content .item_info_title,
    .select_option .radio_label input:checked ~ .left_content .content_title {
      color: #ec155b !important;
      font-weight: bold; }
    .select_option .radio_label input:checked ~ .checkmark::after {
      display: block; }
  .select_option .radio_label .checkmark {
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    height: 18px;
    width: 18px;
    background-color: white;
    border: 2px solid #000;
    border-radius: 50%; }
    .select_option .radio_label .checkmark::after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: red;
      border: 3px solid white; }

.select_option .select_item__title {
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  margin-bottom: 20px; }

.select_option .select_item .radio_label .checkmark {
  height: 18px;
  width: 18px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.6);
  display: none; }
  .select_option .select_item .radio_label .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: red;
    border: 3px solid white; }

.select_option .active--left--content .left_content {
  border: 2px solid #f7941d !important; }

.select_option .left_content {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .select_option .left_content .img-wrapper {
    padding: 0 10px 0 0; }
  .select_option .left_content .content {
    width: 80%; }
    .select_option .left_content .content__title {
      font-size: 14px;
      line-height: 18px;
      opacity: 0.87;
      margin: 0;
      font-weight: bold;
      margin-bottom: 8px; }
    .select_option .left_content .content__desc {
      font-size: 12px;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.54);
      margin: 0; }

.select_option .select_item_inline {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .select_option .select_item_inline .radio_label {
    margin-right: 15px;
    width: 50%;
    text-align: center; }
    .select_option .select_item_inline .radio_label:last-child {
      margin-right: 0; }
    .select_option .select_item_inline .radio_label .checkmark {
      left: calc(40% - 22px);
      top: calc(50% - 9px);
      height: 18px;
      width: 18px;
      background-color: white;
      border: 1px solid rgba(0, 0, 0, 0.6);
      display: none; }
      .select_option .select_item_inline .radio_label .checkmark::after {
        content: "";
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: red;
        border: 3px solid white; }
    .select_option .select_item_inline .radio_label .left_content {
      text-align: center; }
      .select_option .select_item_inline .radio_label .left_content .content {
        width: 100%; }
        .select_option .select_item_inline .radio_label .left_content .content_title {
          margin: 0;
          font-size: 16px;
          line-height: 22px;
          font-weight: normal;
          color: rgba(0, 0, 0, 0.87); }

.select_option .select_item_wrap_title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87); }

.select_option .select_item_wrap_lists {
  max-height: 500px;
  overflow-y: auto;
  margin-bottom: 2rem; }
  .select_option .select_item_wrap_lists::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
    background-color: whitesmoke;
    border-radius: 5px; }
  .select_option .select_item_wrap_lists::-webkit-scrollbar {
    width: 6px;
    background-color: whitesmoke;
    border-radius: 5px; }
  .select_option .select_item_wrap_lists::-webkit-scrollbar-thumb {
    background-color: #ec155b;
    border-radius: 5px; }
  .select_option .select_item_wrap_lists .left_content {
    margin-right: 10px;
    background-color: white; }

.select_option .select_item_wrap_list .checkmark {
  right: 25px !important; }

.select_option .select_item_wrap_list .item_info_wrap {
  margin-bottom: 0;
  padding: 0; }

.select_option .item_info {
  background-color: white; }
  .select_option .item_info__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px; }
  .select_option .item_info .item_info_wrap {
    border-radius: 5px;
    margin-bottom: 15px; }
    .select_option .item_info .item_info_wrap .item_info_title {
      font-size: 18px;
      line-height: 22px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 15px;
      font-weight: 500; }
    .select_option .item_info .item_info_wrap .item_info_address {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 12px; }
      .select_option .item_info .item_info_wrap .item_info_address .svg-wrapper {
        padding-right: 10px;
        display: flex;
        align-items: center;
        margin-top: 1px; }
        .select_option .item_info .item_info_wrap .item_info_address .svg-wrapper svg {
          width: 24px; }
      .select_option .item_info .item_info_wrap .item_info_address p {
        font-size: 14px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.54);
        margin-bottom: 0; }
    .select_option .item_info .item_info_wrap .item_info_desc p {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.87); }
    .select_option .item_info .item_info_wrap .item_info_address:last-child {
      margin-bottom: 0; }

.msg_success_error {
  text-align: center; }
  .msg_success_error .msg_img {
    margin-bottom: 1.5rem; }
  .msg_success_error .msg_title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #1f1b5c;
    margin-bottom: 1.5rem; }
    @media (max-width: 577px) {
      .msg_success_error .msg_title {
        font-size: 22px;
        margin-bottom: 1rem; } }
  .msg_success_error .msg_desc {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 1.5rem; }
    @media (max-width: 577px) {
      .msg_success_error .msg_desc {
        font-size: 14px;
        margin-bottom: 1rem; } }
  .msg_success_error .tnx_id span {
    color: #1f1b5c; }
  .msg_success_error .CTA_wrap {
    margin: 2rem 0; }

.highlight_desc_box {
  background: #f04e23;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  padding: 2rem 0; }
  .highlight_desc_box .highlight_desc_wrap {
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 769px) {
      .highlight_desc_box .highlight_desc_wrap {
        max-width: 100%; } }
    .highlight_desc_box .highlight_desc_wrap .highlight_desc_content {
      padding-right: 50px; }
      .highlight_desc_box .highlight_desc_wrap .highlight_desc_content h2 {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        color: white; }
      .highlight_desc_box .highlight_desc_wrap .highlight_desc_content p {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: white;
        opacity: 0.87; }
    .highlight_desc_box .highlight_desc_wrap .highlight_desc_CTA a {
      background: white;
      border-radius: 5px;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #f04e23;
      display: inline-block;
      width: 220px; }

.basic_media_card {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  margin-bottom: 30px; }
  .basic_media_card .img_part {
    max-width: 50%;
    flex-basis: 50%;
    flex-shrink: 0;
    min-height: 230px; }
    @media (max-width: 577px) {
      .basic_media_card .img_part {
        min-height: auto; } }
    .basic_media_card .img_part img {
      border-radius: 30px 0 0 30px;
      width: 100%;
      height: 100%; }
  .basic_media_card .content_part {
    max-width: 50%;
    flex-basis: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 0 30px 30px 0; }
    @media (max-width: 577px) {
      .basic_media_card .content_part {
        padding: 10px; } }
    .basic_media_card .content_part .content_title {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #63727a;
      margin-bottom: 20px; }
      @media (max-width: 577px) {
        .basic_media_card .content_part .content_title {
          font-size: 14px;
          margin-bottom: 10px; } }
    .basic_media_card .content_part .content_desc {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #63727a;
      margin-bottom: 25px; }
      @media (max-width: 577px) {
        .basic_media_card .content_part .content_desc {
          font-size: 12px;
          margin-bottom: 15px; } }
    .basic_media_card .content_part .content_cta a,
    .basic_media_card .content_part .content_cta button {
      width: 150px;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 5px; }
      @media (max-width: 577px) {
        .basic_media_card .content_part .content_cta a,
        .basic_media_card .content_part .content_cta button {
          width: 100px;
          font-size: 10px;
          margin-bottom: 5px; } }

.basic_offer_card {
  margin-bottom: 30px; }
  @media (max-width: 577px) {
    .basic_offer_card {
      margin-bottom: 15px; } }
  .basic_offer_card .basic_offer_card_link {
    display: block;
    width: 100%;
    height: 100%; }
  .basic_offer_card .basic_offer_cardWrap {
    display: flex;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 30px;
    position: relative; }
  .basic_offer_card .go_forword {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 577px) {
      .basic_offer_card .go_forword {
        right: 7px; } }
  .basic_offer_card .img_part {
    max-width: 50%;
    flex-basis: 50%;
    flex-shrink: 0;
    min-height: 230px; }
    @media (max-width: 577px) {
      .basic_offer_card .img_part {
        min-height: auto !important; } }
    .basic_offer_card .img_part img {
      border-radius: 30px 0 0 30px;
      width: 100%;
      height: 100%; }
  .basic_offer_card .content_part {
    max-width: 50%;
    flex-basis: 50%;
    padding: 30px 45px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 577px) {
      .basic_offer_card .content_part {
        padding: 15px 25px 15px 10px; } }
    .basic_offer_card .content_part .content_title {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      color: #63727a; }
      @media (max-width: 577px) {
        .basic_offer_card .content_part .content_title {
          font-size: 13px;
          margin-bottom: 15px; } }
    .basic_offer_card .content_part .content_desc {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.54); }
      @media (max-width: 577px) {
        .basic_offer_card .content_part .content_desc {
          font-size: 13px; } }
    .basic_offer_card .content_part .middle_package {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px; }
      @media (max-width: 577px) {
        .basic_offer_card .content_part .middle_package {
          margin-bottom: 5px; } }
      .basic_offer_card .content_part .middle_package .item {
        max-width: 50%;
        flex-basis: 50%;
        padding-left: 20px; }
      .basic_offer_card .content_part .middle_package .item:first-child {
        position: relative;
        padding-left: 0; }
        .basic_offer_card .content_part .middle_package .item:first-child:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          background: rgba(99, 114, 122, 0.4);
          top: 0;
          right: 0; }
      .basic_offer_card .content_part .middle_package .title {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: rgba(0, 0, 0, 0.87); }
        @media (max-width: 577px) {
          .basic_offer_card .content_part .middle_package .title {
            font-size: 10px; } }
      .basic_offer_card .content_part .middle_package .value {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.87); }
        @media (max-width: 577px) {
          .basic_offer_card .content_part .middle_package .value {
            font-size: 14px; } }
    .basic_offer_card .content_part .content_footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .basic_offer_card .content_part .content_footer .price {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        color: #63727a; }
        @media (max-width: 577px) {
          .basic_offer_card .content_part .content_footer .price {
            font-size: 14px; } }
      .basic_offer_card .content_part .content_footer .days {
        display: flex;
        align-items: center;
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: rgba(0, 0, 0, 0.87); }
        @media (max-width: 577px) {
          .basic_offer_card .content_part .content_footer .days {
            font-size: 10px; } }
        .basic_offer_card .content_part .content_footer .days span {
          margin-left: 5px; }

.data_purchase_card {
  margin-bottom: 30px; }
  @media (max-width: 577px) {
    .data_purchase_card {
      margin-bottom: 15px; } }
  .data_purchase_card .data_purchase_card_link {
    display: block;
    width: 100%;
    height: 100%; }
  .data_purchase_card .data_purchase_cardWrap {
    display: flex;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    padding: 10px; }
  .data_purchase_card .go_forword {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 577px) {
      .data_purchase_card .go_forword {
        right: 7px; } }
  .data_purchase_card .img_part {
    max-width: 30%;
    flex-basis: 30%;
    flex-shrink: 0;
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    @media (max-width: 577px) {
      .data_purchase_card .img_part {
        min-height: auto !important; } }
    .data_purchase_card .img_part img {
      border-radius: 30px 0 0 30px; }
  .data_purchase_card .content_part {
    max-width: 70%;
    flex-basis: 70%;
    padding: 5px 25px 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 577px) {
      .data_purchase_card .content_part {
        padding: 15px 25px 15px 10px; } }
    .data_purchase_card .content_part .content_title {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      color: #63727a; }
      @media (max-width: 577px) {
        .data_purchase_card .content_part .content_title {
          font-size: 13px;
          margin-bottom: 15px; } }
    .data_purchase_card .content_part .content_desc {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.54); }
      @media (max-width: 577px) {
        .data_purchase_card .content_part .content_desc {
          font-size: 13px; } }
    .data_purchase_card .content_part .middle_package {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      @media (max-width: 577px) {
        .data_purchase_card .content_part .middle_package {
          margin-bottom: 5px; } }
      .data_purchase_card .content_part .middle_package .item {
        max-width: 50%;
        flex-basis: 50%;
        padding-left: 20px; }
      .data_purchase_card .content_part .middle_package .item:first-child {
        position: relative;
        padding-left: 0; }
        .data_purchase_card .content_part .middle_package .item:first-child:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          background: rgba(99, 114, 122, 0.4);
          top: 0;
          right: 0; }
      .data_purchase_card .content_part .middle_package .title {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #63727a; }
        @media (max-width: 577px) {
          .data_purchase_card .content_part .middle_package .title {
            font-size: 10px; } }
      .data_purchase_card .content_part .middle_package .value {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #63727a; }
        @media (max-width: 577px) {
          .data_purchase_card .content_part .middle_package .value {
            font-size: 14px; } }
    .data_purchase_card .content_part .content_footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .data_purchase_card .content_part .content_footer .price {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        color: #63727a; }
        @media (max-width: 577px) {
          .data_purchase_card .content_part .content_footer .price {
            font-size: 14px; } }
      .data_purchase_card .content_part .content_footer .days {
        display: flex;
        align-items: center;
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: rgba(0, 0, 0, 0.87); }
        @media (max-width: 577px) {
          .data_purchase_card .content_part .content_footer .days {
            font-size: 10px; } }
        .data_purchase_card .content_part .content_footer .days span {
          margin-left: 5px; }

.type_purple .content_title,
.type_purple .price {
  color: #692c91 !important; }

.type_purple .days svg path {
  fill: #692c91 !important; }

.type_gold .content_title,
.type_gold .price {
  color: #dd6b26 !important; }

.type_gold .days svg path {
  fill: #dd6b26 !important; }

.type_red .content_title,
.type_red .price {
  color: #ec155b !important; }

.type_red .days svg path {
  fill: #ec155b !important; }

.type_pink .content_title,
.type_pink .price {
  color: #ee3e80 !important; }

.type_pink .days svg path {
  fill: #ee3e80 !important; }

.type_basic .content_title,
.type_basic .price {
  color: #63727a !important; }

.type_basic .days svg path {
  fill: #63727a !important; }

.package_choosing .section_title {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #1f1b5c;
  opacity: 0.87; }

.roaming_tariff_list .selected__popularCountry__part {
  margin-bottom: 30px; }
  .roaming_tariff_list .selected__popularCountry__part h5,
  .roaming_tariff_list .selected__popularCountry__part .country__name {
    text-align: center; }

.roaming_tariff_list .roaming__rate__tablePart .value {
  font-weight: bold; }

.roaming_box {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }
  .roaming_box .section_title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    text-transform: capitalize;
    color: #1f1b5c;
    margin-bottom: 30px; }
  .roaming_box .content_cta .btn_primary {
    background: linear-gradient(90deg, #637378 0%, #acbdc4 100%); }
  .roaming_box .CTA_wrap a {
    width: 150px; }
  .roaming_box .CTA_wrap .btn_primary {
    background: linear-gradient(90deg, #2b612e 0%, #96c051 97.35%); }

.online__buy__big__card {
  margin-bottom: 20px; }
  .online__buy__big__card .custom__cardBody {
    padding: 50px; }
    .online__buy__big__card .custom__cardBody .card-title {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 0px; }
    .online__buy__big__card .custom__cardBody .card-text {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.87);
      margin: 30px 0px; }

@media (max-width: 575px) {
  .online__buy__big__card {
    margin-bottom: 20px; }
    .online__buy__big__card .custom__cardBody {
      padding: 20px;
      padding-bottom: 5px; }
      .online__buy__big__card .custom__cardBody .card-title {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.87);
        margin-bottom: 0px; }
      .online__buy__big__card .custom__cardBody .card-text {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.87);
        margin: 10px 0px; } }

.customSearch__form-group {
  margin-bottom: 20px !important; }
  .customSearch__form-group .customSearch__input-group {
    height: 3rem; }
    .customSearch__form-group .customSearch__input-group .customSearch__input-group-prepend .input-group-text {
      border: none;
      background: #f9f9fa;
      padding-left: 30px;
      border-radius: 30px 0px 0px 30px;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-right: 0px; }
    .customSearch__form-group .customSearch__input-group .customSearch__form-control {
      height: 100%;
      border: none;
      background: #f9f9fa;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.38);
      border-radius: 0px 30px 30px 0px;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-left: 0px; }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control::-webkit-input-placeholder {
        /* Edge */
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.38); }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.38); }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control::placeholder {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.38); }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control:focus {
        box-shadow: none; }

@media (max-width: 575px) {
  .customSearch__form-group .customSearch__input-group {
    height: 3rem; }
    .customSearch__form-group .customSearch__input-group .customSearch__input-group-prepend .input-group-text {
      padding-left: 15px; }
    .customSearch__form-group .customSearch__input-group .customSearch__form-control {
      font-size: 14px;
      line-height: 17px; }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control::-webkit-input-placeholder {
        /* Edge */
        font-size: 14px;
        line-height: 17px; }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 14px;
        line-height: 17px; }
      .customSearch__form-group .customSearch__input-group .customSearch__form-control::placeholder {
        font-size: 14px;
        line-height: 17px; } }

.search__results_section {
  padding: 0px 55px;
  margin-bottom: 30px; }
  .search__results_section .top__text {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 40px; }
    .search__results_section .top__text span {
      color: #6a2c91;
      font-weight: 500; }
  .search__results_section .bottom__text {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-top: 40px; }
    .search__results_section .bottom__text span {
      color: #6a2c91;
      font-weight: 500; }
  .search__results_section label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 20px; }
  .search__results_section .star__searchPg {
    margin: 0px 15px; }
  .search__results_section ul li {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .search__results_section ul li .result__link {
      text-decoration: none;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: rgba(0, 0, 0, 0.87); }

@media (max-width: 575px) {
  .search__results_section {
    padding: 0px 10px; }
    .search__results_section .top__text {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 30px; }
    .search__results_section .bottom__text {
      font-size: 14px;
      line-height: 17px;
      margin-top: 30px; }
    .search__results_section label {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 20px; }
    .search__results_section ul li .result__link {
      font-size: 16px;
      line-height: 20px; } }

.ordered__list {
  list-style: none;
  counter-reset: li;
  margin-left: 10px; }
  .ordered__list li {
    counter-increment: li;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px; }
  .ordered__list li::before {
    content: counter(li);
    color: #6a2c91;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.collapsible__part {
  margin-top: 30px; }
  .collapsible__part .css__collapse__generic .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px; }
    .collapsible__part .css__collapse__generic .tab .tab__input {
      position: absolute;
      opacity: 0;
      z-index: -1; }
    .collapsible__part .css__collapse__generic .tab .tab__label {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.87);
      position: relative;
      display: block;
      width: 100%;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-left: none;
      border-right: none;
      padding: 15px 40px 15px 20px;
      margin-bottom: 0; }
    .collapsible__part .css__collapse__generic .tab .tab__content {
      max-height: 0;
      overflow: hidden;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.87); }
    .collapsible__part .css__collapse__generic .tab .content__wrap {
      padding-left: 30px;
      padding-right: 25px;
      padding-bottom: 30px;
      margin-top: 1rem; }
    .collapsible__part .css__collapse__generic .tab .tab__input:checked ~ .tab__label {
      border-left: none;
      border-right: none;
      border-bottom: none; }
    .collapsible__part .css__collapse__generic .tab .tab__input:checked ~ .tab__content {
      border: 1px solid rgba(110, 110, 110, 0.2);
      border-top: none;
      border-left: none;
      border-right: none; }
  .collapsible__part .css__collapse__generic .tab .tab__input:checked ~ .tab__content {
    max-height: 100%; }
  .collapsible__part .css__collapse__generic .tab .tab__label::before {
    position: absolute;
    right: 20px;
    top: 48%;
    transform: translateY(-52%);
    display: block;
    text-align: center; }
  .collapsible__part .css__collapse__generic .tab .tab__input[type="checkbox"] + .tab__label::before {
    font-size: 24px;
    font-family: "Montserrat"; }
  .collapsible__part .css__collapse__generic .tab .tab__input[type="checkbox"]:checked + .tab__label::before {
    font-size: 36px;
    font-family: "Montserrat";
    top: 43%;
    transform: translateY(-58%); }

.collapsible__part__withBg {
  margin-top: 30px; }
  .collapsible__part__withBg .css__collapse__generic .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px; }
    .collapsible__part__withBg .css__collapse__generic .tab .tab__input {
      position: absolute;
      opacity: 0;
      z-index: -1; }
    .collapsible__part__withBg .css__collapse__generic .tab .tab__label {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.87);
      position: relative;
      display: block;
      width: 100%;
      cursor: pointer;
      background: transparent;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-left: none;
      border-right: none;
      padding: 15px 40px 15px 20px;
      margin-bottom: 0; }
    .collapsible__part__withBg .css__collapse__generic .tab .tab__content {
      max-height: 0;
      overflow: hidden;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.87); }
    .collapsible__part__withBg .css__collapse__generic .tab .content__wrap {
      padding-left: 30px;
      padding-right: 25px;
      padding-bottom: 30px;
      margin-top: 1rem; }
    .collapsible__part__withBg .css__collapse__generic .tab .tab__input:checked ~ .tab__label {
      background-color: transparent;
      border-left: none;
      border-right: none;
      border-bottom: none; }
    .collapsible__part__withBg .css__collapse__generic .tab .tab__input:checked ~ .tab__content {
      border: 1px solid rgba(110, 110, 110, 0.2);
      border-top: none;
      border-left: none;
      border-right: none; }
  .collapsible__part__withBg .css__collapse__generic .tab .tab__input:checked ~ .tab__content {
    max-height: 100%; }
  .collapsible__part__withBg .css__collapse__generic .tab .tab__label::before {
    position: absolute;
    right: 20px;
    top: 48%;
    transform: translateY(-52%);
    display: block;
    text-align: center; }
  .collapsible__part__withBg .css__collapse__generic .tab .tab__input[type="checkbox"] + .tab__label::before {
    content: url(/images/arrow__down.svg);
    font-size: 24px;
    font-family: "Montserrat"; }
  .collapsible__part__withBg .css__collapse__generic .tab .tab__input[type="checkbox"]:checked + .tab__label::before {
    content: url(/images/arrow__up.svg);
    font-size: 36px;
    font-family: "Montserrat";
    top: 43%;
    transform: translateY(-58%); }

@media (max-width: 575px) {
  .collapsible__part .css__collapse__generic .tab .tab__label {
    font-size: 16px;
    line-height: 24px; }
  .collapsible__part__withBg .css__collapse__generic .tab .tab__label {
    font-size: 16px;
    line-height: 24px; } }

.tabIndex__part {
  margin-top: 30px; }
  .tabIndex__part .tab__part .list-inline .list-inline-item {
    margin-right: 0; }
    .tabIndex__part .tab__part .list-inline .list-inline-item .list-inline-link {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      text-align: center;
      color: #000000;
      text-decoration: none;
      background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
      /* Black 5% */
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
      box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
      border-radius: 30px;
      padding: 7px 30px; }
  .tabIndex__part .tab__part .list-inline .list-inline-item.active a {
    background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
    border-radius: 100px;
    color: #fff; }
  .tabIndex__part .tab__content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    opacity: 1; }

@media (max-width: 767px) {
  .tabIndex__part {
    margin-top: 30px; }
    .tabIndex__part .tab__part .list-inline {
      overflow-x: auto;
      white-space: nowrap;
      margin-bottom: 0px;
      padding-bottom: 20px; } }

@media (max-width: 575px) {
  .tabIndex__part .tab__part .list-inline {
    padding-top: 20px; }
    .tabIndex__part .tab__part .list-inline .list-inline-item .list-inline-link {
      font-size: 14px;
      line-height: 28px; }
    .tabIndex__part .tab__part .list-inline .active {
      border-radius: 5px; }
      .tabIndex__part .tab__part .list-inline .active .list-inline-link {
        color: #ffffff;
        opacity: 1; }
  .tabIndex__part .tab__content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    opacity: 1; } }

.modal__main__part {
  border: 1px solid gray; }
  .modal__main__part .top__closeBtn_part {
    text-align: right; }
  .modal__main__part .modal__mainpart {
    padding: 0px 20px;
    padding-bottom: 10px; }
    .modal__main__part .modal__mainpart h2 {
      font-style: normal;
      font-weight: 500;
      font-size: 28px;
      line-height: 35px;
      align-items: center;
      text-transform: capitalize;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 20px; }
    .modal__main__part .modal__mainpart .validity__txt {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.54);
      margin-bottom: 25px; }
    .modal__main__part .modal__mainpart .price__txt {
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      color: rgba(0, 0, 0, 0.54);
      margin-bottom: 35px; }
      .modal__main__part .modal__mainpart .price__txt span {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        align-items: center;
        color: rgba(0, 0, 0, 0.87); }
    .modal__main__part .modal__mainpart .prim__txt {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 15px; }
    .modal__main__part .modal__mainpart .listTxt__part {
      margin-bottom: 30px; }

@media (max-width: 575px) {
  .modal__main__part {
    border: 1px solid gray; }
    .modal__main__part .top__closeBtn_part {
      text-align: right; }
    .modal__main__part .modal__mainpart {
      padding: 0px 10px;
      padding-bottom: 0px; }
      .modal__main__part .modal__mainpart h2 {
        margin-bottom: 20px; }
      .modal__main__part .modal__mainpart .validity__txt {
        margin-bottom: 25px; }
      .modal__main__part .modal__mainpart .price__txt {
        margin-bottom: 30px; }
      .modal__main__part .modal__mainpart .prim__txt {
        margin-bottom: 15px; } }

.nearest__place__options ul li {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 1px; }
  .nearest__place__options ul li:not(:last-child) {
    margin-bottom: 15px; }
  .nearest__place__options ul li a {
    display: block;
    text-decoration: none;
    padding: 20px;
    border-radius: 4px;
    background: white; }
    .nearest__place__options ul li a .locationTab_sec h5 {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 15px; }
    .nearest__place__options ul li a .locationTab_sec .location__details .media {
      align-items: center; }
      .nearest__place__options ul li a .locationTab_sec .location__details .media:not(:last-child) {
        margin-bottom: 10px; }
      .nearest__place__options ul li a .locationTab_sec .location__details .media .media-body p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.54);
        opacity: 0.87;
        margin-bottom: 0px;
        margin-top: 3px; }

.nearest__place__options ul li.active {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%); }

.select_t_different {
  margin-bottom: 20px; }
  .select_t_different .custom_select_wrap {
    position: relative; }
    .select_t_different .custom_select_wrap .custom_arrow {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      background: transparent;
      width: 3rem;
      height: 100%;
      pointer-events: none; }
    .select_t_different .custom_select_wrap .custom_arrow::before,
    .select_t_different .custom_select_wrap .custom_arrow::after {
      content: "";
      position: absolute;
      pointer-events: none;
      background-image: url("/images/bottom-arrow.svg");
      width: 16px;
      height: 10px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .select_t_different .form-control {
    background: #f8f8f8;
    border: none;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    cursor: pointer;
    appearance: none;
    height: 3rem; }

.get_inTouch__section {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  padding-top: 60px;
  padding-bottom: 40px; }
  .get_inTouch__section .options h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff; }
  .get_inTouch__section .options h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 15px; }
  .get_inTouch__section .options p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 1rem; }
  .get_inTouch__section .options .btn__wrapper {
    text-align: center; }
    .get_inTouch__section .options .btn__wrapper .btn_secondary__diff {
      margin-right: 15px; }

.btn_primary__diff {
  background: #ffffff;
  border-radius: 5px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #6a2c91;
  padding: 0.7rem;
  outline: none;
  border: none;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 9.5rem; }
  .btn_primary__diff:hover {
    color: #6a2c91; }

.btn_secondary__diff {
  background: transparent;
  border-radius: 5px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 0.7rem;
  outline: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 9.5rem; }
  .btn_secondary__diff:hover {
    color: #ffffff; }

@media (max-width: 767px) {
  .get_inTouch__section {
    padding-top: 40px;
    padding-bottom: 20px; }
    .get_inTouch__section .options h2 {
      text-align: center;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px; }
    .get_inTouch__section .options h3 {
      text-align: center;
      margin-bottom: 25px; }
    .get_inTouch__section .options p {
      text-align: center;
      margin-bottom: 25px; } }

@media (max-width: 575px) {
  .get_inTouch__section {
    padding-top: 40px;
    padding-bottom: 20px; }
    .get_inTouch__section .options h2 {
      text-align: center;
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 20px; }
    .get_inTouch__section .options h3 {
      text-align: center;
      margin-bottom: 25px; }
    .get_inTouch__section .options p {
      text-align: center;
      margin-bottom: 25px; } }

.recharge__card__part {
  display: block; }
  .recharge__card__part .recharge__card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 5px;
    transition: all 0.3s ease-in-out; }
    .recharge__card__part .recharge__card:hover {
      border: 1px solid #6a2c91;
      transform: translate3d(0, -1px, 0);
      box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35); }
    .recharge__card__part .recharge__card .card-body {
      padding: 30px;
      position: relative; }
      .recharge__card__part .recharge__card .card-body .card-title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: rgba(0, 0, 0, 0.87);
        margin-bottom: 30px; }
      .recharge__card__part .recharge__card .card-body .price__validity__part {
        display: flex;
        justify-content: space-between; }
        .recharge__card__part .recharge__card .card-body .price__validity__part .price__text {
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 15px;
          color: rgba(0, 0, 0, 0.87);
          margin-bottom: 0px; }
        .recharge__card__part .recharge__card .card-body .price__validity__part .validity__text {
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 15px;
          text-align: center;
          color: rgba(0, 0, 0, 0.54);
          margin-bottom: 0px; }
      .recharge__card__part .recharge__card .card-body .active__icon_part {
        position: absolute;
        top: 6px;
        right: 15px;
        display: none; }

.recharge__active .recharge__card .card-body .active__icon_part {
  display: block; }

.need__more__infoCard {
  margin-bottom: 15px;
  background: linear-gradient(90deg, #2b612e 0%, #96c051 100%);
  box-sizing: border-box;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out;
  border: 0 !important; }
  .need__more__infoCard:hover {
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35); }
  .need__more__infoCard .card-body {
    padding: 20px; }
    .need__more__infoCard .card-body .card-title {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      color: #ffffff;
      margin-bottom: 15px; }
    .need__more__infoCard .card-body p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: #f4f4f4;
      margin-bottom: 15px; }
    .need__more__infoCard .card-body .content__CTA a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #ffffff; }
      .need__more__infoCard .card-body .content__CTA a:hover {
        color: #ffffff; }
    .need__more__infoCard .card-body .content__CTA img {
      height: 10px;
      margin-left: 10px; }

.reqCall__Card {
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-sizing: border-box;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out; }
  .reqCall__Card:hover {
    transform: translate3d(0, -1px, 0);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.35); }
  .reqCall__Card .card-body {
    padding: 20px; }
    .reqCall__Card .card-body .card-title {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 15px; }
    .reqCall__Card .card-body p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 15px; }
    .reqCall__Card .card-body .content__CTA a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #6a2c91; }
      .reqCall__Card .card-body .content__CTA a:hover {
        color: #6a2c91; }
    .reqCall__Card .card-body .content__CTA img {
      height: 10px;
      margin-left: 10px; }

@media (max-width: 600px) {
  .need__more__infoCard .card-body .card-title {
    font-size: 18px;
    line-height: 22px; }
  .need__more__infoCard .card-body p {
    font-size: 14px;
    line-height: 17px; }
  .need__more__infoCard .card-body .content__CTA a {
    font-size: 14px;
    line-height: 17px; }
  .reqCall__Card .card-body .card-title {
    font-size: 18px;
    line-height: 22px; }
  .reqCall__Card .card-body p {
    font-size: 14px;
    line-height: 17px; }
  .reqCall__Card .card-body .content__CTA a {
    font-size: 14px;
    line-height: 17px; } }

.secondary__hearder_wrapper {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
  .secondary__hearder_wrapper header .header__mainPart {
    display: flex;
    align-items: center;
    padding: 10px 0px; }
    .secondary__hearder_wrapper header .header__mainPart .back__option {
      max-width: 50px;
      flex-basis: 50px; }
      .secondary__hearder_wrapper header .header__mainPart .back__option a {
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        opacity: 0.6; }
    .secondary__hearder_wrapper header .header__mainPart .site__logo {
      max-width: 85%;
      flex-basis: 85%;
      margin-left: 2.5rem; }
      .secondary__hearder_wrapper header .header__mainPart .site__logo a {
        padding-left: 100px; }
    .secondary__hearder_wrapper header .header__mainPart .step__part {
      max-width: 10%;
      flex-basis: 10%; }
      .secondary__hearder_wrapper header .header__mainPart .step__part p {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        text-transform: capitalize;
        color: #6a2c91;
        margin-bottom: 0px; }

@media (max-width: 991px) {
  .secondary__hearder_wrapper header .header__mainPart {
    display: flex;
    align-items: center;
    padding: 10px 0px; }
    .secondary__hearder_wrapper header .header__mainPart .back__option {
      max-width: 70px;
      flex-basis: 70px; }
      .secondary__hearder_wrapper header .header__mainPart .back__option a {
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        opacity: 0.6; }
    .secondary__hearder_wrapper header .header__mainPart .site__logo {
      max-width: 85%;
      flex-basis: 85%;
      margin-left: 2.5rem; }
      .secondary__hearder_wrapper header .header__mainPart .site__logo a {
        padding-left: 50px; }
    .secondary__hearder_wrapper header .header__mainPart .step__part {
      max-width: 15%;
      flex-basis: 15%; }
      .secondary__hearder_wrapper header .header__mainPart .step__part p {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-align: right;
        text-transform: capitalize;
        color: #6a2c91;
        margin-bottom: 0px; } }

@media (max-width: 767px) {
  .secondary__hearder_wrapper header .header__mainPart {
    display: flex;
    align-items: center;
    padding: 10px 0px; }
    .secondary__hearder_wrapper header .header__mainPart .back__option {
      max-width: 70px;
      flex-basis: 70px; }
      .secondary__hearder_wrapper header .header__mainPart .back__option a {
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        opacity: 0.6; }
    .secondary__hearder_wrapper header .header__mainPart .site__logo {
      max-width: 85%;
      flex-basis: 85%;
      margin-left: 2.5rem; }
      .secondary__hearder_wrapper header .header__mainPart .site__logo a {
        padding-left: 15px; }
    .secondary__hearder_wrapper header .header__mainPart .step__part {
      max-width: 15%;
      flex-basis: 15%; }
      .secondary__hearder_wrapper header .header__mainPart .step__part p {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: right;
        text-transform: capitalize;
        color: #6a2c91;
        margin-bottom: 0px; } }

@media (max-width: 660px) {
  .secondary__hearder_wrapper header .header__mainPart {
    display: flex;
    align-items: center;
    padding: 15px 0px; }
    .secondary__hearder_wrapper header .header__mainPart .back__option {
      max-width: 30px;
      flex-basis: 30px; }
      .secondary__hearder_wrapper header .header__mainPart .back__option a {
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        opacity: 0.6; }
        .secondary__hearder_wrapper header .header__mainPart .back__option a span {
          display: none; }
    .secondary__hearder_wrapper header .header__mainPart .site__logo {
      max-width: 75%;
      flex-basis: 75%;
      margin-left: 0.2rem; }
      .secondary__hearder_wrapper header .header__mainPart .site__logo a {
        padding-left: 0px; }
    .secondary__hearder_wrapper header .header__mainPart .step__part {
      max-width: 25%;
      flex-basis: 25%; }
      .secondary__hearder_wrapper header .header__mainPart .step__part p {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        text-align: right;
        text-transform: capitalize;
        color: #6a2c91;
        margin-bottom: 0px; } }

.secondary__footer__wrapper {
  border-top: 1px solid #ebebeb;
  padding: 20px 0px; }
  .secondary__footer__wrapper p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    margin-bottom: 0px; }

@media (max-width: 769px) {
  .page_categories .short__tarrif__listing li:last-child {
    padding-right: 0rem; } }

.country__selectPart {
  padding: 0px 10px; }
  .country__selectPart .selection__link {
    display: block;
    text-decoration: none; }
    .country__selectPart .selection__link img {
      margin: 0 auto; }
    .country__selectPart .selection__link p {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      color: #000000;
      opacity: 0.87;
      margin-bottom: 0px;
      margin-top: 10px; }

.left__img__internet__card {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: center; }
  @media (max-width: 1199px) {
    .left__img__internet__card {
      width: 40%; }
      .left__img__internet__card img {
        width: 70% !important; } }
  @media (max-width: 768px) {
    .left__img__internet__card {
      width: 35%; }
      .left__img__internet__card img {
        width: 70% !important; } }

.iCard__mediaBody {
  position: relative; }
  .iCard__mediaBody::before {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%; }

.latest__offer__card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-sizing: border-box;
  border-radius: 30px !important;
  position: relative;
  margin-bottom: 30px;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12)); }
  .latest__offer__card .arrow__icon {
    position: absolute;
    right: 20px;
    top: 45%; }
  .latest__offer__card .media {
    align-items: center !important; }
    .latest__offer__card .media img {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
    .latest__offer__card .media .getStart__card--body h5 {
      font-family: Quicksand !important;
      font-style: normal !important;
      font-weight: bold !important;
      font-size: 24px !important;
      line-height: 30px !important;
      color: #63727a; }
      .latest__offer__card .media .getStart__card--body h5 svg {
        margin-right: 10px; }
    .latest__offer__card .media .getStart__card--body .mid__desc__part {
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
      .latest__offer__card .media .getStart__card--body .mid__desc__part .lcard__large__desc {
        font-family: Quicksand !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 24px !important;
        line-height: 36px !important;
        text-transform: capitalize !important;
        color: #63727a !important; }
    .latest__offer__card .media .getStart__card--body .exp__btn--sec {
      margin-top: 10px; }
    .latest__offer__card .media .about__card--body {
      padding-right: 20px !important;
      padding-top: 25px !important; }
      .latest__offer__card .media .about__card--body .mid__desc__part {
        margin-top: 15px !important;
        margin-bottom: 0px !important; }
    .latest__offer__card .media .career__card--body .mid__desc__part {
      margin-top: 20px !important;
      margin-bottom: 20px !important; }
      .latest__offer__card .media .career__card--body .mid__desc__part .lcard__large__desc svg {
        margin-right: 3px;
        margin-top: -5px; }
    .latest__offer__card .media .media-body {
      padding: 0px 20px;
      padding-right: 50px;
      padding-bottom: 0px; }
      .latest__offer__card .media .media-body h5 {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px; }
      .latest__offer__card .media .media-body .offer__part {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px; }
        .latest__offer__card .media .media-body .offer__part .left__part {
          position: relative;
          max-width: 50%;
          flex-basis: 50%;
          border-right: 2px solid rgba(0, 0, 0, 0.15); }
          .latest__offer__card .media .media-body .offer__part .left__part .t__part {
            font-family: "Quicksand";
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #63727a;
            margin-bottom: 0px; }
          .latest__offer__card .media .media-body .offer__part .left__part .b__part {
            font-family: "Quicksand";
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
            color: #63727a;
            margin-bottom: 0px; }
        .latest__offer__card .media .media-body .offer__part .right__part {
          max-width: 50%;
          flex-basis: 50%;
          display: flex;
          justify-content: flex-end; }
          .latest__offer__card .media .media-body .offer__part .right__part .t__part {
            font-family: "Quicksand";
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: #63727a;
            margin-bottom: 0px; }
          .latest__offer__card .media .media-body .offer__part .right__part .b__part {
            font-family: "Quicksand";
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
            color: #63727a;
            margin-bottom: 0px; }
      .latest__offer__card .media .media-body .mid__desc__part {
        margin-top: 30px;
        margin-bottom: 30px; }
        .latest__offer__card .media .media-body .mid__desc__part .lcard__large__desc {
          font-family: "Quicksand";
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.54);
          margin-bottom: 0px; }
      .latest__offer__card .media .media-body .rs__val__sec {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .latest__offer__card .media .media-body .rs__val__sec .left__part .lCard__amount {
          font-family: Quicksand;
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 0px; }
        .latest__offer__card .media .media-body .rs__val__sec .right__part .validation__desc {
          font-family: Quicksand;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          margin-bottom: 0px;
          color: rgba(0, 0, 0, 0.87); }

.internet__lCard h5 {
  color: #63727a; }

.internet__lCard .rs__val__sec .left__part .lCard__amount {
  color: #63727a; }

.internet__lCard .rs__val__sec .right__part .validation__desc svg path {
  fill: #63727a; }

.data__lCard h5 {
  color: #63727a; }

.data__lCard .rs__val__sec .left__part .lCard__amount {
  color: #63727a; }

.data__lCard .rs__val__sec .right__part .validation__desc svg path {
  fill: #63727a; }

.voice__lCard h5 {
  color: #63727a; }

.voice__lCard .rs__val__sec .left__part .lCard__amount {
  color: #63727a; }

.voice__lCard .rs__val__sec .right__part .validation__desc svg path {
  fill: #63727a; }

.sim__lCard h5 {
  color: #63727a; }

.sim__lCard .rs__val__sec .left__part .lCard__amount {
  color: #63727a; }

.sim__lCard .rs__val__sec .right__part .validation__desc svg path {
  fill: #63727a; }

.gajjab__lCard h5 {
  color: #ee3e80;
  background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gajjab__lCard .rs__val__sec .left__part .lCard__amount {
  color: #ee3e80;
  background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.gajjab__lCard .rs__val__sec .right__part .validation__desc svg path {
  fill: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%); }

@media (max-width: 1199px) {
  .latest__offer__card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-sizing: border-box;
    border-radius: 30px !important;
    position: relative;
    margin-bottom: 30px; }
    .latest__offer__card .arrow__icon {
      position: absolute;
      right: 20px;
      top: 45%; }
    .latest__offer__card .media img {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      width: 50%; }
    .latest__offer__card .media .media-body {
      padding: 0px 20px;
      padding-right: 50px;
      padding-bottom: 0px; }
      .latest__offer__card .media .media-body h5 {
        font-family: Quicksand;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px; }
      .latest__offer__card .media .media-body .offer__part {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 40px; }
        .latest__offer__card .media .media-body .offer__part .left__part {
          position: relative; }
          .latest__offer__card .media .media-body .offer__part .left__part .t__part {
            font-family: Quicksand;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.87);
            margin-bottom: 0px; }
          .latest__offer__card .media .media-body .offer__part .left__part .b__part {
            font-family: Quicksand;
            font-style: normal;
            font-weight: bold;
            font-size: 24px;
            line-height: 30px;
            color: rgba(0, 0, 0, 0.87);
            margin-bottom: 0px; }
        .latest__offer__card .media .media-body .offer__part .right__part .t__part {
          font-family: Quicksand;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          color: rgba(0, 0, 0, 0.87);
          margin-bottom: 0px; }
        .latest__offer__card .media .media-body .offer__part .right__part .b__part {
          font-family: Quicksand;
          font-style: normal;
          font-weight: bold;
          font-size: 24px;
          line-height: 30px;
          color: rgba(0, 0, 0, 0.87);
          margin-bottom: 0px; }
      .latest__offer__card .media .media-body .mid__desc__part {
        margin-top: 30px;
        margin-bottom: 30px; }
        .latest__offer__card .media .media-body .mid__desc__part .lcard__large__desc {
          font-family: Quicksand;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: rgba(0, 0, 0, 0.54);
          margin-bottom: 0px; }
      .latest__offer__card .media .media-body .rs__val__sec {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .latest__offer__card .media .media-body .rs__val__sec .left__part .lCard__amount {
          font-family: Quicksand;
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 25px;
          margin-bottom: 0px; }
        .latest__offer__card .media .media-body .rs__val__sec .right__part .validation__desc {
          font-family: Quicksand;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          margin-bottom: 0px;
          color: rgba(0, 0, 0, 0.87); } }

@media (max-width: 1199px) and (min-width: 992px) {
  .latest__offer__card .media img {
    min-height: 240px; }
  .latest__offer__card .media .media-body .offer__part .left__part::after {
    right: -25px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .latest__offer__card .media .media-body .offer__part {
    margin-top: 20px;
    margin-bottom: 20px; }
  .latest__offer__card .media .media-body .offer__part .left__part::after {
    right: -80px; } }

@media (max-width: 767px) {
  .latest__offer__card .media .media-body {
    padding-top: 15px; } }

@media (max-width: 530px) {
  .latest__offer__card .media .getStart__card--body h5 {
    font-size: 14px !important;
    line-height: 17px !important; }
    .latest__offer__card .media .getStart__card--body h5 svg {
      width: 35px; }
  .latest__offer__card .media .getStart__card--body .mid__desc__part .lcard__large__desc {
    font-size: 14px !important;
    line-height: 21px !important; }
  .latest__offer__card .media .about__card--body {
    padding-top: 10px !important;
    padding-bottom: 10px; }
  .latest__offer__card .media .career__card--body {
    padding-top: 10px !important;
    padding-bottom: 10px; }
  .latest__offer__card .media .career__card--body .mid__desc__part {
    margin-top: 35px !important;
    margin-bottom: 25px !important; }
  .latest__offer__card .media .about__card--body .mid__desc__part .lcard__large__desc {
    font-size: 12px !important;
    line-height: 15px !important; }
  .latest__offer__card .media .media-body .offer__part {
    margin-top: 25px;
    margin-bottom: 25px; }
  .latest__offer__card .media .media-body h5 {
    font-size: 15px;
    line-height: 20px; }
  .latest__offer__card .media .media-body {
    padding-right: 30px; }
  .latest__offer__card .media .media-body .offer__part .left__part .t__part {
    font-size: 12px;
    line-height: 14px; }
  .latest__offer__card .media .media-body .offer__part .left__part .b__part {
    font-size: 16px;
    line-height: 18px; }
  .latest__offer__card .media .media-body .offer__part .right__part .t__part {
    font-size: 12px;
    line-height: 14px; }
  .latest__offer__card .media .media-body .offer__part .right__part .b__part {
    font-size: 16px;
    line-height: 18px; }
  .latest__offer__card .arrow__icon {
    right: 15px; }
  .latest__offer__card .media .media-body .offer__part .left__part::after {
    right: -50px; }
  .latest__offer__card .media .media-body .mid__desc__part .lcard__large__desc {
    font-size: 14px;
    line-height: 18px; }
  .latest__offer__card .media .media-body .rs__val__sec .left__part .lCard__amount {
    font-size: 14px;
    line-height: 17px; }
  .latest__offer__card .media .media-body .mid__desc__part {
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (max-width: 430px) {
  .latest__offer__card .media .getStart__card--body {
    padding-bottom: 7px;
    padding-top: 4px !important; }
  .latest__offer__card .media .getStart__card--body .mid__desc__part {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .latest__offer__card .media .media-body .offer__part .left__part::after {
    right: -40px;
    height: 25px;
    top: 0px; }
  .latest__offer__card .media .media-body h5 {
    font-size: 12px;
    line-height: 20px; }
  .latest__offer__card .media .media-body .offer__part .left__part .t__part {
    font-size: 10px;
    line-height: 12px; }
  .latest__offer__card .media .media-body .offer__part .left__part .b__part {
    font-size: 14px;
    line-height: 17px; }
  .latest__offer__card .media .media-body .offer__part .right__part .t__part {
    font-size: 10px;
    line-height: 12px; }
  .latest__offer__card .media .media-body .offer__part .right__part .b__part {
    font-size: 14px;
    line-height: 17px; }
  .latest__offer__card .media .media-body {
    padding-right: 35px;
    padding-left: 12px;
    padding-top: 0; }
  .latest__offer__card .media .media-body .offer__part {
    margin-top: 10px;
    margin-bottom: 10px; }
  .latest__offer__card .media .media-body .rs__val__sec .left__part .lCard__amount {
    font-size: 14px;
    line-height: 17px; }
  .latest__offer__card .media .media-body .rs__val__sec .right__part .validation__desc {
    font-size: 10px;
    line-height: 12px; }
  .latest__offer__card .arrow__icon {
    right: 10px; }
  .latest__offer__card .media .media-body .mid__desc__part .lcard__large__desc {
    font-size: 10px;
    line-height: 12px; }
  .latest__offer__card .media .media-body .rs__val__sec .left__part .lCard__amount {
    font-size: 14px;
    line-height: 17px; }
  .latest__offer__card .media .media-body .mid__desc__part {
    margin-top: 20px;
    margin-bottom: 20px; } }

.btn_colorful {
  background: white;
  border: 1px solid #f7941d;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 0.7rem;
  outline: none;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 13.5rem;
  background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
  border-radius: 100px; }
  .btn_colorful:hover {
    color: #ffffff; }
  @media (max-width: 577px) {
    .btn_colorful {
      font-size: 0.8rem;
      min-width: 10rem; } }

.n__form_control {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
  border-radius: 30px !important; }

.r__form_control {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important; }

.custom_shadow {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
  border-radius: 30px !important; }

.exp__btn--sec {
  margin-top: 30px; }
  .exp__btn--sec .btn_primary {
    padding: 0.6rem 1.5rem;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px; }
  @media (max-width: 530px) {
    .exp__btn--sec {
      margin-top: 30px; } }
  @media (max-width: 440px) {
    .exp__btn--sec {
      margin-top: 10px; }
      .exp__btn--sec .btn_primary {
        padding: 0.5rem 1.2rem !important; } }
  @media (max-width: 490px) {
    .exp__btn--sec .btn_primary {
      padding: 0.6rem 1.5rem;
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 0px; } }

.notc__btn--sec {
  margin-top: 0px; }
  .notc__btn--sec .btn_primary {
    padding: 0.6rem 1.5rem;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px; }
  @media (max-width: 440px) {
    .notc__btn--sec .btn_primary {
      padding: 0.5rem 1.2rem !important; } }
  @media (max-width: 490px) {
    .notc__btn--sec .btn_primary {
      padding: 0.6rem 1.5rem;
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 0px; } }

.range__select {
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .range__select .custom_select_wrap_left .form-control {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-right: none !important;
    box-sizing: border-box;
    border-radius: 100px 0px 0px 100px;
    padding-right: 1.15rem !important; }
  .range__select .custom_select_wrap_right .form-control {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-left: none !important;
    box-sizing: border-box;
    border-radius: 0px 100px 100px 0px; }
  .range__select .mid__range__sel {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-left: none !important;
    border-right: none !important;
    padding: 11px 10px; }
  @media (max-width: 1199px) {
    .range__select {
      justify-content: center; } }

@media (max-width: 1199px) {
  .custom__pg__ct {
    justify-content: center !important;
    margin-bottom: 20px; }
    .custom__pg__ct ul {
      justify-content: center; } }

.findAway__card--part {
  display: block;
  text-decoration: none;
  margin-bottom: 30px; }
  .findAway__card--part .findAway__card--main {
    padding-top: 15px;
    min-height: 180px;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 30px; }
    .findAway__card--part .findAway__card--main .card-img-top {
      height: 80px;
      width: 80px; }
    .findAway__card--part .findAway__card--main .card-body .card-text {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 19px;
      text-align: center;
      color: #63727a;
      margin-bottom: 0px; }

.tending__offer---mainCard .tending__offer---mainCard--sec {
  background: #692c91;
  border: none;
  box-sizing: border-box;
  border-radius: 30px;
  max-height: 600px;
  margin-top: 15px;
  overflow: hidden; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body {
    padding-top: 15px; }
    .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part h3 {
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 45px;
      /* identical to box height */
      text-align: center;
      /* Gray (Gradients) */
      color: white;
      margin-bottom: 12px; }
    .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part p {
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 25px;
      /* identical to box height */
      text-align: center;
      /* Gray (Gradients) */
      color: white;
      margin-bottom: 0px;
      min-height: 50px; }
      @media (max-width: 480px) {
        .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part p {
          min-height: auto; } }
    .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part {
      margin-top: 50px;
      margin-bottom: 25px; }
      .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns {
        position: relative; }
        .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns img {
          margin: 0 auto; }
        .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part {
          position: absolute;
          top: 65%;
          left: 50%;
          transform: translate(-65%, -50%);
          display: flex; }
          .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part p {
            font-family: Quicksand;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            /* identical to box height */
            /* Purple (Gradients) */
            color: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
            background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 0px; }
          .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
            font-size: 45px;
            line-height: 45px; }
      .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .min-descs {
        font-family: Quicksand;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */
        text-align: center;
        /* White (FFF) */
        color: #ffffff;
        margin-top: 15px;
        margin-bottom: 0px; }
    .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts p {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      /* identical to box height */
      text-align: center;
      /* Gray (Gradients) */
      color: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
      background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 30px; }
    .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts .main___btns_part {
      padding: 0px 30px; }
      .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts .main___btns_part .bottom__BtnPart .top__btn {
        color: #692c91;
        background: #ffffff; }
      .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts .main___btns_part .bottom__BtnPart .btm__btn {
        background: transparent;
        border: 1px solid #ffffff;
        color: #ffffff; }

.tending__offer---mainCard .tending__offer---mainCard--prim {
  background: #ee3e80;
  border: none;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body {
    padding-top: 30px; }
    .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .top__part h3 {
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 36px;
      line-height: 45px;
      /* identical to box height */
      text-align: center;
      /* Gray (Gradients) */
      color: white;
      margin-bottom: 12px; }
    .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .top__part p {
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 25px;
      /* identical to box height */
      text-align: center;
      /* Gray (Gradients) */
      color: white;
      margin-bottom: 0px; }
    .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part {
      margin-top: 50px;
      margin-bottom: 25px; }
      .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns {
        position: relative; }
        .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns img {
          margin: 0 auto; }
        .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part {
          position: absolute;
          top: 65%;
          left: 50%;
          transform: translate(-65%, -50%);
          display: flex; }
          .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part p {
            font-family: Quicksand;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            /* identical to box height */
            /* Purple (Gradients) */
            color: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
            background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 0px; }
          .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
            font-size: 45px;
            line-height: 45px; }
      .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .min-descs {
        font-family: Quicksand;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */
        text-align: center;
        /* White (FFF) */
        color: #ffffff;
        margin-top: 15px;
        margin-bottom: 0px; }
    .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts p {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      /* identical to box height */
      text-align: center;
      /* Gray (Gradients) */
      color: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
      background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 30px; }
    .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts .main___btns_part {
      padding: 0px 30px; }
      .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts .main___btns_part .bottom__BtnPart .top__btn {
        color: #692c91;
        background: #ffffff; }
      .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts .main___btns_part .bottom__BtnPart .btm__btn {
        background: transparent;
        border: 1px solid #ffffff;
        color: #ffffff; }

.desktop___trending--part .slick-track {
  top: 0;
  left: 0;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 991px) {
  .mobile___trending--part {
    display: block; }
  .desktop___trending--part {
    display: none; } }

@media (min-width: 992px) {
  .mobile___trending--part {
    display: none; } }

@media (max-width: 415px) {
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns img {
    width: 165px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts .main___btns_part {
    padding: 0px 10px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns img {
    width: 165px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts .main___btns_part {
    padding: 0px 10px; } }

@media (max-width: 500px) {
  .trending__container {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .findAway__card--part .findAway__card--main {
    min-height: 175px;
    padding-top: 30px; }
  .findAway__card--part .findAway__card--main .card-img-top {
    height: 65px;
    width: 65px; }
  .findAway__card--part .findAway__card--main .card-body .card-text {
    font-size: 15px;
    line-height: 18px; } }

@media (max-width: 430px) {
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .top__part h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .top__part p {
    font-size: 18px;
    line-height: 22px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part {
    left: 53%; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .min-descs {
    font-size: 14px;
    line-height: 17px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part {
    margin-top: 20px;
    margin-bottom: 20px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts p {
    margin-bottom: 20px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .bottom__parts .main___btns_part .bottom__BtnPart .top__btn {
    font-size: 12px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part p {
    font-size: 18px;
    line-height: 22px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part {
    left: 53%; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .min-descs {
    font-size: 14px;
    line-height: 17px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part {
    margin-top: 20px;
    margin-bottom: 20px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts p {
    margin-bottom: 20px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .bottom__parts .main___btns_part .bottom__BtnPart .top__btn {
    font-size: 12px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec {
    max-height: 480px;
    margin-top: 10px; } }

@media (max-width: 991px) {
  .mobile___trending--part .slick-slider .slick-list .slick-track .slick-current .tending__offer---mainCard .tending__offer---mainCard--sec {
    max-height: 100%;
    margin-top: 0px; }
    .mobile___trending--part .slick-slider .slick-list .slick-track .slick-current .tending__offer---mainCard .tending__offer---mainCard--sec .card-body {
      padding-top: 30px; }
  .mobile___trending--part .slick-slider .slick-list .slick-track .slick-current .tending__offer---mainCard--prim {
    max-height: 600px !important;
    margin-top: 0px !important; }
    .mobile___trending--part .slick-slider .slick-list .slick-track .slick-current .tending__offer---mainCard--prim .card-body {
      padding-top: 30px !important; }
  .mobile___trending--part .slick-slider .slick-list .slick-track .slick-slide .tending__offer---mainCard .tending__offer---mainCard--prim {
    max-height: 560px;
    margin-top: 9px; }
    .mobile___trending--part .slick-slider .slick-list .slick-track .slick-slide .tending__offer---mainCard .tending__offer---mainCard--prim .card-body {
      padding-top: 15px; } }

.colrful__btn {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  border: none; }

.fourG__sim--buy--section {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 100%); }
  .fourG__sim--buy--section .col__left {
    align-self: center; }
    .fourG__sim--buy--section .col__left .fourG__sim--buy--desc h3 {
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 37px;
      /* identical to box height */
      text-transform: capitalize;
      /* Purple (Primary Color) */
      color: #692c91;
      margin-bottom: 15px; }
    .fourG__sim--buy--section .col__left .fourG__sim--buy--desc .mid-ptxt {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 43px;
      /* or 43px */
      text-transform: capitalize;
      /* Black 87% */
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 25px; }
    .fourG__sim--buy--section .col__left .fourG__sim--buy--desc .sm-ptxt {
      font-family: Quicksand;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 29px;
      /* or 29px */
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 40px; }
  .fourG__sim--buy--section .col__right .img__part {
    padding: 0px 20px; }
    .fourG__sim--buy--section .col__right .img__part img {
      width: 100%; }

@media (max-width: 991px) {
  .fourG__sim--buy--section .col__left .fourG__sim--buy--desc h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px; }
  .fourG__sim--buy--section .col__left .fourG__sim--buy--desc .mid-ptxt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px; }
  .fourG__sim--buy--section .col__left .fourG__sim--buy--desc .sm-ptxt {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .fourG__sim--buy--section .col__left {
    order: 2;
    text-align: center;
    margin-top: 20px; }
  .fourG__sim--buy--section .col__right {
    order: 1; } }

@media (max-width: 575px) {
  .fourG__sim--buy--section .col__left .fourG__sim--buy--desc h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px; }
  .fourG__sim--buy--section .col__left .fourG__sim--buy--desc .mid-ptxt {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px; }
  .fourG__sim--buy--section .col__left .fourG__sim--buy--desc .sm-ptxt {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 20px; } }

.upgrade__fourG---section {
  position: relative; }
  .upgrade__fourG---section .upgrade__fourG--desc {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translate(8%, -50%);
    width: 30%;
    z-index: 1; }
    .upgrade__fourG---section .upgrade__fourG--desc h3 {
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 37px;
      /* identical to box height */
      text-transform: capitalize;
      /* White (FFF) */
      color: #ffffff;
      margin-bottom: 15px; }
    .upgrade__fourG---section .upgrade__fourG--desc .mid__txts {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 43px;
      /* or 43px */
      text-transform: capitalize;
      /* White (FFF) */
      color: #ffffff;
      margin-bottom: 25px; }
    .upgrade__fourG---section .upgrade__fourG--desc .sm__txts {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 32px;
      /* or 32px */
      /* White (FFF) */
      color: #ffffff;
      margin-bottom: 45px; }
  .upgrade__fourG---section .overlay {
    position: absolute;
    background: linear-gradient(270deg, rgba(29, 46, 72, 0.28) 0%, rgba(105, 44, 145, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px; }

@media (max-width: 1245px) {
  .upgrade__fourG---section .upgrade__fourG--desc h3 {
    font-size: 25px;
    line-height: 34px; }
  .upgrade__fourG---section .upgrade__fourG--desc .mid__txts {
    font-size: 21px;
    line-height: 35px;
    margin-bottom: 12px; }
  .upgrade__fourG---section .upgrade__fourG--desc .sm__txts {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px; }
  .upgrade__fourG---section .upgrade__fourG--desc {
    width: 35%; } }

@media (max-width: 1050px) {
  .upgrade__fourG---section .upgrade__fourG--desc h3 {
    font-size: 22px;
    line-height: 30px; }
  .upgrade__fourG---section .upgrade__fourG--desc .mid__txts {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px; }
  .upgrade__fourG---section .upgrade__fourG--desc .sm__txts {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 21px; }
  .upgrade__fourG---section .upgrade__fourG--desc {
    width: 40%; } }

@media (max-width: 693px) {
  .upgrade__fourG---section .upgrade__fourG--desc h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px; }
  .upgrade__fourG---section .upgrade__fourG--desc .mid__txts {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px; }
  .upgrade__fourG---section .upgrade__fourG--desc .sm__txts {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 21px; }
  .upgrade__fourG---section .upgrade__fourG--desc {
    width: 45%; } }

@media (max-width: 575px) {
  .upgrade__fourG---section .upgrade__fourG--desc h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px; }
  .upgrade__fourG---section .upgrade__fourG--desc .mid__txts {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px; }
  .upgrade__fourG---section .upgrade__fourG--desc .sm__txts {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 30px; }
  .upgrade__fourG---section .upgrade__fourG--desc {
    width: 85%;
    text-align: center;
    position: absolute;
    top: unset;
    right: 0;
    transform: translate(0%, -45%);
    z-index: 1;
    bottom: 0%;
    left: 8%; } }

@media (max-width: 450px) {
  .upgrade__fourG---section .upgrade__fourG--desc {
    width: 85%;
    text-align: center;
    position: absolute;
    top: unset;
    right: 0;
    transform: translate(0%, -20%);
    z-index: 1;
    bottom: 0%;
    left: 8%; } }

@media (max-width: 991px) and (min-width: 576px) {
  .upgrade__fourG---section .img__part img {
    height: 415px; } }

.new__tag__parts {
  position: absolute;
  right: -32px;
  transform: rotate(45deg);
  top: 20px; }
  .new__tag__parts span {
    width: 140px;
    padding: 3px;
    display: block;
    text-align: center;
    font-family: "Quicksand";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center; }

@keyframes boxShadowAnimation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(236, 21, 91, 0); }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(236, 21, 91, 0.6); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(236, 21, 91, 0); } }

.top_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  background: #f4f4f4;
  background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%); }
  @media (max-width: 769px) {
    .top_header {
      display: none; } }
  .top_header .top_header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .top_header .top_header_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: calc(85px + 2.5rem); }
    .top_header .top_header_nav ul li {
      margin-right: 1.2rem; }
      .top_header .top_header_nav ul li:last-child {
        margin-right: 0; }
      .top_header .top_header_nav ul li.nav_active {
        position: relative; }
        .top_header .top_header_nav ul li.nav_active::before {
          content: "";
          position: absolute;
          height: 12px;
          width: 12px;
          top: 25px;
          left: 50%;
          transform: translateX(-50%);
          background-repeat: no-repeat;
          background: url("/images/active_rectangle_icon_2.svg"); }
        .top_header .top_header_nav ul li.nav_active a {
          color: #ec155b;
          background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: bold; }
      .top_header .top_header_nav ul li.business-highlight a {
        font-family: "Quicksand";
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: black;
        position: relative;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        transition: transform 0.3s;
        animation: boxShadowAnimation 6s infinite; }
        .top_header .top_header_nav ul li.business-highlight a::after {
          content: "";
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 2px; }
        .top_header .top_header_nav ul li.business-highlight a:hover {
          color: #ec155b;
          transform: scale(1.05);
          box-shadow: 0 0 10px rgba(236, 21, 91, 0.6); }
    .top_header .top_header_nav ul li a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: black; }

.country_lang a,
.country_lang button {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #622a86;
  color: linear-gradient(180deg, #622a86 0%, #41175c 100%);
  margin-bottom: 0;
  border: 0;
  background: none;
  outline: 0; }

.main_header {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 0 1rem;
  position: relative;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%); }
  .main_header.foundation-header {
    border-bottom: 1px solid #ccc;
    background: #fff; }
    .main_header.foundation-header .site_logo {
      height: 4.95rem;
      display: flex;
      align-items: center;
      z-index: 111; }
      @media all and (max-width: 768px) {
        .main_header.foundation-header .site_logo {
          height: 40px; } }
    .main_header.foundation-header .site_logo img {
      width: 200px; }
      @media (max-width: 900px) {
        .main_header.foundation-header .site_logo img {
          width: 150px; } }
    .main_header.foundation-header .hamburger_menu img {
      filter: invert(1); }
  @media (max-width: 769px) {
    .main_header {
      padding: 1rem 0; } }
  @media (max-width: 769px) {
    .main_header .main_navigation {
      display: none; } }
  .main_header .main_header_wrap {
    display: flex;
    align-items: center; }
    @media (max-width: 769px) {
      .main_header .main_header_wrap {
        justify-content: space-between; } }
    .main_header .main_header_wrap .site_logo {
      max-width: 90px;
      flex-basis: 90px;
      z-index: 111; }
    .main_header .main_header_wrap .navbar_items {
      max-width: 100%;
      flex-basis: 85%;
      margin-left: 2.5rem;
      white-space: nowrap;
      position: static; }
      .main_header .main_header_wrap .navbar_items ul {
        display: flex;
        align-items: center;
        justify-items: flex-start;
        margin-bottom: 0; }
        .main_header .main_header_wrap .navbar_items ul li {
          margin-right: 1rem; }
          .main_header .main_header_wrap .navbar_items ul li a {
            font-family: "Quicksand";
            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 21px;
            color: #fff;
            padding: 25px 0.5rem;
            display: inline-block;
            margin-bottom: 0; }
        .main_header .main_header_wrap .navbar_items ul li:first-child a {
          padding-left: 0; }
        .main_header .main_header_wrap .navbar_items ul li:last-child {
          margin-right: 0; }
      .main_header .main_header_wrap .navbar_items .megamenu .menuicon {
        position: relative; }
        .main_header .main_header_wrap .navbar_items .megamenu .menuicon::after {
          content: "";
          position: absolute;
          width: 15px;
          height: 8px;
          right: -1.2rem;
          top: 47%;
          transform: translateX(-50%);
          display: inline-block;
          background: url("/images/down_arrow_icon.svg");
          background-repeat: no-repeat; }
    .main_header .main_header_wrap .navbar_other {
      max-width: 15%;
      flex-basis: 15%; }
      .main_header .main_header_wrap .navbar_other ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0; }
        .main_header .main_header_wrap .navbar_other ul li {
          margin-left: 1rem; }
          @media (max-width: 769px) {
            .main_header .main_header_wrap .navbar_other ul li {
              margin-left: 00.5rem; } }
          .main_header .main_header_wrap .navbar_other ul li a {
            padding: 0.5rem;
            display: inline-block; }
        .main_header .main_header_wrap .navbar_other ul li:first-child {
          margin-left: 0; }
        .main_header .main_header_wrap .navbar_other ul li:last-child a {
          padding-right: 0; }
      .main_header .main_header_wrap .navbar_other .hamburger_menu {
        display: none; }
        @media (max-width: 769px) {
          .main_header .main_header_wrap .navbar_other .hamburger_menu {
            display: inline-block; } }
  .main_header .megamenu_container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 73px;
    background-color: #ffffff;
    visibility: hidden;
    z-index: 111;
    opacity: 0; }
    .main_header .megamenu_container.menuWidthFull {
      width: 100%; }
    .main_header .megamenu_container.menuWidthCompact {
      width: auto;
      min-width: 300px;
      max-width: 600px; }
    .main_header .megamenu_container .megamenu_wrap {
      padding: 25px 0; }
    .main_header .megamenu_container .nav_title a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 600 !important;
      font-size: 15px !important;
      line-height: 20px;
      color: #1f1b5c !important;
      margin-bottom: 1rem;
      display: inline-block;
      padding: 0 !important;
      margin-bottom: 10px;
      font-weight: 500;
      white-space: pre-wrap; }
    .main_header .megamenu_container .nav_items {
      display: block !important;
      margin-bottom: 0.8rem !important; }
      .main_header .megamenu_container .nav_items li a {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: normal;
        font-size: 14px !important;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.87) !important;
        margin-bottom: 0.5rem;
        display: inline-block;
        padding: 0 !important;
        white-space: pre-wrap;
        margin: 0; }

.showmenu {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1111 !important; }

#mega {
  position: relative;
  transition: all 0.3s ease-in-out; }
  #mega.menuWidthFull {
    position: static; }
  #mega.menuWidthCompact {
    position: relative; }
    #mega.menuWidthCompact .megamenu_container {
      left: auto;
      right: 0;
      width: auto;
      min-width: 300px;
      max-width: 500px; }

#mega:hover .showmenus {
  transition: all 0.3s ease-in-out;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1111 !important; }

@media (max-width: 991px) {
  .main_header .main_header_wrap .navbar_items ul li a {
    font-size: 12px;
    padding: 0; }
  .main_header .main_header_wrap .navbar_items ul li {
    margin-right: 20px; } }

.no-drop svg {
  margin-left: 10px; }
  .no-drop svg path {
    fill: white; }

.navbar_other svg path {
  fill: white; }

.mobile_nav_wrapper {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.first_component_top {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.first_component_top_foundation {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.mobile_nav_search {
  margin: 20px; }
  .mobile_nav_search .customSearch__form-group {
    margin-bottom: 0; }

.list-unstyled.phone-nav-section.phone-section-nav {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

/* Adjust container for foundation button */
.foundation-button-container {
  padding: 15px 20px;
  /* Adjust for spacing */
  text-align: center;
  /* Center align the button */
  margin-top: 10px;
  /* Space above button */
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  /* Separator line above button */
  margin-bottom: 20px;
  /* Space below button to separate from app links */ }

/* Style for foundation button */
.foundation-button-bottom {
  display: block;
  background-color: #f26322;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  /* Full width */
  max-width: 280px;
  /* Optional max width */
  margin: 0 auto;
  /* Center within the container */ }

.foundation-button-bottom:hover {
  background-color: #6a2c91;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.phone-nav-section {
  padding: 0 20px;
  padding-left: 0; }
  .phone-nav-section .m-first-menu .no-border-bottom-0 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 16px;
    padding: 20px;
    font-weight: bold; }
    @media (max-width: 577px) {
      .phone-nav-section .m-first-menu .no-border-bottom-0 {
        font-size: 14px;
        padding: 10px;
        line-height: 15px; } }
  .phone-nav-section .m-first-menu .active-item {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #ec155b;
    position: relative; }
    .phone-nav-section .m-first-menu .active-item:after {
      content: "";
      position: absolute;
      left: 20px;
      right: 0;
      text-align: center;
      padding-right: 36px;
      bottom: -3px;
      z-index: 1;
      height: 9px;
      width: 9px;
      margin: 0 auto;
      background-repeat: no-repeat;
      padding-right: 40px;
      background-image: url(/images/a.svg); }
    @media (max-width: 577px) {
      .phone-nav-section .m-first-menu .active-item {
        font-size: 14px; } }
  .phone-nav-section .m-dropdown-menu a {
    display: block;
    font-size: 16px;
    color: #1f1b5c;
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    @media (max-width: 577px) {
      .phone-nav-section .m-dropdown-menu a {
        font-size: 14px;
        padding: 10px; } }
  .phone-nav-section .active-submenu {
    font-weight: bold;
    background-color: #f2f2f2; }

.all {
  float: right; }

.m-dropdown-menu {
  position: relative; }
  .m-dropdown-menu a {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1f1b5c; }
  .m-dropdown-menu .all {
    position: absolute;
    top: 12px;
    right: 27px; }

.phone-section-nav {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .phone-section-nav .m-first-top {
    position: static; }
  .phone-section-nav .position-absolutes {
    position: absolute !important;
    width: 100%;
    left: 0; }

.phone-section-nav-foundation {
  display: flex;
  flex-direction: column;
  /* Ensure items stack vertically */
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.download_app_link {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%); }
  .download_app_link .btn_primary {
    padding: 10px 25px;
    display: flex;
    align-items: center; }
    .download_app_link .btn_primary svg {
      margin-right: 8px; }

.mobile_nav_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff; }
  @media (max-width: 577px) {
    .mobile_nav_footer {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .mobile_nav_footer .mobile_nav_footer_linked li a {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1f1b5c; }

.mobilenav_back_link {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px; }
  .mobilenav_back_link .left_ a {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-left: 5px; }

.m-dropdown-menu-second {
  margin: 20px 0; }
  .m-dropdown-menu-second .m-dropdown-menu {
    padding: 10px 0;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .m-dropdown-menu-second .all {
    position: absolute;
    top: 12px;
    right: 15px; }

@charset "UTF-8";
/* Override Bootstrap dropdown behavior for megamenus */
.dropdown.dr-menu.megamenu {
  position: static;
  /* Allow full-width dropdown */
  /* Enhanced menu trigger styling */
  /* Remove Bootstrap JS dropdown behavior */
  /* Show dropdown on hover with enhanced animation */
  /* Keep dropdown open when hovering over it */
  /* Create invisible bridge between trigger and dropdown */ }
  .dropdown.dr-menu.megamenu > a {
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 4px; }
    .dropdown.dr-menu.megamenu > a:hover {
      background: rgba(182, 63, 129, 0.08);
      transform: translateY(-1px);
      /* Animated underline effect with theme gradient */ }
      .dropdown.dr-menu.megamenu > a:hover::after {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 12px;
        right: 12px;
        height: 2px;
        background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
        border-radius: 1px;
        animation: slideIn 0.3s ease; }
  .dropdown.dr-menu.megamenu .megamenu_container {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    /* Enhanced background with theme gradient and glass effect */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 249, 250, 0.98) 100%);
    /* Compact shadow for smaller appearance */
    box-shadow: 0 8px 25px rgba(34, 30, 103, 0.12), 0 4px 12px rgba(94, 31, 112, 0.08), 0 2px 6px rgba(122, 41, 118, 0.06);
    /* Theme gradient border */
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%) 1;
    /* Subtle glass morphism effect */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 25px 0 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px) scale(0.98);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-width: 240px;
    /* Subtle inner glow with theme colors */ }
    .dropdown.dr-menu.megamenu .megamenu_container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(182, 63, 129, 0.3), transparent); }
  .dropdown.dr-menu.megamenu:hover .megamenu_container {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    transition-delay: 0.15s;
    padding: 0; }
  .dropdown.dr-menu.megamenu .megamenu_container:hover {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1); }
  .dropdown.dr-menu.megamenu::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -25px;
    right: -25px;
    height: 25px;
    background: transparent;
    z-index: 1049;
    display: none; }
  .dropdown.dr-menu.megamenu:hover::after {
    display: block; }

/* Enhanced dropdown content styles */
.megamenu_container {
  /* Column styling - more compact */ }
  .megamenu_container.menuWidthCompact .container {
    max-width: 600px;
    padding: 0 15px; }
  .megamenu_container.menuWidthCompact .megamenu_wrap {
    padding: 20px 0; }
  .megamenu_container.menuWidthCompact .nav_title a {
    font-size: 14px !important; }
  .megamenu_container.menuWidthCompact .nav_items li a {
    font-size: 13px !important;
    line-height: 22px; }
  .megamenu_container .nav_title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding-bottom: 8px;
    /* Elegant underline with theme gradient */ }
    .megamenu_container .nav_title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30px;
      height: 2px;
      background: linear-gradient(90deg, #221e67 0%, #5e1f70 50%, #b63f81 100%);
      border-radius: 1px;
      transition: width 0.3s ease; }
    .megamenu_container .nav_title:hover::after {
      width: 45px; }
    .megamenu_container .nav_title a {
      color: #221e67;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      /* Subtle icon effect with theme color */ }
      .megamenu_container .nav_title a:hover {
        color: #b63f81;
        text-decoration: none;
        transform: translateX(3px); }
      .megamenu_container .nav_title a::before {
        content: "\25B6";
        position: absolute;
        left: -16px;
        opacity: 0;
        color: #a3387d;
        font-size: 10px;
        transition: all 0.3s ease; }
      .megamenu_container .nav_title a:hover::before {
        opacity: 1;
        left: -12px; }
  .megamenu_container .nav_items {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 15px;
    margin-top: 6px;
    /* Enhanced custom scrollbar with theme colors */
    /* Firefox scrollbar with theme colors */
    scrollbar-width: thin;
    scrollbar-color: #b63f81 rgba(248, 249, 250, 0.6); }
    .megamenu_container .nav_items li {
      margin-bottom: 2px;
      transition: all 0.2s ease; }
      .megamenu_container .nav_items li a {
        display: block;
        padding: 8px 12px;
        color: #495057;
        text-decoration: none;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        /* Simple left border indicator */ }
        .megamenu_container .nav_items li a:hover {
          color: #221e67;
          background: rgba(182, 63, 129, 0.1);
          text-decoration: none;
          transform: translateX(2px); }
        .megamenu_container .nav_items li a::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 0;
          height: 100%;
          background: #b63f81;
          transition: width 0.2s ease; }
        .megamenu_container .nav_items li a:hover::after {
          width: 2px; }
      .megamenu_container .nav_items li.active a {
        color: #221e67;
        font-weight: 600;
        background: linear-gradient(135deg, rgba(182, 63, 129, 0.12), rgba(163, 56, 125, 0.08));
        box-shadow: 0 2px 6px rgba(122, 41, 118, 0.2); }
        .megamenu_container .nav_items li.active a::after {
          width: 3px; }
    .megamenu_container .nav_items::-webkit-scrollbar {
      width: 8px; }
    .megamenu_container .nav_items::-webkit-scrollbar-track {
      background: rgba(248, 249, 250, 0.6);
      border-radius: 8px;
      margin: 3px 0; }
    .megamenu_container .nav_items::-webkit-scrollbar-thumb {
      background: linear-gradient(180deg, #221e67, #b63f81);
      border-radius: 8px;
      border: 1px solid rgba(248, 249, 250, 0.6);
      transition: all 0.3s ease; }
      .megamenu_container .nav_items::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg, #5e1f70, #a3387d);
        border-width: 0px; }
  .megamenu_container .col-sm-3 {
    padding: 0 18px;
    position: relative;
    /* Subtle column separator with theme colors */ }
    .megamenu_container .col-sm-3:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 15px;
      right: 0;
      bottom: 15px;
      width: 1px;
      background: linear-gradient(180deg, transparent, rgba(122, 41, 118, 0.25), transparent); }

/* Hover delay animation */
.dropdown.dr-menu.megamenu .megamenu_container {
  animation-duration: 0.4s;
  animation-fill-mode: both; }

.dropdown.dr-menu.megamenu:hover .megamenu_container {
  animation-name: slideInDown;
  animation-delay: 0.15s; }

@keyframes slideIn {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: calc(100% - 30px);
    opacity: 1; } }

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95); }
  to {
    opacity: 1;
    transform: translateY(0) scale(1); } }

/* Ensure dropdown stays open during navigation */
.dropdown.dr-menu.megamenu:hover .megamenu_container,
.dropdown.dr-menu.megamenu .megamenu_container:hover {
  animation-name: none;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important; }

/* Fix Bootstrap conflicts */
.dropdown.dr-menu.megamenu {
  /* Remove Bootstrap dropdown arrow */
  /* Prevent Bootstrap JS from interfering */
  /* Enhanced custom dropdown arrow with theme colors */ }
  .dropdown.dr-menu.megamenu .dropdown-toggle::after {
    display: none; }
  .dropdown.dr-menu.megamenu.show .megamenu_container {
    display: none !important; }
  .dropdown.dr-menu.megamenu .path2 {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: #6c757d; }
  .dropdown.dr-menu.megamenu:hover .path2 {
    transform: rotate(180deg);
    fill: #b63f81; }

/* Responsive behavior */
@media (max-width: 991px) {
  .dropdown.dr-menu.megamenu .megamenu_container {
    position: relative;
    width: 100%;
    margin-left: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 123, 255, 0.2);
    border-top: 3px solid #007bff;
    transform: none;
    padding: 25px 0;
    background: white; }
    .dropdown.dr-menu.megamenu .megamenu_container:hover {
      transform: none; }
  .dropdown.dr-menu.megamenu::after {
    display: none; }
  .dropdown.dr-menu.megamenu:hover .megamenu_container {
    transform: none; }
  .dropdown.dr-menu.megamenu > a {
    padding: 6px 10px; }
    .dropdown.dr-menu.megamenu > a:hover::after {
      display: none; }
  .megamenu_container .col-sm-3 {
    padding: 0 12px; }
    .megamenu_container .col-sm-3:not(:last-child)::after {
      display: none; }
  .megamenu_container .nav_items {
    max-height: 220px;
    padding-right: 12px; } }

/* Ensure proper z-index stacking */
.main_navigation {
  position: relative;
  z-index: 1000; }

.navbar_items {
  position: relative;
  z-index: 1001; }

/* Loading animation for smooth appearance */
.megamenu_container.loading .nav_title,
.megamenu_container.loading .nav_items li {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards; }

.megamenu_container.loading .nav_title {
  animation-delay: 0.1s; }

.megamenu_container.loading .nav_items li:nth-child(1) {
  animation-delay: 0.2s; }

.megamenu_container.loading .nav_items li:nth-child(2) {
  animation-delay: 0.25s; }

.megamenu_container.loading .nav_items li:nth-child(3) {
  animation-delay: 0.3s; }

.megamenu_container.loading .nav_items li:nth-child(4) {
  animation-delay: 0.35s; }

.megamenu_container.loading .nav_items li:nth-child(n + 5) {
  animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Additional visual enhancements - more compact */
.megamenu_container .nav_items li:last-child {
  margin-bottom: 8px; }

/* Subtle pulse effect for active items with theme colors */
.megamenu_container .nav_items li.active a {
  animation: subtlePulse 2s ease-in-out infinite; }

@keyframes subtlePulse {
  0%,
  100% {
    box-shadow: 0 2px 6px rgba(122, 41, 118, 0.2); }
  50% {
    box-shadow: 0 3px 10px rgba(182, 63, 129, 0.3); } }

/* Prevent slider and other content from interfering with dropdown */
.home__sliderSection,
.slider-container,
.slick-slider {
  z-index: 1 !important;
  position: relative; }

/* Ensure dropdown has priority over all page content */
.dropdown.dr-menu.megamenu .megamenu_container {
  z-index: 99999 !important; }

.footer_desktop {
  background-color: #f9f9fa;
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 100%);
  padding-top: 3.5rem; }
  .footer_desktop.foundation {
    padding-top: 0;
    margin-top: 3.5rem;
    background: #f8f8fc; }
    .footer_desktop.foundation .footer_top {
      padding: 20px 0;
      border-bottom: 1px solid #ccc; }
    .footer_desktop.foundation .footer_bottom {
      padding: 0.8rem 0 1.2rem 0; }
      .footer_desktop.foundation .footer_bottom_wrap .copy-right p {
        font-size: 14px; }
  @media (max-width: 769px) {
    .footer_desktop {
      display: none; } }
  .footer_desktop .footer_top {
    padding-bottom: 2rem; }
    .footer_desktop .footer_top .footer_link li {
      margin-bottom: 1rem; }
      .footer_desktop .footer_top .footer_link li a {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.5rem 0; }
        .footer_desktop .footer_top .footer_link li a:hover {
          color: #ec155b;
          color: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%); }
    .footer_desktop .footer_top .link_title {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 20px; }
    .footer_desktop .footer_top .leftside_section .footer_logo {
      margin-bottom: 2rem; }
    .footer_desktop .footer_top .leftside_section .title_linked li {
      margin-bottom: 1rem; }
      .footer_desktop .footer_top .leftside_section .title_linked li a {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        text-transform: capitalize;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.5rem 0; }
        .footer_desktop .footer_top .leftside_section .title_linked li a:hover {
          color: #ec155b;
          color: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%); }
  .footer_desktop .footer_contact_info {
    padding-bottom: 2rem; }
    .footer_desktop .footer_contact_info p {
      margin: 0;
      padding: 0.2em 0; }
    .footer_desktop .footer_contact_info a {
      font-family: "Quicksand";
      font-weight: 500;
      font-size: 16px;
      color: #6a2c91;
      text-decoration: none;
      transition: color 0.3s ease;
      position: relative; }
    .footer_desktop .footer_contact_info a::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 1px;
      background: #ec155b;
      transform: scaleX(0);
      transition: transform 0.3s ease, background-color 0.3s ease; }
    .footer_desktop .footer_contact_info a:hover {
      color: #d32054; }
    .footer_desktop .footer_contact_info a:hover::before {
      transform: scaleX(1);
      background-color: #d32054; }
  .footer_desktop .footer_contact_info_foundation_mobile {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc; }
    .footer_desktop .footer_contact_info_foundation_mobile p {
      margin: 0;
      padding: 0.2em 0; }
    .footer_desktop .footer_contact_info_foundation_mobile a {
      font-family: "Quicksand";
      font-weight: 500;
      font-size: 16px;
      color: #6a2c91;
      text-decoration: none;
      transition: color 0.3s ease;
      position: relative; }
    .footer_desktop .footer_contact_info_foundation_mobile a::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 100%;
      height: 1px;
      background: #ec155b;
      transform: scaleX(0);
      transition: transform 0.3s ease, background-color 0.3s ease; }
    .footer_desktop .footer_contact_info_foundation_mobile a:hover {
      color: #d32054; }
    .footer_desktop .footer_contact_info_foundation_mobile a:hover::before {
      transform: scaleX(1);
      background-color: #d32054; }
  .footer_desktop .footer_middle .footer_middle_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .footer_desktop .footer_middle .social_link {
    display: flex;
    align-items: center; }
    .footer_desktop .footer_middle .social_link ul {
      display: flex;
      align-items: center;
      margin-left: 2rem; }
      .footer_desktop .footer_middle .social_link ul li {
        margin-right: 1rem; }
  .footer_desktop .footer_middle .app_download_link ul {
    display: flex; }
    .footer_desktop .footer_middle .app_download_link ul li {
      margin-left: 1rem; }
  .footer_desktop .footer_bottom {
    padding: 1.2rem 0;
    position: relative; }
    .footer_desktop .footer_bottom .footer_bottom_wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .footer_desktop .footer_bottom .copy-right p {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 0; }
    .footer_desktop .footer_bottom .copy-right .certification {
      font-size: 14px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.54);
      letter-spacing: 0.5px;
      transition: color 0.3s ease, transform 0.3s ease; }
      .footer_desktop .footer_bottom .copy-right .certification:hover {
        color: #6a2c91;
        transform: scale(1.01); }
    .footer_desktop .footer_bottom .right_linked {
      display: flex;
      align-items: center; }
      .footer_desktop .footer_bottom .right_linked ul {
        display: flex;
        align-items: center;
        margin-bottom: 0; }
        .footer_desktop .footer_bottom .right_linked ul li {
          margin-left: 2rem; }
          .footer_desktop .footer_bottom .right_linked ul li a {
            font-family: "Quicksand";
            font-style: normal;
            font-weight: normal;
            font-size: 16px;
            line-height: 26px;
            color: rgba(0, 0, 0, 0.87);
            padding: 0.5rem;
            cursor: pointer;
            transition: all 0.05s ease-in;
            transform: scale(1); }
            .footer_desktop .footer_bottom .right_linked ul li a:hover {
              color: #ec155b;
              color: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
              transform: scale(1.05); }
          .footer_desktop .footer_bottom .right_linked ul li:first-child {
            margin-left: 0; }
          .footer_desktop .footer_bottom .right_linked ul li:last-child a {
            padding-right: 0; }
      .footer_desktop .footer_bottom .right_linked .bottom_to_top {
        margin-left: 1rem;
        position: absolute;
        right: -60px; }
        @media (max-width: 992px) {
          .footer_desktop .footer_bottom .right_linked .bottom_to_top {
            right: -25px; } }
        .footer_desktop .footer_bottom .right_linked .bottom_to_top button {
          background: transparent;
          border: none; }

.footer_mobile {
  display: none;
  background: #f9f9fa; }
  @media (max-width: 769px) {
    .footer_mobile {
      display: block; } }
  .footer_mobile .footer_link li {
    margin-bottom: 1rem; }
    .footer_mobile .footer_link li a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: rgba(0, 0, 0, 0.87);
      padding: 0.5rem 0; }
      .footer_mobile .footer_link li a:hover {
        color: #ec155b;
        color: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%); }
  .footer_mobile .footer_link li:last-child {
    margin: 0; }
  .footer_mobile .social_link {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (max-width: 769px) {
      .footer_mobile .social_link {
        flex-direction: column;
        align-items: flex-start; } }
    .footer_mobile .social_link ul {
      display: flex;
      align-items: center;
      margin-left: 2rem; }
      @media (max-width: 769px) {
        .footer_mobile .social_link ul {
          margin-left: 0; } }
      .footer_mobile .social_link ul li {
        margin-right: 1rem; }
  .footer_mobile .connect_us {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 769px) {
      .footer_mobile .connect_us {
        margin-bottom: 20px; } }
  .footer_mobile .float_mobile_tab {
    position: fixed;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #efeff1;
    background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%; }
    .footer_mobile .float_mobile_tab .tabwrap {
      max-width: 690px;
      margin: 0 auto;
      display: flex; }
      .footer_mobile .float_mobile_tab .tabwrap .tab_item {
        text-align: center;
        max-width: 25%;
        flex-basis: 25%; }
        .footer_mobile .float_mobile_tab .tabwrap .tab_item img {
          margin-bottom: 5px;
          width: 22px;
          height: 22px; }
        .footer_mobile .float_mobile_tab .tabwrap .tab_item .img_active {
          display: none; }
        .footer_mobile .float_mobile_tab .tabwrap .tab_item p {
          margin-bottom: 0;
          font-family: "Quicksand";
          font-style: normal;
          font-weight: normal;
          font-size: 12px;
          line-height: 12px;
          color: #e2e3e4;
          color: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%); }
      .footer_mobile .float_mobile_tab .tabwrap .tab_item.active {
        text-align: center; }
        .footer_mobile .float_mobile_tab .tabwrap .tab_item.active .img_default {
          display: none; }
        .footer_mobile .float_mobile_tab .tabwrap .tab_item.active .img_active {
          display: block;
          margin-left: auto;
          margin-right: auto; }
        .footer_mobile .float_mobile_tab .tabwrap .tab_item.active p {
          color: #f04e23;
          color: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
          font-weight: bold; }
  .footer_mobile .css__collapse .tab .tab__label {
    border-radius: 0; }

.login__categories, .recharge__page .show__offers .top__heading, .r__item .price-val {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.login__box {
  padding: 3rem 3.5rem;
  background: white;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  @media (max-width: 769px) {
    .login__box {
      padding: 2rem 2rem; } }
  @media (max-width: 577px) {
    .login__box {
      padding: 2rem 1rem;
      border: none;
      box-shadow: none; } }
  .login__box .login__box__title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: white;
    margin-bottom: 2rem; }
    @media (max-width: 577px) {
      .login__box .login__box__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 1.5rem; } }
  .login__box .login__bottom__section {
    margin: 1.5rem 0; }
    .login__box .login__bottom__section .forgot__password {
      text-align: center; }
      .login__box .login__bottom__section .forgot__password a {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: white; }
    .login__box .login__bottom__section .signup__cta {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      text-align: center;
      color: white; }
      .login__box .login__bottom__section .signup__cta a {
        font-family: "Quicksand";
        font-weight: bold;
        color: #f04e23; }

.login__categories {
  margin-bottom: 1.5rem; }
  .login__categories li a {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: white;
    padding: 0.5rem 0; }
    @media (max-width: 577px) {
      .login__categories li a {
        font-size: 14px;
        line-height: 16px; } }
  .login__categories li.active a {
    font-weight: bold;
    color: #6a2c91;
    display: inline-block;
    position: relative; }
    .login__categories li.active a::after {
      content: "";
      width: 1rem;
      height: 1px;
      background-color: #6a2c91;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }

.checked__inputLabel {
  margin-bottom: 25px; }
  .checked__inputLabel--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .checked__inputLabel .fradioBTN {
    padding-left: 0; }
    .checked__inputLabel .fradioBTN .form-check-input {
      display: none; }
    .checked__inputLabel .fradioBTN .form-check-input:checked ~ label {
      color: #6a2c91;
      font-weight: bold;
      position: relative; }
      .checked__inputLabel .fradioBTN .form-check-input:checked ~ label::after {
        content: "";
        width: 1rem;
        height: 1px;
        background-color: #6a2c91;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .checked__inputLabel .fradioBTN .form-check-label {
      cursor: pointer;
      font-family: "Quicksand";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.87);
      padding: 0.5rem 0; }
  .checked__inputLabel .fradioBTN:nth-child(1) {
    order: 2; }
  .checked__inputLabel .fradioBTN:nth-child(2) {
    order: 3; }
  .checked__inputLabel .fradioBTN:nth-child(3) {
    order: 4; }
  .checked__inputLabel .fradioBTN:nth-child(4) {
    order: 1; }

.custom__sort__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 1rem; }
  @media (max-width: 992px) {
    .custom__sort__layout {
      flex-wrap: wrap;
      justify-content: flex-start; } }
  @media (max-width: 577px) {
    .custom__sort__layout {
      display: none;
      margin: 0 !important; } }
  .custom__sort__layout .ccolm {
    max-width: 18%;
    flex-basis: 18%; }
    @media (max-width: 992px) {
      .custom__sort__layout .ccolm {
        max-width: 31%;
        flex-basis: 31%;
        margin-right: 1rem; } }
    @media (max-width: 769px) {
      .custom__sort__layout .ccolm {
        max-width: 46.5%;
        flex-basis: 46.5%;
        margin-right: 1rem; } }

.custom__sort__layout__mobile {
  display: none; }
  @media (max-width: 577px) {
    .custom__sort__layout__mobile {
      width: 100%;
      display: block;
      align-items: center;
      justify-content: space-between;
      padding-top: 1rem;
      padding-bottom: 1rem;
      background: #f9f9fa;
      margin-bottom: 20px;
      padding-left: 15px;
      padding-right: 15px; }
      .custom__sort__layout__mobile .filter {
        display: flex;
        align-items: center;
        background: #ffffff;
        padding: 13px;
        margin-bottom: 20px;
        /* Black 5% */
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
        border-radius: 30px; }
        .custom__sort__layout__mobile .filter img {
          margin-top: -2px; }
        .custom__sort__layout__mobile .filter span {
          font-family: "Quicksand";
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px;
          color: rgba(0, 0, 0, 0.87);
          margin-left: 10px; }
      .custom__sort__layout__mobile .select_t_sort {
        margin-bottom: 0;
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
        border-radius: 30px; }
        .custom__sort__layout__mobile .select_t_sort .input-group-text {
          padding-top: 10px !important; }
        .custom__sort__layout__mobile .select_t_sort .form-control {
          margin-right: auto;
          width: 100%;
          padding-right: 0.3rem; } }

.show_data_info {
  display: flex; }
  .show_data_info .item {
    max-width: 5.5rem;
    flex-basis: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-right: 1rem; }
    .show_data_info .item img {
      margin-bottom: 0.5rem;
      width: 21px;
      height: 21px; }
    .show_data_info .item p {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: rgba(0, 0, 0, 0.87); }
      @media (max-width: 769px) {
        .show_data_info .item p {
          font-size: 14px;
          line-height: 20px; } }
  .show_data_info .item:last-child {
    margin-right: 0; }

.show_data_price {
  display: flex;
  align-items: flex-end;
  margin: 1rem 0; }
  @media (max-width: 769px) {
    .show_data_price {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; } }
  .show_data_price .item {
    margin-right: 4rem; }
    @media (max-width: 769px) {
      .show_data_price .item {
        margin-right: 0;
        max-width: 50%;
        flex-basis: 50%; } }
  .show_data_price .price_w .price {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.87); }
  .show_data_price .price_w .vattax {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.54); }
    @media (max-width: 577px) {
      .show_data_price .price_w .vattax {
        font-size: 12px; } }
  .show_data_price .price_w .vattax2 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.54); }
    @media (max-width: 577px) {
      .show_data_price .price_w .vattax2 {
        font-size: 8px; } }
  .show_data_price .validity {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87); }
    @media (max-width: 769px) {
      .show_data_price .validity {
        text-align: right; } }
    @media (max-width: 577px) {
      .show_data_price .validity {
        font-size: 12px; } }
  .show_data_price .share img {
    margin-right: 0.5rem; }
  .show_data_price .share a {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87); }
    .show_data_price .share a:hover {
      color: #6a2c91; }
  .show_data_price .ussd_dial {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.54); }
    .show_data_price .ussd_dial a {
      color: #6a2c91;
      font-weight: bold; }
    @media (max-width: 769px) {
      .show_data_price .ussd_dial {
        text-align: right; } }

.top_booking {
  margin-bottom: 1.5rem; }
  .top_booking .booking_info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 1.5rem;
    border-radius: 30px;
    padding: 20px 60px 20px 0px; }
    @media (max-width: 577px) {
      .top_booking .booking_info {
        margin-bottom: 0.5rem;
        padding: 10px 60px 10px 0px; } }
    .top_booking .booking_info .booking_info_wrap {
      border-left: 1px solid white;
      padding-left: 40px; }
      .top_booking .booking_info .booking_info_wrap h2 {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 37px;
        color: white;
        margin-bottom: 1rem; }
        @media (max-width: 577px) {
          .top_booking .booking_info .booking_info_wrap h2 {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 10px; } }
      .top_booking .booking_info .booking_info_wrap p {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: white; }
        @media (max-width: 577px) {
          .top_booking .booking_info .booking_info_wrap p {
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 10px; } }
      .top_booking .booking_info .booking_info_wrap h2.price {
        font-family: "Quicksand";
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 37px;
        color: white; }
        @media (max-width: 577px) {
          .top_booking .booking_info .booking_info_wrap h2.price {
            font-size: 20px;
            line-height: 25px;
            text-align: left;
            margin-bottom: 0px; } }
      @media (max-width: 577px) {
        .top_booking .booking_info .booking_info_wrap {
          order: 2;
          text-align: center;
          padding-left: 14px; } }
    .top_booking .booking_info img {
      padding-left: 30px; }
      @media (max-width: 577px) {
        .top_booking .booking_info img {
          order: 1;
          margin-bottom: 20px;
          padding-left: 14px;
          width: 50px;
          margin-bottom: 5px; } }

.content_detail p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87); }
  @media (max-width: 577px) {
    .content_detail p {
      font-size: 14px;
      line-height: 20px; } }

.content_detail p span {
  font-family: "Quicksand";
  font-style: bold;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87); }
  @media (max-width: 577px) {
    .content_detail p span {
      font-size: 14px;
      line-height: 18px; } }

.select_pay_option h6 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: white; }
  @media (max-width: 577px) {
    .select_pay_option h6 {
      font-size: 14px;
      line-height: 18px; } }

.profile__detail .member__img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  display: inline-block; }

.profile__detail .member__info {
  margin-bottom: 1rem; }
  .profile__detail .member__info h3 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: white; }
    @media (max-width: 577px) {
      .profile__detail .member__info h3 {
        font-size: 20px;
        line-height: 26px; } }
  .profile__detail .member__info h5 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: white; }
    @media (max-width: 577px) {
      .profile__detail .member__info h5 {
        font-size: 18px;
        line-height: 22px; } }

.profile__detail .profile__detail__content {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
  padding: 30px; }
  .profile__detail .profile__detail__content p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    color: #f8f8f8; }

.top__sorting .page_categories {
  justify-content: flex-start; }
  .top__sorting .page_categories ul {
    margin-bottom: 0; }

.top__sorting .select_t_default .form-control {
  background: #f9f9fa;
  border: 0; }

.recharge__page .container__box {
  border-radius: 5px;
  padding: 40px;
  position: relative; }
  @media (max-width: 577px) {
    .recharge__page .container__box {
      padding: 40px 0;
      border: none;
      box-shadow: none; } }
  .recharge__page .container__box .recharge__type .type__title h2 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: white; }
    @media (max-width: 577px) {
      .recharge__page .container__box .recharge__type .type__title h2 {
        font-size: 20px; } }
  .recharge__page .container__box .recharge__type .type__input {
    margin: 1.5rem 0 1rem; }
  .recharge__page .container__box .recharge__type.scratchcard .input-group-text {
    font-size: 14px;
    line-height: 17px; }
  .recharge__page .container__box .recharge__tab {
    position: absolute;
    right: 30px;
    top: 45px;
    display: flex; }
    @media (max-width: 577px) {
      .recharge__page .container__box .recharge__tab {
        right: -5px;
        top: 20px;
        right: 10px; } }
    .recharge__page .container__box .recharge__tab .btn {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: white;
      padding-bottom: 0; }
      .recharge__page .container__box .recharge__tab .btn:hover {
        color: #f04e23;
        font-weight: 500; }
      @media (max-width: 577px) {
        .recharge__page .container__box .recharge__tab .btn {
          font-size: 14px;
          padding: 5px !important; } }

.recharge__page .suggest__addmore {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 20px;
  margin-top: -12px;
  margin-bottom: 2rem; }
  .recharge__page .suggest__addmore .suggest__pack p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: white; }
    @media (max-width: 577px) {
      .recharge__page .suggest__addmore .suggest__pack p {
        font-size: 14px;
        line-height: 17px; } }
  .recharge__page .suggest__addmore .suggest__pack p span {
    color: white;
    font-weight: bold; }
  .recharge__page .suggest__addmore .suggest__pack .suggest__pack__cta {
    display: flex;
    justify-content: flex-end; }
    .recharge__page .suggest__addmore .suggest__pack .suggest__pack__cta .btn {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: white;
      padding-bottom: 0; }
      @media (max-width: 577px) {
        .recharge__page .suggest__addmore .suggest__pack .suggest__pack__cta .btn {
          font-size: 14px;
          line-height: 17px; } }
    .recharge__page .suggest__addmore .suggest__pack .suggest__pack__cta .accept {
      color: white; }

.recharge__page .show__offers {
  margin-bottom: 1.5rem; }
  .recharge__page .show__offers .top__heading {
    margin-bottom: 0.7rem; }
    .recharge__page .show__offers .top__heading h5 {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: white; }
    .recharge__page .show__offers .top__heading a {
      font-family: "Quicksand";
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: white;
      transition: all 0.1s ease-in; }
      .recharge__page .show__offers .top__heading a:hover {
        font-weight: bold;
        color: #6a2c91; }
  .recharge__page .show__offers .slick-slide > div {
    margin-left: 10px;
    margin-right: 10px; }
  .recharge__page .show__offers .slick-prev {
    left: -20px; }
    @media (max-width: 577px) {
      .recharge__page .show__offers .slick-prev {
        left: -10px;
        z-index: 111; } }
  .recharge__page .show__offers .slick-next {
    right: -20px; }
    @media (max-width: 577px) {
      .recharge__page .show__offers .slick-next {
        right: -10px;
        z-index: 111; } }
  .recharge__page .show__offers .slick-prev:before,
  .recharge__page .show__offers .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #f26522;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .recharge__page .show__offers .slick-disabled {
    display: none !important; }
  @media (max-width: 577px) {
    .recharge__page .show__offers .slick-list {
      padding: 0 20% 0 0 !important; } }

@media (max-width: 577px) {
  .recharge__page .container__box {
    padding: 15px; } }

.r__item {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
  margin-right: 10px; }
  @media (max-width: 577px) {
    .r__item {
      margin-right: 0; } }
  .r__item .title {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87);
    min-height: 40px; }
  .r__item .price-val {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px; }
    .r__item .price-val p {
      margin-bottom: 0; }
    .r__item .price-val .price {
      color: rgba(0, 0, 0, 0.87); }
    .r__item .price-val .val {
      color: rgba(0, 0, 0, 0.54); }

.r__item.active {
  cursor: default;
  position: relative;
  border: 1px solid rgba(240, 78, 35, 0.54); }
  .r__item.active::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url("/images/r-selected.svg"); }
  .r__item.active .title {
    color: #f04e23;
    font-weight: bold; }

.S_lh .input-group-text {
  line-height: 32px !important; }

.bg_color {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.bg_color_ncell {
  background: #91357b; }

.box_colorBg {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }

.box_colorBgOther {
  background: linear-gradient(-360deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }

.my__account {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.coverage_4g_page .customSearch__form-group .input-group-text {
  border-radius: 5px 0 0 5px !important;
  background: #f8f8f8 !important;
  border-color: transparent !important; }

.coverage_4g_page .customSearch__form-group .form-control {
  border-radius: 0 5px 5px 0 !important;
  background: #f8f8f8;
  border-color: transparent; }

.coverage_4g_page .checkbox_customized .custom-control-label::before {
  border: 1px solid #adb5bd; }

.mobility__service__page .content_cta .btn_primary,
.business_solution_page .content_cta .btn_primary,
.business_solution_connectivity .content_cta .btn_primary,
.iot_solution .content_cta .btn_primary {
  background: linear-gradient(90deg, #2b612e 0%, #96c051 97.35%);
  border-radius: 30px; }

.why__choose__ncell_part {
  background: #0f6666;
  background: linear-gradient(90deg, #0f6666 0%, #1fabb0 100%); }
  .why__choose__ncell_part .simple_top_imgCard {
    background: #85276b;
    border-radius: 30px;
    padding-bottom: 30px; }
    .why__choose__ncell_part .simple_top_imgCard .card_heading h4 {
      color: #fff; }
    .why__choose__ncell_part .simple_top_imgCard .card_description p {
      color: #fff; }
    .why__choose__ncell_part .simple_top_imgCard .content__CTA a {
      color: #fff; }

.business_home_page .slide--exploreBtn a {
  background: linear-gradient(90deg, #2b612e 0%, #96c051 97.35%);
  border-radius: 30px;
  border: none; }

.business_home_page .home--start__rechargbtn button {
  background: linear-gradient(90deg, #2b612e 0%, #96c051 97.35%);
  border-radius: 30px; }

.business_home_page .content_cta a.btn_primary {
  background: linear-gradient(90deg, #2b612e 0%, #96c051 97.35%); }

.business_home_page .sec__bg--option {
  background: linear-gradient(90deg, #0f6666 0%, #1fabb0 100%); }
  .business_home_page .sec__bg--option .CTA_wrap.highlight_desc_CTA a {
    margin-left: 10px;
    margin-right: 10px; }
  .business_home_page .sec__bg--option .CTA_wrap.highlight_desc_CTA a:first-child {
    background: none;
    border: 1px solid #fff;
    color: #fff; }

.vertical__location__items .store-locatore-option h5 {
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 15px;
  font-weight: 500; }

.vertical__location__items .store-locatore-option-details p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87); }

.vertical__location__items .custom-list-group-item {
  margin-bottom: 10px;
  border-radius: 5px;
  margin-right: 10px; }

.vertical__location__items .custom-list-group-item.active {
  background-color: #f5f4f4;
  border-color: #ec155b; }
  .vertical__location__items .custom-list-group-item.active .store-locatore-option h5 {
    color: #ec155b !important;
    font-weight: bold; }

.left__filter__section .f-control-section {
  padding: 5px 10px;
  padding-left: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  background: #fff; }

.text__third--color {
  color: #1f1b5c !important; }

.main__bg__option {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.sec__bg--option {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%); }

.page__mg__btm {
  margin-bottom: 40px; }

.option__mg__btm {
  margin-bottom: 30px !important; }

.card__padding__t10 {
  padding: 10px 0px; }

.main__heading h2,
.page__title h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: capitalize;
  color: #1f1b5c;
  margin-bottom: 2.5rem; }
  @media (max-width: 577px) {
    .main__heading h2,
    .page__title h2 {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 1.5rem; } }

.title__left {
  text-align: left; }

@media (max-width: 576px) {
  .main__heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600; } }

.center__link__btn__section {
  text-align: center; }

.tb__home__margin {
  margin: 60px 0px; }

.tb__diff__margin {
  margin: 60px 0px 40px 0px; }

.bg__gray {
  background: #f9f9fa; }

.tDif_b__margin {
  margin: 10px 0px 40px 0px; }

.diff__tb__margin {
  margin: 60px 0px; }

.t__margin {
  margin-top: 60px; }

.b__margin {
  margin-bottom: 60px; }

.t__Diffr__padding {
  padding-top: 60px; }

.tb__margin {
  margin: 60px 0px; }

.tb__padding {
  padding: 60px 0px; }

.fd__padding {
  padding: 20px 0px; }

.tb__padding__margin {
  padding: 60px 0px;
  margin-bottom: 100px; }

.wht__clr {
  color: #ffffff !important; }

.padding__am40 {
  padding-top: 40px; }

@media (max-width: 575px) {
  .tb__padding {
    padding: 40px 0px; }
  .fd__padding {
    padding: 20px 0px; }
  .tb__home__margin {
    margin: 40px 0px 20px; }
  .b__margin {
    margin-bottom: 40px; }
  .t__margin {
    margin-top: 40px; }
  .diff__tb__margin {
    margin-top: 20px;
    margin-bottom: 0px; }
  .tb__padding__margin {
    padding: 40px 0px;
    margin-bottom: 0px; }
  .tb__diff__margin {
    margin: 30px 0px 30px 0px; }
  .tDif_b__margin {
    margin: 20px 0px 20px 0px; }
  .t__Diffr__padding {
    padding-top: 20px; } }

.home__sliderSection {
  position: relative; }
  .home__sliderSection .slick-slider .slick-dots {
    bottom: 15px; }
    .home__sliderSection .slick-slider .slick-dots li button:before {
      color: white;
      opacity: 1;
      top: -1px;
      left: -1px; }
    .home__sliderSection .slick-slider .slick-dots li.slick-active {
      border: 1px solid white;
      border-radius: 50%; }
  .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img {
    position: relative; }
    .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img img {
      width: 100%;
      height: 100%; }
    .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec {
      position: absolute;
      top: 50%;
      left: 25%;
      transform: translate(-50%, -50%); }
      .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec h2 {
        color: white;
        font-family: Quicksand;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 20px; }
      .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec p {
        font-family: Quicksand;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        color: #ffffff;
        margin-bottom: 40px; }
      .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec .slide--exploreBtn .btn_colorful {
        margin-left: 0px !important; }
      @media (max-width: 991px) {
        .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec {
          left: 30%; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 15px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec p {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 25px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec .slide--exploreBtn .btn_colorful {
            padding: 10px 10px 10px 10px;
            min-width: 10.5rem;
            font-size: 14px;
            line-height: 18px; } }
      @media (max-width: 767px) {
        .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec {
          left: 35%; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 15px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec p {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 25px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec .slide--exploreBtn .btn_colorful {
            padding: 10px 10px 10px 10px;
            min-width: 10.5rem;
            font-size: 14px;
            line-height: 18px; } }
      @media (max-width: 575px) {
        .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec {
          left: 40%; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 15px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec p {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 25px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec .slide--exploreBtn .btn_colorful {
            padding: 10px 10px 10px 10px;
            min-width: 10.5rem;
            font-size: 14px;
            line-height: 18px; } }
      @media (max-width: 489px) {
        .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec {
          left: 38%; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec h2 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 10px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec p {
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 20px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec .slide--exploreBtn .btn_colorful {
            padding: 10px 10px 10px 10px;
            min-width: 10.5rem;
            font-size: 14px;
            line-height: 18px;
            margin-top: 0px !important; } }
      @media (max-width: 399px) {
        .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec {
          left: 43%; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec h2 {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 10px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec p {
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 20px; }
          .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .slider__over--contentSec .slide--exploreBtn .btn_colorful {
            padding: 10px 10px 10px 10px;
            min-width: 10.5rem;
            font-size: 14px;
            line-height: 18px;
            margin-top: 0px !important; } }
  .home__sliderSection .controll__btn__section {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .home__sliderSection .controll__btn__section .button {
      padding: 0px;
      font-family: monospace;
      border: none;
      background: transparent; }
      .home__sliderSection .controll__btn__section .button:focus {
        outline: none; }

.slider__over--contentSecLeft {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%); }
  .slider__over--contentSecLeft h2 {
    color: white;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px; }
  .slider__over--contentSecLeft p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px; }
  .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
    margin-left: 0px !important; }
  @media (max-width: 991px) {
    .slider__over--contentSecLeft {
      left: 30%; }
      .slider__over--contentSecLeft h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecLeft p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 767px) {
    .slider__over--contentSecLeft {
      left: 35%; }
      .slider__over--contentSecLeft h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecLeft p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 575px) {
    .slider__over--contentSecLeft {
      left: 40%; }
      .slider__over--contentSecLeft h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecLeft p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 489px) {
    .slider__over--contentSecLeft {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecLeft h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecLeft p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }
  @media (max-width: 399px) {
    .slider__over--contentSecLeft {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecLeft h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecLeft p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }

.slider__over--contentSecRight {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
  width: 400px; }
  .slider__over--contentSecRight h2 {
    color: white;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: right; }
  .slider__over--contentSecRight p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: right; }
  .slider__over--contentSecRight .slide--exploreBtn {
    text-align: right; }
    .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
      margin-right: 0 !important; }
  @media (max-width: 991px) {
    .slider__over--contentSecRight {
      left: 30%; }
      .slider__over--contentSecRight h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecRight p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 767px) {
    .slider__over--contentSecRight {
      left: 35%; }
      .slider__over--contentSecRight h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecRight p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 575px) {
    .slider__over--contentSecRight {
      left: 40%; }
      .slider__over--contentSecRight h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecRight p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 489px) {
    .slider__over--contentSecRight {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecRight h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecRight p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }
  @media (max-width: 399px) {
    .slider__over--contentSecRight {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecRight h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecRight p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }

@media (min-width: 576px) {
  .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .mobile__img {
    display: none; } }

@media (max-width: 575px) {
  .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img .desktop__img {
    display: none; } }

@media (max-width: 900px) and (min-width: 576px) {
  .home__sliderSection .slick-slider .slick-list .slick-track .slick-slide .sliderHome__img {
    height: 300px; } }

/*Recharge Section*/
.recharge__section {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.04);
  margin-top: -7px; }
  .recharge__section .recharge__options {
    padding: 25px 0px 5px 0px; }
    .recharge__section .recharge__options form .txt__section {
      margin-bottom: 20px; }
      .recharge__section .recharge__options form .txt__section h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        text-align: left;
        color: #6a2c91;
        margin-bottom: 10px;
        background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .recharge__section .recharge__options form .txt__section p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        color: rgba(0, 0, 0, 0.87);
        margin-bottom: 0px;
        background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

.recharge__form-group {
  margin-bottom: 0px !important; }
  .recharge__form-group .recharge__input-group .recharge__input-group-prepend {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 3px 0px 0px 3px; }
    .recharge__form-group .recharge__input-group .recharge__input-group-prepend .input-group-text {
      border: none;
      background-color: #ffffff;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      color: #6a2c91;
      padding-left: 10px;
      padding-right: 10px; }
  .recharge__form-group .recharge__input-group .recharge__form-control {
    background: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.38); }
    .recharge__form-group .recharge__input-group .recharge__form-control:focus {
      outline: none;
      box-shadow: none; }
    .recharge__form-group .recharge__input-group .recharge__form-control::placeholder {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: rgba(0, 0, 0, 0.38); }

.home--start__rechargbtn .rchrg__btn {
  margin-bottom: 0px;
  margin-top: 5px;
  padding-top: 14px;
  padding-bottom: 14px; }

@media (max-width: 1199px) {
  .home--start__rechargbtn .rchrg__btn {
    margin-bottom: 0px;
    margin-top: 13px;
    padding-top: 14px;
    padding-bottom: 14px; } }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

@media (max-width: 1199px) and (min-width: 991px) {
  .recharge__section .recharge__options form .txt__section p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .recharge__section .recharge__options {
    padding-bottom: 25px; }
    .recharge__section .recharge__options form .txt__section h3 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px; }
    .recharge__section .recharge__options form .txt__section p {
      margin-bottom: 10px; }
    .recharge__section .recharge__options form .recharge__form-group {
      margin-bottom: 15px; }
      .recharge__section .recharge__options form .recharge__form-group .recharge__input-group .recharge__input-group-prepend .rs__input-group-text {
        padding-left: 18px;
        padding-right: 19px; } }

/*Find Rignt Away Section*/
.find__rightAway__section .find__rightAway__options .opt__count {
  margin-top: 60px; }
  .find__rightAway__section .find__rightAway__options .opt__count .offer__option {
    display: block;
    text-align: center;
    text-decoration: none; }
    .find__rightAway__section .find__rightAway__options .opt__count .offer__option .option__card .img__part {
      margin-bottom: 10px; }
      .find__rightAway__section .find__rightAway__options .opt__count .offer__option .option__card .img__part img {
        margin: 0 auto; }
    .find__rightAway__section .find__rightAway__options .opt__count .offer__option .option__card p {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 0px; }

@media (max-width: 575px) {
  .find__rightAway__section .find__rightAway__options .opt__count {
    margin-top: 20px; } }

.long__quick__links {
  display: flex;
  flex-wrap: wrap; }
  .long__quick__links__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 15%;
    position: relative;
    min-height: 175px; }
    .long__quick__links__item a {
      position: absolute;
      text-decoration: none;
      width: 100%;
      height: 100%;
      padding: 15px; }
    .long__quick__links__item:hover {
      cursor: pointer; }
      .long__quick__links__item:hover .item-image {
        transform: scale(1.1); }
    .long__quick__links__item .item-image {
      width: 70px;
      height: 70px;
      padding: 8px;
      margin-bottom: 10px;
      border: 1px solid transparent;
      transform: scale(1);
      transition: all 0.1s ease-in; }
    .long__quick__links__item .item-title p {
      font-family: "Montserrat";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      color: #282828; }

@media (max-width: 991px) {
  .long__quick__links__item {
    width: 100%;
    max-width: 33.333333% !important; } }

@media (max-width: 576px) {
  .long__quick__links__item a {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px; }
  .long__quick__links__item .item-image {
    width: 50px;
    height: 50px;
    padding: 5px; }
  .long__quick__links__item .item-title p {
    font-size: 12px;
    line-height: 14px; }
  .long__quick__links__item {
    width: 100%;
    max-width: 33% !important;
    border-right: 1px solid rgba(196, 196, 196, 0.3);
    border-bottom: 1px solid rgba(196, 196, 196, 0.3);
    min-height: 120px;
    padding-top: 10px; }
  .long__quick__links__item:nth-child(3) {
    border-right: none; }
  .long__quick__links__item:nth-child(4) {
    border-bottom: none; }
  .long__quick__links__item:nth-child(5) {
    border-bottom: none; }
  .long__quick__links__item:nth-child(6) {
    border-bottom: none;
    border-right: none; } }

/*Trending Offer Section*/
.trending__offer__section .trending__offers {
  margin-top: 40px; }
  .trending__offer__section .trending__offers .trending__offer--sliderMain .tending__offer---mainCard {
    padding-left: 10px;
    padding-right: 10px; }

/*Ncell App Section*/
.ncell__app-section {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%); }
  .ncell__app-section .ncell__app-info {
    padding: 52px 0;
    color: #ffffff; }
    .ncell__app-section .ncell__app-info .ncell__app-info-title {
      font-style: normal;
      font-weight: 500;
      font-size: 30px;
      line-height: 38px;
      color: #ffffff;
      margin-bottom: 30px; }
    .ncell__app-section .ncell__app-info .ncell__app-info-desc {
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
      text-align: justify;
      color: #ffffff;
      margin-bottom: 20px; }
    .ncell__app-section .ncell__app-info .ncell__app-store-heading {
      font-size: 18px;
      line-height: 30px;
      font-weight: bold;
      padding-bottom: 0px; }
    .ncell__app-section .ncell__app-info .ncell__app-store-btn {
      display: flex;
      list-style: none;
      padding: 0;
      justify-content: flex-start;
      margin-bottom: 0; }
      .ncell__app-section .ncell__app-info .ncell__app-store-btn li {
        width: 130px;
        margin-right: 15px;
        transition: all 0.3s ease-in-out;
        transform: translate3d(0px, 0px, 0px); }
        .ncell__app-section .ncell__app-info .ncell__app-store-btn li:last-child {
          margin-right: 0; }
        .ncell__app-section .ncell__app-info .ncell__app-store-btn li .app__btn {
          border: 1px solid #ffffff;
          border-radius: 3px;
          padding: 5px;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          color: #ffffff;
          border-radius: 100px; }
          .ncell__app-section .ncell__app-info .ncell__app-store-btn li .app__btn:hover {
            text-decoration: none; }
          .ncell__app-section .ncell__app-info .ncell__app-store-btn li .app__btn svg {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            margin-bottom: 5px;
            width: 24px;
            height: 24px; }
          .ncell__app-section .ncell__app-info .ncell__app-store-btn li .app__btn span {
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
            margin-top: 5px; }
  .ncell__app-section .ncell__app-img {
    position: relative; }
    .ncell__app-section .ncell__app-img img {
      width: 105%;
      position: absolute;
      bottom: 0;
      top: -75px; }

@media (max-width: 1199px) {
  .ncell__app-section .ncell__app-img img {
    width: 150%;
    position: absolute;
    bottom: 0;
    top: -60px; } }

@media (max-width: 1075px) {
  .ncell__app-section .ncell__app-img img {
    width: 135%;
    position: absolute;
    bottom: 0;
    top: -55px; } }

@media (max-width: 991px) {
  .ncell__app-section .nCell__app__left {
    order: 2; }
  .ncell__app-section .nCell__app__right {
    order: 1; }
  .ncell__app-section .ncell__app-img {
    margin-top: -90px;
    text-align: center; }
    .ncell__app-section .ncell__app-img img {
      width: 85%;
      top: 0px;
      position: unset; }
  .ncell__app-section .ncell__app-info {
    padding-top: 0px;
    text-align: center; }
  .ncell__app-section .ncell__app-info .ncell__app-info-desc {
    text-align: center; }
  .ncell__app-section .ncell__app-info .ncell__app-store-btn {
    justify-content: center; } }

@media (max-width: 767px) {
  .ncell__app-section .ncell__app-img img {
    position: static;
    width: 100%;
    margin: 0 auto;
    display: block; }
  .ncell__app-section .ncell__app-info {
    text-align: center; }
  .ncell__app-section .ncell__app-info .ncell__app-info-desc {
    text-align: center; }
  .ncell__app-section .ncell__app-info .ncell__app-store-btn {
    justify-content: center; } }

@media (max-width: 575px) {
  .ncell__app-section .ncell__app-img {
    margin-top: -65px;
    text-align: center; }
  .ncell__app-section .ncell__app-info {
    padding: 0px 0px 20px; }
    .ncell__app-section .ncell__app-info .ncell__app-info-title {
      font-size: 24px;
      line-height: 38px;
      margin-bottom: 23px; }
    .ncell__app-section .ncell__app-info .ncell__app-info-desc {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 23px; }
    .ncell__app-section .ncell__app-info .ncell__app-store-heading {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px; } }

/*Manage Your Account*/
.manage__your__account__Section {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 100%); }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col {
    padding-left: 0px; }
    .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part {
      position: relative; }
      .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
        position: absolute;
        top: 55%;
        left: 15%;
        transform: translate(-15%, -55%); }
        .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc p {
          font-size: 36px;
          line-height: 45px;
          color: white;
          text-transform: capitalize;
          font-family: Quicksand;
          font-style: normal;
          font-weight: 300;
          margin-bottom: 10px; }
          .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc p span {
            font-weight: bold; }
        .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc .btn---part .btn_colorful {
          min-width: 10.5rem; }
    .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part {
      margin-top: 90px;
      position: relative; }
      .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .item__col {
        padding-left: 0px;
        padding-right: 0px; }
      .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec {
        padding-left: 10px;
        padding-right: 10px; }
        .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a {
          display: block; }
          .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card {
            text-align: center; }
            .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card .top__img__part {
              border-bottom: 1px solid rgba(0, 0, 0, 0.05);
              margin-left: 35px;
              margin-right: 35px;
              padding-bottom: 10px; }
            .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card p {
              font-family: Quicksand;
              font-style: normal;
              font-weight: 500;
              font-size: 18px;
              line-height: 30px;
              margin-bottom: 10px;
              /* or 167% */
              text-align: center;
              /* Black 87% */
              color: rgba(0, 0, 0, 0.87); }
      .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .t__icon--part {
        position: absolute;
        top: -150px;
        left: -15px; }
  .manage__your__account__Section .manage__your__account--container .col___right {
    align-self: center; }

@media (max-width: 1345px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc p {
    font-size: 30px; } }

@media (max-width: 1199px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec {
    padding-left: 0px;
    padding-right: 0px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    top: 60%;
    left: 12%;
    transform: translate(-12%, -60%); }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card p {
    font-size: 16px;
    line-height: 26px; } }

@media (max-width: 1080px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec {
    padding-left: 0px;
    padding-right: 0px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    top: 60%;
    left: 12%;
    transform: translate(-12%, -60%); }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card p {
    font-size: 16px;
    line-height: 26px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .t__icon--part {
    top: -125px;
    left: 30px; }
    .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .t__icon--part svg {
      height: 130px;
      width: 130px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part {
    margin-top: 115px;
    margin-left: -50px; } }

@media (max-width: 991px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .t__icon--part {
    display: none; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part {
    margin-top: 30px;
    margin-left: 0px;
    margin-bottom: 60px; }
  .manage__your__account__Section .manage__your__account--container .col___right {
    padding-left: 15px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .item__col {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    text-align: center; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    top: 80%;
    left: 12%;
    transform: translate(-12%, -80%); } }

@media (max-width: 670px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc p {
    font-size: 25px; } }

@media (max-width: 575px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    top: 80%;
    left: 7%;
    transform: translate(-7%, -80%); } }

@media (max-width: 550px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc p {
    font-size: 18px;
    line-height: 22px; }
    .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc p span {
      display: block; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    top: 80%;
    left: 13%;
    transform: translate(-13%, -80%); }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc .btn---part .btn_colorful {
    min-width: 9.5rem;
    padding: 8px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card p {
    font-size: 12px;
    line-height: 20px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .manage___cardsSec a .manageSim___card .top__img__part {
    margin-left: 10px;
    margin-right: 10px; } }

@media (max-width: 450px) {
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc .btn---part .btn_colorful {
    font-size: 14px;
    line-height: 17px;
    min-width: 8rem;
    padding: 7px; }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__left__part .left__desc {
    top: 80%;
    left: 15%;
    transform: translate(-15%, -80%); }
  .manage__your__account__Section .manage__your__account--container .manage__your__account--col .manageAcc__right__part .item__col {
    padding-left: 5px;
    padding-right: 5px; } }

.quick__links {
  display: flex;
  flex-wrap: wrap; }
  .quick__links__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33.33%;
    position: relative;
    min-height: 175px; }
    .quick__links__item a {
      position: absolute;
      text-decoration: none;
      width: 100%;
      height: 100%;
      padding: 15px; }
    .quick__links__item:hover {
      cursor: pointer; }
      .quick__links__item:hover .item-image {
        transform: scale(1.1); }
    .quick__links__item .item-image {
      width: 70px;
      height: 70px;
      padding: 8px;
      margin-bottom: 10px;
      border: 1px solid transparent;
      transform: scale(1);
      transition: all 0.1s ease-in; }
    .quick__links__item .item-title p {
      font-family: "Montserrat";
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase;
      color: #282828; }

@media (max-width: 991px) {
  .quick__links__item {
    width: 100%;
    max-width: 50% !important; }
  .quick__links__item .item-title p {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 576px) {
  .quick__links__item {
    width: 100%;
    max-width: 50% !important; }
  .quick__links__item .item-title p {
    font-size: 12px;
    line-height: 18px; } }

.main__search__section .top__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #5e1f70;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  padding: 15px; }
  .main__search__section .top__nav .logo__part {
    margin-left: 80px; }
    .main__search__section .top__nav .logo__part .logo__main {
      display: block; }
  .main__search__section .top__nav .closeBtn__part .close__btn {
    border: none;
    background: transparent;
    padding: 10px; }
    .main__search__section .top__nav .closeBtn__part .close__btn:focus {
      outline: none; }

.main__search__section .bottom__resultPart {
  margin-top: 40px; }

@media (max-width: 1199px) {
  .main__search__section .top__nav .logo__part {
    margin-left: 10px; }
    .main__search__section .top__nav .logo__part .logo__main {
      display: block; }
  .main__search__section .bottom__resultPart {
    margin-top: 40px; } }

.slider__over--contentSecLeft {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%); }
  .slider__over--contentSecLeft h2 {
    color: white;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px; }
  .slider__over--contentSecLeft p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px; }
  .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
    margin-left: 0px !important; }
  @media (max-width: 991px) {
    .slider__over--contentSecLeft {
      left: 30%; }
      .slider__over--contentSecLeft h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecLeft p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 767px) {
    .slider__over--contentSecLeft {
      left: 35%; }
      .slider__over--contentSecLeft h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecLeft p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 575px) {
    .slider__over--contentSecLeft {
      left: 40%; }
      .slider__over--contentSecLeft h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecLeft p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 489px) {
    .slider__over--contentSecLeft {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecLeft h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecLeft p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }
  @media (max-width: 399px) {
    .slider__over--contentSecLeft {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecLeft h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecLeft p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecLeft .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }

.slider__over--contentSecRight {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
  width: 400px; }
  .slider__over--contentSecRight h2 {
    color: white;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: right; }
  .slider__over--contentSecRight p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: right; }
  .slider__over--contentSecRight .slide--exploreBtn {
    text-align: right; }
    .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
      margin-right: 0 !important; }
  @media (max-width: 991px) {
    .slider__over--contentSecRight {
      left: 30%; }
      .slider__over--contentSecRight h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecRight p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 767px) {
    .slider__over--contentSecRight {
      left: 35%; }
      .slider__over--contentSecRight h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecRight p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 575px) {
    .slider__over--contentSecRight {
      left: 40%; }
      .slider__over--contentSecRight h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px; }
      .slider__over--contentSecRight p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 25px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px; } }
  @media (max-width: 489px) {
    .slider__over--contentSecRight {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecRight h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecRight p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }
  @media (max-width: 399px) {
    .slider__over--contentSecRight {
      left: 15%;
      transform: translate(-5%, -50%);
      width: 80%; }
      .slider__over--contentSecRight h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; }
      .slider__over--contentSecRight p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px; }
      .slider__over--contentSecRight .slide--exploreBtn .btn_colorful {
        padding: 10px 10px 10px 10px;
        min-width: 10.5rem;
        font-size: 14px;
        line-height: 18px;
        margin-top: 0px !important; } }

@media (max-width: 575px) {
  .main__search__section .top__nav {
    padding-right: 8px; }
    .main__search__section .top__nav .logo__part {
      margin-left: 0px; }
      .main__search__section .top__nav .logo__part .logo__main {
        display: block; }
  .main__search__section .bottom__resultPart {
    margin-top: 20px; } }

.general__landing__section .general__landing__options .general__landing_items {
  margin: 40px 0px; }
  .general__landing__section .general__landing__options .general__landing_items .lodeMore__Options {
    text-align: center; }

.general__landing__section .general__landing__options .share__withFriends__section {
  padding-top: 20px; }

/* General Single Static Page*/
.single__page__section {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }
  .single__page__section .general__landingDetails_section .breadcrumb__section {
    margin-top: 20px; }
  .single__page__section .general__landingDetails_section .experience__submit__form {
    margin-top: 50px; }
    .single__page__section .general__landingDetails_section .experience__submit__form form .btn__part {
      text-align: center; }

.generic__inner__part .inner__description__part {
  margin-top: 5px; }
  .generic__inner__part .inner__description__part h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #1f1b5c;
    margin: 25px 0px; }
  .generic__inner__part .inner__description__part h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #1f1b5c;
    margin: 25px 0px; }
  .generic__inner__part .inner__description__part h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1f1b5c;
    margin: 25px 0px; }
  .generic__inner__part .inner__description__part h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1f1b5c;
    opacity: 0.87;
    margin: 25px 0px; }
  .generic__inner__part .inner__description__part h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #1f1b5c;
    margin: 25px 0px; }
  .generic__inner__part .inner__description__part p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.87);
    margin: 20px 0px; }
  .generic__inner__part .inner__description__part .vat__tax__txt {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px;
    padding-bottom: 10px; }
  .generic__inner__part .inner__description__part .inline__text__section p {
    margin: 0px;
    margin-bottom: 20px; }
  .generic__inner__part .inner__description__part .video__section .video__container {
    position: relative; }
    .generic__inner__part .inner__description__part .video__section .video__container .video__container__cta {
      transition: all 0.3s ease-in-out; }
      .generic__inner__part .inner__description__part .video__section .video__container .video__container__cta .video__thumb {
        width: 100%; }
      .generic__inner__part .inner__description__part .video__section .video__container .video__container__cta .video__play__cta {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .generic__inner__part .inner__description__part .video__section .video__container .video__container__cta .overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.261) 0%, rgba(0, 0, 0, 0.261) 100%);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }
  .generic__inner__part .inner__description__part .descList__part {
    margin-left: 10px; }
  .generic__inner__part .inner__description__part .bottom__captionImg .captionPart {
    margin-top: 5px; }
    .generic__inner__part .inner__description__part .bottom__captionImg .captionPart span {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      align-items: center;
      color: #000000; }
  .generic__inner__part .inner__description__part .onImageCaption__part {
    position: relative; }
    .generic__inner__part .inner__description__part .onImageCaption__part .captionPart {
      position: absolute;
      bottom: 20px;
      left: 20px;
      z-index: 1; }
      .generic__inner__part .inner__description__part .onImageCaption__part .captionPart a {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 16px;
        align-items: center;
        color: #ffffff;
        text-decoration: none; }
    .generic__inner__part .inner__description__part .onImageCaption__part .overLay {
      position: absolute;
      bottom: 0;
      background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
      width: 100%;
      height: 15%; }
  .generic__inner__part .inner__description__part .table__section {
    margin-top: 25px; }
    .generic__inner__part .inner__description__part .table__section .table-responsive .table thead tr th {
      border-bottom: 1px solid rgba(0, 0, 0, 0.87);
      border-top: none;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      align-items: center;
      color: rgba(0, 0, 0, 0.87);
      min-width: 150px; }
    .generic__inner__part .inner__description__part .table__section .table-responsive .table tbody tr:last-child {
      border-bottom: 1px solid #dee2e6; }
    .generic__inner__part .inner__description__part .table__section .table-responsive .table tbody tr td {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      align-items: center;
      color: rgba(0, 0, 0, 0.87); }
  .generic__inner__part .inner__description__part .dBg__part {
    background: #f4f4f4;
    border-left: 2px solid #ed1c24;
    padding: 30px 30px 10px 30px; }
    .generic__inner__part .inner__description__part .dBg__part p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      color: rgba(0, 0, 0, 0.87); }

@media (max-width: 575px) {
  .generic__inner__part {
    margin-top: 20px; }
    .generic__inner__part .inner__description__part {
      margin-top: 5px; }
      .generic__inner__part .inner__description__part h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 15px 0px; }
      .generic__inner__part .inner__description__part h2 {
        font-size: 24px;
        line-height: 38px;
        margin: 15px 0px; }
      .generic__inner__part .inner__description__part h3 {
        font-size: 20px;
        line-height: 32px;
        margin: 15px 0px; }
      .generic__inner__part .inner__description__part h4 {
        font-size: 18px;
        line-height: 28px;
        margin: 15px 0px; }
      .generic__inner__part .inner__description__part h5 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        margin: 15px 0px; }
      .generic__inner__part .inner__description__part p {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0px; }
      .generic__inner__part .inner__description__part .onImageCaption__part .captionPart {
        bottom: 15px;
        left: 15px; }
        .generic__inner__part .inner__description__part .onImageCaption__part .captionPart a {
          font-size: 16px;
          line-height: 16px; }
      .generic__inner__part .inner__description__part .table__section .table-responsive .table thead tr th {
        font-size: 16px;
        line-height: 26px; }
      .generic__inner__part .inner__description__part .table__section .table-responsive .table tbody tr td {
        font-size: 16px;
        line-height: 24px; }
      .generic__inner__part .inner__description__part .dBg__part {
        padding: 25px 20px 20px 25px; }
        .generic__inner__part .inner__description__part .dBg__part p {
          font-size: 16px;
          line-height: 24px; } }

.my__offer_bDesc {
  margin-top: 20px; }
  .my__offer_bDesc .main__section {
    padding: 0px 70px; }
    .my__offer_bDesc .main__section .share__withFriends__section {
      margin-top: 80px;
      margin-bottom: 40px; }

.my__offre__formPart {
  text-align: center;
  border-radius: 5px;
  padding: 60px 120px;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  .my__offre__formPart .top__img {
    margin-bottom: 30px; }
  .my__offre__formPart .offer__instruct {
    margin-bottom: 30px; }
    .my__offre__formPart .offer__instruct h4 {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      color: white;
      margin-bottom: 15px; }
    .my__offre__formPart .offer__instruct p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      text-transform: capitalize;
      color: white;
      margin-bottom: 0px; }
      .my__offre__formPart .offer__instruct p span {
        color: #6a2c91;
        font-weight: bold; }
        .my__offre__formPart .offer__instruct p span svg {
          margin-bottom: 6px; }
    .my__offre__formPart .offer__instruct .amount__txt {
      font-style: normal;
      font-weight: 500;
      font-size: 30px;
      line-height: 37px;
      text-align: center;
      text-transform: capitalize;
      color: #6a2c91;
      margin-top: 20px; }
  .my__offre__formPart .main__formPart .form_inputs {
    padding: 0 60px; }
    .my__offre__formPart .main__formPart .form_inputs .form-control {
      width: 14%; }
  .my__offre__formPart .main__formPart .btm__timer__part {
    padding-top: 10px; }
    .my__offre__formPart .main__formPart .btm__timer__part p {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      color: white;
      margin-bottom: 15px; }
    .my__offre__formPart .main__formPart .btm__timer__part .timer__count {
      color: white; }

@media (max-width: 991px) {
  .my__offer_bDesc .main__section {
    padding: 0px 40px; }
  .my__offre__formPart {
    padding: 60px 50px; } }

@media (max-width: 767px) {
  .my__offer_bDesc .main__section {
    padding: 0px; }
  .my__offre__formPart {
    padding: 40px 20px; }
    .my__offre__formPart .offer__instruct {
      margin-bottom: 30px; }
      .my__offre__formPart .offer__instruct h4 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px; }
      .my__offre__formPart .offer__instruct p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px; } }

@media (max-width: 575px) {
  .my__offer_bDesc .main__section {
    padding: 0px; }
    .my__offer_bDesc .main__section .share__withFriends__section {
      margin-top: 40px; }
  .my__offre__formPart {
    border: none;
    box-shadow: none;
    padding: 0px 10px;
    padding-bottom: 20px; }
    .my__offre__formPart .offer__instruct {
      margin-bottom: 30px; }
      .my__offre__formPart .offer__instruct h4 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px; }
      .my__offre__formPart .offer__instruct p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px; }
        .my__offre__formPart .offer__instruct p span {
          display: block; } }

.my__offerShow_section .heading__topPart {
  margin-bottom: 40px; }
  .my__offerShow_section .heading__topPart h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px; }
  .my__offerShow_section .heading__topPart p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    opacity: 0.87;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px; }
    .my__offerShow_section .heading__topPart p span {
      font-size: 24px;
      line-height: 28px;
      color: #6a2c91; }

.my__offerShow_section .other__offerPart_bottom {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 20px; }
  .my__offerShow_section .other__offerPart_bottom h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 10px; }

@media (max-width: 575px) {
  .my__offerShow_section .heading__topPart {
    margin-bottom: 30px; }
    .my__offerShow_section .heading__topPart h3 {
      font-weight: bold;
      font-size: 18px;
      line-height: 27px; }
    .my__offerShow_section .heading__topPart p {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; }
      .my__offerShow_section .heading__topPart p span {
        font-size: 18px;
        line-height: 28px;
        color: #6a2c91; }
  .my__offerShow_section .other__offerPart_bottom {
    text-align: center;
    padding-top: 20px; }
    .my__offerShow_section .other__offerPart_bottom h3 {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; } }

.vas__digital_landing .page_categories {
  margin-bottom: 40px; }

.vas__digital_landing .social__share {
  margin-top: 60px; }

@media (max-width: 575px) {
  .vas__digital_landing .page_categories {
    margin-bottom: 20px; }
  .vas__digital_landing .social__share {
    margin-top: 30px; } }

.upgrade__frg_-section .top__heading p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87); }

.upgrade__frg_-section .listing__sec {
  margin: 30px 0px; }

@media (max-width: 575px) {
  .tb__margin {
    margin: 40px 0px; }
  .upgrade__frg_-section .top__heading p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87); }
  .upgrade__frg_-section .listing__sec {
    margin: 40px 0px; } }

.contact_us_page .frequestly__askedQuestion__section {
  background: #f9f9fa;
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.contact_us_page .contact_form label {
  color: rgba(0, 0, 0, 0.87); }

.contact_us_page .contact_form .input_t_textWLabel .form-control {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 100px; }

.contact_us_page .contact_form .input_w_addon .input-group-text {
  border: 0;
  background: #ffffff; }

.contact_us_page .contact_form .input_w_addon .form-control {
  background: #ffffff; }

.contact_us_page .contact_form .textarea_default .form-control {
  background: #ffffff;
  border-radius: 5px; }

.contact_us_page .contact_form .btn_primary {
  width: 180px; }

.no__bg {
  background: #ffffff; }

.ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part {
  margin-bottom: 10px; }
  .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .radioSelect__part .radio_select {
    margin: 1rem 0; }
    .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .radioSelect__part .radio_select .custom-control-label {
      color: #000000;
      font-weight: 600; }
  .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .radioSelect__part .radio_select .custom-control-inline {
    margin-right: 30px; }
  .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .checkBox___part {
    display: flex;
    justify-content: space-between; }
    .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .checkBox___part .checkbox_customized {
      margin: 1rem 0px; }
      .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .checkBox___part .checkbox_customized .custom-control-label {
        color: #000000;
        font-weight: 600; }

.ncell__4gcoverage__checker__section .map__section img {
  width: 100%; }

@media (max-width: 575px) {
  .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part {
    margin-bottom: 10px; }
    .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .radioSelect__part .radio_select {
      margin: 0px; }
      .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .radioSelect__part .radio_select .custom-control-label {
        color: #000000;
        font-weight: 600; }
    .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .radioSelect__part .radio_select .custom-control-inline {
      margin-right: 30px; }
    .ncell__4gcoverage__checker__section .top__radioCheckboxSelect_part .checkBox___part {
      display: block;
      justify-content: space-between; } }

.ncell__locationCenter__section {
  border-radius: 10px; }
  .ncell__locationCenter__section .top__desc p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px; }
  .ncell__locationCenter__section .service__providedBy__ncell {
    margin-top: 60px; }
    .ncell__locationCenter__section .service__providedBy__ncell .serviceList___section .custom_list {
      display: flex; }
      .ncell__locationCenter__section .service__providedBy__ncell .serviceList___section .custom_list li {
        display: flex;
        flex-direction: column;
        position: relative; }

.map__section__main {
  margin-top: 30px; }
  .map__section__main .select_option .select_item .select_item_wrap .select_item_wrap_lists {
    height: 312px; }
  .map__section__main .map__content {
    height: 550px; }
    .map__section__main .map__content img {
      width: 100%;
      height: 550px; }
  .map__section__main .map__btn__group {
    justify-content: center; }
    .map__section__main .map__btn__group button {
      width: 50%;
      border-radius: 0; }

@media (min-width: 600px) {
  .map__section__main .map__btn__group {
    display: none; } }

@media (max-width: 575px) {
  .ncell__locationCenter__section .service__providedBy__ncell {
    margin-top: 40px; }
    .ncell__locationCenter__section .service__providedBy__ncell .serviceList___section .custom_list {
      margin-bottom: 0px; }
      .ncell__locationCenter__section .service__providedBy__ncell .serviceList___section .custom_list .col-xl-6:last-child li {
        margin-bottom: 0px; } }

.contactUs___section .clr__heading {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #6a2c91;
  margin-bottom: 15px; }

.contactUs___section .contactUs__part {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }
  .contactUs___section .contactUs__part .ncell__address__part p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87); }
    .contactUs___section .contactUs__part .ncell__address__part p span {
      color: #6a2c91;
      font-weight: 600; }

.contactUs___section .customer__support__part {
  background: #f9f9fa;
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }
  .contactUs___section .customer__support__part .top__sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87); }
  .contactUs___section .customer__support__part .support__mainPart .support__list .custom_list li span {
    color: #6a2c91;
    text-decoration: underline; }
  .contactUs___section .customer__support__part .support__mainPart p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 30px; }
  .contactUs___section .customer__support__part .support__mainPart .social__icon__part {
    display: flex; }
    .contactUs___section .customer__support__part .support__mainPart .social__icon__part .social__link__part:not(:last-child) {
      margin-right: 20px; }

.contactUs___section .download__part {
  background: #f9f9fa;
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }
  .contactUs___section .download__part .donwload__list .custom_list li {
    text-decoration: underline; }
    .contactUs___section .download__part .donwload__list .custom_list li a {
      text-decoration: underline;
      color: #6a2c91; }

@media (max-width: 575px) {
  .contactUs___section .contactUs__part {
    margin-bottom: 40px; }
  .contactUs___section .customer__support__part .top__sec p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px; }
  .contactUs___section .customer__support__part .support__mainPart p {
    font-size: 14px;
    line-height: 24px; } }

.rate__tarrif__table__part .table__top__head {
  margin-top: 30px; }
  .rate__tarrif__table__part .table__top__head h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0px; }

.rate__tarrif__table__part .main__table {
  margin-top: 25px; }
  .rate__tarrif__table__part .main__table .rate__tarrifTable table thead tr th {
    border-top: none;
    min-width: 150px;
    border-bottom: 2px solid #6a2c91;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.87); }
  .rate__tarrif__table__part .main__table .rate__tarrifTable table tbody .country {
    background: #f5f5f5; }
    .rate__tarrif__table__part .main__table .rate__tarrifTable table tbody .country td {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: rgba(0, 0, 0, 0.87); }
  .rate__tarrif__table__part .main__table .rate__tarrifTable table tbody tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #212121; }

@media (max-width: 580px) {
  .success__fail_statusCheck .msg_success_error .custom__inline__btn a {
    width: 49%; } }

.roamin__section .roaming__option__part {
  background: #f9f9fa; }

.roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection {
  padding: 60px 40px; }
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section {
    margin-bottom: 20px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section h2 {
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      color: #000000;
      opacity: 0.87;
      margin-bottom: 15px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      text-align: center;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 0px; }
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection {
    padding: 0px 50px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article {
      max-width: 1190px;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent {
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px; }
        .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec {
          display: flex; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 36px;
            line-height: 45px;
            color: #6a2c91;
            margin-bottom: 0px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec .des {
            width: 100%;
            color: #707070;
            margin-right: 2%;
            margin-bottom: 0px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.87); }
        .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right {
          display: flex;
          width: 100%;
          float: left;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          align-items: flex-start; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .des {
            width: 175px;
            color: #707070;
            margin-right: 7%;
            margin-bottom: 0px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.87); }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .select_t_default {
            display: block;
            width: 100%;
            margin-bottom: 0px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .input_w_addon {
            display: block;
            width: 100%;
            margin-bottom: 0px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc {
            display: block;
            width: 100%; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc p {
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 17px;
              color: rgba(0, 0, 0, 0.54);
              margin-bottom: 0px; }
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .m__popular__countryPart {
    margin-top: 20px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .m__popular__countryPart h3 {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      text-align: center;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 20px; }
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .selected__popularCountry__part {
    margin-top: 20px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .selected__popularCountry__part h5 {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 26px;
      color: rgba(0, 0, 0, 0.87);
      opacity: 0.6;
      margin-bottom: 0px;
      text-align: center; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .selected__popularCountry__part .country__name {
      display: flex;
      align-items: center;
      justify-content: center; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .selected__popularCountry__part .country__name p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        opacity: 0.87;
        margin-bottom: 0px;
        margin-right: 10px; }
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__rate__tablePart {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__rate__tablePart .table__section .table-responsive .table thead tr th {
      border-bottom: 1px solid rgba(0, 0, 0, 0.87);
      border-top: none;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      align-items: center;
      color: rgba(0, 0, 0, 0.87);
      min-width: 150px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__rate__tablePart .table__section .table-responsive .table tbody tr:last-child {
      border-bottom: 1px solid #dee2e6; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__rate__tablePart .table__section .table-responsive .table tbody tr td {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      align-items: center;
      color: rgba(0, 0, 0, 0.87); }

.roamin__section .trending__offer__section {
  background: #ffffff; }

.drop_c_list {
  background: #fff;
  border-radius: 10px; }
  .drop_c_list li a {
    padding: 5px 15px;
    display: block; }
    .drop_c_list li a img {
      margin-right: 5px; }
    .drop_c_list li a:hover {
      background-color: #cfcfcf; }

.custom_add {
  padding: 0 20px; }
  @media (max-width: 577px) {
    .custom_add {
      padding: 0; } }

@media (max-width: 991px) {
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection {
    padding: 0px 20px; } }

@media (max-width: 767px) {
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection {
    padding: 60px 20px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section {
      margin-bottom: 20px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #000000;
        opacity: 0.87;
        margin-bottom: 15px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        margin-bottom: 0px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article {
      max-width: 1190px;
      margin: auto;
      padding-left: 15px;
      padding-right: 15px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent {
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px; }
        .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec {
          display: flex; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 36px;
            line-height: 45px;
            color: #6a2c91;
            margin-bottom: 0px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec .des {
            width: 100%;
            color: #707070;
            margin-right: 7%;
            margin-bottom: 0px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.87); }
        .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right {
          display: flex;
          width: 100%;
          float: left;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
          align-items: center; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .des {
            width: 175px;
            color: #707070;
            margin-right: 7%;
            margin-bottom: 0px;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 17px;
            color: rgba(0, 0, 0, 0.87); }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .select_t_default {
            display: block;
            width: 100%;
            margin-bottom: 0px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .input_w_addon {
            display: block;
            width: 100%;
            margin-bottom: 0px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc {
            display: block;
            width: 100%; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc p {
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 17px;
              color: rgba(0, 0, 0, 0.54);
              margin-bottom: 0px; } }

@media (max-width: 575px) {
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection {
    padding: 40px 0px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section {
      margin-bottom: 20px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        color: #000000;
        opacity: 0.87;
        margin-bottom: 10px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .top__section p {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: rgba(0, 0, 0, 0.87);
        margin-bottom: 0px; }
    .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection {
      padding: 0px 10px; }
      .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article {
        max-width: 1190px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px; }
        .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent {
          display: flow-root;
          -ms-flex-align: start;
          align-items: start;
          padding-top: 20px;
          padding-bottom: 20px; }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec {
            display: flex;
            align-items: baseline;
            margin-bottom: 15px; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec h1 {
              font-style: normal;
              font-weight: 500;
              font-size: 36px;
              line-height: 45px;
              color: #6a2c91;
              margin-bottom: 0px;
              margin-right: 20px; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec .des {
              display: block;
              width: 100%;
              color: #707070;
              margin-right: 0px;
              margin-bottom: 0px;
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 17px;
              color: rgba(0, 0, 0, 0.87); }
          .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right {
            display: block;
            width: 100%;
            float: left;
            position: relative;
            min-height: 1px;
            padding-right: 0px;
            padding-left: 0px;
            align-items: center; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .des {
              display: none;
              width: 100%;
              color: #707070;
              margin-right: 7%;
              margin-bottom: 0px;
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 17px;
              color: rgba(0, 0, 0, 0.87); }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .select_t_default {
              display: block;
              width: 100%;
              margin-bottom: 0px; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .input_w_addon {
              display: block;
              width: 100%;
              margin-bottom: 0px; }
            .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc {
              display: block;
              width: 100%; }
              .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc p {
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 17px;
                color: rgba(0, 0, 0, 0.54);
                margin-bottom: 0px; }
  .roamin__section .roaming__option__part .my__offer_bDesc .main__section .my__offre__formPart {
    border: none;
    background: transparent;
    box-shadow: none; } }

@media (min-width: 576px) {
  .roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .left_sec .des {
    display: none; } }

.sec__bg--option .wrap__get__touch__section {
  border-bottom: 1px solid #ffffff; }
  .sec__bg--option .wrap__get__touch__section h1 {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px; }
  .sec__bg--option .wrap__get__touch__section p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    opacity: 0.87;
    margin-bottom: 20px; }
  .sec__bg--option .wrap__get__touch__section .gt__btn__parts .gt__btN {
    color: #63727a;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px; }

@media (max-width: 577px) and (min-width: 500px) {
  .top_booking .booking_info {
    padding: 10px 210px 10px 0px; } }

@media (max-width: 499px) and (min-width: 470px) {
  .top_booking .booking_info {
    padding: 10px 170px 10px 0px; } }

@media (max-width: 469px) and (min-width: 420px) {
  .top_booking .booking_info {
    padding: 10px 135px 10px 0px; } }

@media (max-width: 419px) and (min-width: 390px) {
  .top_booking .booking_info {
    padding: 10px 90px 10px 0px; } }

.customize__tab--section {
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.form-control.disabled {
  background-color: #e3e3e3 !important;
  cursor: not-allowed; }

.speak-up-table,
.speak-up-table td {
  table-layout: fixed;
  border: 1px solid #dee2e6; }

.file-list {
  border-radius: 6px;
  background: #f5f7fb;
  padding: 16px 32px;
  margin: 10px 0; }

.file-item {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.file-name {
  font-weight: 500;
  font-size: 16px;
  color: #07074d;
  padding-right: 12px; }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block; }

.upload-btn-wrapper .btn {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.54); }

.upload-btn-wrapper input[type="file"] {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

*,
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  font-size: 16px; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Quicksand", "Helvetica Neue", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-y: auto; }

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

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

input,
textarea {
  outline: 0;
  box-sizing: border-box; }

img {
  border: 0;
  vertical-align: middle; }

button {
  -webkit-user-select: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0; }

a {
  cursor: pointer; }

a,
a.disabled:hover {
  text-decoration: none !important; }

a.disabled:hover {
  cursor: default; }

em {
  font-style: unset; }

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem; }

h2 {
  font-size: 1.875rem;
  line-height: 2.375rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem; }

h4 {
  font-size: 1.25rem;
  line-height: 1.625rem; }

h5 {
  font-size: 1rem;
  line-height: 1.375rem; }

h6 {
  font-size: 0.875rem;
  line-height: 1.125rem; }

.custom_arrow svg {
  position: absolute;
  right: 14px;
  top: 13px; }

.page__mg__btm {
  margin-bottom: 50px; }

.no-drop:after {
  display: none; }

.title_linked {
  display: block;
  margin-top: 40px; }

.footer_middle_wrapper {
  padding-bottom: 30px;
  display: block; }

.active--left--content {
  border: 5px solid red !important; }

.add-button-pwa {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border: none;
  z-index: 111;
  font-size: 21px;
  background: #a1387d;
  color: #fff;
  padding: 12px; }

.custom-checkbox input:checked {
  background: red !important; }

.contact_form_btn:disabled {
  cursor: not-allowed;
  pointer-events: all !important; }

.lead_generation a {
  color: #f6871f; }

.fw-500 {
  font-weight: 500 !important; }

.custom-checkbox .custom-control-label::before {
  border: 2px solid white; }

.lead_generation .custom-control-label::before {
  border: 1px solid white; }

@media (max-width: 577px) {
  .basic_offer_card .content_part .content_title {
    font-size: 16px; }
  .basic_offer_card .content_part .middle_package p {
    font-size: 13px; } }

.recharge__section .recharge__options {
  padding: 25px 0px 25px 0px; }

@media (max-width: 992px) {
  .recharge__section h3 {
    margin-bottom: 5px !important; }
  .recharge__section .input_w_addon {
    margin-bottom: 20px !important; } }

.mobile_nav_footer {
  border-top: 0;
  padding: 0;
  display: block; }

.mobile_footer_link {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.mobile_link_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  padding-top: 10px; }

.padding-20 {
  padding-right: 20px;
  padding-left: 20px; }

.app_download_link_phone {
  width: 100%;
  padding: 20px; }
  .app_download_link_phone ul {
    display: flex;
    justify-content: center;
    margin-left: 0; }
    .app_download_link_phone ul li {
      display: inline; }
      .app_download_link_phone ul li:last-child {
        margin-left: 20px; }

.cta_btn {
  right: 19px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 180px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%); }

.bp-custom-widget .bp-widget-web {
  bottom: 75px; }

.d__main__heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
  text-transform: capitalize;
  color: #1f1b5c;
  margin: 40px 0 30px 0; }

.d__section__title {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: capitalize;
  color: #1f1b5c;
  margin-bottom: 40px; }

.btn_transp {
  background: transparent;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
  padding: 0.7rem;
  outline: none;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .btn_transp:hover {
    color: rgba(0, 0, 0, 0.87);
    background-color: white; }
  @media (max-width: 577px) {
    .btn_transp {
      font-size: 0.8rem; } }

.login__box .login__box__desc {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px; }
  @media (max-width: 577px) {
    .login__box .login__box__desc {
      margin-bottom: 30px; } }

.login__box .OTP_input .form-control {
  width: 12%; }

.login__box .insert__otp__input__time {
  margin-top: 40px;
  margin-bottom: 20px; }
  .login__box .insert__otp__input__time p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff; }
  .login__box .insert__otp__input__time .timeline .timeline__bottom {
    background: #e5e5e5;
    border-radius: 2px;
    width: 100%;
    height: 4px; }
  .login__box .insert__otp__input__time .timeline .timeline__top {
    background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
    border-radius: 2px;
    height: 4px;
    margin-top: -4px; }

.hr_line {
  width: 100%;
  height: 1px;
  opacity: 0.08;
  background: #000000;
  margin: 16px 16px; }

.dashboard__wrap {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.u-absoluteCenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.u-flexCenter {
  display: flex;
  align-items: center;
  justify-content: center; }

.u-offscreen {
  position: absolute;
  left: -999em; }

.cicular_progress_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .cicular_progress_wrapper .top_text {
    color: #fff; }
  .cicular_progress_wrapper .middle_text {
    color: #fff; }
  .cicular_progress_wrapper .bottom_text {
    margin-bottom: 5px;
    color: #fff; }

.large__circle .circular_progress__meter {
  stroke: #e2e3e4; }

.circular_progress {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.circular_progress__meter,
.circular_progress__value {
  fill: none; }

.circular_progress__meter {
  stroke: #e2e3e4; }

.circular_progress__value {
  stroke: #ed1c24;
  stroke-linecap: round; }

.user-dashboard-section .user-details-part {
  background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .user-dashboard-section .user-details-part .user__imgBG {
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 20px; }
  .user-dashboard-section .user-details-part .personal-details {
    align-self: center; }
    .user-dashboard-section .user-details-part .personal-details .user-media .user-media-body h5 {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 22px;
      color: #6a2c91;
      margin-bottom: 16px; }
    .user-dashboard-section .user-details-part .personal-details .user-media .user-media-body p {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 25px;
      color: #000000;
      margin-bottom: 0px; }
  .user-dashboard-section .user-details-part .right__text .sim__type {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px; }
  .user-dashboard-section .user-details-part .right__text .sim__type__large {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #6a2c91;
    margin-bottom: 0;
    margin-bottom: 5px; }
  .user-dashboard-section .user-details-part .right__text .sim__since {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0; }

.account-summary-section {
  margin: 0 0 15px; }

.summary__title {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #1f1b5c;
  margin-bottom: 10px; }

.account-summary {
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  .account-summary .summary__cta {
    margin-top: 84px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 575px) {
      .account-summary .summary__cta {
        margin-top: 30px; } }
    .account-summary .summary__cta a {
      min-width: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 10px; }
      @media (max-width: 575px) {
        .account-summary .summary__cta a {
          min-width: 125px; } }
    .account-summary .summary__cta .details {
      transition: all 0.3s ease-in-out;
      transform: translate3d(0px, 0px, 0px); }
      .account-summary .summary__cta .details:hover {
        color: #f8f8f8;
        transform: translate3d(0px, -5px, 0px); }

.cicular_progress_wrapper {
  margin-right: 0; }

.product-item {
  padding: 25px 40px 25px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px; }
  .product-item .purchase-info {
    margin-left: -60px;
    margin-top: -10px; }
    .product-item .purchase-info .purchase-title {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
    .product-item .purchase-info .amount {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 600;
      color: #1f1b5c;
      font-size: 18px;
      margin-bottom: 0; }
    .product-item .purchase-info .validity {
      font-family: Quicksand;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: rgba(0, 0, 0, 0.54);
      margin-bottom: 0; }
  .product-item .details-cta a {
    color: #692c91; }
    .product-item .details-cta a:hover {
      text-decoration: underline !important;
      cursor: pointer; }

.product-item-click {
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-out; }
  @media (max-width: 1199px) {
    .product-item-click .main-dash-circle-progress {
      width: 60% !important; } }
  @media (max-width: 991px) {
    .product-item-click .main-dash-circle-progress {
      width: 100% !important; } }
  .product-item-click .purchase-info {
    flex-basis: 70%;
    max-width: 70%;
    text-align: left;
    padding-left: 75px; }
    @media (max-width: 991px) {
      .product-item-click .purchase-info {
        flex-basis: 70%;
        max-width: 70%;
        margin: 0 auto;
        padding-left: 0; } }
  .product-item-click .details-cta {
    flex-basis: 15%;
    max-width: 15%; }
    @media (max-width: 991px) {
      .product-item-click .details-cta {
        margin: 12px auto; } }

.product-item-click:hover {
  cursor: pointer;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -3px, 0);
  border: 1px solid rgba(237, 28, 36, 0.4); }

.activated__packs {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.re__foryou {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }

.account-summary-section .account-summary-part h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 15px; }

.account-summary-section .account-summary-part .all-summary-part {
  background: #5e1f70;
  border-radius: 5px;
  padding: 45px 60px;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px; }
  .account-summary-section .account-summary-part .all-summary-part .recharge-btn {
    background: #f04e23;
    background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
    border-radius: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-top: 60px;
    padding-bottom: 12px;
    padding-top: 10px;
    transition: all 0.3s ease-in-out;
    transform: translate3d(0, 0, 0); }
    .account-summary-section .account-summary-part .all-summary-part .recharge-btn:hover {
      transform: translate3d(0, -4px, 0);
      cursor: pointer; }
  .account-summary-section .account-summary-part .all-summary-part .cta_inline_mult {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .account-summary-section .account-summary-part .all-summary-part .cta_inline_mult .recharge-btn {
      width: 48%; }
    .account-summary-section .account-summary-part .all-summary-part .cta_inline_mult .btn_secondary {
      background: #ffffff;
      box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
      border-radius: 30px;
      font-family: Quicksand;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: rgba(0, 0, 0, 0.54); }
  .account-summary-section .account-summary-part .all-summary-part .recharge-btn:focus {
    box-shadow: none; }
  .account-summary-section .account-summary-part .all-summary-part .collapse-section {
    padding-left: 50px; }
    .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash {
      position: relative;
      margin-bottom: 1px;
      width: 100%;
      color: rgba(0, 0, 0, 0.87); }
      .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash:last-child input:checked ~ label {
        border-bottom: none; }
      .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash:last-child input:checked ~ .tab-content {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
      .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash:last-child input:checked ~ .tab-content p {
        margin-bottom: 15px; }
      .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash input {
        position: absolute;
        opacity: 0;
        z-index: -1; }
      .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash label {
        font-family: Quicksand;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #ffffff;
        margin: 0;
        position: relative;
        display: block;
        padding: 10px;
        cursor: pointer;
        padding-left: 5px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
      .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content {
        max-height: 0;
        font-size: 18px;
        line-height: 28px;
        padding-left: 5px;
        overflow: hidden;
        color: rgba(0, 0, 0, 0.87); }
        .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage p {
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 0px;
          color: #000000;
          margin-bottom: 30px; }
        .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage h4 {
          font-size: 20px;
          line-height: 30px;
          color: rgba(0, 0, 0, 0.87);
          margin-bottom: 10px;
          margin-left: 40px; }
        .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage ul {
          list-style: none; }
          .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage ul li svg {
            margin-right: 5px;
            margin-bottom: 6px; }
        .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody {
          border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
          .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody tr th {
            border-top: none; }
            .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody tr th h5 {
              margin-bottom: 0;
              font-family: Quicksand;
              font-style: normal;
              font-weight: 500;
              font-size: 14px;
              line-height: 20px;
              color: #ffffff; }
            .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody tr th p {
              font-family: Quicksand;
              font-style: normal;
              font-weight: 500;
              font-size: 12px;
              line-height: 16px;
              color: #ffffff;
              margin-bottom: 0px; }
          .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody tr td {
            border-top: none;
            font-size: 14px; }
          .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody .top-head th {
            font-family: Quicksand;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #ffffff; }
          .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody tr:not(:first-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
          .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash .tab-content .generic-innerpage .collaspe-table tbody .text-right {
            font-family: Quicksand;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: #ffffff; }
    .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash input:checked ~ .tab-content {
      max-height: 100%; }
    .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash label::after {
      position: absolute;
      right: 0;
      top: 26px;
      display: block;
      text-align: center; }
    .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash input[type="checkbox"] + label::after {
      content: url(/images/arrow-right.svg);
      font-size: 24px; }
    .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash input[type="checkbox"]:checked + label::after {
      content: url(/images/arrow-down.svg);
      font-size: 40px;
      top: 20px;
      right: 0; }

.tabheading__info .tabheading__info__price {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 24px !important;
  color: #f26322 !important;
  margin-left: 0 !important; }

.tabheading__info .rec__info {
  display: flex;
  margin-bottom: 20px; }
  .tabheading__info .rec__info .rec__left .top,
  .tabheading__info .rec__info .rec__right .top {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    margin-bottom: 0 !important; }
  .tabheading__info .rec__info .rec__left .date,
  .tabheading__info .rec__info .rec__right .date {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    margin-bottom: 0 !important; }
  .tabheading__info .rec__info .rec__left {
    margin-right: 50px; }

.tabheading__info .rec__cta .btn_primary {
  margin-right: 35px; }

.tabheading__info .rec__cta .btn_download {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff; }

@media (max-width: 1199px) {
  .main-dash-circle-progress {
    width: 100% !important; }
    .main-dash-circle-progress .cicular_progress_wrapper {
      width: 100% !important; }
      .main-dash-circle-progress .cicular_progress_wrapper .circular_progress {
        width: 100% !important; } }

@media (max-width: 991px) {
  .account-summary-section .account-summary-part .all-summary-part {
    padding: 45px 100px; }
  .account-summary-section .account-summary-part .all-summary-part .collapse-section {
    padding-left: 0px; } }

@media (max-width: 767px) {
  .account-summary-section .account-summary-part .all-summary-part {
    padding: 45px 40px; } }

@media (max-width: 550px) {
  .account-summary-section .account-summary-part .all-summary-part {
    padding: 45px 15px; } }

@media (max-width: 420px) {
  .account-summary-section .account-summary-part .all-summary-part {
    padding: 25px 15px; }
  .account-summary-section .account-summary-part .all-summary-part .recharge-btn {
    margin-top: 20px; }
  .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash label {
    padding-top: 15px;
    padding-bottom: 15px; }
  .account-summary-section .account-summary-part .all-summary-part .collapse-section {
    margin-top: 10px; }
  .account-summary-section .account-summary-part .all-summary-part .collapse-section .color-collapse-main-dash .panel-all-robi .css-collapse__content .tab-main-dash label::after {
    top: 13px; }
  .account-summary-section
.account-summary-part
.all-summary-part
.collapse-section
.color-collapse-main-dash
.panel-all-robi
.css-collapse__content
.tab-main-dash
input[type="checkbox"]:checked
+ label::after {
    top: 3px; } }

.gift_modal {
  background: linear-gradient(90deg, #e2e3e4 0%, #ffffff 100%) !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) !important;
  border-radius: 30px; }
  .gift_modal .sub_text {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 30px; }
  .gift_modal .input-group-text {
    border: 1px solid #ffffff; }

.radio_label {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1f1b5c;
  margin-bottom: 12px; }

.profile__form .form-group label {
  color: #1f1b5c; }

.profile__form .btn_primary {
  background: #7a2976;
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  border-radius: 30px;
  width: 330px; }

.profile__form .radio_select .custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #7a2976;
  background-color: #7a2976; }

.profile__form .profile-image-upload .input-group-text {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0; }
  .profile__form .profile-image-upload .input-group-text .user__img {
    width: 158px;
    height: 158px;
    border-radius: 50%; }

.profile__form .profile-image-upload .form-control {
  display: none; }

.profile__form .profile-image-upload .CTA_wrap {
  margin-top: 30px; }
  .profile__form .profile-image-upload .CTA_wrap .btn_primary {
    width: 165px; }

.profile__form .profile-image-upload .profile__progress .profile__progress__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .profile__form .profile-image-upload .profile__progress .profile__progress__heading .beading__text {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5); }
  .profile__form .profile-image-upload .profile__progress .profile__progress__heading .beading__amount {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: black; }

.profile__form .profile-image-upload .profile__progress .profile__progress__bottom {
  background: #e5e5e5;
  border-radius: 2px;
  width: 100%;
  height: 4px; }

.profile__form .profile-image-upload .profile__progress .profile__progress__top {
  background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
  border-radius: 2px;
  height: 4px;
  margin-top: -4px; }

.profile__form .input__info {
  margin-left: 10px; }

.tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part p {
  font-size: 18px; }

.item-hide {
  justify-content: center; }

.item-l-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  /* identical to box height, or 167% */
  /* Black 87% */
  color: rgba(0, 0, 0, 0.87); }

.item-l-2 {
  margin-left: 20px; }

.open-sitemap {
  padding-bottom: 30px; }

.OTP_input input {
  width: 60% !important;
  height: 39px;
  justify-content: center; }

.country_name a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #622a86;
  color: linear-gradient(180deg, #622a86 0%, #41175c 100%);
  margin-bottom: 0;
  border: 0;
  background: none;
  outline: 0; }

.r__item {
  display: block; }

.msg_success_error .msg_title {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  color: #1f1b5c;
  margin-bottom: 1.5rem; }

.tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
  font-size: 30px; }

.tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
  font-size: 30px; }

.BTN_inlineTwo button, .BTN_inlineTwo a {
  width: 35%;
  display: block;
  margin-bottom: 0;
  margin: 0 auto; }

.ct-add-button {
  padding: 0 20px;
  width: 53%;
  display: block;
  margin: 0 auto;
  padding-bottom: 24px; }
  .ct-add-button input {
    background: #e8dde8; }

.de input {
  background: white !important;
  opacity: 1 !important;
  width: 66%; }

.input_w_addon .form-control {
  color: black; }

.main__heading h2, .page__title h2 {
  text-transform: none; }

.tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
  margin-left: 5px; }

.tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part p {
  margin-left: 5px; }

.fourG__sim--buy--section .col__left .fourG__sim--buy--desc .mid-ptxt {
  text-transform: none; }

.upgrade__fourG---section .upgrade__fourG--desc h3 {
  text-transform: none; }

.upgrade__fourG---section .upgrade__fourG--desc .mid__txts {
  text-transform: none; }

.generic__inner__part .inner__description__part p a {
  color: black; }

.main_page a {
  color: black; }

.sitemapsection .inner__description__part p {
  margin: 5px 0; }

.content-holder h3 {
  text-align: center;
  font-family: Quicksand;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 56px;
  text-align: center;
  text-transform: capitalize;
  /* new colour */
  color: #1F1B5C; }

.content-holder p {
  font-family: Quicksand;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  /* identical to box height */
  text-align: center;
  /* new colour */
  color: #1F1B5C;
  margin: 20px 0; }

.image-wrap {
  margin: 40px  0;
  margin-top: 0; }

.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrDateDisplay {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.rdrDateDisplayItem {
  -webkit-box-flex: 1;
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit; }

.rdrDateDisplayItem + .rdrDateDisplayItem {
  margin-left: 0.833em; }

.rdrDateDisplayItem input {
  text-align: inherit; }

.rdrDateDisplayItem input:disabled {
  cursor: default; }

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.rdrMonthAndYearPickers {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none; }

.rdrMonths {
  display: -webkit-box;
  display: flex; }

.rdrMonthsVertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.rdrMonthsHorizontal > div > div > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row; }

.rdrMonth {
  width: 27.667em; }

.rdrWeekDays {
  display: -webkit-box;
  display: flex; }

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center; }

.rdrDays {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.rdrInfiniteMonths {
  overflow: auto; }

.rdrDateRangeWrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrDateInput {
  position: relative; }

.rdrDateInput input {
  outline: none; }

.rdrDateInput .rdrWarning {
  position: absolute;
  font-size: 1.6em;
  line-height: 1.6em;
  top: 0;
  right: .25em;
  color: #FF0000; }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer; }

.rdrDayNumber {
  display: block;
  position: relative; }

.rdrDayNumber span {
  color: #1d2429; }

.rdrDayDisabled {
  cursor: not-allowed; }

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important; } }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  pointer-events: none; }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
  pointer-events: none; }

.rdrDateRangePickerWrapper {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rdrStaticRanges {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.rdrStaticRange {
  font-size: inherit; }

.rdrInputRange {
  display: -webkit-box;
  display: flex; }

.rdrCalendarWrapper {
  color: #000000;
  font-size: 12px; }

.rdrDateDisplayWrapper {
  background-color: #eff2f7; }

.rdrDateDisplay {
  margin: 0.833em; }

.rdrDateDisplayItem {
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent; }

.rdrDateDisplayItem input {
  cursor: pointer;
  height: 2.5em;
  line-height: 2.5em;
  border: 0px;
  background: transparent;
  width: 100%;
  color: #849095; }

.rdrDateDisplayItemActive {
  border-color: currentColor; }

.rdrDateDisplayItemActive input {
  color: #7d888d; }

.rdrMonthAndYearWrapper {
  -webkit-box-align: center;
  align-items: center;
  height: 60px;
  padding-top: 10px; }

.rdrMonthAndYearPickers {
  font-weight: 600; }

.rdrMonthAndYearPickers select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  outline: 0;
  color: #3e484f;
  background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  text-align: center; }

.rdrMonthAndYearPickers select:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.rdrMonthPicker, .rdrYearPicker {
  margin: 0 5px; }

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7; }

.rdrNextPrevButton:hover {
  background: #E1E7F0; }

.rdrNextPrevButton i {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  margin: auto;
  -webkit-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px); }

.rdrPprevButton i {
  border-width: 4px 6px 4px 4px;
  border-color: transparent #34495e transparent transparent;
  -webkit-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px); }

.rdrNextButton i {
  margin: 0 0 0 7px;
  border-width: 4px 4px 4px 6px;
  border-color: transparent transparent transparent #34495e;
  -webkit-transform: translate(3px, 0px);
  transform: translate(3px, 0px); }

.rdrWeekDays {
  padding: 0 0.833em; }

.rdrMonth {
  padding: 0 0.833em 1.666em 0.833em; }

.rdrMonth .rdrWeekDays {
  padding: 0; }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName {
  display: none; }

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: #849095; }

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429; }

.rdrDay:focus {
  outline: 0; }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }

.rdrDayToday .rdrDayNumber span {
  font-weight: 500; }

.rdrDayToday .rdrDayNumber span:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #3d91ff; }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after, .rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after {
  background: #fff; }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span, .rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span {
  color: rgba(255, 255, 255, 0.85); }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px; }

.rdrSelected {
  left: 2px;
  right: 2px; }

.rdrStartEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px; }

.rdrEndEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px; }

.rdrSelected {
  border-radius: 1.042em; }

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px; }

.rdrDayEndOfMonth .rdrInRange, .rdrDayEndOfMonth .rdrStartEdge, .rdrDayEndOfWeek .rdrInRange, .rdrDayEndOfWeek .rdrStartEdge {
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px; }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview {
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  border-left-width: 1px;
  left: 0px; }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview {
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  border-right-width: 1px;
  right: 0px; }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview {
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1; }

.rdrDayStartPreview {
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px; }

.rdrDayInPreview {
  border-top-width: 1px;
  border-bottom-width: 1px; }

.rdrDayEndPreview {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px; }

.rdrDefinedRangesWrapper {
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff; }

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
  color: currentColor;
  font-weight: 600; }

.rdrStaticRange {
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff; }

.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7; }

.rdrStaticRangeLabel {
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left; }

.rdrInputRanges {
  padding: 10px 0; }

.rdrInputRange {
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 20px; }

.rdrInputRangeInput {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #dee7eb;
  margin-right: 10px;
  color: #6c767a; }

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover {
  border-color: #b4bfc4;
  outline: 0;
  color: #333; }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent; }

.rdrDayPassive {
  pointer-events: none; }

.rdrDayPassive .rdrDayNumber span {
  color: #d5dce0; }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview {
  display: none; }

.rdrDayDisabled {
  background-color: #f8f8f8; }

.rdrDayDisabled .rdrDayNumber span {
  color: #aeb9bf; }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview {
  -webkit-filter: grayscale(100%) opacity(60%);
  filter: grayscale(100%) opacity(60%); }

.rdrMonthName {
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em; }

.search-result-text p {
  font-size: 25px; }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge {
  background: linear-gradient(90deg, #f7ebe7 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%); }

.f-i {
  position: relative; }
  .f-i input {
    position: relative; }
  .f-i span {
    position: absolute;
    top: 6px;
    left: 14px; }

.footer_desktop .footer_top .leftside_section .title_linked li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.5rem 0; }

.table-bordered .table tbody tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  align-items: center;
  color: rgba(0, 0, 0, 0.87); }

.table-bordered td, .table-bordered th {
  border: none; }

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6; }

.table thead td {
  border-bottom: 2px solid #00000063;
  border-top: 0px solid red;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  align-items: center; }

.table thead td {
  border-bottom: 2px solid #00000063;
  border-top: 0px solid red;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  align-items: center; }

.table-bordered {
  border: 0px solid #dee2e6; }

.lagent .col-right .des {
  width: 40%; }

.lagent .select_t_default .form-control {
  width: 100%; }

.ct-add-button {
  padding: 0;
  width: 100%;
  /* display: block; */
  /* margin: 0 auto; */
  /* display: flex; */ }

.roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .des {
  width: 250px; }

.roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right {
  align-items: center; }

.sp .btn_colorful {
  min-width: 70px; }

.de {
  position: relative; }
  .de .drop_c_list {
    background: white;
    border-radius: 10px;
    height: 150px;
    overflow: auto;
    position: absolute;
    top: 48px;
    width: 100%;
    border-radius: 0;
    z-index: 11; }

.roamin__section .where__you__travel__part .where__you__travel__mainPart .main__travel_formSection .roaming__main__selection article .lagent .col-right .right__desc {
  display: flex; }

.cr .centerEl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px; }

.cr .sp .btn_colorful {
  min-width: 100px;
  margin-bottom: 3px;
  height: 49px; }

.cr .right__desc {
  position: relative; }

.table-header-custom th {
  min-width: 247px; }

.table-header-custom td, .table-header-custom th {
  vertical-align: middle !important; }

.basic_media_card .content_part .content_title h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #63727a;
  margin-bottom: 20px; }

.f-id span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  color: #331e5c;
  margin-left: 10px; }

.css-collapse__content .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: rgba(0, 0, 0, 0.87); }
  .css-collapse__content .tab:last-child label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .css-collapse__content .tab:last-child input:checked ~ label {
    border-bottom: none; }
  .css-collapse__content .tab:last-child input:checked ~ .tab-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .css-collapse__content .tab:last-child input:checked ~ .tab-content p {
    margin-bottom: 15px; }
  .css-collapse__content .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .css-collapse__content .tab label {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
    display: block;
    padding: 10px;
    cursor: pointer;
    padding-left: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    transition: 0.15s; }
  .css-collapse__content .tab .tab-content {
    max-height: 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 30px;
    overflow: hidden;
    -webkit-transition: max-height 0.05s;
    -o-transition: max-height 0.05s;
    transition: max-height 0.05s;
    color: rgba(0, 0, 0, 0.87); }

.css-collapse__content .tab input:checked ~ .tab-content {
  max-height: 100%;
  margin-bottom: 15px; }

.css-collapse__content .tab label::before {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  text-align: center; }

.css-collapse__content .tab input[type="checkbox"] + label::before {
  content: "+";
  font-size: 24px; }

.css-collapse__content .tab input[type="checkbox"]:checked + label::before {
  content: "-";
  font-size: 40px;
  top: 12px; }

.spacing-tb {
  margin-top: 20px;
  margin-bottom: 20px; }

.Leadgeneration {
  background-color: #91357b; }
  .Leadgeneration .page__title {
    font-size: 25px;
    color: white;
    margin-bottom: 20px; }

.id-sp .form-control {
  opacity: 1; }

.first-part .internet-part .main a {
  color: #1F1B5C !important;
  font-size: 18px;
  font-weight: 600; }

.item-l-2 {
  font-size: 16px !important; }

.main_page h3 {
  border-bottom: 2px solid #2e1f69 !important; }

.basic_offer_card .basic_offer_card_link {
  color: black; }

.txt-update {
  color: linear-gradient(90deg, #221E67 0%, #5E1F70 24.95%, #7A2976 48.4%, #A3387D 82.83%, #B63F81 100%); }

.main_page h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px; }
  .main_page h3 a {
    color: #F26522 !important; }

.media__card .media__cardContent .media__cardContentWrap .content__shortDesc, .media__card .media__cardContent .media__cardContentWrap .content__date, .text_card .content_bottom, .text_card .content_bottom .content_date, .purchased_card .purchased_cardPriceValidity, .BTN_inlineTwo, .social_connect ul, .highlight_desc_box .highlight_desc_wrap {
  margin-top: 20px; }

.section_spacingM {
  padding-top: 2rem;
  padding-bottom: 0rem; }

.r__item {
  cursor: auto !important; }

.top__headings {
  padding-left: 10px; }
  .top__headings h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 7px; }
  .top__headings p {
    color: #fff;
    padding-bottom: 20px;
    font-size: 14px; }

@media (max-width: 769px) {
  .image-wrap {
    margin: 0; } }

@media (max-width: 769px) {
  .image-wrap svg {
    width: 100%; } }

.onlyphone {
  display: none; }

.page-404 {
  background: linear-gradient(0deg, #E2E3E4 0%, #FFFFFF 93.68%); }

#formControlTextarea1 {
  border-radius: 30px; }

.f-m-item {
  margin-top: 40px;
  margin-bottom: 40px; }
  .f-m-item .tabwrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center; }
    .f-m-item .tabwrap img {
      width: 30px; }
    .f-m-item .tabwrap p {
      color: black;
      margin-top: 5px;
      font-size: 14px;
      font-weight: 500; }

.content-holder p {
  font-size: 20px; }

.why__choose__ncell_part .simple_top_imgCard .card_description p {
  min-height: 50px; }

.css-collapse__content .tab label {
  padding: 15px 0; }

.latest__offer__card .media .getStart__card--body h5 svg {
  width: 30px; }

.latest__offer__card .media .getStart__card--body h5 svg path {
  fill: #8b3179; }

.input_w_addon .form-control {
  font-size: 15px; }

.drop-menus {
  background: #fff;
  margin-top: -20px;
  margin-bottom: 20px; }
  .drop-menus li a {
    display: block;
    padding: 10px; }

@media (max-width: 768px) {
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
    font-size: 20px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part .mainTk--part {
    font-size: 24px; }
  .up-for .my__offre__formPart {
    padding: 25px; }
    .up-for .my__offre__formPart .color_white {
      font-size: 18px; }
  .content-holder h3 {
    font-size: 23px;
    line-height: 20px; }
  .onlyphone {
    display: block; }
  .content-holder p {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1F1B5C;
    margin: 10px 0; }
  .item-hide {
    display: none; } }

.Leadgeneration-le {
  border-radius: 30px;
  margin-top: 30px !important; }

.select_option .select_item_wrap_lists::-webkit-scrollbar-thumb {
  background-color: purple; }

@media (max-width: 430px) {
  .data_purchase_card .content_part .content_title {
    font-size: 17px;
    margin-bottom: 15px; }
  .data_purchase_card .content_part .content_footer .days {
    font-size: 15px; }
  .data_purchase_card .content_part .middle_package .title {
    font-size: 15px; }
  .data_purchase_card .content_part .middle_package .value {
    font-size: 17px; }
  .data_purchase_card .content_part .content_footer .price {
    font-size: 16px; }
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .top__part h3 {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 10px; }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part {
    left: 59%; }
  .basic_media_card .content_part .content_cta a, .basic_media_card .content_part .content_cta button {
    width: 120px;
    min-width: 90px; } }

.Leadgeneration-le {
  padding: 30px; }

.footer_desktop .footer_top .leftside_section .footer_logo {
  margin-bottom: 0; }

.m-text-m {
  font-size: 13px;
  margin-top: 15px;
  font-weight: 600; }

.home__sliderSection .controll__btn__section {
  z-index: 111111; }

.Leadgeneration-le {
  margin-bottom: 40px; }

.cookie__wrap {
  position: fixed;
  bottom: 15px;
  left: 20px;
  z-index: 111;
  background-color: #ffffff;
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .cookie__wrap .cookie__content {
    display: flex;
    flex-direction: column;
    padding: 15px; }
    .cookie__wrap .cookie__content--text {
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 15px;
      font-size: 14px;
      color: #555;
      line-height: 1.5; }
      .cookie__wrap .cookie__content--text .color {
        color: #6a2c91;
        font-weight: 500; }
        .cookie__wrap .cookie__content--text .color:hover {
          text-decoration: underline;
          cursor: pointer; }
      .cookie__wrap .cookie__content--text a {
        color: #6a2c91;
        font-weight: 500;
        text-decoration: none; }
        .cookie__wrap .cookie__content--text a:hover {
          text-decoration: underline;
          cursor: pointer; }
    .cookie__wrap .cookie__content--CTA {
      flex-basis: 100%;
      max-width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 15px; }
      .cookie__wrap .cookie__content--CTA button {
        padding: 8px 25px;
        cursor: pointer;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 500; }
      .cookie__wrap .cookie__content--CTA .cookie__accept {
        color: #fff;
        background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
        border-radius: 100px;
        border: none;
        outline: none;
        transition: all 0.3s ease-in-out;
        transform: translate3d(0, 0, 0); }
        .cookie__wrap .cookie__content--CTA .cookie__accept:hover {
          transform: translate3d(0, -3px, 0); }
      .cookie__wrap .cookie__content--CTA .cookie__close {
        border: none;
        outline: none;
        background-color: transparent;
        transform: scale(1);
        transition: all 0.3s ease-in-out; }
        .cookie__wrap .cookie__content--CTA .cookie__close:hover svg {
          transform: scale(1.4); }
  @media (max-width: 850px) {
    .cookie__wrap {
      width: 320px; } }
  @media (min-width: 750px) and (max-width: 850px) {
    .cookie__wrap {
      width: calc(100% - 140px);
      bottom: 80px;
      left: 20px;
      right: auto;
      max-width: 280px; } }
  @media (max-width: 750px) {
    .cookie__wrap {
      width: calc(100% - 140px);
      bottom: 70px;
      left: 5px;
      right: auto;
      margin: 0;
      max-width: 280px; }
      .cookie__wrap .cookie__content {
        padding: 12px !important; }
        .cookie__wrap .cookie__content--text {
          font-size: 12px; }
        .cookie__wrap .cookie__content--CTA button {
          padding: 8px 15px;
          font-size: 13px; } }

.no-r {
  text-align: center;
  width: 100%;
  min-height: 300px;
  justify-content: center;
  font-size: 30px;
  display: flex;
  align-items: center; }

@media (max-width: 750px) {
  .no-display-mobile {
    display: none !important; } }

.fourgcoverage form {
  display: flex;
  justify-content: center; }
  .fourgcoverage form .radio {
    margin-right: 20px; }
    .fourgcoverage form .radio input {
      margin-right: 10px; }
  .fourgcoverage form label {
    font-size: 20px; }

.bottom-icon {
  display: flex;
  justify-content: space-between;
  margin: 15px 0; }
  .bottom-icon li a {
    color: black; }

.findAway__card--part:hover {
  transform: translateY(-6px);
  transition: all .4s ease-in-out; }

.findAway__card--part {
  transform: translateY(0px);
  transition: all .4s ease-in-out; }

.btn_primary:hover {
  transform: translateY(-2px);
  transition: all .2s ease-in-out; }

.btn_primary {
  transform: translateY(0px);
  transition: all .2s ease-in-out; }

.btn_colorful:hover {
  transform: translateY(-2px);
  transition: all .2s ease-in-out; }

.btn_colorful {
  transform: translateY(0px);
  transition: all .2s ease-in-out; }

@media (max-width: 430px) {
  .tending__offer---mainCard .tending__offer---mainCard--sec .card-body .middle__part .img__sectns .amnt--part {
    left: 43%;
    top: 50%;
    transform: translate(0, 0); }
  .tending__offer---mainCard .tending__offer---mainCard--prim .card-body .middle__part .img__sectns .amnt--part {
    left: 43%;
    top: 50%;
    transform: translate(0, 0); } }

.btn_secondary:hover,
.cta-buy:hover,
.app__btn:hover {
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out; }

.btn_secondary,
.cta-buy,
.app__btn {
  transform: translateY(0px);
  transition: all 0.2s ease-in-out; }

.blog_comment_wrapper {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%); }
  .blog_comment_wrapper .comment_title {
    text-align: center;
    color: #1f1b5c;
    font-size: 30px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 30px; }
  .blog_comment_wrapper .comment_form label {
    color: #1f1b5c;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0; }
  .blog_comment_wrapper .comment_form textarea {
    height: auto !important; }
  @media (min-width: 768px) {
    .blog_comment_wrapper .comment_form .form-group {
      margin-bottom: 30px; } }
  .blog_comment_wrapper .comment_details .comment_name {
    font-weight: 500;
    font-size: 18px;
    color: #1f1b5c;
    margin-bottom: 10px; }
    @media (max-width: 577px) {
      .blog_comment_wrapper .comment_details .comment_name {
        font-size: 16px; } }
  .blog_comment_wrapper .comment_details .comment_subject {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    color: #1f1b5c; }
    @media (max-width: 577px) {
      .blog_comment_wrapper .comment_details .comment_subject {
        font-size: 16px; } }
  .blog_comment_wrapper .comment_details .comment_desc {
    color: #000000;
    opacity: 0.87;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px; }
    @media (max-width: 577px) {
      .blog_comment_wrapper .comment_details .comment_desc {
        font-size: 16px; } }
  .blog_comment_wrapper .comment_details .single_comment:last-child {
    margin-bottom: 60px; }
  .blog_comment_wrapper .comment_details .single_comment:last-child hr {
    display: none; }

.notification_container {
  position: relative; }
  .notification_container .notification_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer; }
  .notification_container .close_icon {
    position: absolute;
    top: 5px;
    right: 12px;
    cursor: pointer; }

.home-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.home-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  background-color: transparent;
  box-shadow: none; }
  @media (min-width: 769px) {
    .home-modal-content {
      max-height: 85vh;
      overflow-y: auto;
      justify-content: flex-start; } }
  @media (max-width: 768px) {
    .home-modal-content {
      width: 80%;
      overflow: visible; } }
  @media (max-width: 480px) {
    .home-modal-content {
      width: 75%;
      overflow: visible; } }

.home-modal-img {
  width: 100%;
  cursor: pointer; }
  .home-modal-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    max-height: 75vh; }

.home-modal-close-icon {
  cursor: pointer;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px; }
  .home-modal-close-icon svg {
    display: flex;
    margin: 0 auto;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8); }
  @media (max-width: 768px) {
    .home-modal-close-icon {
      position: relative;
      margin-top: 40px;
      margin-bottom: 10px;
      width: 30px;
      height: 30px; } }

.gift_service_title {
  text-align: center;
  font-size: 24px;
  font-family: "Quicksand";
  font-weight: 500;
  color: #000000;
  opacity: 0.87; }

.git_service_sub {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  opacity: 0.87;
  width: 202px;
  margin: 15px auto 30px; }

.gift_service_btn {
  margin-top: 15px;
  width: 100%; }
  .gift_service_btn button {
    width: 100%; }

.gift_service_close_icon {
  display: flex;
  justify-content: flex-end; }

@media (max-width: 769px) {
  .show_data_price .item {
    max-width: 100% !important;
    flex-basis: 100% !important;
    margin-bottom: 10px; } }

.my__offer_bDesc {
  padding-bottom: 80px; }

.app_modal_body {
  padding: 15px;
  position: relative; }
  .app_modal_body .app_modal_closeIcon {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer; }
  .app_modal_body .app_modal_title {
    padding-bottom: 20px; }
  .app_modal_body .app_modal_btn {
    margin-top: 20px;
    text-align: center; }

.empty_list_title {
  text-align: center;
  margin: auto auto 25px; }

@media (max-width: 769px) {
  .myOffers_wrapper .myOffer_card {
    margin-bottom: 15px; }
    .myOffers_wrapper .myOffer_card .show_data_price .item {
      max-width: 100% !important;
      flex-basis: 100% !important; } }

.myOffers_wrapper .myOffer_card .card_body {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  padding: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .myOffers_wrapper .myOffer_card .card_body {
      width: 100% !important; } }
  .myOffers_wrapper .myOffer_card .card_body .card_title {
    width: 100%;
    max-width: 221px;
    color: #63727a;
    font-size: 18px;
    font-weight: 700;
    min-height: 54px; }
  .myOffers_wrapper .myOffer_card .card_body .offer_price_validity {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .myOffers_wrapper .myOffer_card .card_body .offer_price_validity .price {
      font-size: 20px;
      font-weight: 700;
      color: #63727a; }
    .myOffers_wrapper .myOffer_card .card_body .offer_price_validity span {
      color: #63727a;
      font-size: 14px;
      font-weight: 500;
      padding-left: 10px; }
  .myOffers_wrapper .myOffer_card .card_body .offer_btn {
    text-align: center;
    margin: 6px 0 0px;
    font-size: 14px;
    font-weight: 500; }
    .myOffers_wrapper .myOffer_card .card_body .offer_btn button {
      min-width: 8.5rem;
      margin-bottom: 0; }
    .myOffers_wrapper .myOffer_card .card_body .offer_btn a {
      min-width: 8.5rem; }

.MuiPaper-root .myOffer_popup_wrapper .steps {
  display: flex;
  justify-content: flex-end; }

.MuiPaper-root .myOffer_popup_wrapper .main-content {
  width: 350px;
  margin: 20px auto; }
  @media (max-width: 769px) {
    .MuiPaper-root .myOffer_popup_wrapper .main-content {
      width: 100%; }
      .MuiPaper-root .myOffer_popup_wrapper .main-content .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_container .this_title {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0 30px; }
    @media (max-width: 769px) {
      .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_container .this_title {
        font-size: 28px; }
        .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_container .this_title .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_price {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_price span {
      font-size: 14px;
      font-weight: 500;
      padding-left: 20px; }
      @media (max-width: 769px) {
        .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_price span {
          padding-left: 0px; }
          .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_price span .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_instruction {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0 20px; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content hr {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08); }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_holder_num {
    margin-bottom: 30px; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_payable_way .radio_select {
    margin: 0; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_payable_way .radio_label {
    color: white;
    font-size: 16px;
    font-weight: 500; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_payable_way label {
    font-size: 14px;
    font-weight: 400;
    color: white; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_payable_way .radio_select .custom-control-input:checked ~ .custom-control-label::before {
    color: white;
    border-color: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%);
    background: transparent; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .offer_payable_way .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 7px;
    left: -21px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f04e23 0%, #f04e23 10%, #f26322 30.55%, #f6871f 76.87%, #f7941d 99.95%, #f7941d 100%); }
  .MuiPaper-root .myOffer_popup_wrapper .main-content button {
    margin-top: 40px; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .price_details {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .price_details span {
      font-weight: 300; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .number_details p {
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 769px) {
      .MuiPaper-root .myOffer_popup_wrapper .main-content .number_details p {
        font-size: 16px; }
        .MuiPaper-root .myOffer_popup_wrapper .main-content .number_details p .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .otp_container {
    margin: 14px 0 0px; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .otp_container input {
      width: 72% !important;
      height: 38px; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .otp_container .otp_input {
      justify-content: space-between; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .footer_content {
    text-align: center;
    font-size: 16px;
    font-weight: 500; }
    @media (max-width: 769px) {
      .MuiPaper-root .myOffer_popup_wrapper .main-content .footer_content {
        font-size: 14px; }
        .MuiPaper-root .myOffer_popup_wrapper .main-content .footer_content .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .additional {
    margin-top: 30px;
    margin-bottom: 15px; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .common-margin {
    margin-top: 20px;
    margin-bottom: 20px; }
  .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper {
    text-align: center; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper h3 {
      font-size: 30px;
      font-weight: 500; }
      @media (max-width: 769px) {
        .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper h3 {
          font-size: 22px; }
          .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper h3 .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper span {
      color: #e5612c; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper .confirm_text {
      font-size: 16px;
      font-weight: 400; }
    .MuiPaper-root .myOffer_popup_wrapper .main-content .purchase_success_wrapper .input-group-text {
      color: #692c91 !important; }

.purple_color {
  color: #882c62; }

.data_single_options {
  font-size: 14px !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center; }
  .data_single_options svg {
    margin-right: 9px; }

.pointer {
  cursor: pointer; }

.data_single_modal_body .heading_icon {
  position: absolute;
  top: 21px;
  right: 21px; }

.data_single_modal_body svg {
  cursor: pointer; }

.data_single_modal_body h3 {
  color: #000000de;
  opacity: 0.87;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding: 7px 0 15px; }

.data_single_modal_body .rating {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4px; }
  .data_single_modal_body .rating .rating_stars span {
    margin-right: 15px; }
    .data_single_modal_body .rating .rating_stars span:last-of-type {
      margin-right: 0px; }

.data_single_modal_body .rating_comment {
  font-size: 14px;
  color: #0000008a;
  opacity: 0.84;
  text-align: center;
  height: 12px;
  margin-bottom: 17px; }

.data_single_modal_body button {
  padding: 12px 108px;
  margin-top: 20px;
  margin-bottom: 2px; }
  @media (max-width: 577px) {
    .data_single_modal_body button {
      width: 100%;
      padding: 12px 0; } }

.dashboard__wrap {
  background: none; }

.account_summary {
  padding-top: 4rem; }

.dash_feature_card_wrapper {
  padding: 15px;
  border-radius: 10px;
  position: relative;
  color: white;
  height: 160px; }
  .dash_feature_card_wrapper .card_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px; }
  .dash_feature_card_wrapper .act_balance p {
    margin-top: 20px;
    line-height: 23px; }
  .dash_feature_card_wrapper .act_balance span {
    font-size: 30px;
    font-weight: 700;
    padding-left: 10px; }
  .dash_feature_card_wrapper .icon {
    position: absolute;
    top: 55px;
    right: 15px;
    z-index: 1; }
  .dash_feature_card_wrapper .feature-card-btn {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%); }
  .dash_feature_card_wrapper button {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 11px 40px;
    min-width: 120px;
    line-height: 2px; }
  .dash_feature_card_wrapper .other_cat .card_subtitle {
    margin-top: 3px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    position: relative;
    width: 223px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 577px) {
      .dash_feature_card_wrapper .other_cat .card_subtitle {
        margin: auto; } }
  .dash_feature_card_wrapper .other_cat .card_numeric_data {
    font-size: 30px;
    margin-top: 4px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    position: relative; }
  .dash_feature_card_wrapper .postpaid_btn {
    display: flex; }
    .dash_feature_card_wrapper .postpaid_btn button {
      padding: 11px 5px !important;
      min-width: 100px; }
    .dash_feature_card_wrapper .postpaid_btn .btn_2 {
      background: transparent;
      margin-left: 10px;
      color: white;
      border: 1px solid white; }

.custom_padding_right {
  padding-right: 20px !important; }

.custom_padding_left {
  padding-left: 20px !important; }

.account_summary_wrapper {
  justify-content: space-between; }
  @media (max-width: 769px) {
    .account_summary_wrapper {
      display: flex !important;
      flex-direction: column !important; }
      .account_summary_wrapper .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }
  .account_summary_wrapper .single_cards {
    flex-basis: 23.6%; }
    @media (max-width: 769px) {
      .account_summary_wrapper .single_cards {
        margin-right: 0;
        margin-bottom: 15px; }
        .account_summary_wrapper .single_cards .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
  @media (max-width: 769px) {
    .account_summary_wrapper .dash_feature_card_wrapper {
      width: 100%; }
      .account_summary_wrapper .dash_feature_card_wrapper .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }

@media (max-width: 769px) {
  .user-dashboard-section .user-details-part {
    display: block;
    padding-left: 25px; }
    .user-dashboard-section .user-details-part .right__text {
      margin-top: 20px; }
    .user-dashboard-section .user-details-part .show_data_price .item {
      max-width: 100% !important;
      flex-basis: 100% !important; } }

.dashboard_data_details {
  margin-top: 20px;
  margin-bottom: 56px; }
  .dashboard_data_details .details_wrapper .details_heading {
    background-color: rgba(105, 44, 145, 0.1); }
    .dashboard_data_details .details_wrapper .details_heading p {
      color: #692c91;
      font-size: 20px;
      font-weight: 700;
      padding: 16px; }
  .dashboard_data_details .details_wrapper .main_details {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 5px 5px;
    padding: 30px; }
    @media (max-width: 577px) {
      .dashboard_data_details .details_wrapper .main_details {
        padding: 30px 6px; } }

.dashboard_data_list .single_list {
  display: flex;
  margin-bottom: 50px; }
  .dashboard_data_list .single_list .list_left_content {
    width: 70px;
    background: #ffffff;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px; }
    @media (max-width: 577px) {
      .dashboard_data_list .single_list .list_left_content {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 10px; } }
    @media (max-width: 577px) {
      .dashboard_data_list .single_list .list_left_content svg {
        width: 30px;
        height: 30px; } }
  .dashboard_data_list .single_list .list_right_content {
    width: 100%; }
    .dashboard_data_list .single_list .list_right_content .list_title {
      font-size: 15px;
      font-weight: 500;
      color: #000000;
      line-height: 28px;
      margin-bottom: 9px;
      word-break: break-word; }
    .dashboard_data_list .single_list .list_right_content .list_info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 769px) {
        .dashboard_data_list .single_list .list_right_content .list_info {
          align-items: flex-start; }
          .dashboard_data_list .single_list .list_right_content .list_info .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
      .dashboard_data_list .single_list .list_right_content .list_info .info_title {
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.38);
        margin-right: 2px; }
        .dashboard_data_list .single_list .list_right_content .list_info .info_title span {
          color: #692c91;
          font-size: 13px;
          font-weight: 700;
          opacity: 1; }
      .dashboard_data_list .single_list .list_right_content .list_info .list_cs {
        font-size: 14px;
        font-weight: 400; }
        @media (max-width: 577px) {
          .dashboard_data_list .single_list .list_right_content .list_info .list_cs {
            margin-top: 2px; } }
        .dashboard_data_list .single_list .list_right_content .list_info .list_cs span {
          font-weight: 700;
          opacity: 0.54; }
      @media (max-width: 769px) {
        .dashboard_data_list .single_list .list_right_content .list_info {
          flex-direction: column; }
          .dashboard_data_list .single_list .list_right_content .list_info .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
    .dashboard_data_list .single_list .list_right_content .data_used {
      margin-top: 6px; }
    .dashboard_data_list .single_list .list_right_content .custom_progress {
      height: 8px;
      border-radius: 100px; }

.custom_progress {
  background-color: #e5e5e5; }

.space_xx {
  margin-top: 36px !important; }

.activated_packs_wrapper {
  margin-bottom: 49px; }

.activated_pack_list_wrapper hr {
  margin-bottom: 25px; }
  .activated_pack_list_wrapper hr:last-child {
    display: none; }

.pack_icon {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  margin-right: 35px; }
  @media (max-width: 769px) {
    .pack_icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      margin-right: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .pack_icon .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }
  @media (max-width: 769px) {
    .pack_icon svg {
      width: 42px; }
      .pack_icon svg .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }

.single_pack {
  display: flex;
  align-items: center;
  padding-bottom: 25px; }
  .single_pack .pack_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1; }
    @media (max-width: 769px) {
      .single_pack .pack_info {
        flex-direction: column;
        align-items: flex-start; }
        .single_pack .pack_info .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
    .single_pack .pack_info .pack_title {
      color: #63727a;
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      width: 238px; }
      @media (max-width: 769px) {
        .single_pack .pack_info .pack_title {
          font-size: 18px;
          width: 100%;
          line-height: 23px;
          margin-bottom: 5px; }
          .single_pack .pack_info .pack_title .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
    .single_pack .pack_info .pack_expiry_date {
      color: #0000008a;
      font-size: 18px;
      font-weight: 400; }
      @media (max-width: 769px) {
        .single_pack .pack_info .pack_expiry_date {
          font-size: 16px;
          margin-bottom: 15px; }
          .single_pack .pack_info .pack_expiry_date .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
    .single_pack .pack_info .pack_btn {
      margin-bottom: 0;
      font-weight: 500;
      padding: 12px 70px; }
      @media (max-width: 769px) {
        .single_pack .pack_info .pack_btn {
          padding: 7px 40px; }
          .single_pack .pack_info .pack_btn .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }

.postpaid_data_wrapper .data_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }

.postpaid_data_wrapper .data_price {
  font-size: 30px;
  font-weight: 700;
  color: #f47920;
  line-height: 24px;
  margin-bottom: 20px; }

.postpaid_data_wrapper .bill_payable {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 769px) {
    .postpaid_data_wrapper .bill_payable {
      margin-bottom: 14px; }
      .postpaid_data_wrapper .bill_payable .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }

@media (max-width: 992px) {
  .postpaid_data_wrapper .space_x {
    margin-bottom: 14px; } }

.postpaid_data_wrapper .bill_label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px; }

.postpaid_data_wrapper .bill_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px; }
  @media (max-width: 992px) {
    .postpaid_data_wrapper .bill_info {
      flex-direction: column;
      align-items: flex-start; } }

.postpaid_data_wrapper .action_btn span {
  font-weight: 500; }

.postpaid_data_wrapper .bill_btn {
  margin-bottom: 0;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 38px; }

.postpaid_data_wrapper .past_bills_list {
  margin-top: 20px; }

.postpaid_data_wrapper .single_bill_wrapper {
  margin-bottom: 20px; }

.postpaid_data_wrapper .single_bill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 769px) {
    .postpaid_data_wrapper .single_bill {
      flex-direction: column;
      align-items: flex-start; }
      .postpaid_data_wrapper .single_bill .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }

.postpaid_data_wrapper .common_spacing {
  margin-left: 5px; }

.navigation_auth_user {
  color: white;
  font-weight: 500;
  font-size: 12px; }

.compare_pack_wrapper .compare_pack_header {
  background-color: #f4f4f4;
  padding: 18px;
  position: relative;
  margin-bottom: 46px; }
  .compare_pack_wrapper .compare_pack_header p {
    color: #1f1b5c;
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
  .compare_pack_wrapper .compare_pack_header .close_icon {
    position: absolute;
    top: 26px;
    right: 26px; }
    .compare_pack_wrapper .compare_pack_header .close_icon svg {
      cursor: pointer; }

.compare_pack_wrapper .compare_pack_body .pack_btn {
  margin-bottom: 0;
  padding: 10px 31px; }

.compare_pack_wrapper .MuiPaper-elevation1 {
  box-shadow: none !important; }

.compare_pack_wrapper .pack_action_btn {
  display: flex;
  justify-content: flex-end;
  margin: 20px; }
  .compare_pack_wrapper .pack_action_btn .compare_pack_icon {
    width: 48px;
    height: 48px;
    line-height: 45px;
    box-sizing: border-box;
    border-radius: 24px;
    text-align: center;
    margin-right: 10px; }
    .compare_pack_wrapper .pack_action_btn .compare_pack_icon img {
      width: 100%;
      height: 100%; }
    .compare_pack_wrapper .pack_action_btn .compare_pack_icon:last-child {
      margin-right: 0; }

.compare_pack_wrapper .MuiFab-root {
  background-color: #3f4045;
  box-shadow: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-right: 10px; }
  .compare_pack_wrapper .MuiFab-root:hover {
    text-decoration: none !important;
    background-color: #3f4045 !important; }

.compare_pack_wrapper .package_selector {
  width: 350px;
  margin: auto;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 577px) {
    .compare_pack_wrapper .package_selector {
      width: 100%; } }

.compare_pack_wrapper .compare_btn {
  text-align: center;
  margin-bottom: 50px; }
  .compare_pack_wrapper .compare_btn button {
    padding: 14px 44px; }

.compare_pack_wrapper .packs_not_found {
  color: #1f1b5c;
  font-weight: 500;
  text-align: center; }

.custom_selector {
  border-radius: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500; }

.custom_selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.custom_selector::-ms-expand {
  display: none; }

.star_rating {
  display: flex; }
  .star_rating button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px;
    margin-top: 0; }
  .star_rating .on {
    color: #000; }
  .star_rating .off {
    color: #ccc; }

.single_product_features {
  margin-top: 42px;
  position: relative; }
  .single_product_features .offer_title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 577px) {
      .single_product_features .offer_title_wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    .single_product_features .offer_title_wrapper span {
      margin-left: 5px;
      color: black;
      font-size: 14px;
      font-weight: 500; }
  .single_product_features .single_product_title p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 32px;
    margin-top: 0; }
  .single_product_features .inner_attributes {
    display: flex; }
    .single_product_features .inner_attributes .single_attributes {
      margin-right: 40px;
      max-width: 5.5rem;
      flex-basis: 5.5rem;
      text-align: center; }
      .single_product_features .inner_attributes .single_attributes img {
        margin-bottom: 17px; }
      .single_product_features .inner_attributes .single_attributes p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; }
  .single_product_features .product_price p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0; }
  .single_product_features .feature_options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .single_product_features .feature_options .feature_options_single {
      font-size: 14px;
      font-weight: 500;
      line-height: 17.5px;
      color: #000000de;
      padding-bottom: 6px;
      display: flex;
      align-items: center;
      margin-top: 0;
      margin-bottom: 0; }
    .single_product_features .feature_options svg {
      padding-right: 2px;
      margin-right: 8px; }
    .single_product_features .feature_options .muted {
      color: #0000008a;
      margin-right: 60px; }
      @media (max-width: 769px) {
        .single_product_features .feature_options .muted {
          margin-right: 25px; }
          .single_product_features .feature_options .muted .show_data_price .item {
            max-width: 100% !important;
            flex-basis: 100% !important; } }
    .single_product_features .feature_options .pr-58 {
      padding-right: 58px; }
    @media (max-width: 577px) {
      .single_product_features .feature_options .pr-0-custom {
        padding-right: 0; } }

.vas_single_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px; }
  .vas_single_header h2 {
    width: 640px;
    color: #000000de;
    font-size: 30px;
    font-weight: 500; }
    @media (max-width: 769px) {
      .vas_single_header h2 {
        margin-bottom: 10px;
        width: 100%; }
        .vas_single_header h2 .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
  @media (max-width: 577px) {
    .vas_single_header {
      align-items: flex-start;
      flex-direction: column; } }
  .vas_single_header .rating_section {
    display: flex;
    align-items: center; }
    .vas_single_header .rating_section span {
      margin-left: 12px;
      color: black;
      font-size: 14px;
      font-weight: 500; }

.check_packages {
  position: absolute;
  right: 10px;
  top: 69px; }
  .check_packages .MuiFormControlLabel-root {
    margin-right: 0;
    margin-bottom: 0; }

.profile_nav_wrapper {
  position: absolute;
  width: 100%;
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%);
  z-index: 22222222;
  min-height: 444px;
  top: 74px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 769px) {
    .profile_nav_wrapper {
      top: 60px; }
      .profile_nav_wrapper .show_data_price .item {
        max-width: 100% !important;
        flex-basis: 100% !important; } }
  @media screen and (max-width: 991px) and (min-width: 770px) {
    .profile_nav_wrapper {
      top: 44px; } }
  .profile_nav_wrapper .profile_image {
    width: 100px;
    height: 100px;
    margin-right: 17px; }
    .profile_nav_wrapper .profile_image img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .profile_nav_wrapper .profile_user_name {
    font-size: 24px;
    font-weight: 700;
    color: #1f1b5c;
    line-height: 28px; }
  .profile_nav_wrapper .inner_wrapper {
    cursor: default;
    padding: 40px; }
    .profile_nav_wrapper .inner_wrapper .profile_left_content {
      display: flex; }
    .profile_nav_wrapper .inner_wrapper .profile_number {
      margin-top: 16px;
      font-size: 18px;
      font-weight: 500;
      line-height: 16px;
      color: #000000; }
  .profile_nav_wrapper .profile_info {
    display: flex;
    text-align: justify; }
    @media (max-width: 769px) {
      .profile_nav_wrapper .profile_info {
        flex-direction: column; }
        .profile_nav_wrapper .profile_info .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
    .profile_nav_wrapper .profile_info .profile_left_content {
      flex-basis: 65%; }
    @media (max-width: 769px) {
      .profile_nav_wrapper .profile_info .photo_hide {
        display: none; }
        .profile_nav_wrapper .profile_info .photo_hide .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
    @media (max-width: 769px) {
      .profile_nav_wrapper .profile_info .hide_mt {
        margin-top: 5px; }
        .profile_nav_wrapper .profile_info .hide_mt .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
    .profile_nav_wrapper .profile_info .profile_links {
      margin-top: 46px !important;
      display: block !important; }
      .profile_nav_wrapper .profile_info .profile_links li {
        margin-left: 0 !important; }
        .profile_nav_wrapper .profile_info .profile_links li a {
          font-size: 15px;
          font-weight: 500;
          line-height: 20px;
          color: #1f1b5c;
          padding: 0 0 15px 0 !important; }
  .profile_nav_wrapper .profile_right_content .profile_sim_type {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px; }
  .profile_nav_wrapper .highlight {
    font-weight: 700 !important; }

.navLink_user:hover .profile_nav_wrapper {
  visibility: visible;
  opacity: 1; }

.survey_modal_body {
  color: #000000;
  position: relative;
  min-height: 454px; }
  .survey_modal_body .survey_header {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 20px;
    right: 20px; }
    .survey_modal_body .survey_header svg {
      cursor: pointer;
      width: 9px; }
  .survey_modal_body .survey_image {
    width: 360px;
    min-height: 454px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 360px; }
    @media (max-width: 769px) {
      .survey_modal_body .survey_image {
        width: 100%;
        min-width: 100%; }
        .survey_modal_body .survey_image .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
  .survey_modal_body .survey_body {
    display: flex; }
    @media (max-width: 769px) {
      .survey_modal_body .survey_body {
        flex-direction: column; }
        .survey_modal_body .survey_body .show_data_price .item {
          max-width: 100% !important;
          flex-basis: 100% !important; } }
    .survey_modal_body .survey_body .survey_content {
      margin-left: 40px;
      flex-grow: 1;
      margin-right: 20px;
      min-height: 454px; }
      @media (max-width: 577px) {
        .survey_modal_body .survey_body .survey_content {
          margin-left: 20px !important;
          margin-right: 13px !important; } }
      .survey_modal_body .survey_body .survey_content img {
        margin-top: 54px; }
      .survey_modal_body .survey_body .survey_content .survey_title {
        margin-top: 25px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 577px) {
          .survey_modal_body .survey_body .survey_content .survey_title {
            flex-direction: column; } }
        .survey_modal_body .survey_body .survey_content .survey_title h2 {
          color: #1f1b5c;
          font-size: 35px;
          line-height: 43.75px;
          font-weight: 700; }
          @media (max-width: 769px) {
            .survey_modal_body .survey_body .survey_content .survey_title h2 {
              font-size: 30px; }
              .survey_modal_body .survey_body .survey_content .survey_title h2 .show_data_price .item {
                max-width: 100% !important;
                flex-basis: 100% !important; } }
        .survey_modal_body .survey_body .survey_content .survey_title p {
          font-size: 18px;
          color: #1f1b5c; }
          .survey_modal_body .survey_body .survey_content .survey_title p span {
            font-weight: 700; }
      .survey_modal_body .survey_body .survey_content .survey_questions {
        min-height: 196px; }
        .survey_modal_body .survey_body .survey_content .survey_questions .question_title {
          color: #000000de;
          font-size: 16px;
          font-weight: 700;
          line-height: 25px;
          margin-bottom: 10px; }
          .survey_modal_body .survey_body .survey_content .survey_questions .question_title span {
            margin-right: 10px; }
        .survey_modal_body .survey_body .survey_content .survey_questions .answer_list {
          display: flex;
          flex-wrap: wrap; }
          .survey_modal_body .survey_body .survey_content .survey_questions .answer_list .survey_input {
            flex-grow: 1;
            flex-basis: 45%;
            margin-bottom: 30px; }
            @media (max-width: 577px) {
              .survey_modal_body .survey_body .survey_content .survey_questions .answer_list .survey_input {
                flex-basis: 40%; } }
            .survey_modal_body .survey_body .survey_content .survey_questions .answer_list .survey_input .custom-control-label {
              font-weight: 400;
              font-size: 14px;
              color: #000000de; }
              @media (max-width: 577px) {
                .survey_modal_body .survey_body .survey_content .survey_questions .answer_list .survey_input .custom-control-label {
                  font-size: 12px; } }
      .survey_modal_body .survey_body .survey_content .survey_footer {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .survey_modal_body .survey_body .survey_content .survey_footer button {
          padding: 12px 57px;
          margin-bottom: 19px; }
        .survey_modal_body .survey_body .survey_content .survey_footer p {
          text-transform: uppercase;
          text-decoration: underline;
          font-weight: 700;
          font-size: 16px;
          color: #000000de; }
          @media (max-width: 577px) {
            .survey_modal_body .survey_body .survey_content .survey_footer p {
              font-size: 13px; } }
      .survey_modal_body .survey_body .survey_content .MuiTypography-body1 {
        font-family: "Quicksand" !important;
        font-size: 14px;
        font-weight: 400; }
      .survey_modal_body .survey_body .survey_content .survey_checkbox_wrapper {
        flex-wrap: wrap; }
      .survey_modal_body .survey_body .survey_content .survey_checkbox {
        flex-grow: 1;
        flex-basis: 34%;
        margin-bottom: 30px; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #7a2976;
  background-color: #7a2976; }

.myOffer_pack_purchase_wrapper {
  position: relative; }
  .myOffer_pack_purchase_wrapper .close_offer {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    cursor: pointer; }
    @media (max-width: 577px) {
      .myOffer_pack_purchase_wrapper .close_offer svg {
        width: 16px; } }
    @media (max-width: 577px) {
      .myOffer_pack_purchase_wrapper .close_offer {
        top: 5px; } }
  .myOffer_pack_purchase_wrapper .request_box {
    margin-bottom: 0 !important;
    border-radius: 0px;
    padding: 2rem 3rem 2rem; }
    @media (max-width: 577px) {
      .myOffer_pack_purchase_wrapper .request_box {
        padding: 2rem 1rem; } }
    .myOffer_pack_purchase_wrapper .request_box .otp_box {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
    .myOffer_pack_purchase_wrapper .request_box .request_step {
      right: 70px; }
    .myOffer_pack_purchase_wrapper .request_box .short_desc {
      margin-bottom: 20px; }
    .myOffer_pack_purchase_wrapper .request_box .purchase_continue_btn {
      margin-bottom: 15px; }
    .myOffer_pack_purchase_wrapper .request_box .otp_resend_sec {
      text-align: center;
      margin-top: 15px; }
      .myOffer_pack_purchase_wrapper .request_box .otp_resend_sec p:first-child {
        margin-bottom: 20px; }
    .myOffer_pack_purchase_wrapper .request_box .msg_title {
      color: white;
      margin-bottom: 1.1rem; }
    .myOffer_pack_purchase_wrapper .request_box .tnx_id {
      color: #f04e23; }
      .myOffer_pack_purchase_wrapper .request_box .tnx_id span {
        color: white; }
    .myOffer_pack_purchase_wrapper .request_box .msg_desc {
      color: white;
      margin-top: 1.1rem; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mb-15 {
  margin-bottom: 15px; }

.user_nav_drawer {
  position: relative;
  z-index: 3333333333; }
  .user_nav_drawer .user_nav_header {
    background: linear-gradient(90deg, #221e67 0%, #5e1f70 24.95%, #7a2976 48.4%, #a3387d 82.83%, #b63f81 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .user_nav_drawer .drawer_main_content {
    padding: 20px; }
    .user_nav_drawer .drawer_main_content .drawer_main_header {
      display: flex; }
      .user_nav_drawer .drawer_main_content .drawer_main_header img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-right: 20px; }
    .user_nav_drawer .drawer_main_content .drawer_title {
      font-size: 24px;
      font-weight: 700;
      color: #1f1b5c;
      line-height: 28px; }
    .user_nav_drawer .drawer_main_content .user_phone_number {
      margin-top: 16px;
      font-size: 18px;
      font-weight: 500;
      line-height: 16px;
      color: #000000; }
    .user_nav_drawer .drawer_main_content .drawer_small_title {
      color: #000000de;
      font-size: 14px;
      font-weight: 400;
      line-height: 17.5px; }

.deep_blue_color {
  color: #1f1b5c !important; }

.troubled_tickets_wrapper {
  background: linear-gradient(0deg, #e2e3e4 0%, #ffffff 93.68%);
  padding: 60px 0; }
  .troubled_tickets_wrapper .tab__label {
    border-radius: 0 !important;
    font-size: 24px !important;
    color: #1f1b5c !important;
    font-weight: 500 !important;
    padding-left: 25px !important; }
    .troubled_tickets_wrapper .tab__label::before {
      left: 0;
      right: 0 !important;
      text-align: start !important;
      color: #1f1b5c; }
  .troubled_tickets_wrapper .content__wrap {
    padding-left: 45px !important; }
  .troubled_tickets_wrapper .ticket_category ul li {
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    cursor: pointer; }
    @media (max-width: 577px) {
      .troubled_tickets_wrapper .ticket_category ul li {
        padding-right: 35px; } }
    .troubled_tickets_wrapper .ticket_category ul li:last-child {
      padding-right: 0; }
  .troubled_tickets_wrapper .ticket_category .active {
    color: #ec155b; }
  .troubled_tickets_wrapper .ticket_list .single_ticket {
    margin-bottom: 20px; }
    .troubled_tickets_wrapper .ticket_list .single_ticket:last-child {
      margin-bottom: 0; }
    .troubled_tickets_wrapper .ticket_list .single_ticket .ticket_id {
      font-size: 14px;
      color: #1f1b5c;
      font-weight: 500;
      line-height: 2; }
    .troubled_tickets_wrapper .ticket_list .single_ticket .ticket_issue-date {
      font-size: 12px;
      line-height: 1;
      padding-bottom: 10px; }
    .troubled_tickets_wrapper .ticket_list .single_ticket .ticket_desc {
      font-size: 16px;
      color: #000000;
      font-weight: 400; }
    .troubled_tickets_wrapper .ticket_list .single_ticket .MuiAccordionSummary-content {
      font-size: 16px;
      color: #692c91;
      font-weight: 500; }
    .troubled_tickets_wrapper .ticket_list .single_ticket .ticket_status {
      font-size: 16px;
      color: #692c91;
      font-weight: 700; }
  .troubled_tickets_wrapper .ticket_list .remarks {
    font-size: 14px;
    padding-bottom: 20px; }

.accordion_wrapper .MuiAccordion-root {
  font-family: "Quicksand" !important; }

.accordion_wrapper .accordion_content {
  padding: 0 16px; }

.profile_lang_select {
  width: 330px; }
  @media (max-width: 577px) {
    .profile_lang_select {
      width: 230px; } }

.float-right {
  float: right; }

@media (max-width: 577px) {
  .profile__form .mobile-order-1 {
    margin-bottom: 16px; } }

.gift_service_textarea textarea {
  resize: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .gift_service_textarea textarea::placeholder {
    font-weight: 400;
    color: #00000061;
    line-height: 20px; }

.gift_service_textarea .msg_instruction {
  font-size: 12px !important;
  color: white !important;
  font-weight: 500;
  line-height: 20px; }

.survey_next_btn:disabled {
  cursor: not-allowed; }

.login_resend_otp {
  text-align: center;
  color: white;
  font-size: 14px; }

.login_btn:disabled {
  cursor: not-allowed; }

@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .single_cards {
    flex-basis: 49% !important;
    margin-bottom: 15px; }
  .account_summary_wrapper {
    flex-wrap: wrap; } }

@media screen and (min-device-width: 1200px) {
  .myOffers_wrapper .myOffer_card .card_body {
    width: 365px; } }

@media screen and (min-device-width: 768px) {
  .myOffers_wrapper .myOffer_card .card_body {
    height: 192px !important; } }

.related_offers_wrapper {
  margin-top: 35px; }
  .related_offers_wrapper h2 {
    color: #1f1b5c;
    font-weight: 500;
    font-size: 30px;
    line-height: 37.5px;
    text-transform: capitalize;
    margin-bottom: 40px; }

.related_offers {
  margin-bottom: 60px; }

@media (max-width: 577px) {
  .BTN_inlineTwo {
    flex-direction: column !important; } }

@media (max-width: 577px) {
  .BTN_inlineTwo a {
    width: 100%; } }

@media (max-width: 577px) {
  .BTN_inlineTwo a:first-child {
    margin-bottom: 20px; } }

.best_offer-noOffer-title {
  color: #c40d42 !important;
  font-size: 36px !important; }

.best_offer-noOffer-desc {
  line-height: 25px !important; }

.best_offer_btn {
  padding: 11px 114px; }
  @media (max-width: 992px) {
    .best_offer_btn {
      padding: 0.7rem; } }

.best_offer_time {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #63727a; }
  .best_offer_time span {
    color: #692c91; }

.best_offer_price {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #63727a; }
  @media (max-width: 577px) {
    .best_offer_price {
      font-size: 14px; } }

.best_offer_thumb {
  border-radius: 0px; }
  @media (max-width: 577px) {
    .best_offer_thumb {
      height: 70px; } }

.best_offer_cw {
  padding: 13px 10px !important; }

.best_offer_img {
  border-right: 0 !important;
  min-height: 125px !important; }

.request_price_benefits {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px; }
  @media (max-width: 577px) {
    .request_price_benefits {
      font-size: 18px; } }

.request_price_validity {
  color: #f47920;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.5px;
  display: flex;
  align-items: center; }
  @media (max-width: 577px) {
    .request_price_validity svg {
      width: 12px; } }
  @media (max-width: 577px) {
    .request_price_validity {
      font-size: 16px; } }

.best_offer_applicable {
  font-size: 12px;
  color: #ffffff;
  line-height: 15px;
  font-weight: 500;
  margin-left: 27px;
  padding-top: 2px;
  margin-bottom: 20px; }

.best_offer_content {
  justify-content: start !important; }

.best_offer_mp {
  margin-top: 12px;
  margin-bottom: 24px !important; }

.best_offer_ct {
  height: 40px !important;
  overflow: hidden; }

.BTN_inlineTwo a {
  width: 48% !important; }
  @media (max-width: 577px) {
    .BTN_inlineTwo a {
      width: 100% !important; } }

.gift_page_title {
  color: #1f1b5c;
  font-size: 30px;
  font-weight: 500;
  line-height: 37.5px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px; }

.select_gift_type {
  margin-bottom: 36px; }
  .select_gift_type ul {
    display: flex;
    justify-content: center; }
    .select_gift_type ul li {
      cursor: pointer;
      font-size: 18px;
      font-weight: 700;
      transition: all 0.2s ease-in-out; }
      .select_gift_type ul li:first-child {
        margin-right: 40px; }
      .select_gift_type ul li:hover {
        transform: scale(1.01);
        background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .select_gift_type ul .active {
      background: -webkit-linear-gradient(#ec155b, #e11a58, #d32054, #b02a48);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      position: relative; }
      .select_gift_type ul .active:hover {
        transform: scale(1); }
      .select_gift_type ul .active::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 1px;
        background: linear-gradient(180deg, #ec155b 0%, #e11a58 27.08%, #d32054 62.5%, #b02a48 100%);
        border-radius: 100px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }

.gift_card .img_part {
  min-height: 120px !important; }
  .gift_card .img_part img {
    border-radius: 0 !important;
    margin-right: 20px;
    margin-left: 12px; }

.gift_card .content_part {
  padding-left: 20px; }
  @media (max-width: 577px) {
    .gift_card .content_part {
      padding-left: 10px; } }

.gift_card .content_title {
  height: 40px;
  overflow: hidden; }

.gift_initial_state h6 {
  margin-top: 50px;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 500; }

.gift_initial_state h3 {
  font-size: 30px;
  line-height: 37.5px;
  font-weight: 500;
  margin-top: 29px; }
  @media (max-width: 577px) {
    .gift_initial_state h3 {
      font-size: 28px; } }

.gift_initial_state .gift_content {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 27px; }
  @media (max-width: 577px) {
    .gift_initial_state .gift_content {
      font-size: 20px; } }

.gift_initial_state .gift_validity {
  color: #f47920;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 500; }
  @media (max-width: 577px) {
    .gift_initial_state .gift_validity {
      font-size: 14px; } }

.gift_initial_state .offer_validity {
  margin-bottom: 26px; }

.gift_initial_state .gift_price {
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 500;
  margin-bottom: 30px; }
  @media (max-width: 577px) {
    .gift_initial_state .gift_price {
      font-size: 20px; } }

.gift_label {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  width: 208px; }

@media (max-width: 577px) {
  .gift_offer_span {
    font-size: 11px; } }

.gift_result_icon {
  text-align: center;
  margin-bottom: 25px; }

.best_offer .request_title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0.7rem; }
  @media (max-width: 577px) {
    .best_offer .request_title {
      font-size: 22px !important; } }

.best_offer .purchase_continue_btn {
  margin-bottom: 0 !important; }

.best_offer .request_price {
  margin-bottom: 0.8rem; }

.best_offer .request_type {
  margin-bottom: 0.5rem; }

.best_offer_info .request_title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0.7rem; }
  @media (max-width: 577px) {
    .best_offer_info .request_title {
      font-size: 22px !important; } }

.best_offer_info .purchase_continue_btn {
  margin-bottom: 0 !important; }

.best_offer_info input[type="number"]:disabled {
  background-color: #e9ecef;
  cursor: not-allowed; }

.best_offer_info .request_type {
  margin-bottom: 0.5rem; }

.app_modal_body {
  overflow-y: auto; }

.app_modal_body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.app_modal_body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; }

.app_modal_body::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border: 2px solid #d3d3d3;
  border-radius: 25px; }

.extra_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .extra_wrap p {
    color: white;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 23px;
    transition: all 0.2s ease-in-out; }
    .extra_wrap p:hover {
      color: #f5841f; }

.login_btn {
  font-size: 14px !important; }

.login_otp input {
  width: 76% !important; }

@media screen and (min-width: 770px) and (max-device-width: 850px) {
  .survey_image {
    height: auto !important; } }

@media screen and (max-width: 320px) {
  .drawer_main_content img {
    width: 70px !important;
    height: 70px !important; } }

@media screen and (min-width: 768px) and (max-device-width: 992px) {
  .profile_upload_btn {
    padding: 11px 35px !important; } }

.default_cursor {
  cursor: default; }

.forgot_password input {
  width: 80% !important;
  border-radius: 5px;
  border: none; }

@media (max-width: 769px) {
  .best_offer_topImg {
    padding-top: 25px; }
    .best_offer_topImg .show_data_price .item {
      max-width: 100% !important;
      flex-basis: 100% !important; } }

@media (max-width: 577px) {
  .best_offer_otp input {
    width: 65%;
    height: 25px; } }

.black {
  color: black !important; }

.gift_otp_wrapper {
  padding: 15px 20px 20px 20px; }
  .gift_otp_wrapper h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 32px; }
  .gift_otp_wrapper .gift_otp input {
    width: 73% !important;
    height: 32px;
    justify-content: center;
    margin: auto; }

.confirm_ok {
  padding: 0.5rem 1.8rem; }

.confirm_title {
  font-weight: 500;
  font-size: 18px; }

.profile_terms {
  margin-bottom: 0; }
  .profile_terms label {
    color: #1f1b5c !important; }
    .profile_terms label a {
      color: #7a2976; }

.profile_terms .custom-control-label::before {
  border: 1px solid #adb5bd; }

.profile_terms .custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #7a2976;
  background-color: #7a2976; }

.login_label a {
  color: #f6871f;
  text-decoration: underline !important; }

.login_admin_external {
  text-align: center;
  margin-top: 8px; }
  .login_admin_external p {
    color: white;
    font-size: 14px; }
    .login_admin_external p a {
      color: #f6871f;
      text-decoration: underline !important; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0; }

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

svg.leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px; }

.leaflet-container a {
  color: #0078a8; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */ }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline; }

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff; }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px; }

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858; }

.leaflet-popup-scrolled {
  overflow: auto; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

@charset "UTF-8";
.foundation__title {
  color: #000;
  font-size: 36px;
  margin-bottom: 48px;
  font-weight: 600; }

.foundation__sdg {
  margin: 48px 0; }
  .foundation__sdg .sdg_title {
    font-size: 32px;
    color: #f26322;
    font-weight: bold;
    margin-bottom: 18px; }

.our-vision-section {
  padding: 40px 0;
  background-color: #f8f8fc; }

.our-vision-section .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px; }

.our-vision-section .section-title {
  text-align: center;
  font-size: 3.5em;
  font-weight: 700;
  color: #2c2d67;
  margin-bottom: 50px; }

.our-vision-section .vision-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.our-vision-section .vision-card {
  width: calc(33.333% - 20px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 2rem;
  position: relative; }

.our-vision-section .vision-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2c2d67;
  z-index: -1;
  transition: width 0.3s ease; }

.our-vision-section .vision-card:hover::before {
  width: 100%; }

.our-vision-section .vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }

.our-vision-section .vision-card .vision-card-wrapper {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1; }

.our-vision-section .vision-card .vision-card-content {
  padding: 2rem;
  position: relative;
  z-index: 1;
  color: inherit;
  transition: color 0.3s ease; }

.our-vision-section .vision-card:hover .vision-card-content {
  color: white; }

.our-vision-section .vision-card .vision-card-content h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #f26322;
  margin-bottom: 20px;
  transition: color 0.3s ease; }

.our-vision-section .vision-card:hover .vision-card-content h3 {
  color: #e4002b; }

.our-vision-section .vision-card .vision-card-content p {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease; }

.our-vision-section .vision-card:hover .vision-card-content p {
  color: white; }

.our-vision-section .section-title {
  text-align: center;
  font-size: 3.5em;
  font-weight: 700;
  color: #2c2d67;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .our-vision-section .section-title {
      font-size: 3.5em;
      margin-bottom: 60px; } }
  @media (max-width: 1200px) {
    .our-vision-section .section-title {
      font-size: 3.5em;
      margin-bottom: 50px; } }
  @media (max-width: 992px) {
    .our-vision-section .section-title {
      font-size: 3em;
      margin-bottom: 45px; } }
  @media (max-width: 768px) {
    .our-vision-section .section-title {
      font-size: 2.5em;
      margin-bottom: 40px; } }
  @media (max-width: 480px) {
    .our-vision-section .section-title {
      font-size: 2em;
      margin-bottom: 35px; } }

/* Responsive styles */
@media (max-width: 1200px) {
  .our-vision-section .vision-card {
    width: calc(50% - 20px); } }

@media (max-width: 768px) {
  .our-vision-section .vision-card {
    width: calc(100% - 20px); }
  .our-vision-section .vision-card .vision-card-content {
    padding: 1.25rem; }
  .our-vision-section .vision-card .vision-card-content h3 {
    font-size: 2rem; }
  .our-vision-section .vision-card .vision-card-content p {
    font-size: 1rem; } }

.foundation__title {
  color: #2c2d67;
  font-size: 3.5em;
  margin-bottom: 48px;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .foundation__title {
      font-size: 4em;
      margin-bottom: 60px; } }
  @media (max-width: 1200px) {
    .foundation__title {
      font-size: 3.5em;
      margin-bottom: 48px; } }
  @media (max-width: 992px) {
    .foundation__title {
      font-size: 3em;
      margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .foundation__title {
      font-size: 2.5em;
      margin-bottom: 35px; } }
  @media (max-width: 480px) {
    .foundation__title {
      font-size: 2em;
      margin-bottom: 30px; } }

.focus__areas {
  padding: 40px 0;
  background: #f8f8fc; }
  .focus__areas .container {
    max-width: 2500px;
    width: 95%;
    margin: 0 auto; }
  .focus__areas__title {
    color: #000;
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 600;
    text-align: center; }
  .focus__areas .slick-slider {
    width: 100%;
    padding: 0 60px; }
    .focus__areas .slick-slider .slick-prev,
    .focus__areas .slick-slider .slick-next {
      z-index: 1; }
      .focus__areas .slick-slider .slick-prev:before,
      .focus__areas .slick-slider .slick-next:before {
        color: #6a2c91;
        font-size: 25px; }
    .focus__areas .slick-slider .slick-prev {
      left: 10px; }
    .focus__areas .slick-slider .slick-next {
      right: 10px; }
  .focus__areas_card {
    margin: 0 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .focus__areas_card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); }
    .focus__areas_card .img_part {
      height: 30vh;
      overflow: hidden; }
      .focus__areas_card .img_part img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .focus__areas_card .content {
      padding: 30px; }
      .focus__areas_card .content_title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 15px;
        color: #2c2d67; }
      .focus__areas_card .content_description {
        font-size: 12px;
        color: #666;
        margin-bottom: 20px;
        line-height: 1.5; }
      .focus__areas_card .content_cta a {
        color: #000;
        font-weight: 600;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.2s ease; }
        .focus__areas_card .content_cta a:after {
          content: " \2192";
          transition: margin-left 0.3s ease; }
        .focus__areas_card .content_cta a:hover {
          color: #d54b0d; }
          .focus__areas_card .content_cta a:hover:after {
            margin-left: 8px; }
  .focus__areas .focus__areas_card {
    margin: 0 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(100% - 40px); }
    .focus__areas .focus__areas_card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); }
  @media (max-width: 768px) {
    .focus__areas .focus__areas_card {
      width: calc(100% - 20px);
      margin: 0 10px; } }
  @media (max-width: 576px) {
    .focus__areas .focus__areas_card {
      width: calc(100% - 15px);
      margin: 0 7.5px; } }
  @media (max-width: 480px) {
    .focus__areas .focus__areas .focus__areas_card {
      width: calc(100% - 10px);
      margin: 0 auto;
      max-width: 360px; } }
  @media (max-width: 375px) {
    .focus__areas .focus__areas .focus__areas_card {
      width: calc(100% - 5px);
      margin: 0 auto;
      max-width: 355px; } }

.foundation_slider {
  position: relative; }
  .foundation_slider .slick-slider .slick-dots {
    bottom: 15px; }
    .foundation_slider .slick-slider .slick-dots li button:before {
      color: #6a2c91;
      opacity: 1;
      top: -1px;
      left: -1px; }
    .foundation_slider .slick-slider .slick-dots li.slick-active {
      border: 1px solid #6a2c91;
      border-radius: 50%; }
  .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container {
    position: relative;
    overflow: hidden; }
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .slider__img,
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .mobile__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .mobile__img {
      display: none; }
  .foundation_slider .controll__btn__section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1; }
    .foundation_slider .controll__btn__section .button {
      padding: 0px;
      font-family: monospace;
      border: none;
      background: transparent; }
      .foundation_slider .controll__btn__section .button:focus {
        outline: none; }

@media (max-width: 991px) {
  .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container {
    height: 0;
    padding-top: 75%; }
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .slider__img,
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .mobile__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (max-width: 767px) {
  .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container {
    height: 0;
    padding-top: 100%; }
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .slider__img,
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .mobile__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .slider__img {
      display: none; }
    .foundation_slider .slick-slider .slick-list .slick-track .slick-slide .sliderHome__container .mobile__img {
      display: block; } }

/* Media queries from the original CSS */
@media (max-width: 991px) {
  .slider__over--contentSec {
    left: 30%; }
    .slider__over--contentSec h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 15px; }
    .slider__over--contentSec p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 25px; }
    .slider__over--contentSec .slide--exploreBtn .btn_colorful {
      padding: 10px 10px 10px 10px;
      min-width: 10.5rem;
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 767px) {
  .slider__over--contentSec {
    left: 35%; }
    .slider__over--contentSec h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 15px; }
    .slider__over--contentSec p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 25px; }
    .slider__over--contentSec .slide--exploreBtn .btn_colorful {
      padding: 10px 10px 10px 10px;
      min-width: 10.5rem;
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 575px) {
  .slider__over--contentSec {
    left: 40%; }
    .slider__over--contentSec h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 15px; }
    .slider__over--contentSec p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 25px; }
    .slider__over--contentSec .slide--exploreBtn .btn_colorful {
      padding: 10px 10px 10px 10px;
      min-width: 10.5rem;
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 489px) {
  .slider__over--contentSec {
    left: 38%; }
    .slider__over--contentSec h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 10px; }
    .slider__over--contentSec p {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 20px; }
    .slider__over--contentSec .slide--exploreBtn .btn_colorful {
      padding: 10px 10px 10px 10px;
      min-width: 10.5rem;
      font-size: 14px;
      line-height: 18px;
      margin-top: 0px !important; } }

@media (max-width: 399px) {
  .slider__over--contentSec {
    left: 43%; }
    .slider__over--contentSec h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 10px; }
    .slider__over--contentSec p {
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 20px; }
    .slider__over--contentSec .slide--exploreBtn .btn_colorful {
      padding: 10px 10px 10px 10px;
      min-width: 10.5rem;
      font-size: 14px;
      line-height: 18px;
      margin-top: 0px !important; } }

.controll__btn__section_foundation {
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .controll__btn__section_foundation .button {
    z-index: 9999;
    padding: 0px;
    font-family: monospace;
    border: none;
    background: transparent; }
    .controll__btn__section_foundation .button:focus {
      outline: none; }

.slider__item {
  height: 600px;
  background-color: #f8f8fa; }

.slider__content {
  display: flex;
  height: 100%; }

.slider__text {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.slider__title {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px; }

.slider__description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px; }

.slider__cta {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f26322;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease; }
  .slider__cta:hover {
    background-color: #d54b0d; }

.slider__image {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.slider__controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  /* Add this to ensure controls don't interfere with other elements */ }

.slider__control {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  pointer-events: all;
  /* Add this to ensure buttons are clickable */
  z-index: 10; }
  .slider__control:hover {
    background-color: rgba(0, 0, 0, 0.7); }

@media (max-width: 768px) {
  .slider__content {
    flex-direction: column; }
  .slider__text,
  .slider__image {
    flex: none; }
  .slider__text {
    padding: 40px 20px; }
  .slider__title {
    font-size: 2rem; }
  .slider__description {
    font-size: 1rem; } }

/* Foundation nav menu */
.foundation-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f26322;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  outline: none; }

.foundation-button:hover {
  background-color: #6a2c91;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

/* Responsive styles */
@media (max-width: 768px) {
  .foundation-button {
    padding: 8px 16px;
    font-size: 14px; } }

@media (max-width: 480px) {
  .foundation-button {
    padding: 6px 12px;
    font-size: 12px; } }

@media (max-width: 375px) {
  /* Adjust based on the device size you're targeting */
  .foundation-button {
    display: none;
    /* Hide the button outside the hamburger menu */ }
  .hamburger_menu .foundation-button {
    display: block;
    /* Show the button inside the hamburger menu */
    margin-top: 1rem;
    /* Adjust margin or padding as needed */
    width: 100%;
    /* Full width or adjust as necessary */ } }

/* Foundation nav menu */
.foundation-header .navbar_items.foundation-nav {
  flex-grow: 1;
  display: flex;
  justify-content: center; }
  .foundation-header .navbar_items.foundation-nav ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-right: 20vw; }
    .foundation-header .navbar_items.foundation-nav ul li {
      margin: 0 15px; }
      .foundation-header .navbar_items.foundation-nav ul li a {
        color: #2c2d67;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        transition: color 0.3s ease;
        position: relative;
        padding: 10px 0; }
        .foundation-header .navbar_items.foundation-nav ul li a:hover {
          color: #f26322; }
        .foundation-header .navbar_items.foundation-nav ul li a:after {
          content: "";
          position: absolute;
          width: 0;
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: #f26322;
          transition: width 0.3s ease; }
        .foundation-header .navbar_items.foundation-nav ul li a:hover:after {
          width: 100%; }

/* Adjust logo, navbar items, and foundation button for screens between 770px and 1250px */
@media (max-width: 1250px) and (min-width: 770px) {
  .foundation-header .site_logo_foundation {
    max-width: 50px;
    flex-basis: 50px; }
  .foundation-header .navbar_items.foundation-nav ul {
    padding-right: 10vw; }
    .foundation-header .navbar_items.foundation-nav ul li {
      margin: 0 8px; }
      .foundation-header .navbar_items.foundation-nav ul li a {
        font-size: 13px;
        padding: 7px 0; }
  .foundation-header .foundation-button {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 4px; } }

/* Additional adjustments for screens below 1000px */
@media (max-width: 1000px) and (min-width: 770px) {
  .foundation-header .site_logo_foundation {
    max-width: 40px;
    flex-basis: 40px; }
  .foundation-header .navbar_items.foundation-nav ul {
    padding-right: 8vw; }
    .foundation-header .navbar_items.foundation-nav ul li {
      margin: 0 6px; }
      .foundation-header .navbar_items.foundation-nav ul li a {
        font-size: 12px;
        padding: 6px 0; }
  .foundation-header .foundation-button {
    padding: 6px 14px;
    font-size: 12px;
    line-height: 1.1;
    border-radius: 3px; } }

@media (max-width: 768px) {
  .foundation-header .navbar_items.foundation-nav {
    display: none; } }

.page__title_lead {
  margin: 0 0 15px;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .page__title_lead h2 {
    font-style: normal;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 2.5rem; }
    @media (max-width: 577px) {
      .page__title_lead h2 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 1.5rem; } }

.form-and-map-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px; }

.section-wrapper {
  flex: 0 0 calc(50% - 10px);
  transition: all 0.3s ease; }
  .section-wrapper.full-width {
    flex: 0 0 100%;
    order: -1; }

.reveal-button {
  width: 100%;
  background-color: #91357b;
  color: white;
  border: 2px solid white;
  border-radius: 15px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 20px 0; }
  .reveal-button:hover {
    background-color: #6c275b; }

.lead-form-container {
  background-color: #91357b;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 300px; }

.map-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  .map-container h2 {
    margin: 0 0 15px;
    color: #1f1b5c;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.form-and-map-container:has(.section-wrapper.full-width) .section-wrapper:not(.full-width) {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px; }
  .form-and-map-container:has(.section-wrapper.full-width) .section-wrapper:not(.full-width) .reveal-button {
    width: calc(50% - 10px); }

@media (max-width: 768px) {
  .section-wrapper {
    flex: 0 0 100%; } }

.lead-form-container h2 {
  color: white;
  margin-bottom: 20px; }

.lead-form-container form {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .lead-form-container form input,
  .lead-form-container form select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px; }
  .lead-form-container form button {
    background-color: #f04e23;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s; }
    .lead-form-container form button:hover {
      background-color: #d2370e; }
  .lead-form-container form .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .lead-form-container form .form-check .form-check-input {
      appearance: none;
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      border: 2px solid white;
      border-radius: 4px;
      margin-right: 10px;
      cursor: pointer;
      position: relative;
      transform: scale(0.8); }
      .lead-form-container form .form-check .form-check-input:checked {
        background-color: #f04e23;
        border-color: #f04e23; }
        .lead-form-container form .form-check .form-check-input:checked:after {
          content: "\2714";
          font-size: 14px;
          color: white;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .lead-form-container form .form-check .form-check-label {
      color: white;
      position: relative; }
      .lead-form-container form .form-check .form-check-label .privacy-link {
        color: #f6871f;
        text-decoration: underline;
        cursor: pointer; }
        .lead-form-container form .form-check .form-check-label .privacy-link:hover {
          color: #d2370e; }
      .lead-form-container form .form-check .form-check-label .required-asterisk {
        color: white;
        display: inline-block;
        margin-left: 2px;
        font-size: 1.2em;
        vertical-align: top; }

.error-message {
  color: #ffa07a;
  font-size: 0.8em;
  margin-top: 5px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px; }

.inner-map {
  flex-grow: 1;
  width: 100%;
  height: calc(100% - 60px);
  min-height: 300px; }

.banner_fn {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden; }
  .banner_fn .banner__content_fn {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0; }
  .banner_fn .banner__text_fn {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
    background-color: white;
    color: white; }
    .banner_fn .banner__text_fn h1 {
      font-size: 3.5rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      line-height: 1.2;
      color: orangered; }
    .banner_fn .banner__text_fn p {
      font-size: 1.2rem;
      line-height: 1.6;
      margin: 0;
      color: black; }
  .banner_fn .banner__image_fn {
    flex: 1;
    height: 100%;
    margin: 0; }
    .banner_fn .banner__image_fn picture {
      height: 100%; }
    .banner_fn .banner__image_fn img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (max-width: 1024px) {
  .banner_fn {
    height: auto; }
    .banner_fn .banner__content_fn {
      flex-direction: column-reverse; }
    .banner_fn .banner__text_fn,
    .banner_fn .banner__image_fn {
      flex: none;
      width: 100%; }
    .banner_fn .banner__text_fn {
      padding: 0.5rem; }
      .banner_fn .banner__text_fn h1 {
        font-size: 2.5rem; }
      .banner_fn .banner__text_fn p {
        font-size: 1rem;
        max-width: 100%;
        margin: 0; }
    .banner_fn .banner__image_fn {
      height: 300px; } }

