
/*taken from global */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  text-rendering: optimizeSpeed;
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

ul,
li {
  padding: 0px;
  margin: 0px;
}

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

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size: $default-font-size;
  scrollbar-width: none;
  scroll-behavior: smooth;

  color: #000000;

  //background-color: #fafafa;
}

a {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #000;
}

figure {
  margin: 0;
}

strong,
b {
  font-family: "Montserrat", sans-serif;
}

h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: $h1-font-size;
  line-height: $h1-line-height;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: $h2-font-size;
  line-height: $h2-line-height;
  margin: 0;
  padding: 0;
  font-weight: 900;
}

p {
  padding: 0px;
  margin: 0px;
}
/* taken from common */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.clearfix{clear:both;}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
p,
h1,
h2,
h3,
h4,
h5,
ul,
li,
a,
label {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tac{text-align: center;}
.smsg{padding-top:25px;font-size:24px;padding-bottom:12px;font-weight:bold}
.omsg{font-size:16px; padding:0px 10px 0px 10px; line-height:22px;}
.fs13{font-size:13px}
.lsymbol{padding-top:60px;}
.lsymbol img{height:45px;width:68px;}
.js_appLink{font-weight: 500;text-decoration: underline;}
.pb12px{padding-bottom:12px}
.allspiteimg.sorryMsg{width:68px;height:45px;background-position:2px -226px; background-size: 80px;}
.subsmainDiv.js_appPromt{border-top: solid 1px #e7e7e7;margin-top:20px;}
.WebRupee {
  padding-right: 3px;
  font-size: 15px;
  /*font-family: "WebRupee";*/
}
.montserrat_font {
  font-size: 18px;
  font-weight: 900;
}
.btn {
  line-height: 1;
  color: #e91f3e;
  border-radius: 40px;
  border: 1px solid #c0c0c0;
  min-width: 315px;
  padding: 15px 0 15px;
  display: inline-block;
  margin-bottom: 0;
  /*height: 48px;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}
.btn-red {
  background-color: #e91f3e;
  color: #ffffff;
  border: none;
}

.cnacelbtn {
  padding: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}

.header1 {
  position: relative;
  max-width: 500px;
  margin: auto;
  text-align: center;
  padding: 25px 0 8px;
 }
 .header1 .allspiteimg {
    display: inline-block;
    background: url("https://img.etimg.com/photo/msid-77121864,quality-100/sprite.jpg");
    background-size: 110px;
    /*zoom: 0.5;*/
  }
  .header1 .nw_et_logo {
    width: 245px;
    height: 26px;
    background: url("https://img.etimg.com/photo/msid-77123630,quality-100/header.jpg");
    background-size: 246px;
  }
.displayInlineBlock {
  display: inline-block;
  vertical-align: middle;
}
.allspiteimg {
  display: inline-block;
  background: url("https://img.etimg.com/photo/msid-77121864,quality-100/sprite.jpg");
  background-size: 110px;
  /*zoom: 0.5;*/
}
.warningmsg {
  width: 50px;
  height: 50px;
  background-position: 0px -952px;
  background-size: 80px;
}
.shapeCopy {
  width: 20px;
  height: 20px;
  background-position: 0px -19px;
  background-size: 30px;
}
.subdetlsboxexpired .shapeCopy {
  width: 20px;
  height: 20px;
  background-position: 0px -338px;
  /*zoom: 0.4 !important;*/
}
.subdetlsboxCancelled .shapeCopy {
  width: 20px;
  height: 20px;
  background-position: 0px -231px;
  /*zoom: 0.2 !important;*/
}
/*Start Subscription setting*/
#renewMsg{border-top:1px solid #e6e6e6;
    padding-top:15px;
   /*margin-bottom:15px;*/
    text-align:left;
}
#renewMsg p{
    padding:10px 0px 15px 0px;
    
}
.subscst {
  background: #f5f5f5;
  border-bottom: solid 1px #e6e6e6;
  padding: 0;
}

