html {
	font-size: unset;
}

html, body {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow-x: unset;
	background: #f5f5f5;
    font-family: lato;
}

label {
	font-weight: normal;
}

a {
	cursor: pointer;
}
/* Fira-Sans
@font-face {
	font-family: 'Fira Sans';
	src: url('../fonts/FiraSans-Regular.eot');
	src: local('Fira Sans Regular'), url('../fonts/FiraSans-Regular.eot')
		format('embedded-opentype'), url('../fonts/FiraSans-Regular.woff2')
		format('woff2'), url('../fonts/FiraSans-Regular.woff') format('woff'),
		url('../fonts/FiraSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fira-Sans-Semibold';
	src: url('../fonts/FiraSans-SemiBold.eot');
	src: local('Fira Sans SemiBold'), url('../fonts/FiraSans-SemiBold.eot')
		format('embedded-opentype'), url('../fonts/FiraSans-SemiBold.woff2')
		format('woff2'), url('../fonts/FiraSans-SemiBold.woff') format('woff'),
		url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fira-Sans-Bold';
	src: url('../fonts/FiraSans-Bold.eot');
	src: local('Fira Sans Bold'), url('../fonts/FiraSans-Bold.eot')
		format('embedded-opentype'), url('../fonts/FiraSans-Bold.woff2')
		format('woff2'), url('../fonts/FiraSans-Bold.woff') format('woff'),
		url('../fonts/FiraSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
.logo {
	text-align: center;
	padding: 15px 0;
	position:relative;
}

.signuploginmodal label, label {
	font-family: lato;
	color: #282828;;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	cursor: text;
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out,
		-webkit-transform .2s ease-out;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	text-align: initial;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	width: 100%;
	letter-spacing: 1.1px;
}

.signuploginmodal a {
	font-family: lato;
	font-size: 14px;
	line-height: 1.5;
	color: #479fc6;
	letter-spacing: 1px;
	font-weight:bold;
}
.reasonforsubscrptionitemsimg{
	background-repeat: no-repeat;
	display: block;
	width: 65px;
	height: 65px;
	margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.reasonforsubscrptionitemsimg.web-mobile{
	background-image: url(../images/mobile-web-icon.png);	
}
.reasonforsubscrptionitemsimg.portfoliimg{
	background-image: url(../images/portfolio-icon.png);	
}
.reasonforsubscrptionitemsimg.adimg{
	background-image: url(../images/adfree-icon.png);	
}
.reasonforsubscrptionitemsimg.dashimg{
	background-image: url(../images/personalised-dashboard-icon.png);	
}

.signuploginmodal p {
	font-family: lato;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1.1px;
	color: #282828;
	margin-top: 10px;
}
.col-md-offset-left-1 {
    margin-left: 40px;
}
.col-offset-4-inches {
    margin-right: 4.333%;
}
span.dis-color {
    color: #ffd200;
}
button.btn.btn-primary.discount{ background: #023780;
    color: #fff;
    margin-bottom: 13px;}

button.btn.btn-primary.discount:after {
    content: '';
    width: 48px;
    height: 42px;
    top: -9px;
    background: no-repeat;
    right: 30px;
    position: absolute;
    background-image: url(../images/badge-offer.png);
}
p.our-sub {
    font-weight: bold;    margin-bottom: 14px;
}
.signuploginmodal input:not([type="checkbox"])
{
	font-family: lato;
	line-height: 18px;
	color: #282828;
	letter-spacing: 1.1px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 25px;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
	position: relative;
	z-index: 9999;
	margin-top:15px;
}
.signuploginmodal button, .form-control {
	font-family: lato;
	line-height: 18px;
	color: #282828;
	letter-spacing: 1.1px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	outline: none;
	height: 25px;
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: border .3s, -webkit-box-shadow .3s;
	transition: border .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
	position: relative;
	z-index: 9999;
	margin-top:15px;
}
input.form-control{
height: 25px;
margin-top:15px;
	
}
select.form-control{
height: 25px;
margin-top:15px;
	
}
div#logo>a {
	display: block;
	margin: 0 auto;
	width: 480px;
	height: 45px;
}
.form-control:focus {
	border-color: #9e9e9e;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background: none;
}

.signuploginmodal button, .btn {
	font-family: lato;
	font-size: 14px;
	background: #ff5a00;
	border-radius: 4px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 1.1px;
	text-align: center;
	color: #ffffff;
	border: none;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #479fc6;
    border-color: transparent;
    outline: 0;
}

.btn-primary.active, .btn-primary:active {
    color: #fff;
    background-color: #479fc6;
    border-color: transparent;
    outline: 0;
        box-shadow: none;
}
.btn-primary:hover {
     background-color:#ff5a00;
    border-color: transparent;
    outline: 0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover{
color: #fff;
    background-color: #479fc6;
    border-color: transparent;
    outline: 0;	
}
.signuploginmodal button:hover, .signuploginmodal button:focus,
	.signuploginmodal button:active,.signuploginmodal button:active:hover{
	background: #ff5a00;
	border: none;
	outline: none;
}
p.note-signin {
    background: #479fc62b;
    color: #696969;
    padding: 10px;
    margin: 0px;
}

.signupsubscriptioncontent button {
	background: #0070b9;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top:12px !important;
}

.signupsubscriptioncontent button:hover, .signupsubscriptioncontent button:focus,
	.signupsubscriptioncontent button:active {
	background: #0070b9;
	color: #ffffff;
}

.signuploginmodal {
	background: #fff;
	float: left;
	width: 100%;
	padding: 30px 15px;
	position: relative;
}

.signuplogintab {
	display: flex;
	padding: 0;
	list-style: none;
	margin: 0;
	margin-bottom: 16px;
}

a.tabslinks.active {
	color: #479fc6;
	border-bottom: 2px solid #213653;
}

a.tabslinks {
	display: block;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 18px;
	color: #333;
	border-bottom: 2px solid #ecf5f9;
}

a.tabslinks:hover {
	text-decoration: none;
}

.signuplogincontent {
	padding: 15px 15px 0;
	background: #f2f8fb;
}

a.closesignuploginmodal {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
}

.form-group i {
	position: absolute;
	padding: 5px;
	pointer-events: auto;
	cursor: pointer;
	font-size: 16px;
	z-index: 4;
	color: #282828;
	right: 10px;
	z-index: 99999;
	top: 10px;
}

i.fa.fa-info-circle:hover .tooltiptext {
	visibility: visible;
}

span.tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #282828;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	top: 30px;
	right: 0;
	line-height: 14px;
	font-size: 11px;
    font-family: Fira Sans;
}
.quesdescription .gstexclusive{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 1.3px;
    text-align: left;
    color: #828282;
    margin: 10px 0;
}
span.tooltiptext:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 10px;
	margin-left: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #282828 transparent;
}

span.closereset {
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
    right: 30px;
    font-size: 16px;
    z-index: 99999;
    color: #282828;
    top: 12px;
    display: none;
    padding: 0 10px;
}

#signinForm span.closereset, #resetForm span.closereset {
	right: 10px;
}

.form-group {
	margin-top: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	min-height: 1px;
	margin-left: auto;
	left: auto;
	right: auto;
}

label.inputlabel.active {
	-webkit-transform: translateY(-14px) scale(0.9);
	transform: translateY(-14px) scale(0.9);
	-ms-transform: translateY(-14px) scale(0.9);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	color: #479fc6;
	top: 0px;
}

.labeldouble label.inputlabel.active {
	-webkit-transform: translateY(-24px) scale(0.9);
	transform: translateY(-24px) scale(0.9);
	-ms-transform: translateY(-24px) scale(0.9);
}

label.inputlabel.active span {
	display: block;
	color: #282828;
}

input:focus ~ .inputlabel {
	-webkit-transform: translateY(-14px) scale(0.9);
	-ms-transform: translateY(-14px) scale(0.9);
	transform: translateY(-14px) scale(0.9);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	top: 0px;
	color: #479fc6;
}

.labeldouble input:focus ~ .inputlabel {
	-webkit-transform: translateY(-24px) scale(0.9);
	-ms-transform: translateY(-24px) scale(0.9);
	transform: translateY(-24px) scale(0.9);
	color: #479fc6;
}

input:focus ~ .inputlabel  span {
	display: block;
}

input:focus ~ .inputlabelpassword {
	bottom: 80%;
}

/* Materialize fix labels overlapping */
input[type]:-webkit-autofill + label.inputlabel{
-webkit-transform: translateY(-14px) scale(0.9);
	-ms-transform: translateY(-14px) scale(0.9);
	transform: translateY(-14px) scale(0.9);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	top: 0px;
	color: #479fc6;
}

