/* Hub Page CSS */
.page *{/*** MSP-1904***/
    font-family:arial !important;
}
body, p {
	font-size: 17px;
}

b, strong {
	font-weight: 600;
}

.hide {
    display: none;
}

.abslt-cntr {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}

.btn {
    padding: 15px;
    display: inline-block;
    border-radius: 8px;
    background-color: #0d426c;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.btn--inv {
    color: #0066c0;
    background-color: #fff;
    border: 1px solid #dfe1e8;
}

.btn--s {
	line-height: 16px;
	height: 32px;
	padding: 8px;
	border-radius: 3px;
	font-size: 14px;
}

.btn--l {
    width: 100%;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
}

.btn--r {
    border-radius: 40px
}

.btn--dsbld {
    background-color: #f2f3f5;
    color: #444;
    cursor: not-allowed
}

.bttn {
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    color: rgba(17,17,17,.6);
    border: 0;
    border-radius: 2px;
    background-color: #f2f3f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bttn:hover.bttn:after {
    right: 10px;
}

.bttn--wht {
    color: #0d426c;
    background-color: #fff;
    padding-right: 37px;
}

.bttn--wht:after {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 6px;
    height: 10px;
    transition: .1s ease-in-out;
    opacity: 1;
    background-image: url(https://assets.mspimages.in/msp-ui/icons/btn-arw-blue.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    content: ' ';
}

.bttn--actn {
    color: #fff;
    background-color: #0d426c
}

.text-link {
    cursor: pointer;
    color: #0066c0
}

.text-link:hover {
    text-decoration: underline
}

.txt--hglt {
    color: #0d426c;
    font-weight: 600;
}

.card {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(92,78,62,.28);
    border-radius: 8px;
    padding: 15px
}

.cntnt-by {
    color: #777;
    font-size: 11px
}

.cntnt-by__name {
    display: inline-block;
    margin-right: 5px;
    font-weight: 500
}

.cntnt-by__time {
    display: inline-block
}

.cntnt-by__time:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #8e93a1;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
    opacity: .5
}
.post *,
.td-ss-main-sidebar * {
    font-family: arial;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6,
.post .td-post-sub-title {
	font-family: arial;
}

.post header .entry-title {
	margin-bottom: 0;
}

/*
.td-post-sub-title {
	line-height: 43px;
	margin: 0 0 8px;
	font-size: 30px;
	font-style: normal;
	color: #444;
}
*/

.td-post-sub-title {
font-style: italic;
line-height: 24px;
margin: 9px 0 14px;
font-size: 17px;
font-weight: 400;
color: #222;
font-family: arial;
}

.sctn__ttl {
    line-height: 33px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 24px;
	color: inherit;
}

.sctn__inr {
    line-height: 1.6;
    clear: both;
    margin-top: 20px;
}

.sctn__inr p {
    margin: 20px 0 0;
}

.prdct-dtl__bnr-btn {
    padding: 15px 20px;
    background-color: #fff;
    color: #0d426c;
    border-radius: 30px;
    line-height: 14px;
    font-size: 12px;
	float: right;
    right: 15px;
    top: 15px;
	position: absolute;
	z-index: 1;
	margin-bottom: 4px;
    font-weight: 600;
    cursor: pointer;
}

.upcmng-tbl {
	font-size: 15px;
}

.upcmng-tbl td {
	padding: 4px 12px;
}

.upcmng-tbl tr:first-child td {
	padding: 12px;
}

.upcmng-tbl__prc-lbl {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}

.upcmng-tbl__prc-val {
	margin-top: 2px;
	font-size: 28px;
	font-weight: 600;
	color: #3d6a8c;
}

.prdct-pros-cons p {
	line-height: 28px;
	font-size: 17px
}

.prc-tbl {
    margin-top: 20px
}

.prc-tbl__item {
    display: inline-block;
    position: relative;
    width: 352px;
    height: 64px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 12px 15px;
    cursor: pointer;
    transition: .2s ease-in-out;
    background: url(https://assets.mspimages.in/msp-ui/icons/open_store.png) right 28px center/80px no-repeat;
    color: #0d426c
}

.prc-tbl__item:after {
    content: '\276f';
    position: absolute;
    right: 18px;
    top: 21px;
    display: block;
    font-size: 15px;
    line-height: 21px;
    transition: .2s ease-in-out
}

.prc-tbl__item:hover {
    text-decoration: none;
    transform: scale(1.02)
}

.prc-tbl__item:hover:after {
    right: 16px
}

.prc-tbl__item:nth-child(even) {
    margin-left: 15px
}

.prc-tbl__item:nth-child(n+3) {
    margin-top: 20px
}

.prc-tbl__img {
    float: left;
    margin-top: 8px;
    height: 24px;
    width: auto;
    max-width: 90px
}

.prc-tbl__mdl {
    float: right;
    margin-right: 130px
}

.prc-tbl__mdl--c {
    margin-top: 9px
}

.prc-tbl__prc {
	height: auto;
	margin-top: 0;
    color: #0d426c;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px
}

.prc-tbl__ofr {
    color: #099181;
    font-size: 13px;
    margin-top: 2px;
    line-height: 17px
}

.prdct-dtl__authr {
    font-weight: 500;
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
}

.prdct-dtl__authr-updt {
    font-weight: 400;
    color: #444;
}
.kyspc {
    margin: 20px 0 0;
    border-radius: 8px;
    border: 1px solid #dfe1e8;
}

.kyspc__item {
    float: left;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-y: hidden;
    line-height: 18px;
    padding: 18px 15px;
	margin-left: 0;
    text-indent: 0;
    width: 50%;
    box-sizing: border-box;
    font-weight: 600;
}

.kyspc__item:nth-child(even) {
    border-left: 1px solid #dfe1e8;
}

.kyspc__item:nth-child(n+3) {
    border-top: 1px solid #dfe1e8;
}

.kyspc__item:before {
    float: left;
    clear: both;
    font-size: 1.3em;
    line-height: 1;
    content: '\2022';
    color: #dfe1e8;
    margin-right: 14px;
}

.kyspc__item--cpu:before {
    background-position: 0 -38px;
}

.kyspc__item--ram:before {
    background-position: 0 -95px;
}

.kyspc__item--strge:before {
    background-position: 0 -133px;
}

.kyspc__item--bttry:before {
    background-position: 0 0;
}

.kyspc__item--cmra:before {
    background-position: 0 -19px;
}

.kyspc__item--aspct:before {
    background-position: 0 -57px;
}

.kyspc__item--sim:before {
    background-position: 0 -114px;
}

.kyspc__item--os:before {
    background-position: 0 -76px;
}

[class*=kyspc__item--]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(https://assets.mspimages.in/sprite/specs/blue/sprite@2x.png);
    background-size: 18px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.kyspc__item-sub {
    color: #444;
    font-weight: 400;
}

.prdct-dscrptn__img-wrpr {
    display: inline-block;
    width: 240px;
    text-align: center;
    vertical-align: middle
}

.prdct-dscrptn__img {
    width: inherit!important;
    max-width: 100%;
    height: inherit!important
}

.prdct-dscrptn__item+.prdct-dscrptn__item {
    padding-top: 20px
}

.prdct-dscrptn__item-dscrptn--s {
    display: inline-block;
    width: 628px;
    padding-right: 20px;
    margin-right: -.29em;
    vertical-align: middle
}

.prdct-dscrptn__img-wrpr+.prdct-dscrptn__item-dscrptn {
    display: inline-block;
    width: 628px;
    padding-left: 20px;
    margin-left: -.29em;
    vertical-align: middle
}

.prdct-dscrptn__item-ttl {
    margin-bottom: 5px;
    font-weight: 600
}

.prdct-dscrptn__item-text {
    color: #444
}

.prdct-dscrptn__item-text ul li:not(:last-child) {
    margin-bottom: 10px
}

.prdct-dscrptn .sctn__inr p {
    padding: 20px 0;
    border-bottom: 1px solid #dfe1e8;
    color: #111
}

.prdct-dscrptn .sctn__inr p:last-child {
    border: none
}

.prdct-dscrptn .sctn__inr div {
    color: #111
}

.prdct-dtl__exprn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100px;
    vertical-align: top;
    font-weight: 500
}

.prdct-dtl__exprn-img {
    max-width: 80px;
    max-height: 80px;
    transition: .2s ease-in-out
}

.prdct-dtl__exprn-img-wrpr {
	position: relative;
    width: 100px;
    height: 100px;
    padding: 9px;
    border-radius: 8px;
    border: 1px solid #dfe1e8
}

.prdct-dtl__exprn-txt {
    margin-top: 8px;
    color: #444;
    font-size: 14px
}

.prdct-dtl__exprn + .prdct-dtl__exprn {
    margin-left: 15px
}

.prdct-dtl__exprn:hover .prdct-dtl__exprn-img {
    transform: scale(1.02)
}

table td {
	padding: 3px 8px;
	border-color: #dfe1e8;
	background-color: #f2f3f5;
	color: #707687;
}

table td + td {
	background-color: transparent;
	color: inherit;
}

.table td {
	background-color: transparent;
}

.table thead td,
.table td[colspan] {
	font-family: arial;
	font-size: 20px;
	background-color: #f2f3f5;
}

.table + .table td[colspan] {
	border-top: none;
}

.answr-vote {
    display: none;
}

.user-answrs__answr--show:hover .answr-vote {
    display: inline-block;
}

.link-item {
    border-radius: 8px;
    border: 1px solid #dfe1e8;
    display: inline-block;
    width: 352px;
    box-sizing: border-box;
    padding: 15px 12px;
    margin-top: 20px
}

.link-item:nth-child(even) {
    margin-left: 15px
}

.link-item__img-wrpr {
	position: relative;
	float: left;
    height: 48px;
    width: 48px;
	text-align: center;
	cursor: pointer
}

.link-item__lbl {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 206px;
	line-height: 48px;
	margin-left: 10px;
	font-size: 14px
}

.link-item__lbl a {
	color: #0066c0;
}

.link-item:hover .link-item__lbl a {
	text-decoration: underline
}

.link-grid {
	margin-top: 28px;
}

.link-grid .sctn__inr {
	margin-top: 0
}

.link-grid__item.link-grid__item {
	height: 24px;
	line-height: 24px;
	padding: 0 5px 0 14px;
	margin-top: 20px;
}

.link-grid__item a {
	color: #0066c0;
}

.td-ss-main-sidebar {
	-webkit-perspective: none;
}

.sdbr {
    width: 300px;
    float: right;
    transition: .2s ease-in-out
}

.sdbr--stcky {
    position: fixed;
    top: 20px;
	right: 0
}

.shr-md {
    color: #444;
    float: right;
    background: url(https://assets.mspimages.in/msp-ui/icons/pdp/facebook.png) left 10px center/20px no-repeat;
    line-height: 24px;
    font-size: 16px;
    padding: 0 10px 0 34px
}

.shr-md--twtr {
    background-image: url(https://assets.mspimages.in/msp-ui/icons/pdp/twitter.png)
}

.shr-md:hover {
    text-decoration: none;
    cursor: pointer
}

.shr-md + .shr-md {
    border-right: 1px solid #dfe1e8
}

.shr-md__wrpr {
    margin: 20px 0 30px
}

.prdct-wdgt {
    padding: 20px 15px
}

.prdct-wdgt__tgl {
	display: none
}

.prdct-wdgt__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe1e8
}

.prdct-dtl__vrnt-lbl {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 62px
}

.prdct-dtl__vrnt + .prdct-dtl__vrnt {
    margin-top: 17px
}

.avlbl-clrs {
    display: inline-block;
    vertical-align: middle
}

.avlbl-clrs__item {
    float: left;
    margin-top: 1px;
    margin-right: 5px
}

.avlbl-clrs__inpt {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.avlbl-clrs__lbl {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: border .2s ease-in-out;
    border: 2px solid transparent;
    border-radius: 50%
}

.avlbl-clrs__lbl-inr {
    display: block;
    height: 16px;
    border: 1px solid #dfe1e8;
    border-radius: 50%;
    background-color: #fff
}

.avlbl-clrs__lbl:hover {
    border: 2px solid #0d426c
}

.avlbl-clrs__inpt:checked+.avlbl-clrs__lbl {
    border-color: #0d426c
}

.avlbl-sizes {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.avlbl-sizes__item {
    padding: 0 4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #444;
    border: 1px solid #dfe1e8;
    border-radius: 2px
}

.avlbl-sizes__item-wrpr {
    float: left;
    padding: 0 1px;
    cursor: pointer
}

.avlbl-sizes__item-wrpr+.avlbl-sizes__item-wrpr {
    margin-left: 5px
}

.avlbl-sizes__item-wrpr:hover {
    padding: 0 0 1px
}

.avlbl-sizes__item-wrpr:hover .avlbl-sizes__item {
    color: #0d426c;
    border: 2px solid #0d426c
}

.avlbl-sizes__item-wrpr--slctd {
    cursor: default
}

.avlbl-sizes__item-wrpr--slctd .avlbl-sizes__item {
    color: #3d6a8c;
    background-color: rgba(61,106,140,.1);
    border: 2px solid #0d426c
}

.avlbl-sizes--no-slct .avlbl-sizes__item-wrpr {
    padding: 0 1px;
    cursor: default
}

.avlbl-sizes--no-slct .avlbl-sizes__item-wrpr:hover .avlbl-sizes__item {
    color: #444;
    border: 1px solid #dfe1e8
}

.prdct-wdgt__mdl {
    padding: 12px 0;
    border-bottom: 1px solid #dfe1e8
}

.prdct-wdgt__str-OOS {
    height: 36px;
    line-height: 20px;
    padding: 8px 10px
    text-transform: uppercase;
    font-weight: 600
}

.prdct-wdgt__str-OOS + .prdct-wdgt__str-prc {
    line-height: 36px
}

.prdct-wdgt__more {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    color: #0066c0;
    font-weight: 600;
    cursor: pointer
}

.prdct-wdgt__more:after {
    content: '\276f';
    font-weight: 300;
    display: inline-block
}

.prdct-wdgt__str {
    margin-top: 25px
}

.prdct-wdgt__str-img {
    float: left;
    height: 30px
}

.prdct-wdgt__str-prc {
    float: right;
    color: #0d426c;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px
}

.prdct-wdgt__str-btn {
    padding: 6px;
    font-size: 13px;
    margin-top: 10px
}

.prdct-wdgt__mstr {
    margin-top: 15px;
    overflow: hidden;
    position: relative
}

.prdct-wdgt__mstr:before {
    content: '';
    width: 220px;
    position: absolute;
    height: 1px;
    left: 35px;
    top: 11px;
    display: block;
    background-color: #dfe1e8
}

.prdct-wdgt__mstr-img {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 2px
}

.prdct-wdgt__mstr-name {
    float: left;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 5px;
    background-color: #fff
}

.prdct-wdgt__mstr-prc {
    float: right;
    color: #0d426c;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: 5px;
    background-color: #fff
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post .td-post-sub-title-hp {
font-family: arial;
}
.td-post-sub-title-hp {
line-height: 43px;
margin: 0 0 8px;
font-size: 30px;
font-style: normal;
color: #444;
}

.msg {
    border: 1px solid #dfe1e8;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #444;
}

@media (max-width: 767px) {
	.pop-up__cntnr.pop-up__cntnr {
		top: unset;
		bottom: 0;
		width: auto;
		border-radius: 8px 8px 0 0
	}

	.pop-up__cntnr.not-opq {
    	bottom: 100px
	}

	.td-container {
		padding: 0 5px;
	}

	.prc-tbl__item,
	.link-item,
	.link-grid__item.link-grid__item {
		width: 100%
	}

	.prc-tbl__item:nth-child(even) {
		margin-left: 0
	}

	.prc-tbl__item + .prc-tbl__item {
		margin-top: 20px
	}

	.prc-tbl__prc.prc-tbl__prc {
		margin-top: 0
	}
	.kyspc__item {
		white-space: normal;
		height: 72px;
		padding: 18px 10px;
		font-size: 14px
	}

	[class*=kyspc__item--]:before {
		margin-bottom: 36px
	}

	.prdct-dtl__exprn + .prdct-dtl__exprn {
		margin-left: 10px
	}

	.prdct-dtl__exprn:nth-child(3n+1) {
		margin-left: 0
	}

	.spec-tbl tbody td {
		width: 45%
	}

	.spec-tbl tbody td + td {
        width: 55%
    }

	.link-item:nth-child(even) {
		margin-left: 0
	}

	.link-item + .link-item {
		margin-top: 10px
	}

	.sdbr {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	.sdbr .upcmng-tbl,
	.shr-md__wrpr {
		display: none
	}

	.prdct-wdgt__tgl {
		display: block;
		overflow: hidden;
		padding: 10px;
		border-radius: 8px 8px 0 0;
		font-size: 14px;
		background-color: #0d426c;
		color: #fff
	}

	.prdct-wdgt__tgl-lbl {
		float: left;
		line-height: 32px
	}

	.prdct-wdgt__tgl-btn {
		float: right;
		color: #0d426c
	}

	.prdct-wdgt {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 0;
		padding: 0 15px;
		transition: max-height 0.2s;
	}

	.prdct-wdgt--open {
		max-height: 200px;
	}
}
.prc-tbl__row__info {
       text-align: left;
          float: left;
                    vertical-align: middle;
                       background-image: url(https://assets.mspimages.in/msp-ui/icons/price-box-offline-icon@2x.png);
                          background-repeat: no-repeat;
                             background-size: auto 32px;
                                background-position: left center;
                                   padding-left: 42px;
}

.prc-tbl__row__txt{
       font-weight: 600;
          font-size: 14px;
             color: #111;
}

.prc-tbl__row__txt-sub {
       font-size: 13px;
          color: #444;
}
/**********MSP-1465***********/
.story-div a img {
    vertical-align: top;
}

.story-div h3.entry-title a {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-family: arial;
    height: 68px;
    line-height: 22px;
}

.story-div h3.entry-title {
    margin: 6px 0;
}

.story-div .td-related-span4 {
    margin-bottom: 10px;
}
a.td-related-left.td-cur-simple-item {
    padding: 9px 12px 5px;
    color: #fff;
    background: #0d426c;
    text-transform: uppercase;
}

@media only screen and (max-width:767px){
    .story-div .td-post-date {
        top: 4px;
    }
    .story-div .td-post-date {
        top: 4px;
        color: #aaa;
        display:block;
    }

    .story-div.td-related-row .td-related-span4 {
        width: 49%;
    }

    .story-div.td-related-row {
        display: flex;
        align-items: normal;
        justify-content: space-between;
        flex-flow: wrap;
    }
}

/****amp****/
.amp_stries_div {
    max-width: 700px;
    margin: 0 auto;
}
.amp_stries_div a.td-related-left.td-cur-simple-item {/***MSP-1710***/
    line-height: 27px;
    font-weight: bold;
    padding: 8px 12px 8px;
    color: #fff;
    background: #0d426c;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}
.td-post-content li a.prdct-list__ttl{/***MSP-1710***/
    text-decoration: none;
}

.amp_stries_div .td-related-title.td-block-title {
    margin: 24px 0;
    text-align: left;
    border-bottom: 2px solid #0d426c;
    float:left;
    width:100%
}

.amp_stries_div .story-div.td-related-row {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    flex-flow: wrap;
    width:100%;
}

.story-div .td-related-span4 {
    width: 49%;
}

.amp_stries_div .story-div .td-related-span4 .td-module-image {
    text-align: center;
}

.amp_stries_div .td-module-meta-info .td-post-author-name a {
    color: #000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 11px;
}


/**********MSP-1465 end***********/


/**********MSP-1476 amp***********/
.td_block_inner.lst_article .td_module_mob_1  .td-module-thumb {
    width: 100px;
}

.td_block_inner.lst_article .td_module_wrap .entry-title {
    font-size: 17px;
}

.td_block_inner.lst_article .td_module_wrap {
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.td_block_inner.lst_article .td_module_mob_1 .item-details {
    margin-left: 110px;
    min-height: 70px;
    margin-bottom: 26px;
}
.amp_stries_div.amp_rltd_article {
    padding: 0;
}
.td_block_inner.lst_article .td_module_mob_1 .item-details.article_trunc {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 70px;
}

.td_block_inner.lst_article {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}

.td_module_wrap .entry-title {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px;
}
/*****MSP-1604******/
.footer-links-amp {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.footer-links-amp a.td-related-left.td-cur-simple-item {
    text-align: left;
    text-transform: capitalize;
    padding: 8px 12px 5px;
    font-size: 14px;
    color: #e6e6e6;
}

.footer-links-amp .td-related-title.td-block-title {
    text-align: left;
    border-bottom: 2px solid #0d426c;
}

.footer-links-amp li {
    margin-left: 12px;
    list-style: none;
    line-height: 30px;
}

.footer-links-amp li a {
    color: #111;
}

.footer-links-amp p a {
    color: #111;
}

/*****MSP-1604 end******/

.td_module_flex_1 .td-thumb-css, .td_module_flex_3 .td-thumb-css, .td_module_flex_4 .td-thumb-css, .td_module_flex_5 .td-thumb-css{
    background-size: 100% !important;
    background-repeat: no-repeat;
}
/*****MSP-1604 end******/



/**********MSP-1476 amp end***********/

/**********MSP-1476 **************/
@media only screen and (max-width:767px){
    .article_trunc .item-details {
        display: -webkit-box;
        overflow: hidden;
        word-break: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 70px;
    }

    .article_trunc {
        margin-bottom: 26px;
        position: relative;
        float: left;
    }
}
/**********MSP-1476 **************/

.highlights-widget ul {
    padding: 0 0 0 22px;
    margin: 5px 0;
}

.highlights-widget ul li {
    line-height: 24px;
    margin-bottom: 5px;
}

.highlight-title {
    color: #0d426c;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

/*******MSP-1600*******/

.w-100 {
    width: 100%;
}

.algn-left {
    float: left;
}
.algn-rght {
    float: right;
}
.cntr {
    text-align: center;
}

.text-link {
    color: #0066c0;
}
.txt-12 {
    font-size: 12px;
}
.sigl_spec, .td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec{
    padding: 16px 17px 10px;
    display: flex;
    margin: 0 auto 20px;
    max-width: 370px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.3);
    float: none
}
.sigl_spec.td_block_wrap.td_block_related_posts, .td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec{
    background:rgba(232,244,250,.63);
    border: 1px solid #c8e3f8;
    border-radius: 4px;
    width: calc(100% + 10px);
    left: -5px;
    padding: 9px 6px 6px;
    position:relative;
}
.sigl_spec .vriy_stp span {
    background: #e8f4fa;
}
.sigl_spec .prdct-list__img-wrpr {
    margin: 3px 0 0 3px;
}
.td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec amp-img {
    vertical-align: top;
}
.td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec .stamps amp-img {
    margin-left: 0;
}
.td-post-content .sigl_spec li a.prdct-list__ttl {
    line-height: 20px;
}
.tagdiv-type .sigl_spec img {
    margin-bottom: 0;
}
.sigl_spec .prdct-list::after {
    height: 0;
}

.sigl_spec li.prdct-list__item {
    width: 100%;
}
ul.prdct-list {
    margin: 0;
    padding: 0;
    position:relative;
}
.prdct-list__item__in {
    overflow: hidden;
    position: relative;
}
.prdct-list__item {
    position: relative;
    list-style: none;
    padding: 0;
    float: left;
    color: #111;
    margin: 0;
    width: 47%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial;
}
.prdct-list__item:nth-child(even) {
    float: right;
}
.prdct-list__img-wrpr {
    position: relative;
    width: 100px;
    margin: 4px 0 0;
}
.prdct-list__img-wrpr .pdt-image-list {
    float: left;
    width: 100%;
    text-align: center;
}
.pdt_img_col {
    min-height: 122px;
}
.pdt_img_col.thumb_owl {
    display: grid;
    place-items: center;
}
.prdct-list__img {
    max-width: 100%;
    margin: 0;
    width: auto;
    height: auto;
    max-height: 191px;
}
.pdt_img_col.thumb_owl amp-img.prdct-list__img {
    min-height: 122px;
}

.pdt_img_col.thumb_owl amp-img.prdct-list__img img {
    object-fit: none;
}
amp-img.prdct-list__img{
    min-height:191px;
    margin-bottom: 0;
}
.td-post-content .stamps amp-img {
    margin-bottom: 0;
}
.view-pic {
    text-decoration: underline;
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
}
.view_al_pic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999999;
}

.prdct-list__dtls {
    width: calc(100% - 110px);
}
.prdct-list__ttl {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
}
.prdct-list__ttl span{
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #0066c0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
.prdct-list__prc {
    font-size: 18px;
    font-weight: 600;
    color: #0d426c;
    line-height: 19px;
}

.prdct-list__spec-wrpr {
    font-size: 12px;
    min-height: 82px;
}
.prdct-list__spec-wrpr.specs-lst-col {
    margin-top: 3px;
}
.spcfctns__item-val {
    color: #111;
}
.spcfctns__item-icon {
    position: relative;
    float: left;
    width: 100%;
    height: 16px;
    min-height: 16px;
    margin: 8px 0 0;
    padding: 0 0 0 22px;
    box-sizing: border-box;
}
.prdct-list__item .prdct-list__spec.spcfctns__item-icon.spcfctns__item-name {
    white-space: unset;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    line-height: 14px;
    display: block;
    overflow: hidden;
    height: auto;
    font-size: 13px;
}

/**********MSP-2186*********/
.rltv{position: relative}
.sld_btn {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 27px;
    display: inline-block;
    line-height: 23px;
    color: #444;
    background: #d2d2d2;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 100%;
    opacity: .8;
    border: 1px solid #b1b1b1;
    text-align: center;
    cursor: pointer;
    display: none;
}
.tbl_prev {
    left:-5px;
}
.sld_btn.active {
    display: block;
}
.tbl_next {
    right: -16px;
}
.single-post .post table.alt-prd-dtl {
    border: 1px solid #e0e1e7;
    margin: 14px 0 20px 4px;
    max-width: calc(100% + 2px);
    overflow: hidden;
    display: block;
    background: #fff;
    position: relative;
    border-bottom: 0;
    border-collapse: inherit;
    table-layout: unset;
    width: fit-content;
}
.prd_stky_icns span span {
    padding-left: 27px;
}
.single-post .post table.alt-prd-dtl td {
    min-width: 104px;
    padding: 9px 4px;
    background: #fff !important;
    box-sizing: border-box;
    border-right: 1px solid #E0E1E7;
    position: relative;
    vertical-align: top;
    color: #051F35;
    font-size: 12px !important;
    line-height: 16px;
    border-bottom: 1px solid #E0E1E7 !important;
    max-width: 104px;
    text-align: center;
    border-top: 0 !important;
    border-right: 0 !important;
}
table.alt-prd-dtl td .status-tag {
    font-size: 10px;
    top: 14px;
    left: -25px;
}
.single-post .post table td.prd_stky ~ td {
    border-right: 1px solid #ededed !important;
    border-bottom: 1px solid #ededed !important;
}
.single-post .post table.alt-prd-dtl td.prd_stky_icns.white-col {
    background: #fff !important;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.single-post .post table.alt-prd-dtl tr:first-child td.prd_stky_icns {
    border-bottom: 0;
    z-index: 5;
}
.single-post .post table.alt-prd-dtl td.pd_name,.single-post .post table.alt-prd-dtl td.pd_ratng {
    padding: 0 0 2px;
    border-bottom: 0;
}
.single-post .post table.alt-prd-dtl td.pd_name{
    padding:0 6px 2px;
    border-top: 0;
    border-bottom: 0 !important;
}
.single-post .post table.alt-prd-dtl td.pd_rate{padding: 0 0 2px;border-top:0}
.single-post .post table.alt-prd-dtl td.prd_stky:after, .single-post .post table.alt-prd-dtl tr td.prd_stky_icns:after {
    position: absolute;
    left: 99%;
    height: 100%;
    width: 1px;
    content: '';
    background: #e1e1e1;
    top: 0;
}
.single-post .post table.alt-prd-dtl tr td.prd_stky_icns:after {
    left: 98.7%;
}
.single-post .post table.alt-prd-dtl td.prd_stky_icns.white-col::after {
    background: #fff;
}
.single-post .post table.alt-prd-dtl tr:first-child td.prd_stky_icns:after {
    position: absolute;
    left: 99%;
    width: 3px;
    height: 100%;
    background: #fff;
    content: '';
}
.single-post .post table.alt-prd-dtl td.pd_pic {
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.single-post .post table.alt-prd-dtl td.prd_stky.pd_pic {
    padding-top: 9px;
}
.single-post .post table.alt-prd-dtl td.prd_stky {
    position: sticky;
    position: -webkit-sticky;
    left: 104px;
    z-index: 2;
    border-right: 0;
    padding-bottom: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #ededed;
}
#td-top-mobile-toggle{position:relative}

.td-pb-span12 .prdct-grid.prdct-grid--inline.rltv {
    margin: 0 auto 20px;
    max-width: fit-content;
    width: 727px;
    border-right: 1px solid #e0e1e7;
    position:relative
}
.single-post .td-pb-span12 .post table.alt-prd-dtl{
    border-right: 0;
    width: calc(100% - 1px);
    margin: 0;
}

.prd_score {
    background: #eff8ef;
    min-width: 31px;
    height: 16px;
    font-weight: 700;
    border-radius: 3px;
    top: 2px;
    left: 2px;
    color: #4e8b41;
    position: absolute;
    font-size: 12px;
    z-index: 1;
}
.prd_score small {
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
}
.widt_hgt {
    float: left;
    width: 100%;
}
.widt_hgt amp-img img {
    object-fit: contain;
}
.alt_prd_img {
    height: 93px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.alt_prd_img img {
    max-width: 100%;
    object-fit: contain;
    display: inline-block;
    vertical-align: top;
    height: 93px;
    width: auto;
}
.single-post .post table.alt-prd-dtl td.prd_stky:after, .single-post .post table.alt-prd-dtl tr td.prd_stky_icns:after {
    position: absolute;
    left: 99%;
    height: 100%;
    width: 1px;
    content: '';
    background: #e1e1e1;
    top: 0;
}
.single-post .post table.alt-prd-dtl td.prd_stky_icns {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    z-index: 2;
    min-width: 104px;
    background: #F5F6F8 !important;
    border-right: 0;
    font-size: 11px;
    text-align: left;
    border-left: 0;
}
.single-post .post table.alt-prd-dtl td.prd_stky_icns.tp_bodr:before{
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    content: '';
    background: #E0E1E7;
}
.single-post .post .widt_hgt .prd_nme {
    line-height: 16px;
    margin: 0 0 3px;
    text-align: center;
    font-weight: 600;
    color: #0D426C !important;
    font-size: 13px;
    float: left;
    width: 100%;
    text-decoration: none !important;
}
table.alt-prd-dtl td.prd_stky_icns.tp_bodr:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
    content: '';
    background: #E0E1E7;
}
.prd_stky_icns span, .prd_stky_icns .compare_pdt.compare_pdp {
    width: 100% !important;
    margin: 0;
    box-sizing: border-box;
    height: 19px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position-x: 4px !important;
    font-weight: normal;
    font-size: 12px !important;
    background-color: transparent;
    border: 0;
    color: #051f35;
    letter-spacing: -0.22px;
}
.prd_stky_icns span {
    height: auto;
    padding: 0 5px;
}
.rltv [class*=kyspc__item--]:before {
    background-image: url(https://assets.mspimages.in/msp-ui/camp/msp-list-page-sprite.png?v=13);
}
.prd_stky_icns span i.kyspc__item--front-cmra:before {
    background-position: center -913px;
    height: 21px;
}
table.alt-prd-dtl tr td.prd_stky_icns:after {
    left: 98.7%;
}
.prd_stky_icns span i {
    width: 22px !important;
    height: wqpx;
    text-overflow: unset;
    padding: 0;
    margin: 0;
}
.prd_rte {
    font-size: 13px;
}
.single-post .post .rest_article table td {
    border: 1px solid #ededed;
    font-size: 15px;
}
.single-post .post table.alt-prd-dtl td {
    border: 0;
}

.alsoread-wrapper .item.also_read_box > a {
    position: relative;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.alsoread-wrapper .item.also_read_box > a img {
    position: absolute;
    inset:0;
    max-height: 100%;
    max-width: 100%;
    height:auto;
    width: auto;
    margin: 0 auto;
}
/*.rest_article{font-size:15px}*/
table.alt-prd-dtl [class*=kyspc__item] {
    background-size: 17px;
}
.prd_stky_icns span i.top_rnk {
    background-position: center -909px;
}
.prd_stky_icns span i.kyspc__item--cpu {
    background-position: center -419px;
}
table.alt-prd-dtl .kyspc__item--aspct {
    background-position: center -54px;
}
table.alt-prd-dtl .kyspc__item--cmra {
    background-position: center -18px;
}
.prd_stky_icns span i.kyspc__item--front-cmra {
    background-position: center -812px;
}
.prd_stky_icns span i.kyspc__item--ram {
    background-position: center -590px;
}
.prd_stky_icns span i.kyspc__item--bttry {
    background-position: center 0;
}
i.kyspc__item.kyspc__item--android-os:before {
    background-position: 0 -888px;
}
.green_clr{color:#1d9818}.lghtgreen_clr{color:rgb(184, 216, 51)}.orange_clr{color:rgb(255, 150, 37)}.red_clr{color:rgb(255, 0, 0)}
/**********MSP-2186 end*********/


.spcfctns__item-icon:after {
    height: 16px;
    background: url(https://assets.mspimages.in/msp-ui/camp/msp_pdp_sprite21.png?v=4) top left / 16px auto no-repeat;
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 20px;
    left: 0;
    top: 0;
}
.spcfctns__item--CPU.spcfctns__item-icon:after {
    background-position: 0 -34px;
}
.spcfctns__item--RAM.spcfctns__item-icon:after {
    background-position: 0 -85px;
}
.spcfctns__item--cmr.spcfctns__item-icon:after {
    background-position: 0 -18px;
}
.spcfctns__item--dsply.spcfctns__item-icon:after {
    background-position: 0 -51px;
}
.prdct-list__spec.spcfctns__item-icon.pcfctns__item--btry.spcfctns__item-name.spcfctns__item-val:after {
    top: -2px;
}

.spcfctns__item--SIM.spcfctns__item-icon:after {
    background-position: 0 -102px
}
.spcfctns__item--OS.spcfctns__item-icon:after {
    background-position: 0 -68px
}
.spcfctns__item--strg.spcfctns__item-icon:after {
    background-position: 0 -119px
}

.btm_links {
    margin: 12px 0 0;
    width: calc(100% - 110px);
}
.btm_links .full_specs.full_spec_url {
    margin: 0;
    position: relative;
}
.prdct-list__prc-link, .prdct-list__spec-link {
    font-size: 12px;
}
.prdct-list__spec-link:after, .prdct-list__prc-link:after {
    content: ' \276f';
    font-size: 9px;
}

.td_block_wrap .prdct-list__spec-link:hover{
    text-decoration: underline !important;
}
.td-post-content .btm_links a {
    text-decoration: none !important;
}
.status-tag {
    font-size: 7px;
    padding: 0 10px;
    position: absolute;
    transform: rotate(-45deg);
    width: 101px;
    left: -21px;
    top: 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}
.outofstock {
    color: #fff;
    background: #7a7a7a;
    opacity: 0.7;
    font-size:9px;
}
.ltst {
    background: #038C41;
    color: #fff;
    font-size: 9px;
}
.n_new_tst {
    background: #00b1db;
    color: #fff;
    font-size: 9px;
}
.upcoming {
    background: #f1984a;
    color: #fff;
    font-size:9px;
}
.reumored {
    border: solid 1px #f1984a;
    color: #f1984a;
    background: #fff;
    font-size:9px;
}
.prdct-list:after {
    position: absolute;
    left: 50%;
    top: -20px;
    content: '';
    height: calc(100% + 40px);
    width: 2px;
    background: #f2f3f5;
}
.pdt_img_col amp-img img {
    width: 98px;
    height: 191px;
}
.amp_stries_div.amp_rltd_article{
    float:left;
}

.img-fade{
    opacity:0.4;
}
.d-flex {
    display: flex;
    align-items: center;
}

.j-c {
    justify-content: space-between;
}

.vriy_stp {
    width: calc(100% - 70px);
    position: relative;
}
.msp_view {
    border-top: 1px solid #f2f3f5;
    padding: 9px 1px 0;
    margin: 12px 0 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#td-outer-wrap .td-post-content .vriy_stp p, .vriy_stp p, .vriy_stp .article_desc {
    line-height: 16px;
    overflow: hidden;
    height: 48px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    font-size:12px;
}
.vriy_stp span {
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #fff;
    line-height: 15px;
}
.vriy_stp span:after {
    content: ' \276f';
    font-size: 9px;
}
.stamps {
    width: 60px;
}
.gallery_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}
span.close_gall {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 600;
    background: #fff;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    font-size: 18px;
    color: #494949;
    z-index: 999;
}
.td_block_wrap.m-b-related-products {
    margin-bottom: 26px;
    overflow: hidden;
}
.td_block_wrap.m-b-related-products.amp_rltd_article {
    margin: 0;
}



.specs_rate {
    background: #ecf5f4;
    padding: 0 2px 0 0;
    border-radius: 1px;
    position: relative;
    border: 1px solid #cbd5d3;
    height: 16px;
    overflow: hidden;
    min-width: 110px;
    max-width: 112px;
    width: 100%;
    font-size: 10px;
    margin: 0 9px 0 0;
    float: left;
}
.specs_rate span {
    position: relative;
    padding: 3px 0 1px;
    color: #fff;
    z-index: 1;
    float: left;
    width: 36px;
    background: #4e8b41;
    text-align: center;
    font-family: arial;
    font-weight:600
}
.specs_rate span:before { /***MSP-1710***/
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-top: 22px solid transparent;
    border-right: 7px solid #ecf5f4;
    top: 1px;
    right: -2px;
}
.specs_rate small {
    font-size: 9px;
    position: relative;
    top: -1px;
    left: -1px;
}
.specs_rate label {
    position: relative;
    padding: 3px 0;
    z-index: 2;
    color: #555;
    width: calc(100% - 36px);
    text-align: center;
    float: left;
    background: #ECF5F4;
}
.prdct-list__scr.prdct-list__scr-val {
    padding: 0;
    background: #f0f0f0;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    color: #999;
    position: relative;
    margin: 0;
    font-family: arial;
    min-width: 97px;
}
.prdct-list__scr-lbl {
    margin-left: 2px;
    font-size: 10px;
    vertical-align: 1px;
    font-weight: 400;
    color: #555;
}
.prdct-list__scr-val strong {
    color: #1CA58E;
}
.prdct-list__scr-val small {
    font-size: 9px;
    font-weight: normal;
    padding: 0 2px 0 0;
    line-height: 10px;
    position: relative;
    top: 1px;
}
.prdct-list__info {
    margin-top: 8px;
}
.prdct-list__prc-link {
    vertical-align: 1px;
    font-weight: normal;
    margin: 0 0 0 10px;
}
.zoom-viewer__img-src{
    margin:0 !important;
    transform: translate(-50%, -50%);
}

.article_btn {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    position:relative;
}

.article_btn button {/****MSP-1710****/
    background: #1480c2;
    border: 0;
    color: #fff;
    border-radius: 4px;
    min-width: 350px;
    padding: 5px;
    border: 1px solid #1480c2;
}

.article_btn button:hover {
    background: #fff;
    color: #1480c2;
}
.article_btn:after {/****MSP-1710****/
    position: absolute;
    left: 0;
    bottom: 39px;
    height: 110px;
    width: 100%;
    content: '';
    background: -moz-linear-gradient(top, rgba(255,255,255,0.43) 0%, rgba(255,255,255,0.95) 99%, rgba(255,255,255,0.96) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.43) 0%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,0.96) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.43) 0%,rgba(255,255,255,0.95) 99%,rgba(255,255,255,0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6effffff', endColorstr='#f5ffffff',GradientType=0 );
}
@media only screen and (max-width:1019px){
    .single-post .post .alt-prd-dtl td span {
        font-size: 13px;
    }
    .rltv {
        margin-bottom: 20px;
    }
    .alsoread-wrapper .item.also_read_box > a{
        height:70px
    }
    .single-post .post table.alt-prd-dtl{
        border: 0;
        margin: -10px 0 0 -15px;
        width: calc(100% + 30px);
        display: block;
        overflow: hidden;
        overflow-x: auto;
        border-top: 1px solid #e1e1e1;
    }
    .single-post .td-pb-span12 .post table.alt-prd-dtl{
        margin: -10px 0 0 -15px;
        width: calc(100% + 30px);
    }
    .td-pb-span12 .prdct-grid.prdct-grid--inline.rltv,.rltv {
        max-width: unset;
        width: calc(100% + 30px);
    }
    .single-post .post table.alt-prd-dtl td{font-size:13px !important;}
    .prd_stky_icns span span{display:none}
    .single-post .post table.alt-prd-dtl td.prd_stky_icns{min-width:34px}
    .single-post .post table.alt-prd-dtl td.prd_stky{left:34px}
    .rltv [class*=kyspc__item--]:before{margin:0}
    .single-post .post table.alt-prd-dtl td.prd_stky:after {
        width: 100%;
        box-shadow: 4px 3px 4px #00000012;
        left: 0;
        background: transparent;
        z-index: -1;
        border-right: 1px solid #E0E1E7;
    }
    table.alt-prd-dtl td .status-tag{font-size:8px;z-index:1}

    td span i.kyspc__item {
        height: auto;
    }
    .prdct-list__item {
        padding: 0 0 9px;
        width: 100%;
        margin: 0 0 9px;
    }
    .prdct-list__item:last-child{
        padding:0;
        margin:0 0 20px 0;
    }
    .prdct-list__item.line_partition:after {
        left: 0;
        top: -14px;
        height: 2px;
        width: 100%;
        background: #f2f3f5;
        content: '';
        position: absolute;
    }
    .prdct-list:after{
        height: 0;
    }
    .article_btn button{
        min-width: 250px;
        font-size: 15px;
        font-weight: 400;
    }
    .td-post-source-tags a {
        font-size: 11px;
    }

}
@media only screen and (min-width:1030px){
    .article_btn:after{
        height: 104px;
    }

}
/*******MSP-1600 end*******/

/***MSP-1697 ****/
.review-wu-grade .wppr-c100,
.review-grade-widget .wppr-c100 {
    background-color: #ebebeb;
}

.review-wu-grade .wppr-c100.wppr-weak span,
.review-grade-widget .wppr-c100.wppr-weak span {
    color: #FF7F66;
}

.review-wu-grade .wppr-c100.wppr-weak .wppr-fill,
.review-wu-grade .wppr-c100.wppr-weak .wppr-bar,
.review-grade-widget .wppr-c100.wppr-weak .wppr-fill,
.review-grade-widget .wppr-c100.wppr-weak .wppr-bar {
    border-color: #FF7F66;
}

.user-comments-grades .comment-meta-grade-bar.wppr-weak .comment-meta-grade {
    background: #FF7F66;
}

#review-statistics .review-wu-grade .wppr-c100.wppr-not-bad span,
.review-grade-widget .wppr-c100.wppr-not-bad span {
    color: #FFCE55;
}

.review-wu-grade .wppr-c100.wppr-not-bad .wppr-fill,
.review-wu-grade .wppr-c100.wppr-not-bad .wppr-bar,
.review-grade-widget .wppr-c100.wppr-not-bad .wppr-fill,
.review-grade-widget .wppr-c100.wppr-not-bad .wppr-bar {
    border-color: #FFCE55;
}

.user-comments-grades .comment-meta-grade-bar.wppr-not-bad .comment-meta-grade {
    background: #FFCE55;
}

.review-wu-grade .wppr-c100.wppr-good span,
.review-grade-widget .wppr-c100.wppr-good span {
    color: #50C1E9;
}

.review-wu-grade .wppr-c100.wppr-good .wppr-fill,
.review-wu-grade .wppr-c100.wppr-good .wppr-bar,
.review-grade-widget .wppr-c100.wppr-good .wppr-fill,
.review-grade-widget .wppr-c100.wppr-good .wppr-bar {
    border-color: #50C1E9;
}

.user-comments-grades .comment-meta-grade-bar.wppr-good .comment-meta-grade {
    background: #50C1E9;
}

.review-wu-grade .wppr-c100.wppr-very-good span,
.review-grade-widget .wppr-c100.wppr-very-good span {
    color: #8DC153;
}

.review-wu-grade .wppr-c100.wppr-very-good .wppr-fill,
.review-wu-grade .wppr-c100.wppr-very-good .wppr-bar,
.review-grade-widget .wppr-c100.wppr-very-good .wppr-fill,
.review-grade-widget .wppr-c100.wppr-very-good .wppr-bar {
    border-color: #8DC153;
}

.user-comments-grades .comment-meta-grade-bar.wppr-very-good .comment-meta-grade {
    background: #8DC153;
}

#review-statistics .review-wu-bars ul.wppr-weak li.colored {
    background: #FF7F66;
    color: #FF7F66;
}

#review-statistics .review-wu-bars ul.wppr-not-bad li.colored {
    background: #FFCE55;
    color: #FFCE55;
}

#review-statistics .review-wu-bars ul.wppr-good li.colored {
    background: #50C1E9;
    color: #50C1E9;
}

#review-statistics .review-wu-bars ul.wppr-very-good li.colored {
    background: #8DC153;
    color: #8DC153;
}

#review-statistics .review-wrap-up div.cwpr-review-top {
    border-top: 5px solid #3BAEDA;
}

.user-comments-grades .comment-meta-grade-bar,
#review-statistics .review-wu-bars ul li {
    background: #E1E2E0;
    color: #E1E2E0;
}


#review-statistics .review-wrap-up .review-wu-right ul li,
#review-statistics .review-wu-bars h3,
.review-wu-bars span,
#review-statistics .review-wrap-up .cwpr-review-top .cwp-item-category a {
    color: #3D3D3D;
}

#review-statistics .review-wrap-up .review-wu-right .pros h3 {
    color: #8DC153;
}

#review-statistics .review-wrap-up .review-wu-right .cons h3 {
    color: #C15353;
}
#review-statistics .review-wrap-up .review-wu-right h3 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.affiliate-button {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}


div.affiliate-button a {
    background: #ffffff;
}
.affiliate-button a {
    display: table;
    margin: 20px auto 0;
    padding: 10px 35px;
    border: none;
    border-radius: 5px;
    text-decoration: none !important;
}
div.affiliate-button a {
    border: 2px solid #3BAEDA;
}
div.affiliate-button a span {
    color: #3BAEDA;
}
.affiliate-button a span {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
}
div.affiliate-button a span:before, div.affiliate-button a:hover span:before {
    font-family: "dashicons";
    content: "\f174";
    padding-right: 5px;
}
div.affiliate-button a span:before, div.affiliate-button a:hover span:before { content: '';display:none }
/**END MSP-1697**/


/**START MSP-1711**/
#ez-toc-container>.ez-toc-title {
    font-weight: bold;
}
/**END MSP-1711**/

/*****MSP-1604 start******/


@media only screen and (min-width:768px){

    .category .td_module_wrap .td-module-image {
        height: 196px;
        overflow: hidden;
    }

    .category .td_module_wrap .td-module-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 90%;
        object-fit: cover;
    }

    .category .td_module_wrap .td-module-image .td-module-thumb {
        height: 100%;
        overflow: hidden;
    }


    .td_block_related_posts .article_image .td-module-thumb {
        height: 135px;
    }



    .td_block_related_posts .td-module-thumb a img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        width: auto;
        height: auto;
    }

    .rellll .attachment-medium.size-medium {
        width: 100% !important;
    }

    .alsoread-outer-wrapper {
        max-height: 209px;
    }
}

@media only screen and (max-width:767px){
    .td_block_related_posts .article_image .item-details {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .article_image.td_module_col{
        justify-content: normal;
    }
    .article_image {
        display: flex;
        flex-direction: row;
        float: none;
        align-items: flex-start;
        justify-content: space-between;
    }

    .td_block_related_posts
    .article_image .td-module-image {
        flex: 0 0 30%;
        width: 30%;
        height: 100%;
        position: relative;
        height: 66px;
    }

    .td_block_related_posts .article_image .td-module-thumb a img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .td_block_related_posts .article_image .td-module-image .td-module-thumb {
        height: 100%;
    }
}

span.td-module-comments {
    display:none;
}

/*****MSP-1604 End******/

/**START MSP-1711**/
#ez-toc-container>.ez-toc-title {
    font-weight: bold;
}
/**END MSP-1711**/

/**MSP-1766**/
#review-statistics .review-wrap-up div.cwpr-review-top {display: flex;align-items: flex-start;padding: 10px;justify-content: space-between;}

#review-statistics .review-wrap-up .cwpr-review-top h2.cwp-item {
    font-size: 18px;
    text-align: left;
    padding: 0 10px 0 0;
    min-width: 64%;
}

#review-statistics .review-wrap-up .cwpr-review-top .cwp-item {
    width: 35%;
    font-size: 19px;
    text-align: right;
}
.wppr-review-container {
    margin-bottom: 26px;
}
/**END MSP-1766**/



