:active, :focus {
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
:placeholder{
	text-transform: capitalize;
}



/*login-profile */
.login-main,.octo-account-content-wrapper,.news-content-wrapper,.add-list,.activity-tab-item,.activity-item-remove,a.activity-item-remove.loading ,.octo-popup-container .octo-popup-message-inner,.link-items.linked,.subscription-cat.subscribe-tab,.link-items {
	position: relative;
}
button.firebaseui-idp-button,#firebase-auth-container a,.octo-popup-container,.login-main,.login-loading ,
 {
	text-align: center;
}
.login-sub,.login-popup .login-form,.octo-nav-mobile-wrapper,.add-list:before,.activity-tabs .activity-tab-item.active:after,.link-items .unlink-ac,.activity-item-remove:before,a.activity-item-remove.loading:before,.remove-msg,.link-items .link-account,.link-items .linked-tooltip {
	position: absolute;
	
}
.login-sub,.login-loading,.login-form label,#customer_details .octo-login-wrapper .login-form,.activity-tabs .activity-tab-item.active:after,.activity-wrapper .activity-tabs,.signup-form input,.signup-form label,.login-form input,a.activity-item-remove.loading:before,.login-wrap.accordian-content .signup-form,.email-signup-wrapper .form-group label,.subscription-page .form-group-wrap .form-group label {
	width: 100%;
	}
.login-main {
	cursor: pointer;
	padding-right: 15px;
}
.login-sub {
	margin: 0;
	background: #f2f2f2;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	top: 38px;
	transition: all 400ms ease-in-out;
	list-style: none;
	min-width: 145px;
	text-align: left;
	right: 0;
}

.login-main:hover .login-sub {
	opacity: 1;
	visibility: visible;
	top: 43px;
}
.login-sub li {
	padding: 10px;
}
.login-main img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	object-fit: cover;
}
ul.login-sub i {
	padding-right: 10px;
}

.site-main .entry-content {
	margin: 0;
}
.follow-btn:hover{
	background:#0097f5;
	color: #fff;
}
.form-text {
	display: none;
}
.login-loading{
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*
Header Login 
*/

.login-popup,.subscribe-popup,.octo-multiform-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99999;
	display: none;
}
.login-popup .login-form,.subscribe-popup .subs-popup,.subscription-flow {
	left: 0;
	right: 0;
	position:absolute;
	bottom: 50%;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.17);
	transform: translateY(50%);
    display: flex;
	max-height:90vh;
	overflow-y:auto;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
}
.subscribe-popup .subs-popup{
	box-shadow:none;
	padding:0;
	flex-wrap:wrap;
}