.labeldouble input[type]:-webkit-autofill + label.inputlabel{
-webkit-transform: translateY(-24px) scale(0.9);
	transform: translateY(-24px) scale(0.9);
	-ms-transform: translateY(-24px) scale(0.9);
}

input[type]:-webkit-autofill + label.inputlabel  span {
	display: block;
color: #282828;
}

.form-control[disabled], fieldset[disabled] .form-control {
	opacity: .4;
}

input[disabled] ~ .inputlabelpassword {
	opacity: 0.4;
}

.inputlabel span {
	display: none;
}
.inputlabel span.otpmedium {
    display: inline-block;
}
.form-check-input {
	position: absolute;
	margin-top: 5px;
	left: 0;
}

label.form-check-label {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	top: -10px;
}

.signuploginmodal button {
	width: 100%;
	height:48px;
	margin:0;
}

.fa-google:before {
	content: "\f1a0";
}

.sociallogins {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
div#signin .sociallogins {
    padding-bottom: 0px;
}
.sociallogins ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sociallogins ul li {
	display: inline-block;
	margin-right: 5px;
}

.sociallogins ul li a:hover {
	text-decoration: none;
}

.sociallogins ul li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: #ccc;
	padding: 10px;
	border-radius: 100%;
	color: #fff;
}

.sociallogins ul li a i.fa-facebook {
	background: #3b5998;
}

.sociallogins ul li a i.fa-twitter {
	background: #55acee;
}

.sociallogins ul li a i.fa-google {
	background: #DB4437;
}

.sociallogins ul li a i.fa-linkedin {
	background: #4875B4;
}

.sociallogins span {
	font-size: 14px;
	letter-spacing: 1.1px;
	color: #828282;
	margin-bottom: 10px;
	display: block;
}

.signupsubscriptioncontent {
	padding: 10px 15px;
	text-align: center;
	margin-left: -15px;
	background: #fff;
	margin-right: -15px;
	clear: both;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

span.errormessge {
	color: #ea362f;
	line-height: 1;
	margin: 10px 0 5px;
	display: none;
}

.errormessge{
	color: #ea362f !important;
}

.homepagebtn a {
    background: #479fc6;
    padding: 5px 20px;
    border-radius: 4px;
    margin: 10px 0;
    display: table;
    color: #fff;
}
.homepagebtn a:hover {
    text-decoration: none;
} 
i.showpassword {
	color: #479fc6;
	font-style: normal;
	font-size: 14px;
	font-family: lato;
}

.logocontent {
	text-align: center;
	background: #f2f8fb;
	padding: 10px;
}

.logocontent p {
	padding-top: 15px;
	font-weight: normal;
	font-size:14px;
}

.inputfield {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 16px;
}

.chekboxfield .errormessge {
	position: relative;
	top: 20px;
}

input.form-control.otpinputs {
	width: 10%;
	float: left;
	margin-right: 15px;
	text-indent: 45%;
}

label.inputlabel.inputlabelotp {
	transform: translateY(-18px) scale(0.8);
	color: #479fc6;
	font-size: 13px
}

.resendotpdiv p {
	padding-top: 15px;
	font-weight: normal;
	color: #28282880;
}

p.termscondtion {
	font-family: lato;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	text-align: left;
	color: #282828;
	margin: 0;
}

.resendotpdiv span {
	font-weight: bold;
}

.fa-pencil:before {
	content: "\f040";
}

.mailexistpopup, .mailexistpopupsignup ,.mailexistpopupsignupsocial{
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 20px;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 20px 0 #00000033;
	background-color: #6f889b;
	z-index: 99999999;
	display: none;
	width: auto;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
}

.mailexistpopup p, .mailexistpopupsignup p , .mailexistpopupsignupsocial p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: unset;
}

.mailexistpopup button, .mailexistpopupsignup button , .mailexistpopupsignupsocial button {
	border-radius: 4px;
	background-color: #d7eaf2;
	color: #282828;
	font-size: 14px;
	line-height: 18px;
	width: auto;
	font-weight: normal;
	letter-spacing: unset;
	padding: 6px 12px;
	height: auto;
}

.mailexistpopup button:hover, .mailexistpopup button:focus,
	.mailexistpopup button:active, .mailexistpopupsignup button:hover,
	.mailexistpopupsignup button:focus, .mailexistpopupsignup button:active, .mailexistpopupsignupsocial button:hover,
	.mailexistpopupsignupsocial button:focus, .mailexistpopupsignupsocial button:active
	{
	color: #282828;
	background-color: #d7eaf2;
}

button.existcontinue {
	color: #fff;
	background-color: #479fc6
}

button.existcontinue:hover, button.existcontinue:focus, button.existcontinue:active
	{
	background-color: #479fc6;
	color: #fff;
}

.spinner svg {
	width: 19% !important;
	height: 85px !important;
}

.spinner-spiral .stop1 {
	stop-color: #fff;
	stop-opacity: 0;
}

.resendotpdiv {
	padding: 5px;
}

span.optmsg {
	clear: both;
	display: none;
}

.nombottom {
	margin-bottom: 0;
}

.resetpassword a.tabslinks {
	display: inline;
}

.resettitle {
	margin-bottom: 16px;
}

.Editorialcontent ul {
	padding: 15px 0px;
	margin: 0;
	list-style-type: none;
}

.editorialslides {
	padding: 10px 20px;
}

.Editorialcontent ul li {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 1.3px;
	text-align: left;
	color: #282828;
	font-family: lato;
	margin-bottom: 10px;
	padding: 10px 0px;
}