/**START MSP-1785**/
.also-read-widgt {
    overflow: hidden;
    position: relative;
    margin-bottom:24px;
}
.alsoread-wrapper .item .read-summry a {
    font-size: 13px;
    line-height: 19px;
    height: 60px;
}
.also-read-widgt .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
}
.alsoread-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.alsoread-title {
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
    color: #0d426c;
    text-transform: uppercase;
    /* margin-bottom: 10px; */
}
.alsoread-nav {
    display: flex;
}
.alsoread-nav span {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #010101;
    border-radius: 50%;
    background-color: #ccc;
    border: 1px solid #a1a1a1;
    cursor: pointer;
}
.alsoread-nav span.alsoread-nav-left {
    margin-right: 3px;
}
.alsoread-nav span.disabled {
    opacity: 0.4;
    cursor: default;
}
.alsoread-outer-wrapper {
    width: 100%;
    white-space: nowrap;
}
.alsoread-wrapper {
    width: fit-content;
    display: flex;
    flex-direction: row;
    /* overflow: hidden; */
    white-space: normal;
}
.alsoread-wrapper .read-card {
    display: flex;
    flex-direction: column;
    width: 235px;
    margin-right: 15px;
    /* white-space: normal; */
}
.alsoread-wrapper .read-card:nth-last-of-type(1) {
    margin-right: 0px;
}
.alsoread-wrapper .read-card img {
    width: 100%;
    margin-bottom: 10px;
}
.td-post-content .read-summry a:not(.btn) {
    text-decoration: none;
}

