@charset "UTF-8";
/*Reliance*/

/*********************Reliance Kohinoor Fonts**********************/

@import url(https://www.jio.com/shop/_ui/desktop/common/css/classes.css);
@font-face {
  font-family: 'Kohinoor';
  src: url("https://www.jio.com/shop/_ui/desktop/theme-blue-telco-extension/fonts/Kohinoor/kohinoor-book-webfont.eot"), url("https://www.jio.com/shop/_ui/desktop/theme-blue-telco-extension/fonts/Kohinoor/kohinoor-book.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kohinoor';
  src: url("https://www.jio.com/shop/_ui/desktop/theme-blue-telco-extension/fonts/Kohinoor/kohinoor-bold-webfont.eot"), url("https://www.jio.com/shop/_ui/desktop/theme-blue-telco-extension/fonts/Kohinoor/kohinoor-bold.ttf");
  font-weight: bold;
  font-style: normal; }
/*******colors************/
/*******Fonts************/
/*******margins************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: slick-font-url("https://www.jio.com/shop/_ui/desktop/common/css/slick.eot");
  src: slick-font-url("https://www.jio.com/shop/_ui/desktop/common/css/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("https://www.jio.com/shop/_ui/desktop/common/css/slick.woff") format("woff"), slick-font-url("https://www.jio.com/shop/_ui/desktop/common/css/slick.ttf") format("truetype"), slick-font-url("https://www.jio.com/shop/_ui/desktop/common/css/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #000;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: JioTypeW04-Light, "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: JioTypeW04-Light, "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.digi-fgraybtn {
  height: 30px;
  background-color: #fcc200;
  color: #fff;
  line-height: 2em;
  padding: 0px 10px;
  width: 130px;
  text-align: center;
  cursor: pointer; }

/*******Anchor Styles************/
a {
  text-decoration: none;
  color: #333; }

a:hover {
  text-decoration: none; }

.textCenter {
  text-align: center; }

.clearfix {
  clear: both !important;
  float: none !important; }

img, a {
  cursor: pointer; }

.digi-textbox input {
  margin: 7px 0px 0px 0px;
  height: 2.5em;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0px 0px transparent inset;
  color: #ccc;
  padding: 8px; }

.digi-searchbox input {
  margin: 7px 0px 0px 1px;
  height: 2em;
  width: 92%;
  border: 1px solid black;
  box-shadow: 0 0px 0px transparent inset;
  color: #000;
  font-size: 1.4em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.digi-header-searchbox input:focus {
  outline: 0; }

/**************Place Holder Alignment *****************/
.digi-cafcheckbox input[type="checkbox"] + label {
  color: #f2f2f2;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 1em;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  padding-top: 1em;
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/Check-box.png) no-repeat;
  background-size: 95%;
  cursor: pointer; }

.digi-cafcheckbox input[type="checkbox"]:checked + label {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/Tick.png) no-repeat;
  border: 1px solid #999999;
  background-size: 15px;
  background-position: 2px; }

.digi-cafcheckbox input[type="checkbox"] {
  display: none; }

.digi-cafcheckbox {
  font-family: JioTypeW04-Light, kohinoor; }

.digi-checkbox input[type="checkbox"] + label {
  color: #f2f2f2;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 1em;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  padding-top: 1em;
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/checkbox_unchecked.png) no-repeat;
  cursor: pointer; }

.digi-checkbox input[type="checkbox"]:checked + label {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/checkbok_checked.png) no-repeat; }

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

.digi-checkbox input[type="checkbox"]:checked + label:before {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/checkbok_checked.png) no-repeat; }

.digi-checkbox input[type="checkbox"]:checked + label:after {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/checkbok_checked.png) no-repeat; }

/*******************Heading******************************/
.digi-hp-bannerbody {
  color: #ccc;
  font-size: 0.9em;
  font-family: JioTypeW04-Light, kohinoor;
  line-height: 1.3em; }