span.editorailcontentimg {
	background-image: url(../images/signup-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	background-position: 5% 3%;
	margin-right: 20px;
}

span.personalised {
	background-position: 33% 15%;
}

span.dashboard {
	background-position: 66% 15%;
}

span.package {
	background-position: 97% 35%;
}

.editorialslidestitle {
	font-family: lato;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 1.6px;
	text-align: center;
	color: #479fc6;
	text-transform: uppercase;
	margin:0;
}

.editorialslidesind p {
	font-family: lato;
	line-height: 1.38;
	letter-spacing: 1.3px;
	text-align: center;
	color: #282828;
}
span.passwordmsginfo {
    line-height: 1;
    margin: 10px 0 5px;
}
.editorialslidesindimg {
	background-image: url(../images/signup-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	height: 95px;
	background-position: 3% 28%;
	margin: 0 auto;
}

.personalisedind {
	background-position: 47% 28%;
}

.dashboardind {
	    background-position: 97% 28%;
}

.packageind {
    background-position: 1% 74%;
}
.Preferencesslide {
    background-position: 98% 74%;
}
.bookmarksslides {
    background-position: 47% 74%;
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-initialized .slick-slide {
	display: block;
}

.Editorialcontent i {
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 99999;
	color: #479fc6;
	font-size: 46px;
	cursor: pointer;
}

.Editorialcontent i.fa.fa-angle-right {
	right: 0;
	left: auto;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	padding: 16px 0 !important;
	list-style-type: none;
	position: absolute;
	bottom: -20px;
	width: 100%;
}

.slick-dots li {
	margin: 0 4px;
}

.slick-dots button {
	display: block;
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #daecf4;
	text-indent: -9999px;
	opacity: 0.80;
}

.slick-dots li.slick-active button {
	background-color: #479fc6;
	opacity: 1;
}

.fa.icon-remove-sign:before {
	content: "\f057";
}

.fa.icon-remove-sign {
	color: red;
}

.fa.fa-check-circle {
	color: green;
}

span.optsentmsg {
	display: none;
	color: green;
	font-size: 12px;
}

span.optsentmsg.error {
	color: #ea362f;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

span.otpverified {
    clear: both;
    font-size: 12px;
    display: block;
    line-height: 2;
    letter-spacing: 0.8px;
    font-weight: bold;
    padding: 10px 0 0;
}

span.overallerrormsg {
	display: block;
	line-height: 1.8;
	letter-spacing: 0.8px;
	padding: 10px;
	background: green;
	display: none;
}

span.overallerrormsg.error {
	background: #ea362f;
}

span.overallerrormsg .msg {
	color: #fff;
}

span.loading {
	display: none;
}

span.loading svg {
	width: 30px;
	height: 18px;	
	line-height: 2;
	position: relative;
	top: 4px;
}

.resendotpdiv .loading {
	padding-top: 12px;
	float: left;
}

.resendotpdiv .loading circle {
	stroke: #28282880;
}

.error input.form-control.otpinputs {
	color: #ea362f;
}

.success input.form-control.otpinputs {
	color: green;
}

.toastmsg {
	display: none;
	background-color: #ef5252;
	color: #fff;
	text-align: center;
	position: fixed;
	z-index: 9999999;
	right: 10px;
	bottom: 30px;
	font-size: 14px;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	max-width: 100%;
	height: auto;
	line-height: 1.5em;
	padding: 10px 50px;
}

.toastmsg.show {
	display: block;
	-webkit-animation: fadein 0.5s, fadeout 0s 2.5s;
	animation: fadein 0.5s, fadeout 0s 2.5s;
}

.toastmsg.success {
	background-color: green;
}

.toastmsg i {
	position: absolute;
	right: 10px;
	top: 13px;
	cursor: pointer;
}

@-webkit-keyframes fadein {
	from {right: 0;
	opacity: 0;
}

to {
	right: 30px;
	opacity: 1;
}

}
@keyframes fadein {
	from {right: 0;
	opacity: 0;
}

to {
	right: 30px;
	opacity: 1;
}

}
@-webkit-keyframes fadeout {
	from {right: 30px;
	opacity: 1;
}

to {
	right: 0;
	opacity: 0;
}

}
@keyframes fadeout {
	from {right: 30px;
	opacity: 1;
}

to {
	right: 0;
	opacity: 0;
}

}
.backshadow {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	z-index: 99999;
	opacity: 0.3;
	visibility: hidden;
}

img {
	max-width: 100%;
}

ul.tablist, .tablist ul {
	padding: 0;
	list-style-type: none;
}

ul.tablist li a {
	border-bottom: 1px solid #ddd;
	display: table;
	width: 100%;
	padding: 13px 20px;
	font-family: lato;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1.4px;
	text-align: left;
	color: #828282;
}

.bgwhite {
	background: #fff;
}

.bordrright {
	border-right: 1px solid #ddd;
}

ul.tablist li.active>a {
	color: #2a5d92;
}

ul.tablist li.active .subtablist a {
	color: #333333;
	padding: 10px 30px;
	font-size:16px;
}

ul.subtablist a.active {
	background: #ecf5f9;
}

.formicons .fa {
	position: absolute;
	padding: 5px;
	pointer-events: auto;
	cursor: pointer;
	font-size: 16px;
	color: #282828;
	right: 10px;
	z-index: 99999;
	top: 10px;
}

.profilepagetitle {
	font-family: lato;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.9;
	letter-spacing: 1.6px;
	text-align: left;
	color: #ff5a00;
	margin: 0;
	padding: 20px 0 10px;
	text-transform: uppercase;
}

span.verification {
	position: absolute;
	top: 15px;
	font-size: 16px;
	line-height: 18px;
	right: 0;
	color: #479fc6;
	cursor: pointer;
	z-index: 999999;
}

.radio label , .check label {
   position: relative;
    width: auto;
    padding:0;
    padding-right:10px;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]+span:before, [type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after {
    border: 2px solid #929292;
}
[type="radio"]:checked+span:before {
    border: 2px solid transparent;
}
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after, [type="radio"]:checked+span:before, [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border-radius: 50%;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 2px solid #479fc6;
}
[type="radio"].with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
[type="radio"]:checked+span:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #479fc6;
}
.radio p{
font-family: lato;
  font-size: 16px;
  line-height: 1.29;
  letter-spacing: 1.1px;
  text-align: left;
  color: #282828;
  margin:0;
}
.savedaddress {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 15px;
}

.savedaddresstitle {
	font-family: lato;
	font-size: 16px;
}

.savedaddress label {
	position: relative;
	width: unset;
	float: right;
	top: -15px;
}

.savedaddressed {
	padding: 10px;
	border: 1px solid #479fc6;
	background-color: #f0f7fa;
	border-radius: 10px;
	margin-bottom:20px;
	word-break: break-all;
}

.savedaddressed p {
	font-family: 'Fira Sans';
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: 1.4px;
	text-align: left;
	color: #282828;
	margin: 0;
}

p.addressoption {
	font-weight: bold;
	color: #828282;
	text-transform: capitalize;
}

p.addressname {
	font-weight: bold;
	text-transform: uppercase;
}

.savedicons {
	clear: both;
	text-align: right;
	border-top: 1px solid #dedede;
	padding: 10px;
}

.savedicons span {
	padding: 0 10px;
}

#addnewadd i {
	position: unset;
	color: #fff;
}

.editorialslides:focus {
	outline: 0;
}

.savedaddress i {
	cursor: pointer;
}

ul.preferencetablist {
	padding: 20px 0 0;
	list-style-type: none;
	margin: 0;
	text-align: left;
}

ul.preferencetablist li {
	display: inline-block;
	padding: 0 10px;
}

ul.preferencetablist li a {
	font-family: 'lato';
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1.4px;
	text-align: center;
	color: #282828;
	padding-bottom: 5px;
}

ul.preferencetablist li a:hover {
	font-weight: bold;
	color: #479fc6;
	border-bottom: 1px solid #282828;
	text-decoration: none;
}

ul.preferencetablist li.active a {
	font-weight: bold;
	color: #479fc6;
	border-bottom: 1px solid #282828;
}

.content input[type="checkbox"] {
	display: none;
}

.content .fa {
	position: absolute;
	color: #fff;
	padding: 7px 10px;
	top: 0px;
	right: 0;
	font-size: 20px;
}

.image-checkbox-checked .fa {
	display: block !important;
}

.content {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	cursor: pointer;
	border-radius: 8px;
	margin-bottom: 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
    background-image:url(../images/placeholder.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 100px;
}

.content:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.content .content-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-moz-user-select: none;
-webkit-user-select: none;
}

.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
-moz-user-select: none;
-webkit-user-select: none;
}

.image-checkbox-checked .content-overlay {
	background: rgba(1, 114, 165, 0.788235294117647);
	-moz-user-select: none;
-webkit-user-select: none;
}

.preferedrecommed {
	float: left;
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 15px;
}

.preferencesave {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	left: 0;
	border-top: 1px solid #eee;
	z-index:9999;
}

.preferencesave .btns {
	text-align: right;
	padding-left:30px
}

.preference {
	float: left;
	width: 100%;
}

.preferencesave p {
	float: left;
	position: relative;
	left: 30%;
	font-family: Fira Sans;
	font-size: 14px;
	font-weight: bold;
	top: 10px;
}

.author-image {
	border-radius: 100%;
	width: 90px;
	height: 90px;
	background: #e7e8e3;
}

.authortitle {
	font-family: Fira Sans;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1.4px;
	text-align: left;
	color: #479fc6;
	text-transform: uppercase;
}

.authordesc {
	font-family: Fira Sans;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: 1.1px;
	text-align: left;
	color: #000000;
}

.followbtn {
	background-color: #ffffff;
	color: #828282;
	border: 1px solid #828282;
	text-align: right;
	cursor: pointer;
	font-family: lato;
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 1.1px;
	float: right;
	padding: 5px 10px;
}

.authorsitem {
	margin-bottom: 20px;
}

.authorsitem input[type="checkbox"] {
	display: none;
}

.authorfollowed .followbtn {
	color: #479fc6;
	border: 1px solid #479fc6;
}

ul.subtablist a.active {
	position: relative;
}

ul.subtablist a.active:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	top: 7px;
	position: absolute;
	right: 15px;
}



h3.content-title {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'lato';
	word-break: break-all;
}
div#personalinfo{height: 375px;}
.stickyprofile {
	border-left: 1px solid #ddd;
}
.profile .list-group ul.tablist.row {
   /* border-right: 1px solid #ddd;*/
}
ul.tablist>li.active>a.active {
	background: #fff;
	position: relative;
}

input::-ms-clear, input::-ms-reveal {
	display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	-webkit-animation: autofill 0s forwards;
	animation: autofill 0s forwards;
}

@keyframes autofill { 100% {
	background: transparent !important;
	color: inherit;
}

}
@-webkit-keyframes autofill { 100% {
	background: transparent !important;
	color: inherit;
}

}
.subscriptioninfopage {
	display: table;
	position: relative;
	float: left;
	border-bottom: 1px dashed;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
	padding-bottom: 20px;
}

.subscripedplans {
	background: #479fc6;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	text-align: center;
	float: left;
	width: 30%;
}

.subscripedplans h5 {
	font-family: 'lato';
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;    
	letter-spacing: 2px;
}

.plansdayleft {
	font-size: 100px;
	text-align: center;
	position: relative;
	font-family: Fira Sans;
	margin: 0;
}

.plansdayleft>span {
	font-size: 14px;
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-family: Fira Sans;
	bottom:15px;
}

.startdate {
	border-top: 1px solid;
	padding: 10px;
	font-family: Fira Sans;
	margin: 0;
}

.enddate {
	border-top: 1px solid;
	padding: 10px;
	font-family: Fira Sans;
	margin: 0;
}

.personalinfoinstruction {
	background: #479fc6;
	padding: 10px;
	margin-top: 10px;
	color: #fff;
	border-radius: 10px;
}

h6.personalinfodesc {
	font-family: Fira Sans;
	font-size: 16px;
}

.personalinfoinstruction p {
	font-family: Fira Sans;
	font-size: 12px;
}

.subscriptioninfodetails {
	width: 70%;
	float: right;
}

.subscriptioninfodetails ul {
	padding: 0 15px;
	list-style-type: none;
}

.subscriptioninfodetails ul li {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.3px;
	text-align: left;
	color: #282828;
	font-family: Fira Sans;
	margin-bottom: 5px;
}

.subscriptioninfodetails ul li i {
	color: green;
	margin-right: 10px;
}
.subscripedplansname.noplan {
	margin: 30px 0;
}

/*subscription css start*/
.sign-head {
	background: #fff;
	border-top: 1px solid #dddd;
	border-bottom: 1px solid #dddd;
	margin-bottom: 20px;
}

.sign-head h4 {
	font-family: 'Fira Sans',sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style:normal;
	font-stretch: normal;
	line-height: 0.9;
	letter-spacing: 1.6px;
	color: #0070b9;
	padding: 10px 0;
}

.subscribeTag {
	text-align: center;
	margin-bottom: 15px;
}

.progressbar {
	overflow: hidden;
	counter-reset: step;
	margin: 0;
	padding: 0;
	width: 100%;
}

.progressbar li {
	list-style-type: none;
	font-family: 'Fira Sans',sans-serif;
	font-size: 14px;
	width: 33.33%;
	float: left;
	position: relative;
	line-height: 1.29;
	letter-spacing: 1.1px;
	color: #282828;
}

.progressbar li.active {
	color: #0070b9;
}

.progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 36px;
	height: 36px;
	line-height: 22px;
	display: block;
	font-size: 16px;
	color: #479fc6;
	background: #fff;
	border-radius: 26px;
	margin: 10px auto 10px auto;
	border: 2px solid #ddd;
	padding: 5px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.progressbar li.active:before {
	background: #0070b9;
	border: 2px solid #fff;
	color: #fff;
}

.progressbar li.active:after {
	background: #479fc6;
	border: none;
	color: #fff;
}

.progressbar li:after {
	content: '';
	width: 100%;
	height: 5px;
	background: #eee;
	position: absolute;
	right: 50%;
	top: 30%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

h6.selectsubscription {
	font-family: lato;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.9px;
	text-align: center;
	color: #282828;
	margin-bottom: 40px;
}

.planlistbg {
	background: #fff;
	border-radius: 8px;
	text-align: center;
	border: 1px solid #3688dc;
}

.plantitle {
	background: #3688dc;
	padding: 10px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	font-size: 20px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 1.6px;
	color: #ffffff;
	font-family: lato;
	text-transform: uppercase;
}

.planamount {
	background: #00aeef;
	padding: 40px 10px;
	font-size: 60.5px;
	color: #f5f5f5;
	font-family: lato;
	font-weight: bold;
	position: relative;
}

.planvalidity {
	font-size: 20px;
	font-weight: bold;
	font-family: lato;
	line-height: 0.9;
	letter-spacing: 1.6px;
	color: #ffdf00;
	    margin-top: -10px;
}

ul.plandescription {
	list-style-type: none;
	padding: 30px 10px;
	margin: 0;
}

ul.plandescription li {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.3px;
	font-family: lato;
	color: #282828;
}
.profile ul.plandescription li{
	 line-height: 1.8;
}
.bgplan0 ul.plandescription li {
    line-height: 1.7;
}
.planamount:after {
	position: absolute;
	content: "";
	background: #f5f5f5;
	border-radius: 15px;
	width: 30px;
	right: -15px;
	height: 28px;
	top: 50%;
}

.planamount:before {
	position: absolute;
	content: "";
	background: #f5f5f5;
	border-radius: 15px;
	width: 30px;
	left: -15px;
	height: 28px;
	top: 50%;
}

sup.planstar {
    font-size: 14px;
    top: -35px;
}

.bgplan1 .planamount:after {
	top: 56%;
}

.bgplan1 .planamount:before {
	top: 56%;
}

#plandetails {
	margin-bottom: 40px;
	position: relative;
	float:left;
	width: 100%;
}

.amountsymbol {
	margin-right: 10px;
	font-size: 36px;
}

.subscribebtn {
	padding: 10px;
	margin-bottom: 20px;
}

.subscribebtn a {
	background: #00aeef;
	padding: 8px 34px;
	border-radius: 4px;
	cursor: pointer;
	font-family: lato;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.75;
	letter-spacing: 1.9px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration:none;
}

.subscribebtn a:hover {
	text-decoration: none;
}

.bgplan1 {
	border-color: #2861d4;
	position: relative;
	transform: scale(1.07);
}

.bgplan1 .plantitle {
	background:#00277a;
}
.bgplan0 .plantitle{background: #0082d3;}
.bgplan1 .planamount {
	background: #00419b;
}

.bgplan1 .subscribebtn a {
	background: #00419b;
}

.bgplan2 {
	border-color: #4447c1;
}

.bgplan2 .plantitle {
	background: #005ba2;
}

.bgplan2 .planamount {
	background: #0070b9;
}

.bgplan2 .subscribebtn a {
	background: #0070b9;
}


#planpacklogin .subscribebtn a {
	background: none;
	color: #5f9edf;
}

#planpacklogin .bgplan1 .subscribebtn a {
	background: none;
	color: #5582de;
}

