@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Oswald|Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html,
body {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  background: #fff;
  font-weight: 400;
}

.navbar {
  font-family: 'Bebas Neue', cursive!important;
  color: #fff!important;
  padding: 0;
}

.navbar-nav>li>a {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  color: #fff!important;
  font-weight: normal;
}
.navbar-nav>li {
    margin-right: 12px!important;
}
.navbar li.active {
  background: #fd4c52;
}
.navbar li.active:last-child {
  background: transparent;
}
.navbar.bg-dark {
  background: #191919!important;
}
.login {
  background: #fd4c52;
  color: #FFF;
  font-size: 15px;
  font-weight: 600;
  border: none;
  padding: 8px 15px;
  margin-top: 18px;
  font-family: 'Roboto', sans-serif!important;
}

.login:hover {
  background: #333;
  color: #FFF;
}

.login i {
  margin: 0 6px 0 0;
}

.login-btn {
  padding: 0 !important;
}

.banner {
  min-height: 460px;
  background-color: rgba(0, 0, 0, .5);
  background-image: url(../../images/nowlifestyle_2.0/header.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.banner .nls-white {
  margin-top: 180px;
  margin-bottom: 30px;
}

.banner h1 {
  color: #FFF;
  font-size: 100px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-family: 'Bebas Neue', cursive;
}

.banner {
  color: #FFF;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  padding-left: 5px;
  display: block;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 60px;
}

.banner .blackButton {
  background: #FD4C52;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 14px 35px 12px;
  border: 4px;
  color: white;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  transition: 0.3s;
  transition: 0.15ms background ease-in-out;
}

.banner .blackButton:hover {
  background: #000;
  transition: 0.15ms background ease-in-out;
}

.banner .socialBut {
  position: absolute;
  color: white;
  top: 150px;
  right: 180px;
}

.banner .socialBut ul li {
  margin-right: 20px;
}

.banner p {
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .banner .socialBut {
    right: 0px;
    position: relative;
  }
}

@media screen and (max-width: 980px) {
  .banner .container {
    max-width: 95%;
  }
}

.autoresponder-bg {
  background-image: url(../../images/nowlifestyle_2.0/autoresponder-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 470px;
  padding: 85px 0 30px 0;
}

.affiliate-bg {
  background-image: url(../../images/nowlifestyle_2.0/affiliate-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 470px;
  padding: 85px 0 60px 0;
}

.conference-bg {
  background-image: url(../../images/nowlifestyle_2.0/conference-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 470px;
  padding: 85px 0 60px 0;
}

.pagebuilder-bg {
  background-image: url(../../images/nowlifestyle_2.0/page-builder-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 470px;
  padding: 85px 0 60px 0;
}

.sitebuilder-bg {
  background-image: url(../../images/nowlifestyle_2.0/site-builder-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 470px;
  padding: 85px 0 60px 0;
}

.hd-video-bg {
  background-image: url(../../images/nowlifestyle_2.0/hd-video-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 470px;
  padding: 85px 0 60px 0;
}

.nls-products {
  font-family: "Open Sans", sans-serif;
}

.nls-products h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  margin: 0 0 0 66px;
}

@media screen and (min-width: 1200px) {
  .nls-products h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .nls-products h2.awb {
    font-size: 38px;
    line-height: 47px;
  }
}

.nls-products h4.awb {
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .nls-products h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.nls-products .nls-icon {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 56px;
}

.nls-products .v_line {
  width: 1px;
  min-height: 56px;
  background-color: #fff;
  display: block;
  float: left;
  margin: 0 10px 0 10px;
}

.nls-products h4 {
  font-size: 26px;
  margin: 10px 0 40px 0;
}

.nls-products p {
  font-size: 16px;
  margin-top: 16px;
  line-height: 28px;
}

@media screen and (max-width: 414px) {
  .nls-products h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .nls-products .nls-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    float: none;
  }
  .nls-products .v_line {
    width: 1px;
    min-height: 56px;
    background-color: #fff;
    display: inline-block;
    float: left;
    margin: 0 10px 0 10px;
  }
  .nls-products h4 {
    font-size: 18px;
    line-height: 24px
  }
}

.scrolltop_pad {
  height: 70px;
}

.scrolltop_pad2 {
  height: 90px;
}

#slideNav {
  background-color: #F44D4D;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  transition: background 0.1s linear 0s;
}

#slideNav:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.signupBut {
  background: #FD4C52;
  padding: 10px 15px 8px;
  border: 4px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 330px;
  right: -62px;
  z-index: 12;
  -ms-transform: rotate(-90deg); 
  transform: rotate(-90deg); 
}
.signupBut:hover {
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.fixedNav {
  position: fixed;
  right: 0;
  bottom: 1.5%;
  margin-top: -80px;
  z-index: 12;
  display: block;
}

.hidden {
  display: none!important;
  visibility: hidden!important;
}

.page-title-text {
  font-size: 40px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 80px
}

.page-title-head {
  font-size: 36px;
  font-weight: 700;
  padding-top: 75px;
  padding-bottom: 10px
}

.page-title-subhead {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 80px
}

.products-new img {
  width: 200px;
  height: 200px;
}

.product-title {
  font-family: 'Bebas Neue', cursive;
  font-size: 32px;
  color: #1c1b21;
  padding: 25px 0;
}

.products-button {
  border: 2px solid #1c1b21;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 32px 8px;
  color: #1c1b21;
  display: inline-block;
}

a.products-button:hover {
  background: #fd4c52;
  border: 2px solid #fd4c52;
  border-radius: 4px;
  color: white;
  transition: 0.3s;
}

.products-button.signupButton {
  background: #fd4c52;
  border: 2px solid #fd4c52;
  color: white;
}

.products-button.signupButton:hover {
  background: #1c1b21;
  border: 2px solid #1c1b21;
}

.feature-circle {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #3c4358;
  color: white;
  text-align: center;
  font-size: 30px;
  padding-top: 3px;
  margin: 0 auto 20px;
}

.feature-new {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: black;
}

.feature-new p {
  font-size: 16px;
  padding-top: 15px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #686868;
}

.feature-new .feature-circle {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .feature-height {
    height: 200px;
  }
  .feature-height2 {
    height: 300px;
  }
}


/*---------- Why Us ----------*/

.whyus-bg {
  background-image: url(../../images/nowlifestyle_2.0/whyus-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 85px 0 60px 0;
}

.whyus-bg .redTextBg {
  background-color: rgba(226, 60, 48, 0.7);
  padding: 20px 0;
  margin-top: 20px;
}

.whyus-bg .redTextBg .titleTxt {
  font-size: 44px;
  color: white;
  font-weight: 400;
}

.why-us h2 {
  font-size: 32px;
}

.why-us h3 strong {
  font-weight: 700;
  color: #495057;
}

.why-us h3 {
  font-weight: 400;
  color: #6b7075;
  font-size: 28px;
  line-height: 40px;
}

.why-us hr {
  border-top: 2px solid #7f7e7e;
  width: 70%;
  margin-left: 0;
}

.why-us p {
  font-size: 17px;
  padding-top: 10px;
  font-weight: 400;
  color: #686868;
}

.gvo-dc {
  background-image: url(../../images/nowlifestyle_2.0/gvo-dc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  margin-top: 50px;
}

.gvo-dc .headTxt {
  font-size: 40px;
  font-family: 'Bebas Neue', cursive;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 0 70px;
}

.gvo-dc .img-circle {
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 400px;
  margin: 0 auto 30px;
}

.gvo-dc h4 {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-size: 18px;
}

.gvo-dc p {
  font-size: 14px;
  color: white;
  text-align: center;
}

.arrowDown {
  position: relative;
  width: 100%;
}

.arrowDown:after {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 2;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgb(255, 255, 255);
  background-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .why-us h2 {
    font-size: 33px;
  }
  .why-us hr {
    width: 95%;
  }
}


/*---------- Core Values ----------*/

.core .carousel-inner img {
    width: 100%;
  height: 460px;
  object-fit: cover;
  } 

.core {
  margin-top: 50px;
  position: relative;
}

.core .core-nls {
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 20px;
  letter-spacing: 4px;
  position: inherit;
  bottom: 35px;
  padding-top: 3px;
  text-transform: uppercase;
}

.core .core-values .coreTitle {
  color: white;
  font-size: 36px;
  text-transform: uppercase;
}

.core .core-values .coreTitle.coreTitleInner {
  color: white;
  font-size: 36px;
  text-transform: capitalize;
}

.core .core-values p {
  color: white;
  font-size: 18px;
  padding-top: 30px;
}

.flickity-page-dots {
  display: none;
}

.core .number-icon {
  display: inline-block;
  font-size: 150px;
  color: white;
  font-weight: bold;
  position: relative;
  bottom: 30px;
}

.core .number_line {
  width: 4px;
  min-height: 170px;
  background-color: #fff;
  display: inline-block;
  margin: 20px 10px 0 10px;
}

.core .carousel-control-prev, .core .carousel-control-next {
  top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
  position: absolute;
    background: hsla(0,0%,100%,.75);
    border: none;
    color: #333;
}
.core .carousel-control-next {
      right: 20px;
}
.core .carousel-control-prev {
      left: 20px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
      position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

/*-- success-stories --*/

.success-bg {
  background-image: url(../../images/nowlifestyle_2.0/success-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 85px 0 30px 0;
  /*clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 53% 94%, 50% 100%, 47% 94%, 0 94%);*/
  margin-bottom: -3%;
  position: relative;
}
.success-bg:after, .success-bg:before {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top:0;
    display: block;
    width: 50%;
    height: 100%;
    border-bottom: 27px solid white;
    border-bottom-color: white;
}
.success-bg:before {
    left: 0;
    border-right: 25px solid transparent;
    border-left: 0;
}
.success-bg:after {
    right: 0;
    border-left: 25px solid transparent;
    border-right: 0;
}
.success-bg .darkTextBg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  margin-top: 60px;
}

.success-bg .darkTextBg .titleTxt {
  font-size: 44px;
  color: white;
  font-weight: 400;
}

.success-stories .carousel .now {
  background-image: url(../../images/nowlifestyle_2.0/now.png);
  background-repeat: no-repeat;
  background-position: left;
}

.success-stories .carousel .carousel-indicators {
	bottom: -70px;
}
.success-stories .carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
  height: 18px;
	border-radius: 50%;
	margin: 1px 2px;
}
.success-stories .carousel-indicators li {	
    background: #a8a5a5;
    border: 4px solid #fff;
}
.success-stories .carousel-indicators li.active {
	color: #fff;
  background: #a12525;
  border: 5px double;    
}
.success-stories .h6.line-height  {
  line-height: 24px;
}
.video {
  background: #ccc;
  padding: 5px;
  border-radius: 4px;
}
/* ----------- Join Now ---------- */

.join-now {
  width: 100%;
  padding: 50px 0 70px;
  background-image: url(../../images/nowlifestyle_2.0/joinnow-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
}
.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.center-block {
  float: none;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.join-now .gold-bg {
  color: #010101;
    background: rgb(239, 238, 142);
    background: -moz-linear-gradient(180deg, rgba(239, 238, 142, 1) 0%, rgba(223, 177, 38, 1) 53%, rgba(244, 242, 196, 1) 81%, rgba(245, 231, 137, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(239, 238, 142, 1) 0%, rgba(223, 177, 38, 1) 53%, rgba(244, 242, 196, 1) 81%, rgba(245, 231, 137, 1) 100%);
    background: linear-gradient(180deg, rgba(239, 238, 142, 1) 0%, rgba(223, 177, 38, 1) 53%, rgba(244, 242, 196, 1) 81%, rgba(245, 231, 137, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efee8e", endColorstr="#f5e789", GradientType=1);
    background-repeat: no-repeat;
    border-top: 1px solid #fff!important;
  border-bottom: 2px solid #efefef!important;
}

.join-now .platinum-bg {
  color: #010101;
  background: rgb(232, 232, 232);
  background: -moz-linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(179, 179, 169, 1) 53%, rgba(242, 246, 249, 1) 81%, rgba(204, 214, 223, 1) 100%)!important;
  background: -webkit-linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(179, 179, 169, 1) 53%, rgba(242, 246, 249, 1) 81%, rgba(204, 214, 223, 1) 100%)!important;
  background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(179, 179, 169, 1) 53%, rgba(242, 246, 249, 1) 81%, rgba(204, 214, 223, 1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#ccd6df", GradientType=1);
  background-repeat: no-repeat;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff!important;
  border-top-right-radius: 4px!important;
  border-bottom: 2px solid #efefef!important;
}
.join-now .decoy-bg {
  color: #010101;
  background: rgb(246, 81, 81);
  background: -moz-linear-gradient(180deg, rgba(246, 81, 81, 1) 0%, rgba(180, 10, 10, 1) 53%, rgba(248, 158, 158, 1) 81%, rgba(247, 145, 145, 1) 100%)!important;
  background: -webkit-linear-gradient(180deg, rgba(246, 81, 81, 1) 0%, rgba(180, 10, 10, 1) 53%, rgba(248, 158, 158, 1) 81%, rgba(247, 145, 145, 1) 100%)!important;
  background: linear-gradient(180deg, rgba(246, 81, 81, 1) 0%, rgba(180, 10, 10, 1) 53%, rgba(248, 158, 158, 1) 81%, rgba(247, 145, 145, 1) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#ccd6df", GradientType=1);
  background-repeat: no-repeat;
  border-top-right-radius: 4px!important;
  border-top: 1px solid #fff!important;
}

.join-now .list-group-item {
  padding: 0;
  background-color: #eeeff1;
  border: 2px solid #fff;
}
.join-now .list-group-item hr {
  border-top: 1px solid #c5c4c4;
  width: 50%;
  margin: 10px auto 5px;
/*  padding: 5px 0 ;*/
}
.join-now .list-group-item+.list-group-item {
  border-right-width: 0;
  border-top-width: 0;
}

.join-now .icon {
  width: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #ffffff;
  background-color: #dc3545;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
}

.join-now .list-group-item .h2 {
  margin: 10px 5px;
}

.join-now .features .list-group-item.joinHead {
  padding: 13px 5px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: none!important;
}

.join-now .features .list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}

.join-now .features .list-group-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}

.join-now .list-group-item.featureTitle {
  padding: 17px 20px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.join-now .list-group-item.listPad {
  padding: 20px 10px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

/*.join-now .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/

.join-now .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.join-now .bg-black {
  background-color: #000!important;
  padding-top: 20px!important;  
}
.join-now .decoy {
z-index: 9;
}
.join-now .decoy .list-group-item {
  border-right: 2px solid #fff;
  background: #fff;
  border-bottom: 2px solid #efefef;
}
.join-now .decoy .list-group-item+.list-group-item {
  border-top-width: 0;
}

.join-now .monthly,.join-now .monthly.norbut,
.join-now .yearly, .join-now .yearly.norbut {
  width: 95%;
  padding: 23px 10px;
  border-radius: 4px;
  border: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  background-color: #ea3737;
  white-space: normal;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin: 10px 0 0;
}

.join-now .monthly:hover, .join-now .monthly.norbut:hover {
  background-color: #F6932A;
}
.join-now .monthly.norbut {
  background-color: #ccc;
  color: black;
}
.join-now .yearly {
  background-color: #000000;
  line-height: 38px;
  padding: 17px 8px 17px 10px;
  position: relative;
}
.join-now .yearly.norbut {
  background-color: #333;
}
.join-now .yearly:hover {
  background-color: #B40404;
}

.bg-red {
  background-color: #b91313!important;
}
.monthly {
  display: inline-table;
  border-bottom-left-radius: 4px;
}
/* -------- footer -------*/

.footer {
  background: #2f2f2f;
  color: #fff;
  padding: 35px 0;
}

.footer h3 {
  color: #fff;
  margin: 0 0 30px;
  font-size: 24px;
}

.contact p {
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.contact i {
  padding: 6px 6px 10px 6px;
}

.footer-bottom {
  background: #151515;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.footer-links ul li {
  display: inline;
  padding: 0 5px;
  border-right: 1px dotted #ddd;
  font-size: 14px;
}

.footer-links ul li a {
  color: #FFF;
}

.footer-links ul li a:hover {
  color: #fd4c52;
  text-decoration: none;
}

.footer-links ul li:last-child {
  border: none;
}


/*-------------- signup proof popup --------------*/

#proof {
  position: fixed;
  z-index: 1030;
  bottom: 20px;
  left: 10px;
  height: 65px;
  width: 320px;
  border: none;
  display: block !important;
  opacity: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  visibility: hidden;
}

#proof:hover {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

#proof:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

#proof.show-proof {
  opacity: 1;
  visibility: visible;
  -webkit-animation: shootUp 0.4s linear both;
  animation: shootUp 0.4s linear both;
}

@-webkit-keyframes shootUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes shootUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.proof-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.proof-container .proof-bubble {
  margin: 0 auto;
  width: 320px;
  height: 65px;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #FFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 50px rgba(0, 0, 0, 0.05);
}

.proof-container .proof-bubble .proof-image {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  height: 59px;
  width: 59px;
}

.proof-container .proof-bubble .proof-image img {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  height: 59px;
  width: 59px;
}

.proof-container .proof-bubble .proof-content {
  margin-left: 75px;
  padding-top: 9px;
  padding-right: 4px;
}

.proof-container .proof-bubble .proof-content .proof-what,
.proof-container .proof-bubble .proof-content .proof-when,
.proof-container .proof-bubble .proof-content .proof-who {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.proof-container .proof-bubble .proof-content .proof-who {
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.proof-container .proof-bubble .proof-content .proof-what {
  line-height: 16px;
  font-size: 12px;
  color: #333;
}

.proof-container .proof-bubble .proof-content .proof-when {
  display: block;
  color: #999;
  font-size: 11px;
}


/*-------------- signup proof popup ends --------------*/

/* -------- modal ------------ */

.form-group{margin-bottom:8px; overflow:hidden;}

.form-wrap input[type="password"], .form-wrap input[type="text"], select  {
   background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
.form-wrap > h1 {
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.form-wrap h6 {
  font-size: 14px!important;
}
.close:focus, .close:hover {
    color: #8f8f8f;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.join-us {
    background: #f8bb49; /* Old browsers */
background: -moz-linear-gradient(top,  #f8bb49 0%, #f4a93f 50%, #f7941d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8bb49), color-stop(50%,#f4a93f), color-stop(100%,#f7941d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8bb49 0%,#f4a93f 50%,#f7941d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bb49', endColorstr='#f7941d',GradientType=0 ); /* IE6-9 */
border:0;
    border-radius: 3px;
    text-transform: uppercase;
    padding:10px 10px;
    font-size: 24px;
    font-weight:900;
    color: #242831;
}
.join-us:hover {
    color: #FFF;
    outline: 0;
}

#error {
    margin-bottom: 5px;
    color: red;
}

/* ------- Login ------ */

.login-header-img {
    margin-top: 68px;
    background-image: url(../../images/nowlifestyle_2.0/login-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 424px);
}
.reset-password-img {
  background: #62CBBD;
  background: radial-gradient(at center top, #62CBBD, #2A2D9A);
  min-height: calc(100vh - 78px);
}
.login-form {
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 9px 0 rgba(50, 50, 50, 0.46);
    margin-bottom: 150px;
    margin-top: 100px;
    overflow: hidden;
}
.reset-password-img .login-form {
  border-radius: 10px;
}
.optin {
    width: 100%;
}
.optin .form-control {
    font-family: 'Raleway', sans-serif;
    border: none;
    padding: 5px 10px;
    height: 50px;
    font-size: 16px;
    border: solid 2px #ccc;
}
.optin .form-control-textarea {
    font-family: 'Raleway', sans-serif;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    border: solid 2px #ccc;
    width: 100%;
    border-radius: 4px;
}
.login-form a {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
}
.btn-org {
    font-family: 'Raleway', sans-serif;
    background-color: #ff9000;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.64);*/
    outline: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    margin-top: 5px;
    margin-bottom: 10px;
}
.btn-org:hover, .btn-org:focus {
  color: #FFF;
  background-color: #ff7700;
}
.login-form .remember_me {
  float: right;
  display: flex;
  align-items: center;
}
.login-form .remember_me input[type=checkbox] {
  text-align:left;
  margin: 0 8px 0 0;
  padding:0;
  width:auto;
}

  /* contact Us */

.contact-header-img {
    width: 100%;
    margin-top: 68px;
    min-height: 650px;
    background-image: url(../../images/nowlifestyle_2.0/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: calc(100vh - 424px);
}

/*-------------- Responsive --------------*/


@media screen and (min-width: 768px) {
.core .carousel-caption {
  top: 10%;
}
.join-now .yearly span {
  display: inline-block;
  width: 90px;
  height: 90px;
  padding-top: 24px;
  font-size: 18px;
  line-height: 22px;
  color: white;
  white-space: nowrap;
  background-image: url(../../images/nowlifestyle_2.0/sticker.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px; left: 125px;
}
}
@media screen and (min-width: 992px) {
.core .carousel-caption {
  top: 15%;
}
.join-now .yearly span {
  top: 90px!important; 
  right: 50%!important;
  left: auto;
  transform: translate(50%,-50%)!important;
}
}
@media screen and (min-width: 1200px) {
.core .carousel-caption {
  top: 25%;
}
}
@media screen and (max-width: 991px) {
.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  }
  .navbar-nav>li:first-child {
    padding-top: 25px;
  }
  .navbar-nav>li button {
    margin-bottom: 25px;
  }
.navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px; 
    width: 100%;
}
.success-stories .carousel .now {
  background-position: left top;
}
.join-now .yearly span {
  display: inline-block;
  width: 90px;
  height: 90px;
  padding-top: 24px;
  font-size: 18px;
  line-height: 22px;
  color: white;
  white-space: nowrap;
  background-image: url(../../images/nowlifestyle_2.0/sticker.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px; left: 125px;
}
}

@media only screen and (min-width:1366px) { 
.signupBut {
  background: #FD4C52;
  padding: 10px 15px 8px;
  border: 4px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  display: none;
  position: fixed;
  top: 150px;
  right: -5px;
  z-index: 12;
  -ms-transform: rotate(0deg); 
  transform: rotate(0deg);
}
.signupBut:hover {
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
}


@media screen and (max-width: 767px) {
.page-title-text {
  font-size: 36px;
  }
.core .carousel-caption  {
  top: 15%;
}
.core .carousel-caption.carousel-core {
  top: 2%!important;
}
.core .number-icon {
  font-size: 100px;
  bottom: 30px;
}
.core .number_line {
  min-height: 120px;
}
.core .carousel-inner img {
  height: 550px;  
}
.success-stories .carousel .carousel-indicators {
	bottom: -40px;
}
.join-now .yearly span { 
  top: 1px; left: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
.product-title {
  font-size: 24px;
  }
.products-new img {
  width: 170px;
  height: 170px;
}
.products-button {
  font-size: 16px;
  font-weight: 700;
  padding: 8px 32px 6px;
}
  }
@media screen and (min-width: 768px) and (max-width:991px) {

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.product-title {
  font-size: 28px;
  }

.join-now .bg-black {
  padding-top: 7px!important;
}
.join-now .list-group-item.featureTitle {
  font-size: 14px;
  }
}
@media screen and (max-width: 575px) { 
  .navbar-expand-lg > .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 414px) {
  .banner h1 {
    font-size: 80px;
  }
  .banner p {
    font-size: 26px;
    line-height: 32px;
  }
.core .carousel-caption  {
  top: 3%;
}
.core .carousel-caption.carousel-core {
  top: 1%!important;
}
.core .number-icon {
  font-size: 80px;
  bottom: 10px;
}
.core .number_line {
  min-height: 100px;
}
.core .carousel-inner img {
  height: 550px;  
}
.core .core-values .coreTitle.coreTitleInner {
  font-size: 24px;
}
.signupBut {
  padding: 7px 10px 5px;
  font-size: 14px;
  right: -60px;
}
.join-now .yearly span { 
  top: 1px; left: 10px;
  }
}
@media screen and (max-width: 320px) {
.core .core-values .coreTitle {
  font-size: 26px;
}
.core .core-values p {
  font-size: 18px;
  padding-top: 20px;
}
.page-title-text {
  font-size: 30px;
  }
  .page-title-head {
  font-size: 30px;
  }
.success-bg .darkTextBg .titleTxt {
  font-size: 34px;
}
.core .core-values .coreTitle.coreTitleInner {
  font-size: 20px;
  font-weight: bold;
}
.join-now .yearly span { 
  top: 1px; left: -20px;
  }
}