/*Fonts*/
@font-face {
  font-family: 'Brandon Text';
  src: url('../fonts/brandontext-black-webfont.woff2') format('woff2'),
    url('../fonts/brandontext-black-webfont.woff') format('woff');
  font-weight: 900;
  font-display: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Text';
  src: url('../fonts/brandontext-bold-webfont.woff2') format('woff2'),
    url('../fonts/brandontext-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-display: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Text';
  src: url('../fonts/brandontext-light-webfont.woff2') format('woff2'),
    url('../fonts/brandontext-light-webfont.woff') format('woff');
  font-weight: 200;
  font-display: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Text';
  src: url('../fonts/brandontext-medium-webfont.woff2') format('woff2'),
    url('../fonts/brandontext-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-display: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Text';
  src: url('../fonts/brandontext-regular-webfont.woff2') format('woff2'),
    url('../fonts/brandontext-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-display: auto;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Text';
  src: url('../fonts/brandontext-thin-webfont.woff2') format('woff2'),
    url('../fonts/brandontext-thin-webfont.woff') format('woff');
  font-weight: 100;
  font-display: auto;
  font-style: normal;
}

html {
  min-height: 100%;
}

body {
  min-height: 30rem;
  padding-top: 50px;
  font-family: "Brandon Text";
}

.jumbotron {
  border-radius: 0 !important;
}

body#home {
  padding-top: 0;
}

body#home .navbar {
  background-color: transparent;
}

body#tra .navbar {
  background-color: transparent;
}

body#abo .navbar {
  background-color: #8150FF;
}

body#tra {
  padding-top: 0;
}