.alsoreadSlick-slider .item .read-summry  a {
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 21px;
    height: 65px;
    color: #111 !important;
}

.alsoread-outer-wrapper .owl-dots {
    display: none;
}
.also-read-widgt .owl-theme .owl-nav i {
    font-size: 20px;
    color: #000;
    font-style: normal;
    position: relative;
    top: 0;
    left: 1px;
}
.also-read-widgt .owl-theme .owl-nav i.fa-left{
    left:0;
}
.also-read-widgt .owl-carousel.owl-theme .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 18px;
    border-radius: 100%;
    background: #d2d2d2;
    opacity: .8;
    border: 1px solid #b1b1b1;
}

.also-read-widgt .owl-theme .owl-nav button.disabled {
    opacity: .3;
    cursor: no-drop;
}
.also-read-widgt .owl-theme .owl-nav [class*=owl-]:hover{
    background: #d2d2d2;
}
.alsoread-wrapper .item {
    border: 1px solid #e0dfe0;
    border-radius: 4px;
    overflow: hidden;
}

.alsoread-wrapper .item .read-summry {
    padding: 0 7px 8px;
}

.tagdiv-type .alsoread-wrapper .item img {
    margin-bottom: 10px;
}

/******MSP-2031*******/
.single-post .post table, .page table {/****MSP-2031***/
    table-layout: auto;
    width: 100%;
    display: block;
    overflow:hidden;
    overflow-x: auto;
    border:0;
    position:relative;
    height:auto !important;
}
.single-post .post table td:first-child:after {/****MSP-2031***/
    position: absolute;
    left: -1px;
    top: 0;
    content: '';
    height: 100%;
    width: 1px;
    background: #dfe1e8;
}
.single-post .post table td:first-child:before{/****MSP-2031***/
    position: absolute;
    right: -1px;
    top: 0;
    content: '';
    height: 100%;
    width: 1px;
    background: #dfe1e8;
}
.single-post .post table tr:nth-child(even), .single-post .post table tr:nth-child(even) td,.page table tr:nth-child(even), .page table tr:nth-child(even) td{/****MSP-2031***/
    background: #f3f3f3;
}
.single-post .post table td, .page table td{/****MSP-2031***/
    color:#222;
}
.single-post .post table td:first-child, .page table td:first-child {/****MSP-2031***/
    position: sticky;
    left: 0;
    background:#fff;
}
.single-post .post table.tbl-unfreze-col1 td:first-child, .page table td:first-child {/****MSP-2082***/
    position: static;
}
.single-post .post table.tbl-unfreze-col1 td:first-child:before {
    background: none;
}