.subscription-flow.multi-subs-message {
    padding: 20px 20px 20px 60px;
    font-size: 20px;
}
.subscription-flow.success::before {
    content: '';
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-width: 36px;
    height: 32px;
    display: inline-block;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    position: absolute;
}
.subscription-flow.error::before {
    content: '';
    background-image: url(../images/close-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-width: 36px;
    height: 32px;
    display: inline-block;
    top: 50%;
    left: 19px;
    transform: translateY(-50%);
    position: absolute;
}
.login-popup .login-form{
	max-width: 500px;
}
.subscribe-popup .subs-popup,.subscription-flow {
    max-width: 710px;
}
.login-popup.show,.subscribe-popup.show,.octo-multiform-popup.show {
	display:block;
}
 .login-subs-wrap .octo-multiform-popup{
	font-size:16px;
}
.login-subs-wrap .octo-popup-container.show{
	display:block;
}
.subscribe-popup .block-wrap {
    max-width: 50%;
    padding: 40px;
    border: 1px solid #c4c4c4;
    text-align: center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.subscribe-popup .block-wrap h4{
	font-family: 'Roboto', sans-serif;
}
.subscribe-popup .block-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.block-wrap ul li {
    padding: 5px 0 5px 30px;
	position:relative;
}
.subscribe-popup .block-wrap ul li:before {
	content: '';
    background-image: url(../images/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
}
.subscribe-popup .block-wrap .pop-btn-primary{
	margin:30px 0;
	color:#fff;
	padding: 10px 20px;
	cursor:pointer;
}
.pop-btn-primary {
    background: #000;
    width: 100%;  
	cursor:pointer;

}
.pro-btn {
    background: #0097F5;
}
/*  Progessive form*/
.subscription-flow{
	padding:0;
}

/*progressbar*/
.subscription-flow #progressbar {
	margin: 0 0 30px 0;
	padding:0;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
.subscription-flow #progressbar li {
list-style-type: none;
    color: #fff;
    width: calc(100%/5);
    float: left;
    position: relative;
    font: 500 13px/1 "Roboto", sans-serif;
	height:10px;
}
.subscription-flow #progressbar li.active {
    color: #000;
	background:#000;
}
.subscription-flow fieldset {
    border: 0;
    padding: 0 40px 40px;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;	
	text-align:center;
}
.subscription-flow fieldset h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

.subscription-flow form {
    width: 100%;
}
fieldset.login-step {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.login-step .form-group {
    margin-bottom: 15px;
    text-align: center;
}
.login-step .form-group label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.login-step .form-group input {
    width: 100%;
    height: 40px;
	text-align:center;
}

.choice-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sectors-wrap ul {
    justify-content: space-between;
}
.choice-wrap ul li {
	 -webkit-box-flex: 0;
    padding: 10px 20px;
    border: 1px solid #c4c4c4;
    background: #f2f2f2;
    margin: 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    word-break: break-word;
	min-height:45px;
	cursor:pointer;
	    font-family: 'Roboto', sans-serif;
}

.sectors-wrap ul li{
	  -ms-flex: 0 0 31.33%;
    flex: 0 0 31.33%;
    max-width: 31.33%;
	margin:10px 0;
	    height: 65px;

}
.business-wrap ul li{
	  -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.department-wrap ul li{
	  -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
}
.management-wrap{
	  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.choice-wrap ul li:hover,.choice-wrap ul li.active{
	background:#0097f5;
	color:#fff;
	 border: 1px solid #0097f5;
	
}
.choice-wrap ul li input[type="radio"] {
	display:none;
}
button.previous {
    background: transparent;
    border: none;
    color: #0097f5;
    text-decoration: underline;
	margin-top:20px;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
}
button.previous:hover,button.previous:active,button.previous:focus{
	color:#2686c2;
	border:none;
}
input[type="submit"].blk-btn,.choice-wrap .blk-btn{
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 15px;
    transition: all 0.5s ease;
    padding: 6px 25px;
	margin-top:20px;
	min-height:45px;

}

input[type="submit"].blk-btn:hover{
    border: 1px solid #000;
    background: #fff;
    color: #000;

}

#firebase-auth-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#firebase-auth-container a {
	border: 1px solid #ccc;
	padding: 11px 10px;
	display: block;
	width: 48%;
	border-radius: 3px;
	font-weight: 600;
	color:#676767;
	margin:auto;
	text-align: center;
}
#firebase-auth-container a i{
	font-size:16px;
}
#firebase-auth-container #facebook {
	color: #3b5998;
}
#firebase-auth-container a span {
	padding-left: 5px;
	font-family: 'Roboto', sans-serif;
}

.email-login-wrapper {
	margin-bottom: 30px;
}
.login-form .login-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.login-form label,.subscribe-form label,.reset-fields label{
	display: block;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.login-form input, .subscribe-form input,.reset-fields input{
	width:100%;

}
.login-form p,.subscribe-form p{
	font-size: 16px;
}
.login-form .forget-pass {
	text-align: right;
	font-size: 12px;
}
a#octo-forget {
	color: #e03d40;
}
.forget-pw {
    text-align: right;
}
.reset-fields{
	width:40%;
}
div#firebase-auth-container a img {
	height: 14px;
	padding-right: 5px;
}


/*login-in page*/

.octo-login-wrapper .login-form {
	width: 40%;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.05);
}
.login-submit input[type="submit"],.email-signup-wrapper input[type="submit"] ,.subscribe-form input[type="submit"]{
	border-radius: 4px;
	background: #0097f5;
	border-color: #0097f5;
	padding: 10px 20px;
	line-height: 1.1;
	border-width:1px !important;
	    height: 40px;
}
.login-submit input[type="submit"]:hover,.email-signup-wrapper input[type="submit"]:hover,.subscribe-form input[type="submit"]:hover {
	border-radius: 4px;
	background: #fff;
	border-color: #0097f5;
	color:#0097f5;
}


/*subscribe page*/

.text-danger{
	color: red;
}
.signup-form {
	width: 40%;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.05);
}

.signup-form .signup-title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.signup-form input[type="submit"] {
	border-radius: 4px;
	background: #0097f5;
	border-color: #0097f5;
}
.signup-form label,.subscription-page .form-group-wrap .form-group label,.contact-information .form-group label {
	display: block;
	margin-bottom: 10px;
}

.signup-form p {
	font-size: 16px;
}
.email-login-wrapper .form-group input.form-control,.email-signup-wrapper .form-group input.form-control{
    padding: 0 10px;
}
.email-login-wrapper input:-webkit-autofill,.email-signup-wrapper input:-webkit-autofill{
	padding:0 10px;
}

span.signin-option-text {
    color: #0097f5;
    padding: 30px 0 0;
    display: inline-block;
}

