.error{
	color:red;
}

input#eyecheck,input#eyecheck2{
    position: static !important;
}
input#eyecheck2:after{
	margin-top:0px;
	margin-top: -47px;
	margin-right: -60px;
}
input#myInput2{
	margin-bottom:0px;
}
.mt--20{
	margin-top:20px;
}
.ul-reset{
	margin:0px;
	padding:0px;
	list-style:none;
}
.form-box >li+li{
	margin-top:10px;
}

.popup .modal-dialog{
	margin: 15.75rem auto;
}
.popup .modal-body{
	padding: 3rem 2rem;
  font-size: 22px;
}
.popup .modal-footer {
    justify-content: center;
    border-top: none;
	  padding: 0rem 2rem 2rem;
}
.popup .modal-footer .btn {
    background: #1B8992;
    border: none;
    color: #fff;
}

.cancel_acc_popup .modal-content {
    background: #ddd;
    border: 2px solid #000;
    border-radius: 0;
}
.cancel_acc_popup .modal-dialog{
	margin: 15.75rem auto;
}
.cancel_acc_popup .modal-body{
	padding: 3rem 2rem;
  font-size: 22px;
}
.cancel_acc_popup .modal-footer {
    justify-content: center;
    border-top: none;
	  padding: 0rem 2rem 2rem;
}
.cancel_acc_popup .modal-footer .btn {
    background: #36b10e;
    border: none;
    color: #fff;
    width: 140px;
}
.cancel_acc_popup .modal-body p{
	font-size: 20px;
}

.cancel_acc_popup .fa-check-circle{
	font-size: 60px;
	color: #36b10e;
}

.cancel_acc_popup .model_header {
	text-align:center;
}

.pull-left a{
	color:#fff;
}

/*-toolip-*/
li.mnu-notice > a {
    background: #E12E16 !important;
    border: 1px solid grey;
		border-radius: 9px;
    color: #fff;
    /*padding: 5px 10px !important;*/
    padding: 8px 14px !important;
}
li.mnu-notice:hover ul.sub-mnu-notice {
    width: 35% !important;
    padding: 10px !important;
    /*left: 450px !important;*/
    left: 338px !important;
    background: #fff !important;
    border: 1px solid gray;
    border-radius: 10px;
    text-align: left;
    margin-top: 0;
}
li.mnu-notice:hover ul.sub-mnu-notice li {
    width: 100% !important;
    padding: 0 !important;
    font-size: 14px !important;
}
li.mnu-notice:hover .sub-mnu-notice a{
	background: none !important;
    color: #000 !important;
    padding: 0 !important;
	border: none !important;
}
li.mnu-notice:hover span{
	font-size: 12px !important;
}
.sub-mnu-notice a {
    text-decoration: underline;
}
.sub-mnu-notice a:hover span {
    color: #E12E16;
}
/*-subscribe-*/

li.mnu-subscribe a {
    color: #fff;
    padding: 5px 10px !important;
		background: #049e02;
    border-radius: 10px;
    border: 1px solid gray;
}

li.mnu-subscribe:hover a {
    background: #1a8992 !important;
	color: #fff !important;
}
li.mnu-subscribe:hover a::after{
	display: none !important;
}


.modal {
    background: rgba(255, 255, 255, .7);
}
.modal-dialog {
    max-width: 400px !important;
    border: 2px solid #777;
    margin: 15.75rem auto;
}
.modal-content {
/*     text-align: center; */
    border-radius: 0;
    background: #dddddd;
}
.model_header {
		text-align:center;
    color: #fff;
}
.model_header i.fa.fa-check-circle {
    color: #009e0f;
    font-size: 52px;
}
.modal-footer {
    margin: auto;
    border: none;
}
.modal-footer button {
    background: #009e0f;
    border: 1px solid #777;
    padding: 5px 35px;
}
.trial-expire .modal-body {
    padding: 0px;
}
.trial-expire .model_header{
	 background: #bd1212;
    color: #fff;
	padding: 20px;
}
.trial-expire .modal-content{
	padding: 0px;
}
.trial-expire .model_content{
	padding: 20px;
}
.trial-expire .btn-close{
	position: absolute;
	top: 0;
	right: 0;
}
.trial-expire .btn-msg-done a {
    color: #fff;
}

.trial-expire .btn-msg-done {
    background: #bd1112 !important;
}
.btn-close i.fas.fa-times {
    font-family: FontAwesome;
    font-style: normal;
    color: #fff;
}

.success_popup .modal-title{
	color:#000;
}

.mnu-notice .sub-mnu-notice{
	margin-top: -8px;
}

sup{
	margin-left:-10px;
}

.account__exist a{
	text-decoration:underline;
}