.subscst .logoLeft {
  float: left;
  padding: 15px 0;
  width: 100%;
}
.subscst .logoLeft a {
  display: inline-block;
  vertical-align: middle;
}
.userMain {
  text-align: right;
  line-height: 17px;
  position: relative;
  padding: 2px 0;
  float: right;
  min-width: 250px;
}
.userimg {
  position: relative;
  float: right;
  width: 75px;
  cursor: pointer;
}
.userimg img {
  border: solid 3px #fff;
  border-radius: 3000px;
  margin: 0 15px 0 10px;
  max-width: 64%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.userimg .fa-angle-down {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  color: #9b9797;
  font-size: 18px;
}
.userMain .username {
  margin: 10px 0 0;
  padding: 7px 0;
}
.userdd {
  position: absolute;
  top: 54px;
  width: 225px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 3px;
  left: -135px;
  display: none;
}
.userimg:hover .userdd {
  display: block;
}
.userdd:before,
.userdd:after {
  position: absolute;
  z-index: 0;
  content: "";
}
.userdd:before {
  left: 167px;
  top: -10px;
  border-bottom: 10px solid #e2e2e2;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.userdd:after {
  left: 169px;
  top: -8px;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.userdd li {
  display: block;
  border-bottom: 1px solid #e2e2e2;
}
.userdd li a {
  display: block;
  overflow: hidden;
  padding: 10px;
  color: #666;
  text-align: left;
}
.userdd li:first-child a:hover {
  background-color: #ffffff;
  color: #666;
}
.userdd li a:hover {
  background-color: #21b9c7;
  color: #fff;
}

/* Style the tab */
.tabvar {
  float: left;
  width: 30%;
  margin: 60px 0 0;
  padding: 0 15px;
}

/* Style the buttons inside the tabvar */
.tabvar button {
  position: relative;
  display: block;
  background-color: inherit;
  color: #333;
  padding: 15px;
  margin: 5px 0;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.tabvar button i {
  color: #ccc;
  font-size: 18px;
  margin-right: 8px;
  width: 20px;
}
.tabvar button em {
  position: absolute;
  right: 12px;
  top: 70%;
  margin-top: -25px;
  font-size: 30px;
  color: #a5a5a5;
  display: none;
}
.tabvar button:hover em,
.tabvar button.active em {
  display: block;
}
/* Change background color of buttons on hover */
.tabvar button:hover {
  background-color: #eee;
}
.tabvar button:hover i,
.tabvar button.active i {
  color: #4cb6cb;
}

/* Create an active/current "tabvar button" class */
.tabvar button.active {
  background-color: #eee;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 15px 0 40px;
  width: 70%;
  border-left: none;
}
.main_heading {
  border-bottom: solid 1px #e7e7e7;
  line-height: 24px;
  height: 12px;
  font-size: 20px;
  color: #333;
  text-align: center;
  margin: 20px 20px 27px;
  font-weight:bold;
}
.main_heading div {
  padding: 0 15px 0 15px;
  background: #fff;
  display: inline-block;
  margin-left: 0px;
}

.main_heading span {
  display: inline-block;
}
.subdetlsbox {
  border: solid 1px #e6e6e6;
}
.subdetlsboxexpired {
  color: #000000;
}
.activesec {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 7px;
}
.activesec .actleft {
  float: left;
  color: #41af85;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
.subdetlsboxCancelled .activesec .actleft {
  color: #e91f3e;
}
.subdetlsboxexpired .activesec .actleft {
  color: #ff8b00;
}
.activesec .actleft span {
  vertical-align: middle;
}

.activesec .transrght {
  float: right;
  font-size: 13px;
}
.subscdetls {
  padding: 20px 15px 15px;
}
.prev .subscdetls {color: #575757;}
.subdelsleft {
  float: left;
}

.subdelsleft h3 {
  font-size: 19px;
  margin: 0 0 10px;
}
.subdelsleft p {
  font-size: 14px;
  margin: 0 0 5px;
}
.subdelsright {
  float: right;
  text-align: right;
}
.subdelsright h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.subdelsright h4 {
  font-size: 14px;
  margin: 0 0 5px;
}
.subdelsright p {
  font-size: 12px;
}
.subdowncanmain {
  text-align: right;
  margin: 20px 0 15px;
  padding: 15px;
}
.subdowncanmain a {
  color: #2b6dad;
  padding: 0 0 0 10px;
}
.subdowncanmain a:first-child {
  border-right: 1px solid #2b6dad;
  padding: 0 10px 0 0;
}
.subscst {
  background: #ffffff;
  border: none;
}

.tabBox {
    display:none;
  padding: 0px;
    }
 .tabBox .navTabs {
    border: solid 1px #ed1a3b;
 border-radius: 4px;
 }
 .tabBox .navTabs .active {
        background-color: #ed1a3b;    
      }
 .tabBox .navTabs .active a {
          color: #ffffff;
        }
 .tabBox .navTabs li {
      display: inline-block;
      width: 50%;
      text-align: center;
      }
.tabBox .navTabs a {
        width: 100%;
        display: inline-block;
        padding: 14px;
        font-size: 16px;
        color: #000000;
       
}	  
.subdetlsbox {
  margin: 15px 0;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
}
.subdetlsbox .activesec {
    border-bottom: 2px solid #e6e6e6;
  }

.subsmainDiv {
  max-width: 630px;
  margin: 0 auto;
  background-color: #fff;
}
.transrght span {
  padding-left: 15px;
  white-space: normal;
  word-break: break-all;
  display: inline-block;
  padding-right: 12px;
}
#redeemMsg{
    border-top:1px solid #e6e6e6;
    font-size:14px;
    padding:15 0 15 0;
    text-align:left;
}
.subsec, .cancel_btn {
  text-align: right;
  margin: 15px 0 0;
}
.subsec a, .cancel_btn a {
    font-size: 15px;
    color: #2b6dad;
    line-height: 1.64;
    margin: 0 0 0 1px;
    display: inline-block;
    position: relative;
   
}
.cancel_btn a{font-size: 13px;text-decoration: underline;}
.subsec a:first-child {
      margin-left: 0px;
    }
.mysubSubsNow {
    display:none;
  text-align: center;
  margin: 25px 0;
}
.mysubSubsNow h3 {
    font-size: 18px;
    line-height: 1.22;
    font-weight: normal;
    margin: 15px 0 25px;
  }
.mysubSubsNow p {
    font-size: 16px;
    line-height: 1.38;
    margin: 10px 0 15px;
  }
  #email{
      font-size:12px;
      text-align:left;
      margin:0 0 5px;
  }
  .redirection-loader {border: 3px solid #e6e6e6;border-radius: 50%;border-top: 2px solid #ed1a3b;width: 60px;height: 60px;-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; margin: auto;}
                    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .hide{display:none !important;}
/*End Subscription setting*/
@media only screen and (max-width: 768px) {
   
#renewMsg{
    border-bottom:1px solid #e6e6e6;
    border-top:none;
    margin-bottom:15px;
    padding-top:0px;
}
    #redeemMsg{
    border:none;
    padding-top:0px;
    }
  .subdelsleft h2 {
    font-size: 13px;
  }
  .subdelsleft h3 {
    font-size: 18px;
  }
  .subdelsright {
    float: left;
    clear: both;
    text-align: left;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
  }
  .prev .subdelsright {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
 .subdelsright h4 {
      margin-right: 10px;
    }
 .subdelsright h4,p {
      display: inline-block;
    }
  .subsec {
    text-align: left;
    margin: 0;
  }
  .subdetlsbox, .cancel_btn {
    margin: 15px 20px;
  }
  .subdetlsbox .activesec {
      border-bottom: none;
    }
  .main_heading {
    font-size: 18px;
  }
  .tabBox {
    padding: 0 20px;
  }
  .activesec .transrght {
    float: left;
    font-size: 13px;
    font-weight: bold;
  }
  .actleft {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 13px;
    margin: 0 0 15px;
  }
  .subscdetls {
    padding: 5px 15px 15px;
  }
  .tabBox .navTabs a{
	  font-size: 14px;
  }
}


/* Prime Redeem css  */
.rdm_wrap{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999;display:none;}
.rdm_wrap:after{content: ' ';position: absolute;width: 100%;height: 100%;background-color: #000;opacity: 0.4;top: 0;left: 0;}
.rdm_wrap .rdm_box{background-color: #fff;position: absolute;z-index: 9;transform: translate(-50%, -50%);top: 50%;left: 50%;width: 456px;box-sizing:border-box;padding: 28px;}
.rdm_wrap .rdm_close{top: 9px;position: absolute;right: 9px;width: 18px;height: 18px;background-color: #000;color: #fff;text-align: center;border-radius: 50%;line-height: 18px;cursor: pointer;font-size: 11px;font-weight: 600;}
.rdm_wrap .rdm_title{font-size: 22px;text-transform: uppercase;margin-top: 15px;}
.rdm_wrap .inb_title{font-size: 18px;font-weight: 500;margin-top: 25px;}
.rdm_wrap .rdm_btn{width: 263px;height: 47px;border-radius: 3px;background-color: #ed193b;margin: 0 auto;cursor: pointer;color: #fff;font-size: 18px;font-weight: 500;line-height: 47px;margin-top: 27px;}
.rdm_wrap .rdm_input{width: 263px;height: 45px;border-radius: 3px;border: 1px solid #d8d8d8;margin-top: 9px;font-size: 20px;font-weight: bold;text-align: center;}
.rdm_wrap .rdm_error{font-size: 12px;color:#ed193b;margin: 8px auto 0;display:none;width:80%;}
.rdm_wrap .rdm_sucs{font-size: 18px;margin: 11px auto 0;width:80%;}
.rdm_wrap .rdm_sucs_box{display:none;}
.rdm_wrap .lds-ell{margin-top:16px;}
.rdm_wrap .rdm_vsuc{width:513px;padding:45px 36px;} 
.rdm_wrap .rdm_vsuc .rdm_title{margin-top: 24px;}

.activesec .actleft.previous_lbl.previous_lbl {color: #ef9b1d;}
	