#planpacklogin .bgplan2 .subscribebtn a {
	background: none;
	color: #6d6fde;
}
div#nri .planlistbg.bgplan1:before{right: 0;}
.planlistbg.bgplan1:before {
	content: '';
	background-image: url(../images/badgeplan-web-yellow.png);
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: -12px;
}
.nopad{padding:0px;}
#planpacklogin .bgplan1 {
	transform: scale(1);
}

.freetrialpack {
	background-color: #f2f8fb;
	padding: 5px 10px;
	border: 1px solid rgba(43, 134, 239, 0.4);
	margin-bottom: 20px;
}

.freetrialpack h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 1.4px;
	color: #282828;
	font-family: lato;
	text-align:center;
}

.freetrialpack span a:hover,.dyntoggle a:hover,.dyntoggle a ,.freetrialpack span a{
	text-decoration: none;
}

.reasonforsubscrption {
	background: #fff;
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}

h4.reasonforsubscrptiontitle {
	font-family: lato;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1.6px;
	text-align: center;
	color: #0070b9;
	text-transform: uppercase;;
	margin: 0 auto;
}

.reasonforsubscrptionitems {
	margin: 20px 0 25px;
}

.reasonforsubscrptionitems img {
	float: left;
	margin-right: 15px;
}

.reasonforsubscrptionitemscontenttitle {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: 1.3px;
	color: #282828;
	font-family: lato;
}