.single-post .post table td, .page table td {/****MSP-2031***/
    min-width: 115px;
}
/******MSP-2031*******/

table colgroup {/*** MSP-2048 ***/
    display: none;
}

@media (max-width: 764px) {

    .alsoread-wrapper .item{
        max-height: 208px;
    }
    .alsoread-title {
        font-size: 14px;
        line-height: 18px;
    }
    .alsoread-nav span {
        display: none;
    }
    .also-read-widgt, .alsoread-wrapper, .td-post-content .alsoread-wrapper img {
        margin-bottom: 10px;
    }
    .alsoread-outer-wrapper {
        overflow-x: auto;
    }
    .alsoread-wrapper .read-card {
        width: 125px;
    }
    .alsoread-wrapper .read-card .read-summry p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
    }
}

@media only screen and (max-width:767px){
    .alsoreadSlick-slider .item {
        display: inline-block;
        vertical-align: top;
        width: 126px;
        margin: 0 10px 0 0;
    }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 .td-pb-span12 .owl-carousel .owl-item{max-width:234px}

 /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}


/**END MSP-1785**/

@media only screen and (max-width:600px){
    .sigl_spec, .td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec{
        padding: 10px 0;
        box-shadow: 0 -5px 5px -5px #e4e4e4, 0 5px 5px -5px #e4e4e4;
    }
    .td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec{
        padding:9px 6px 6px;
    }
}
@media only screen and (min-width:800px){
    .sigl_spec, .td_block_wrap.m-b-related-products.amp_rltd_article.sigl_spec{
        max-width: 400px;
    }
}
.format-gallery .gallery-columns-1 .gallery-caption {
    padding: 16px 0 20px;
    position: relative;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    border-bottom: 1px solid #eee;
    font-style: normal;
    min-height: 90px;
}
.format-gallery .elementCount {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin: 0 10px 0 0;
    font-size: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #0d426c;
    float: left;
}
/******MSP-1568 end******/