.subscription-page .form-group button,.subscription-page .button-primary {
    border-radius: 4px;
	    padding:4px 50px;
}
.subscription-page .form-group button:hover,.subscription-page .button-primary:hover,.subscription-page .form-group button:active,.subscription-page .button-primary:active,.subscription-page .form-group button:focus,.subscription-page .button-primary:focus {
    color: #fff;
    border: 1px solid #0097f5;
    background-color: #0097f5;
}
.subscription-page .form-group button,.subscription-page .button-primary,.subscription-page .form-group button {
    color: #0097f5;
    border: 1px solid #0097f5;
    background-color: #fff;
}
.subscription-page .payment-method .form-group button:hover {
    color: #0097f5;
    border: 1px solid #0097f5;
    background-color: #fff;
}
.subscription-page .payment-method .form-group button {
    color: #ffffff;
    border: 1px solid #0097f5;
    background-color: #0097f5;
}
.card-errors.text-danger {
    margin-bottom: 10px;
}
/* My Account*/
.octo-account {
	display: flex;
	font-family: 'Roboto', sans-serif;
}
.octo-nav-wrapper {
	width: 30%;
	max-width: 250px;
}
.octo-account-content-wrapper {
    width: 70%;
    padding: 20px 25px;
    margin-left: 20px;
    background: #f2f2f2;
    border: 1px solid #dedede;
}
.octo-account-content-wrapper h2 {
    padding-bottom: 30px;
}
.octo-nav-wrapper .nav-tab.active a, .octo-nav-wrapper .nav-tab a:hover {
	background: #0097F5;
	color: #fff;
}
.octo-nav-wrapper .octo-nav a {
	text-decoration: none;
	padding: 8px 20px;
	border-bottom: 1px solid #fff;
	display: block;
	color:#000;
	font-size: 16px;
}
.octo-nav-wrapper .nav-tab {
	margin: 0;
}
.octo-nav-wrapper .nav-tab:not(:first-child) a {
	border-top: none;
}
.octo-nav-wrapper .octo-nav {
	list-style: none;
	padding-left: 0;
	margin: 0;
	background: #f3f3f3;
}
.octo-account-content-wrapper input[type="text"],.octo-account-content-wrapper input[type="number"]{
	height: 35px;
	border: 1px solid #c4c4c4;
}
.account-list label {
	width: 30%;
	display: inline-block;
}
.octo-load-more {
	margin-top: 30px;
}

