.member-img img {
  width: 250px;
  height: auto;
  border-radius: 0;
}

.cc-cp-foot-byline {
  visibility: hidden;
}

@media (min-width: 768px) {
  .freeprivacypolicy-com---pc-dialog {
    margin: initial !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
  }
}

.pre-loader {
  position: fixed;
}

.lang-select-img {
  width: 25px;
  height: 17px;
  margin-left: 10px;
}

.hidden {
  display: none;
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

table {
  width: 100%;
}

.footer-copyright li a {
  padding-left: 0;
}

.my-account-section h2,
.my-account-section fieldset
{
  margin: 0;
}

.plan-buy-btn {
  background-color: rgb(0, 215, 126);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 215, 126, 0.48);
  box-shadow: 0px 8px 16px 0px rgba(0, 215, 126, 0.48);
  margin-top: 0;
}

.plan-buy-btn {
  border: 0;
  color: white;
  width: auto;
  padding: 0 20px;
}

select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.shipo-soft-screenshot {
  top: 50%;
}

.page-banner-wrap, .breadcrumb-wrap {
  text-transform: none;
}

.special-check i {
  width: 20px;
  height: 20px;
  background: #e6fff5;
  border-radius: 50%;
  line-height: 20px;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  color: #00d77e;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .get_ready_form form button {
    right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .single-funfact-item h2, .single-funfact-item span {
    font-size: 26px !important;
  }
}

.newsletter_button {
  text-transform: uppercase;
}

.newsletter_text {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

.navbar-brand .text-logo,
.footer-logo .text-logo {
  font-size: 45px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 70px;
}

.about-software h2 {
  margin-top: 0;
}

.saas-hero-content .sass_btn:hover {
  background-color: white;
  color: rgb(0, 215, 126);
}

.btn_subscribe {
  text-transform: uppercase;
}

#nav_menu .btn_subscribe {
  width: auto;
  font-size: 14px;
  padding: 6px 15px;
}

#nav_menu .btn_subscribe:first-of-type {
  margin-right: 10px;
}

.search-box-error-page .sass_btn {
  font-size: 14px;
  color: white;
  margin-right: 0;
}

.client-image img {
  /*height: 140px;*/
}

.fitness_modal {
  padding: 0 !important;
}

.fitness_modal .modal-header {
  padding: 1rem 1rem;
}

.fitness_modal .modal-body {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fitness_modal .modal-body {
      width: 95%;
  }
}

.fitness_modal .fitness_modal_cont {
  padding: 20px 0 5px 0;
}



/* SERIAL */

.grecaptcha-badge {
  visibility: hidden;
}

#result .show {
  color: #000;
  padding: 10px;
  border-bottom: 1px #CDCDCD dashed;
  font-size: 0.9rem;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}

#result .show:hover, #result .show.active {
  background: #000;
  color: #FFF;
  cursor: pointer;
}

#loader {
  display: none;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10000;
}

#loader img {
  width: 100%;
  height: 100%;
}

/* NOTY */
.activity-item {
  font-size: 0.8em;
}

.activity-item i {
  float: left;
  margin-top: 3px;
  font-size: 16px;
}

div.activity {
  margin-left: 28px;
  text-align: left;
}

div.activity-item {
  /* padding: 7px 12px; */
}

#notification-list div.activity-item {
  border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
  font-weight: 600;
}

div.activity span {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 16px;
  padding-top: 0.5em;
}

#notifications i.fa {
  font-size: 17px;
}
.noty_type_error * {
  font-weight: normal !important;
}

.noty_type_error a {
  font-weight: bold !important;
}

.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
  color: #fff
}

.noty_bar.noty_type_information a {
  color: #fff;
  font-weight: bold;
}

.noty_type_error div.activity span
{
  color: #fff
}

.noty_type_information div.activity span
{
  color: #fefefe
}

p[data-f-id="pbf"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}

#result {
  position:absolute;
  top: 105%;
  left: 0;
  width: 100%;
  display:none;
  margin-top:-1px;
  border-top: 1px #000 solid;
  overflow:hidden;
  border-left: 1px #CDCDCD solid;
  border-right: 1px #CDCDCD solid;
  border-bottom: 1px #CDCDCD solid;
  background-color: white;
  z-index: 100;
}