header.Heading, header[class|=Heading] {
    width: 100%;
    margin-top: 1.875em;
    margin-bottom: 1em;
}
.Heading--blue {
    color: #3E51B5;
}

.Heading--center {
    text-align: center;
}

.hgroup, header {
    display: block;
    width: 100%;
}
header>.Heading--2, header>.Navigation-link {
    display: inline-block;
    font-weight: 500;
}

header>[class|=Heading] {
    margin: 0;
}
.subscription-nav {
    position: fixed;
    left: 0px;
    top: 42%;
    width: 50px;
    z-index: 99;
}
.subscription-nav ul {
    width: 100%;
    float: left;
    position: relative;
}
.subscription-nav ul li {
    width: 100%;
    float: left;
    border-radius: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.subscription-nav ul li a {
    display: block;
    padding: 13px;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.subscription-nav ul li:after {
    content: '';
    width: 5px;
    height: 20px;
    background: #ccc;
    display: block;
    margin: auto;
    position: absolute;
    left: 45%;
}
.subscription-nav ul li.active:after {
    background: #0BA3F7;
}
.subscription-nav ul li:last-child:after {
    width: 0px;
    height: 0px;
    background: none;
}
.subscription-nav ul li.active a {
    background: #0BA3F7;
}
.select-edition-list .subscription-list li {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	margin-bottom: 20px;
}
.select-edition-list .subscription-list li label {
	cursor: pointer;
}
.subscription-checkbox {
	opacity: 0;
	position: absolute;
}
.subscription-checkbox + label {
	position: relative;
}
.subscription-checkbox:checked + label:before {
	content: '✓';
    position: absolute;
    top: -25px;
    left: 20px;
    font-size: 20px;
    color: #000;

}
.Heading--2 {
    margin: 1.45em 0 1em;
    font-size: 28px;
    font-weight: 500;
}
.Heading--2, .Maintenance__title, .title-subscription {
    font-family: MiloSerifPro,Palatino,serif;
}
.Heading--blue,
.Navigation-link {
    color: #ed1c24;
}
.Card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}
.Card {
    position: relative;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #121212;
}

.Card, .navbar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.Card, .c-indicator, .label {
    text-align: center;
}
.Card, .Card-content, 
.Card-deck, 
.Hero__content, 
.Offer__upgrade, 
.OrderReferenceList, 
[class|=Animation-block], 
[layout=row], 
[layout=column] {
    -webkit-box-direction: normal;
}
.Card__heroBlock {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.5em;
    white-space: nowrap;
    font-size: 23px;
}
.Card__heroBlock p {
    margin: 0px;
}
.Card-content, 
.Card__heroBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.Card-content {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875em 1.45em 1.45em;
    background-color: #fff;
    border: 1px solid #B6B6B6;
}
.Card__footer, .Card__header {
    background-color: transparent;
}
.Card__title {
    margin-bottom: 1.25rem;
    font-size: 25px;
    font-weight: 700;
}
.card-img-top {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 60%;
    margin: 20px 0px;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.Card__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.25rem 0;
    border-top: 1px solid #B6B6B6;
    border-bottom: 1px solid #B6B6B6;
    padding: 1em 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.card-text--highlight {
    font-weight: 600;
}
.card-text:last-child {
    margin-bottom: 0;
}
.Card__footer {
    line-height: 1.4;
}
.Card__footer, 
.card-option h2 {
    font-size: 16px;
    font-weight: 300;
}
.Offer__briefProp {
    margin-bottom: .35em;
    padding-bottom: .1em;
    font-weight: 700;
}
[class|=Btn].is-BlockLevel {
    width: 100%;
}

.Btn--primary {
    background-color: #0BA3F7;
    color: #fff;
}

a.Btn--primary:hover, a.Btn--primary:focus, a.Btn--primary:active {
	color: #fff;
	 background-color: #ED1B24;
}

.Btn, [class|=Btn] {
    display: inline-block;
    padding: .714em 1.5rem;
    border-radius: .3em;
    border-width: 1px;
    border-style: solid;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.34;
}

.Btn, .btn, [class|=Btn] {
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    text-decoration: none;
}
.Card__footer hr {
    border-color: #B6B6B6;
    margin-top: 1.45em;
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.card-option h2 {
    display: block;
}

.Card__footer, .card-option h2 {
    font-size: 16px;
    font-weight: 300;
}
.Card.is-bestValue {
    background-color: #e5e8f4;
}
.Card-content:hover {
    border-color: #3E51B5;
    background: linear-gradient(0deg,rgba(62,81,181,.03) 0,rgba(62,81,181,.03) 0),linear-gradient(0deg,#fff 0,#fff 0);
}
.your-subscription {
	width: 100%;
    max-width: 1338px;
    padding: 15px 15px;
    overflow: hidden;
    margin: 0 auto;
}
.Navigation-link>a:hover, .Navigation-link>a:visited {
    color: #4C60EB;
}
.ezxmltext-field p {
    margin: 0px;
}
.Navigation-link>a {
    color: #3E51B5;
    text-decoration: underline;
}
.duration-list-table table {
	width: 100%;
}
.duration-list-table table thead th,
.duration-list-table table tbody tr td {
	text-align: left;
	padding: 5px 2px;
	font-size: 14px;
}
.duration-list-table table tbody td select {
	margin: 0px;
    float: left;
    background: transparent;
    border: none;
    font-size: 12px;
}
.select-years {
    width: auto;
    float: left;
    position: relative;
    padding-right: 20px;
}
.or-tg {
	display: block;
    margin: 0px;
    padding: 0px;
    color: #726767;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;	
}
.select-years:after {
	content: '';
    width: 0px;
    height: 0px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 6px;
    top: 10px;
    background: #fff;
}
.duration-list-table table tbody tr:hover {
	background: #ccc;
	background: #cccccc57;
}
.Card__footer {
	margin-top: 20px;
}
.select-unselect-wrapper {
    position: relative;
    width: 100px;
    float: right;
    text-align: left;
}
.select-unselect-wrapper .subscription-checkbox + label {
    padding: 5px 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background: #ccc;
    color: #000;
    margin: 0px;
    font-weight: 400;	
}
.select-unselect-wrapper .subscription-checkbox:checked + label {
	background: #0BA3F7;
	color: #fff;
}
.select-unselect-wrapper .subscription-checkbox(not):checked + label {
	background: #ccc;
	color: #000;
}
.select-unselect-wrapper .subscription-checkbox:checked + label:before {
    top: 2px;
    left: 7px;
    color: #fff;
    font-size: 16px;
}
.strick-td {
	 text-decoration: line-through;
}
.select-edition-list .subscription-list.not-selected-list li label {
	cursor: default !important;
}
.not-selected-list li .subscription-checkbox:checked + label:before {
	content: '' !important;
}
header>.Heading--2, header>.Navigation-link.re-clear {
	clear: both;
	display: block;
}
.subtext-clear {
	display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    color: #998e8e;
    font-weight: normal;
    margin: 10px 0px 0px;
}
.offer-text-wrapper span i {
	font-style: normal;
}
.offer-text {
	font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #1461BB;	
}
.offer {
    color: #F67414;
}
.magazine-count {
	color: #555;
}
.payment-gateway-wrapper {
    width: 100%;
    max-width: 1170px;
    padding: 0px 30px 30px;
    margin: 0 auto 30px;
    background: #eeeded;
}
.acc-next-wrapper {
    margin-bottom: 30px;
}
.print-magazine-wrapper {
    width: 120px;
    margin: 60px auto 40px;
    position: relative;
    overflow: hidden;
}
.print-magazine-wrapper img:first-child {
    float: left;
}
.print-magazine-wrapper img:last-child {
    float: right;
}
.print-magazine-wrapper img:nth-child(2) {
    position: absolute;
    z-index: 1;
    left: 37px;
    top: 0px;
}
.renewal-figure {
    float: left;
    margin-right: 10px;
    width: 67px;
    height: 90px;
    overflow: hidden;
}
.renewal-figure img {
    max-width: 100%;
}
.magazine-title-renewal {
    font-size: 18px;
    padding-left: 70px;
    line-height: 24px;
    color: #555;	
}
.magazine-title-renewal i {
	font-style: normal;
}
.mail-id-user {
    font-size: 16px;
    padding-left: 70px;
    line-height: 18px;
    color: #747b7c;
    margin-top: 5px;
    word-break: break-all;		
}

.user-magazine-wrapper {
/*border-bottom: 1px solid #ccc;*/
   width: 100%;
   float: left;
   box-sizing: border-box;
   /*min-height: 110px;*/
   padding: 10px;
   color: #343a90;
   font-weight: 800;    
}
.terms-and-conditions {
    text-align: center;
    margin-top: 20px;    
}
.actual-amt span {
display: inline-block;
   padding: 5px 0px;
font-weight: 600;
position: relative;
}
.actual-amt span:first-child {
font-size: 20px;
font-weight: 800;
min-width: 140px;
}
.color-blue {
   color: #343a90;
}
.coins-close {
   position: absolute;
   top: 0px;
   right: -18px;
   font-size: 12px;
   width: 20px;
   height: 20px;
   background: #f00;
   border-radius: 100%;
   text-align: center;
   line-height: 20px;
   color: #fff;
   font-style: normal;
   cursor: pointer;
}
.color-red {
   color: #ED1C24;
}
.magazine-price {
    font-size: 22px;
    margin-left: 20px;
    color: #ea7c57;
    clear: both; 
}
.bg-red {
    background: #ED1C24;
}
.terms-condition {
    overflow: hidden;
    clear: both;
}
.mag-close {
top: 28px;
   position: absolute;
   left: 23px;
   color: #f00;
    cursor: pointer;
}
.mag-close:before {
    font-size: 33px;
}
.renewal-figure {
   float: left;
   margin-right: 10px;
   width: 67px;
   height: 90px;
   overflow: hidden;
    position: relative;
}
.renewal-figure:hover .hover-tooltip-cnt {
top: 0px;
}
.modal-dialog .kill-btn {
    opacity: 1;
    margin-right: 20px;
    color: #f00;
}
.coupon-code-wrapper {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.coupon-code-wrapper input {
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	background: #fff;
	color: #a2a2a2;
	padding: 10px;
	text-align: center;
}
.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}
.auto-renewal-sec {
    width: 100%;
    float: left;
    padding-top: 20px;	
}
.auto-renewal-sec h1 {
	font-size: 22px;
	display: block;
	line-height: 24px;
}
.auto-renewal-sec p {
	font-size: 14px;
	line-height: 24px;
    margin-top: 10px;
}
.auto-renewal-section {
	width: 100%;
    float: left;
    padding: 20px;
    box-shadow: 0px 0px 20px #ccc;
    border-radius: 10px;
    background: #fff;
    min-height: 213px;
}
.card-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 20px #ccc;
    border-radius: 10px;    	
}
.payment-card-section,
.payment-youraccount-section {
	padding: 0px;
}
.card-section ul li.active a {
	border-bottom: 4px solid #0BA3F7;
}
.card-section .nav-tabs>li.active>a, 
.card-section .nav-tabs>li.active>a:focus, 
.card-section .nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 4px solid #0BA3F7;
	
}
.card-section .nav-tabs>li>a {
	border: none;
	border-bottom: 4px solid transparent;
}
.card-section .nav-tabs>li>a:hover {
	background: none;
	border: none;
	border-bottom: 4px solid transparent;	
}
.card-section .nav-tabs {
	padding-bottom: 10px;
}
.card-section .tab-content {
	padding: 20px 0px;
}
.card-section input {
	width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #fff;
    color: #a2a2a2;
    padding: 10px;
}
.card-field-list select {
	width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #fff;
    color: #a2a2a2;
    padding: 10px;
}
.clear-fields {
	margin-bottom: 20px;
	clear: both;
}
.card-field-list {
	position: relative;
}
.card-field-list:after {
    content: '*';
    position: absolute;
    right: -10px;
    top: -7px;
    font-size: 15px;
    color: #f00;
}
.no-padding-left {
	padding-left: 0px;
}
.no-padding-right {
	padding-right: 0px;
}
.select-country:before {
    content: '';
    width: 0px;
    height: 0px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 4px solid transparent;
    position: absolute;
    right: 15px;
    top: 20px;
}
.month-year-box input {
    width: 50px;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    padding: 10px 6px;
    text-align: center;
}
.month-field {
	width: 120px;
	margin: 0 auto;
	border: 1px solid #d6d6d6;
}
.terms-and-conditions a {
	color: #339ce5;
}
.your-account-wrapper h1 {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 15px;
    margin: 0px 0px 20px;
    line-height: 24px;	
}
.terms-wrapper {
    clear: both;
}
.your-account-wrapper label {
	display: block;
    text-align: left;
    font-size: 14px;
    color: #131111;
}
.go-payment input {
	width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    background: #fff;
    color: #a2a2a2;
    padding: 10px;
    height: 42px;
}
.month-year-wrapper .card-field-list::after {
	content: '';
}
.month-field {
	position: relative;
}
.month-field:after {
	content: '*';
    position: absolute;
    right: -10px;
    top: -7px;
    font-size: 15px;
    color: #f00;
}

.topics-list {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.topics-list li {
    width: 100%;
    float: left;
}
.topics-list li a {
    color: #EB1F26;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    padding: 10px 0px;
}
.topics-list li a:hover {
    color: #0BA3F7;
}
/*.topics-most-read .sec-more-story {
    margin-top: 60px;
}*/
@media only screen and (max-width: 767px) and (min-width: 320px) {
.topics-most-read .sec-more-story .top-news-tabs {
    position: initial;
    height: auto;
}
.topics-most-read .sec-more-story .top-news-tabs li {
    display: block;
    float: left;
}
.topics-most-read .sec-more-story .top-news-tabs:after {
    content: '';
    border: 0px;
}
.topics-most-read .sec-more-story .top-news-tabs li.active {
    display: block;
}
}
@media only screen and (max-width: 1024px) {
.your-subscription {
	width: 100%;
}	
.Card {
    position: relative;
    display: inherit;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    -webkit-box-orient: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    margin-bottom: 2rem;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #121212;
}
.Card-deck {
	display: inherit;
}
.no-padding-mbl {
	padding: 0px;
}
.mrgn-tp {
	margin-top: 20px;
}
.month-field {
    float: left;
    margin: 0px 0px 20px 0px;	
}
.payment-card-section, .payment-youraccount-section {
	padding: 20px 0px;
}
.card-section {
	margin-top: 20px;
}
}
@media only screen and (max-width: 1366px) { 
.payment-gateway-wrapper {
    padding: 5px;
}
.apply-btn {
	padding: 20px 0px 20px 0px;
	clear: both;
}	
}
@media only screen and (max-width: 768px) {
.month-field {
    float: left;
    margin: 20px 0px 20px 0px;	
}
.card-field-list {
	clear: both;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { 
.mrgn-tp-btm {
    margin-top: 20px;
}
}
@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) { 
.mrgn-tp-btm {
    margin: 20px 0px 20px 0px;
}
}
@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) { 
.mrgn-tp-btm {
    margin: 0px 0px 20px 0px;
}
}
.payment-resmsg{
    padding: 10px;
    color: #fff;
    margin-bottom: 30px;
} 
.pay-btn{
   width: 300px !important;
   margin-top: 20px;
}
.pay-btn-wrapper{
    clear:both;
}
.magazine-details {
    clear: both;
}
.mag-close-a {
    background: none !important;
    width: auto !important;
    display: block ;
}
.mag-center-wrapper {
    padding-bottom: 20px;
}