.reasonforsubscrptionitemscontentlead {
	font-family: lato;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.29;
	letter-spacing: 1.1px;
	text-align: left;
	color: #282828;
}

h4.Frequently-Asked-Questions {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 1.9px;
    color: #0070b9;
    margin: 10px auto 10px;
}
#planactivelist .showless{
	display:none
}
#planactivelist .showmore {
    display: table-row;
}
.planmore {
    text-align: right;
}
.planmore a {
	text-transform:uppercase;
	font-weight:bold;
	color:#479fc6;
}
.planmore a i {
    color: #282828;
    font-size: 24px;
    position: relative;
    top: 3px;
}
#planoveralllist .table>thead>tr>th {
   border-bottom: none;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: transparent;
}
#planoveralllist .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}

#planoveralllist table {
	border-collapse: separate;
	margin-bottom: 0;
	border-radius: 4px;
	border: 1px solid #ddd;
	letter-spacing: 1.1px;
}

#planoveralllist tr.active  td:last-child {
	color: #3c763d;
	font-weight: bold;
}

#planoveralllist tr.inactive  td:last-child {
	color: #a94442;
}
/*
#planoveralllist .table>thead>tr>th {
    vertical-align: bottom;
   border-top: solid 1px #ddd;
   border-bottom: solid 1px #ddd;
}
#planoveralllist .table tr {

    border: 2px solid #ddd;
}
#planoveralllist td {
    border: solid 1px #ddd;
    border-style: solid none;
    padding: 10px;
    background-color: #fff;
    letter-spacing:1.1px;
}

#planoveralllist td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
#planoveralllist td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}

#planoveralllist tr.yettoactive  td {
    border: solid 1px #bcdcfc;
        border-style: solid none;
         background-color:#f9fdff;
}

#planoveralllist tr.active  td {
    border: solid 1px #b3eacd;
        border-style: solid none;
         background-color:#f2fbf6;
        
}
#planoveralllist tr.active {
    font-weight: bold;
}
#planoveralllist tr.inactive  td {
    border: solid 1px #ffccd5;
    background-color:#fff9fa;
        border-style: solid none;
}
#planoveralllist tr.yettoactive  td:first-child {
       border-left-style: solid;
}

#planoveralllist tr.active  td:first-child {
       border-left-style: solid;
}
#planoveralllist tr.inactive  td:first-child {
     border-left-style: solid;
}
#planoveralllist tr.yettoactive  td:last-child {
    border-right-style: solid;
        color: #000;

}

#planoveralllist tr.active  td:last-child {
    border-right-style: solid;
        color: #3c763d;
    font-weight: bold;
}
#planoveralllist tr.inactive  td:last-child {
    border-right-style: solid;
        color: #a94442;
  
}
#planoveralllist th{
	border: solid 1px #ddd;
    border-style: solid none;
    padding: 10px;
    background-color: #fff;
}
#planoveralllist th:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}
#planoveralllist th:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}
*/
.dyntoggleIcon {
    border: solid #479fc6;
    border-width: 0 2px 2px 0;
    padding: 3px;
    margin: 5px;
    float: right;
    cursor:pointer;    
}
.dyntoggleTitle .dyntoggleIcon {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); 
}
.dyntoggleTitle.active .dyntoggleIcon {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
#subscriptioninfo .subscribebtn a{
	font-size: 14px;
}
.dyntoggle {
    letter-spacing: 1.1px;
    line-height: 1.3;
}
h4.dyntoggleTitle {
    line-height: 1.3;
}
span.gstexclusive {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: 1.3px;
    text-align: left;
    color: #828282;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.planpage{
	position:relative;
}
.plansummary {
	background: #fff;
	border: 1px solid #479fc6;
	padding: 10px;
	margin-bottom: 10px;
}
.plansummaryprint {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    color: #828282;
}
.plansummaryprint span {
    font-size: 12px;
  	font-weight:bold;
    color: #000;
}
a#changeplans {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    color: #479fc6;
    text-transform:UPPERCASE;
    
}
.paymentclick {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.paymentclickborder {
	border: 1px #d9d9d9 solid;
	border-radius: 5px;
	margin-bottom: 20px;
}

.paymentclickcardimg{
	border-bottom: 1px #d9d9d9 solid;
    padding: 10px;
    margin-bottom: 20px;
    color: #828282;
}
.paynowimg{
	text-align:center;
}
.paynowimg h4 {
	text-align: center;
	padding: 10px 25px;
	line-height: 1.5;
	letter-spacing: 1.1px;
	font-size: 16px;
	color: #282828;
}

#paynow {
    background: #479fc6;
    border: 0;
    border-radius: 6px;
    padding: 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: 1.1px;
    color: #ffffff;
}
p.expirycurrentplan {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.profileform .planamount:before, .profileform .planamount:after{
	background: #fff;
}

span#amountbreakup {
    color: #828282;
    font-size: 12px;
    font-weight: normal;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.form-group i.dropstaelist {
	right: 0px;
	top: 10px;
}

span.mand {
	color: #282828;
	line-height: 1.5;
	margin: 10px 0 5px;
	font-size: 12px;
	display: block;
}

span.mand.errormessge {
	font-weight: bold;
	color: #ea362f;
}

#setTableValidity{
	text-transform: capitalize;
}