/*MSP-2030*/
.td-sp.td-sp-twitter {
    background: none;
}

.td_block_social_counter .td-sp.td-sp-twitter::after {
    font-family: arial;
    content: '';
    width: 18px;
    height: 3px;
    position: absolute;
    top: 14px;
    left: 8px;
    transform: rotate(51deg) skew(-24deg);
    z-index: 1;
    border: 1px solid #fff;
}

.td_block_social_counter .td-sp.td-sp-twitter::before {
    content: '';
    background: #fff;
    width: 19px;
    height: 1px;
    display: block;
    position: absolute;
    top: 15px;
    transform: rotate(135deg);
    left: 7px;
}
/* MSP-2030 ends*/

.td-pb-span12 .twitter-tweet.twitter-tweet-rendered {
    margin: 10px auto 0 !important;
}


/* MSP-2117 */
.w-f-100 {
    width: 100%;
    box-sizing: border-box;
}

.rating-grp {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 4px;
    word-break: break-all;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pd-name {
    width: 32%;
    text-align: right;
    line-height: 16px;
    word-break: break-word;
}
.rating-bar {
    width: calc(56% - 20px);
    margin: 0 10px 0;
    background: #E3E8F1;
    height: 10px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.rating-bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #4983E5;
    border-radius: 20px;
}
b, strong, .txt-w-b {
    font-weight: 600;
}
.selected .rating-bar span {
    background: #4CA953;
}
.td-pb-span12 .bnchmark_wrapper .scr-rating {
    margin: 0 auto 15px;
    float: none;
    overflow: hidden;
}
.scr-rating {
    border: 1px solid #DEE0E8;
    width: 600px;
    margin: 20px 0 20px;
    padding: 19px 5px;
    box-sizing: border-box;
}
.single .td-post-content .bench_caption {
    text-align: center;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 26px;
}
@media(max-width:676px) {
    .scr-rating {
        border-left:none;
        border-right:none;
        padding: 19px 0px;

    }
    .review-count,.pd-name {
        font-size: 13px;
    }
    .rating-grp {
        line-height: 16px
    }
    .scr-rating, .single .td-post-content .bench_caption {
        width: unset
    }
    .pd-name {
        width: 28%
    }
}

/* MSP-2117 */
.blk_heading {
    background-color: #0d426c;
    color: #fff;
    line-height: 1;
    padding: 9px 12px 5px;
    text-transform: uppercase;
}

/* MSP-2156 */

.pop-up__ovrly {
    position: fixed;
    z-index: 2999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 1;
    background: rgba(0, 0, 0, .7);
}

.pop-up__cntnr {
    position: fixed;
    z-index: 3001;
    top: 20%;
    right: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 1;
    border-radius: 3px;
}
.pop-up__cntnr {
    box-sizing: border-box;
    width: 420px;
    padding: 16px;
    background-color: #fff;
}
.pop-up__cntnr {
    top: 20px;
    box-sizing: border-box;
    background: none;
}
.pop-up__cls-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #8e93a1;
}
.js-pop-up__cls-btn {
    padding: 3px;
    z-index: 5;
    top: 0;
}
.pop-up__cntnr .pop-up__cls-btn {
    background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100px;
    right: 0;
    line-height: 19px;
    font-size: 12px;
}

.thumbnails__arrow--prev, .zoom-viewer__arrow--prev {
    left: -30px;
    padding: 10px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 99;
    background: url(//doypaxk1e2349.cloudfront.net/icons/arrow-left-black.png) no-repeat center;
}
.thumbnails__arrow--next, .zoom-viewer__arrow--next {
    right: -30px;
    padding: 10px 12px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 99;
    background: url(//doypaxk1e2349.cloudfront.net/icons/arrow-right-black.png) no-repeat center;
}

.ftr__ad {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-top: 4px;
    margin: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #fff;
    right: 0;
    z-index: 3;
}

@media (max-width: 767px) {
    .tdc-footer-wrap {
        position: relative;
        z-index: 9;
    }
}

.kyspc__item--top_rnk::before {
    background-position: -1px -939px;
}

@media only screen and (min-width:1025px){
    .single-post .post .alt-prd-dtl td span {
        font-size: 12px;
    }
}
.single-post .post table td[rowspan] {
    z-index: 9;
}

/* full width article */
.td-related-row .td-related-span3 {
    width: 25%;
    padding-left: 0;
    padding-right: 21px;
    /* responsive 500px phone */
}