body.mhome {
  background-image: linear-gradient(-1deg, #690087 0%, #371A8C 100%);
  background-color: #fff;
}

.navbar {
  background-color: #1B95BF;
  background-color: #4a89ff;
  border: none;
  transition: all 400ms ease;
}

.ghostNav footer {
  display: none;
}

.ghostNav .navbar {
  opacity: 0.05;
  transition: all 1200ms ease;
}

.ghostNav .navbar:hover {
  opacity: 1;
  transition: all 2000ms ease;
}

.mhome .navbar {
  background: linear-gradient(to bottom, rgba(55, 26, 140, 1) 25%, rgba(55, 26, 140, 0) 95%);
}

.mhome .navbar .profile-top {
  background-color: rgba(255, 255, 255, 0.7);
}

.profile-top {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  font-size: 13px;
  color: #00475A !important;
  border-radius: 100px;
  padding: 2px;
  padding-left: 15px;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 800ms ease;
}

.profile-top:hover {
  box-shadow: 0 10px 20px 0 rgba(00, 00, 00, 0.1);
  transition: all 800ms ease;
}

.profile-top span {
  padding-right: 5px;
  line-height: 10px;
  display: inline-block;
}

.profile-top img {
  max-width: 35px;
  border-radius: 35px;
}

.profile-top .premium-star {
  position: absolute;
  left: -7px;
  top: 10px;
  background-color: #fff;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  text-align: center;
}

.profile-top .premium-star img {
  width: 10px;
  margin-top: -5px;
}

.dropdown-top {
  position: relative;
}

.heroslider {
  padding: 0;
  margin: 0;
  background-color: none;
}

.dropdown-menu {
  width: 100px;
  min-width: 100px;
  text-align: center;
  border: none;
  font-size: 14px;
  color: #333;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.95);
}

.dropdown-menu li {
  padding: 4px;
}

.dropdown-menu li a {
  color: #333;
}

nav a {
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
}

.navbar a.btn-outline-primary {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  font-size: 13px;
  color: #00475A !important;
  border-radius: 100px;
}

.navbar .app-menu a {
  font-size: 17px !important;
  text-decoration: none;
  padding-left: 15px !important;
  padding-right: 15px !important;
  opacity: 0.7;
  transition: all 600ms ease-out;
}

.navbar .app-menu a:hover {
  opacity: 1;
  transition: all 600ms ease-out;
}

.logo {
  height: 30px;
}

.slider-button {
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 30px;
}

.slideOut {
  background-color: #1B95BF !important;
  transition: all 600ms ease;
}

.hermes .tp-bullet {
  width: 12px !important;
  height: 12px !important;
}

.jumbotron.section-one {
  background-color: #fff;
  margin: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.jumbotron.section-one-extra {
  background-color: #f1f6ff;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.jumbotron.section-one-extra .sec-text {
  min-height: 100%;
  height: 480px;
  vertical-align: middle;
  display: table-cell;
}

.jumbotron.section-one-extra .sec-button {
  background-color: #2C74F4;
  border-radius: 30px;
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 40px;
  transition: all 600ms ease;
  display: inline-block;
  box-shadow: 0 15px 30px 0 rgba(00, 00, 00, 0.1);
  margin-top: 10px;
  cursor: pointer;
}

.jumbotron.section-one-extra .sec-button:hover {
  transition: all 600ms ease;
  transform: scale(1.03);
}

.section-one-extra .sec-img img {
  width: 90%;
  text-align: center;
  margin: auto;
}

.section-one-extra h2 {
  color: #2C74F4;
}

.section-one-extra h3 {
  color: #333;
  font-weight: normal;
  font-size: 20px;
}

.section-one h2 {
  color: #4A4A4A;
  font-weight: 500;
  margin-bottom: 70px;
}

.section-one h3 {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  margin-top: 12px;
}

.section-one p {
  font-size: 16px;
  color: #666;
}

.section-one h2 span {
  font-weight: 300;
}

.section-one img {
  width: 70%;
}

.section-one .line-bar {
  width: 100%;
  height: 1px;
  background-color: #267CA4;
  margin-top: 80px;
}

.jumbotron.section-two {
  background-color: #fff;
  text-align: left;
  padding-top: 100px;
  background-image: url('../img/meditopia-screens.jpg');
  background-position: right center;
  background-size: 65%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
}

.section-two h2 {
  color: #813DA3;
  font-weight: 600px;
  font-size: 42px;
  margin-bottom: 30px;
}

.section-two h3 {
  font-size: 22px;
  font-weight: 600;
}

.section-two p {
  font-size: 17px;
  color: #666;
}

.section-two .row.lines {
  margin-bottom: 30px;
}

.section-two .transform {
  width: 100%;
}

.jumbotron.section-join {
  background-image: linear-gradient(-111deg, #488BFF 7%, #8150FF 100%);
  border-radius: 0;
  margin: 0;
  color: #fff;
}

.jumbotron.section-join h3 {
  font-weight: 600;
  font-size: 36px;
  margin: 0;
}

.jumbotron.section-join p {
  font-size: 20px;
}

.btn-white {
  background-color: #fff;
  border-radius: 30px;
  color: #6B66FF;
  font-weight: 600;
  font-size: 22px;
  padding: 10px 40px;
  transition: all 600ms ease;
}

.btn-white:hover {
  box-shadow: 0 10px 40px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1.05);
}

.jumbotron.section-comments {
  border-radius: 0;
  margin: 0;
  background-color: #F0F0F0;
}

.section-comments .ratings .stars {
  width: 120px;
}

.section-comments .ratings {
  margin-top: 50px;
}

.section-comments h1 {
  color: #444;
  margin: 0;
}

.section-comments h3 {
  color: #444;
  margin: 0;
  font-size: 20px;
  font-weight: 200;
}

.user-comments {
  padding-top: 70px;
  text-align: center;
}

.user-comments .comment-item .user-photo img {
  width: 90px;
  border-radius: 50%;
}

.user-comments .comment-item .user-comment {
  font-size: 28px;
  max-width: 700px;
  margin: auto;
}

.user-comments .comment-item .user-info {
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}

.section-contents {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-contents .col-md-3 {
  cursor: pointer !important;
}

.section-contents h1 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.section-contents .content-block {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 30px 0 rgba(0, 0, 0, 0.10);
  cursor: pointer;
  transition: all 1200ms ease;
}

.section-contents .content-block:hover {
  transform: scale(1.05);
  box-shadow: 0 40px 30px 0 rgba(0, 0, 0, 0.10);
}

.section-contents .col-md-3 {
  margin-top: 30px;
}

.section-contents .content-title {
  width: 100%;
  height: 65px;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding-bottom: 20px;
  padding-top: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #2A2A2A;
  color: #fff;
}

.mhome footer {
  background-color: rgba(0, 0, 0, 0.2);
}

footer a, footer a:link, footer a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 14px;
}

footer .footer-logo {
  width: 130px;
}

footer .footer-menu ul, footer .footer-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-menu li.head {
  line-height: 20px;
  font-weight: 500;
  font-size: 13px;
}

footer .footer-menu li {
  line-height: 27px;
}

footer .social-icons {
  text-align: right;
}

footer .social-icons img {
  width: 55px;
  padding-left: 5px;
  opacity: 0.8;
}

footer .social-icons img:hover {
  opacity: 1;
}

footer .footer-line {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}

footer .footer-bottom {
  font-size: 11px;
  letter-spacing: 1px;
}

footer .copyright {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
}

footer .terms-link a {
  font-size: 11px;
  color: #fff;
  margin-left: 20px;
}

footer .terms-link a:link, footer .terms-link a:hover {
  color: #fff;
}

footer .language-selector {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: inline-block;
  text-align: right;
  padding: 10px 30px;
  font-size: 13px;
  cursor: pointer;
}

footer .language-selector .dropdown-menu {
  background-color: #000;
  padding: 10px;
  opacity: 0.9;
}

footer .language-selector img {
  width: 18px;
  margin-top: -1px;
}

footer .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: 0px;
}

footer .language-list li {
  line-height: 30px;
}

footer .language-list li a {
  font-size: 15px;
}

.btn {
  transition: all 600ms ease;
}

.btn:hover {
  transition: all 300ms ease;
  transform: scale(1.02);
  box-shadow: 0 15px 30px 0 rgba(00, 00, 00, 0.1);
}

/*Sign Up*/
.jumbotron.section-signup {
  background-color: #ffff;
  margin: 0;
  text-align: center;
  min-height: 600px;
}

.line-split {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  margin-top: 20px;
}

.line-split:after {
  border-bottom: 1px solid #dfe0e6;
  content: '';
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  z-index: -2;
}

.line-split:before {
  width: 50px;
  height: 12px;
  background-color: #FFF;
  content: '';
  margin: -5px 0 0 -25px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.btn-fb {
  background-color: #3B5998;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 60px;
  letter-spacing: 1px;
  min-width: 320px;
}

.btn-main {
  background-image: linear-gradient(-111deg, #488BFF 7%, #8150FF 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 60px;
  letter-spacing: 1px;
  min-width: 320px;
  transition: all 300ms ease;
}

.btn-main:hover {
  background-image: radial-gradient(0% 97%, #337EFF 7%, #6F37FF 100%);
  color: #fff;
  transition: all 300ms ease;
}

.btn-green {
  background-color: #7FC861;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 60px;
  letter-spacing: 1px;
  transition: all 300ms ease;
}

.btn-green:hover {
  color: #fff;
  transition: all 300ms ease;
}

.btn-fb:hover {
  color: #fff;
}

.jumbotron.section-signup h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.jumbotron.section-signup small {
  line-height: 15px;
  font-size: 11px;
}

.jumbotron.section-signup .container {
  max-width: 400px;
}

.form-group input {
  border-radius: 0;
  padding: 15px;
  height: 50px;
  outline: none;
  border-width: 1px;
}

.alert {
  font-size: 14px;
  border-radius: 0px;
}

.forgot {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 14px;
  opacity: 0.8;
}

/*About*/
.jumbotron.our-mission {
  background-color: #8150FF;
  color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
  margin-bottom: 0;
}

.jumbotron.our-mission h2 {
  font-size: 28px;
  font-weight: 300;
}

.jumbotron.our-mission h1 {
  font-size: 36px;
  font-weight: 600;
}

.jumbotron.about-content {
  background-color: #fff;
  font-size: 18px;
  padding-top: 50px;
}

.about-wrapper {
  background-color: #fff;
  padding: 40px 0px;
}

.jumbotron.about-videos {
  padding: 0;
  background-color: #fff;
  margin: 0;
}

.jumbotron.about-videos .row {
  margin: 0;
}

.jumbotron.about-videos .col-6 {
  padding: 0;
}

.about-watch {
  background-image: url('../img/about_office.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-wall {
  background-image: url('../img/about_office_wall.jpg');
  background-position: right center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.jumbotron.about-awards {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 0px;
}

.jumbotron.about-awards span {
  font-size: 28px;
}

.jumbotron.about-awards .about_awards_ext {
  font-size: 12px;
  opacity: 0.8;
}

.jumbotron.about-awards .about-img img {
  width: 110px;
  padding: 10px;
  opacity: 0.8;
}

/*Contents*/
.jumbotron.contents-head {
  background-color: #eee;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 0;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.jumbotron.contents-head .header-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/dist/img/content-head-bg.png?1');
  background-position: bottom;
  background-size: 40px;
  background-repeat: repeat-x;
}

.jumbotron.contents-head .header-text .header-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  color: #333;
  font-size: 48px;
  font-weight: 200;
}

.jumbotron.contents-content {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.jumbotron.contents-content .content-wrapper {
  text-align: justify;
  font-size: 18px;
}

/*Jobs*/
.jumbotron.jobs-head {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}

.jumbotron.jobs-head h2 {
  font-size: 28px;
  font-weight: 300;
}

.jumbotron.jobs-head h3 {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  margin-top: 30px;
}

.jumbotron.jobs-head h1 {
  font-size: 36px;
  font-weight: 600;
}

.jumbotron.jobs-head .team-head h1 {
  font-size: 48px;
  text-align: center;
  font-weight: 200;
  padding: 30px 0;
  padding-top: 0;
  color: #4a89ff;
}

.team-text {
  padding-top: 60px;
  padding-bottom: 40px;
}

.team-text p {
  font-size: 18px;
}

.jobs-team {
  background-image: url('../img/jobs-team.jpgs');
  background-position: center;
  background-size: cover;
}

.jobs-team img {
  width: 100%;
  margin-bottom: 30px;
}

.jumbotron.jobs-list {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.jumbotron.jobs-list h2 {
  margin-bottom: 20px;
}

.jobs-list .position {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  transition: all 800ms ease;
  margin-bottom: 10px;
}

.jobs-list .position a {
  font-weight: 500;
}

.jobs-list .position:hover {
  transition: all 800ms ease;
  box-shadow: 0 20px 50px 0 rgba(00, 00, 00, 0.1);
  cursor: pointer;
  transform: scale(1.02);
}

.jumbotron.team-head {
  background-color: #fff;
}

.team-head .team-item {
  text-align: center;
}

.team-head .team-item img {
  width: 100%;
  max-width: 140px;
  border-radius: 200px;
  transition: all 800ms ease;
}

.team-head .team-item img:hover {
  transition: all 800ms ease;
  box-shadow: 0 20px 50px 0 rgba(00, 00, 00, 0.1);
  cursor: pointer;
  transform: scale(1.05);
}

.team-head .team-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-head .team-item .team-name {
  color: #333;
  font-size: 18px;
  margin-top: 5px;
}

.team-head .team-item .team-title {
  color: #666;
  font-size: 14px;
}

/*Subscribe*/
.jumbotron.subscribe {
  position: relative;
  background-color: #8150FF;
  background-image: linear-gradient(-111deg, #488BFF 7%, #8150FF 98%);
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-bottom: 0;
  text-align: center;
}

.jumbotron.subscribe .subscribe-bg {
  background-color: transparent;
  background-image: url('../img/subscribe-top-back.png');
  background-size: cover;
  background-position: bottom center;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}



.jumbotron.business {
  position: relative;
  background-color: #8150FF;
  background-image: linear-gradient(-111deg, #488BFF 7%, #8150FF 98%);
  background-size: cover;
  background-position:center;
  color: #fff;
  padding-top: 320px;
  padding-bottom: 320px;
  margin-bottom: 0;
  text-align: center;
}



.jumbotron.business .business-bg {
  background-color: transparent;
  background-image: url('../img/meditopia-business-03.jpg?');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.jumbotron.business h2 {font-weight: normal; font-size: 24px;}
.jumbotron.business h1 {font-size: 48px;}
  .jumbotron.business .btn-start-trial {font-size: 26px;}

.subscribe-features.business-features {
  padding-bottom: 0px !important;
}


.jumbotron.business .bottom-bg {
  position: absolute;
  bottom: -2px; left: 0;
  width: 100%;
  background-image: url('../img/business-bottom-gr.png');
  background-size: 41%;
  height: 170px;
  background-repeat:repeat-x;
  background-position: bottom;
}


.jumbotron.pandemic {background-color: #fff;}
.jumbotron.pandemic .pandemic-note {background-color: #813DA3; color: #fff; border-radius: 20px; padding: 20px; padding-top: 40px;}



.jumbotron.stayhome {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position:center;
  color: #fff;
  padding-top: 320px;
  padding-bottom: 320px;
  margin-bottom: 0;
  text-align: center;
}

.jumbotron.stayhome-content {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position:center;
  color: #333;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
  text-align: center;
  font-size: 21px;
}



.jumbotron.stayhome .stayhome-bg {
  background-color: transparent;
  background-image: url('../img/stayhome-header.png?7');
  background-size: cover;
  background-position: center bottom;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sh-items {margin-top: 50px; font-size: 22px; text-align: center; color: #fff;}

.sh-item {background-color: #00b2d2;   display: flex;
  flex-direction: column;
  justify-content: center; margin-bottom: 40px; transition: all 800ms ease; padding: 60px 20px; height: 400px; cursor: pointer; vertical-align: middle; border-radius: 20px; box-shadow: 0 20px 30px 0 rgba(00,00,00,0.2);}

.sh-item:hover {transition: all 800ms ease; transform: scale(1.05); box-shadow: 0 40px 30px 0 rgba(00,00,00,0.3); cursor: pointer; }

.sh-item a {color: #fff; text-decoration: underline;}

.sh-item#sh-item-1 {background-color: #935bdf; }
.sh-item#sh-item-2 {background-color: #00b2d2; }
.sh-item#sh-item-3 {background-color: #e4580e; }
.sh-item#sh-item-4 {background-color: #fdce00; color: #333; }
.sh-item#sh-item-5 {background-color: #09ad86; }
.sh-item#sh-item-6 {background-color: #c02c6b; }

.sh-items .col-md-4>a {color: #fff;}
.sh-items .col-md-4>a:hover {color: rgba(255,255,255,0.9); text-decoration: none;}

.jumbotron.stayhome .header-icon {width: 270px; }


.jumbotron.stayhome a {color: #371A8C;}
.jumbotron.stayhome .readmore-btn {display: inline-block; margin-top: 10px; font-size: 18px; color: #371A8C;
transition: all 500ms ease; padding: 10px 20px; background-color: rgba(255,255,255,0.8); border-radius: 30px; cursor: pointer;}
.jumbotron.stayhome .readmore-btn:hover {transition: all 500ms ease; transform: scale(1.05); box-shadow: 0 0 20px 0 rgba(00,00,00,0.2); cursor: pointer; }


.jumbotron.stayhome-player {background-color: #2A2A2A; margin-bottom: 0; padding-top: 80px; padding-bottom: 80px;}
.jumbotron.stayhome-player h2 {padding: 20px; color: #fff;}
.jumbotron.stayhome-player h4 { padding-top:30px; color: #fff;}

div#amplitude-player {border-radius: 10px; overflow: hidden; max-width: 100% !important;}
  

.jumbotron.stayhome h2 {font-weight: normal; font-size: 32px; }
.jumbotron.stayhome h1 {font-size: 60px; font-weight: 900; letter-spacing: 2px;}
.jumbotron.stayhome .btn-start-trial {font-size: 26px;}

.subscribe-features.stayhome-features {
  padding-bottom: 0px !important;
}


.jumbotron.stayhome .bottom-bg {
  position: absolute;
  bottom: -2px; left: 0;
  width: 100%;
  background-image: url('../img/business-bottom-gr.png');
  background-size: 41%;
  height: 170px;
  background-repeat:repeat-x;
  background-position: bottom;
}





.subscribe .other-plans {
  border-radius: 30px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 30px;
  cursor: pointer;
}

.jumbotron.subscribe h2 {
  font-size: 24px;
  font-weight: 300;
}

.jumbotron.subscribe h1 {
  font-size: 48px;
  font-weight: 600;
}

.jumbotron.subscribe .after-trial {
  font-size: 13px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.btn-start-trial {
  background-color: #fff;
  border-radius: 100px;
  font-size: 30px;
  padding: 10px 50px;
  font-weight: 500;
  margin-top: 10px;
}

.jumbotron.subscribe-features {
  background-color: transparent;
  text-align: center;
  padding-top: 10px;
  margin-top: -70px;
}

.subscription-plans .container {
  max-width: 940px;
}

.subscribe-features h3 {
  font-size: 20px;
  margin-bottom: 0;
  width:
}

.subscribe-features p {
  font-size: 17px;
  color: #666;
  padding: 20px;
  padding-top: 5px;
}

.subscribe-features .feature-icon img {
  max-height: 70px;
  padding: 10px;
}

.payment-features .feature-icon img {
  max-height: 50px !important;
  padding: 10px;
}

.payment-features h3 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: normal;
  margin-bottom: 10px;
}

.jumbotron.payment-features {
  background-color: #e9ecef;
  margin: 0;
  padding-bottom: 40px;
}

.jumbotron.payment-form {
  background-color: transparent;
  margin: 0;
  padding-top: 25px;
}

.plans .subscribe-plan {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 0;
  box-shadow: 0 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-top: 20px;
  transition-duration: 0.2s;
  border: 2px solid #8150FF;
  position: relative;
}

.plans .popular-plan {
  border-radius: 30px;
  background-color: #8150FF;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px;
  font-size: 12px;
  max-width: 100px;
  position: absolute;
  top: -15px;
  margin: auto;
  left: 0;
  right: 0;
}

.plans .subscribe-plan.np {
  border: 1px solid #eee;
  padding: 30px 0;
  margin-top: 30px;
}

.plans .subscribe-plan:hover {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.15);
  transition-duration: 0.5s;
  transform: translate3d(0, -.25rem, 0);
}

.plans .subscribe-plan h2 {
  color: #666;
  font-size: 24px;
}

.plans .subscribe-plan h3 {
  color: #fff;
  font-size: 20px;
  padding: 14px;
  background-color: #8150FF;
}

.plans .subscribe-plan.np h3 {
  color: #333;
  font-size: 20px;
  padding: 14px;
  background-color: #DDD9FF !important;
  background-image: none;
}

.plans h1 {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  color: #6B66FF;
}

.plans .subscribe-plan p {
  font-size: 13px;
  color: #666;
}

.jumbotron.subscription-plans {
  background-color: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  margin: 0;
  padding-bottom: 180px;
  padding-top: 80px;
}

.subscription-plans .btn {
  margin-top: 20px;
}

/*Gift*/
.jumbotron.gift {
  position: relative;
  background-color: #8150FF;
  background-image: linear-gradient(-111deg, #488BFF 7%, #8150FF 98%);
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-bottom: 0;
  text-align: center;
}

.jumbotron.gift .gift-bg {
  background-color: transparent;
  background-image: url('../img/gift-top-back.jpg?');
  background-size: cover;
  background-position: bottom right;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.gift .other-plans {
  border-radius: 30px;
  border: 2px solid #fff;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 30px;
  cursor: pointer;
}

.jumbotron.gift h2 {
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.jumbotron.gift h1 {
  font-size: 48px;
  font-weight: 600;
  text-align: left;
}

.jumbotron.gift .after-trial {
  font-size: 13px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.gift .btn-start-trial {
  background-color: #fff;
  border-radius: 100px;
  font-size: 20px;
  padding: 10px 50px;
  font-weight: 500;
  margin-top: 30px;
  font-weight: bold;
}

.gift .special-price {
  background-color: #FF6A00;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 10px;
  font-size: 18px;
}

.gift-payment {
  margin-bottom: 0;
}

.gift-success {
  text-align: center;
}

.gift-success h3 {
  margin-top: 60px;
  color: #1B95BF;
}

.gift-success h6 {
  margin-bottom: 60px;
  color: #666;
  font-weight: normal;
}

.gift-payment .howitworks {
  padding-top: 20px;
  margin-bottom: 40px;
}

.gift-payment .howitworks h3 {
  color: #666;
  font-weight: normal;
  font-size: 28px;
  padding-bottom: 20px;
}

.jumbotron.gift-features {
  background-color: transparent;
  text-align: center;
  padding-top: 10px;
  margin-top: -70px;
}

.gift-plans .container {
  max-width: 940px;
}

.gift-features h3 {
  font-size: 20px;
  margin-bottom: 0;
  width:
}

.gift-features p {
  font-size: 17px;
  color: #666;
  padding: 20px;
  padding-top: 5px;
}

.gift-features .feature-icon img {
  max-height: 70px;
  padding: 10px;
}

/*Content*/
.jumbotron.content {
  background-color: #fff;
}

.jumbotron.content h1 {
  background-color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
}

.jumbotron.content p {
  font-size: 15px;
  padding-bottom: 15px;
}

/*Loader*/
.globalLoader {
  display: none;
}

.progressTop {
  top: 0;
  position: fixed;
  border-radius: 0px;
  width: 100vw;
  height: 7px;
  background: linear-gradient(to right,
    #f72929,
    #f7db29,
    #b2f729,
    #44f729,
    #29f7e2,
    #292ff7,
    #9d29f7,
    #f729ec,
    #f72936);
  background-size: 2000%;
  animation: move 8s ease infinite;
  z-index: 9999999;
}

.careers-form {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
}

.careers-form-wrapper {
  max-width: 600px;
  width: 100%;
  height: 600px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.careers-form-wrapper iframe {
  width: 100%;
  height: 600px;
  border: none;
}

.careers-close {
  padding: 5px;
  position: absolute;
  width: 34px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  right: 0;
}

.careers-close img {
  width: 16px;
  cursor: pointer;
}

@keyframes move {
  0% {
    background-position-x: 0%;
  }

  50% {
    background-position-x: 100%;
  }

  100% {
    background-position-x: 0%;
  }
}

/*Today Page*/
.tp-carousel-wrapper li {
  border-radius: 10px;
}

.jumbotron.today {
  background-color: transparent;
  padding-top: 10px;
  color: #fff;
}

.next-item {
  display: inline-block;
}

.next-item .next-wrapper {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center bottom;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(00, 00, 00, 0.1);
  transition: all 400ms ease-out;
  cursor: pointer;
}

#rev_slider_472_1 li {
  padding: 15px !important;
}

#rev_slider_472_1 .slider-main-holder {
  background-size: cover;
  background-position: center bottom;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(00, 00, 00, 0.1);
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 700ms ease-out;
  box-shadow: 0 0 30px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1) translateY(-5px);
}

#rev_slider_472_1 .slider-main-holder:hover {
  transition: all 600ms ease-out;
  box-shadow: 0 5px 30px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1.04) translateY(-5px);
}

#rev_slider_472_1 .slotholder {
  border-radius: 10px;
  overflow: hidden;
  transition: all 700ms ease-out;
  box-shadow: 0 0 30px 0 rgba(00, 00, 00, 0.2);
}

#rev_slider_472_1 .slotholder:hover {
  border-radius: 10px;
  overflow: hidden;
  transition: all 700ms ease-out;
  box-shadow: 0 5px 30px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1.04) translateY(-5px);
}

#rev_slider_472_1 .slider-main-holder img {
  width: 100%;
}

.next-item .next-wrapper:hover {
  transition: all 300ms ease-out;
  box-shadow: 0 15px 30px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1.02) translateY(-5px);
}

.next-item .next-wrapper:hover .next-image {
  transition: all 2000ms ease-out;
  transform: scale(1.08);
}

.next-item .grad {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 1;
  opacity: 0.85
}

.next-item .next-title {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 5%;
  z-index: 2;
}

.next-item .next-image {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 2000ms ease-out;
}

.next-item .mprogress {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 5%;
  z-index: 9;
}

.next-item .play-icon {
  background-color: rgba(255, 255, 255, 0.5);
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 50px;
  z-index: 9;
}

.next-item .play-icon img {
  width: 32px;
  position: absolute;
  margin: auto;
  left: 6px;
  right: 0;
  top: 0;
  bottom: 0;
}

.next-item .mprogress .mprogress-status {
  font-size: 14px;
  color: #fff;
}

.next-item .recommend-button {
  background-color: rgba(0, 0, 0, 0.7);
  width: 180px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 50px;
  z-index: 9;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
}

.next-item .mprogress .mprogress-bar {
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.next-item .mprogress .mprogress-bar .mprogress-bar-status {
  background-color: #fff;
  height: 10px;
  width: 0;
  opacity: 0.9;
}

.mprogress {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 5%;
  z-index: 9;
}

.mprogress .mprogress-status {
  font-size: 14px;
  color: #fff;
}

.mprogress .mprogress-bar {
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.mprogress .mprogress-bar .mprogress-bar-status {
  background-color: #fff;
  height: 10px;
  width: 0;
  opacity: 0.9;
}

.next-item .locked {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 5;
}

.next-item .locked img {
  position: absolute;
  width: 12px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tp-caption .locked {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  z-index: 5;
}

.tp-caption .locked img {
  width: 20px !important;
  margin: auto;
  text-align: center;
}

.now {
  margin-top: 0px;
}

.now .next-item .next-title {
  bottom: 45px;
}

.mhome h2 {
  margin-top: 60px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 24px;
  opacity: 0.5;
}

.jumbotron.next-slider {
  background-color: transparent;
  padding-bottom: 0;
}

.jumbotron.next-slider h2 {
  color: #fff;
}

.Video-Title {
  background-color: transparent !important;
}

.tp-backdrop {
  background-image: url('../img/grad-next.png') !important;
  background-repeat: repeat-x;
  background-size: cover;
  opacity: 0.7 !important;
}

.tp-caption.Video-Title, .Video-Title {
  font-family: "Brandon Text" !important;
}

.features.next .next-wrapper {
  height: 320px;
}

.features.next .next-title {
  font-size: 20px;
  line-height: 22px;
  bottom: 40px;
}

.next-item-rounded .next-wrapper {
  border-radius: 100px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(00, 00, 00, 0.1);
  transition: all 400ms ease-out;
  cursor: pointer;
  background-color: #000;
}

.next-item-rounded .next-wrapper:hover {
  transition: all 300ms ease-out;
  box-shadow: 0 15px 30px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1.02) translateY(-5px);
}

.next-item-rounded .next-wrapper:hover .next-image {
  transition: all 1600ms ease-out;
  opacity: 0.8;
  transform: scale(1.04);
}

.next-wrapper {
  cursor: pointer;
}

.next-item-rounded .next-wrapper .next-image {
  position: absolute;
  width: 110%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
  transition: all 300ms ease-out;
}

.next-item-rounded .next-wrapper .next-title {
  position: absolute;
  width: 100;
  text-align: center;
  height: 48px;
  font-size: 18px;
  padding: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.play-hover {
  opacity: 0;
  transition: all 400ms ease-out;
}

.next-item:hover .play-hover {
  opacity: 1;
  transition: all 300ms ease-out;
  transform: scale(1.04);
}

.online-users {
  text-align: center;
  border-radius: 100px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}

.online-users .user-count {
  font-size: 48px;
  font-weight: 500;
}

.online-users .user-meditating {
  font-size: 17px;
  font-weight: 300;
  opacity: 0.7;
  margin-top: -20px;
}

.recommendations {
  background: linear-gradient(to bottom, rgba(55, 26, 140, 0.9) 0%, rgba(105, 0, 135, 1) 99%, rgba(105, 0, 135, 0.9) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  color: #fff;
  display: none;
}

.recommendations ul {
  padding: 0;
  margin: 0;
}

.recommendations h2 {
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 100px;
  opacity: 1;
}

.recommendations ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  margin: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 400ms ease-out;
  cursor: pointer;
}

.recommendations ul li:hover {
  transition: all 400ms ease-out;
  transform: scale(1.07);
  background-color: rgba(255, 255, 255, 0.3);
}

.close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.blured3 {
  -webkit-filter: blur(3px);
  -moz-filter: blur(1px);
}

/*Programs*/
.jumbotron.programs {
  background-color: transparent;
  padding-top: 80px;
  color: #fff;
}

.jumbotron.programs h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.jumbotron.programs .next-item {
  margin-bottom: 30px;
}

.series .next.features .next-wrapper {
  height: 250px;
}

.nature .next.features .next-wrapper {
  height: 170px;
}

.nature .next.features .next-image {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}

.nature .next-item .grad {
  .opacity: 1;
}

.nature .features.next .next-title {
  bottom: 15px;
  font-size: 16px;
}

.quickstart .next.features .next-wrapper {
  height: 250px;
  background-image: linear-gradient(-180deg, #3B4E7B 0%, #19294E 100%);
}

.quickstart .next.features .next-wrapper .next-image {
  opacity: 0.85;
}

.quickstart .next.features .next-wrapper .next-title {
  position: absolute;
  width: 100%;
  background-color: #ccc;
  left: 0;
  height: 90px;
  padding-top: 40px;
  padding-left: 5%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

/*Pop Contetns*/
.content-area {
  position: fixed;
  background: linear-gradient(to bottom, rgba(55, 26, 140, 0.9) 0%, rgba(105, 0, 135, 0.9) 99%, rgba(105, 0, 135, 0.9) 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: auto;
  display: none;
}

.content-area .program-detail {
  position: absolute;
  max-width: 1110px;
  width: 100%;
  left: 0;
  right: 0;
  top: 180px;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
}

.content-area .program-cover img {
  width: 100%;
}

.content-area .program-cover {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  max-height: 450px;
  vertical-align: middle;
  transform: perspective(400px) rotateY(5deg);
  transition: all 800ms ease-out;
}

.content-area .program-cover .program-progress {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 40px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

.content-area .program-cover .program-progress-sub {
  font-size: 20px;
  font-weight: normal;
}

.content-area .program-cover:hover {
  transform: perspective(400px) rotateY(0deg);
  transition: all 800ms ease-out;
}

.content-area .program-content {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 25px;
  z-index: 2;
}

.content-area .program-content p {
  line-height: normal;
}

.programs-meditations- {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.programs-meditations ul {
  padding: 0;
  margin: 0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.programs-meditations ul li {
  padding: 21px;
  margin: 0;
  font-size: 17px;
  list-style: none;
  color: #fff;
  border-tops: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 10px;
}

.programs-meditations ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.programs-meditations .meditation-time {
  opacity: .6;
  padding-right: 30px;
}

.programs-meditations .meditation-name {
  padding-left: 45px;
  font-weight: 500;
}

.programs-meditations img {
  width: 24px !important;
  position: absolute;
  left: 10px;
  top: 0px;
}

.program-cover-back {
  background-image: url('../img/category-back.png');
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-position: bottom;
  left: 0;
  top: 0;
}

.content-close-icon {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}

.content-close-icon img {
  width: 18px !important;
  transition: all 200ms ease-out;
}

.content-close-icon:hover img {
  width: 18px !important;
  transform: rotate(90deg);
  transition: all 200ms ease-out;
}

/*Content Loader*/
.content-loader {
  position: absolute;
  width: 80px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.daily-detail .program-cover {
  max-width: 500px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 600px;
  max-height: 600px !important;
  box-shadow: 0 0 80px 0 rgba(00, 00, 00, 0.4);
}

.daily-detail .program-cover-back {
  background: linear-gradient(to bottom, rgba(55, 26, 140, 1) 0%, rgba(55, 26, 140, 0) 100%);
  height: 500px;
}

.daily-detail .play-icon {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  margin: auto;
  position: absolute;
  border-radius: 50px;
  z-index: 9;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.daily-detail .play-icon:hover {
  transform: scale(1.08);
  transition: all 500ms ease-out;
}

.daily-detail .play-icon img {
  width: 40px;
  position: absolute;
  margin: auto;
  left: 6px;
  right: 0;
  top: 0;
  bottom: 0;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*Player*/
.meditation-play {
  margin-top: 120px;
}

.meditation-play h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
}

.meditation-controls {
  width: 300px;
  position: absolute;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.meditation-play-button {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.meditation-play-button:hover {
  transition: all 400ms ease-out;
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.02);
}

.meditation-play-button img {
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-right: 30px;
}

.meditation-play-button .state-play {
  display: none;
  margin-right: 37px;
  width: 26px;
}

.meditation-play-button.playing .state-pause {
  display: none;
}

.meditation-play-button.playing .state-play {
  display: block;
}

.meditation-play h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.6;
  margin: 0;
}

#timer {
  text-align: right;
  position: absolute;
  left: -70px;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
  font-size: 24px;
  opacity: 0.4;
  height: 36px;
}

#duration {
  text-align: left;
  position: absolute;
  right: -70px;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
  font-size: 24px;
  opacity: 0.4;
  height: 36px;
}

.audio-wrapper {
  height: 300px;
  position: absolute;
  width: 600px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.audio-progress {
  height: 6px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  box-shadow: 10px 0 60px 0 rgba(0, 0, 0, 0.2);
}

#progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(90deg, #FF7900 0%, #FF4700 100%);
}

.seekbar {
  margin: 12px 0;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.seekbar-progress {
  height: 6px;
  border-radius: 20px;
}

.seekbar-progress [role="progressbar"] {
  height: 100%;
  position: relative;
  background-image: linear-gradient(90deg, #FF7900 0%, #FF4700 100%);
  border-radius: 20px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.seekbar-progress [role="progressbar"]:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  right: -7px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  transition: all 200ms ease-out;
}

.seekbar:hover .seekbar-progress [role="progressbar"]:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  top: -8px;
  right: -12px;
  transition: all 200ms ease-out;
}

.seekbar input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
  outline: 0;
  border: 0;
}

.seekbar input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  display: block;
  width: 48px;
  height: 48px;
  background-color: transparent;
}

/*
 Mozilla:
 https://developer.mozilla.org/en-US/docs/User:Jonathan_Watt/range
*/
.seekbar input[type="range"]::-moz-range-thumb {
  display: block;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
}

.seekbar input[type="range"]::-moz-range-track {
  background: transparent;
  border: 0;
}

.seekbar input[type="range"]::-moz-focus-outer {
  border: 0;
}

.meditation-close {
  position: absolute;
  right: 20px;
  top: 23px;
  z-index: 999999;
  cursor: pointer;
}

.meditation-fav {
  position: absolute;
  left: 20px;
  top: 23px;
  z-index: 999999;
  cursor: pointer;
}

.meditation-fav img {
  width: 24px;
}

.meditation-back {
  position: fixed;
  z-index: 0;
  background-image: url('../img/back/zetong-li-1297942-unsplash.jpg');
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 1000ms ease-out;
}

.calmness-base {
  transition: all 2500ms ease-out;
}

.calmness-on {
  transition: all 3500ms ease-out;
  opacity: 0;
}

.calmness-off {
  transition: all 3500ms ease-out;
  opacity: 0.75;
}

.bigTimer {
  display: none;
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 60px;
  color: #fff;
  font-weight: 100;
  opacity: 0.6;
  text-align: right;
  width: 360px;
}

.background-sounds {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 99%;
  opacity: 0;
  padding-bottom: 50px;
  transition: all 500ms ease-out;
  z-index: -99;
}

.background-sounds.opened {
  bottom: 0;
  transition: all 500ms ease-out;
  opacity: 1;
  z-index: 2;
}

.background-sounds ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  opacity: 1;
}

.background-sounds ul li {
  padding: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 100px;
  transition: all 400ms ease-out;
  cursor: pointer;
}

.background-sounds ul li:hover {
  transition: all 400ms ease-out;
  transform: scale(1.1);
}

.background-sounds ul li:hover .themeImage {
  border: 3px solid #fff;
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5);
  transition: all 400ms ease-out;
}

.background-sounds ul li:hover .themeName {
  opacity: 0;
  transition: all 400ms ease-out;
}

.background-sounds ul li .themeImage {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #333;
}

.background-sounds ul li .themeImage img {
  width: 100%;
}

.background-sounds ul li .themeName {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 5px;
  height: 100%;
  line-height: 15px;
  font-size: 13px;
  vertical-align: middle;
  transition: all 400ms ease-out;
}

.background-sounds li.selected .themeImage {
  border: 3px solid #fff;
}

.soundSlider {
  max-width: 160px;
  padding: 20px;
  height: padding:10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  margin-top: 20px;
  margin-left: 10px;
}

.bgSoundsButton {
  position: absolute;
  color: #fff;
  width: 200px;
  text-align: center;
  opacity: 0.9;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  cursor: pointer;
  z-index: 999;
}

.bgSoundsButton i {
  transition: all 500ms ease-out;
}

.bgSoundsButton i.opened {
  transition: all 500ms ease-out;
  transform: rotate(180deg);
}

.tips {
  position: absolute;
  padding: 10px;
  right: 20px;
  bottom: 50px;
  margin: auto;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

.tips b {
  color: rgba(255, 255, 255, 0.8);
}

.musics .features.next .next-title {
  bottom: 10px !important;
  width: 90%;
  text-align: center;
  left: 0;
  padding: 5%;
}

.meditation-finish {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  z-index: 999999;
  background-image: linear-gradient(-1deg, #690087 0%, #371A8C 100%);
  display: none;
}

.meditation-finish .finish-image {
  width: 460px;
  height: 460px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-color: #000;
  border-radius: 20px;
  box-shadow: 0 0 80px 0 rgba(00, 00, 00, 0.2);
  opacity: 0;
}

.meditation-finish .finish-text {
  width: 360px;
  height: 360px;
  left: 0;
  padding: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
  font-size: 28px;
  line-height: 32px;
  position: absolute;
  font-weight: 900;
}

.meditation-finish .finish-text .quote {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 100%;
  height: 320px;
}

.ml3 .letter {
  opacity: 0;
}

.meditation-finish .finish-image img {
  width: 100%;
  opacity: .6;
  position: absolute;
  z-index: 0;
}

.meditation-finish h2 {
  text-align: center;
  color: #fff;
  opacity: 0.9;
  font-size: 36px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  opacity: 0;
}

.meditation-finish p {
  text-align: center;
  color: #fff;
  opacity: 0.7;
  font-size: 24px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.meditation-finish .finish-btn {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: all 500ms ease-out;
}

.meditation-finish .finish-btn:hover {
  transition: all 500ms ease-out;
  transform: scale(1.04);
  background-color: rgba(255, 255, 255, 0.4);
}

.sound-duration {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  margin: auto;
  z-index: 999999;
  background: linear-gradient(to bottom, rgba(55, 26, 140, 0.95) 0%, rgba(105, 0, 135, 0.95) 100%);
  display: none;
}

.sound-duration .sound-container {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 20px;
  height: 350px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  border-radius: 350px;
  background-color: rgba(0, 0, 0, 0.3);
}

.sound-duration #slider-step {
  max-width: 85%;
  margin: auto;
}

.sound-duration h4 {
  font-size: 18px;
  padding-top: 15px;
}

.sound-duration .sound-container .duration-time #time {
  font-weight: 200;
  font-size: 100px;
}

.sound-duration .sound-play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 0;
  right: 0;
  bottom: -40px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  margin: auto;
  transition: all 500ms ease-out;
}

.sound-duration .sound-play-btn:hover {
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.5);
  transition: all 500ms ease-out;
  transform: scale(1.05);
  cursor: pointer;
}

.sound-duration .sound-play-btn img {
  width: 28px;
  margin-top: 27px;
  margin-left: 10px;
  opacity: 0.9;
}

.sound-duration .sound-close {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.sound-duration .sound-close:hover {
  transform: rotate(90deg);
  transition: all 200ms ease-out;
}

.sound-duration .sound-container .duration-time .min-text {
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-top: -20px;
  margin-bottom: 20px;
}

.breathe.meditation-controls {
  bottom: 0;
  top: 0;
  width: 270px;
  z-index: 9;
}

.breathe .meditation-play-button {
  top: 0;
  bottom: 0;
}

.breathe.audio-wrapper {
  width: 270px;
}

.breathe #duration {
  font-size: 35px;
  height: 50px;
  right: -110px;
  text-align: left;
}

.breathe #timer {
  font-size: 35px;
  height: 50px;
  left: -90px;
}

.breathe.bigTimer {
  font-size: 80px;
  text-align: left;
}

.end-button {
  position: absolute;
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 30px;
  z-index: 4;
}

.end-button .btn-end {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 500ms ease-out;
  opacity: 0;
}

.end-button .btn-end:hover {
  transition: all 500ms ease-out;
  transform: scale(1.04);
  background-color: rgba(255, 255, 255, 0.4);
}

.nature-finish-wrapper {
  width: 100%;
  height: 160px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*Profile*/
.profile {
  margin-top: 70px;
}

.profile-block {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgba(00, 00, 00, 0.1);
  transform-style: preserve-3d;
}

.profile-block .profile-photo {
  width: 80px;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateZ(30px);
  transform-style: preserve-3d;
  box-shadow: 0 10px 20px 0 rgba(00, 00, 00, 0.2);
}

.profile-block .user-name {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  height: 85px;
  color: #222;
}

.profile-block .profile-info {
  padding: 20px;
}

.profile .profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
}

.profile .profile-menu li {
  padding: 15px 20px;
  font-size: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-out;
  cursor: pointer;
}

.profile .profile-menu li:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-out;
}

.profile .profile-menu li a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.quick-stats {
  min-height: 150px;
  position: relative;
}

.quick-stats .col-4 {
  text-align: center;
}

.quick-stats .qs-wrap {
  padding: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 20px;
}

.quick-stats .stats-periods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: auto;
  width: auto;
  display: inline-block;
}

.quick-stats .stats-periods li {
  display: inline-block;
  padding: 5px 10px;
  margin: auto;
  font-size: 13px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: all 400ms ease-out;
}

.quick-stats .stats-periods li.selected {
  color: rgba(255, 255, 255, 1);
  transition: all 400ms ease-out;
}

.quick-stats .qs-head {
  font-size: 42px;
  font-weight: 400;
}

.quick-stats .qs-sub {
  font-size: 11px;
  font-weight: 400;
  margin-top: -10px;
  letter-spacing: 1px;
  opacity: 0.6;
}

.quick-stats .col-4 img {
  height: 28px;
}

.quick-stats .qs-periods {
  display: none;
  width: 100%;
  position: absolute;
}

#qs-week {
  display: block;
}

.profile-edit-profile .form-control {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none !important;
  transition: all 400ms ease-out;
  padding: 20px;
  height: 60px;
}

.col-form-label {
  padding-top: calc(.975rem + 1px);
}

.profile-edit-profile .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.profile-edit-profile .form-control:focus {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 400ms ease-out;
}

.btn-form-submit {
  margin: auto;
  width: 200px;
  font-weight: normal;
  font-size: 17px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 500ms ease-out;
}

.btn-form-submit:hover {
  transition: all 500ms ease-out;
  transform: scale(1.04);
  background-color: rgba(255, 255, 255, 0.4);
}

.profile-edit-profile .alert {
  border-radius: 60px;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  background-color: rgba(159, 189, 234, 0.5);
  border: none;
  color: #fff;
  display: none;
}

.profile-edit-profile, .profile-redeem {
  display: none;
}

.redeem-input {
  max-width: 350px !important;
  font-size: 30px !important;
  height: 90px !important;
  border-radius: 80px !important;
  text-align: center !important;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
  margin: auto;
  outline: none !important;
  transition: all 400ms ease-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.redeem-input:focus {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.05);
  transition: all 400ms ease-out;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.premium-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
  display: none;
}

.premium-popup-wrapper .premium-popup {
  width: 400px;
  height: 480px;
  background-image: url('../img/premium-bg.jpg');
  background-size: cover;
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.30);
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.premium-popup-content {
  color: #fff;
  text-align: center;
  padding: 10px;
}

.premium-popup-content h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  opacity: 1;
}

.premium-popup-content h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.7;
  margin-top: 20px;
  letter-spacing: 1px;
}

.premium-popup-content img {
  width: 130px;
  margin-top: 50px;
  animation: spin 12s linear infinite;
  perspective: 800px;
}

.premium-btn-white {
  background-color: #fff;
  border-radius: 30px;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 40px;
  transition: all 600ms ease;
  width: 80%;
  margin: auto;
  cursor: pointer;
  margin-top: 60px;
}

.premium-btn-white:hover {
  box-shadow: 0 10px 40px 0 rgba(00, 00, 00, 0.2);
  transform: scale(1.05);
}

.continue-btn-white {
  border-radius: 30px;
  color: #fff;
  opacity: 0.5;
  border: 1px solid #fff;
  font-weight: 300;
  font-size: 15px;
  padding: 15px 40px;
  transition: all 600ms ease;
  width: 80%;
  margin: auto;
  cursor: pointer;
  margin-top: 10px;
}

.job-details {
  display: none;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.job-details ul {
  margin: 0;
  padding-left: 20px;
}

.mobile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 15px;
  width: 100%;
  background-color: #4a89ff;
  display: none;
}

#home .mobile-navbar {
  background-color: transparent;
}

.mobile-menu {
  width: 100%;
  position: absolute;
  background-image: linear-gradient(-180deg, #935CD6 20%, rgba(147, 92, 214, 0.8) 100%);
  background-image: linear-gradient(-1deg, #690087 0%, #371A8C 100%);
  color: #fff;
  top: 0;
  left: 0;
  height: 800px;
  z-index: -1;
  padding: 15px;
  padding-top: 60px;
  opacity: 0;
  transition: all 1000ms ease;
  display: none;
}

.mobile-menu a {
  opacity: 0;
  transform: rotateX(20deg) scale3d(0.9, 1, 1);
  text-align: left;
}

.mobile-navbar.on .mobile-menu {
  display: block;
}

.mobile-navbar.on .mobile-menu a {
  animation: menu 0.4s linear forwards;
  perspective: 100px;
}

.mobile-navbar.on .mobile-menu {
  opacity: 0.94;
  transition: all 1000ms ease;
}

.mobile-menu nav a {
  width: 100%;
  padding-left: 0px !important;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mobile-menu .btn.btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes menu {
  100% {
    opacity: 1;
    transform: rotateX(0deg) scale3d(1, 1, 1);
    transition: all 1000ms ease;
  }
}

/*Mobile*/
/*Mobile*/
/*Mobile*/
/*Mobile*/
@media only screen and (max-width: 800px) {
  body {
    padding-top: 80px;
  }

  .mobile-navbar {
    display: block;
  }

  .section-one h2 {
    font-size: 30px;
  }

  .hide-mobile {
    display: none !important;
  }

  .section-one img {
    max-width: 120px;
  }

  .section-one-extra h2, .section-one-extra h3 {
    text-align: center !important;
  }

  .sec-button {
    margin: auto;
    display: block !important;
    max-width: 200px;
    text-align: center;
  }

  .jumbotron.section-two {
    background: none;
  }

  .section-two .col-md-5 {
    text-align: center !important;
  }

  .row.lines img {
    max-width: 85px;
    padding: 12px;
  }

  .section-contents .content-block {
    min-height: 150px;
  }


.careers-form-wrapper {
  height: 100%;
}

.careers-form-wrapper iframe {
  width: 100%;
  height: 100%;
}


  .toggle-mnu {
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 5px;
    right: 15px;
    position: absolute;
  }

  .toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
  }

  .toggle-mnu span:after {
    top: 18px;
  }

  .toggle-mnu span {
    position: relative;
    display: block;
  }

  .toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  .toggle-mnu.on span {
    background-color: transparent;
  }

  .toggle-mnu.on span:before {
    transform: rotate(45deg) translate(-1px, 0px);
  }

  .toggle-mnu.on span:after {
    transform: rotate(-45deg) translate(6px, -7px);
  }

  .profile-top {
    background-color: transparent;
    padding-left: 0;
    box-shadow: none !important;
  }

  .dropdown-top .dropdown-menu {
    width: 100%;
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
  }

  .dropdown-top .dropdown-menu li {
    padding: 10px;
    font-size: 18px;
    color: #fff;
    text-align: left;
  }

  .dropdown-menu li a {
    color: #fff !important;
  }

  .profile-top img {
    float: right;
  }

  .profile-top span {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
  }

  .footer-menu {
    margin-top: 30px;
    display: nones;
  }

  .quickstart .next.features .next-wrapper {
    height: 150px;
  }

  .features.next .next-wrapper {
    height: 240px;
  }

  .next-item {
    margin-bottom: 20px;
    height: 240px;
  }

  .next-item-rounded .next-wrapper {
    margin-top: 20px;
  }

  .nature .next-item {
    height: 170px;
  }

  .now .next-item {
    height: 200px;
  }

  .now .next-wrapper {
    height: 190px;
  }

  .content-area .program-cover {
    display: none;
  }

  .daily-detail .program-cover {
    display: block;
  }

  .player .mobile-navbar {
    display: none;
  }

  .audio-wrapper {
    width: 90%;
  }

  .background-sounds ul li {
    width: 60px;
  }

  .tips {
    display: none;
  }

  .bigTimer {
    font-size: 40px;
  }

  .background-sounds ul li .themeImage {
    width: 60px;
    height: 60px;
  }

  .background-sounds ul li .themeName {
    font-size: 12px;
    padding: 20px 5px;
  }

  #duration {
    right: 10px;
    bottom: -40px;
    font-size: 16px;
  }

  #timer {
    left: 10px;
    bottom: -40px;
    font-size: 16px;
  }

  .soundSlider {
    margin: auto;
  }

  .background-sounds.opened {
    bottom: 70px;
  }
.jumbotron.business .bottom-bg {
       background-size: 132%;
    height: 240px; 
}
  
  .jumbotron.business {
    padding-bottom: 230px;
    padding-top: 230px;
  }

  .jumbotron.business h1 {font-size: 40px;}
  .jumbotron.business h2 {font-size: 20px;}
  .jumbotron.business .btn-start-trial {font-size: 26px;}

  .jumbotron.gift .gift-bg {
    background-color: transparent;
    background-image: url('../img/gift-top-back-mobile.jpg');
    background-size: cover;
    background-position: top center;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }


  .jumbotron.stayhome h1 {font-size: 40px;}
  .jumbotron.stayhome h2 {font-size: 24px;}
  .jumbotron.stayhome .container .text-left {text-align: center !important;}

  .jumbotron.stayhome {padding-top: 190px; padding-bottom: 130px;} 
  .jumbotron.stayhome .header-icon {width: 150px; text-align: center; margin-top: 40px;}
  .jumbotron.stayhome .col-xs-12.text-right {text-align: center !important;}

  .jumbotron.gift {
    padding-top: 480px;
  }

  footer {
    text-align: center;
  }

  footer .social-icons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer .language-selector {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/
/*Bottom*/