.footer {
    width: 100%;
    box-sizing: border-box;
    display: table;
    text-align: center;
    padding: 15px;
    
    text-align: center;
   /* border-top: solid 1px #c8c8c3;
   background: #eaeaea;
   */
}
.clear {
    clear: both;
    display: block;
}
.footer-nav-heading {
    letter-spacing: -.09px;
    text-transform: uppercase;
    font-size: 11.5px;
    line-height: 14px;
    color: #133b5a;
}
li.groupsites a {
    color: #133b5a !important;
    border-right: none !important;
}
footer ul.nav {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    float: none;
    margin-bottom:15px;
}
footer ul.nav>li {
    display: inline-block;
    position: relative;
        float: none;
}
footer ul.nav>li>a {
    color: #7e7c76;
    padding: 0 7px;
    border-right: 1px solid #7e7c76;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -.09px;
}
.comment-to>a {
   color: #282828;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: underline;
}
.comment-to{
	font-size:12px;
}
.mbottom{
	margin-bottom:15px;
}
footer ul.nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.preferencefooter{
	
	margin-bottom:70px;
}
.userdetails {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
}
.userdetails ul {
    list-style-type: none;
}
.userdetailsmenu{
	display:flex;
	align-items:center;
}
.userdetails ul li a {
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.4px;
    color: #479fc6;
    text-transform: uppercase;
    height:40px;
}
#menuuser>a{
	padding:5px 0;
}
.userdetails ul li a:hover{
	text-decoration:none
}
#menudashboard a {
	font-size:26px;
}
.userdetails ul li a i {
    margin-right: 10px;
    color:#333;
}
.userdetails ul li a:hover .dropdown-menu{
display:block;
}
.userdetails>ul>li {
    line-height: 2.5px;    padding-right: 5px;
}
.userdetails>ul>li>a {
    max-width: 170px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
}
.open>.dropdown-menu{
display:block;
}
li.dropdown:hover .dropdown-menu {
    display: block;
}
.userdetails ul .dropdown-menu {
    right: 0;
    left: auto;
    top:25px;
    border:none;
    z-index: 999999999999999;
}
.userdetails ul .dropdown-menu li a {
    padding: 10px;
    color: #828282;
}
li.dropdown:hover:before {
    min-width: 100%;
    height: 50px;
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    top: -5px;
    bottom: -5px;
    left: 0;
    right: -15px;
}
.dropdown-menu:after {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -5px;
}
.mobileusername{
	display:none;
}
.preferncetoast {
    bottom: 70px;
    text-transform: capitalize;
}
p.termscondtion a {
    text-decoration: underline;
}
:focus {
    outline: 0;
}
sup.mandstar {
    color: #ea362f;font-size: 12px;
}
/*Select2 Css*/
.thsubscription .select2-container {
    display: block;
}
.thsubscription .select2-container .select2-selection--single {
    height: 25px;
    width: 100% !important;
    margin-top: 15px;
    letter-spacing: 1.1px;
}
.thsubscription .select2-container--default .select2-selection--single {
    background-color: #fff;
    border:none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
}
.thsubscription .select2-container:focus {
    outline: 0;
}
.thsubscription .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0;
}
.thsubscription .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #282828;
}
.thsubscription .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #282828;
    letter-spacing: 1.1px;
}
.thsubscription .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #282828 transparent transparent transparent;
}
.thsubscription .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #282828 transparent;
}
.thsubscription .select2-dropdown {
    border: 1px solid #aaa;
    z-index: 99999999999;
}
.thsubscription .select2-container--default .select2-selection--single .select2-selection__clear{
	font-weight:normal;
	font-size:24px;
}
.thsubscription .select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa;; 

}
.thsubscription .select2-search--dropdown .select2-search__field {
    padding: 2px;
    width: 100%;
    box-sizing: border-box;
    background: #fff url(../images/select2.png) no-repeat 100% -22px;
    background: url(../images/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background:url(../images/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../images/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(../images/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; 
}
/*Select2 Css*/

.changepassborder {
	border: 1px solid #479fc6;
    padding: 15px;
    border-radius: 4px;

}

.feedackinfo textarea.form-control {
    height: auto;
    border: none;
    border: 1px solid #9e9e9e;
    margin-top: 15px;
    padding: 10px 0 0 10px;
    width: auto;
    max-width: 100%;
}
span.feedbackicons {
    margin-right: 10px;
    font-size: 28px;
}
.feedbackradiolist {
    display: table;
    padding: 0 15px 0 0px;
    cursor: pointer;
    position: relative;
}
.feedbackradiolist p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: left;
    color: #424242;
    display: flex;
    align-items: center;
}
h5.feedacktitle {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-align: left;
    color: #282828;
}
.socialpassworddenied{
	display:none;
}
.socialpassworddenied h5 {
    min-height: 95px;
    padding: 15px 0;
    font-size: 18px;
}
span.plancashback {
    font-size: 20px;
}
.feedbackradiolist.active p {
    color: #479fc6;
    font-weight: bold;
}
.feedbackradiolist.active:before {
    content: "test";
    position: absolute;
    right: -5px;
    top: 12px;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #479fc6;
}
.feedbackusername{
	text-transform: capitalize;
}
div#thanksfeedback p {
    margin: 10px;
}
div#thanksfeedback {
    border: 1px solid #479fc6;
    border-radius: 4px;
    padding: 10px;
    margin: 15px 0;
}
.transactionitems {
    border:1px solid rgba(204, 204, 204, 0.5);
    border-radius: 4px;
    padding:31px;
    margin-bottom:15px;
}
.transactiondownloadoption {
    text-align: right;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding: 10px 10px 0;
}
.transactiondownloadoption a {
    padding-left: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    color: #395fce;
    text-decoration: underline;
    font-size: 12px
}
.transactionitems p {
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
    color: #282828;
    font-size: 12px;
   
}
.transactionitems p span {
    color: #395fce;
    font-weight: bold;
     text-transform: capitalize;
}
.transactionitems p .success {
    color: green;
}
.transactionitems p .failure , .transactionitems p .failed{
    color: #ea362f;
}
.transactionitems p .pending {
    color: #fe8a19;
}
.notransactionitems {
    margin: 71px 0;
}
.transactionitems.notransactionitems p {
    text-align: center;
    font-size: 18px;
}   
.profiletoast {
	text-transform: capitalize;
}
@media ( min-width :768px) and ( max-width :1024px)  {

	.col-offset-4-inches {
    margin-right: 1.333%;
}
	label.inputlabel.active span {
		font-size: 14px;
	}
	.planamount {
		font-size: 45.5px;
	}
	.planlistbg.bgplan1:before {
		right: -5px;
	}
	.subscribebtn a {
		padding: 8px 14px;
		font-size: 14px;
	}
	.plansummaryprint {
		font-size: 12px;
	}
	.reasonforsubscrptionitems img {
		margin-top: 15px;
	}
	i.fa.fa-info-circle:hover .tooltiptext {
		visibility: hidden;
	}
	
	i.fa.fa-info-circle.showtooltip .tooltiptext ,i.fa.fa-info-circle.showtooltip:hover .tooltiptext {
		visibility: visible;
	}
	.transactionsummaryprint {
    font-size: 11px;
    }
	.subscriptioninfodetails {
		width: 65%;
	}
	.subscripedplans {
		width: 35%;
	}
	.preferencefooter {
    margin-bottom: 140px;
}
h6.selectsubscription {

    margin-bottom: 30px;
}
.reasonforsubscrptionitems {
    min-height: 90px;
}
.userdetails {
    top: 35%;

}
.bgplan1 .old-planamnt:before {
    width: 48% !important;}
    .bgplan2 .old-planamnt:before {
    width: 43% !important;}
    div#nri .plantitle{ font-size: 14px;}
    .subscribebtn a{font-size: 13px;}
}

@media ( min-width :768px) and ( max-width :1023px) {
		.bgplan0 .old-planamnt:before{
		left: 0;
    right: 0;
    margin: 0 auto;
    transform: skewY(-13deg);
    top: 48%;
	}
	.plantitle{ font-size: 18px;}
	.bgplan1 .old-planamnt:before {
    width: 48% !important;
    
    transform: skewY(-9deg);
    top: 46%;
}
.preferencesave .inputfield{
	    margin-bottom: 25px;
	
}
.bgplan2 .old-planamnt:before {
    width: 43% !important;
    transform: skewY(-9deg);
    top: 46%;
}

	.list-group {
		position: fixed;
		bottom: 0;
		background: #fff;
		z-index: 9999999999;
		width: 100%;
		overflow: auto;
		margin-bottom: 0 !important;
		left: 0;
		border-top: 1px solid #ddd;
	}
	.profileform .list-group {
		position: relative;
		border-top: none;
		    z-index: 999;
	}
	ul.tablist {
		padding: 0;
		list-style-type: none;
		margin: 0;
		width: 100%;
		float: left;
	}

	ul.tablist li {
		display: block;
		width: 16.33%;
		padding: 5px;
		float: left;
	}
	ul.tablist li a {
		width: 100%;
		border-bottom: none;
		padding: 0;
		font-size: 13px;
		display: block;
		text-align: center;
	}
	ul.tablist li a i {
		font-size: 30px;
		padding-bottom: 5px;
	}
	a:focus, a:hover {
		text-decoration: none;
	}
	ul.subtablist {
		display: none !IMPORTANT;
	}
	.profileform ul.subtablist {
		display: block !IMPORTANT;
	}
	.profileform ul.tablist li {
		width: 50%;
		padding: 10px 10px 20px;
	}
	.profileform ul.subtablist a.active {
		background: none;
		color: #479fc6;
		border-bottom: 1px solid #000;
	}
	.profileform ul.subtablist a {
		padding-bottom: 5px;
		font-size: 16px;
	}
	ul.subtablist a.active:after, ul.tablist>li.active>a.active:after {
		content: none;
	}
	ul.tablist>li.active>a.active {
		background: none;
	}
	a.tabslinks {
		padding: 0;
		margin-right: 15px;
	}
	ul.preferencetablist {
		padding: 20px 0 20px;
	}
	.stickyprofile {
		margin-bottom: 100px;
		border-left: none;
	}
	.subscriptlist .planpage{
	top:0;
	}
	.planpage {
		top: 30px;
	}
	.preferencesave {
		    bottom: 55px;
	}
	.preferencesave p {
   		left: 15px;
	}
	.preferencesave .btns {
    padding-right: 15px;
}
sup.planstar {
    top: -25px;
}
	.profiletoast {
    bottom: 80px;
    left: 0;
    right: 0;
}
.preferncetoast {
    bottom: 140px;
}

h3.content-title {
    font-size: 12px;
}
.subscriptionicon {
    background:  url(../images/subscriptiondetails_icon.png);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0 auto;
}

.active .subscriptionicon {
		background-position: -28px 0px;
	}
	.changepasswordicon {
		background-position: -55px 0px;
	}
	.active .changepasswordicon {
		background-position: -82px 0px;
	}
	.usericon {
    background-position: -133px -36px;
	}
	.active .usericon {
    background-position: -165px -36px;
	}
	.preferenceicon{
  	background-position: 4px -36px;	
	}
	.active .preferenceicon {
    background-position: -30px -36px;
	}
	.transactionicon {
    background-position: -201px -36px;
	}
	.active .transactionicon {
    background-position: -239px -36px;
	}
	.feedbackicon {
    background-position: -118px 0px;
	}
	.active .feedbackicon {
    background-position: -155px 0px;
	}
	.userdetails>ul>li>a {
    max-width: 140px;

}
li.dropdown:hover .dropdown-menu {
    display: none;
}
.open> .dropdown-menu {
    display: block !important;
}
.mobileusername {
    display: block;
}
li.mobileusername a {
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
}
.content {
     height: 85px;
}
}