.octo-nav-mobile-wrapper {
	opacity: 0;
	visibility: hidden;
}
input[type="submit"].tertiary-btn.account-update {
    padding: 5px 15px;
}
/* Newsletter */
.newsletter-wrapper {
	display: flex;
	margin:0 -10px 0 -10px;
	flex-wrap:wrap;
}
.newsletter-wrapper .news-item-common {
	max-width: 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

.newsletter-wrapper .news-item {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 15px 30px;
	background: #fff;
}
.newsletter-wrapper .news-item img{
	width: 100%;
}
.discount-wrapper .news-item-common{
	max-width: 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}
.newsletter-wrapper .discount-list.news-item {
	box-shadow: none;
	font-weight: 600;
	background:transparent;
}
.newsletter-wrapper .discount-list img {
    box-shadow: 1px 0 8px rgb(132 130 130 / 14%);
}
.news-content-wrapper {
	padding: 10px 0;
	text-align: center;
}
.news-title-wrap {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 30px;
}

.subscribe-tab {
	position:absolute;
	background: #0097f5;
	font-size: 14px;
	padding: 2px 15px;
	color: #fff;
	z-index: 99;
	left:7px;
	top: 40px;
}
.add-list {
	color: #000; 
}
.add-list:before {
	content:"+";
	left: -15px;
	top: 50%;
	transform:translateY(-50%); 
}
.add-subscription.follow-btn {
	padding: 10px 40px;
	margin-top: 10px;
	line-height: 1.1;
}
.add-subscription.follow-btn:hover .add-list {

	color:#fff;
}

/* Activity */
.activity-wrapper .activity-tabs {
	list-style: none;
	display: flex;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.activity-tab-item {
	margin: 0 20px 0 0;
	cursor: pointer;
    font-size: 24px;
    color:#000;
    font-weight: 500;
}
.activity-tabs .activity-tab-item.active {
	color:#0097F5;
}
.octo-account-content-wrapper .activity-content-common:not(:first-child) {
	display: none;
}
.activity-item-title {
	font-size:16px;
	margin: 0 0 5px 0;
}
.activity-item-content {
	font-size: 16px;
}
.entry-content .activity-item-title a{
	color:#656565;
}
.activity-item .activity-item-content a:hover {
	color: #0097f5;
}
.activity-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.activity-item:first-child{
	padding-top: 0;
}
.activity-image img {
    max-height: 100px;
}
.activity-image img:first-child {
    display: block !important;
}
.activity-content-wrap {
    padding-left: 20px;
}
.entry-content a.activity-item-remove {
	font-size: 14px;
	color: #DE3F3F;
	padding-left: 14px;
	text-transform: uppercase;
	position: relative;
}

.activity-item-remove:before{
	content: "";
    top: 50%;
    transform: translateY(-43%);
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../images/close.png) no-repeat;
    background-size: contain;
}
/*for loader css*/
.octo-load-more .tertiary-btn {
	display:inline-flex;
}
.tertiary-btn.loading {
	padding: 5px 40px;
}
.loading .loadmore-text{
	display:none;

}


.loading .loader-spin {
	display: inline-block;
}
.loader-spin {
	border: 5px solid #fff;
	width: 20px;
	height: 20px;
}
.login-subs-wrap .loading {
	border: 5px solid #0097f5;
	width: 30px;
	height: 30px;
}
.login-subs-wrap .spin.loading {
	display: inline-block;
}
.loader-spin,.login-subs-wrap .loading {
	display: none;
	border-radius: 100%;
	border-top: 5px solid transparent;
	-webkit-animation: load-animate infinite linear 1s;
	animation: load-animate infinite linear 1s;
	}
@-webkit-keyframes load-animate {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		50% {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
			opacity: 0.35;
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes load-animate {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		50% {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
			opacity: 0.35;
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
.login-submit{
    position: relative;
}
.icon-container {
    position: absolute;
    right: 45%;
    transform: translate(-50%);
    top: calc(50% - 10px);
	z-index:2;
}
@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  25% {
    transform: rotate(90deg)
  }
  50%{
    transform:rotate(180deg)
  }
  75% {
    transform: rotate(270deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
.loading-main .loader{
	display:inline-block;
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: none;
    animation: around 5.4s infinite;
}
.event-loader.loading-main{
   	display:inline-block;
    pointer-events: none;
}
.blk-btn.loading-main:before {
    background: #000;
}
.loader::before,button.event-loader:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}
button.event-loader.loading-main:after{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
	border-radius: 5px;
}
button.event-loader .blk-btn:hover {
   border: 1px solid #000;
    background: #000;
    color: #fff;
}
button.event-loader {
    position: relative;
}

button.event-loader.loading-main:before{
	display:block;
}
button.event-loader:before{
	display:none;
	width:20px;
	height:20px;
	top: 28%;
    left: 38%;
	z-index:1;
}
.subscription-page .form-group button.event-loader:before{
	    left: 43%;
}
.subscription-page .form-group button.event-loader.loading-main:after{
	background:#0097f5;
	border-radius:4px;
}
.loading-main {
    position: relative;
}
.loading-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0097f5;
    z-index: 1;
	border-radius:5px;
}
#loginFormPopup .form-group{
	margin-bottom:15px;
}
#loginFormPopup .login-submit input[type="submit"]:hover,#loginFormPopup .login-submit input[type="submit"]:active,#loginFormPopup .login-submit input[type="submit"]:focus{
	background: #0097f5;
    border-color: #0097f5;
	color:#fff;
}
	/* Profile */

	.profile-list label {
		color:#000;
	}
	.octo-account-content-wrapper .form-group label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
	}
	.octo-account-content-wrapper .form-group input.form-control{
		width:100%;
		border-radius: 3px;
		background:#fff;
		height:40px;
		padding: 0 10px;
		font-family: 'Roboto', sans-serif;
	}
	.octo-account-content-wrapper .form-wrap {
		display: flex;
		margin-right: -10px;
		margin-left: -10px;
	}
	.octo-account-content-wrapper .form-wrap .profile-list{
		width: 50%; 
	}
	.octo-account-content-wrapper .form-wrap .form-group{
		padding: 0 10px 30px;
	}
	 .octo-account-content-wrapper .form-group{
		padding-bottom: 20px; 
	}
	.octo-account-content-wrapper .form-group:last-child{
		padding-bottom: 0;
	}
	.profile-list .form-group:last-child {
    padding-bottom: 20px;
	}
	.profile-list img {
		width: 100px;
	}
.entry-content .blk-btn{
	color:#fff;
}
	.blk-btn {
	font-family: 'Roboto', sans-serif;
    border: 1px solid #000;
    background: #000;
    color: #fff ;
    border-radius: 5px;
    transition: all 0.5s ease;
    padding: 10px 25px;
    text-transform: capitalize;
    line-height: 1.2;
    display: inline-block;
		cursor:pointer;
	}
	.blk-btn:hover{
		border: 1px solid #000;
		background:#fff;
		color: #000;
	}
	.image-options input.form-control{
		background:transparent !important;
		padding:0!important;
	}
	.image-options .btn-blk{
		margin-top:10px;
	}
.profile-cancel.primary-btn {
    padding: 8px 50px;
    margin-left: 10px;
}
.octo-account-content-wrapper .updatePasswd-wrapper .form-group input.form-control {
    width: 35%;
}

	.tertiary-btn{
		background: #0097f5;
		color: #fff;
		padding: 5px 15px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #0097f5;
		transition: all 0.5s ease;
	}

	.tertiary-btn:hover{
		color: #0097f5;
		background:#fff;
	}
	.profile-buttons .follow-btn {
		padding: 5px 15px;
	}
	button.tertiary-btn, input[type="button"].tertiary-btn ,  input[type="reset"].tertiary-btn,  input[type="submit"].tertiary-btn {
		background: #0097f5;
		padding: 1px 15px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #0097f5;
		margin-right: 20px;
	}


/*Email Preferences*/
.email-prefrence-wrap .form-group .label{
	display: inline;
}
.email-prefrence-wrap .form-group h5{
	margin-bottom: 15px;
}

.email-prefrence-wrap .form-check{
	padding-bottom: 10px;

}
.email-prefrence-wrap label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.email-prefrence-wrap label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.email-prefrence-wrap label .checkmark:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    left: 0;
}
.email-prefrence-wrap .form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.email-prefrence-wrap .form-check label input:checked ~ .checkmark:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 5px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.red-note {
    font-size: 14px;
    color: #DE3F3F;
    font-weight: 400;
    padding: 0 10px;
}

/* Subscription/ Products */
.subscription-prod-inner {
    display: block;
    margin-bottom: 20px;
}
.subscription-badge {
    margin: 10px;
    padding: 5px 15px;
    background: #000;
    color: #fff;
}
.subscription-badge.paid{	
    background: #0097f5;
}
.button-primary.blue-btn.btn {
    background: #0097f5;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #0097f5;
}
.button-primary.blue-btn.btn:hover {
    color: #0097f5;
    background-color: #fff;
}
.subscription-message-text{
	margin-bottom: 20px;
}
/* Invoices */
.invoices-table th {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
.invoices-list.striped tr:nth-child(2n) {
    background: #e4e4e4;
}
.invoices-table td {
    padding: 10px 15px;
    border: 1px solid #e4e4e4;
}

/*Payment details*/

.payment-account-wrap {
    list-style: none;
    margin: 0;
}
.payment-items.checked {
    display: flex;
}
.card-type{
	position: relative;
}
.card-type:before{
	position:absolute;
	content:"";
	background: url(../images/);
}
	/*Subscription*/
	.subscription-page .login-wrap {
		z-index: -1;
	}
	.subscription-page .active .login-wrap {
		z-index: 1;
	}
	#customer_details .octo-login-wrapper .login-form {
		box-shadow: none;
		padding:0 0 30px;
	}
	.accordian-checkout .octo-login-wrapper .login-form{
	 display: none;
	}
	.accordian-checkout .octo-login-wrapper.show .login-form{
	 display: block;
	}
	.subscription-cat.subscribe-tab {
		top: 0;
		left:0;
	    display: inline-block;
	    margin-bottom: 15px;
	    padding: 5px 10px;
	    font-size: 16px;
	    text-transform: uppercase;
	    font-weight: 500;
	}
	.entry-content .inclusion-list ul {
	    list-style-type: none;
	    margin: 10px 0;
	    color: #0097f5;
	}
	.inclusion-list ul li{
		padding: 5px 0;
	}

	button:disabled,button[disabled].tertiary-btn, input[type="button"]:disabled.tertiary-btn, input[type="reset"].tertiary-btn, input[type="submit"]:disabled.tertiary-btn {
		background: #999696;
		border: 1px solid #999696;
		margin: 0;
		padding: 1px 40px;
	}
	.sub-btnwrapper{
		padding-top:10px;
		border-top: 1px solid #c4c4c4;
	}
	.sub-btnwrapper .tertiary-btn:hover {
		color: #999696;
		background: #fff;
	}
	.sub-btnwrapper .tertiary-btn:hover .amount {
		color: #999696;
	}
	.sub-btnwrapper .tertiary-btn .amount{
		color:#fff;
	}
	.subscription-content-wrapper{
		padding-top:10px;
		text-align: left;
	}
	.subscription-wrapper.newsletter-wrapper .news-item{
		box-shadow: none;
		background: transparent;
	}
	.subscription-content-wrapper .subscription-title{
		font-weight: 600;
	}
	h5.subscription-title {
		font-size: 18px;
		font-weight: 400;
	}
	#customer_details input{
		line-height: 1.1;
		border-radius: 0;
	}
	
	.email-signup-wrapper .form-group label,.subscription-page .form-group-wrap .form-group label,.contact-information .form-group label{
    		display: block;
		text-align:left;
	}
	.login-popup.login-form {
		display:none;
	}
	.login-popup.show .login-form{
		display:block;
	}
	.login-wrap.accordian-content .signup-form {
    box-shadow: none;
    padding:0 0 30px;
    }
    .login-wrap.accordian-content .signup-form .social-login-wrapper{
    	padding:20px 0 0;
    }
    span.signup-option-text {
    display: block;
    color: #e03d40;
    text-align: right;
	}
	.checkout-payment-wrap .form-row.place-order button {
    margin-top: 15px;
}