.digi-logo-head {
  font-size: 36px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-headline1 {
  font-size: 4.68em;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-headline2 {
  color: #333;
  font-size: 3.35em;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-headline3 {
  font-size: 1.8em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: center;
  font-weight: lighter; }

.digi-headline3a {
  font-family: JioTypeW04-Light, kohinoor; }

.digi-headline3b {
  color: #ccc;
  font-size: 1em;
  font-family: JioTypeW04-Light, Lora;
  font-weight: bold;
  text-align: left; }

.digi-headline3d {
  color: #d5d8db;
  font-size: 1em;
  font-family: JioTypeW04-Light, Lora;
  text-align: left; }

.digi-headline3e {
  color: #333;
  font-size: 1.8em;
  font-family: JioTypeW04-Light, Lora;
  text-align: center;
  font-weight: bold; }

.digi-headline6 {
  color: #2C4152;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em; }

.digi-headline5 {
  color: #fff;
  font-size: 1.54em;
  background-color: #333;
  padding: 0.5em 0.5em 0.5em 2em;
  font-family: JioTypeW04-Light, Lora; }

.digi-subheadline {
  color: #666;
  font-size: 1.59em;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-headlinestyleinactive {
  color: #999;
  font-size: 1.84em;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-bodytext {
  text-align: center;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  color: #333; }

.digi-headline6a {
  color: #585858;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: left; }

.digi-headline6b {
  color: #585858;
  font-size: 1em;
  font-family: JioTypeW04-Light, Lora;
  font-weight: bold;
  text-align: left; }

/*******************Heading******************************/
/*****************Font, Margin, border, Float*******************/
.digi-cursor {
  cursor: pointer; }

.digi-displayblock {
  display: block; }

.digi-displaynone {
  display: none; }

.digi-fontbold {
  font-weight: bold; }

.digi-fontbb {
  font-weight: bold;
  color: #333333; }

.digi-fontstyle {
  font-style: italic; }

.digi-floatleft {
  float: left; }

.digi-floatright, .digi-stj-faqLink {
  float: right; }

.digi-alignleft {
  text-align: left; }

.digi-alignright {
  text-align: right; }

.digi-aligncenter {
  text-align: center; }

.digi-margintop {
  margin-top: 20px; }

.digi-margintop1, .digi-error-btncluster, .digi-caf-dobpicker {
  margin-top: 10px; }

.digi-margintop3 {
  margin-top: 30px; }

.digi-margintb3 {
  margin: 20px 0px 20px 0px; }

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

.digi-borderTop {
  border-top: 2px solid; }

.digi-borderBottom3 {
  border-bottom: 3px solid #F0EDED; }

.digi-borderBottom1 {
  border-bottom: 1px solid #D6D3D3;
  padding-bottom: 5px; }

.digi-borderBottom2 {
  border-bottom: 1px solid #D6D3D3;
  padding-bottom: 10px; }

.digi-borderTop1, .digi-border1 {
  border-top: 1px solid #999999; }

.digi-borderTop2, .digi-border2 {
  border-top: 2px solid #999999; }

.digi-border1a {
  border-top: 2px solid #B09975; }

.digi-margin {
  margin: 10px 0px; }

.digi-margin1 {
  margin: 0px 10px; }

.digi-margin2 {
  margin: 15px 0px; }

.digi-margin3 {
  margin: 0px 15px; }

.digi-margin4 {
  margin: 20px 0px; }

.digi-margin5 {
  margin: 0px 20px; }

.digi-margin6 {
  margin: 20px 0px 10px; }

.digi-margin7 {
  margin: 10px 0px 20px; }

.digi-margin8 {
  margin: 20px 0px 5px; }

.digi-margin9 {
  margin: 40px 0px; }

.digi-margin10 {
  margin: 5px 0px; }

.digi-margin11 {
  margin: 5px 0px 5px; }

.digi-marginTB30 {
  margin: 30px 0px; }

.digi-marginr {
  margin-right: 15px; }

.digi-marginr1 {
  margin-right: 0px !important; }

.digi-marginr0 {
  margin-right: 10px; }

.digi-marginleft {
  margin-left: 2em; }

.digi-marginb {
  margin-bottom: 5px; }

.digi-marginb1 {
  margin-bottom: 10px; }

.digi-marginb2 {
  margin-bottom: 12px; }

.digi-marginb3 {
  margin-bottom: 15px; }

.digi-marginb4, .digi-payment-paymentopthead {
  margin-bottom: 20px !important; }

.digi-marginb5 {
  margin-bottom: 30px; }

.digi-marginb6 {
  margin-bottom: 40px; }

.digi-marginb7 {
  margin-bottom: 50px; }

.digi-marginb8 {
  margin-bottom: 60px !important; }

.digi-margint1 {
  margin-bottom: 0.5em; }

.digi-marginb9 {
  margin-bottom: 70px; }

.digi-marginT25 {
  margin-top: 25px; }

.digi-marginT10 {
  margin-top: 10px; }

.digi-marginT15 {
  margin-top: 15px; }

.digi-marginT20 {
  margin-top: 20px; }

/********Horizontal Navigation Bar**********/
.ulstyle, .digi-vmenulist ul, .digi-hmenulist ul, .fnl-faq-body-quescat ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.hlistyle {
  float: left; }

.hlistyle a {
  width: 45px; }

/********Vertical Navigation Bar**********/
.digi-vmenulist {
  margin-top: 10px; }
  .digi-vmenulist ul {
    font-size: 0.85em;
    color: #999999; }
  .digi-vmenulist li {
    padding-bottom: 0.5em; }

/********Horizontal Navigation Bar**********/
.digi-hmenulist {
  margin-top: 10px; }
  .digi-hmenulist ul {
    font-size: 0.85em; }
  .digi-hmenulist li {
    display: inline; }
  .digi-hmenulist a {
    padding: 1em 1em 1em 0em; }

a:active {
  border: 0 !important; }

button:focus {
  outline: 0; }

input:focus {
  outline: none !important; }

textarea {
  outline: 0; }

select {
  outline: 0; }

.gridalignment, .digi-wishlist-bodycontainer, .fnl-faq-container, .digi-error-container {
  width: 990px;
  margin: 0 auto; }

.clearfix {
  clear: both !important;
  float: none !important;
  display: table; }

/**************************************************************************/
.digi-terms a:hover {
  border-bottom: 1px solid #fcc200;
  color: #272f6b; }

.digi-payment-paymentopthead {
  color: #ccc;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  text-align: left; }

.digi-cart-mini-details, .digi-ship-address, .digi-ship-redeempoints, .continueshopping, .digi-payment-radiobutton, .digi-payment-collapsetext, .digi-payment-termsconditions, .digi-payment-button, .digi-payment-button2, .digi-error-button, .digi-notify-btn {
    color: #58585b;
    font-size: 12pt;
    font-family: JioTypeW04-Light, kohinoor;
    text-align: left;
}

.digi-ship-addoptions-edit {
  margin-left: 80px; }

.digi-cart-mini-name, .digi-selectedaddress1, .digi-payment-name, .digi-stj-name {
  color: #333;
  font-size: 12pt;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  text-align: left; }

.digi-cart-mini-name {
  padding-left: 8px; }

.digi-selectedaddress {
  padding: 12pt;
  color: #585858;
  background-color: #F9F9F9;
  margin-top: 10px; }

.digi-cart-ordsmry {
  color: #333;
  font-size: 12pt;
  font-family: JioTypeW04-Light, Kohinoor;
  font-weight: bold; }

.ulstyle, .digi-vmenulist ul, .digi-hmenulist ul, .fnl-faq-body-quescat ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.digi-textbox input {
  margin: 7px 0px 0px 0px;
  height: 2.5em;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0px 0px transparent inset;
  color: #ccc;
  padding: 8px; }

/**************Place Holder Alignment *****************/
::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0em; }

::-moz-placeholder {
  color: #ccc; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #ccc; }

/* ie */
input:-moz-placeholder {
  color: #ccc; }

/*********************Media Query Is used to get Decent View in mobile and tablet for desktop site*****************/
/* Small devices (Landscape phones and down)  */
@media (max-width: 428px) {
  .digi-header-menu ul {
    display: none; } }
.selected {
  color: #333 !important; }

a:active {
  border: 0 !important; }

button:focus {
  outline: 0; }

input:focus {
  outline: none !important; }

textarea {
  outline: 0; }

select {
  outline: 0; }

.digi-ship-downarrow {
  float: right;
  padding-left: 29px;
  height: 21px;
  background-size: 29px 19px;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/carousel_up_disabled.png") no-repeat right;
  margin-top: 12px; }

.digi-ship-container {
  width: 990px;
  margin: 0px auto;
  padding: 0px 15px; }

.digi-shipping-container {
  border-bottom: 1px solid #F0F0F0;
  padding-top: 22px;
  padding-bottom: 15px; }

.digi-ship-uparrow {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/carousel_down_disabled.png") no-repeat right !important; }

.digi-cart-ordersmcontainer {
  padding-bottom: 10px; }

.digi-cart-itemsinbag img {
  margin-bottom: 5px; }

.digi-cart-mini-details {
  padding: 15px 0px 15px 15px;
  width: 150px;
  margin-left: 62px; }

.digi-cart-mini-amount {
  float: left; }

.digi-cart-mini-price {
  padding: 2px 8px; }

.digi-cart-mini-size {
  float: left;
  width: 30.3333%;
  box-sizing: border-box;
  padding: 5px 8px; }

.digi-cart-mini-qty {
  float: left;
  width: 30.3333%;
  box-sizing: border-box;
  padding: 5px 8px; }

.digi-cart-mini-colour {
  float: left;
  width: 30.3333%;
  box-sizing: border-box;
  padding: 5px 8px; }

.digi-cart-subtotal-summary1 div {
  font-weight: bold;
  font-size: 16px; }

.digi-cart-subtotal-summary2 div {
  font-weight: bold;
  font-size: 16px;
  margin: 4px 0px; }

.digi-cart-icon {
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 5px; }

.digi-mini-img {
  height: 92px; }

.digi-cart-itemsinbag {
  color: #333;
  font-size: 12pt;
  cursor: pointer; }

.digi-cart-mini-prod1 {
  border-bottom: 1px solid #F0F0F0; }

.digi-cart-mini-img {
  float: left;
  width: 67px;
  height: 92px;
  margin-top: 15px; }

.digi-cart-mini {
  height: 275px;
  overflow-y: auto;
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0; }

.digi-cart-mini::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: #F5F5F5; }

.digi-cart-mini::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

.digi-cart-mini::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 15px;
  height: 15px; }

.digi-cart-icon {
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 5px; }

.digi-cart-ordsmry {
  color: #333;
  padding: 7px 0px;
  font-size: 12pt;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: normal; }

.sbtl-wght {
  font-weight: bold;
  font-size: 13px; }

.digi-cart-mini-amount {
  float: left;
  width: 92px; }

.digi-cart-bottomend-needhelp-link {
  color: #333;
  text-decoration: none; }

.digi-cart-bottomend-needhelp {
  margin-top: 10px;
  padding: 0px 15px; }

input:focus {
  outline: 0; }

.digi-cart-mini-closedetails {
  cursor: pointer;
  float: left; }

.digi-odtl-amt, .continueshopping, .digi-payment-button, .digi-payment-button2, .digi-error-button, .digi-notify-btn, .digi-ship-mobl, .digi-ship-address-name, .digi-ship-inboxpoints, #sbtl-wght, .digi-sptotl-amtbold {
  font-weight: bold; }

.digi-ship-address, .digi-ship-delivery {
  color: #333;
  border-bottom: 1px solid #E0E0E0; }

.digi-ship-address-contact {
  margin: 15px 0px 4px 0px; }

.digi-ship-addoptions div {
  cursor: pointer;
  display: inline-block;
  width: 48%;
  padding: 14px 0px 0px 11px; }

.digi-finaladdoptions div:nth-child(1) {
  display: inline-block;
  width: 37%;
  padding: 14px 0px 0px 11px; }

.digi-finaladdoptions div:nth-child(2) {
  display: inline-block;
  width: 61%;
  padding: 14px 0px 0px 11px; }

.digi-ship-crdtpoints {
  padding: 10px 0px; }

.digi-ship-availpoint, .digi-ship-inboxpoints {
  float: left;
  color: #333; }

.digi-ship-crdtnotifications {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_info.png") !important;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  width: 12%;
  height: 20px;
  background-size: 20px; }

.digi-ship-downarrow {
  margin-top: 0px; }

.digi-ship-uparrow {
  margin-top: 0px; }

.digi-ship-redeempoints {
  background-color: #F9F9F9;
  padding: 12px; }

.digi-ship-redeempointsbox {
  float: left;
  width: 55%;
  background-color: #f9f9f9 !important;
  padding: 6px;
  border: 0px;
  border-bottom: 1px solid black; }

.digi-ship-redeempointsbutton {
  cursor: pointer;
  font-size: 14px;
  float: right;
  width: 40%;
  background: #263382;
  text-align: center;
  color: #fff;
  border-radius: 25px; }

.digi-amtcalculation {
  font-family: JioTypeW04-Light, kohinoor; }

.digi-sptotl-type {
  float: left;
  width: 65%;
  color: #333; }

#sbtl-wght {
  font-size: 15px; }

.digi-sptotl {
  margin-right: 15px; }

.cart-bagimg {
  margin-top: -3px; }

.digi-sptotl-amt {
  float: left;
  width: 35%;
  text-align: left;
  color: #333; }

.digi-sptotl-amtbold {
  font-size: 15px;
  float: left;
  width: 35%;
  text-align: right;
  color: #333; }

.digi-sptotl-brdr {
  border-bottom: 1px solid #F0F0F0;
  margin: 10px 15px 0px 0px;
  padding-bottom: 10px; }

.digi-odtl-type {
  float: left;
  width: 65%;
  color: #2C4152;
  font-size: 12pt; }

.digi-odtl-amt {
  float: left;
  width: 35%;
  text-align: right;
  color: #333;
  font-size: 17px; }

.digi-orderdtotal {
  margin: 10px 15px 10px 0px; }

.digi-ship-reward {
  text-align: center;
  width: 100%;
  color: #686868;
  padding: 10px 0px; }

.continueshopping {
  padding: 11px 93px;
  border: none;
  background-color: #fcc200;
  color: #1A1616;
  border-radius: 25px; }

.digi-ship-edittext, .digi-ship-removetext {
  color: #939393; }

.digi-ship-addressspace {
  height: 40px;
  overflow: hidden; }

.digi-ship-crdtpoints .tooltip {
  left: 32.5px !important; }

.digi-ship-crdtpoints .tooltip .tooltip-inner {
  border: 1px solid #ccc;
  max-width: 300px;
  padding: 17px 8px;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #fff !IMPORTANT;
  border-radius: 4px;
  width: 250px; }

.digi-ship-crdtpoints .tooltip .tooltip-arrow {
  left: 97% !important;
  border-bottom-color: #ccc !important; }

.digi-ship-crdtpoints .tooltip.in {
  opacity: 1; }

.digi-ship-redeemmessage {
  margin: 5px 0px;
  padding-bottom: 20px; }

.digi-ship-creditamt {
  float: right;
  width: 39%;
  text-align: right; }

.digi-cart-shippingcontainer {
  padding-left: 30px; }

.digi-payment-ordstat {
  padding: 10px; }

.digi-paymentoptionbut {
  background-color: #D4A048;
  width: 75%;
  margin: 55px auto;
  padding: 8px;
  color: #FFF;
  margin-bottom: 10px; }

.digi-pay-redeempointsbox {
  float: right;
  width: 15%;
  background-color: #FFF;
  padding: 4px;
  margin-right: 10px; }

.digi-payment-paymentopthead {
  color: #000;
  font-size: 14pt;
  font-weight: lighter; }


.digi-payment-name, .digi-stj-name {
    cursor: pointer;
    font-weight: normal;
    color: #959595;
	font-size:18px;
}

.digi-payment-button,
.digi-payment-button2,
.digi-error-button,
.digi-notify-btn {
  display: block;
  text-align: center;
  background-color: #fcc200;
  margin-top: 10px;
  color: #333;
  font-size: 12pt;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 25px; }

.shopping-bag {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_cart.png") no-repeat;
  float: left;
  padding: 10px;
  background-size: 15px 16px;
  background-position-y: 2px; }

.digi-payment-paymentmethod, .digi-payment-paymentmethodbottom {
  -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  padding: 10px 25px;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  /*  border-top: 1px solid #e2e2e2 !important ;   border-left: 1px solid #e2e2e2 !important ;   border-right: 1px solid #e2e2e2 !important ; */ }

.digi-payment-creditbody {
    padding: 0px 15px;
}

.digi-payment-radiobutton, .digi-payment-collapsetext, .digi-payment-termsconditions, .digi-payment-button {
  padding: 5px 0px; }

.digi-payment-radiobutton li > input {
  margin-right: 10px; }

.TC-anchor {
  color: #333; }

.digi-payment-radiobutton li {
  padding-right: 38px;
  color: #333; }

.digi-payment-choosebanklist select {
  border: 1px solid grey;
  padding: 2px;
  cursor: pointer;
  width: 40%; }

.payment-captchatextbox {
  float: left;
  width: 70%; }


.digi-payment-captchaassist2 {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_refresh.png");
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  float: left;
  margin: 14px 15px;
  cursor: pointer; }

.digi-payment-captchaassist1 {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_audio.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  float: left;
  margin: 14px 0px;
  cursor: pointer; }

.digi-payment-captchawindow {
  background-color: #f9f9f9;
  width: 50%;
  padding: 5px 15px;
  margin: 20px 0px 10px 0px; }

.digi-payment-name a, .digi-stj-name a {
  text-decoration: none; }

.digi-payment-redeemvoucher {
  float: left;
  color: #333; }

.digi-payment-button2, .digi-error-button, .digi-notify-btn {
  background-color: #fcc200;
  width: 95%; }

.TCanchor {
  cursor: pointer;
  color: #2f267b; }

.digi-payment-anchor:hover, .digi-payment-anchor:focus {
  text-decoration: none; }

/*.digi-payment-paymentmethodbottom {   border: 1px solid #ddd !important; }  */
#net-note {
  margin-top: 15px; }

.hlistyle input[type="radio"] {
  display: none; }

.hlistyle input[type="radio"] + .border {
  border: 2px solid #ffc200;
  border-radius: 12px;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 16px;
  cursor: pointer; }

.hlistyle input[type="radio"]:checked + .border {
  background-color: #fcc200; }

a#img1 img, a#img2 img {
  height: 10px;
  width: 10px; }

.digi-payment-termsconditions {
  margin-top: 14px !important; }

#eminote {
  margin-top: 10px; }

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



.digi-checkout-tab {
  background: #fff;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
  padding: 10px 0px;
  font-size: 14pt;
  font-weight: bold;
  border-left: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  cursor: pointer; }

.digi-checkout-paytab1 {
  background: #fcc200;
  text-align: center;
  padding: 10px 0px;
  font-size: 14pt;
  font-weight: bold;
  border: 1px solid #fcc200;
  cursor: pointer; }

.row-main {
  padding-bottom: 20px; }

.digi-checkout-paytab {
  border-right: 1px solid #E2E2E2; }

/*# sourceMappingURL=common.css.map */
.digi-ptc-maintext {
  margin-top: 10px;
  font-size: 14px; }

.digi-ptc-text {
  font-size: 14px; }

.digi-amt-text {
  text-align: left; }

.digi-payment-namebg {
  background: none;
  padding: 5px 0px 0px 20px;
  font-size: 10px;
  font-weight: bold;
  color: #fff; }

.digi-orderdtotal-background, .digi-orderdtotal-redeemshow {
  background-color: #dfdfdf;
  padding: 10px 4px 10px 5px;
  margin: 0px 15px 0px 0px; }

.sbtl-wght-total {
  font-weight: bold;
  font-size: 15px; }

.digi-amt-weight {
  font-weight: normal;
  font-size: 13px; }

.digi-item-text {
  font-weight: normal !important;
  font-size: 14px !important; }

.digi-payment-backbutton {
  color: #333;
  border: 1px solid #e2e2e2;
  font-size: 12pt;
  font-family: JioTypeW04-Light, kohinoor;
  margin-top: 30px;
  text-align: center;
  border-radius: 25px;
  width: 15%;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 10px; }

span.digi-payment-tc {
  padding-left: 10px; }

.dummy {
  display: none; }

.digi-redeem-font {
  font-size: 14px !important; }

.digi-ship-float {
  float: right; }

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

.redeem-amt {
  display: none; }

.redeem-amt {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px; }

.digi-payment-resetpoints {
  color: #fff;
  float: left;
  background: #263382;
  font-size: 10px;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: center;
  border-radius: 25px;
  width: 40%;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
  margin-top: 10px; }

/********************************** payment-guest-user*********************************/
.digi-ship-redeempoints {
  background-color: #f4f4f4;
  padding: 0px 12px 12px 12px; }

.digi-payment-redeembutton2 {
  background-color: #fcc200;
  font-weight: bold;
  width: 95%;
  padding: 5px 0px;
  opacity: 0.5;
  display: block;
  text-align: center;
  background-color: #fcc200;
  margin-top: 10px;
  color: #333;
  font-size: 12pt;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 25px; }

.digi-ship-crdtpoints {
  padding: 10px 0px; }

.digi-ship-crdtnotifications {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_info.png");
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  width: 12%;
  height: 20px;
  background-size: 20px; }

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

.redeemvoucher-font {
  font-weight: normal !important; }

.anchor-decoration, .anchor-decoration:hover {
  color: #263382;
  text-decoration: underline; }

.digi-payment-redeemvoucher1 {
  float: left;
  font-weight: bold;
  width: 85%;
  font-size: 12px;
  color: #333; }

.digi-payment-redeemvoucher1 span {
  font-weight: bold; }

.digi-ship-redeempointsbutton1 {
  color: #fff;
  background: #263382;
  font-size: 12px;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: center;
  border-radius: 25px;
  width: 50%;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
  margin-top: 10px;
  margin-top: 10px; }

.digi-ship-redeempointsbox {
  float: right;
  width: 60%;
  background-color: #f4f4f4 !important;
  padding: 6px;
  border: 0px;
  border-bottom: 1px solid black; }

.digi-ship-redeemmessage {
  margin: 5px 0px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  font-size: 12px; }

.digi-ship-redeempointsbutton1 {
  cursor: pointer;
  float: right;
  width: 40%;
  background: #263382;
  text-align: center;
  color: #FFF;
  margin-top: 0px;
  font-size: 10px;
  font-family: JioTypeW04-Light, kohinoor;
  border-radius: 25px;
  font-weight: bold;
  padding: 5px; }

.digi-ship-redeemnumid {
  float: left;
  width: 60%;
  /*padding: 7px 0px;*/
  border-radius: 3px;
  background-color: #e2e2e2; }

#cancelredeemedpoint {
  float: left;
  width: 16%;
  color: #263382;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer; }

.otp-color {
  color: #999;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-fgraybtn {
  height: 24px;
  background-color: #263382;
  color: #fff;
  border-radius: 25px;
  padding: 3px 10px;
  width: 77px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }

.digi-borderTop1, .digi-border1, .digi-border1 {
  border-top: 1px solid #e2e2e2; }

.digi-wishlist-bodycontainer {
  padding: 0px 15px; }

.digi-wishlist-container {
  width: 750px;
  margin: 0px auto; }

.digi-wishlist-prod_refine.box {
  float: left;
  margin-right: 15px;
  font-weight: bold;
  font-size: 12pt;
  color: #555;
  font-family: JioTypeW04-Light, Kohinoor;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  padding: 2px 10px;
  background-color: #f0f0f0; }

.digi-wishlist-prod_refine {
  border-bottom: 1px solid #E2E2E2;
  border-top: none;
  /*  margin: 5px 0 10px 0px; */
  padding: 10px 0px; }

.digi-wishlist-prod_refine-box {
  float: left;
  width: 50%;
  font-weight: bold;
  font-size: 12pt;
  color: #263382;
  font-family: JioTypeW04-Light, Kohinoor;
  margin-top: 20px; }

.digi-wishlist-prod_refine-box
.digi-wishlist-prod_refine-sort {
  background-color: white; }

.dig-wishlist-pagination {
  padding-left: 0;
  margin: 20px 0 0px;
  text-align: center;
  list-style: none;
  width: 50%;
  float: left !important;
  clear: none !important; }

.dig-wishlist-pagination li > a, .dig-wishlist-pagination li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 0px;
  border-radius: 15px; }

.dig-wishlist-pagination li > a:hover, .dig-wishlist-pagination li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.dig-wishlist-pagination .next > a, .dig-wishlist-pagination .next > span {
  float: right; }

.dig-wishlist-pagination .previous > a, .dig-wishlist-pagination .previous > span {
  float: left; }

.dig-wishlist-pagination .disabled > a, .dig-wishlist-pagination .disabled > a:hover, .dig-wishlist-pagination .disabled > a:focus, .dig-wishlist-pagination .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.digi-wishlist-prod_list .digi-wishlist-thumb a:focus {
  outline: 1px dotted #000000; }

.digi-wishlist-grid-product-name {
  margin: 4px 0 4px 0; }

.digi-wishlist-grid-product-name a {
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  font-family: JioTypeW04-Light, Kohinoor; }

.digi-wishlist-grid-product-summary {
  margin: 2px 7px 10px 1px;
  font-size: 10pt;
  width: 75%;
  font-family: JioTypeW04-Light, kohinoor;
  float: left; }

.digi-wishlist-product-list .digi-wishlist-prod_list {
  padding: 10px 15px; }

.digi-wishlist-prod_list {
  border: 1px solid #E2E2E2;
  margin: 10px 0px;
  overflow: hidden; }

.digi-wishlist-prod_list .digi-wishlist-thumb {
  min-width: 96px;
  float: left; }

.digi-wishlist-prod_list .digi-wishlist-thumb img {
  padding: 0px;
  margin: 0px 5px 15px 5px;
  height: 96px;
  width: 96px; }

.digi-wishlist-prod_list .digi-wishlist-price {
  color: #000;
  font-weight: bold;
  font-size: 14pt;
  margin: 0;
  text-align: right;
  padding: 0;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-wishlist-prod_refine ul li {
  font-size: 12pt;
  color: #555;
  padding-left: 10px;
  font-family: JioTypeW04-Light, kohinoor;
  float: right; }

.digi-wishList-mainheading {
  margin: 11px 0px;
  font-size: 25pt;
  color: #000;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-wishlist-price img {
  height: 30px; }

.digi-wishlist-prod_refine ul a.dig-wishlist-pagination-back-link {
  width: 25px;
  height: 25px;
  padding: 0;
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/pagination_left.png) 2px 2px no-repeat; }

.digi-wishlist-prod_refine ul a.dig-wishlist-pagination-next-link {
  width: 25px;
  height: 25px;
  padding: 0;
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/pagination_right.png) 2px 2px no-repeat; }

.digi-wishlist-prod_refine a {
  float: left; }

.digi-wishlist-rupee-symbol {
  font-family: JioTypeW04-Light, rupee foradian; }

.digi-header-login1 li {
  display: inline-block;
  list-style-type: none; }

.digi-header-login1 li .content {
  /*font-weight: normal; */ }

.digi-header-login1 .logged_in {
  color: #FFCC00;
  font-weight: bold;
  font-size: 12pt;
  padding-right: 10px; }

.digi-wishlist-price {
  float: right; }

.digi-header-myaccount {
  padding-right: 10px; }

.digi-wishlist-cancel {
  float: right;
  cursor: pointer; }

.popupbutton {
  padding: 10px;
  background-color: #26276b;
  width: 130px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin: 10px;
  cursor: pointer; }

.plp-brandpoupclosebtn {
  cursor: pointer; }

.digi-popup {
  height: 100% !important;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: JioTypeW04-Light, kohinoor;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
  position: fixed; }

.digi-popup-container, .digi-stj-popupContainer {
  width: 80%;
  margin: 70px auto 0px;
  background-color: #fff;
  z-index: 99999;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px; }

.digi-popup-subcontainer {
  margin: 10px 5px;
  padding: 10px;
  /*  background-color: #fff;
    border-radius: 15px;
    position: relative;
    top: 100px;
    width: 850px;
    margin: 0px auto;*/ }

.digi-popup-closebtn {
  color: #000 !important;
  margin: 0px 0px 10px 0px;
  float: right; }

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: scroll;
  display: none;
  background-color: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.popupbgdisabled {
  overflow: hidden;
  position: fixed;
  width: 100%; }

/**************** cart popup desktop***********************/
.digi-my-listheader {
  font-size: 1.1em; }

.digi-cart-listheader {
  border-bottom: 1px solid;
  padding: 0px 0px 5px 20px;
  border-color: #F0F0F0;
  color: #585858;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold; }

/*.digi-cart-itemdes {
  width: 54%;
  float: left;
}*/
.digi-cart-options {
  width: 22%;
  float: left; }

.digi-cart-options div {
  padding: 3px 0px 3px 10px; }

/*.digi-cart-price {
  float: left;
  text-align: left;
  padding-top: 5px;
  width: 12%;
}*/
.digi-cart-price div {
  text-align: left; }

/*.digi-cart-subtotal {
  float: left;
  text-align: center;
  padding-top: 5px;
  width: 12%;
}*/
.digi-cart-subtotal .digi-cart-subtotalHead {
  color: #585858; }

.digi-cart-itemRow {
  padding: 5px 0px 5px 20px; }

.digi-cart-itemRow {
  padding: 5px 0px 5px 20px; }

/*.digi-cart-itemdes {
  width: 54%;
  float: left;
}*/
.digi-cart-img1 {
  float: left;
  height: 90px;
  width: 98px;
  padding-top: 10px; }

.digi-cart-prdimg {
  height: 90px; }

.digi-cart-des {
  float: left;
  padding: 25px 0px 0px 0px;
  color: #686868; }

.digi-cart-des-main {
  font-weight: bold;
  font-size: 16px; }

.digi-cart-deliverTime {
  font-weight: bold;
  color: #000; }

.digi-cart-options {
  width: 22%;
  float: left; }

.digi-cart-options div {
  padding: 3px 0px 3px 0px; }

.digi-cart-label {
  width: 35%;
  float: left;
  color: #686868;
  text-align: left; }

.digi-cart-labeldes {
  width: 50%;
  float: left;
  color: #686868;
  font-weight: bold;
  text-align: left; }

/*.digi-cart-price {
  float: left;
  text-align: left;
  padding-top: 5px;
  width: 12%;
}*/
digi-cart-price div {
  text-align: left; }

.digi-cart-finprc {
  color: #686868;
  font-weight: bold; }

.digi-cart-finprc-label {
  font-weight: normal;
  margin-right: 3px; }

.digi-cart-finprc-amt {
  font-weight: bold;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-cart-subtotal div {
  color: #2C4152; }

.digi-cart-finprc-amt {
  font-weight: bold;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-my-poupreturn {
  margin: 15px 0px 35px;
  padding-top: 1px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #E2E2E2; }

.digi-my-returnreason {
  padding: 30px 50px 10px; }

.digi-my-rreason {
  font-size: 16px;
  padding-bottom: 18px;
  font-weight: bold;
  color: #263382; }

.digi-my-qissue, .digi-my-comment {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.digi-my-qtyissueinputs1 select, .digi-my-qtyissueinputs select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 16px; }

.digi-textbox input, .digi-textbox2 input input {
  margin: 7px 0px 0px 0px;
  height: 2.5em;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 0px 0px transparent inset;
  color: #ccc;
  padding: 8px; }

.digi-my-comment {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.digi-my-comment {
  padding-left: 30px; }

.digi-my-commentinput {
  margin-top: 40px; }

.digi-my-issuescomment {
  width: 100%;
  border: solid 1px #C1BFC0;
  height: 80px; }

.digi-cart-popup-gift-inputMessage {
  resize: none; }

.digi-cart-popup-gift-recepientname, .digi-cart-popup-gift-inputsenderName, .digi-cart-popup-gift-inputMessage {
  margin-bottom: 10px;
  height: 100px;
  border: none;
  padding: 6px 3px;
  font-size: 16px;
  border: 1px solid; }

.digi-my-textleft {
  text-align: right;
  color: #7D7D7D;
  font-size: 1em; }

.digi-my-buttons {
  width: 421px; }

.digi-cart-popup-gift-buttons {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.digi-my-cancel {
  width: 190px;
  padding: 10px 0px;
  background-color: #E3E3E3; }

.digi-cart-popup-gift-CANCEL {
  background: #2f267b;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF; }

.digi-cart-popup-gift-CANCEL, .digi-cart-popup-gift-SAVE, .digi-stj-contactButton {
  float: left;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 10px;
  text-align: center;
  cursor: pointer; }

.digi-cart-popup-gift-SAVE, .digi-stj-contactButton {
  background-color: #FFCC00;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  padding-top: 10px;
  padding-bottom: 10px; }

textarea.digi-my-issuescomment.digi-cart-popup-gift-inputMessage {
  border: 1px solid;
  border-color: #ccc; }

span.line1.col-lg-6 {
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
  width: 45%;
  padding: 7px 0px; }

span.line2.col-lg-6 {
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ccc;
  min-height: 42px;
  width: 45%;
  float: right;
  padding: 7px 0px; }

.popupdisabled {
  position: fixed;
  overflow: hidden;
  width: 100%; }

.digi-my-receiveComment {
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0px 10px 0px; }

.digi-productcompare-prodratingholder {
  margin: 5px 0px 30px 10px; }

.digi-productcompare-prodrating {
  background: transparent url(https://www.jio.com/shop/_ui/desktop/common/images/star_grey.png) repeat-x;
  width: 64px;
  height: 12px;
  display: inline-block; }

.digi-productcompare-prodratingstar {
  background: transparent url(https://www.jio.com/shop/_ui/desktop/common/images/star_yellow.png) repeat-x;
  height: 12px; }

.digi-productcompare-title {
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 25px; }

.digi-productcompare-prodratingtext {
  color: #999999;
  padding-left: 5px; }

.digi-productcompare-text {
  font-family: JioTypeW04-Light, kohinoor;
  color: #999999;
  float: left;
  width: 70%; }

.digi-productcompare-expand {
  float: left;
  width: 30%;
  padding-left: 70px; }

.digi-productcompare-expand li {
  display: inline-block;
  list-style-type: none; }

.digi-productcompare-expandall {
  padding: 0px 10px; }

.digi-productcompare-expandall a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #2F267B; }

.digi-productcompare-prodinfoblock {
  border-bottom: 2px solid #f0f0f0; }

.digi-productcompare-titleholder {
  margin: 40px 0px 20px 0px;
  border-bottom: 2px solid #f0f0f0; }

.digi-productcompare-expand li:nth-child(2) div {
  border-left: 2px solid #f0f0f0; }


.digi-productcompare-prodheader {
  width: 19%;
  float: left;
  border-left: 1px solid #f0f0f0; }

.digi-productcompare-tick {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/icon_tick.png) no-repeat;
  margin: 0px 5px;
  height: 16px;
  width: 22px;
  float: left; }

.digi-productcompare-hyphen {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/icon_dash.png) no-repeat;
  margin: 0px 5px;
  height: 16px;
  width: 22px;
  float: left; }

.digi-productcompare-prodcontent ul {
  padding-left: 14px; }

.digi-productcompare-frow {
  padding-top: 30px !important; }

.digi-productcompare-price {
  text-align: center;
  font-size: 14pt;
  color: #333;
  font-weight: bold; }

.digi-productcompare-rupee {
  font-family: JioTypeW04-Light, rupee foradian; }

.digi-productcompare-fcol {
  float: left;
  width: 24%;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 12pt;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-productcompare-bodycontainer {
  width: 990px;
  margin: 0px auto; }

.digi-productcompare-prodtitle {
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  color: #2F267B;
  text-align: center;
  cursor: pointer; }

.digi-productcompare-prodimg {
  max-height: 200px;
  max-width: 60px;
  margin: 40px auto; }

.digi-productcompare-prodtitleholder {
  padding: 0px 10px; }

.digi-productcompare-prodcontent {
  float: left;
  font-family: JioTypeW04-Light, kohinoor;
  width: 19%;
  padding: 15px;
  border-left: 1px solid #f0f0f0; }

.digi-compare-heading {
  font-family: JioTypeW04-Light, kohinoor;
  color: #1E398E;
  font-size: 14pt;
  padding: 10px 0px;
  border-bottom: 1px solid #f0f0f0; }

.digi-productcompare-viewdetails button {
  background: none no-repeat scroll #2F267B;
  border-radius: 15px;
  text-transform: uppercase;
  text-shadow: none;
  color: #FFFFFF;
  padding: 12px 22px 12px 25px;
  font-family: JioTypeW04-Light, kohinoor;
  border-radius: 25px;
  font-weight: bold;
  margin: 5px 0px 15px 10px;
  border: 0; }

.digi-productcompare-lrow {
  height: 60px; }

.digi-productcompare-expcollapse {
  margin: 0px 0px 20px 0px; }

/***************** About Us ***********************/
.digi-aboutus-body {
  padding: 0px 15px; }

.digi-aboutus-text, .digi-aboutus-content, .digi-aboutus-caption1, .digi-aboutus-caption2 {
  font-family: JioTypeW04-Light, kohinoor; }

.digi-aboutus-caption1 {
  margin: 50px;
  text-align: center; }

.digi-aboutus-caption2 {
  margin: 25px auto;
  width: 45%;
  font-size: 14pt;
  text-align: center; }

.digi-aboutus-background {
  background-color: #ededed;
  margin: 40px auto;
  padding: 10px; }

.digi-aboutus-mainheading {
  font-size: 28pt;
  text-align: center;
  margin: 30px 0px; }

.digi-aboutus-statementblock {
  margin: 40px 0px; }

.digi-aboutus-statementheading {
  font-size: 14pt;
  margin: 20px 0px; }

.digi-aboutus-statement1, .digi-aboutus-statement2 {
  float: left;
  text-align: left; }

.digi-aboutus-imgholder1, .digi-aboutus-imgholder2 {
  height: 393px;
  position: relative;
  float: left;
  width: 47%; }

.digi-aboutus-imgholder1 {
  margin-right: 57px; }

.digi-aboutus-statement1 {
  width: 45%;
  margin-right: 40px; }

.digi-aboutus-statement2 {
  width: 45%;
  margin-right: 45px; }

.digi-aboutus-img {
  height: 393px;
  width: 100%; }

.digi-aboutus-imgtext a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff; }

.digi-aboutus-imgtext a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none; }

.digi-aboutus-imgtext {
  position: relative;
  bottom: 53%;
  text-align: center;
  margin: 0 auto;
  word-wrap: break-word; }

.digi-aboutus-map {
  width: 960px;
  margin: auto; }

.digi-aboutus-map img {
  width: 100%; }

.digi-aboutus-carousel .slick-prev {
  left: 50px !important; }

.digi-aboutus-carousel .slick-dots {
  bottom: 12px; }

.digi-aboutus-carousel .slick-dots li button {
  border: 21;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  padding: 5px;
  cursor: pointer;
  border-radius: 12px; }

.digi-aboutus-carousel .slick-next {
  top: 297px;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/carousel_right.png") no-repeat center;
  width: 38px;
  height: 38px;
  text-indent: -999px;
  position: absolute;
  right: 2px !important;
  top: 48%;
  z-index: 99; }

.digi-aboutus-carousel .slick-prev {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/carousel_left.png") no-repeat center;
  width: 38px;
  height: 38px;
  text-indent: -999px;
  position: absolute;
  z-index: 99;
  left: 2px !important;
  top: 48%; }

.digi-landing-subtext {
  background-color: #fff; }

.digi-aboutus-imgsubtext, .digi-aboutus-imagetext {
  font-size: 18px;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #272158;
  width: 250px;
  margin: 0 auto;
  word-wrap: break-word; }

.digi-aboutus-imagetext:hover, .digi-aboutus-imgsubtext:hover {
  color: #fff;
  border-bottom: 2px solid #272158; }

.digi-aboutus-imgsubtext {
  border-bottom: none;
  text-align: center; }

.digi-aboutus-textsubtext {
  margin-top: 185px; }

#digi-aboutus-imghover {
  display: none; }

#digi-aboutus-landingbricksparent:hover #digi-aboutus-imghover {
  display: block; }

.digi-aboutus-imghover {
  text-align: center;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  cursor: pointer; }

.fnl-headline3, .fnl-faq-headline {
  font-size: 1.8em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: center;
  font-weight: lighter; }

.fnl-headline6a, .fnl-faq-body-quescat ul li > a, .fnl-faq-toggle, .fnl-faq-collapsebodytext {
  color: #585858;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: left; }

.fnl-borderBottom2, .fnl-faq-sliderheadline {
  border-bottom: 1px solid #D6D3D3;
  padding-bottom: 10px; }

.fnl-faq-headline {
  font-size: 25pt;
  color: #000;
  margin: 0px 0px 20px 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #d6d3d3;
  text-align: left; }

.fnl-faq-body-quescat ul {
  line-height: 200%; }

.fnl-faq-body-quescat ul li > a {
  color: #2C4152; }

.fnl-faq-body-quescat ul li > a:hover, .faq-active a {
  color: #000 !important;
  font-weight: bold; }

.fnl-faq-toggle {
  padding-left: 20px;
  height: 22px;
  background-size: 22px 22px;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/ServicePage_FAQ_RightArrow.png");
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: lighter;
  color: #000;
  background-position-y: 30%;
  font-weight: bold; }

.fnl-faq-toggle:hover, .fnl-faq-toggle:focus {
  text-decoration: none; }

.fnl-faq-toggleright {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/ServicePage_FAQ_DownArrow.png") !important;
  background-repeat: no-repeat; }

.fnl-faq-collapsebodytext {
  margin-top: 5px;
  padding: 0px 30px 0px 20px; }

.fnl-faq-collapsebodytext a {
  color: #2c4152;
  text-decoration: underline; }

.fnl-faq-sliderheadlinemain {
  color: #333; }

.fnl-margintop1 {
  margin-top: 10px; }

.fnl-borderBottom2, .fnl-faq-sliderheadline {
  border-bottom: 1px solid #D6D3D3;
  padding-bottom: 10px; }

.fnl-faq-sliderheadline {
  padding-left: 0px;
  margin-bottom: 10px; }

.fnl-faq-expandall {
  float: right;
  text-align: right;
  text-decoration: underline;
  font-size: 1em;
  color: #272158;
  padding-top: 16px;
  cursor: pointer; }

.fnl-headlinestyleinactive {
  font-size: 1.84em;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-error-banner img {
  width: 990px;
  height: 620px; }

.digi-leftRightBorderText {
  overflow: hidden;
  text-align: center;
  color: #333;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0px; }

.digi-leftRightBorderText:before, .digi-leftRightBorderText:after {
  background-color: #E2E2E2;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.digi-leftRightBorderText:before {
  right: 1em;
  margin-left: -50%; }

.digi-leftRightBorderText:after {
  left: 1em;
  margin-right: -50%; }

.digi-error-textcontainer {
  width: 30%;
  float: left;
  position: absolute;
  text-align: center;
  top: 40px;
  left: 775px;
  margin-top: 50px; }

.digi-error-text {
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 14px;
  color: #333;
  padding-bottom: 25px;
  border-bottom: 2px solid #e2e2e2; }

.digi-error-btncluster {
  padding: 0px 35px; }
  .digi-error-btncluster div:nth-child(odd) {
    margin-right: 10px; }

.digi-error-button {
  color: #2F267B;
  width: 48%;
  font-size: 10px;
  font-family: JioTypeW04-Light, kohinoor;
  float: left;
  background-color: #ffffff !important;
  border: 1px solid #e2e2e2; }

/*Hybris Changes*/
.digi-aboutus-carousel .banner .action {
  display: none; }

.digi-aboutus-body .banner .action {
  display: none; }

.digi-aboutus-map .banner .action {
  display: none; }

.digi-payment-checkbox {
  visibility: hidden; }

#ccTerms, #dcTerms, #netTerms {
  font-size: 13px; }

input[type="radio"] {
  display: block;
  border: 2px solid #ffc200;
  border-radius: 12px;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 16px;
  cursor: pointer; }

/*.digi-popup-container {position: relative;width: 96%;top: 15%;left: 0;right: 2%;background-color: #fff;z-index: 99999;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius: 10px; }*/
/*.digi-popup-closebtn {color: #fff !important; }*/
/****************CAF1********************/
.nav-tabs {
  border: 1px solid #ddd; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
  clear: both !important;
  float: none !important; }

.nav-tabs > li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  display: block; }

.nav-tabs > li > a {
  line-height: 1.42857143;
  font-family: JioTypeW04-Light, kohinoor;
  position: relative;
  display: block;
  padding: 10px;
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left; }

.nav-tabs > li > a > div > .digi-caf-unselected {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/unselectedblk.png") no-repeat;
  height: 17px;
  width: 17px;
  float: left; }

.nav-tabs > li.active > a > div > .digi-caf-unselected {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/Selected2.png") no-repeat; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a {
  background-color: transparent; }

.tab-content > .active {
  display: block !important; }

.tab-content > .tab-pane {
  display: none; }

.fade.in {
  opacity: 1; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.digi-caf-topheading, .digi-notify-topheading {
  margin: 20px 0px;
  font-size: 18px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-caf-heading {
  font-weight: bold;
  font-size: 14px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-caf-inputtext, .digi-caf-inputtextdisable, .digi-caf-inputtextsmbrdr {
  border: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
  font-family: JioTypeW04-Light, kohinoor;
  background-color: #fff; }

.digi-caf-inputtextdisable {
  border-bottom: 1px solid #e2e2e2; }

.digi-caf-inputtextsmbrdr {
  border: none;
  padding: 0px;
  margin: 0px; }

.digi-caf-inputtext::-webkit-input-placeholder, .digi-caf-inputtextdisable::-webkit-input-placeholder, .digi-caf-inputtextsmbrdr::-webkit-input-placeholder {
  color: #999999; }

.digi-caf-inputtextdisable::-webkit-input-placeholder {
  color: #f0f0f0; }

.digi-caf-dobpicker {
  width: 420px; }

.digi-caf-customername {
  margin: 30px 0px 0px 15px; }

.digi-caf-customerstatus {
  margin: 20px 50px 0px 15px;
  border-top: 1px solid #F0F0F0;
  padding-top: 20px; }

.digi-caf-subtxt {
  font-size: 12px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-caf-custnameinput div {
  padding: 0px 25px 0px 0px;
  margin-top: 10px; }

.digi-caf-shortborder {
  border-top: 1px solid #999999;
  width: 22%; }

.digi-caf-permanentadd {
  float: left;
  width: 77%; }

.digi-caf-saveresidentadd {
  float: left;
  width: 23%; }

.digi-caf-idproofright {
  margin-top: 25px !important;
  float: left;
  width: 40%; }

.digi-caf-idproofleft {
  float: left;
  width: 55%; }

.digi-caf-nachekbox {
  float: left;
  width: 15%; }

.digi-caf-declarationtext {
  font-size: 14px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-caf-tabheadings {
  width: 130px;
  margin: 0px auto;
  overflow: visible; }

.digi-caf-uploadbtn input[type="file"] {
  display: none; }

.digi-caf-uploadbtn input[type="file"] + label {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/attachfile.png") no-repeat;
  width: 20px;
  height: 25px;
  float: left; }

.digi-caf-uploadbtn, .digi-caf-attacheddocs {
  display: inline-block; }

.digi-caf-crossbtn {
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 14px;
  background-color: #92B5C0;
  padding: 1px;
  width: 26px;
  float: left;
  text-align: center;
  cursor: pointer; }

.digi-caf-uploaddocname {
  float: left;
  margin-left: 10px;
  border: 1px solid #92B5C0;
  background-color: #F4FCFF;
  text-align: center; }

.digi-caf-docname {
  overflow: hidden;
  float: left;
  line-height: 16px;
  width: 120px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 12px;
  padding: 3px 5px;
  background-color: #F4FCFF;
  border: none; }
  
  .digi-caf-docname-po {
  overflow: hidden;
  float: left;
  line-height: 16px;
  width: 120px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 12px;
  padding: 3px 5px;
  background-color: #F4FCFF;
  border: none; }

.digi-caf-docname::-webkit-input-placeholder {
  color: #999999; }

.digi-caf-radiobutton li {
  padding-right: 40px;
  font-family: JioTypeW04-Light, kohinoor; }

.hlistyle.caf input[type="radio"] + .border {
  border: 2px solid #999999; }

.hlistyle.caf input[type="radio"]:checked + .border div {
  background-color: #fcc200;
  width: 14px;
  height: 14px;
  border-radius: 12px;
  margin: 2px; }

.digi-caf-radiobutton {
  margin: 10px 0px;
  width: 100%; }

.digi-caf-border {
  border: 1px solid #999999;
  margin: 30px 0px; }

.digi-faq-terms a {
  text-decoration: underline;
  color: #2f267b;
  font-weight: bold; }

.digi-caf-dropdown, .digi-caf-proofdropdown, .digi-stj-timedropdown {
  border: none;
  border-bottom: 1px solid #999;
  color: #999999;
  -webkit-appearance: none;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/sortfilter.png") no-repeat 100%;
  width: 60px;
  cursor: pointer;
  font-family: JioTypeW04-Light, kohinoor;
  height: 30px;
  background-size: 15px; }

.digi-caf-proofdropdown, .digi-stj-timedropdown {
  width: 240px;
  margin-bottom: 20px; }

.digi-caf-textarea1 {
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  padding-bottom: 5px; }

.digi-caf-TandCcontainer {
  width: 990px;
  margin: 0px auto;
  padding: 0px 15px; }

.digi-tandc-definitions {
  margin-bottom: 20px; }

.digi-caf-termsandconditions, .digi-tandc-validdocs {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }

.digi-caf-container {
  width: 990px;
  margin: 0px auto;
  padding: 0px 15px; }

.digi-border-right {
  border-right: 1px solid #ddd; }

.digi-primarybutton {
  cursor: pointer;
  background-color: #fcc200;
  border-radius: 30px;
  text-align: center;
  background: -webkit-linear-gradient(#FFE04B, #FDDC00);
  background: -o-linear-gradient(#FFE04C, #FDDC00);
  background: -moz-linear-gradient(#FFE04C, #FDDC00);
  background: linear-gradient(#FFE04C, #FCC200);
  padding: 10px 0px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 16px;
  color: #585858;
  font-weight: bold;
  width: 200px; }

.digi-caf-margint6 {
  margin-top: 6px; }

.digi-caf-posrltv {
  position: relative;
  bottom: 14px; }

.digi-cp-headline3, .digi-cp-headline {
  font-size: 1.8em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: center;
  font-weight: lighter;
  color: #000; }

.digi-cp-padding6 {
  padding: 20px 0px; }

.digi-cp-container {
  width: 990px;
  margin: 0px auto; }

.digi-cp-calluscontainer {
  position: relative;
  font-color: white; }

.digi-cp-callus {
  position: absolute;
  top: 80px;
  margin-left: 50px;
  text-align: center;
  color: #fff;
  font-family: JioTypeW04-Light, kohinoor;
  width: 65%;
  font-size: 12px; }

.digi-margin10 {
  margin: 5px 0px; }

.digi-cp-callus.digi-aligncenter {
  margin-left: 57px; }

.digi-cp-imglogo {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/MyAccountLP.png") !important;
  background-repeat: no-repeat;
  height: 281px;
  width: 312px;
  background-position-x: 11px;
  background-position-y: 16px; }

.digi-cp-writeus {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/MyAccountLP.png") !important;
  background-repeat: no-repeat;
  height: 281px;
  width: 312px;
  background-position-x: 11px;
  background-position-y: 16px; }

.digi-cp-contactus {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/MyAccountLP.png") !important;
  background-repeat: no-repeat;
  height: 281px;
  width: 312px;
  background-position-x: 11px;
  background-position-y: 16px; }

.digi-cp-resultheader {
  border-bottom: 1px solid #e2e2e2;
  width: 113%; }

.digi-cp-subheadline {
  color: #333;
  font-size: 1.59em;
  font-family: JioTypeW04-Light, Kohinoor; }

.digi-leftRightBorderText {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  margin: 20px 0px; }

.digi-padding5 {
  padding: 40px 0px; }

.digi-cp-img-text-line1-underline2 {
  border: 1px solid #333;
  width: 32px;
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
  margin-top: 8px; }

.digi-cp-img-text-line1-underline div {
  border: 1px solid #333;
  width: 32px;
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
  margin-top: 8px; }

.digi-cp-upscroll {
  width: 2%;
  float: left;
  line-height: 11em; }

.digi-us-needhelp {
  margin-top: 100px;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
  height: 195px; }

.digi-cp-needhelp-qust {
  color: #333;
  font-size: 18px;
  padding-bottom: 10px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-cp-needhelp-descrptn {
  padding-left: 22px;
  padding-right: 30px;
  font-weight: normal;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 15px; }

.digi-us-orderdeliveryCon {
  display: none; }

.digi-us-orderdelivery {
  margin-top: 15px;
  color: #ccc; }

.digi-cp-block-header {
  color: #333;
  padding-bottom: 5px;
  font-weight: normal;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 14px; }

.digi-cp-myorder a {
  font-size: 12px;
  color: #263382;
  text-decoration: underline;
  margin-left: 138px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-us-myorder {
  margin-top: 2px;
  margin-bottom: 5px; }

.clearboth {
  clear: both; }

.digi-cp-popupalignmt {
  padding: 148px 4px; }

.digi-us-comment {
  min-height: 0px;
  margin-top: 8px;
  font-weight: normal; }

.digi-us-btn {
  text-align: left;
  padding-left: 0px;
  padding-top: 0px;
  font-weight: bold; }

.digi-us-btnselect {
  line-height: 15px;
  margin-top: 40px; }

.digi-cp-placeholdercolor::-webkit-input-placeholder {
  color: #929292; }

.digi-cp-placeholdercolor:-moz-placeholder {
  color: #929292; }

.digi-cp-placeholdercolor::-moz-placeholder {
  color: #929292; }

.digi-cp-placeholdercolor:-ms-input-placeholder {
  color: #929292; }

.digi-cp-select_issue div {
  line-height: 5px;
  padding: 15px;
  cursor: pointer;
  padding-right: 0px; }

.digi-cp-top_queries {
  width: 45%;
  float: left; }

.digi-cp-queryheader {
  font-weight: normal; }

.digi-cp-faq {
  margin-top: 10px;
  font-size: 13px;
  line-height: 2em; }

.digi-cp-feedback_link {
  color: #333;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0px;
  cursor: pointer; }

#digi-cp-popup-container {
  line-height: 200%;
  padding: 20px 50px; }

#digi-cp-popup-rows {
  padding: 15px 0px; }

#digi-cp-head {
  border-bottom: 1px solid #E2E2E2;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#digi-cp-head div {
  font-weight: bold;
  font-size: 15px;
  color: #333; }

#digi-cp-popup-col1 {
  width: 24%;
  padding-right: 15px;
  float: left;
  font-weight: bold; }

#digi-cp-popup-col1 input {
  margin-bottom: -3px;
  margin-right: 3px;
  font-size: 13px; }

#digi-cp-popup-col2 {
  width: 18%;
  padding-right: 10px;
  float: left;
  font-size: 13px;
  text-align: left;
  color: #999999; }

#digi-cp-popup-col3 {
  width: 25%;
  padding-right: 0px;
  float: left;
  font-size: 14px;
  text-align: left; }

#digi-cp-popup-col4 {
  width: 12%;
  padding-right: 10px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  text-align: left; }

#digi-cp-popup-col5 {
  width: 20%;
  padding-right: 15px;
  float: left;
  font-size: 12px;
  text-align: right;
  color: #FCC200;
  font-weight: bold; }

#digi-cp-popup-col5 img {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  margin-bottom: 5px; }

.digi-cp-select_issue {
  float: left;
  font-size: 12px;
  cursor: pointer;
  padding-right: 0px;
  font-family: JioTypeW04-Light, kohinoor;
  vertical-align: middle; }

.digi-cp-need_help {
  display: block;
  text-align: center;
  border: 1px solid #e2e2e2;
  font-weight: bold;
  margin-top: 15px; }

.digi-cp-feedbackinput {
  width: 30%; }

.digi-cp-select_issue .cp-syq-active {
  border: 1px solid #E2E2E2;
  border-right: none;
  color: #263382 !important;
  left: 2px;
  z-index: 1001;
  background-color: #fff;
  position: relative; }

.digi-feedback-form {
  width: 33.33%;
  margin: 0px auto; }

.digi-cp-captchacontainer {
  background-color: black; }

.digi-us-btns {
  text-align: center;
  padding-left: 0px;
  padding-top: 0px;
  font-weight: bold; }

.digi-cp-ffline {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_collapse.png");
  background-repeat: no-repeat;
  background-position: right;
  /*position: relative; top: -52px;*/
  width: 25px;
  height: 25px;
  width: 100%;
  margin-left: 2%;
  cursor: pointer; }

.digi-cp-ffline1 {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_rotate.png") !important; }

.digi-cp-buttons {
  cursor: pointer; }

.digi-cp-optionleft {
  border: none; }

.digi-cp-display {
  display: none; }

.digi-cp-captchawindow {
  width: 100%; }

.digi-payment-button2.digi-cp-button2, .digi-cp-button2.digi-error-button, .digi-notify-btn {
  width: 33%;
  float: left;
  margin: 10px 5px 0px 0px;
  padding: 6px 0px;
  border-radius: 20px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 14px; }

.digi-cp-button1 {
  background-color: #2F267B;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  width: 33%;
  padding: 7px 0px;
  margin: 10px 10px 0px 15px;
  border-radius: 20px;
  float: left;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-cp-button1.digi-cp-buttonreset {
  width: 30%;
  padding: 5px;
  font-family: JioTypeW04-Light, kohinoor;
  margin-left: 70px; }

.digi-payment-button2.digi-cp-button2.digi-cp-buttonsave, .digi-cp-button2.digi-cp-buttonsave.digi-error-button, .digi-cp-buttonsave.digi-notify-btn {
  width: 30%;
  padding: 5px;
  float: left;
  font-size: 14px; }

.digi-cp-toggle {
  height: 0px; }

.digi-headline6a, .digi-faq-body-quescat ul li > a, .digi-faq-toggle, .digi-faq-collapsebodytext {
  color: #585858;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: left; }

.digi-cp-toggleright {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/ServicePage_FAQ_DownArrow.png") !important;
  background-repeat: no-repeat; }

.digi-cp-toggle {
  padding-left: 20px;
  height: 22px;
  background-size: 22px 22px;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/ServicePage_FAQ_RightArrow.png");
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: lighter;
  color: #000;
  background-position-y: 15%;
  font-weight: bold; }

.digi-cp-collapsebodytext {
  margin-top: 5px;
  padding: 0px 30px 0px 20px;
  color: #585858;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: left;
  font-weight: normal; }

.digi-cp-toggle#faqtoggle3 {
  height: 40px; }

.digi-cp-fbtu.digi-aligncenter.digi-marginb5 {
  font-family: JioTypeW04-Light, kohinoor; }

a.digi-cp-feedback_link:hover {
  color: #263382;
  border-bottom: 1px solid #FCC200; }

.inactive {
  display: none; }

.active {
  display: block; }

/************* General classes ***********/
.digi-textbox input, .digi-textbox2 input input {
  margin: 7px 0px 0px 0px;
  height: 2.5em;
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0px 0px transparent inset;
  color: #ccc;
  padding: 8px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 12px; }

.digi-cart-popup-gift-inputMessage {
  resize: none;
  display: block;
  margin-bottom: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding: 6px 3px; }

.digi-addpopupfooter {
  text-align: center;
  padding: 16px; }

.digi-us-btn {
  text-align: left;
  padding-left: 0px;
  padding-top: 0px;
  font-weight: bold; }

.digi-cp-myissuescomment {
  width: 100%;
  border: solid 1px #e2e2e2;
  height: 80px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 12px; }

/*pop up*/
.digi-cp-popup {
  height: 100% !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: JioTypeW04-Light, kohinoor;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
  position: fixed; }

.digi-cppopup-maincontainer {
  position: relative;
  width: 96%;
  top: 15%;
  left: 25px;
  right: 2%;
  background-color: #fff;
  z-index: 99999;
  border-radius: 10px;
  -webkit-border-radius: 10px; }

.digi-cppopup-subcontainer {
  margin: 10px 5px;
  padding: 10px; }

.digi-popup-closebtn {
  color: #000 !important;
  margin: 0px 0px 10px 0px;
  float: right; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

span.digi-cp-closeimg img {
  height: 12px;
  width: 12px;
  cursor: pointer; }

.digi-payment-button2.digi-cp-button2.digi-cp-buttonselect, .digi-cp-button2.digi-cp-buttonselect.digi-error-button, .digi-notify-btn {
  float: left;
  width: 10%;
  margin: 5px; }

/*radio button*/
.digi-cp-radiomarkselected {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/radio-btn_selected.png") !important; }

.digi-cp-radiomark {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/radio-btn.png");
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 24px;
  cursor: pointer;
  background-position-y: 5px;
  background-position-x: 5px;
  background-size: 15px 15px; }

/*Border*/
.digi-cp-leftrightbordertxt {
  margin: 20px auto; }

.digi-cp-leftrightbordertxt ul {
  list-style: none;
  display: inline; }

.digi-cp-leftborder {
  width: 35%;
  border-bottom: 1px solid #e2e2e2;
  float: left;
  padding-bottom: 15px; }

.digi-cp-submitquerytxt {
  width: 30%;
  font-size: 1.7em;
  float: left;
  text-align: center;
  color: black;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold; }

.digi-cp-rightborder {
  width: 35%;
  border-bottom: 1px solid #e2e2e2;
  float: left;
  padding-bottom: 15px; }

.digi-cp-leftborder2 {
  width: 25%; }

.digi-cp-rightborder2 {
  width: 25%; }

.digi-cp-feedbacktxt {
  width: 50%; }

/****************** Header *********************************/
.digi-header-login {
  font-size: 12pt;
  color: #333;
  float: right;
  padding-top: 20px;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold; }

.digi-header-logoimg {
  height: 75px;
  width: 75px;
  background-position: center; }

.digi-header-logocontainer img {
  width: 75px;
  height: 75px;
  float: left; }

.digi-header-logocontainer {
  width: 78% !important;
  float: left; }

.digi-header-list a#loginreg {
  color: #FFC200; }

.digi-header-checkout {
  border-radius: 30px;
  padding: 10px 0px;
  float: left;
  width: 55%;
  text-align: center;
  background-color: #FCC200;
  cursor: pointer; }

.digi-header-cartimg {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_cart.png") no-repeat;
  height: 22px;
  width: 25px;
  background-position: center;
  float: left;
  background-size: 20px; }

.digi-header-cartimgnumber {
  float: left;
  width: 45%;
  box-sizing: border-box;
  padding: 8px 0px;
  text-align: center; }

span.digi-header-cartname {
  font-weight: normal;
  padding: 0px 5px; }

.digi-header-cartnum {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  display: inline-block;
  line-height: 26px;
  margin-right: 2px;
  font-weight: bold; }

.digi-header-cartcontainer {
  width: 22% !important;
  float: right;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold; }

.digi-header-homemain {
  margin-top: 22px; }

.digi-header-cartholder {
  padding-top: 30px; }

.digi-header-homeimg a:hover {
  border-bottom: 3px solid #2F267B; }

.digi-header-homeimg a {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/icon_home.png") no-repeat;
  height: 30px;
  width: 30px;
  float: left;
  background-position: center;
  border-bottom: 3px solid #fff; }

.digi-header-homeiconsholder ul {
  width: 100% !important;
  margin: auto;
  margin-left: 0px;
  padding-left: 0px; }

.digi-header-homeiconlist {
  float: left;
  width: 75% !important;
  border-bottom: 1px solid #f0f0f0; }

.digi-header-homeiconlist ul {
  list-style: none; }

.digi-header-navigationbutton {
  float: left;
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  padding: 0px 20px;
  font-size: 12pt;
  margin-top: 5px;
  cursor: pointer; }

.digi-header-navigationbutton2 {
  float: left;
  border-bottom: 1px solid #333;
  width: 25% !important;
  padding: 5px;
  line-height: 0; }

.digi-header-navigationbutton2 #search {
  border: 0px;
  outline: 0;
  width: 210px;
  padding: 0px; }

img.digi-searchimg {
  width: 20px;
  height: 20px; }

/*********************** Footer ******************************/
.digi-footer-body {
  padding: 50px 0px 30px 0px; }

.digi-footer-content {
  width: 990px;
  margin: 10px auto 0px auto; }

.digi-footer-headline {
  font-family: JioTypeW04-Light, kohinoor;
  font-weight: bold;
  font-size: 12pt; }

.digi-footer-vmenulist ul {
  display: inline;
  list-style-type: none;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-footer-vmenulist li {
  padding-bottom: 0.5em;
  float: none; }

.digi-footer-followuson {
  float: left;
  padding-right: 10px; }

.digi-footer-row1 {
  border-top: 2px solid #F0f0f0; }

.digi-footer-row2 {
  padding: 20px 15px 15px 10px;
  border-top: 1px solid #F0f0f0; }

.digi-footer-row1, .digi-footer-row2 {
  border-bottom: 1px solid #F0f0f0; }

.digi-footer-hmenulist li {
  display: inline-block; }

.digi-footer-hmenulist ul {
  margin: auto; }

.digi-footer-column {
  float: left;
  width: 25%;
  padding: 10px 30px; }

.digi-footer-body a {
  color: #333;
  text-decoration: none; }

.digi-footer-body a:hover {
  color: #333;
  text-decoration: none; }

ul.hulstyle li {
  padding: 0px 5px; }

ul.hulstyle li:nth-child(1) div {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/icon_facebook.png) no-repeat;
  height: 24px;
  width: 23px;
  background-position: center; }

ul.hulstyle li:nth-child(2) div {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/icon_twitter.png) no-repeat;
  height: 24px;
  width: 23px;
  background-position: center; }

ul.hulstyle li:nth-child(3) div {
  background: url(https://www.jio.com/shop/_ui/desktop/common/images/icon_linkedin.png) no-repeat;
  height: 24px;
  width: 23px;
  background-position: center; }

.digi-stj-contactButton {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 47px;
  background: -webkit-linear-gradient(#FFE04B, #FDDC00);
  background: -o-linear-gradient(#FFE04C, #FDDC00);
  background: -moz-linear-gradient(#FFE04C, #FDDC00);
  background: linear-gradient(#FFE04C, #FCC200);
  padding: 10px 0px;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 16px;
  color: #585858;
  font-weight: bold;
  width: 200px; }

.digi-stj-contactUs {
  overflow: hidden; }

.digi-stj-time {
  color: #333; }

.digi-stj-headmarg {
  margin-bottom: 0px; }

.digi-stj-popupContainer {
  width: 70%; }

.digi-stj-margin {
  margin: 0px 0px 0px 40px; }

.digi-stj-marginleft {
  margin: 20px 0px 0px 50px; }

.digi-stj-custname div, .digi-stj-custMobile div, .digi-stj-custemail div, .digi-stj-custpincode div, .digi-stj-custcircle div {
  padding-left: 0px;
  padding-right: 25px; }

.digi-stj-timedropdown {
  width: 380px;
  padding-left: 0px;
  font-size: 14px; }

.digi-ab-name, .digi-ab-mobile span {
  font-weight: bold; }

.digi-stj-Address1 {
  font-family: JioTypeW04-Light, kohinoor;
  width: 385px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #e2e2e2;
  padding: 20px;
  text-align: center; }

.digi-stj-mandateMsg {
  color: red;
  font-size: 14px; }

.errmsg {
  color: red;
  text-align: center;
  margin-top: 10px; }

input.stj-pincode-text {
  height: 30px !important;
  color: #333;
  font-size: 14px;
  width: 200px;
  height: 25px;
  webkit-border-radius: 3px;
  display: inline; }

.digi-stj-minHeight {
  height: 450px;
  overflow-y: scroll; }

.digi-stj-inputtext {
  border: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
  font-family: JioTypeW04-Light, kohinoor;
  background-color: #fff; }

.digi-stj-inputtext::-webkit-input-placeholder {
  color: #999999; }

.digi-textbox input::-webkit-input-placeholder {
  color: #999999; }

.digi-stj-faqLink {
  margin-right: 50px;
  border-bottom: 1px solid #2F267B;
  color: #2F267B; }

.digi-stj-headLiner {
  font-size: 16px;
  padding-bottom: 18px;
  font-weight: bold;
  color: #263382; }

.digi-stj-pincheck {
  background-color: #fcc200;
  border-radius: 30px;
  text-align: center;
  color: #333;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 1em;
  padding: 6px 40px;
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  display: inline;
  margin-left: 10px; }

.digi-stj-errorAlign {
  text-align: center;
  margin-right: 200px; }

.digi-stj-custcircle {
  margin-top: 100px;
  padding: 0px 0px 0px 3px; }

.digi-stj-name {
  float: left;
  margin: 0px 0px 0px 50px; }

input#Circle {
  padding-left: 3px; }

.digi-stj-popupbutton {
  padding: 10px;
  background-color: #26276b;
  width: 160px;
  color: #fff !important;
  text-align: center;
  border-radius: 25px;
  margin: 10px;
  cursor: pointer; }

.digi-stj-infomsg {
  font-family: JioTypeW04-Light, kohinoor;
  color: #263382;
  font-weight: bold;
  font-size: 14px;
  padding-top: 10px; }

.digi-popupbtn {
  width: 155px; }

ol.digi-mnp-list {
  list-style-type: upper-alpha; }

.digi-mnp-collapsebodytext {
  padding: 10px 20px; }

.digi-mnp-subpadding {
  padding: 20px; }

#mnpoptions {
  height: 400px;
  overflow: auto; }

.digi-mnp-padding {
  padding-left: 75px; }

.digi-mnp-popup {
  height: 600px !important;
  width: 70%;
  background-color: #fff;
  font-family: JioTypeW04-Light, kohinoor;
  z-index: 99999;
  left: 188px;
  overflow-y: auto;
  display: none;
  position: relative;
  -webkit-border-radius: 10px; }

.mnp-poupclosebtn {
  cursor: pointer;
  margin-bottom: 5px; }

.digi-mnp-bold {
  padding-right: 5px;
  font-weight: bold;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/carousel_down.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 12px;
  background-position: 1px;
  float: left; }

.digi-mnp-uparrow {
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/ServicePage_FAQ_RightArrow.png");
  background-repeat: no-repeat;
  height: 22px;
  background-position-y: 30%; }

.digi-mnp-downarrow {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/ServicePage_FAQ_DownArrow.png") !important;
  background-repeat: no-repeat;
  height: 22px;
  background-position-y: 30%; }

.digi-mnp-toggle {
  color: #585858;
  font-size: 1em;
  font-family: JioTypeW04-Light, kohinoor;
  text-align: left;
  padding-left: 20px;
  cursor: pointer;
  font-weight: lighter;
  color: #000;
  font-weight: bold; }

.digi-notify-subitem {
  border: 0px;
  border-bottom: 1px solid #999999;
  width: 100%;
  margin: 10px 12px 0px 10px;
  font-size: 14px; }

.digi-notify-emailholder {
  padding-bottom: 25px; }

.digi-notify-numberholder {
  padding-bottom: 25px; }

.digi-notify-message {
  padding: 0px 0px 15px 25px;
  font-family: JioTypeW04-Light, kohinoor; }

.digi-notify-checkbox {
  float: left; }

.digi-notify-btn {
  float: none;
  margin-left: 470px;
  margin-bottom: 25px; }

.digi-notify-disabled {
  opacity: 0.5; }

.digi-notify-emptyMsg {
  color: red;
  display: none;
  padding: 10px 0px 25px 10px; }

.digi-notify-checkbox {
  display: none;
  font-size: 2em; }

.digi-notify-checkbox + .digi-notify-label {
  float: left;
  height: 16px;
  width: 16px;
  text-align: left;
  background: url("https://www.jio.com/shop/_ui/desktop/common/images/Check-box.png") no-repeat;
  background-size: 16px;
  margin-bottom: 0px; }

.digi-notify-checkbox:checked + .digi-notify-label {
  background-image: url("https://www.jio.com/shop/_ui/desktop/common/images/Tick.png") !important;
  background-repeat: no-repeat;
  border: 1px solid #999999;
  background-size: 11px;
  background-position: 1px 1px; }

.digi-notify-text {
  font-family: JioTypeW04-Light, kohinoor;
  color: #2F267B;
  padding: 10px 10px;
  font-weight: bold; }

.digi-notify-topheading {
  border-bottom: 1px solid #e2e2e2;
  margin: 10px 0px 10px 10px;
  padding-bottom: 15px; }

.digi-numSel-radiolist {
  display: inline-block;
  padding: 0px !important; }

li.digi-numSel-radiolist {
  font-size: 1.1em !important;
  margin: 20px 0px; }

.digi-caf-radiobutton ul li input {
  display: none; }

.digi-caf-radiobutton ul li input + .digi-caf-label2 {
  height: 14px;
  width: 14px;
  float: left;
  margin: 4px 5px 0px 0px;
  border: 1px solid #272158;
  border-radius: 10px; }

.digi-caf-radiobutton ul li input:checked + .digi-caf-label2 div {
  background-color: #FCC200;
  margin: 2px;
  padding: 4px;
  border-radius: 19px;
  height: 6px;
  width: 6px;
  text-align: center; }

.digi-numSel-pincheck {
  background-color: #fcc200;
  border-radius: 30px;
  color: #333;
  font-family: JioTypeW04-Light, kohinoor;
  font-size: 1.2em;
  padding: 10px 60px;
  font-weight: bold;
  cursor: pointer;
  display: inline;
  margin-bottom: 20px; }
  
.digi-error-bannerm img {
 width: 100%;}
.digi-maintenance-leftRightBorderTextm:before, .digi-maintenance-leftRightBorderTextm:after {
  background-color: #FCC200;
  content: "";
  display: inline-block;
  height: 2px; 
  position: relative;
  vertical-align: middle;
  width: 50%; }
.digi-maintenance-leftRightBorderTextm:before {
  right: 1em;
  margin-left: -50%; 
  background-color: #FCC200; }
.digi-maintenance-leftRightBorderTextm:after{
  left: 1em;
  margin-right: -50%;
  background-color: #FCC200;}
.digi-maintenance-textcontainerm{
  font-family:JioTypeW04-Light, kohinoor;
  top:18%;
  left:25%;
  right: 2%; 
  position:absolute; 
  text-align: center;  
  border-bottom: 2px solid #fcc200; }
.digi-maintenance-textm{
  font-family:JioTypeW04-Light, kohinoor;    
  color:#333; 
  padding-bottom:25px; 
  width: 90%;  
  margin: 0px auto; }
.digi-maintenance-leftRightBorderTextm {
  overflow: hidden;   
  text-align: center;  
  color: #2f267b;  
  font-family: JioTypeW04-Light, kohinoor;  
  font-weight: bold;   
  margin: 20px 0px; }
  
@media (max-width: 767px){
   .digi-maintenance-textm{font-size:1.1em; }
   .digi-maintenance-leftRightBorderTextm {font-size:1.2em; }
}
@media (min-width: 768px){
       
  .digi-maintenance-textm{font-size:1.3em; }
  .digi-maintenance-leftRightBorderTextm {font-size:1.4em; }
}  

 #bundleAccordion div{
height:auto!important;
}
 div#epcBundleModal .modal-open {
  overflow: hidden;
}
div#epcBundleModal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
div#epcBundleModal .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
div#epcBundleModal .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
div#epcBundleModal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
div#epcBundleModal .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
div#epcBundleModal .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
div#epcBundleModal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
div#epcBundleModal .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
div#epcBundleModal .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
div#epcBundleModal .modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  
}
div#epcBundleModal .modal-header .close {
  margin-top: -2px;
}
div#epcBundleModal .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
div#epcBundleModal .modal-body {
  position: relative;
  padding: 15px;
}
div#epcBundleModal .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
div#epcBundleModal .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
div#epcBundleModal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
div#epcBundleModal .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
div#epcBundleModal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  div#epcBundleModal .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  div#epcBundleModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  div#epcBundleModal .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  div#epcBundleModal .modal-lg {
    width: 900px;
  }
} 
div#epcBundleModal button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
} 

/*# sourceMappingURL=custom.css.map */