@media ( min-width :768px) and ( max-width :1024px) and (orientation:landscape) {
	label.inputlabel.active span {
		font-size: 12px;
	}
	.plantitle{ font-size: 18px;}
	.subscriptlist .planpage{
	top:0;
	}
	.planpage {
		top: 20px;
	}
	.reasonforsubscrptionitems {
    min-height: 85px;
}
.content {
     height: 81px;
}

}


@media ( max-width :767px) {
	.signupsubscriptioncontent button {margin-top:0px !important;}
	div#subscriptioninfo {
    width: 100%;
    float: left;
    overflow: hidden;
    clear: both;
}
	.userdetails ul {
    vertical-align: middle;
    list-style-type: none;
    padding-top: 8px;
}
	.bgplan1 .old-planamnt:before {
       width: 42% !important;
    border-bottom: 4px solid #fff;
    transform: skewY(-9deg);
    top: 47%;
    
}
div#personalinfo {
    height: 100vh;
}
div#personalinfo .inputfield {
    margin-bottom: 30px;
}

reasonforsubscrptionitemsimg{height:69px;}
.bgplan2 .old-planamnt:before {
    width: 38% !important;
}
	.bgplan0 .old-planamnt:before {
    top: 47% !important;
}
	.reasonforsubscrptionitemsimg{height: 68px;}
	h6.selectsubscription{letter-spacing: 0.9px;}
	.old-planamnt{left: 92px;}
	button.btn.btn-primary.discount:after{    right: 2px;    width: 50px;
    height: 39px;}
	/*body {
		overflow: scroll;
	}*/
	.list-group {
		position: fixed;
		bottom: 0;
		background: #fff;
		z-index: 9999999999;
		width: 100%;
		overflow: auto;
		margin-bottom: 0 !important;
		left: 0;
		border-top: 1px solid #ddd;
	}
	.profileform .list-group {
		position: relative;
		border-top: none;
		z-index:999
	}

	ul.tablist {
		padding: 0;
		list-style-type: none;
		margin: 0;
		width: 100%;
		float: left;
	}
	.list-group> ul.tablist{
	display:flex;
	overflow-x: auto;
	}
	ul.tablist li {
		display: block;
		width: 27.5%;
		padding: 5px;
		float: left;
		flex:none;
	}
	ul.tablist li a {
		width: 100%;
		border-bottom: none;
		padding: 0;
		font-size: 11px;
		display: block;
		text-align: center;
	}
	ul.tablist li a i {
		font-size: 30px;
		padding-bottom: 5px;
	}
	a:focus, a:hover {
		text-decoration: none;
	}
	ul.subtablist {
		display: none !IMPORTANT;
	}
	.profileform ul.subtablist {
		display: block !IMPORTANT;
	}
	.profileform ul.tablist li {
		width: 50%;
		padding: 10px 10px 20px;
	}
	.profileform ul.tablist li.active a {
		background: none;
		color: #479fc6;
		border-bottom: 1px solid #000;
	}
	.profileform ul.subtablist a.active {
		background: none;
		color: #479fc6;
		border-bottom: 1px solid #000;
	}
	.profileform ul.subtablist a {
		padding-bottom: 5px;
		font-size: 16px;
	}
	ul.subtablist a.active:after, ul.tablist>li.active>a.active:after {
		content: none;
	}
	ul.tablist>li.active>a.active {
		background: none;
	}
	a.tabslinks {
		padding: 0;
		margin-right: 15px;
		border-bottom-color: #fff;
	}
	label.inputlabel.active span {
		font-size: 10px;
	}
	ul.preferencetablist {
		padding: 10px 0 15px;
	}
	ul.preferencetablist li {
		display: inline-block;
		padding: 0;
		padding-right: 10px;
	}
	ul.preferencetablist li a {
		font-size: 14px;
	}
	.author-image {
		border-radius: 100%;
		width: 90px;
		height: 90px;
	}
	
	.mailexistpopup, .mailexistpopupsignup, .mailexistpopupsignupsocial {
		width:300px;
	}
	span.optsentmsg {
		font-size: 10px;
	}
	label.inputlabel.inputlabelotp {
		font-size: 10px;
	}
	.resendotpdiv p {
		margin-bottom: 0;
		font-size: 12px;
	}
	.signuploginmodal {
		padding: 0;
		width:100%;
	}
	.signupsubscriptioncontent {
		padding: 10px 0;
		margin:0;
	}
	.preferencesave {
	bottom:60px;
	    left: 0;
	}
	.preferencesave p {
		left: 15px;
	}
	.subscripedplans {
		margin: 0 auto 30px;
		width: 100%;
		float: left;
	}
	.savedaddress {
		width: 100%;
		padding:0;
	}
	.profiletoast {
		bottom: 80px;
		left: 0;
		right: 0;
	}
	/*subscription css start*/
	div#plandetails .col-xs-12 {
		padding-left: 15px;
		margin: 22px 0;
	}
	div#plandetails .col-xs-12:focus {
		outline: 0;
	}
	#plandetails {
		margin-bottom: 20px;
		    position: unset;
    float: none;
	}
	.bgplan1 {
		transform: scale(1.07);
	}
	#plandetails .slick-list {
		padding: 0 35px !important;
	}
	.planamount {
		font-size: 45.5px;
		/*padding: 20px 10px;*/
	}
	.subscribebtn {
		margin-top: 20px;
	}
	h6.selectsubscription {
		margin: 0;
		font-size: 16px;
		line-height: 1.2;
	}
	.sign-head {
		margin-bottom: 0;
	}
	.sign-head h4 {
		font-size: 12px;
		line-height: 2;
		    letter-spacing: 0px;
	}
	#plandetails .slick-dots {
		bottom: -15px;
	}
	.subscriptlist .signuplogincontent {
		padding: 15px 15px 0;
	}
	.bgplan1 .planamount:after {
		top: 50%;
	}
	.bgplan1 .planamount:before {
		top: 50%;
	}
	.freetrialpack {
		margin-top: 15px;
		text-align: center;
	}
	.freetrialpack span {
		float: none;
		display: block;
		margin: 20px 0;
		text-align: center;
	}
	.reasonforsubscrptionitems img {
		float: left;
		margin-right: 15px;
		margin-bottom: 28px;
		padding-top: 10px;
	}
	.reasonforsubscrptionitems {
		margin: 20px 0 0;
		clear: both;
	}
	.reasonforsubscrption {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 15px;
	}
	.subscribeTag {
		margin-bottom: 10px;
	}
	.subscriptioninfodetails {
		width: 100%;
		float: right;
	}
	span.gstexclusive {
		left: 0;
		text-align: center;
		display: block;
		position:relative;
	}
	.amountsymbol {
		font-size: 30px;
	}
	sup.planstar {
		top: -25px;
	}
	.subscribebtn a {
		font-size: 16px;
	}
	.mobileleft {
		text-align: left;
	}
	.paynowimg h4 {
		padding: 10px 5px;
		font-size: 14px;
	}
	.preferencesave .btn-primary {
    font-size: 10px;
}
.mobilenopadding{
	padding:0;
}
.mailexistpopup p, .mailexistpopupsignup p ,.mailexistpopupsignupsocial p{
	word-break: break-word;
}