/*
|------------------------------------------------------------
| LOADER
|------------------------------------------------------------
*/
.ss_full_loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.ss_full_loader .ssfl_circle {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border-top: 5px solid #000000;
  border-right: 5px solid rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  animation: ssl_animate;
  animation-duration: .7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ss_full_loader .ssfl_text {
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
}
.ss_full_loader.open {
  display: block;
  z-index: 99999999 !important;
}
@keyframes ssl_animate {
  0% {
    -moz-transform: rotateZ(0deg) scale(1);
    -webkit-transform: rotateZ(0deg) scale(1);
    transform: rotateZ(0deg) scale(1);
  }
  50% {
    -moz-transform: rotateZ(180deg) scale(1.2);
    -webkit-transform: rotateZ(180deg) scale(1.2);
    transform: rotateZ(180deg) scale(1.2);
  }
  100% {
    -moz-transform: rotateZ(360deg) scale(1);
    -webkit-transform: rotateZ(360deg) scale(1);
    transform: rotateZ(360deg) scale(1);
  }
}

button.pull-right a{
	color:#1B8992;
}

button.pull-right:hover a{
	color:#fff;
}
h4.confirmCancle{
	color:#000;
}

.cardform li{
	background:#fff;
}

.inputdiv input{
	height:45px;
}

ul.subscribe__info {
    width: 550px;
    margin-left: -65px;
}

.example.example4 fieldset{
	width:100%;
}

.payment_success_popup .model_header h4{
	color:#000;
}

li.mnu-notice:hover ul.sub-mnu-notice{
	width: 42% !important;
}
.topnav > ul > li > ul > li > a span{
	display: flex;
	}
.topnav > ul > li > ul > li > a span::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #999;
    margin-right: 10px;
}
.error:focus {
    border-color: red;
}

/*
.check-header{
  margin-top: 150px;
}

.form-group{
  margin-top: 120px;
}

*/

.disabled_btn {
  pointer-events: none;
}
.cancel_acc_popup .modal-dialog {
    margin: 15px auto;
    top: 50%;
    transform: translateY(-50%) !important;
}


/* 11-03-21 Kumar*/
/*.powered-stripe sup{
    margin-left: 0px;
}*/

.powered-stripe {
    text-align: center;
    /*margin-top: 10px;*/
    margin-left:60px;
}


.subscribe__info li {
    display: flex;
}

.example.subscribepage-payment-form fieldset{
    margin-left: 37px !important;
}

.subscribe__info li p{
  margin-bottom: 5px;
}

.subscribepage-toptext li {
    font-size: 18px;
}

.signinform-page-content h2 {
    font-size: 18px !important;
}

.subscribepage-mainpayment {
    font-size: 18px;
}

/*.powered-stripe img{
    width: 170px;
}*/
/*
.stripe-card-error{
  margin-left: 40px;
}*/

@media(max-width: 991px){
  .custom-temp-setting .signinform span.ques_tooltiptext {
    left: -20px;
    top: 30px;
}
}
@media(max-width: 767px){
  .custom-subscribe-page .signinform.forgotform {
    width: auto;
}
.custom-subscribe-page ul.subscribe__info {
    width: auto;
}
.custom-subscribe-page .cardform {
    width: auto;
}
.custom-subscribe-page .cardform fieldset {
    margin: 0 auto !important;
}
.custom-subscribe-page .powered-stripe {
    margin: 0 auto;
}
.custom-inner-footer .nav-footer {
    display: inline-block;
}
.custom-inner-footer ul li a {
    margin: 0;
}
.custom-inner-footer span {
    margin: 0 auto;
}
.custom-header .logo {
    float: none !important;
    margin: 0 auto;
}
/*17-03-2021 start*/
.custom-cont-page .contactform {
    width: auto;
}
.custom-cont-page .contactform input.wpcf7-submit {
    margin: 0 auto;
}
.custom-home .signinform,.custom-myprofile .signinform,.custom-union-pwd .signinform,.custom-decs-login .signinform,
.custom-temp-setting .signinform,.custom-temp-apps .signinform,.custom-pay-method .signinform.payments,.custom_manage_subscription .signinform.payments,
.custom_cancel_subscription .signinform.payments,.custom_cancel_account .signinform.payments {
    width: auto;
}
.custom-home .signinform img,.custom-temp-apps .signinform img {
    width: 50%;
}
.custom-myprofile .signinform ul {
    padding: 0 !important;
}
.custom-union-pwd .signinform input#eyecheck3:after,.custom-decs-login .signinform input#eyecheck:after {
    margin-right: 0 !important;
}
.custom-union-pwd .signinform input#union_pwd,.custom-decs-login .signinform input#myInput {
    max-width: 80%;
}
.custom-decs-login .signinform input#eyecheck {
    width: 100%;
}
.custom-temp-setting .signinform span.ques_tooltiptext {
    left: 0;
    top: 30px;
    width: auto;
}
.custom-temp-setting .signinform .ques_tooltip {
    position: inherit;
}
/*.save-back-btn {
    max-width: 80%;
}*/
.save-back-btn button {
    float: none;
}
.save-back-btn button.backbtn {
    margin-left: 5px;
}
.custom_cancel_account .signinform.payments form#cancel_post_data textarea#customerCancellationReason {
    width: 100%;
}
.save-back-btn {
    display: inline-block;
}
/*.header2 .top_header ul > li:hover > ul.active_open span {
    display: flex;
}*/

.header2 .top_header ul > li:hover > ul.active_open {
    width: 100% !important;
    display: block;
    white-space: normal;
}
}

@media(max-width: 375px){
  .custom-log {
    display: flex;
}
}
@media(max-width: 360px){
  .cancel_acc_popup .modal-dialog {
    margin-top: 55px !important;
}
}
