.container-s.planHolder {
  position: relative;
}
.planHeader {
  background-color: #000050;
  color: #fff;
  position: absolute;
  height: 392px;
  margin-top: 25px;
}
.planBody {
  position: relative;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0px 80px;
}
.planHeadBlock {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.planMainText {
  font-family: Mobily_Headline_Regular_v6;
  font-weight: 400;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 56px;
  letter-spacing: 0%;
  text-align: justify;
  color: #ffffff;
}
.planSubText {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: justify;
  color: #ffffff;
}
.planSelection {
  height: 52px;
  opacity: 1;
  border-radius: 24px;
  padding: 6px;
  background: var(--segmented-control-fill-background, #e6e9ee);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: fit-content;
  /*gap: 10px; removed for centeralizing the text uniformly - Defect ID CDT-1415*/
}
.planSelectionTab {
  padding: 0px 21.5px;
  opacity: 1;
  font-weight: 400;
  /*font-style: Bold; part of (removed for centeralizing the text uniformly - Defect ID CDT-1415)*/
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  white-space: nowrap;
  color: #565e63;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #d5d8df;
  border-radius: 2px;
  border-bottom: 3px solid transparent;
}
.planSelectionTab:last-child {
  border-right: none;
}
.planSelectionTab.selected {
  height: 40px;
  padding: 8px 21.5px;
  opacity: 1;
  border-radius: 24px;
  background: var(--segmented-control-fill-option, #ffffff);
  font-weight: 400;
  /*font-style: Bold; part of (removed for centeralizing the text uniformly - Defect ID CDT-1415)*/
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #1061ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: none;
}
.planCardHolder {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.planCard {
  z-index: 998;
  display: flex;
  flex-direction: column;
  /* background: var(--Surface-Base, #fafafb); */
  box-shadow: 0px 4px 16px 0px var(--ShadowSurface);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  width: 343px;
  /* height: 528px; */
  opacity: 1;
  border-radius: 16px;
  position: relative;
}
.planCard span.tag {
  z-index: 1001;
  position: absolute;
  top: -12px;
  right: 16px;
  padding: 8px 12px;
  border-radius: 8px;
  /* font-weight: 700; */
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #1061ff;
}
.planCard .header {
  height: 132px;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  color: #fff;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  /*text-align: justify;*/
}
.planCard .header.raqiPlan {
  background: linear-gradient(
    40.94deg,
    #41001e -7.43%,
    #000050 59.03%,
    #1061ff 105.54%
  );
}
.planCard .header.defaultPlan {
  background: linear-gradient(199.42deg, #000050 2.14%, #1061ff 79.56%);
}
.planCard .header.prePaid, .planCard .header.visitor {
  background: linear-gradient(226.82deg, #45DDE6 -0.91%, #1061FF 82.1%);
}
.planCard .header.flex {
  background: linear-gradient(45deg, #41001E 0%, #FF5A3C 100%);
}
.planCard .duration {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.vat {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #bbbbbb;
}
.header.visitor .subTitle .vat{color:#FFFFFF66 !important;}
.planCard .body {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 8px;
  background: #ffffff;
  overflow: hidden;
}
.planCard .body.defaultPlan,.planCard .body.raqiPlan {
  height: 342px;
}
.planCard .body.prePaid,.planCard .body.visitor,.planCard .body.flex {
  height: 212px;
}
.planCard .body .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.planCard .body .content .items {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-direction: row;
  font-family: Font Family/Body;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
.planCard .body .content .items span {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 10px;
  color: #565e63;
}
.planCard .body .content .items div {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-direction: row;
}
.planCard .body .content .items .platforms,
.benefitItemCard .itemHolder .platforms {
  display: flex;
  flex-direction: row !important;
  gap: 16px;
  margin-left: 32px;
}
.benefitItemCard .itemHolder .platforms {
  margin-left: 0 !important;
}
/* Target the image specifically to prevent disappearing */
.filled img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  clip-path: path("M0,12 C0,2 2,0 12,0 S24,2 24,12 S22,24 12,24 S0,22 0,12");
  object-fit: cover;
}

/* Ensure the container doesn't interfere */
.filled {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  /*! align-items: center; */
  overflow: visible; /* Changed from hidden to prevent clipping issues */
}
.planCard .body .content .items .platforms .empty.symbol {
  border: none;
}
.empty.more {
  background: #1061ff14;
  width: 24px;
  height: 24px;
  opacity: 1;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #565e63;
}
.planCard .footer {
  border-top: 1px solid #1262911a;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 16px;
}
.planCard .footer .price {
  display: flex;
  flex-direction: row;
  gap: 6px;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  align-items: center;
  color: #1061ff;
}
.selectPlanBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 18px;
  height: 36px;
  font-style: Bold;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
}
.planCard .footer .selectPlanBtn {
  background: #1061ff1a;
  color: #1061ff;
}
.planDetailsHeader {
  background: linear-gradient(199.42deg, #000050 2.14%, #1061ff 79.56%);
  color: #fff;
  height: 332px;
  display: inline-block;
  margin-top: 5px;
  padding: 32px 0px;
}
.planDetailsHeader.flexplus {
  background: linear-gradient(45deg, #41001E 0%, #FF5A3C 100%);
}
.planDetailsHeader.prepaid {
  background: linear-gradient(226.82deg, #45DDE6 -0.91%, #1061FF 82.1%);
}
.section {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.planDetailsHeader .titleHolder {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.planDetailsBody {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.planDetailsHeader .price {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  font-weight: 700;
  font-style: Bold;
}
.planDetailsHeader .selectPlanBtn {
  background: #000050;
  color: #ffffff;
}
.planDetailsBg {
  background-color: #f2f4f8;
  color: #000050;
}
.bodyTitleHolder {
  display: flex;
  flex-direction: column;  gap: 8px;
}
.bodyTitleHolder .description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  font-weight: 400;
  font-style: Regular;
}
.benefitItemCardHolder {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.benefitItemCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 416px;
  height: 240px;
  gap: 24px;
  border-radius: 16px;
  padding: 24px;
  border-width: 1px;
  border: 1px solid #0000501a;
  background-color: #ffffff;
}
.benefitItemCard a {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #1061ff;
}
.urlHolder {
  display: none;
  gap: 8px;
}
.arrow-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231061FF' d='M9.71 4.29a1 1 0 0 1 1.41 0l5.4 5.4a1 1 0 0 1 0 1.41l-5.4 5.45a1 1 0 1 1-1.41-1.41l3.71-3.72H5a1 1 0 0 1 0-2h8.42L9.71 5.71a1 1 0 0 1 0-1.42z'/%3E%3C/svg%3E");
}
.benefitItemCard .itemHolder {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.benefitItemCard .itemHolder div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefitItemCard .itemHolder div.pre-selected {
  flex-direction: row !important;
}
 /*check the defect fix CDT-1484 below*/
.benefitItemCard .title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 700;
  font-style: Regular;
  color: #868d95;
}
.benefitItemCard .value {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #171c1d;
}
.moreInfo {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #000000;
}
.accordianHolder {
  overflow: hidden;
  border-radius: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #565e63;
}
.accordianHolder .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  background-color: #fff;
  padding: 16px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  margin-top: 1px;
}
.accordianHolder .answer {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.accordianHolder .answer.open {
  max-height: max-content;
  padding-bottom: 18px;
  background-color: #fff;
  padding: 16px;
}
.accordianHolder .answer li {
  list-style-position: inside;
}

/* Arrow icon */
.arrowDown {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.accordianHolder .question.active .arrowDown {
  transform: rotate(45deg);
}
.icon {
  width: 16px;
  height: 16px;
  fill: #868d95;
}
.icon--lg {
  width: 24px;
  height: 24px;
}
.icon--primary {
  fill: #e60000;
}
.icon-arrow-right {
  width: 7px;
  height: 12px;
  background-color: #1061ff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3E%3Cpath d='M.75 11.25 6 6 .75.75' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3E%3Cpath d='M.75 11.25 6 6 .75.75' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.icon-plus {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath d='M16.5 19.5H9c-.425 0-.781-.144-1.069-.431A1.457 1.457 0 0 1 7.5 18c0-.425.144-.781.431-1.069.288-.287.644-.431 1.069-.431h7.5V9c0-.425.144-.781.431-1.069.288-.287.644-.431 1.069-.431.425 0 .781.144 1.069.431.287.288.431.644.431 1.069v7.5H27c.425 0 .781.144 1.069.431.287.288.431.644.431 1.069 0 .425-.144.781-.431 1.069-.288.287-.644.431-1.069.431h-7.5V27c0 .425-.144.781-.431 1.069-.288.287-.644.431-1.069.431-.425 0-.781-.144-1.069-.431A1.457 1.457 0 0 1 16.5 27v-7.5Z' fill='%231061FF'/%3E%3C/svg%3E");
}
/*commented due to conflict in details page under subscription .subscriptions {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M9.24 11.944 12.56 9.883c.24-.155.36-.376.36-.661s-.12-.506-.36-.661L9.24 6.5c-.267-.169-.54-.181-.82-.039S8 6.831 8 7.142v4.161c0 .311.14.538.42.681s.553.13.82-.039ZM3.6 15.444c-.44 0-.817-.152-1.13-.457A1.507 1.507 0 0 1 2 13.889V4.556c0-.428.157-.794.47-1.099C2.783 3.152 3.16 3 3.6 3h12.8c.44 0 .817.152 1.13.457.313.305.47.671.47 1.099v9.333c0 .428-.157.794-.47 1.099-.313.305-.69.457-1.13.457h-3.2v.778c0 .221-.077.405-.23.554-.153.149-.343.223-.57.223H7.6c-.227 0-.417-.074-.57-.223-.153-.149-.23-.333-.23-.554v-.778H3.6Zm0-1.556h12.8V4.556H3.6v9.332Z'/%3E%3C/svg%3E");
} */

.family-line {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M14 16V4H8.318L6 7.146v3.867c0 .552-.448 1-1 1s-1-.448-1-1V6.982c0-.32.102-.632.292-.89l2.565-3.483.113-.137A1.77 1.77 0 0 1 8.065 2H14c1.105 0 2 .895 2 2v12c0 1.105-.895 2-2 2H5a1 1 0 1 1 0-2h9Z'/%3E%3C/svg%3E");
}
.free-mobily-pay-card {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M18 5.5v9c0 .403-.147.754-.441 1.052-.294.299-.647.448-1.059.448h-13c-.403 0-.753-.149-1.052-.448A1.43 1.43 0 0 1 2 14.5v-9c0-.403.149-.753.448-1.052C2.747 4.149 3.097 4 3.5 4h13c.412 0 .765.149 1.059.448C17.853 4.747 18 5.097 18 5.5ZM3.5 7h13V5.5h-13V7Zm0 7.5h13v-6h-13v6Z'/%3E%3C/svg%3E");
}

.free-device {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M13 2c1.105 0 2 .895 2 2v12c0 1.105-.895 2-2 2H6a1 1 0 1 1 0-2h7V4H7v7c0 .552-.448 1-1 1s-1-.448-1-1V4c0-1.105.895-2 2-2h6Zm-3 10c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1Z'/%3E%3C/svg%3E");
}

.free-unique-number {
  width: 20px;
  height: 20px;
  background-color: #868d95;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 11.905l1.545.931c.155.085.3.075.434-.031.134-.106.18-.236.138-.391l-.423-1.734 1.352-1.176c.129-.12.169-.261.12-.424-.049-.163-.159-.251-.329-.264l-1.774-.141-.698-1.649c-.066-.161-.186-.242-.359-.242-.173 0-.293.081-.36.242l-.7 1.649-1.781.141c-.171.013-.281.101-.33.264-.048.163-.008.304.121.424l1.352 1.176-.423 1.734c-.042.155.004.285.138.391.134.106.279.116.434.031L10 11.905Zm-2.54 4.19H5.434a1.53 1.53 0 0 1-1.08-.45 1.47 1.47 0 0 1-.45-1.08V12.54L2.444 11.08A1.53 1.53 0 0 1 2 10c0-.193.035-.382.106-.568.07-.186.183-.356.338-.511L3.905 7.46V5.434c0-.42.15-.78.45-1.08.299-.3.659-.45 1.079-.45H7.46L8.92 2.444A1.53 1.53 0 0 1 10 2c.193 0 .382.035.568.106.186.07.356.183.511.338l1.46 1.46h2.026c.42 0 .78.15 1.08.45.3.299.45.659.45 1.079V7.46l1.46 1.46c.155.155.268.325.338.511.071.186.106.375.106.568 0 .193-.035.382-.106.568a1.53 1.53 0 0 1-.338.511l-1.46 1.46v2.026c0 .42-.15.78-.45 1.08-.299.3-.659.45-1.079.45H12.54l-1.46 1.46A1.53 1.53 0 0 1 10 18a1.53 1.53 0 0 1-1.08-.45l-1.46-1.46Zm.635-1.524L10 16.476l1.905-1.905h2.666v-2.666L16.476 10l-1.905-1.905V5.429h-2.666L10 3.524 8.095 5.429H5.429v2.666L3.524 10l1.905 1.905v2.666h2.666Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 11.905l1.545.931c.155.085.3.075.434-.031.134-.106.18-.236.138-.391l-.423-1.734 1.352-1.176c.129-.12.169-.261.12-.424-.049-.163-.159-.251-.329-.264l-1.774-.141-.698-1.649c-.066-.161-.186-.242-.359-.242-.173 0-.293.081-.36.242l-.7 1.649-1.781.141c-.171.013-.281.101-.33.264-.048.163-.008.304.121.424l1.352 1.176-.423 1.734c-.042.155.004.285.138.391.134.106.279.116.434.031L10 11.905Zm-2.54 4.19H5.434a1.53 1.53 0 0 1-1.08-.45 1.47 1.47 0 0 1-.45-1.08V12.54L2.444 11.08A1.53 1.53 0 0 1 2 10c0-.193.035-.382.106-.568.07-.186.183-.356.338-.511L3.905 7.46V5.434c0-.42.15-.78.45-1.08.299-.3.659-.45 1.079-.45H7.46L8.92 2.444A1.53 1.53 0 0 1 10 2c.193 0 .382.035.568.106.186.07.356.183.511.338l1.46 1.46h2.026c.42 0 .78.15 1.08.45.3.299.45.659.45 1.079V7.46l1.46 1.46c.155.155.268.325.338.511.071.186.106.375.106.568 0 .193-.035.382-.106.568a1.53 1.53 0 0 1-.338.511l-1.46 1.46v2.026c0 .42-.15.78-.45 1.08-.299.3-.659.45-1.079.45H12.54l-1.46 1.46A1.53 1.53 0 0 1 10 18a1.53 1.53 0 0 1-1.08-.45l-1.46-1.46Zm.635-1.524L10 16.476l1.905-1.905h2.666v-2.666L16.476 10l-1.905-1.905V5.429h-2.666L10 3.524 8.095 5.429H5.429v2.666L3.524 10l1.905 1.905v2.666h2.666Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.multi-sims {
  width: 20px;
  height: 20px;
  background-color: #868d95;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14 16V4H8.318L6 7.146v3.867c0 .552-.448 1-1 1s-1-.448-1-1V6.982c0-.32.102-.632.292-.889l2.565-3.482.113-.137A1.28 1.28 0 0 1 8.065 2H14c1.105 0 2 .895 2 2v12c0 1.105-.895 2-2 2H5a1 1 0 1 1 0-2h9Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14 16V4H8.318L6 7.146v3.867c0 .552-.448 1-1 1s-1-.448-1-1V6.982c0-.32.102-.632.292-.889l2.565-3.482.113-.137A1.28 1.28 0 0 1 8.065 2H14c1.105 0 2 .895 2 2v12c0 1.105-.895 2-2 2H5a1 1 0 1 1 0-2h9Z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
.unlimited-roaming {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm0-1.56c.24-.24.47-.68.71-1.33.24-.65.42-1.35.54-2.11H8.75c.12.76.3 1.46.54 2.11.24.65.47 1.09.71 1.33ZM8.1 16.23c-.19-.42-.36-.9-.5-1.44-.15-.54-.27-1.14-.37-1.79H4.25a6.3 6.3 0 0 0 3.85 3.23Zm3.8 0a6.3 6.3 0 0 0 3.85-3.23h-2.98c-.1.65-.22 1.25-.37 1.79-.14.54-.31 1.02-.5 1.44ZM3.69 11.5h3.35a16 16 0 0 1-.06-1.54c0-.52.02-1.01.06-1.46H3.69a6.6 6.6 0 0 0 0 3ZM8.56 11.5h2.88a14 14 0 0 0 .06-1.5c0-.49-.02-.99-.06-1.5H8.56c-.04.51-.06 1.01-.06 1.5 0 .5.02 1 .06 1.5Zm4.4 0h3.35a6.6 6.6 0 0 0 0-3h-3.35c.04.51.06 1.01.06 1.5 0 .5-.02 1-.06 1.5ZM12.77 7h2.98a6.3 6.3 0 0 0-3.85-3.23c.19.42.36.9.5 1.44.15.54.27 1.14.37 1.79ZM8.75 7h2.5c-.12-.76-.3-1.46-.54-2.11-.24-.65-.47-1.09-.71-1.33-.24.24-.47.68-.71 1.33-.24.65-.42 1.35-.54 2.11ZM4.25 7h2.98c.1-.65.22-1.25.37-1.79.14-.54.31-1.02.5-1.44A6.3 6.3 0 0 0 4.25 7Z'/%3E%3C/svg%3E");
}
.local-minutes-and-sms {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M17.07 18c-1.85 0-3.68-.4-5.49-1.21-1.81-.81-3.45-1.95-4.94-3.43-1.48-1.48-2.62-3.12-3.43-4.93C2.4 6.61 2 4.79 2 2.93c0-.27.09-.49.27-.67.18-.18.4-.26.66-.26h3.6c.21 0 .39.07.56.21.16.14.26.31.28.5l.58 3.11c.03.24.02.44-.02.6-.04.16-.12.3-.24.42L5.53 9.02c.3.55.65 1.08 1.06 1.59.41.51.86 1 1.35 1.48.46.46.94.89 1.44 1.28.5.39 1.04.75 1.6 1.07l2.09-2.09c.13-.13.31-.23.52-.3.21-.07.43-.09.63-.06l3.07.62c.21.06.38.17.51.32.13.16.2.33.2.52v3.6c0 .27-.09.49-.27.67-.18.18-.4.27-.66.27ZM4.69 7.33l1.47-1.47-.38-2.09H3.8c.07.61.18 1.21.31 1.8.13.59.33 1.18.58 1.76Zm7.96 7.96c.58.25 1.17.45 1.77.6.6.15 1.2.24 1.85.29v-1.96l-2.09-.42-1.49 1.49Z'/%3E%3C/svg%3E");
}
.data {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23868D95' d='M2 14.75v-3.5c0-.35.12-.64.36-.89.24-.24.54-.36.89-.36s.64.12.89.36c.24.25.36.54.36.89v3.5c0 .35-.12.64-.36.89-.25.24-.54.36-.89.36s-.65-.12-.89-.36c-.24-.25-.36-.54-.36-.89Zm4.5 0v-5.5c0-.35.12-.64.36-.89.24-.24.54-.36.89-.36s.64.12.89.36c.24.25.36.54.36.89v5.5c0 .35-.12.64-.36.89-.25.24-.54.36-.89.36s-.65-.12-.89-.36c-.24-.25-.36-.54-.36-.89Zm4.5 0v-7.5c0-.35.12-.64.36-.89.24-.24.54-.36.89-.36s.64.12.89.36c.24.25.36.54.36.89v7.5c0 .35-.12.64-.36.89-.25.24-.54.36-.89.36s-.65-.12-.89-.36c-.24-.25-.36-.54-.36-.89Zm4.5 0v-9.5c0-.35.12-.64.36-.89.24-.24.54-.36.89-.36s.64.12.89.36c.24.25.36.54.36.89v9.5c0 .35-.12.64-.36.89-.25.24-.54.36-.89.36s-.65-.12-.89-.36c-.24-.25-.36-.54-.36-.89Z'/%3E%3C/svg%3E");
}

.osn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wps/wcm/connect/d5643f46-8383-4010-8dd9-6e267e1b72da/OSN.png?MOD=AJPERES&CACHEID=d5643f46-8383-4010-8dd9-6e267e1b72da");
}
.apple-tv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wps/wcm/connect/24ff62a3-e642-4d0c-83f9-575b01cd18d0/appleTV.png?MOD=AJPERES&ContentCache=NONE&CACHE=NONE&CACHEID=ROOTWORKSPACE-24ff62a3-e642-4d0c-83f9-575b01cd18d0-pNXesSB");
}
.mobily-tv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wps/wcm/connect/7fbf3670-f6c8-4d78-9983-7c3414458e46/mobilyTV.png?MOD=AJPERES&ContentCache=NONE&CACHE=NONE&CACHEID=ROOTWORKSPACE-7fbf3670-f6c8-4d78-9983-7c3414458e46-pNXeqV2");
}
.prime-video {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wps/wcm/connect/12f97ea6-0c10-49c8-af99-f4e59e83f2f0/primeVideo.png?MOD=AJPERES&ContentCache=NONE&CACHE=NONE&CACHEID=ROOTWORKSPACE-12f97ea6-0c10-49c8-af99-f4e59e83f2f0-pNXemQM");
}
.i-cloud {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/wps/wcm/connect/c5c5bcf1-f354-4058-b5af-0e961d87e5f9/iCloud.png?MOD=AJPERES&ContentCache=NONE&CACHE=NONE&CACHEID=ROOTWORKSPACE-c5c5bcf1-f354-4058-b5af-0e961d87e5f9-pNXerXD");
}
.hyperlink-back {
  display: flex;
  gap: 6px;
  flex-direction: row;
  width: max-content;
  color: #ffffff;
  padding: 6px 0px;
}
.hyperlink-back span {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.icon-arrow-left {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.5 15L4.5 8L11.5 1' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.disclaimer {
  padding: 0 0 20px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #000050;
}
/* overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: right;
  justify-content: right;
  z-index: 9999;
}

/* modal */
.modal-box {
  background: #fafafb;
  padding: 24px;
  border-radius: 16px;
  max-width: 578px;
  position: relative;
}
.modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.modal-body {
  gap: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 80vh;
}
.modal-body .app-item-holder {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  /*height: 100vh;
  padding-bottom: 30px; - To remove the extra whitespace from the overlay*/
}
.modal-body .app-item-holder.scroll {
  overflow-y: auto;
}
.modal-body #preselected_items.app-item-holder {
  overflow-y: inherit;
  padding-bottom: 0px;
}

.app-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-top: 1px solid #0000501a;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #565e63;
}
.app-item:first-child {
  border-top: none;
}
.app-item .icon {
  border: 1px solid #e6e9ee;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.app-item .icon img {
  width: 100%;
  height: auto;
}
.app-item .title {
  display: flex;
  align-items: center;
  line-height: 12px;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: right;
  color: #000000;
}
.multi-sim::before {
    content: "+";
    position: absolute;
    top: 37px;
    background: #fff;
    width: 45px;
    left: 0px;
    text-align: center;
}
.multi-sim::after {
    content: " ";
    position: absolute;
    top: 37px;
    background: #fff;
    width: 45px;
	height:15px;
    right: 0px;
    text-align: center;
}
.app-item-holder.list {
  counter-reset: item-counter;
}
.app-item-holder.list .app-item::before {
  counter-increment: item-counter;
  content: counter(item-counter) ". ";
  font-weight: bold;
  align-self: flex-start;
}
.modal-body .description {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #868d95;
}
/* close button */
.modal-close {
  cursor: pointer;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%231061FF%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.204%202.204a1.125%201.125%200%200%201%201.592%201.592L13.592%2012l8.204%208.204a1.125%201.125%200%200%201-1.592%201.592L12%2013.592l-8.204%208.204a1.125%201.125%200%200%201-1.592-1.592L10.408%2012%202.204%203.796a1.125%201.125%200%201%201%201.592-1.592L12%2010.408%2020.204%202.204z%22/%3E%3C/svg%3E");
}
.modal-back {
  cursor: pointer;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9541 2.2043C15.3934 1.76523 16.1066 1.76523 16.5459 2.2043C16.9852 2.64358 16.985 3.35674 16.5459 3.7961L8.3418 12.0002L16.5459 20.2043C16.9852 20.6436 16.985 21.3567 16.5459 21.7961C16.1066 22.2354 15.3934 22.2354 14.9541 21.7961L5.9541 12.7961C5.74325 12.5851 5.625 12.2985 5.625 12.0002C5.62511 11.702 5.74322 11.4152 5.9541 11.2043L14.9541 2.2043Z' fill='%231061FF'/%3E%3C/svg%3E");
}

/* icon grid */
.modal-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.modal-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  padding: 6px 16px;
  font-family: Font Family/Body;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #232a2d;
}
.hide-section {
  display: none !important;
}
.modal-subhead,
.modal-box p.modal-subhead {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.modal-footer {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #868d95;
}
.modal-tabs {
  display: flex;
  align-items: center;
  width: 100%;
  opacity: 1;
  padding: 6px;
  border-radius: 24px;
  background: #e6e9ee;
  justify-content: space-between;
}

.modal-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 530px;
  height: 40px;
  padding: 8px;
  border-radius: 24px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #565e63;
  background: none;
  cursor: pointer;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.modal-tabs .tab.active {
  background: #ffffff;
  color: #1061ff;
  cursor: auto;
}
.tab-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 73vh;
}
/* roaming countries style starts here */
#country_results {
  padding: 0 5px 0 0;
}
#countrySearch {
  width: 530px;
  height: 64px;
  border-radius: 20px;
  padding: 20px 12px 20px 46px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cpath fill='%23868D95' d='M8.06543 0C12.5196 0.000211322 16.1309 3.61123 16.1309 8.06543C16.1308 9.97681 15.4626 11.7325 14.3516 13.1143L18.2715 17.0332C18.6129 17.3749 18.6131 17.9299 18.2715 18.2715C17.9299 18.6131 17.3749 18.6129 17.0332 18.2715L13.1143 14.3516C11.7325 15.4626 9.97681 16.1308 8.06543 16.1309C3.61123 16.1309 0.000211323 12.5196 0 8.06543C0 3.6111 3.6111 0 8.06543 0ZM8.06543 1.75C4.57759 1.75 1.75 4.57759 1.75 8.06543C1.75021 11.5531 4.57772 14.3809 8.06543 14.3809C9.80943 14.3808 11.3875 13.675 12.5312 12.5312C13.675 11.3875 14.3808 9.80943 14.3809 8.06543C14.3809 4.57772 11.5531 1.75021 8.06543 1.75Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 18px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #a0a6ae;
  position: relative;
  z-index: 1;
}
.input-wrapper {
  position: relative;
  width: 100%;
}
.custom-placeholder {
  position: absolute;
  top: 23px;
  left: 50px;
  z-index: 1;
  color: rgba(160, 166, 174, 1);
  pointer-events: none;
  display: block;
  width: 90%;
  line-height: 1.2;
  font-size: 16px;
}
/* Hide custom placeholder when user types */
#countrySearch:not(:placeholder-shown) + .custom-placeholder {
  display: none;
}
.paycard {
  width: 318px;
}
@media screen and (max-width: 768px) {
  .paycard {
    width: 100%;
  }
  .input-wrapper {
    position: relative;
  }
  .custom-placeholder {
    top: 16px;
    left: 50px;
    font-size: 12px;
    width: 200px;
  }
  #countrySearch {
    width: 100% !important;
  }
}
.continent-title {
  margin: 20px 0 8px;
  font-weight: bold;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.country-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 16px;
}

.country-table td {
  border-bottom: 1px solid #eee;
  padding: 12px 16px;
  display: flex;
}
.country-table td div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.country-name {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #12131a;
}
.operator {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #868d95;
}
.country-table tr:last-child td {
  border-bottom: none;
}

.country-table img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
}
.benefitItemCard a.viewMoreBtn {
  width: 100%;
  height: 52px;
  gap: 8px;
  opacity: 1;
  padding: 20px 28px;
  border-radius: 10000px;
  background: #1061ff1a;
  color: #1061ff;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
}
.benefitItemCard .pop-up-tab-blue {
  width: max-content;
  height: 26px;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 16px;
  background: #1061ff1a;
  color: #1061ff;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
}
.modal-box {
  color: #171c1d;
}
.modal-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}
.modal-header h3 {
  font-size: 24px;
}
.modal-body h2 {
  font-size: 20px;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
}
#family-packages .modal-footer.disclaimer,
#family-packages .modal-footer.disclaimer a {
  font-size: 12px;
}
@media (max-width: 1280px) {
  .planHeader {
    height: 352px;
    margin-top: -3px;
  }
}
@media (max-width: 1024px) {
  .planBody {
    top: 80px;
    padding: 32px 16px;
    gap: 24px;
  }
  .planDetailsHeader {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .planDetailsHeader {
    margin-top: 0px;
    height: auto;
    padding: 0px;
  }
  .planSelection {
    margin: 0 auto; /*Added to centralize the tab to screen width*/
    width: 100%;
  }
  .planHeadBlock {
    gap: 8px;
  }
  .planMainText {
    font-size: 24px;
    line-height: 32px;
  }
  .planSubText {
    font-size: 14px;
    line-height: 20px;
  }
  .planCardHolder {
    gap: 24px;
    justify-content: center;
  }
  .planCard .body.defaultPlan,.planCard .body.raqiPlan {
  height: auto;
}
  .planCard{width: 100%;}
  .planCard,
  .planCard .body {
    height: auto;
  }
  .modal-footer.disclaimer,
  .modal-footer.disclaimer a {
    font-size: 12px;
  }
  .disclaimer {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 80px;
  }
  .modal-box {
    max-width: 76%;
    border-radius: 10px 0 0 10px;
  }
  .modal-body {
    font-size: 12px;
  }
  .modal-body h2 {
    font-size: 16px;
  }
  .modal-header {
    padding: 6px 0px;
  }
  .modal-header h3 {
    font-size: 14px;
  }
  .modal-close {
    width: 16px;
    height: 16px;
  }
  .modal-tabs .tab {
    font-size: 12px;
  }
  .mobile-fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .planDetailsHeader.mobile-fixed-header {
    margin-top: 80px;
	z-index:9;
  }
  .header-height {
    margin-top: 319px;
  }
}
/*Newly added by AK for fixing the defects*/
/*Fix for Defect CDT-1460*/
#free-mobily-pay-card .app-item .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(86, 94, 99, 1);
}

#free-mobily-pay-card .app-item {
  color: rgba(0, 0, 0, 1);
}
/*Fix for Defect CDT-1484*/
.benefitItemCard .itemHolder .value {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(134, 141, 149, 1);
}
.benefitItemCard .itemHolder .title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  font-weight: 700;
  color: rgba(23, 28, 29, 1);
}
.benefitItemCard .itemHolder .ben-description{
   font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(134, 141, 149, 1);
}
/*Fix for Defect CDT-1485*/
@media (min-width: 901px) {
  .modal-subhead, .modal-box p.modal-subhead.head1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
    .modal-subhead, .modal-box p.modal-subhead.head2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
.benefitItemCard #vanity-number .title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 400;
  color: rgba(86, 94, 99, 1);
}
}
@media (max-width: 900px) {
.modal-subhead, .modal-box p.modal-subhead.head1, .modal-subhead, .modal-box p.modal-subhead.head2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
  }
.modal-box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
}
.benefitItemCard #vanity-number .title {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  font-weight: 400;
  color: rgba(86, 94, 99, 1);
}
#vanity-number .modal-box p{
	  font-size: 12px;
  line-height: 18px;
}
/*Fix for Defect CDT-1486*/
.benefitItemCard #subscriptions .title{
  font-size: 12px;
  line-height: 18px;
}
}
#vanity-number .price-val{
	display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
}
#vanity-number .price-val span{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
#vanity-number .price-old{
color:rgba(160, 166, 174, 1) !important;
}
/*Fix for Defect CDT-1486*/
.benefitItemCard #subscriptions .title{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
/*Fix for Defect CDT-1487*/
#multi-sims .app-item-holder .new-color1{
	color: rgba(18, 19, 26, 1);
}