.subscriptionicon {
		background: url(../images/subscriptiondetails_icon.png);
		width: 28px;
		height: 28px;
		background-repeat: no-repeat;
		background-position: 4px 0px;
		 margin: 0 auto;
	}
	.active .subscriptionicon {
		background-position: -28px 0px;
	}
	.changepasswordicon {
		background-position: -55px 0px;
	}
	.active .changepasswordicon {
		background-position: -82px 0px;
	}
	.usericon {
    background-position: -133px -36px;
	}
	.active .usericon {
    background-position: -165px -36px;
	}
	.preferenceicon{
  	background-position: 4px -36px;	
	}
	.active .preferenceicon {
    background-position: -30px -36px;
	}
	.transactionicon {
    background-position: -201px -36px;
	}
	.active .transactionicon {
    background-position: -239px -36px;
	}
	.feedbackicon {
    background-position: -118px 0px;
	}
	.active .feedbackicon {
    background-position: -155px 0px;
	}
	.profile .footer {
		margin-bottom: 70px;
	}
	.profile .preferencefooter {
    margin-bottom: 140px;
}
i.fa.fa-info-circle:hover .tooltiptext {
		visibility: hidden;
	}
	
	i.fa.fa-info-circle.showtooltip .tooltiptext ,i.fa.fa-info-circle.showtooltip:hover .tooltiptext {
		visibility: visible;
	}
footer ul.nav {

    width: 100%;

}
.copyright{
	display:block;
}

.logo {
     text-align: left;
    padding: 15px 0 29px 0;
}
.sticky {
    position: fixed;
    background: #ffff;
    z-index: 99999999;
    top: 0;
    border-bottom: 1px solid #e5e5e5;
    width:100%;
}
.userdetails {
    top: 29%;
    right: 0;
}
.userdetails>ul>li>a {
    max-width: 90px;
    font-size:12px;

}
#menuuser>a{
	padding:0;
}
li.dropdown:hover .dropdown-menu {
    display: none;
}
.open> .dropdown-menu {
    display: block !important;
}
span#sso-signin {
    display: none;
}
.mobileusername {
    display: block;
}
.userdetails ul li a i {
   font-size:26px;
       color: #133b5a;
}
.preferncetoast {
    bottom: 140px;
}
.footer {
     padding: 15px 0; 
}
.subscriptioninfodetails ul li {
    font-size: 13px;
}
li.mobileusername a {
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 0;
}
#planoveralllist table {
    font-size: 13px;
}
#planoveralllist .table>thead>tr>th {
    width: 33%;
}
#planoveralllist th {
    padding: 10px 5px;
}
#planoveralllist td {
    padding: 10px 5px;
}
div#logo>a {
		height: 30px;
		width: 259px;
		margin:0;
	}
.socialpassworddenied h5 {
    min-height: auto;
    padding: 15px 0;
    font-size: 12px;
}
.feedackinfo textarea.form-control
{
	padding:0;
	margin-top: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select, textarea, input {
		font-size: 16px !important;
	}
	select:focus, textarea:focus, input:focus {
		font-size: 16px !important;
	}
}
.content {
    height: 75px;
}
}

@media ( max-width :320px) {
	button.btn.btn-primary.discount:after {
    right: 13px;
    width: 46px;
    height: 39px;
}
div#logo>a {
    width: 223px;
}
button.btn.btn-primary.discount{    font-size: 14px;
    text-align: left;padding-left:5px;
    }
    
	.subscribebtn a {
		padding: 8px 24px;
		font-size: 14px;
	}
	.planlistbg.bgplan1:before {
		right: 0;
	}
	div#plandetails .col-xs-12 {
		padding-left: 5px;
	}
	.preferencesave .btn-primary {
    padding: 6px 7px;
}
	a.tabslinks {
    font-size: 16px;
	}
	label.inputlabel.active span {
    font-size: 8px;
}
.mobileusername{
	display:block;
}
#planoveralllist table {
    font-size: 10px;
}
ul.tablist li a {
    font-size: 8px;
 
}
ul.preferencetablist li a {
    font-size: 12px;
}
}
/*for BL*/
.gstinfo{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 1.1px;
  text-align: center;
  color: #ffffff;
  padding-top: 6px;
}
.mb50{
margin-bottom: 50px;
}
.profile .list-group{
	padding-top:10px;
}

@media ( min-width :768px) {
	.subscribeTag{
	    margin-bottom: 10px;
	}
	.profile .stickyprofile .col-md-8 {
padding-left:25px;
}
}

/*old-planamount-start*/

.old-planamnt{
	    font-size: 35px;
    color: #f5f5f5;
    position: absolute;
    top: 45px;
    left: 95px;
    z-index: 99;
}
.old-planamnt span {
    opacity: 0.7;
}
.old-planamnt .amountsymbol {
    margin-right: 5px;
    font-size: 28px;}
.old-planamnt sup.planstar{
	top: -18px;
}
ul.plandescription li:before {
    content: '\f00c';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #79caa1;
    padding: 0 9px;
}
ul.plandescription{
	text-align:left;
}
.planpage{
	    margin-top: 20px;
}
.old-planamnt:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #fff;
}
.bgplan0 .old-planamnt:before {
   /*content: '';
    width: 100%;
    position: absolute;
    right: 0;
    border-bottom: 4px solid #fff;
    transform: skewY(-8deg);
    top: 40%;*/
    content: '';
    width: 88px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 4px solid #fff;
    transform: skewY(-13deg);
    top: 46%;
}
/* this epepar line through concept time we put hold
.bgplan0 ul.plandescription li:last-child,
.bgplan1 ul.plandescription li:last-child

{
  text-decoration: line-through;
    
}
ul.plandescription li:last-child:before{
	content:'';
}
.planlistbg li:last-child{
	margin:10px;
}*/

ul.hidden-xs.plandescription li{
	display:table;}
	


.plandescription li span{
	display:table-cell;
	padding:5px;font-size:14px;
}
.gst-info {
    font-size: 12px;
    font-weight: 500;
    font-family: lato;
    line-height: 0.9;
    letter-spacing: 1.6px;
    color: #ffffff;
    margin-top: 7px;
}

.old-planamnt{
	left: 0;
    width: 100%;
    float: left;
    text-align: center;
} 
.bgplan1 .old-planamnt:before {
    width: 39%;
    transform: skewY(-9deg);
    top: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bgplan2 .old-planamnt:before {    
	width: 33%;
	left: 0;
    right: 0;
    margin: 0 auto;
    transform: skewY(-9deg);
    top: 46%;
}
.subscribebtn a:nth-child(1) {
    display: none;
}
.planlistbg.bgplan1 ul.plandescription {
    transform: scale(0.91);
    padding: 0px;
    padding: 14px 0px 37px 10px;
}

.planlistbg .subscribebtn a:hover {
    color: #fff !important;
}
.planlistbg a:hover {
    text-decoration: none;
    color: transparent;
}
/*old-planamount-end*/