.payment-method, .contact-information{
	padding:20px 0;
}
.payment-method .btn{
	padding: 5px 30px;
}
.contact-information input[type="submit"] {
 	border-radius:10px;
}
		/* Octo Message */
	.octo-message {
		display: none;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.octo-message.octo-success{
		display: inline-block;
		background: #019001;
		color: #fff;
		padding: 10px 25px;
	}
	.octo-message.octo-error {
		display: block;
		background: #c30000;
		color: #fff;
		padding: 10px 10px;
		font-size: 14px;
		margin-bottom: 15px;
		border-radius: 3px;
	}
	/* Link Account */
	ul.linked-account-wrap {
		list-style: none;
		display: flex;
		color: #fff;
		margin: 0 !important;
	}
	.link-items {
		background: rgba(0, 0, 0, 0.56);
		padding: 10px 50px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.link-items.linked {
		background: #000;
		padding: 10px 50px;
	}
	.link-items .unlink-ac {
		bottom: 0;
		right: 0;
		color: #fff;
		cursor: pointer;
		display: none;
	}
	.link-items.linked .unlink-ac {
		display: block;
	}
	.link-items .linked-tooltip {
		display: none;
		color: #fff;
		font-size: 12px;
		right: 0;
		top: 0;
	}
	.link-items.linked .linked-tooltip {
		display: block;
	}
	.link-items .link-account {
		display: block;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.link-items.linked a {
		display: none;
	}

	#linked-form{
		display: none;
	}

/*#loading {
display: none;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #fff;
}
#loading.loading {
display: block;
}*/


.firebaseui-idp-text {
	display: none !important;
}
.firebaseui-list-item {
	display: inline-block;
	margin: 0 10px !important;
}
.firebaseui-page-provider-sign-in {
	margin: 0 !important;
}
.firebaseui-card-content{
	padding: 0 !important;
}

.octo-popup-container {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	font-size: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.octo-popup-container .octo-popup-message-inner {    
	background: #fff;
	padding: 50px;
	font-size:22px;
	-webkit-box-shadow: 0 0 22px 3px rgba(193, 193, 193, 0.45);
	box-shadow: 0 0 22px 3px rgba(193, 193, 193, 0.45);
	margin: 0 auto;
	display: inline-block;
}
.remove-msg {
	right: 0;
	top: 0;
	cursor: pointer;
}

a.activity-item-remove.loading:before {
	background: #ffffff94 url(https://www.dariusland.com/images/load.gif) center no-repeat;
	content: "";
	background-size: contain;
	top: 0;
	left: 0;
	height: 100%;
}

/*discounts*/

.discount-btn.follow-btn {
	color: #0097f5;
	padding: 1px 40px;
}
.discount-btn.follow-btn:hover {
	color: #fff;
}
/*Comment page*/

article.comment-body {
    border: none !important;
    border-radius: 10px;
    background: #f2f2f2;
    padding:15px !important;
}

footer.comment-meta {
    border: none !important;
}
article.comment-body {
    margin-left: 55px;
}
 article.comment-body img.avatar{
	position:absolute;
	left:-50px;
}
ol.children {
    list-style: none;
    margin-left: 55px;
}
.fn {
    font-weight: 400;
}
ol.children .parent .children{
	margin-left:0;
}
.comments-area textarea {
    min-height: 90px !important;
    border-radius: 25px !important;
    margin: 20px 0 5px 0 !important;
}
.comments-area p.form-submit {
    text-align: right !important;
    margin: 0 0 30px !important;
}
.comment-respond {
    margin-left: 55px;
}
button:hover, input[type="submit"] {
	color: #0097f5;
    border: 1px solid #0097f5;
    background-color: #fff;
}
.comments-area .comment-metadata{
    font-size: 12px;
}
.fn {
    font-size: 18px !important;
    text-decoration: underline !important;
}
.fn a{
	color: #0097F5;
}
span.edit-octo-comment {
    margin-left: 5px;
    color: #0097f5;
    cursor: pointer;
}
.comment-update-button{
    background: #0097F5;
    border: 1px solid #0097F5;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 5px 30px;
    line-height: 30px;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 14px;
}
span.comment-update-wrap.event-loader.loading-main:before {
    border-radius: 50px;
}
.comment-update-wrap .icon-container {
    right: 36%;
}
.contact-wrap .form-row-last label{
	width: 50%;
}
.contact-wrap .form-row-last span.woocommerce-input-wrapper {
    width: 50%;
}
#cancel-comment-reply-link {
    margin-left: 20px;
}
.octo-account-content-wrapper .cancel-subs{
	color: red;
	text-decoration: underline;
}
.octo-account-content-wrapper .cancel-subs-wrap{
	margin-top: 20px;
}
.octo-account-content-wrapper .cancel-subs{
	color: red;
	text-decoration: underline;
}
.octo-account-content-wrapper .cancel-subs-wrap{
	margin-top: 20px;
}
.octo-account-content-wrapper .subscriptions-result-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
	z-index: 100;
}
.octo-account-content-wrapper .subscriptions-result {
    background: #fff;
    box-shadow: 0 0 20px 0px #0000003b;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
}
.octo-account-content-wrapper .subscriptions-result h4{
	font-size: 15px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cancellation-error-message {
	display: block;
	color: #ffffe0;
	background: #ef5353;
	border: 1px ridge;
	padding: 2px 2px;
	font-size: 18px
}

.octo-account-content-wrapper .cancel-options a {
    padding: 5px 20px;
    margin-right: 10px;
    background: #ef5353;
    text-decoration: none;
    color: #fff;
}
.octo-account-content-wrapper .cancel-options .subscriptions-cancel-no {
    background: #0097f5;
}

/* Subscription Success page*/
.subscription-page.success-page {
    width: 100%;
    max-width: 970px;
}
.success-mesages {
    position: relative;
}
.success-msg-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);    
    left: 10%;
}
.success-msg-content {
    margin-bottom: 20px;
}
.success-title {
    font-weight: 900;
    font-size: 47px;
    font-style: italic;
    margin-bottom: 20px;
}
.success-button {
    padding: 10px 20px;
    background: #0190d2;
    border-radius: 50px;
    color: #fff !important;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}
.nxt.dsble{
	cursor: not-allowed;
	color: #999696;
}
button:disabled.nxt{
	background: none;
	border: none;
}
/*Responsive*/
@media(max-width: 1199px){
.octo-login-wrapper .login-form {
    width: 55%;
}
}
@media(max-width: 1024px){
	.add-subscription.follow-btn,.tertiary-btn.btn {
		padding: 5px 20px;
	}
}
@media(max-width: 991px){
	.octo-login-wrapper .login-form {
    width: 60%;
	}
	.octo-account-content-wrapper {
		padding-left: 30px;
	}	
	.newsletter-wrapper .news-item-common {
		max-width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.profile-list label {
		width: 45%;
	}
	input.profile-fields {
		width: 45%;
	}
	.account-list label {
		width: 45%;
	}
	.account-list input {
		width: 45%;
	}
	h5.subscription-title {
    font-size: 16px;
	}
}
@media(max-width: 767px){
	.octo-nav-wrapper.mobile-show .octo-nav,.octo-account-content-wrapper,.octo-nav-wrapper,input.profile-fields,.profile-list label,#customer_details .form-row-first label,#customer_details .form-row,.login-wrap.accordian-content .signup-form,#customer_details .form-row-first span.woocommerce-input-wrapper,.octo-account-content-wrapper .updatePasswd-wrapper .form-group input.form-control {
		width: 100%;
	}
	.octo-account-content-wrapper .form-wrap {
    margin: 0;
	}
	.octo-nav-mobile-wrapper{
		opacity: 1;
		visibility: visible;
		position: relative;
	}
	.octo-nav-mobile {
		margin:0 !important;
	}
	.octo-nav-mobile-wrapper i {
	    font-size: 20px;
	    color: #fff;
	    position: absolute;
	    right: 15px;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.activity-item-content,.activity-item-remove{
    	font-size: 12px;
	}
	.activity-item-remove:before {
	    width: 8px;
	}
	.activity-tab-item {
    	font-size: 20px;
	}
	.octo-nav-mobile-wrapper .octo-nav-mobile li{
		display: none;
	}
	.octo-nav-mobile-wrapper .octo-nav-mobile li.active{
		display: block;
	}
	.octo-nav-mobile-wrapper .octo-nav-mobile li.active a{
		display: block;
		text-decoration: none;
		padding: 15px 20px;
		border: 1px solid #c4c4c4;
		display: block;
		color: #fff;
		font-size: 18px;
	}
	.octo-nav-wrapper .octo-nav a{
		text-align: left;
	}

	.octo-nav-wrapper .octo-nav{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top:60px;
	}
	.octo-nav-wrapper.mobile-show .octo-nav {
		opacity: 1;
		visibility: visible;
		top: 50px;
		z-index: 999;
	}
	.octo-nav-wrapper.mobile-show .octo-nav li.active{
		display: none;
	}
	.profile-list label {
		display: block;
		padding-right: 0;
	}
	input.profile-fields {
		display: block !important;
	}
	.newsletter-wrapper {
		display: block;
		margin-left: 0;
	}
	.octo-account {
		display: block;
	}
	.octo-nav-wrapper{
		max-width: 100%;
		position:relative;
	}
	.octo-nav-wrapper .nav-tab {
		display: block;
	}
	.octo-account-content-wrapper {
		padding: 20px;
		margin: 0;
	}
	.newsletter-wrapper .news-item img{
		width:100%;
		object-fit: cover;
	}
	.newsletter-wrapper .news-item-common:last-child .news-item{
		margin:0;
	}
	.accordian-checkout.active .heading:after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
	}
	.octo-login-wrapper .login-form {
    padding: 40px 0 0;
    box-shadow:none;
	width:100%;
	}
	.signup-form.show{
		padding: 0;
	    box-shadow:none;
	}
	#customer_details .form-row {
    display: block !important ;
    width: 100%;
	}
	.octo-account-content-wrapper .form-group,.octo-account-content-wrapper .profile-list .form-group:last-child {
    padding-bottom: 20px;
	}
	.octo-account-content-wrapper h2 {
	    padding-bottom: 20px;
	}
	.octo-account-content-wrapper .form-wrap {
	    display: block;
	}
	.octo-account-content-wrapper .form-wrap .profile-list {
	    width: 100%;
	}
	.octo-account-content-wrapper .form-wrap .form-group {
	    padding: 0 0px 20px;
	}
	.profile-buttons {
	    margin: 10px 0 0;
	}
		.subscribe-popup .subs-popup,.subscription-flow  {
	    max-width: 100%;
	    margin: -50px 20px;
	}
		 
	.login-popup .login-form, .subscribe-popup .subs-popup{
	    padding: 20px;
			    max-height: 80vh;
	}
	.subscribe-popup .block-wrap {
	    padding: 20px;
			margin-bottom:20px;
	}
		fieldset.login-step{
			width:100%;
		}
	.subscription-flow fieldset {
	    padding: 0 20px 20px;
	}
	.sectors-wrap ul li,.business-wrap ul li{
	    -ms-flex: 0 0 48%;
	    flex: 0 0 48%;
	    max-width: 48%;
	    margin: 10px 0;
		padding:10px;		
	}
	.department-wrap ul li{
			-ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;
		}
	.subscription-flow fieldset h3 {
	    font-size: 20px;
	}
	.sectors-wrap ul {
	    justify-content: space-between;
	}
	.login-submit input[type="submit"], .email-signup-wrapper input[type="submit"], .subscribe-form input[type="submit"] {
    	height: 40px;
	}
	#firebase-auth-container a {
    	padding: 8px 10px;
	}
	.business-wrap ul {
    	justify-content: space-between;
	}
	/* Subscription Sucess page*/	
	.success-title {
	    font-size: 18px;
	    margin-bottom: 0px;
	}
	.success-button {
    	font-size: 12px;
	    padding: 5px 10px;
	}
}
@media(max-width:500px){
	.newsletter-wrapper .news-item-common {
		max-width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.newsletter-wrapper .news-item {
		margin:0 0 30px 0;
	}
	.login-popup .login-form, .subscribe-popup .subscribe-form {
	margin: 0 20px;
	}
	.subscribe-popup .block-wrap {
	    max-width: 100%;
	}
	.subscribe-popup .subs-popup{
		display:block;
	}
	.reset-fields{
		width:100%;
	}
	.success-title {
	    font-size: 12px;
	    margin-bottom: 0px;
	    line-height: 16px;
	}
	.success-button {
    	font-size: 12px;
	    padding: 5px 10px;
	}
	.success-msg-content {
	    margin-bottom: 5px;
	    line-height: 18px;
	    font-size: 12px;
	}
	.success-button {
	    font-size: 12px;
	    padding: 5px 10px;
	}
}
@media(max-width:400px){
	.newsletter-wrapper .news-item img{
		width:100%;
		object-fit: cover;
	}
	.activity-tab-item {
	    margin: 0 15px 0 0;
	    font-size: 18px;
	}
	
}
