@import "fonts/stylesheet.css";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
 */
body {
  background: #fff;
  font-family: "IBM Plex Sans", sans-serif;
}
img {
  max-width: 100%;
}
a {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.et-boc .et_pb_image_wrap img {
  border-radius: 0;
}

.post-main-css .et_pb_image_wrap img {
  border-radius: 10px;
}

.ff-libre {
  font-family: "Libre Franklin", sans-serif;
}

.text-dark {
  color: #0D406C;
}

.text-dark-2 {
  color: #285373;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #307AFE;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.lh-150 {
  line-height: 150%;
}

.lh-140 {
  line-height: 150%;
}

.lh-170 {
  line-height: 150%;
}

.h9 {
  font-size: 16px;
}

.fs-60 {
  font-size: 60px;
}

.fs-50 {
  font-size: 50px;
}

.fs-40 {
  font-size: 40px;
}

.fs-28 {
  font-size: 28px;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0;
} 

.container-block {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-user {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-page {
  padding-top: 125px;
  padding-bottom: 100px;
}
.container-page p {
  margin-bottom: 20px;
}
.container-page h1,
.container-page h2,
.container-page h3,
.container-page h4,
.container-page h5,
.container-page h6 {
  padding-bottom: 20px;
  font-weight: 500;
}
.container-page ol,
.container-page ul {
  list-style: none;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(30, 49, 82, 0.4);
  mix-blend-mode: normal;
  z-index: 99999;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.modal .modal-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  width: 420px;
  overflow: hidden;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background: #FFFFFF;
  mix-blend-mode: normal;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  border-radius: 20px;
}
.modal .modal-body {
  padding: 40px;
}
.modal .close {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  font-weight: bold;
  right: 20px;
  top: 20px;
  background-image: url(image/modal-close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}
.modal .link-2,
.modal .btn-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px auto 0 auto;
}
.modal .link-2 {
  max-width: 230px;
}
.modal .link-2 a {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #307AFE;
  text-decoration: none;
  cursor: pointer;
}
.modal .link-2 a.link-danger {
  color: #0D406C;
}
.modal .link-2 .link-normal {
  cursor: pointer;
}
.modal p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0D406C;
}
.modal .h3 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #0D406C;
  margin-bottom: 20px;
}

.modal#user_logout_modal .h3,
.modal#delete_session_from_collection_modal .h3 {
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 10px;
}

.modal.center-content-modal .modal-body {
  padding-top: 80px;
  text-align: center;
}
.modal.center-content-modal .modal-body .margin-top_40 {
  margin: 40px 0 0 0;
}
.modal.center-content-modal .modal-body img {
  margin-bottom: 30px;
}
.modal.modal-done {
  text-align: center;
}
.modal.modal-done h3 {
  font-size: 20px;
  line-height: 28px;
  color: #0D406C;
  margin-top: 0px;
  margin-bottom: 30px;
}
.modal.modal-done h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0D406C;
}
.modal.modal-done h5.ct {
  display: inline-block;
}
.modal.modal-done h5.st {
  margin-top: 30px;
}
.modal.modal-done p {
  display: inline-block;
}
.modal.modal-done .modal-content {
  padding: 40px 20px;
}
.modal.modal-done .modal-body {
  padding: 40px 0;
}
.modal#new_collection_modal .h3,
.modal#edit_favorite_modal .h3 {
  margin-bottom: 10px;
}
.modal#add_session_to_favorites_modal .modal-body {
  padding-top: 80px;
}
.modal#add_session_to_favorites_modal .h3 {
  margin-bottom: 10px;
}
.modal#add_session_to_favorites_modal .list-shadow {
  overflow: hidden;
  max-height: 270px;
  overflow-y: auto;
  margin-top: 30px;
  border-bottom: 1px solid #E2E6E9;
  padding-bottom: 10px;
}
.modal#add_session_to_favorites_modal .favorite-item {
  border-bottom: 1px solid #F5FBFF;
  padding: 10px;
  cursor: pointer;
}
.modal#add_session_to_favorites_modal .favorite-item:last-child {
  border-bottom: none;
}
.modal#add_session_to_favorites_modal .favorite-item + .f-item {
  margin-top: 5px;
}
.modal#add_session_to_favorites_modal .favorite-item figure {
  position: relative;
  max-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.modal#add_session_to_favorites_modal .favorite-item figure input {
  position: absolute;
}

.modal#add_session_to_favorites_modal .favorite-item figure .option_check {
	width: 40px;
	height: 40px;
	background-color: rgba(13, 64, 108,.8);
	background-image: url("image/Chec1k.svg");
	background-repeat: no-repeat;
	background-position: center center;

}

.modal#add_session_to_favorites_modal .favorite-item.checked figure .option {
	display: block !important;
	z-index: 1;
}
.modal#add_session_to_favorites_modal .favorite-item.checked figure .option_check {
	display: block !important;
	position: relative;
	z-index: 2;
}
.modal#add_session_to_favorites_modal .favorite-item img {
  max-height: 40px;
  height: 40px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.modal#add_session_to_favorites_modal .favorite-item div {
  margin-left: 15px;
  width: calc(100% - 60px);
}
.modal#add_session_to_favorites_modal .favorite-item div span:first-child {
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
  display: block;
  float: left;
}
.modal#add_session_to_favorites_modal .favorite-item div span:last-child {
  font-size: 10px;
  line-height: 15px;
  color: #0D406C;
  float: right;
}
.modal#add_session_to_favorites_modal .favorite-item:hover > div span:first-child {

}
.modal#add_session_to_favorites_modal .favorite-item:hover {
  background: #F5FBFF;
  border-radius: 5px;
}
.modal#add_session_to_favorites_modal .link-normal {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1E3152;
  background: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}
.modal#add_session_to_favorites_modal .link-normal:disabled {
  opacity: 0.6;
}
.modal .forgot_password {
  margin-top: 25px;
  text-align: center;
}
.modal .forgot_password a {
  color: #307AFE;
  text-decoration: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 16px 0;
}
.header.fixed {
  background: rgba(255, 255, 255, 0.9);
}
.header .col-mobile {
  display: none;
}
.header .logo {
  /*height: 52px;*/
  display: block;
}
.header .nav {
  margin-top: -3px;
  list-style: none;
}
.header .nav li + li {
  margin-left: 35px;
}
.header .nav a {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  color: #0D406C !important;
  text-decoration: none;
  position: relative;
}
.header .nav a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #307AFE;
}
.header .nav a:hover {
  color: #307AFE !important;
}
.header .nav a:hover:after {
  width: calc(100% + 10px);
}
.header .nav .current-menu-item a {
  color: #307AFE !important;
}
.header .nav .start-btn a {
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF !important;
  display: inline-block;
  padding: 12px 5px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 225px;
  height: 44px;
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  border-radius: 30px;
  border-radius: 30px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.header .nav .start-btn a:hover {
  background: #3A61A6;
}
.header .nav .start-btn a:after {
  display: none;
}
.header .user-box .current-user {
  position: relative;
  margin-left: 40px;
}
.header .user-box .current-user .custom-sub {
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  display: none;
  list-style: none;
  width: max-content;
  right: 0;
  padding: 15px 0;
  top: 100%;
  margin: 12px 0 0 0;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  -webkit-animation-name: animateDropDown;
  animation-name: animateDropDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header .user-box .current-user .custom-sub:before {
  content: '';
  width: 75px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.header .user-box .current-user .custom-sub:after {
  content: '';
  position: absolute;
  right: 9px;
  top: -18px;
  border: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.header .user-box .current-user .custom-sub hr {
  border: 0;
  margin: 0 30px;
  display: block;
  height: 1px;
  background: #E6EBF3;
}
.header .user-box .current-user .custom-sub a {
  display: block;
  padding: 15px 30px;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
  line-height: 21px;
  color: #1E3152;
}
.header .user-box .current-user .custom-sub a:hover {
  background: #F0F9FF;
  color: #307AFE;
}
.header .user-box .current-user:hover > .custom-sub {
  display: block;
}
.form-control {
  background: #FFFFFF;
  border: 1px solid #CBD6DE;
  border-radius: 50px;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #285373;
  width: 100%;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-control:focus {
  border: 1px solid #1E3152;
}
.form-control::-webkit-input-placeholder {
  color: #CBD6DE;
}
.form-control:-ms-input-placeholder {
  color: #CBD6DE;
}
.form-control::-ms-input-placeholder {
  color: #CBD6DE;
}
.form-control::placeholder {
  color: #CBD6DE;
}
.owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  outline: none;
  border-radius: 50%;
  border: 0;
  line-height: 18px;
  background: transparent;
  text-align: center;
}
.owl-dots .owl-dot span {
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  vertical-align: middle;
  height: 6px;
  background: #C5CCD6;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 30px;
}
.owl-dots .owl-dot.active {
  background: url("image/owl-dot.svg") no-repeat center;
}
.owl-dots .owl-dot.active span {
  opacity: 0;
}
.owl-nav {
  position: absolute;
  height: 0;
  top: 48%;
  width: 100%;
  transform: translateY(-50%);
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(45.31deg, #307afe 15.44%, #80abf8 51.05%, #95d7ff 83.11%);
  border: 0;
  outline: none;
  text-align: center;
  line-height: 22px;
  margin-left: -100px;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background: #3A61A6;
}
.owl-nav .owl-next .fa,
.owl-nav .owl-prev .fa {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 2px 0 0;
}
.owl-nav .owl-next {
  float: right;
  margin-left: 0;
  margin-right: -100px;
}
.owl-nav .owl-next .fa {
  margin: 0 0 0 2px;
}
.show_password {
  position: relative;
}
.show_password svg {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #9DA3B4;
  cursor: pointer;
}
#password1 {
  padding: 15px;
}
#your_email {
  padding: 15px;
}
#member_login_email {
  padding: 15px;
}
#member_login_password {
  padding: 15px;
}
.show_password svg.show path {
  fill: #1E3152;
}
.btn {
  outline: none;
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 0;
  display: inline-block;
  cursor: pointer;
  padding: 20px 55px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  border-radius: 30px;
}
.btn:hover {
  background: #3A61A6;
}
.btn-outline {
  background: transparent;
  outline: none;
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  min-width: 270px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #285373;
  border-radius: 30px;
  color: #307AFE;
}
.btn-outline:hover {
  color: #3A61A6;
}
.section-title {
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #307AFE;
}
.home-header {
  padding-top: 195px;
  padding-bottom: 200px;
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}

#et-boc .home-header.et_pb_section .container-block .et_pb_column.text {
  margin-right: auto !important;
  margin-left: auto !important;
  float: none;
}

.page-template-landing-page #et-boc .home-header.et_pb_section .container-block .et_pb_column.text {
  float: left;
}

.home-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45.31deg, #F1FCFF 15.44%, #DEF5FF 51.05%, #D8F1FF 83.11%);
}

.home-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto calc(100% - 142px);
  background-image: url("image/HeroImg-min.png");
  background-position: top+92px center;
  background-repeat: no-repeat;
}
.page-id-12912 .home-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto calc(100% - 142px);
  background-image: url("image/new-main-landing-img.png");
  background-position: top+92px center;
  background-repeat: no-repeat;
}
.page-id-12912 .home-header h1{
  margin-bottom: 0px;
}

.page-id-12912 .home-header .text{
  max-width: 1170px;
}

.page-id-12912 .home-header .btn{
  margin-top: 30px;
}
.page-id-12912 .new-landing-btn-stop{
  margin-bottom: 60px !important;
}
.page-id-12912 .home-header{
  margin-bottom: 0px;
  padding-top: 120px !important;
}

.page-id-12912 #so-far-text{
  margin-bottom: 60px !important;
}

.page-id-12912 #so-far-text span{
  color: #0D406C;
}

.page-id-12912 .course-being-used-con{
  display: flex;
  justify-content: space-between;
}

.page-id-12912 .course-being-used-data{
    display: flex;
    justify-content: space-between;
    max-height: 80px;
    height: 100%;
}

.page-id-12912 .course-being-used-col{
  max-width: 248px;
  width: 100%;
}
.page-id-12912 .user-name-and-descri span{
  color: var(--Dark-Text, #0D406C);
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.page-id-12912 .user-name-and-descri p{
  color: #0D406C;
  opacity: 0.90;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 163.5px;
  width: 100%;
}

.page-id-12912 #benefits-img-col{
  margin-top: 45px;
}

.page-id-12912 .benefits-our-desc{
  opacity: 0.9;
  color: var(--Dark-Text, #0D406C);
  /* font-feature-settings: 'clig' off, 'liga' off; */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-id-12912 .unsure-banner .left p{
  opacity: 0.98;
  color: var(--Dark-Text, #0D406C);
  /* font-feature-settings: 'clig' off, 'liga' off; */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-id-12912 .how-we-help p{
  opacity: 0.97;
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-id-12912 #medical-backed .text-dark{
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0px !important;
}

.page-id-12912 .about-section .section-title{
  text-align: left !important;
  padding-bottom: 0px !important;
}

.page-id-12912 .about-section .left p{
  margin-bottom: 0px !important;
}

.page-id-12912 #home_milestone_section .item .name{
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.page-id-12912 #home_milestone_section .item .description{
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  /* IBM Plex Sans - 14 px - Regular */
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.98;
}

.page-id-12912 .price-section .right img{
  margin-top: 30px;
}

.page-id-12912 .new-faq .et_pb_toggle .et_pb_toggle_content{
  opacity: 0.9;
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-id-12912 .home-blog .item p{
  opacity: 0.9;
  color: var(--Color-Dark, #285373);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-id-12912 .about-section .left p{
  opacity: 0.98;
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.page-id-12912 .testimonials-descr{
  color: var(--Dark-Text, #0D406C);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.page-id-12912 .we-in-numbers{
  padding-bottom: 120px !important;
}

.page-id-12912 .course-being-used-data img{
  max-width: 72px;
  width: 100%;
  height: 100%;
  max-height: 72px;
}

.page-id-12912 .section-new-testimonials{
  background: var(--Linear, linear-gradient(45deg, #F8FCFF 15.44%, #E8F4FB 51.05%, #DAE9F2 83.11%));
}

.page-id-12912 .testimonial-col{
  display: flex;
  justify-content: space-between;
}

.page-id-12912 .testimonial-name-descr{
  max-width: 380px;
  width: 100%;
  max-height: 280px;
  height: 100%;
}

.page-id-12912 .testimonial-col img{
  width: 100px;
  height: 100px;
}

.page-id-12912 .testimonial-col{
  max-width: 510px;
  width: 100%;
  margin-right: 70px;
}

.page-id-12912 .testimonial-row{
  display: flex;
  /* justify-content: space-between; */
}

.page-id-12912 .section-new-testimonials .section-title{
  margin-bottom: 0px !important;
}

.page-id-12912 .testimonial-row{
  margin-top: 60px;
}

.page-id-12912 .testimonial-name-descr p{
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.95;
  margin-bottom: 16px;
}

.page-id-12912 .testimonial-name-descr span{
  color: var(--Color-Blue, #307AFE);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-id-12912 .section-new-testimonials{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.page-id-12912 .price-section .left ul li{
  opacity: 0.9;
}

.page-id-12912 .home-benefits{
  padding-top: 120px !important;
}

.page-id-12912 .course-perfect-col{
  max-width: 251px;
  width: 100%;
}

.page-id-12912 .course-perfect-col span{
  color: var(--Color-Blue, #307AFE);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

.page-id-12912 .course-perfect-col p{
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.95;
}

.page-id-12912 .section-perfect-course{
  background: linear-gradient(254deg, #F8FCFF 14.85%, #E8F4FB 49.51%, rgba(218, 233, 242, 0.80) 106.89%);
}

.page-id-12912 .seprator-perfect-course{
  width: 1px;
  height: 163px;
  background: #0D406C;
}

.page-id-12912 .course-perfect-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-id-12912 .section-perfect-course .section-title{
  margin-bottom: 60px !important;
}

.page-id-12912 .section-perfect-course{
  padding-top: 91px !important;
}

.page-id-12912 .course-perfect-col img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-id-12912 .how-we-help h3{
  color: var(--Color-Blue, #307AFE);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.page-id-12912 .benefits-listttt{
  float: left;
  width: 100%;
}

.page-id-12912 .benefits-listttt .item {
  float: left;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.page-id-12912 .benefits-listttt .item .img {
  float: left;
  width: 55px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 15px;
}

.page-id-12912 .benefits-listttt .item .text {
  float: left;
  width: calc(100% - 55px);
  padding-left: 15px;
}

.page-id-12912 .benefits-listttt .text h3 {
  margin-bottom: 8px !important;
  padding-bottom: 0px !important;
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}

.page-id-12912 .benefits-list .text p {
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.9;
}

.page-id-12912 .benefits-listttt .item .text p {
  margin-bottom: 0;
}

.home-header .text {
  max-width: 625px; 
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home-header h1 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  color: #307AFE;
  margin-bottom: 10px;
}
.home-header p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #0D406C;
}
.home-header .btn {
  margin: 50px auto 0 auto;
  max-width: 265px;
  display: block;
  padding: 20px 10px;
}

.home-benefits {
  margin-bottom: 190px;
  position: relative;
}

.home-benefits:before {
  content: '';
  position: absolute;
  left: 0;
  top: -50px;
  width: 352px;
  height: 797px;
  background-image: url("image/VectorBenefits.svg");
}

.home-benefits .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.home-benefits p {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
  margin-bottom: 40px;
}

.page-id-12912 .home-benefits p{
  opacity: 0.9;
  color: var(--Dark-Text, #0D406C);
  font-weight: 400;
}

.benefits-list {
  float: left;
  width: 100%;
}

.benefits-list .item {
  float: left;
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.benefits-list .item:nth-child(2n) {
  float: left;
  margin-left: 40px;
}

.benefits-list .item .img {
  float: left;
  width: 55px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 15px;
}

.benefits-list .item .text {
  float: left;
  width: calc(100% - 55px);
  padding-left: 15px;
}

.benefits-list .item .text h3 {
  font-size: 16px;
  line-height: 140%;
  color: #0D406C;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Libre Franklin", sans-serif;
}

.benefits-list .item .text p {
  margin-bottom: 0;
}

.unsure-banner {
  margin-bottom: 120px;
}

.unsure-banner .container-block {
  max-width: 1170px;
  background: linear-gradient(45.31deg, #F8FCFF 15.44%, #E8F4FB 51.05%, #DAE9F2 83.11%);
  border-radius: 10px;
}

.unsure-banner .left .col-inner {
  padding-left: 85px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.unsure-banner .left h2 {
  text-align: left;
  margin-bottom: 10px;
}

.unsure-banner .left p {
  font-size: 14px;
  color: #0D406C;
}

.unsure-banner .left p:nth-child(2) {
  margin-bottom: 40px;
}

.unsure-banner .left .btn {
  width: 265px;
}

.unsure-banner .right .col-inner {
  position: relative;
}

.unsure-banner .right img {
  position: absolute;
  max-width: 430px;
  top: -100px;
  right: 55px;
}

.how-we-help {
  margin-bottom: 120px;
  position: relative;
}

.how-we-help:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: url("image/VectorForRow1.svg");
  width: 384px;
  height: 1024px;
  background-size: cover;
}

.how-we-help:after {
  content: '';
  position: absolute;
  right: 0;
  top: 210px;
  background-image: url("image/VectorForRow2.svg");
  width: 309px;
  height: 850px;
  background-size: cover;
}

.how-we-help .section-title {
	margin-bottom: 60px;
}

.how-we-help .container-block {
  max-width: 1010px;
}

.how-we-help .row {
  align-items: center;
  margin-bottom: 60px;
}

.how-we-help .row:last-child {
  margin-bottom: 0;
}

.how-we-help .text .col-inner {
  padding-right: 75px;
}

.how-we-help .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.how-we-help .row:nth-child(2n) .text .col-inner {
  padding-right: 0;
  padding-left: 75px;
}

.how-we-help h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 28px;
  line-height: 150%;
  color: #307AFE;
  margin-bottom: 10px;
}

.how-we-help p {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
}

.medical-backed {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  margin-bottom: 120px;
}

.medical-backed .et_pb_code_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.medical-backed .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.medical-backed .bg-and-vector {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E8F8FF;
}

.medical-backed .bg-and-vector:before {
  content: '';
  position: absolute;
  width: 253px;
  height: 526px;
  top: 52px;
  left: 0;
  background-image: url("image/VectorForSlider1.svg");
}

.medical-backed .bg-and-vector:after {
  content: '';
  position: absolute;
  width: 495px;
  height: 523px;
  top: -80px;
  right: 0;
  background-image: url("image/VectorForSlider2.svg");
}

.medical-backed .container-block {
  max-width: 800px;
  padding-bottom: 54px;
}

.medical-backed .right .col-inner {
  padding-left: 30px;
}

.medical-backed .container-block .row {
  align-items: center;
  display: flex!important;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  font-size: 0;
  border: none;
  background-image: url("image/Arrow-right.svg");
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}

.slick-arrow.slick-prev {
  transform: rotate(180deg);
  right: 55px;
}

.slick-arrow.slick-next {
  right: 15px;
}

.slick-arrow.slick-disabled {
  opacity: .5;
  pointer-events: none;
}

.we-in-numbers {
  margin-bottom: 120px;
}

.we-in-numbers p {
  display: none;
}

.we-in-numbers .et_pb_column:nth-child(2) {
  position: relative;
}

.we-in-numbers .et_pb_column:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 1px;
  height: calc(100% - 26px);
  background-color: #0D406C;
}

.we-in-numbers .et_pb_column:nth-child(2):after {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: calc(100% - 26px);
  background-color: #0D406C;
}

.we-in-numbers h2,
.we-in-numbers span {
  font-family: "Libre Franklin", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 60px;
  line-height: 150%;
  color: #307AFE;
  font-weight: bold;  
}

.we-in-numbers h2 img,
.we-in-numbers span img  {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.we-in-numbers h4,
.we-in-numbers .h4 {
  font-family: "Libre Franklin", sans-serif;
  color: #0D406C;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 140%;
}

.we-in-numbers .img_m_0 {
  display: block;
  margin: 0;
}

.we-in-numbers .col:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 1px;
  height: calc(100% - 26px);
  background-color: #0D406C;
}

.we-in-numbers .col:nth-child(2):after {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: calc(100% - 26px);
  background-color: #0D406C;
}

#home_milestone_section{
  margin-bottom: 130px;
}

#home_milestone_section.with-progress {
  padding-bottom: 120px;
  margin-top: 120px;
  margin-bottom: 0;
  position: relative;
}

#home_milestone_section.with-progress:before {
  content: '';
  position: absolute;
  left: 0;
  top: -100px;
  background-image: url("image/ExCourseVector.svg");
  width: 755px;
  height: 933px;
}

#home_milestone_section .item {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 30px 70px 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  background-size: cover;
  position: relative;
}

.progress-count {
  position: absolute;
  left: 30px;
  bottom: 24px;
}

.progress-count b {
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #0D406C;
  display: inline-block;
  vertical-align: middle;
}

.progress-count span {
  line-height: 150%;
  font-size: 12px;
  color: #0D406C;
  display: inline-block;
  vertical-align: middle;
}

.progress-line {
  position: absolute;
  bottom: 33px;
  right: 30px;
  height: 6px;
  width: 180px;
  background: #0D406C;
  border-radius: 10px;
}

.progress-line .line {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 4px;
  border-radius: 5px;
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  min-width: 4px;
  max-width: 178px;
}

#home_milestone_section .milestone_item {
  margin-bottom: 30px;
}

#home_milestone_section .section-title {
  margin-bottom: 60px;
}

#home_milestone_section .item .text {
  display: inline-block;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 12px;
  font-family: "Libre Franklin", sans-serif;
  color: #0D406C;
  text-transform: uppercase;
  line-height: 170%;
  margin-bottom: 20px;
  font-weight: bold;
}

#home_milestone_section .item .name {
  font-family: "Libre Franklin", sans-serif;
  line-height: 140%;
  font-size: 16px;
  color: #0D406C;
  margin-bottom: 20px;
}

#home_milestone_section .item .description {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
}

.price-section {
  background: #E8F8FF;
  margin-bottom: 150px;
  position: relative;
}

.div-for-vector {
  position: absolute;;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.div-for-vector:before {
  content: '';
  position: absolute;
  right: 0;;
  bottom: 15px;
  background-image: url("image/PriceVector2.png");
  width: 297px;
  height: 782px;
}

.price-section .container-block:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background-image: url("image/PriceVector1.png");
  width: 526px;
  height: 543px;
}



.price-section .left .col-inner {
  padding-right: 100px;
}



.price-section .left h2,
.price-section .left .h2 {
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-size: 28px;
  line-height: 150%;
  color: #307AFE;
  margin-bottom: 26px;
  margin-top: 70px;
  font-weight: bold;
}

.price-section .left ul {
  list-style: none;  
  margin-bottom: 40px;
}

.price-section .left ul li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
  padding-left: 26px;
  background-image: url("image/Check.svg");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.price-section .left ul li:last-child {
  margin-bottom: 0;
}

.price-section .right img {
  max-width: 600px;
  margin-left: -30px;
  margin-top: -40px;
  display: block;
}

.price-section .full-access {
  width: 365px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -30px;
  padding: 30px 50px;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  border-radius: 10px;
  text-align: center;
}

.price-section .full-access h4,
.price-section .full-access .h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #307AFE;
  margin-bottom: 30px;
  font-weight: bold;
}

.price-section .full-access .price-big-text {
  margin-bottom: 30px;
}

.price-section .full-access .price-big-text span {
  display: inline-block;
  vertical-align: middle;
  font-family: "Libre Franklin", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  color: #0D406C;
}

.price-section .full-access .price-big-text span.dollar {
  font-size: 28px;
  margin-right: 1px;
}

.price-section .full-access .btn {
  width: 100%;
}

.testimonials .container-block {
  max-width: 740px;
}

.testimonials .section-title {
  margin-bottom: 60px;
}

.testimonials h4,
.testimonials .h4  {
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #0D406C;
  margin-bottom: 30px;
  font-weight: bold;
}

.testimonials {
  margin-bottom: 210px;
  position: relative;
}
.testimonials:before {
  content: '';
  position: absolute;
  left: 0;
  top: -120px;
  width: 240px;
  height: 840px;
  background-image: url("images/VectorTestimonials.svg");
}

.testimonials .container-block {
  max-width: 810px;
  padding-bottom: 50px;
}

.testimonials .container-block .row {
  align-items: center;
  display: flex!important;
}

.testimonials .left {
  padding-right: 45px;
}

.testimonials .right .col-inner {
  padding-right: 45px;
}

.about-section {
  margin-bottom: 120px;
  position: relative;
}

.about-section a.d-hidden {
  display: none;
}

.about-section:before {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  width: 626px;
  height: 682px;
  background-image: url("images/VectorAboutUs.svg");
}

.about-section .left,
.about-section .right {
  padding: 0;
}

.about-section .right img {
  display: block;
}

.about-section .right {
  margin-top: -90px;
}

.about-section .section-title {
  margin-bottom: 20px;
}

.about-section .left .col-inner {
  background: #E8F8FF;
  border-radius: 40px 0px 40px 40px;
  padding: 50px 40px;
}

.about-section .left p {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
  margin-bottom: 24px;
}

.about-section .left p:nth-child(6) {
  margin-bottom: 0;
}



.page-template-start,
.page-template-start-new {
  position: relative;
}

.page-template-start .start-page-header,
.page-template-start-new .start-page-header {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 1;
}

.page-template-start .start-page-header .logo,
.page-template-start-new .start-page-header .logo {
  float: left;
}

.page-template-start .start-page-header img,
.page-template-start-new .start-page-header img {
  display: block;
}



.about-hero {
  padding-top: 216px;
  text-align: center;
  background-image: url("images/AboutNewHero_x1-min.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  background-color: #d0d7db;
  position: relative;
  z-index: 1;
}

.about-hero .container-block {
  max-width: 970px;
}

.about-hero h1 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 50px;
  line-height: 150%;
  color: #285373;
  margin-bottom: 25px;
}

.about-hero .fs-20 {
  margin-bottom: 70px;
}

.about-hero .text-bg {
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  background: #285373;
  border-radius: 20px;
  padding: 80px 100px;
  margin-bottom: -177px;
}

.about-hero .text-bg .f-28 {
  margin-bottom: 30px;
}

.about-course {
  padding-top: 277px;
  background: #E8F8FF;
  position: relative;
  padding-bottom: 70px;
  z-index: 0;
}

.about-course:before {
  content: '';
  position: absolute;
  left: 0;
  top: 244px;
  background-image: url("images/AboutCourseVector.svg");
  width: 548px;
  height: 484px;
}

.about-course .fs-60 {
  max-width: 470px;
}

.about-course .list .inner {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  min-height: 260px;
  position: relative;
}

.about-course .list .inner .img {
  display: block;
}

.about-course .list .inner .text {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px;
}

.about-course.et_pb_section .list .inner .text {
  padding: 0;
  bottom: 0;
}

.about-course .list .with-bg-img .inner .text {
  bottom: 90px;
}

.about-course.et_pb_section .et_pb_column:nth-child(3) .et_pb_module:nth-child(1) .text {
  bottom: 70px;
}

.about-course .list .col {
  margin-bottom: 30px;
}

.about-how-stop {
  padding: 100px 0;
  position: relative;
}

.about-how-stop:before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  background-image: url("images/AboutHowStopVector.svg");
  width: 516px;
  height: 809px;
}

.about-how-stop .container-block {
  max-width: 970px;
}

.about-how-stop .left img {
  max-width: 400px;
  height: auto;
  max-height: 532px;
}

.about-how-stop .container-block > .row {
  align-items: center;
}

.about-how-stop .right .list img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.about-how-stop .right .list span {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 55px);
}

.about-how-stop .right .list .col:nth-child(1) {
  margin-bottom: 30px;
}

.about-banner-first {
  margin-bottom: 100px;
}

.about-banner-first .inner {
  padding: 80px 0;
  background-image: url("images/about-banner-bg-1.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 center;
  background-color: #eaf5fe;
  border-radius: 10px;
} 

.about-banner-first p {
  width: 100%;
}

.about-banner-first .btn {
  width: 270px;
}

.about-we-experts {
}

.about-we-experts .container-block > .row {
  align-items: center;
}

.about-we-experts .right img {
  display: block;
}

.about-we-experts .list {
  width: 100%;
}

.about-we-experts .list .col {
  text-align: center;
}

.about-we-experts .list .col p.img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.about-we-experts .list .col .fs-50 {
  margin-bottom: 15px;
}

.about-we-experts.et_pb_section .p-max-w p,
.about-we-experts .p-max-w > p {
  max-width: 570px;
}

.bg-for-benefits{
  position: relative;
}

.bg-for-benefits:before {
  content: '';
  position: absolute;
  right: 0;
  width: 70vw;
  height: 300px;
  margin-top: 200px;
  height: 300px;
  background: #E8F8FF;
  border-radius: 40px 0px 0px 0px;
}

.about-benefits.et_pb_section {
  background-color: transparent;
  
}

.link-1 a {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #0D406C;
  cursor: pointer;
} 

.link-1 {
  margin-top: 40px;
}

.about-benefits.et_pb_section .et_pb_row {
  position: relative;
}

.about-benefits.et_pb_section .et_pb_row:before {
  content: '';
  position: absolute;
  left: 122px;
  top: 495px;
  background-image: url(images/AboutBenVector2.svg);
  width: 566px;
  height: 422px;
}

.about-benefits {
  position: relative;
  margin-top: 100px;
  padding-bottom: 60px;
}

.about-benefits:before {
  content: '';
  position: absolute;
  left: 0;
  top: -130px;
  width: 740px;
  height: 934px;
  background-image: url("images/AboutBenVector1.svg");
}

.about-benefits .container-block {
  padding-top: 60px;
  position: relative;
}

.about-benefits .second-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-benefits .second-bg:before {
  content: '';
  position: absolute;
  left: 122px;
  top: 495px;
  background-image: url("images/AboutBenVector2.svg");
  width: 566px;
  height: 422px;
}

.about-benefits .left .inner {
  max-width: 400px;
  padding: 160px 40px 200px 40px;
  background-image: url("images/about-ben-left.svg");
  background-size: cover;
  background-color: #F7FDFF;
  border-radius: 10px;
}

.about-benefits .text-big-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-benefits .text-big-bg:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 300px;
  background: #E8F8FF;
  border-radius: 40px 0px 0px 0px;
}

.about-benefits .benefits-list p {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
}

.about-banner-second {
  padding: 80px 0;
  text-align: center;
  background-image: url("images/about-banner-2-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #c7def0;
}

.about-banner-second .btn {
  width: 270px;
}



.page-template-test-result .header,
.page-template-questionnaire-test .header,
.page-template-questionnaire-test-new .header,
.page-template-test-result-new .header {  
  display: none;
}

.page-template-questionnaire-test,
.page-template-questionnaire-test-new {
  background: #F1FBFF;
}

.page-template-questionnaire-test-new .et_pb_section {
  background-color: transparent;
  
}


.quest-test-section .container-block {
  max-width: 600px;
}

.header-only-logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.header-only-logo img {
  display: block;
}

.quests-list .item {
  margin-bottom: 40px!important;
  opacity: .5;
  pointer-events: none;
  transition: .3s;
}

.quests-list .item .fs-16 {
  font-weight: bold;
}

.quests-list .item.active {
  opacity: 1;
  pointer-events: all;
}

.quests-list .form_radio_btn input[type=radio] {
  display: none;
}

.quests-list .form_radio_btn label {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 15px;
  padding-left: 50px;
  line-height: 21px;
  background-color: #fff;
  border-radius: 10px;
  user-select: none;
  font-size: 14px;
  color: #285373;
  position: relative;
}

.quests-list .form_radio_btn label:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  /*border: 2px solid #E2E6E9;*/
  background: #E2E6E9;
  border-radius: 50%;
  left: 15px;
  top: 15px;
  transition: .3s;
}

.quests-list .form_radio_btn label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 50%;
  left: 17px;
  top: 17px;
  transition: .3s;
}

.quests-list .form_radio_btn input[type=radio]:checked + label:before  {
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
}

.quests-list .form_radio_btn input[type=radio]:checked + label:after {
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
}

.submit-test {
  margin-bottom: 60px;
}

.submit-test .btn {
  width: 265px;
}

.submit-test .disable {
  background: #E2E6E9;
  color: #A0A5A9;
  cursor: not-allowed;
  pointer-events: none;
}

.top-sec-ul {
	overflow-y: auto!important;
}

.modal#add_session_to_favorites_modal .link-normal#save_session_to_favorites_btn {
	color: #307AFE;
}

#save_edit_profile_btn:disabled {
  /* color: black; */
  /* background: #A0A5A9; */
  background: #9DA3B4;
}


.page-template-test-result,
.page-template-test-result-new {
  position: relative;
  min-height: 100vh;
}

.page-template-test-result .header-only-logo,
.page-template-test-result-new .header-only-logo {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  margin-top: 0;
  z-index: 1;
}

.page-template-test-result-new .et_builder_inner_content {
  min-height: 100vh;
}

.page-template-test-result-new .test-result-section {
  background-color: transparent;
  
}

.test-result-section {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.test-result-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.test-result-bg:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 669px;
  height: 621px;
  background-image: url("images/TestResultVector1.svg");
}

.test-result-bg:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 840px;
  height: 768px;
  background-image: url("images/TestResultVector2.svg");
}

.test-result-section .container-block {
  max-width: 600px;
}

.test-result-section .result-content {
  text-align: center;
}


.test-result-section .result-content h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #0D406C;
}

.test-result-section .result-content p {
  line-height: 150%;
  font-size: 14px;
  color: #0D406C;
  margin-bottom: 20px;
}

.test-result-section .result-content p:last-child {
  margin-bottom: 0;
} 

.test-result-section .result-content {
  margin-bottom: 60px;
}



.milestone-list {
  margin-top: 120px;
  padding-bottom: 120px;
}

.milestone-list #milestone {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.milestone-list h2 {
  margin-bottom: 60px;
}

.milestone-list .milestone_item {
  float: left;
  width: calc(33.3333% - 20px);
  margin-right: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  background-size: cover;
}

.milestone-list .milestone_item:nth-child(3n) {
  margin-right: 0;
}


.home-user-banner {
  padding: 100px 0;
  background-image: url("image/user-home-banner-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 0;
  background-color: #e8f8ff;
}

.page-template-home-user .header,
.page-template-divi-user-home .header {
  background-color: #fff; 
}

.home-user-banner .section-title {
  margin-bottom: 40px;
  text-align: left;
} 

.privacy-policy .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 0;
}

.privacy-policy .privacy-ol li {
  margin-bottom: 10px;
}

.home-user-banner .banner-author {
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #0D406C;
}
.slick-slide {
  outline: none;
  
}

.home-user-banner .item {
  padding-top: 10px;
}

.home-user-banner .item p {
  text-indent: 70px;
  position: relative;
  font-size: 22px;
  line-height: 150%;
  color: #0D406C;
  margin-bottom: 50px;
}

.home-user-banner .item p:before {
  content: '';
  position: absolute;
  left: 0;
  top: -6px;
  width: 50px;
  height: 34px;
  background-image: url("image/Quote.svg");

}

.home-user-banner .slider__counter {
  position: absolute;
  right: 45px;
  bottom: 0;
  font-size: 14px;
  line-height: 150%;
  color: #285373;
}

.home-user-banner .slick-arrow.slick-prev {
  right: 80px;
}




.milestones-session-list .milestones-session-head .mil-number {
  font-family: "Libre Franklin", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #307AFE;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 30px;
}

.milestones-session-list .milestones-session-head h1 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 28px;
  line-height: 150%;
  color: #307AFE;
  margin-bottom: 10px;
}

.milestones-session-list .milestones-session-head .mil-desc {
  color: #0D406C;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
}

.milestones-session-list .milestones-session-head .progress-count {
  position: relative;
  left: auto;
  bottom: auto;
}

.milestones-session-list .milestones-session-head .progress-count b {
  font-size: 20px;
}

.milestones-session-list .milestones-session-head .progress-count span {
  font-size: 14px;
}

.milestones-session-list .milestones-session-head .progress-line {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 10px;
  width: 100%;
  background: #D1EDFF;
  margin-bottom: 30px;
}

.mil-card-image {
  background-size: cover;
  height: 370px;
  border-radius: 20px;
  margin-top: 30px;
}




.collection-item .item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 158px;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}


.lib-new-head .left h1 {
  margin-top: 30px;
}

.lib-new-head .progress-count-time {
  font-size: 12px;
  font-weight: bold;
  line-height: 170%;
  color: #285373;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lib-new-head .lib-desc {
  font-size: 16px;
  line-height: 150%;
  color: #0D406C;
  margin-bottom: 30px;
}


.milestones-session-list.lib-list .milestones-session-row {
  padding-top: 60px;
}


.f-sidebar {
  background: #FFFFFF;
  box-shadow: 0px 30px 116px rgba(76, 79, 88, 0.05), 0px 15px 36.376px rgba(76, 79, 88, 0.0333734), 0px 8px 13.9782px rgba(76, 79, 88, 0.0240159), 0px 2px 4.73942px rgba(76, 79, 88, 0.0149934);
  border-radius: 10px;
  padding: 30px;
}

.f-sidebar .btn-outline {
  min-width: 1px;
  width: 100%;
}

.f-content {
  padding-left: 40px;
  display: inline-block;
  width: 100%;
}

.f-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  border-radius: 10px;
}

.f-item .f-item-bg {
  float: left;
  width: 260px;
  height: 200px;
  border-radius: 10px 0px 0px 10px;
  background-size: cover;
} 

.f-item .f-item-info {
  float: left;
  width: calc(100% - 260px);
  min-height: 200px;
  padding: 30px;
  position: relative;
}

.f-item .f-item-info .top h5 {
  margin-bottom: 4px;
  font-size: 18px;
}

.f-item .f-item-info .bot {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.f-item .f-item-info .f-play {
  width: 40px;
  height: 40px;
  background-image: url("image/play-session.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 30px;
  float: left;
}

.f-inner-bg {
  height: 100%;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 20px;
}

.f-list-inner {
  padding-top: 22px;
  padding-bottom: 21px;
}

.f-list-inner .fs-12 {
  font-size: 12px;
  line-height: 170%;
}

.f-list-inner ul {
  list-style: none;
  
}

.f-list-inner ul li {
  float: left;
}

.f-list-inner li a {
  width: 130px;
  text-align: center;
  border: 1px solid #E2E6E9;
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}

.f-list-inner li a img,
.f-list-inner li a span {
  display: inline-block;
  vertical-align: middle;
}

.f-list-inner li a img {
  margin-right: 3px;
  width: 20px;
  height: 20px;
}

.f-list-inner li a span {
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  color: #0D406C;
  line-height: 20px;
  font-weight: bold;
}




.new-play-btn {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(image/play-session.svg);
  background-size: cover;
  cursor: pointer;
}

.new-play-btn.pause {
  background-image: url(image/Pause-button.svg);
}


h1.contact-title {
	font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #307AFE;
  padding-bottom: 0;
  margin-bottom: 60px;
}

.wpcf7-form .form-control {
	margin-top: 10px;
}

.wpcf7-form textarea.form-control {
	border-radius: 20px;
}















.blog-start {
	line-height: 140%;
	padding: 12px 0;
	width: 225px;
}

.header-blog {
	background-color: rgba(255, 255, 255,.7);
}

body.single-post {
	padding-top: 76px;
}

body.single-post #et-boc.et-boc {
	color: #0D406C;
}

body.single-post #et-boc.et-boc .new-white-row h4{
	margin-bottom: 30px;
}

body.single-post #et-boc.et-boc .new-white-row h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

body.single-post #et-boc.et-boc .new-white-row ul {
	padding: 0;
	list-style: none;
	
}

body.single-post #et-boc.et-boc .new-white-row ul li {
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
	font-size: 16px;
	line-height: 150%;
}

body.single-post #et-boc.et-boc .new-white-row ul li:before {
	content: '';
	position: absolute;
	left: 30px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #307AFE;
	top: 8px;
}

body.single-post #et-boc.et-boc .new-white-row .blog-inner-rew {
	padding: 50px 40px;
	background: #D1EDFF;
	border-radius: 10px;
	margin-top: 90px;
	position: relative;
}

body.single-post #et-boc.et-boc .new-white-row .blog-inner-rew:before {
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 97px;
	height: 66px;
	background-image: url(image/Quote1.png);
	background-size: cover;
}

body.single-post #et-boc.et-boc .new-white-row .blog-inner-rew p {
	font-family: "Libre Franklin", sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #0D406C;
	font-weight: bold;
}

body.single-post #et-boc.et-boc .new-white-row ul li:last-child {
	margin-bottom: 0;
}

#et-boc.et-boc .single-back-btn {
	font-family: "Libre Franklin", sans-serif;
	padding: 10px 20px;
	font-weight: bold!important;
	border: 1px solid #E2E6E9;
	border-radius: 5px;
	font-size: 14px!important;
	line-height: 140%!important;
	color: #0D406C;
}

#et-boc.et-boc .single-back-btn:after {
	display: none!important;
}

#et-boc.et-boc .single-back-btn:before {
	content: ''!important;
  background: url(image/back-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  opacity: 1;
  position: relative;
  margin-left: 0;
}

div#top-sidebar-section-fixed {
	top: 315px;
	margin-left: -15px;
}

@media (min-width: 981px){
	.single .et_pb_gutters3 .et_pb_row:not(.single-title-author) .et_pb_column_2_3, 
	.single .share-bot-section .et_pb_row .et_pb_column_2_3, 
	.single .et_pb_gutters3.et_pb_row .et_pb_column_2_3:not(.single-title-author) {
		width: 100%;
		max-width: 700px;
	}
	.single .share-bot-section .et_pb_row .et_pb_column_1_3,
	.single #top-sidebar-section-fixed .et_pb_column_1_3 {
		width: 100%;
		max-width: 215px;
		margin-right: 55px;
	}
	.single .et_pb_gutters3 .et_pb_column_1_3:nth-child(1), 
	.single .et_pb_gutters3.et_pb_row .et_pb_column_1_3:nth-child(1) {
		width: 100%;
		max-width: 215px;
		margin-right: 55px;
	}

	.single .et_pb_row {
		max-width: 970px;
	} 
}

#et-boc.et-boc .post-main-author {
	float: right;
	margin-top: 25px;
}

#et-boc.et-boc .post-main-author .et_pb_main_blurb_image {
	width: 45px;
}

#et-boc.et-boc .post-main-author .et_pb_main_blurb_image img {
  border-radius: 50%;
}

#et-boc.et-boc .post-main-author h6.et_pb_module_header {
	font-size: 14px!important;
	line-height: 140%!important;
	margin-bottom: 5px!important;
	padding-bottom: 0!important;
}

#et-boc.et-boc .post-main-author .et_pb_blurb_container {
	padding-top: 0!important;
}

#et-boc.et-boc .post-main-author .et_pb_blurb_description p {
	font-size: 12px!important;
	line-height: 150%!important;
	color: #0D406C!important;
	padding-bottom: 0!important;
}

.et_pb_section.share-bot-section {
	padding: 0;
}

.et_pb_section.share-bot-section .et_pb_row {
	padding: 0;
}
.et_pb_section.share-bot-section .et_pb_row .the_champ_sharing_container.the_champ_horizontal_sharing {
	width: 100%;
	margin-bottom: 0;
}


.page-template-thank-you,
.page-template-thank-you-new {
  background: #F1FBFF;
}

.thank-bg-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.thank-bg-svg:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 400px;
  height: 615px;
  background-image: url(image/thank-bg-Vector1.svg);
}

.thank-bg-svg:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 578px;
  height: 714px;
  background-image: url(image/thank-bg-Vector2.svg);
}

.page-template-thank-you .plan_details .info-plan,
.page-template-thank-you-new .plan_details .info-plan {
  float: right;
  max-width: 510px;
}

.page-template-thank-you .plan_details .info-plan .btn-outline,
.page-template-thank-you-new .plan_details .info-plan .btn-outline {
  margin-top: 30px;
} 

.page-template-thank-you-new .header {
  display: none;
}

.page-template-thank-you-new .et_pb_section {
  background-color: transparent;
  
}

.page-template-thank-you .start-page-header,
.page-template-thank-you-new .start-page-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 30px;
  z-index: 1;
}
















.how-works {
  padding-top: 109px;
}
.how-works .container-block {
  max-width: 970px;
}
.how-works h2 {
  margin-bottom: 60px;
}
.how-works .list {
  position: relative;
}
.how-works .list .item {
  margin-bottom: 40px;
  position: relative;
}
.how-works .list .item img {
  background: #FFFFFF;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 50%;
}
.how-works .list .item h5 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #1E3152;
  margin-bottom: 20px;
}
.how-works .list .item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #505662;
}
.how-works .list .item span {
  width: 100px;
}
.how-works .list .item span img {
  margin-top: -20px;
}
.how-works .list .item .info {
  width: calc(100% - 100px);
}
.how-works .list:before {
  content: '';
  border-left: 1px dashed #505662;
  height: calc(100% - 70px);
  width: 1px;
  position: absolute;
  left: 35px;
  top: 0;
}
.how-works .col-image {
  text-align: right;
}
.mindful-solution {
  margin-top: 60px;
  background: url("image/banner-bg.png") no-repeat top center;
}
.mindful-solution .row {
  min-height: 316px;
}
.mindful-solution .col:first-child {
  padding-left: 100px;
}
.mindful-solution .text {
  max-width: 400px;
}
.mindful-solution h2 {
  font-size: 32px;
  line-height: 48px;
  color: #1E3152;
  text-align: left;
  margin-bottom: 20px;
}
.methods-use {
  padding-top: 100px;
}
.methods-use .section-title {
  margin-bottom: 60px;
}
.methods-use .item {
  background: #ECF3FF;
  border-radius: 10px;
  padding: 40px 100px;
}
.methods-use .item + .item {
  margin-top: 20px;
}
.methods-use .item .text {
  max-width: 400px;
}
.methods-use .item h4 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #1E3152;
  margin-bottom: 10px;
}
.methods-use .item p {
  font-size: 14px;
  line-height: 21px;
  color: #505662;
}
.methods-use .item:nth-child(even) {
  background: #F0F9FF;
}
.methods-use .item:nth-child(2) .text,
.methods-use .item:nth-child(4) .text {
  margin: 0 0 0 auto;
}
.explore-program {
  padding-top: 100px;
}
.explore-program .section-title {
  margin-bottom: 60px;
}
.explore-program .container-block {
  padding: 0 30px;
  max-width: 1030px;
}
.explore-program .row {
  margin: 0 -30px;
}
.explore-program .row .col {
  padding: 0 30px;
}
.explore-program .item {
  min-height: 317px;
  background: #FFFFFF;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 35px;
}
.explore-program .item .item-top {
  margin-bottom: 20px;
  font-family: "Libre Franklin", sans-serif;
}
.explore-program .item figure {
  margin-right: 10px;
  max-height: 80px;
}
.explore-program .item span {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #307AFE;
}
.explore-program .item p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #1E3152;
}
.explore-program .item .text {
  font-size: 14px;
  line-height: 21px;
  color: #505662;
}
.explore-program .slider-explore {
  display: none;
}
.ready-addiction {
  background: url("image/banner-bg.svg") no-repeat top center;
  border-radius: 20px;
  max-width: 1170px;
  margin: 40px auto 0 auto;
  padding: 60px 100px;
}
.ready-addiction .section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.the-evidence {
  padding-top: 100px;
}
.the-evidence .container-block {
  max-width: 1010px;
}
.the-evidence .section-title {
  margin-bottom: 45px;
}
.the-evidence .tabs-nav {
  list-style: none;
  margin-bottom: 60px;
  border-bottom: 1px solid #C5CCD6;
}
.the-evidence .tabs-nav li {
  position: relative;
  width: 270px;
  text-align: center;
}
.the-evidence .tabs-nav a {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  display: block;
  padding: 15px 0 12px 0;
  text-align: center;
  text-transform: uppercase;
  color: #1E3152;
}
.the-evidence .tabs-nav .tab-active:after {
  width: 100%;
  height: 5px;
  background: linear-gradient(45.31deg, #307afe 15.44%, #80abf8 51.05%, #95d7ff 83.11%);
  border-radius: 4px;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
}
.the-evidence .owl-carousel {
  max-width: 770px;
  margin: 0 auto;
}
.the-evidence .owl-carousel .owl-dots {
  margin: 40px auto 0 auto;
  max-width: max-content;
}
.the-evidence .owl-nav {
  top: 30%;
  transform: translateY(0);
}
.the-evidence #home-review2 .owl-nav {
  top: 7%;
  transform: translateY(0);
}
.the-evidence .item {
  text-align: center;
}
.the-evidence .item h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  color: #1E3152;
  margin-bottom: 30px;
}
.the-evidence .item .text p {
  font-size: 16px;
  line-height: 24px;
  color: #505662;
}
.the-evidence .item .author {
  font-family: "Libre Franklin", sans-serif;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #3A61A6;
  margin-top: 30px;
}
.the-evidence .item .author span {
  font-family: Roboto, sans-serif;
  font-display: swap;
  font-style: italic;
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #3A61A6;
  margin-top: 10px;
}
.home-about-us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-about-us .section-title {
  margin-bottom: 60px;
}
.home-about-us .container-block {
  max-width: 970px;
}
.home-about-us .text p {
  font-size: 14px;
  line-height: 21px;
  color: #505662;
}
.home-about-us .text p + p {
  margin-top: 20px;
}
.take-control {
  background: url("image/take-control-bg.png") no-repeat top center;
  border-radius: 20px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 100px;
}
.take-control .section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.home-faq {
  margin-bottom: 120px;
}
.home-faq .section-title {
  margin-bottom: 40px;
}
.home-faq .container-block {
  max-width: 970px;
}
.home-faq .accordion {
  mix-blend-mode: normal;
  border-radius: 0px;
  overflow: hidden;
  border-top: 1px solid rgba(13, 64, 108,.1);
  padding-top: 5px;
  padding-bottom: 5px;
}

.home-faq .accordion:last-child {
  border-bottom: 1px solid rgba(13, 64, 108,.1);
}
/*.home-faq .accordion + .accordion {
  margin-top: 10px;
}*/
.home-faq .accordion .accordion-title {
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #0D406C;
  padding: 15px 50px 15px 25px;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  outline: none;
  position: relative;
}
.home-faq .accordion .accordion-title svg {
  position: absolute;
  right: 25px;
  top: 22px;
}
.home-faq .accordion .accordion-title:hover {
  /*background: #ECF3FF;*/
}
.home-faq .accordion .accordion-content {
  display: none;
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
  padding: 0px 0 15px 0;
  margin: 0 25px;
}
.home-faq .accordion .accordion-content p + p {
  margin-top: 15px;
}
.home-faq .accordion.show {
  /*background: rgba(181, 227, 255, 0.2);*/
}
.home-faq .accordion.show .accordion-title:hover {
  background: transparent;
}
.home-faq .accordion.show .accordion-title > svg {
  transform: rotate(-180deg);
}
.home-faq .accordion.show .accordion-title > svg path {
  fill: #0D406C;
}
.home-faq .accordion .accordion-title > svg path {
  fill: #0D406C;
}
.home-blog {
  margin-bottom: 120px;
}
.home-blog .container-block {
  /*max-width: 970px;*/
}
/*.home-blog .row {
  margin: 0 -10px;
}
.home-blog .row .col {
  padding: 0 10px;
}*/
.home-blog .section-title {
  margin-bottom: 40px;
}
.home-blog .item {
  /*background: #FFFFFF;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 10px;
  overflow: hidden;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;*/
}
.home-blog .item a {
  text-decoration: none;
}
.home-blog .item:hover {
  /*position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 0 1px #E6EBF3;*/
}
.home-blog .item .text {
  padding: 20px 0 0 0;
}
.home-blog .item figure {
  overflow: hidden;
  text-align: center;
  line-height: 230px;
  max-height: 231px;
}
.home-blog .item figure img {
  width: auto;
  display: inline-block;
  /*vertical-align: middle;*/
  /*min-height: 230px;*/
  height: auto;
  border-radius: 10px;
}
.home-blog .item .date {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 170%;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #285373;
}
.home-blog .item h4,
.home-blog .item .h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  min-height: 50px;
  text-transform: capitalize;
  color: #285373;
  margin-bottom: 10px;
  display: block;
}
.home-blog .item p {
  min-height: 63px;
  font-size: 14px;
  line-height: 150%;
  color: #285373;
}
.home-blog .item .author {
  margin: 0;
  padding: 20px 0 20px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.home-blog .item .author .avatar {
  margin-right: 10px;
  border-radius: 50%;
  width: 30px!important;
}
.home-blog .item .author span {
  font-size: 12px;
  line-height: 18px;
  color: #307AFE;
}

.home-blog .more {
  width: 265px;
  height: 60px;
  display: block;
  margin: 40px auto 0 auto;
  border: 1px solid #285373;
  border-radius: 30px;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 58px;
  text-transform: uppercase;
  text-decoration: none;
  color: #307AFE;
}
.home-blog .more:hover {
  color: #3A61A6;
}
.blog-page {
  padding-top: 115px;
  padding-bottom: 80px;
}
.blog-page .section-title {
  margin-bottom: 40px;
}
.blog-page .home-blog {
  padding-top: 0;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.blog-page .home-blog .container-user {
  padding: 0 20px;
}
.blog-page .home-blog .row {
  margin: 0 -20px;
}
.blog-page .home-blog .row .col {
  padding: 0 20px;
}
.blog-page .home-blog .item {
  margin-bottom: 30px;
}
.blog-page .home-blog .col-6 .item h4 {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  min-height: 90px;
}
.blog-page .btn-outline {
  width: 265px;
  height: 60px;
  display: block;
  margin: 0px auto 0 auto;
  border: 1px solid #285373;
  border-radius: 30px;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 58px;
  text-transform: uppercase;
  text-decoration: none;
  color: #307AFE;
}
.blog-page .take-control {
  margin-top: 100px;
}
.page-post {
  max-width: 1040px;
  padding: 115px 15px 0 15px;
  margin: 0 auto;
}
.page-post .back {
  background: #ECF3FF;
}
.page-post .the_champ_sharing_container {
  display: none;
}
.page-post .social a {
  text-decoration: none;
}
.page-post .social a + a {
  margin-left: 20px;
}
.page-post h1.section-title {
  font-weight: bold;
  font-size: 50px;
  line-height: 75px;
  color: #1E3152;
  margin-top: 60px;
  text-align: left;
}
.page-post .post-author-top {
  font-size: 16px;
  line-height: 24px;
  color: #505662;
  margin-top: 10px;
  margin-bottom: 40px;
}
.page-post .post-author-top span {
  color: #3A61A6;
}
.page-post .post-date {
  width: 130px;
}
.page-post .post-date time {
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #1E3152;
  margin-bottom: 10px;
}
.page-post .post-image {
  margin-bottom: 40px;
}
.page-post .post-image img {
  border-radius: 20px;
}
.page-post .post-content {
  padding-left: 50px;
}
.page-post .post-content p {
  font-size: 16px;
  line-height: 24px;
  color: #505662;
  margin-bottom: 30px;
}
.page-post .post-content a {
  color: #307AFE;
  text-decoration: none;
}
.page-post .post-content a:hover {
  text-decoration: underline;
}
.page-post .post-content img {
  border-radius: 20px;
}
.page-post .post-content blockquote {
  background: #F0F9FF;
  border-radius: 0 10px 10px 0;
  border-left: 5px solid #FFCA32;
  color: #505662;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.page-post .post-content blockquote p {
  color: #505662;
  margin: 0;
}
.page-post .post-content ul {
  list-style: none;
  margin-bottom: 30px;
}
.page-post .post-content ul li {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #505662;
}
.page-post .post-content ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: #FFCA32;
}
.page-post .post-content ul li + li {
  margin-top: 20px;
}
.page-post .post-content h2,
.page-post .post-content h3,
.page-post .post-content h4,
.page-post .post-content h5,
.page-post .post-content h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  color: #1E3152;
  margin-bottom: 30px;
}
.page-post .post-content h2 {
  font-size: 30px;
  line-height: 45px;
}
.page-post .post-content h5 {
  font-size: 21px;
  line-height: 28px;
}
.page-post .post-content-author {
  padding-top: 30px;
  padding-bottom: 100px;
  margin-left: 50px;
  border-top: 1px solid #E6EBF3;
}
.page-post .post-content-author .author .avatar {
  border-radius: 50%;
}
.page-post .post-content-author .author span {
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #3A61A6;
}
.page-post .post-recent {
  padding-top: 0;
}
.page-post .post-recent .section-title {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
}
.one-time-fee {
  background: #FFF9E8;
  padding: 100px 0;
}
.one-time-fee .container-block {
  max-width: 990px;
}
.one-time-fee .section-title {
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 30px;
}
.one-time-fee .text {
  max-width: 500px;
}
.one-time-fee ul {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #3A61A6;
}
.one-time-fee ul li {
  position: relative;
  padding-left: 20px;
}
.one-time-fee ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  background: linear-gradient(45.31deg, #307afe 15.44%, #80abf8 51.05%, #95d7ff 83.11%);
}
.one-time-fee ul li + li {
  margin-top: 20px;
}
.one-time-fee .card-price {
  background: url("image/card-bg.svg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(157, 163, 180, 0.26);
  padding: 40px 50px;
  min-width: 420px;
  text-align: center;
}
.one-time-fee .card-price h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 75px;
  color: #307AFE;
  margin: 10px 0;
}
.one-time-fee .card-price h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  color: #1E3152;
  margin-bottom: 30px;
}
.one-time-fee .card-price p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1E3152;
}
.one-time-fee .card-price .btn {
  margin-top: 30px;
  display: block;
}
.footer {
  background: #F1F7FB;
  padding-top: 60px;
}
.footer .container-block {
  max-width: 1010px;
}

.footer.f-user .container-block {
  max-width: 1200px;
}
.footer .footer-top {
  padding-bottom: 30px;
}
.footer .logo {
  margin-bottom: 20px;
  display: block;
}
.footer .logo img {
  max-height: 44px;
}
.footer .nav {
  list-style: none;
}
.footer .nav li {
  width: 50%;
  margin-bottom: 15px;
}
.footer .nav li a {
  font-size: 14px;
  line-height: 21px;
  color: #1E3152 !important;
  text-decoration: none;
}
.footer .nav li a:hover {
  color: #307AFE !important;
}
.footer .nav .login-border,
.footer .nav .start-btn {
  display: none;
}
.footer .start p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #0D406C;
  margin-bottom: 15px;
}
.footer .start .btn {
  min-width: 270px;
  padding: 12px 50px;
}
.footer .start .btn:hover {
  color: #fff;
}
.footer .social a + a {
  margin-left: 20px;
}

.footer .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}

.footer .social a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer .social a svg path {
  fill: #0D406C;
}

.home-footer-menu .menu-col {
  float: left;
  width: calc(50% - 25px);
}

.home-footer-menu .menu-1 {
  margin-right: 50px;
}

.home-footer-menu h5,
.home-footer-menu .h5 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #0D406C;
  margin-bottom: 15px;
  font-weight: bold;
}

.home-footer-menu ul {
  list-style: none;
}

.home-footer-menu ul li {
  margin-bottom: 15px;
}

.home-footer-menu ul li:last-child {
  margin-bottom: 0;
}

.home-footer-menu ul li a {
  text-decoration: none;
  font-size: 12px;
  line-height: 150%;
  color: #0D406C;
}

.copy-user p {
  margin-top: 40px;
  padding-bottom: 20px!important;
  line-height: 150%;
  font-size: 12px;
  color: #0D406C;
}

body .footer.f-user .copy-user p {
  padding-bottom: 20px!important;
}

.footer .social a:hover svg path {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #307AFE;
}
.footer .copy {
  border-top: 1px solid rgba(13, 64, 108,.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .copy p {
  font-size: 12px;
  line-height: 18px;
  color: #0D406C;
}
.footer .copy a {
  font-size: 12px;
  line-height: 18px;
  color: #0D406C;
  display: block;
  float: left;
  vertical-align: middle;
  text-decoration: none;
}
.footer .copy a + a {
  margin-left: 40px;
}
.footer .copy a:hover {
  color: #307AFE;
}
.footer-user {
  background: #3A61A6;
  padding-top: 40px;
}
.footer-user .footer-top {
  padding-bottom: 30px;
}
.footer-user .social a + a {
  margin-left: 30px;
}
.footer-user .social a:hover svg path {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #307AFE;
}
.footer-user .nav {
  list-style: none;
}
.footer-user .nav li + li {
  margin-left: 80px;
}
.footer-user .nav a {
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.footer-user .copy {
  border-top: 1px solid #E6EBF3;
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer-user .copy p {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}
.footer-user .copy a {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.footer-user .copy a + a {
  margin-left: 40px;
}
.footer-user .copy a:hover {
  color: #307AFE;
}
.milestone_item a {
  text-decoration: none;
}
.milestone_item img {
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 10px;
  max-width: 100%;
}
/*.milestone_item p {
  font-size: 16px;
  line-height: 24px;
  color: #1E3152;
  margin-top: 20px;
  margin-bottom: 5px;
}
.milestone_item h5 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #1E3152;
}*/
.home-user .user-home-header {
  padding-top: 195px;
  padding-bottom: 130px;
  background-image: url("image/main-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #fffaf5;
}
.home-user .user-home-header h1 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #307AFE;
}
.home-user .user-home-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0D406C;
  margin-bottom: 60px;
}
.home-user .user-home-header p.mb-0 {
  margin-bottom: 0;
}
.home-user .user-home-header .session-step {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 170%;
  text-transform: uppercase;
  color: #307AFE;
  margin-bottom: 40px;
}
.home-user .user-home-header .btn {
  width: 270px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  padding: 0 40px;
}
.home-user .user-home-header .btn:before {
  content: '';
  background: url("image/play.svg") no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  position: relative;
  top: 9px;
  display: inline-block;
}
.home-user .milestones {
  margin: 0 auto;
  max-width: 1040px;
  padding: 100px 18px 0 18px;
}
.home-user .milestones .section-title {
  margin-bottom: 60px;
}
.home-user .milestones .row {
  margin: 0 -18px;
}
.home-user .milestones .row .col {
  padding: 0 18px;
}
.home-user .milestones .owl-carousel {
  display: flex;
}
.home-user .milestones .btn-outline {
  margin: 60px auto 0 auto;
  display: block;
  max-width: 270px;
}
.home-user .my-victories {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(236, 243, 255, 0.5);
}
.home-user .my-victories .section-title {
  margin-bottom: 55px;
}
.home-user .my-victories .item {
  background: #3a61a6 url("image/my-victories-bg.svg") no-repeat top left;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 375px;
  padding: 55px 40px 40px;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  position: relative;
}
.home-user .my-victories .item img {
  position: absolute;
  top: -35px;
  left: 40px;
  border-radius: 50%;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
}
.home-user .my-victories .item h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #F0F9FF;
  margin-bottom: 5px;
}
.home-user .my-victories .item p {
  font-size: 16px;
  line-height: 24px;
  color: #ECF3FF;
}
.home-user .my-victories .item .days {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #F0F9FF;
}
.home-user .my-victories .item + .item {
  margin-left: 40px;
}
.home-user .beyond-program .owl-carousel {
  display: flex;
}
.milestones-main {
  padding-top: 75px;
  padding-bottom: 40px;
}
.milestones-main .top-box {
  margin-top: 30px;
  position: relative;
}
.milestones-main .top-box .back {
  background: #ECF3FF;
}
.milestones-main .top-box .tips-click {
  cursor: pointer;
}
.milestones-main .section-title {
  margin-top: 20px;
  margin-bottom: 40px;
}
.milestones-main .milestone_item {
  margin-bottom: 40px;
}
.milestones-main .tips-click {
  position: relative;
  z-index: 99;
}
.milestones-main .tips-click.active {
  z-index: 9999;
}
.milestones-main .tips-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba(30, 49, 82, 0.4);
}
.milestones-main .tips-overlay.active {
  z-index: 9998;
}
.milestones-main .tips {
  display: none;
  position: absolute;
  z-index: 99;
  width: 431px;
  padding: 20px 30px;
  background: #FFFFFF;
  border-radius: 10px 10px 0 10px;
  right: 107px;
  top: -43px;
  font-size: 14px;
  line-height: 21px;
  color: #1E3152;
}
.milestones-main .tips.active {
  z-index: 9999;
}
.milestones-main .owl-carousel {
  display: flex;
}
.milestones-main .item-session-list {
  margin-bottom: 20px;
}
.milestones-main .item-session-list h3 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  color: #1E3152;
  margin-bottom: 40px;
}
.beyond-program {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.beyond-program:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 886px;
  height: 936px;
  background-image: url("image/MeditationVector.svg");
}

.beyond-program .section-title {
  margin-bottom: 60px;
}
.beyond-program .container-user {
  padding: 0 5px;
}
.beyond-program .row {
  margin: 0 -10px;
}
.beyond-program .row .col {
  padding: 0 10px;
}
.beyond-program .section-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #505662;
  max-width: 590px;
  margin: 0 auto 60px auto;
}
.beyond-program .collection-item {
  display: block;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
  min-height: 351px;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
}
.beyond-program .collection-item .session-count {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1E3152;
  margin-bottom: 30px;
}
.beyond-program .collection-item h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  color: #0D406C;
  margin-bottom: 10px;
  margin-top: 105px;
}
.beyond-program .collection-item p {
  font-size: 16px;
  line-height: 150%;
  color: #0D406C;
}
/*.beyond-program .collection-item a {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1E3152;
}*/
.beyond-program .collection-item .icon {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 40px;
  cursor: pointer;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  line-height: 55px;
  text-align: center;
}
.beyond-program .collection-item .icon svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.beyond-program .btn-outline {
  margin: 60px auto 0 auto;
  display: block;
  max-width: 265px;
  position: relative;
  z-index: 1;
}

.author-img img {
  height: auto;
}

.quote-day {
  background: #F0F9FF;
  padding: 50px 0;
}
.quote-day h2 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
  color: #1E3152;
  margin-bottom: 40px;
}
.quote-day h5 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #3A61A6;
  margin-top: 30px;
}
.quote-day p {
  font-size: 20px;
  line-height: 30px;
  color: #505662;
}
.quote-day .owl-dots {
  margin-top: 40px;
}
.session-history {
  padding-top: 115px;
  min-height: calc(100vh - 241px);
  padding-bottom: 80px;
}
.session-history .container-user {
  max-width: 800px;
}
.session-history .section-title {
  margin-bottom: 40px;
  line-height: 150%;
  font-size: 28px;
  color: #0D406C;
}
.session-history .session_history_row {
  padding-bottom: 30px;
  margin-top: 30px;
  max-width: 570px;
}
.session-history .session_history_row .sess-history-left {
  width: 80px;
  display: block;
  text-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-right: 20px;
  border: 1px solid #D1EDFF;
  border-radius: 10px;
  padding: 10px;
  height: 115px;
}
.session-history .session_history_row .sess-history-left h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #0D406C;
  margin-bottom: 0;
}
.session-history .session_history_row .sess-history-left div {
  padding-top: 5px;
}
.session-history .session_history_row .sess-history-left h6 {
  line-height: 24px;
  font-size: 16px;
  color: #0D406C;
  font-weight: 400;
  text-transform: capitalize;
}
.session-history .session_history_row .sess-history-right {
  width: calc(100% - 100px);
}
.session-history .session_history_row .history_card_img {
  width: 100%;
  height: 150px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.session-history .session_history_row .history_card_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.session-history .session_history_row .sess-inner-text {
  width: calc(100% - 185px);
}
.session-history .session_history_row h4 {
  margin-bottom: 5px;
}
.session-history .session_history_row h4 a {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #0D406C;
  text-decoration: none;
}
.session-history .session_history_row p {
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
}
.session-history .session_history_row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.settings {
  padding-top: 115px;
  padding-bottom: 80px;
  min-height: calc(100vh - 165px);
}
.settings .section-title {
  font-size: 25px;
  line-height: 37px;
  color: #1E3152;
  margin-bottom: 40px;
}
.settings .setting-page-form {
  max-width: 380px;
  margin: 0 auto;
}

.session_history_divider {
	max-width: 470px;
	margin-left: 100px;
	height: 1px;
	background-color: #E2E6E9;
}
.settings .setting-page-form .form-control {
  margin-bottom: 15px;
  padding: 12px 15px;
}
.settings .setting-page-form .btn {
  width: 100%;
  margin-top: 25px;
}
.settings .setting-page-form .delete-account {
  margin-top: 20px;
}
.settings .setting-page-form .delete-account a {
  border: 1px solid #285373;
  display: block;
  padding: 19px 0;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  text-transform: uppercase;
  color: #285373;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
}
.settings .setting-page-form .delete-account a:hover {
  color: #307AFE;
}
.dropdown {
  position: relative;
}
.dropdown .custom-dropdown {
  cursor: pointer;
  background: url("image/more-icon.svg") no-repeat;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: block;
}
.dropdown .custom-dropdown.open + .dropdown-options {
  display: block;
}
.dropdown .dropdown-options {
  box-shadow: 0 10px 25px rgba(157, 163, 180, 0.26);
  position: absolute;
  clear: both;
  top: 60px;
  right: -10px;
  display: none;
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
  width: 229px;
  z-index: 1;
}
.dropdown .dropdown-options:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 14px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid #ffffff;
  top: -12px;
}
.dropdown .dropdown-options ul {
  padding: 0px;
  list-style: none;
}
.dropdown .dropdown-options ul li a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
  padding: 12px 30px;
  transition: .1s;
  cursor: pointer;
}
.dropdown .dropdown-options ul li a:hover {
  color: #307AFE;
  background: #EDF8FF;
  font-weight: bold;
}
.dropdown .dropdown-options .icon {
  margin-right: 15px;
  position: relative;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown .dropdown-options .icon.i-delete {
  top: 3px;
}
.dropdown .dropdown-options .icon.i-move {
  top: 2px;
}
.dropdown .dropdown-options .icon:before {
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
}
.dropdown .dropdown-options .icon.i-edit:before {
  background: url(image/fav-dropdown-Edit.svg) no-repeat center;
}
.dropdown .dropdown-options .icon.i-delete:before {
  background: url(image/fav-dropdown-delete.svg) no-repeat center;
}
.dropdown .dropdown-options .icon.i-move:before {
  background: url(image/icons-move.svg) no-repeat center;
}
.back {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  background: #FFFFFF;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #0D406C;
  border: 1px solid #E2E6E9;
}
.back:before {
  content: '';
  background: url("image/back-arrow.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
}
.favorites {
  padding-top: 115px;
  padding-bottom: 80px;
}
.favorites .section-title {
  text-align: left;
  color: #1E3152;
  font-size: 50px;
  line-height: 75px;
  margin-bottom: 10px;
}
.favorites .favorites_header {
  margin-bottom: 40px;
}
.favorites .favorites_header p {
  max-width: 525px;
  font-size: 16px;
  line-height: 24px;
  color: #505662;
}
.favorites .row {
  margin: 0 -18px;
}
.favorites .dropdown {
  float: left;
}
.favorites .favorite_card_img {
  width: 100%;
  height: 260px;
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  background-size: cover !important;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
}
.favorites .favorite_card_img:after {
  content: '';
  background: url(image/favorite_play_button.svg) no-repeat center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.favorites .favorite_card_content h5 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1E3152;
}
.favorites .favorite_card_content p {
  font-size: 12px;
  line-height: 18px;
  color: #505662;
}
.favorites .favorite_card {
  position: relative;
  margin-bottom: 40px;
}
.favorites .favorite_card:hover > .dropdown {
  display: block;
}
.favorites .favorite_card:hover > .favorite_card_img:after {
  display: block;
}
.favorites .favorite_card_new .favorite_card_img {
  background: #F0F9FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorites .favorite_card_new:hover > .favorite_card_img:after {
  display: none;
}
.favorites .favorite_card_new .favorite_card_content h5 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #307AFE;
}
.favorite-session-list {
  padding-bottom: 55px;
}
.favorite-session-list .favorite-session-list-item {
  margin-bottom: 25px;
}
.favorite-session-list .play-session {
  margin-right: 20px;
}
.favorite-session-list .play-session a {
  display: block;
  width: 50px;
  height: 50px;
  background: url("image/play-session.svg") no-repeat center;
}
.favorite-session-list h4 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #0D406C;
  margin-bottom: 1px;
}
.favorite-session-list .duration {
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
}
.favorite-session {
  min-height: calc(100vh - 165px);
}
.favorite-session .favorite-session-title {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  color: #307AFE;
  margin-bottom: 36px;
}
.favorite-session .favorite-session-list-head {
  padding-top: 105px;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.favorite-session .favorite-session-list-head .col-image {
  padding-right: 25px;
}
.favorite-session .favorite-session-list-head .col-image img {
  border-radius: 10px;
}
.favorite-session .favorite-session-list-head .back {
  margin-bottom: 30px;
}
.favorite-session .favorite-session-list-head h3 {
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  color: #3A61A6;
  margin-bottom: 10px;
}
.favorite-session .favorite-session-list-head h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #1E3152;
}
.favorite-session .favorite-session-list-head .buttons {
  margin-top: 50px;
}
.favorite-session .favorite-session-list-head .buttons .btn-outline {
  min-width: 257px;
  cursor: pointer;
}
.favorite-session .favorite-session-list-head .buttons .btn-outline:before {
  content: '';
  background: url("image/btn-play-fav.svg") no-repeat;
  background-size: cover;
  width: 31px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.favorite-session .favorite-session-list-head .buttons .custom-dropdown {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 40px;
  background: url("image/icons-more.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
.favorite-session .favorite-session-list-head .buttons .dropdown-options {
  top: 50px;
  right: initial;
  left: 20px;
}
.favorite-session .favorite-session-list-head .buttons .dropdown-options:before {
  right: initial;
  left: 14px;
}
.page-play-session {
  min-height: 100vh;
  padding: 40px 0 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.fav-list .page-play-session .container-user {
  height: calc(100vh - 145px);
}
.page-play-session .back-to-page {
  position: absolute;
  background-image: url("image/play-section-close.svg");
  width: 35px;
  height: 35px;
  /*top: -70px;*/
  right: 0;
  cursor: pointer;
}
.page-play-session audio {
  visibility: hidden;
}
.page-play-session .mejs-container.progression-skin {
  background: transparent;
}
.page-play-session .mejs-container.progression-skin .mejs-controls {
  background: #FFFFFF !important;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: none;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  border: none;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-mute {
  display: none;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-playpause-button {
  margin-right: 5px;
  height: 100%;
  width: 65px;
  float: none;
  background: #FFFFFF !important;
  outline: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-playpause-button button {
  border-radius: 50%;
  background-image: none;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-playpause-button button:before {
  color: #1E3152;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-time-rail {
  height: 14px;
  padding-top: 0;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #ECF3FF;
  border-radius: 2px;
  height: 4px;
  box-shadow: none;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-time-rail .mejs-time-current {
  height: 4px;
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  border-radius: 2px;
  box-shadow: none;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-time-rail .mejs-time-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  padding: 0;
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  box-shadow: none;
  border: 3px solid #F5FBFF;
  top: -6px;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-currenttime-container {
  border-right: 0;
  margin: 0 10px;
  padding: 0;
  position: relative;
  height: 12px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #0D406C;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-duration-container {
  border-right: 0;
  margin: 0 10px;
  padding: 0;
  position: relative;
  height: 12px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #CBD6DE;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-currenttime-container span.mejs-currenttime {
  color: #0D406C;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-currenttime-container span,
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-duration-container span {
  margin: 0;
  padding: 0;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-play button:before,
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-pause button:before {
  content: '';
  background: url(image/p-play.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.page-play-session .mejs-container.progression-skin .mejs-controls .mejs-pause button:before {
  background: url(image/p-pause.svg) no-repeat;
}
.page-play-session .container-user {
  /*height: calc(100vh - 205px);*/
  height: calc(100vh - 120px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: space-between;
  -webkit-align-content: space-between;
}
.page-play-session .responsive-wrapper {
  width: 100%;
  max-width: 460px;
}
.page-play-session .congratulation-page-inner {
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
}
.page-play-session .congratulation-page-inner h4 {
  font-weight: bold;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  margin-bottom: 80px;
  color: #1E3152;
}
.page-play-session .congratulation-page-inner h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  color: #0D406C;
  margin-bottom: 20px;
}
.milestones-session-list {
  min-height: calc(100vh - 165px);
}
.milestones-session-list .milestones-session-head {
  padding-top: 105px;
}

.s-count-new {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 170%;
  color: #0D406C;
}

.milestones-session-list .milestones-session-head .info {
  padding: 40px;
  max-width: 565px;
  background: #FFFFFF;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 10px;
  position: relative;
  top: 80px;
  margin-top: -50px;
}



.milestones-session-list .milestones-session-head .info span {
  font-size: 16px;
  line-height: 24px;
  color: #1E3152;
}
.milestones-session-list .milestones-session-head .info h1 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 37px;
  margin-top: 20px;
  color: #3A61A6;
}
.milestones-session-list .milestones-session-head .info p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #505662;
}
.milestones-session-list .milestones-session-head .author-detailed {
  padding: 20px;
  background: #F5FBFF;
  border-radius: 15px;
}
.milestones-session-list .milestones-session-head .author-detailed .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 20px;
  background-size: cover !important;
}
.milestones-session-list .milestones-session-head .author-detailed .author-name {
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
  position: relative;
  width: calc(100% - 75px);
}
.milestones-session-list .milestones-session-head .author-detailed .author-name b {
  font-weight: normal;
}
.milestones-session-list .milestones-session-head .author-detailed .author-name a {
  position: absolute;
  right: 0;
  top: 3px;
}
.milestones-session-list .milestones-session-row {
  padding-top: 100px;
}
.milestones-session-list .milestones-session-row .list-session-head {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
  margin-bottom: 36px;
  color: #307AFE;
}
#play_list_outer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px -4px 45px rgba(58, 97, 166, 0.15);
}
#play_list_outer .list_bar_inner {
  max-width: 1040px;
  padding: 25px 15px;
  margin: 0 auto;
}
#play_list_outer .list_bar_inner .play_count_progress {
  font-size: 16px;
  line-height: 24px;
  color: #1E3152;
}
#play_list_outer .list_bar_inner .play_count_progress .current_play {
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
  color: #307AFE;
}
#play_list_outer .list_bar_inner .show_list_btn {
  cursor: pointer;
  border: 2px solid #1E3152;
  transform: rotate(-180deg);
  background: url(image/arrow-paly-down.svg) no-repeat top 6px left 6px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: none;
}
#play_list_outer #playlistcontainer {
  display: none;
}
#play_list_outer .favorite-session-list-sec {
  max-width: 1040px;
  min-height: 300px;
  padding: 40px 15px 0 15px;
  margin: 0 auto;
  max-height: 447px;
  overflow-x: auto;
}
#play_list_outer .play_list_progress_bar {
  background: rgba(236, 243, 255, 0.5);
  height: 5px;
  width: 100%;
  position: relative;
}
#play_list_outer .play_list_progress_bar .current_progress {
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background: linear-gradient(45.31deg, #307afe 15.44%, #80abf8 51.05%, #95d7ff 83.11%);
  height: 5px;
}
#play_list_outer .favorite-session-list {
  margin-bottom: 0;
}
#play_list_outer .favorite-session-list .ui-sortable-placeholder {
  background: #F8F8F8;
  border-radius: 10px;
  width: 100%;
  height: 70px;
}
#play_list_outer.show_list .list_bar_inner .show_list_btn {
  transform: rotate(0deg);
  background: url(image/arrow-paly-down.svg) no-repeat top 6px left 6px;
}
#play_list_outer.show_list #playlistcontainer {
  display: block;
}
.library .library-head {
  padding-top: 95px;
}

.l-head-with-bg {
  padding-bottom: 112px;
  padding-top: 70px;
  margin-top: 20px;
  background-image: url("image/l-byp-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.library .library-head .collection-list-mob {
  display: none;
}
.library .library-head .section-title {
  margin-bottom: 10px;
}
.library .library-head .section-desc {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  color: #0D406C;
}
.library .library-head .collection-slider {
  max-width: 832px;
  margin: 0 auto 0 auto;
}

.lib-items-slider {
  padding: 25px 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  border-radius: 10px;
  margin-top: -42px;
}

.library .library-head .collection-slider .item {
  background: #F5FBFF;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #D1EDFF;
}
.library .library-head .collection-slider .item a {
  text-decoration: none;
  padding: 20px 15px;
  display: flex;
  min-height: 80px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  align-items: center;
}
.library .library-head .collection-slider .item span {
  display: inline-block;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #0D406C;
  margin-left: 16px;
  margin-right: auto;
  max-width: 100px;
  line-height: 20px;
  text-align: left;
}
.library .library-head .collection-slider .item:hover {
  background: #ECF3FF;
}
.library .library-head .collection-slider .item.active {
  background: #307AFE;
}
.library .library-head .collection-slider .item.active svg path {
  fill: #fff;
}
.library .library-head .collection-slider .item svg {
  width: 40px;
  height: 40px;
}
.library .library-head .collection-slider .item.active span {
  color: #fff;
}
.library .library-head .collection-slider .owl-item {
  border-radius: 25px;
}
.library .library-head .collection-slider .owl-nav {
  top: 20px;
}
.library .library-head .collection-slider .owl-nav .owl-prev {
  margin-left: -40px;
  background: transparent;
  
}

.library .library-head .collection-slider .owl-nav .owl-next {
  margin-right: -40px;
  background: transparent;
}

.library .library-head .collection-slider .owl-nav i:before {
  display: none;
}

.library .library-head .collection-slider .owl-nav i {
  width: 20px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("image/Nav-Arrow-right.svg");
}

.library .library-head .collection-slider .owl-nav .owl-prev i {
  position: relative;
  transform: rotate(180deg);
}

.library .library-head .collection-slider .owl-item.active {

}
.library .library-head .collection-slider .owl-stage-outer {
  padding: 0 0 0px 0;
}
.library .beyond-program {
  padding-top: 60px;
  padding-bottom: 80px;
}
.library .beyond-program:before {
  display: none;
}
.library .beyond-program .section-title {
  margin-bottom: 40px;
}

.library-banner {
  margin-bottom: 100px;
}

.library-banner .container-block {
  position: relative;
}

.library-banner .inner {
  display: inline-block;
  width: 100%;
  padding-top: 87px;
  padding-bottom: 94px;
  background-image: url("image/img-feeling-better.svg");
  background-size: auto 100%;
  background-position: top left +200px;
  background-repeat: no-repeat;
  position: relative;
}

.library-banner .container-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 29px;
  width: 100%;
  height: calc(100% - 57px);
  background: #F5FBFF;
  border-radius: 10px;
}

.library-banner .inner .text {
  float: right;
  width: 100%;
  max-width: 470px;
}

.library-banner .inner .img {
  display: none;
}

.library .beyond-program .row .col {
  margin-bottom: 20px;
}
.library-collections {
  padding-top: 60px;
  padding-bottom: 70px;
}
.library-collections .section-title {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 150%;
}
.library-collections .collection-item {
  background-size: cover !important;
  box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
  border-radius: 10px;
  height: 280px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-bottom: 30px;
  cursor: pointer;
}
.library-collections .collection-item .item-header {
  position: absolute;
  right: 20px;
  top: 20px;
}
.library-collections .collection-item .item-header a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.library-collections .collection-item .item-header a img {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.library-collections .collection-item .item-content {
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 10px 10px;
}
.library-collections .collection-item h5 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #0D406C;
}
.library-collections .collection-item h6 {
  font-size: 12px;
  line-height: 18px;
  color: #285373;
  font-weight: normal;
}

.library-collections .collection-item .author-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.library-collections .collection-item p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #0D406C;
}
.author-collection-list {
  padding-top: 105px;
  padding-bottom: 50px;
}
.author-collection-list .author_info_section {
  margin-top: 70px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background: #F5FBFF;
  padding: 0 30px 40px 30px;
  margin-bottom: 0px;
  text-align: center;
}
.author-collection-list .author_info_section .author_info_left {
  width: 100%;
}
.author-collection-list .author_info_section .author_info_left p {
  font-size: 16px;
  line-height: 24px;
  color: #0D406C;
  margin-bottom: 30px;
}
.author-collection-list .author_info_section .author_info_right {
  width: 100%;
}
.author-collection-list .author_info_section .author_info_right p {
  font-size: 16px;
  line-height: 24px;
  color: #0D406C;
  margin-bottom: 0px;
}
.author-collection-list .author_info_section h4 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #307AFE;
  margin-bottom: 10px;
}
.author-collection-list .author_info_section .author_info_middle {
  width: 100%;
}
.author-collection-list .author_info_section .author_img {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-size: cover !important;
}
@media (max-width: 1200px) {
  .ready-addiction {
    margin: 40px 15px 0 15px;
  }
  .take-control {
    margin: 0 15px;
  }
}
@media (max-width: 1023px) {
  .header {
    background: #fff;
  }
  .header .nav li + li {
    margin-left: 25px;
  }
  .owl-nav .owl-next {
    margin-right: -50px;
  }
  .owl-nav .owl-prev {
    margin-left: -50px;
  }
  .methods-use .item {
    padding: 40px;
  }
  .methods-use .item img {
    max-width: 100%;
  }
  .ready-addiction,
  .take-control {
    padding: 30px 50px;
  }
}
@media (max-width: 920px) {
  img {
    max-width: 100%;
    width: auto;
  }
  .btn-outline {
    height: 50px;
    line-height: 50px;
  }
  .section-title {
    font-size: 30px;
    line-height: 42px;
  }
  .header {
    background: #fff;
    padding: 10px 0;
  }
  .header .logo {
    height: 40px;
  }
  .header .logo img {
    max-height: 40px;
  }
  .header .col-menu {
    background: #fff;
    position: absolute;
    top: 60px;
    width: 100%;
    display: none;
    left: 0;
    box-shadow: 0px 10px 10px rgba(157, 163, 180, 0.3);
  }
  .header .header-nav .nav {
    width: 100%;
  }
  .header .header-nav .nav a {
    font-size: 16px;
    line-height: 30px;
  }
  .header .header-nav .user-box {
    border-top: 1px solid #ECF3FF;
    width: 100%;
  }
  .header .header-nav .user-box .current-user {
    margin-left: 0;
  }
  .header .header-nav .user-box .current-user .ava {
    display: none;
  }
  .header .header-nav .user-box .current-user .custom-sub {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    top: 0;
    margin: 0;
    box-shadow: none;
    text-align: center;
  }
  .header .header-nav .user-box .current-user .custom-sub hr {
    display: none;
  }
  .header .header-nav .user-box .current-user .custom-sub a {
    display: block;
    padding: 12px 0;
  }
  .header .header-nav .user-box .current-user .custom-sub:before,
  .header .header-nav .user-box .current-user .custom-sub:after {
    display: none;
  }
  .header .nav {
    max-width: 320px;
    margin: 0 auto;
  }
  .header .nav li {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .header .nav li:last-child {
    width: 100%;
  }
  .header .nav li:last-child .btn {
    max-width: 100%;
    width: 100%;
  }
  .header .nav li + li {
    margin-left: 0;
  }
  .header .col-mobile {
    display: block;
  }
  .header .col-mobile .menu-close {
    display: none;
  }
  .blog-page {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .blog-page .take-control {
    margin-top: 60px;
  }
  .blog-page .home-blog .item {
    margin-bottom: 20px;
  }
  .blog-page .section-title {
    margin-bottom: 40px;
  }
  .page-post {
    padding: 80px 15px 0 15px;
  }
  .page-post h1.section-title {
    font-size: 25px;
    line-height: 37px;
    margin-top: 20px;
  }
  .page-post .post-author-top {
    margin-bottom: 20px;
  }
  .page-post .post-image {
    margin-bottom: 20px;
  }
  .page-post .post-image img {
    border-radius: 10px;
    height: auto;
  }
  .page-post .post-date time {
    font-size: 16px;
    line-height: 24px;
  }
  .page-post .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-post .post-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .page-post .post-content img {
    height: auto;
  }
  .page-post .post-content-author {
    padding-top: 20px;
    padding-bottom: 55px;
    margin-left: 0;
  }
  .page-post .post-content-author .social {
    margin-top: 20px;
  }
  .page-post .post-recent .section-title {
    margin-bottom: 20px;
  }
  .how-works {
    padding-top: 50px;
  }
  .how-works .col:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .how-works .col-image {
    display: none;
  }
  .mindful-solution {
    margin-top: 10px;
  }
  .methods-use {
    padding-top: 50px;
  }
  .explore-program {
    padding-top: 50px;
  }
  .explore-program .section-title {
    margin-bottom: 20px;
  }
  .explore-program .row {
    display: none;
  }
  .explore-program .item {
    min-height: auto;
    margin-bottom: 0;
    box-shadow: 0px 33px 112px rgba(157, 157, 157, 0.12), 0px 9.94853px 33.7647px rgba(157, 157, 157, 0.0781907), 0px 4.13211px 14.0241px rgba(157, 157, 157, 0.06), 0px 1.4945px 5.07226px rgba(157, 157, 157, 0.0418093);
    border-radius: 10px;
  }
  .explore-program .slider-explore {
    display: block;
  }
  .explore-program .slider-explore .owl-stage-outer {
    padding: 30px 0 90px 0;
  }
  .explore-program .slider-explore .owl-item {
    padding: 0 20px;
  }
  .explore-program .slider-explore .owl-dots {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -50px;
  }
  .ready-addiction {
    background-size: cover;
  }
  .ready-addiction .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .ready-addiction .col:first-child {
    margin-bottom: 30px;
  }
  .ready-addiction .section-title {
    text-align: center;
  }
  .one-time-fee {
    padding: 50px 0;
  }
  .one-time-fee .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .one-time-fee .col:first-child {
    margin-bottom: 30px;
  }
  .one-time-fee .text {
    margin: 0 auto;
  }
  .one-time-fee .card-price {
    max-width: 400px;
    margin: 0 auto;
  }
  .the-evidence {
    padding-top: 50px;
  }
  .the-evidence .owl-carousel {
    max-width: 600px;
  }
  .take-control {
    padding: 30px 20px;
  }
  .home-about-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-blog .row .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /*.home-blog .row .col:last-child {
    display: none;
  }*/
  .quote-day h2 {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .quote-day p {
    font-size: 16px;
    line-height: 24px;
  }
  .milestone_item h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .milestone_item p {
    font-size: 14px;
    line-height: 21px;
  }
  .home-user {
    padding-bottom: 50px;
  }
  .home-user .user-home-header {
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .home-user .user-home-header h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .home-user .user-home-header p {
    margin-bottom: 40px;
  }
  .home-user .user-home-header .btn {
    height: 50px;
    width: 100%;
    line-height: 50px;
  }
  .home-user .user-home-header .session-step {
    font-size: 12px;
    line-height: 170%;
    margin-bottom: 40px;
  }


  #home_milestone_section.with-progress {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  #home_milestone_section.with-progress:before {
    display: none;
  }

  #home_milestone_section .section-title {
    margin-bottom: 40px;
  }

  .home-user-banner {
    background-image: url("image/user-home-banner-bg-mob.png");
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-user-banner .item p:before {
    width: 44px;
    height: 30px;
    background-size: cover;
  }

  .home-user-banner .item p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 45px;
    text-indent: 55px;
  }
  
  .home-user-banner .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-user .milestones {
    padding: 50px 15px 0 15px;
  }
  .home-user .milestones .row {
    margin: 0 -15px;
  }
  .home-user .milestones .row .col {
    padding: 0 15px;
  }
  .home-user .milestones .btn-outline {
    margin: 40px auto 0 auto;
  }
  .home-user .milestones .section-title {
    margin-bottom: 20px;
  }
  .beyond-program {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beyond-program .section-desc {
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto 30px auto;
  }
  .beyond-program .beyond-program .btn-outline {
    margin: 40px auto 0 auto;
  }
  .beyond-program .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .milestones-main .list .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .library-collections .row .col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .author-collection-list {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .author-collection-list .author_info_left,
  .author-collection-list .author_info_right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 15px 15px;
  }

  .page-id-12912 .home-header{
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }

  .page-id-12912 .home-header .et_pb_image_wrap{
    padding-bottom: 0px !important;
  }

  #so-far-text .et_pb_text_inner{
    /* color: var(--Dark-Text, #0D406C); */
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Libre Franklin";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-12912 .course-being-used-con{
    flex-direction: column;
    align-items: center;
  }

  .page-id-12912 .course-being-used-data{
    flex-direction: column;
    align-items: center;
  }
  
  .page-id-12912 .user-name-and-descri span{
    text-align: center;
    color: var(--Dark-Text, #0D406C);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Libre Franklin";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-id-12912 .user-name-and-descri p{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    padding-top: 4px;
  }

  .page-id-12912 #so-far-text{
    margin-bottom: 40px !important;
  }

  .page-id-12912 .section-course-being-used .et_pb_row_1.et_pb_row{
    padding-bottom: 40px !important;
  }

  .page-id-12912 .section-new-testimonials{
    padding-top: 10px !important;
  }

  .page-id-12912 .testimonial-row{
    margin-top: 40px;
    flex-direction: column;
  }

  .page-id-12912 .testimonial-col{
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-12912 .testimonial-col img{
    margin-bottom: 16px;
    width: 80px !important;
    height: 80px !important;
  }

  .page-id-12912 #new-testinomials-slider .col-5{
    margin-bottom: 0px !important;
  }

  .page-id-12912 .new-testinomials-slider .testimonial-col{
    margin-right: 0px !important;
  }
  .page-id-12912 .new-testinomials-slider .testimonials-descr{
    padding-bottom: 40px !important;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-12912 .new-testinomials-slider .section-title{
    padding-bottom: 16px !important;
    margin-bottom: 0px !important;
  }

  #new-testinomials-slider .bg-and-vector{
    background: var(--Linear, linear-gradient(45deg, #F8FCFF 15.44%, #E8F4FB 51.05%, #DAE9F2 83.11%));
  }

  #new-testinomials-slider .bg-and-vector:before{
    display: none;
  }

  #new-testinomials-slider .bg-and-vector:after{
    display: none;
  }

  #new-testinomials-slider .testimonial-col{
    align-items: flex-start !important;
  }

  #new-testinomials-slider .text-blue{
    font-weight: 400 !important;
  }

  .page-id-12912 .new-second-section{
    padding-top: 0px !important;
  }

  .page-id-12912 .course-being-used-data{
    max-height: 100%;
    padding-bottom: 20px;
  }

  .page-id-12912 .course-being-used-data img{
    margin-bottom: 8px;
  }

  .page-id-12912 .course-being-used-col{
    max-width: 100%;
  }

  .page-id-12912 .new-landing-btn-stop{
    margin-bottom: 40px !important;
  }

  .page-id-12912 .section-perfect-course{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .page-id-12912 .section-perfect-course .section-title{
    margin-bottom: 40px !important;
  }

  .page-id-12912 .home-benefits{
    padding-top: 60px !important;
    margin-bottom: 70px !important;
  }

  .page-id-12912 .how-we-help h3{
    color: var(--Color-Blue, #307AFE);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .page-id-12912 .course-perfect-con{
    flex-direction: column;
  }

  .page-id-12912 .course-perfect-con{
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-12912 .course-perfect-col{
    max-width: 100%;
  }

  .page-id-12912 .seprator-perfect-course{
    width: 195px;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .page-id-12912 #new-how-we-help h3{
    color: var(--Color-Blue, #307AFE);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Libre Franklin";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }

  .page-id-12912 #new-how-we-help p{
    color: var(--Dark-Text, #0D406C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.95;
  }

  .home_milestone_section-mob .milestone_item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.home_milestone_section-mob .milestone_item .item {
  padding: 20px;
  padding-bottom: 54px;
}

.page-id-12912 .we-in-numbers{
  margin-bottom: 0px !important;
}

.page-id-12912 .price-section .left .h2{
  margin-top: 40px !important;
}

.page-id-12912 .unsure-banner .right img{
  max-width: 100%;
  max-height: 321px;
}

.home_milestone_section-mob .item {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 30px 70px 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 25px rgba(157, 163, 180, 0.26);
  background-size: cover;
  position: relative;
}

.home_milestone_section-mob .item .text {
  display: inline-block;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 12px;
  font-family: "Libre Franklin", sans-serif;
  color: #0D406C;
  text-transform: uppercase;
  line-height: 170%;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-id-12912 .home_milestone_section-mob .item .name {
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.page-id-12912 .home_milestone_section-mob .item .description {
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.9;
}

.page-id-12912 .home-blog .item h4, .home-blog .item .h4{
  opacity: 0.95;
}

.page-id-12912 .course-being-used-con{
  padding-left: 20px;
  padding-right: 20px;
}

.page-id-12912 .benefits-listttt .text h3{
  opacity: 0.95;
}

.page-id-12912 .new-faq .et_pb_toggle h3.et_pb_toggle_title{
  opacity: 0.95;
}

.page-id-12912 .home_milestone_section-mob .item .name{
  opacity: 0.95;
}

.page-id-12912 .we-in-numbers h4, .we-in-numbers .h4{
  opacity: 0.95;
}




  .page-id-12912 .section-perfect-course{
    background: linear-gradient(10deg, #F8FCFF 24.59%, #E8F4FB 51.04%, rgba(218, 233, 242, 0.80) 74.84%);
  }

  .page-id-12912 .benefits-listtt{
      padding-bottom: 0px;
      width: calc(100% + 40px);
      margin-left: -20px;
  }

  .page-id-12912 .home-benefits .section-title {
    text-align: left;
}

  .page-id-12912 .benefits-listttt .item {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
}

  .header .nav {
    max-width: 100%;
  }

  #top-menu li {
    padding-right: 0;
  }

  .header .nav .start-btn a {
    margin-left: auto;
    margin-right: auto;
  }

  .start-page .screen_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .show_password svg {
    top: 20px;
    right: 15px;
  }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    line-height: 19px;
  }
  .owl-nav .owl-next .fa,
  .owl-nav .owl-prev .fa {
    font-size: 20px;
    line-height: 28px;
    width: 30px;
    height: 30px;
  }
  .form-control {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .section-title {
    font-size: 25px;
    line-height: 35px;
  }
  .header .nav {
    padding-top: 10px;
  }
  .header .nav li {
    width: 100%;
  }
  .header .nav .start-btn a {
    width: 100%;
    max-width: 280px;
  }
  .beyond-program .btn-outline {
    margin: 40px auto 0 auto;
  }
  /*.beyond-program .collection-item {
    padding: 20px;
    min-height: 282px;
  }
  .beyond-program .collection-item .session-count {
    margin-bottom: 20px;
  }
  .beyond-program .collection-item h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .beyond-program .collection-item p {
    font-size: 12px;
    line-height: 18px;
  }
  .beyond-program .collection-item a {
    left: 20px;
    bottom: 20px;
  }
  .beyond-program .collection-item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    right: 20px;
    bottom: 20px;
  }
  .beyond-program .collection-item .icon svg {
    width: 35px;
    height: 35px;
  }*/

  .beyond-program .container-user {
    padding-left: 20px;
    padding-right: 20px;
  }

  .beyond-program:before {
    display: none;
  }

  .beyond-program .col {
    margin-bottom: 40px;
  }

  .beyond-program .col:last-child {
    margin-bottom: 0;
  }

  .beyond-program .collection-item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    min-height: 317px;
  }

  .home-user .beyond-program {
    padding-bottom: 10px;
  }

  .beyond-program .section-title {
    margin-bottom: 40px;
  }

  .beyond-program .collection-item h4 {
    margin-top: 95px;
  }

  .beyond-program .collection-item .icon {
    left: 30px;
  }

  .home-user .milestones {
    padding-left: 0;
    padding-right: 0;
  }
  .home-user .milestones .owl-carousel {
    display: none;
  }
  .home-user .milestones .owl-carousel.owl-loaded {
    display: block;
  }
  .home-user .milestones .owl-carousel .owl-item {
    margin-left: 30px;
    margin-right: 0!important;
  }
  .home-user .milestones .milestone_item img {
    box-shadow: none;
  }
  .home-user .milestones .row {
    margin: 0;
  }
  .home-user .milestones .row .col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 200px;
    padding: 0;
  }
  /*.home-user .beyond-program .container-user {
    padding-left: 0;
    padding-right: 0;
  }
  .home-user .beyond-program .collection-item {
    box-shadow: none;
  }
  .home-user .beyond-program .owl-carousel {
    display: none;
  }
  .home-user .beyond-program .owl-carousel.owl-loaded {
    display: block;
  }
  .home-user .beyond-program .owl-carousel .owl-item {
    margin-left: 30px;
    margin-right: 0!important;
  }
  .home-user .beyond-program .row {
    margin: 0;
  }*/
  /*.home-user .beyond-program .row .col {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    width: 230px;
    max-width: 230px;
    padding: 0;
  }*/
/*  .home-header {
    padding-top: 100px;
    text-align: center;
    background: url(image/home-header-mob.svg) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 340px;
  }
  .home-header h1 {
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 15px;
  }
  .home-header p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .home-header .btn {
    max-width: 280px;
    width: 100%;
  }*/
  .how-works .section-title {
    margin-bottom: 40px;
  }
  .how-works .list .item span {
    width: 80px;
  }
  .how-works .list .item span img {
    margin-top: -20px;
    max-width: 60px;
  }
  .how-works .list .item h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .how-works .list .item .info {
    width: calc(100% - 80px);
  }
  .how-works .list:before {
    height: calc(100% - 60px);
    left: 30px;
  }
  .mindful-solution {
    background: #FFE9AB;
    padding: 50px 0;
  }
  .mindful-solution .row {
    min-height: auto;
  }
  .mindful-solution .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .mindful-solution .col:first-child {
    display: none;
  }
  .mindful-solution h2 {
    font-size: 25px;
    text-align: center;
    line-height: 37px;
  }
  .mindful-solution .btn {
    min-width: 280px;
  }
  .mindful-solution .text {
    margin: 0 auto;
  }
  .methods-use .section-title {
    margin-bottom: 20px;
  }
  .methods-use .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .methods-use .col:first-child {
    margin-bottom: 20px;
  }
  .methods-use .item {
    padding: 40px 20px;
  }
  .methods-use .item h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .methods-use .item .text {
    text-align: left;
    margin: 0 auto !important;
  }
  .methods-use .item img {
    max-width: 80%;
  }
  .methods-use .item:nth-child(2) .col:last-child,
  .methods-use .item:nth-child(4) .col:last-child {
    order: 1;
    margin-bottom: 20px;
  }
  .methods-use .item:nth-child(2) .col:first-child,
  .methods-use .item:nth-child(4) .col:first-child {
    order: 2;
    margin-bottom: 0;
  }
  .explore-program .section-title {
    margin-bottom: -10px;
  }
  .explore-program .item {
    margin-bottom: 0;
    padding: 20px;
  }
  .explore-program .item figure {
    margin-right: 10px;
    max-height: 50px;
    max-width: 50px;
  }
  .explore-program .item .info-top div {
    width: calc(100% - 60px);
  }
  .explore-program .item p {
    margin-top: 5px;
  }
  .ready-addiction {
    padding: 40px 20px;
  }
  .ready-addiction .btn {
    min-width: 280px;
  }
  .home-about-us .section-title {
    margin-bottom: 20px;
  }
  .home-about-us .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-about-us .col:first-child {
    display: none;
  }
  .take-control {
    background: url("image/take-control-bg-mb.svg") no-repeat center;
    background-size: cover;
    padding-bottom: 0;
  }
  .take-control .section-title {
    text-align: center;
  }
  .take-control .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .take-control .col:first-child {
    margin-bottom: 20px;
  }
  .take-control img {
    margin-bottom: -4px;
  }
  .take-control .btn {
    min-width: 280px;
  }
  .the-evidence .section-title {
    margin-bottom: 0;
  }
  .the-evidence .tabs-nav {
    margin-bottom: 30px;
  }
  .the-evidence .tabs-nav li {
    min-height: 69px;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  .the-evidence .tabs-nav a {
    font-size: 14px;
    line-height: 21px;
  }
  .the-evidence .item h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .the-evidence .item .text p {
    font-size: 14px;
    line-height: 21px;
  }
  .the-evidence .item .author {
    margin-top: 20px;
  }
  .the-evidence .owl-nav {
    top: 38%;
  }
  .the-evidence .owl-carousel {
    max-width: calc(100% - 100px);
  }
  .the-evidence .owl-carousel .owl-dots {
    margin-top: 20px;
  }
  .home-faq {
    padding-top: 50px;
  }
  .home-faq .section-title {
    margin-bottom: 20px;
  }
  .home-faq .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*.home-faq .col:first-child .accordion-container {
    margin-bottom: 10px;
  }*/

  .home-faq .col:first-child .accordion:last-child {
    border-bottom: none;
    
  }
  .home-faq .accordion .accordion-title svg {
    right: 0;
  }
  .one-time-fee .section-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .one-time-fee ul li {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
  }
  .one-time-fee .card-price {
    max-width: 400px;
    width: 100%;
    min-width: auto;
  }
  .quote-day .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .quote-day .col:last-child {
    display: none;
  }
  .quote-day .owl-dots {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .milestones-main {
    padding-top: 80px;
  }
  .milestones-main .top-box {
    margin-top: 0;
  }
  .milestones-main .tips {
    width: 275px;
    padding: 15px;
    right: 78px;
    top: -76px;
  }
  .milestones-main .list {
    max-width: 460px;
    margin: 0 auto;
  }
  .milestones-main .list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .milestones-main .tips-click {
    max-width: 55px;
  }
  .milestones-main .item-session-list {
    margin: 0 -15px 0 -15px;
  }
  .milestones-main .item-session-list h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .milestones-main .item-session-list .owl-carousel {
    display: none;
  }
  .milestones-main .item-session-list .owl-carousel.owl-loaded {
    display: block;
  }
  .milestones-main .item-session-list img {
    box-shadow: none;
  }
  .milestones-main .item-session-list .owl-item {
    margin-left: 15px;
    margin-right: 15px!important;
  }
  .milestones-main .item-session-list .row {
    margin: 0;
  }
  .milestones-main .item-session-list .row .col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 200px;
    padding: 0;
  }
  .session-history {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .session-history .section-title {
    margin-bottom: 30px;
  }
  .session-history .session_history_row .sess-history-left {
    padding: 10px 10px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .session-history .session_history_row .sess-history-left h4 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0;
    width: 60px;
    margin-right: 5px;
    float: left;
    margin-top: 4px;
  }
  .session-history .session_history_row .sess-history-left div {
    padding-top: 0;
    float: left;
  }
  .session-history .session_history_row .sess-history-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .session-history .session_history_row .sess-inner-text {
    width: calc(100% - 95px);
  }
  .session-history .session_history_row h4 a {
    font-size: 16px;
    line-height: 24px;
  }
  .session_history_divider {
  	margin-left: 0;
  }
  .favorites {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .favorites .section-title {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
  }
  .favorites .favorites_header p {
    text-align: center;
  }
  .favorites .row {
    margin: 0 -15px;
  }
  .favorites .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .favorites .favorite_card_new img {
    max-width: 20px;
  }
  .favorites .favorite_card_new .favorite_card_content h5 {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
  }
  .favorites .favorite_card {
    margin-bottom: 20px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .favorites .favorite_card_img {
    width: 70px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 15px;
    border-radius: 5px;
  }
  .favorites .favorite_card_img:after {
    display: none !important;
  }
  .favorites .dropdown .dropdown-options {
    right: 0;
  }
  .favorites .dropdown .dropdown-options:before {
    right: 2px;
  }
  .favorites .favorite_card_content {
    width: calc(100% - 85px);
  }
  .favorite-session .dropdown .dropdown-options {
    right: 0;
  }
  .favorite-session .dropdown .dropdown-options:before {
    right: 2px;
  }
  .favorite-session .favorite-session-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 140%;
  }
  .favorite-session .favorite-session-list-head {
    padding-top: 80px;
    padding-bottom: 0px;
    margin-bottom: 60px;
  }
  .favorite-session .favorite-session-list-head .col-image {
    padding-right: 0;
    max-width: 105px;
  }
  .favorite-session .favorite-session-list-head h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .favorite-session .favorite-session-list-head h6 {
    font-size: 14px;
    line-height: 21px;
  }
  .favorite-session .favorite-session-list-head .buttons {
    margin-top: 20px;
  }
  .favorite-session .favorite-session-list-head .buttons .btn-outline {
    min-width: 0;
    cursor: pointer;
    border: 0;
    width: 41px;
    padding: 0;
    height: auto;
    line-height: 1;
    font-size: 0;
  }
  .favorite-session .favorite-session-list-head .buttons .btn-outline:before {
    width: 41px;
    height: 40px;
    margin-right: 15px;
    margin-top: 0;
  }
  .favorite-session .favorite-session-list-head .buttons .dropdown-options {
    top: 50px;
    left: inherit;
    right: 0;
    transform: translateX(24%);
  }
  .favorite-session .favorite-session-list-head .buttons .dropdown-options:before {
    left: initial;
    right: 49px;
  }
  .favorite-session .play-session {
    margin-right: 10px;
  }
  .favorite-session .play-session a {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .page-play-session {
    padding: 70px 0 20px 0;
  }
  .page-play-session .back-to-page {
    top: -50px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .page-play-session .container-user {
    height: calc(100vh - 90px);
  }
  .page-play-session .congratulation-page-inner h4 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .page-play-session .congratulation-page-inner h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .page-play-session .responsive-wrapper.list-audio {
    margin-bottom: 85px;
  }
  .favorite-session-list {
    padding-bottom: 50px;
  }
  .favorite-session-list h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 2px;
  }
  .favorite-session-list .favorite-session-list-item {
    margin-bottom: 20px;
  }
  .favorite-session-list .duration {
    font-size: 12px;
    line-height: 18px;
  }
  .favorite-session-list .play-session {
    margin-right: 10px;
  }
  .favorite-session-list .play-session a {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .favorite-session-list .session-info {
    width: calc(100% - 50px);
  }
  .favorite-session-list .session-list-item-left {
    width: calc(100% - 50px);
  }
  .milestones-session-list .milestones-session-head {
    padding-top: 80px;
    background-size: cover;
  }

  .milestones-session-list .milestones-session-head .col.left {
    order: 2;
  }
  .milestones-session-list .milestones-session-head .col.right {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .milestones-session-list .back {
    z-index: 1;
    position: relative;
  }

  .mil-card-image {
    margin-top: -63px;
    height: 180px;
    background-position: center bottom;
    border-radius: 0;
  }

  .milestones-session-list .milestones-session-head .mil-number {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .milestones-session-list .milestones-session-head h1 {
    line-height: 140%;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .milestones-session-list .milestones-session-head .mil-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .milestones-session-list .milestones-session-head .progress-line {
    margin-bottom: 30px;
  }

  .milestones-session-list .milestones-session-head .author-detailed .author-img {
    width: 40px;
    height: 40px;
  }

  .milestones-session-list .milestones-session-head .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .milestones-session-list .milestones-session-head .info {
    padding: 20px;
  }
  .milestones-session-list .milestones-session-head .info h1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .milestones-session-list .milestones-session-head .info span {
    font-size: 14px;
    line-height: 21px;
  }
  .milestones-session-list .milestones-session-head .info p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
  }
  /*.milestones-session-list .milestones-session-head .author-detailed {
    margin: 15px 0;
  }*/
  .milestones-session-list .milestones-session-head .author-detailed .author-name {
    width: calc(100% - 79px);
  }
  .milestones-session-list .milestones-session-head .author-detailed .author-name a {
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .milestones-session-list .milestones-session-row {
    padding-top: 40px;
  }
  .milestones-session-list .milestones-session-row .list-session-head {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .author-collection-list .author_info_section {
    margin-top: 60px;
    padding: 0 20px 30px 20px;
    margin-bottom: 60px;
  }
  .author-collection-list .library-collections {
    padding-top: 0;
    padding-bottom: 0;
  }
  .author-collection-list .section-title {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .logo {
    margin-bottom: 30px;
  }
  .footer .social {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 40px;
  }
  .footer .nav {
    max-width: 290px;
    margin: 40px auto 0 auto;
  }

  .home-footer-menu .menu-col {
    width: calc(50% - 15px);
    text-align: left;
  }

  .home-footer-menu .menu-1 {
    margin-right: 30px;
  }
  .footer .nav li {
    margin-bottom: 25px;
    text-align: left;
    width: 35%;
  }
  .footer .start {
    margin-top: 40px;
  }
  .footer .nav li:nth-child(odd) {
    width: 65%;
  }
  .footer .copy {
    border-top: 1px solid #C5CCD6;
  }
  .footer .copy .col:last-child {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer-user {
    padding-top: 50px;
  }
  .footer-user .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer-user .social {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-user .social a + a {
    margin-left: 60px;
  }
  .footer-user .copy {
    border-top: 1px solid #C5CCD6;
  }
  .footer-user .copy .col:last-child {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer-user .nav {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-user .nav li + li {
    margin-left: 0;
  }
  .library-collections .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .library-collections .section-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .library .library-head {
    padding-top: 80px;
    padding-bottom: 30px;
    background-size: cover;
  }
  .library .library-head .collection-list-mob {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url("image/arrow-paly-down.svg") no-repeat center right 12px;
    height: 50px;
    padding: 0 45px 0 20px;
    display: block;
    outline: none;
    width: 100%;
    border: 1px solid #CBD6DE;
    border-radius: 50px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #0D406C;
    max-width: 320px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }

  .l-head-with-bg {
    margin-top: -70px;
    padding-top: 90px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lib-items-slider {
    display: none;
  }

  .library .library-head .section-title {
    margin-top: 0px;
  }

  .library .library-head .container-user {
    padding-left: 0;
    padding-right: 0;
  }
  .library .library-head .section-desc {
    font-size: 14px;
    line-height: 21px;
  }
  .library .library-head .collection-slider {
    display: none;
  }
  .library .beyond-program .row .col {
    margin-bottom: 25px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .library .beyond-program .section-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .library .beyond-program .collection-item {
    min-height: 340px;
  }
}
@media (max-width: 480px) {
  .modal .modal-content {
    max-width: 100%;
    width: 100%;
    margin: 0 20px;
  }
  .modal .modal-body {
    padding: 40px 20px;
  }
}
@media (max-width: 560px) {
  .home-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-blog .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-blog .section-title {
    margin-bottom: 20px;
  }
  .home-blog .item {
    margin-bottom: 20px;
  }
  /*.home-blog .item figure {
    line-height: 178px;
    max-height: 178px;
  }
  .home-blog .item figure img {
    width: 100%;
    min-height: auto;
    height: auto;
  }*/
  .home-blog .item p {
    min-height: auto;
  }
  .home-blog .more {
    height: 50px;
    margin: 20px auto 0 auto;
    line-height: 48px;
  }
}
@-webkit-keyframes animateDropDown {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes animateDropDown {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}




















@media(max-width: 767px) {
  .container-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-header {
    padding-top: 100px;
    padding-bottom: 274px;
    margin-bottom: 60px;
  }

  .home-header:after {
    background-image: url("images/home-hero-img-mob.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
  }

  .home-header h1 {
    font-size: 28px;
    line-height: 150%;
  }

  .home-header p {
    font-size: 16px;
    line-height: 150%;
  }

  .home-header .btn {
    margin-top: 30px;
    /*max-width: 100%;*/
    padding: 15px 0;
  }

  .home-benefits {
    margin-bottom: 60px;
  }

  .home-benefits:before {
    display: none;
  }

  .home-benefits .col-5 {
    display: none;
  }

  .home-benefits .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-benefits .section-title {
    text-align: center;
  }

  .benefits-list {
    padding-bottom: 0px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .benefits-list .item {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefits-list .item:nth-child(2n) {
    margin-left: 0;
  }

  /*.benefits-list .slick-arrow.slick-next {
    right: 35px;
  }

  .benefits-list .slick-arrow.slick-prev {
    right: 75px;
  }*/

  .unsure-banner {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .unsure-banner .container-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .unsure-banner .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .unsure-banner .left .col-inner {
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
  }

  .unsure-banner .right img {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .unsure-banner .left h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .unsure-banner .left p:nth-child(2) {
    margin-bottom: 30px;
  }

  .unsure-banner .left .btn {
    width: 100%;
  }

  .how-we-help {
    margin-bottom: 60px;
  }

  .how-we-help:before,
  .how-we-help:after {
    display: none;
  }

  .how-we-help .section-title {
    margin-bottom: 20px;
  }

  .how-we-help .row {
    margin-bottom: 0;
  }

  .how-we-help .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .how-we-help .text {
    margin-bottom: 20px;
  }

  .how-we-help .row:nth-child(2n) {
    flex-direction: row;
  }

  .how-we-help .text .col-inner {
    padding-right: 0;
  }

  .how-we-help .row:nth-child(2n) .text .col-inner {
    padding-left: 0;
  }

  .how-we-help h3 {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
  }

  .how-we-help .container-block {
    padding-bottom: 65px;
  }

  .medical-backed {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .medical-backed .col-5,
  .medical-backed .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medical-backed .section-title {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .medical-backed .col-inner img {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }

  .medical-backed .col-5 {
    margin-bottom: 30px;
  }

  .medical-backed .right .col-inner {
    padding-left: 0;
  }

  .we-in-numbers {
    margin-bottom: 60px;
  }

  .we-in-numbers .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .we-in-numbers .col-4:last-child {
    margin-bottom: 0;
  }

  .we-in-numbers .col:nth-child(2):before,
  .we-in-numbers .col:nth-child(2):after {
    display: none;
  }

  .we-in-numbers h2 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 40px;
    line-height: 60px;
  }

  .we-in-numbers h4,
  .we-in-numbers .h4 {
    font-size: 16px;
  }

  .we-in-numbers h2 img {
    width: 56px;
  }

  #home_milestone_section {
    margin-bottom: 60px;
  }

  #home_milestone_section .milestone_item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 65px;
  }

  #home_milestone_section .milestone_item .item {
    padding: 20px;
    padding-bottom: 54px;
  }

  #home_milestone_section .item .name {
    margin-bottom: 10px;
  }

  .medical-backed .bg-and-vector:before {
    width: 150px;
    height: 385px;
    top: 133px;
    left: 0;
    background-image: url(image/VectorForSlider1Mob.png);
  }

  .medical-backed .bg-and-vector:after {
    width: 320px;
    height: 422px;
    top: 36px;
    right: 0;
    background-image: url(image/VectorForSlider2Mob.png);
  }

  .price-section {
    margin-bottom: 116px;
  }

  .price-section .div-for-vector,
  .price-section .container-block:before,
  .price-section .right {
    display: none;
  }

  .price-section .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .price-section .left .col-inner {
    padding-right: 0;
  }

  .price-section .left h2,
  .price-section .left .h2 {
    font-size: 20px;
    line-height: 140%;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .price-section .left ul {
    margin-bottom: 30px;
  }

  .price-section .full-access {
    margin-bottom: -56px;
    width: 100%;
    padding: 30px;  
  }

  .testimonials {
    margin-bottom: 60px;
  }

  .testimonials .section-title {
    margin-bottom: 30px;
  }

  .testimonials .col-5,
  .testimonials .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .testimonials .left {
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .testimonials .left img {
    max-width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials:before {
    left: 0;
    top: 170px;
    width: 137px;
    height: 496px;
    background-image: url(images/VectorTestimonialsMob.png);
  }

  .about-section {
    margin-bottom: 60px;
  }

  .about-section:before {
    display: none;
  }

  .about-section .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-section .right {
    display: none;
  }

  .about-section .left .col-inner {
    border-radius: 40px;
    padding: 40px 20px;
  }

  .about-section a.d-hidden {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    color: #307AFE;
    text-align: center;
    text-decoration: none;
  }

  .about-section p.d-hidden {
    display: none;
  }

  .about-section .active p.d-hidden {
    display: block;
  }
  .about-section .active a.d-hidden {
    display: none;
  }

  .home-faq {
    padding-top: 0;
    margin-bottom: 60px;
  }

  .home-faq .accordion .accordion-title {
    padding-left: 0;
    padding-right: 25px;
  }

  .home-faq .accordion .accordion-content {
    margin-left: 0;
    margin-right: 0;
  }

  .home-blog {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .home-blog .item {
    margin-bottom: 20px;
  }

  .home-blog .item figure {
    line-height: auto;
    min-height: auto;
  }

  .home-blog .item figure img {
    display: block;
    width: 100%;
  }

  .home-blog .item h4,
  .home-blog .item .h4 {
    min-height: 1px;
  }

  .home-blog .row .col:last-child .item {
    margin-bottom: 0;
  }

  .home-blog .more {
    width: 100%;
  }


  .about-hero {
    background-image: url(images/AboutHeroMob.png);
    padding-top: 90px;
    background-size: 100% auto;
    background-position: center top;
    background-color: #E8F8FF;
  }

  .about-hero h1 {
    color: #285373;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .about-hero .fs-20 {
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .about-hero .text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero .text-bg {
    padding: 30px 20px;
    margin-bottom: 0px;
  }

  .about-hero .text-bg .fs-28 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
    /*text-transform: capitalize;*/
  }

  .about-hero .text-bg .fs-16 {
    font-size: 14px;
    line-height: 150%;
  }

  .about-course {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .about-course:before {
    top: 0px;
    background-image: url(images/AboutCourseVectorMob.svg);
    width: 284px;
    height: 277px;
  }

  .about-course .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-course .fs-60 {
    font-size: 28px;
    margin-bottom: 30px;
  } 

  .about-course .list .inner {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-course .list .with-bg-img .inner {
    background-image: url("images/PathMask2Mob.svg")!important;
  }

  .about-course .list .col {
    margin-bottom: 20px;
  }


  .about-how-stop .left {
    display: none;
  }

  .about-how-stop {
    padding: 60px 20px;
  }

  .about-how-stop:before {
    display: none;
  }

  .about-how-stop .fs-40 {
    font-size: 25px;
    line-height: 140%; 
    text-align: center;
    margin-bottom: 20px;
  }

  .about-how-stop .fs-16 {
    margin-bottom: 20px;
  }

  .about-how-stop .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-how-stop .right .list .col {
    margin-bottom: 25px!important;
  }

  .about-how-stop .right .list .col:last-child {
    margin-bottom: 0 !important;
  }

  .about-banner-first {
    margin-bottom: 60px;
  }

  .about-banner-first .inner {
    background-image: url("images/about-banner-bg-1-mob.png");
    padding: 40px;
    text-align: center;
  }

  .about-banner-first .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-banner-first .fs-40 {
    font-size: 28px;
  }

  .about-banner-first .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .about-we-experts {
    margin-bottom: 60px;
  }

  .about-we-experts .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-we-experts .fs-40 {
    font-size: 25px;
    line-height: 140%;
  }

  .about-we-experts .list .fs-50 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .about-we-experts .list .col {
    margin-bottom: 30px;
  }

  .about-we-experts .list .col:last-child {
    margin-bottom: 0;
  }

  .about-we-experts .list .col .img img {
    width: 58px;
  }

  .about-we-experts .right {
    display: none;
  }

  .about-benefits:before,
  .about-benefits .second-bg,
  .about-benefits .text-big-bg {
    display: none;
  }

  .about-benefits {
    margin-top: 0;
  }

  .about-benefits .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-benefits .left .inner {
    padding: 120px 20px 137px 20px;
    background-image: url("images/about-ben-left-mob.svg");
  }

  .about-benefits .left .inner .fs-28 {
    font-size: 20px;
    line-height: 140%;
  }
  .about-benefits .left {
    position: relative;
    z-index: 1;
  }

  .about-benefits .right {
    position: relative;
    z-index: 0;
  }

  .about-benefits .mob-text-bg {
    padding: 90px 20px 40px 20px;
    background: #E8F8FF;
    border-radius: 0px 0px 0px 40px;
    width: calc(100% + 20px);
    margin-top: -50px;
    margin-bottom: 60px;
  }

  .about-benefits .mob-text-bg .fs-40 {
    font-size: 25px;
    line-height: 140%;
    text-align: center;
  }

  .about-benefits .mob-text-bg .fs-16 {
    margin-bottom: 0;
  }

  .about-benefits .benefits-list {
    padding-bottom: 0;
  }

  .about-benefits .benefits-list .item {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .about-benefits .benefits-list .item:last-child {
    margin-bottom: 0;
  }

  .about-banner-second {
    background-image: url("images/about-banner-2-bg-mob.png");
    padding: 40px 0;
  }

  .about-banner-second .fs-40 {
    font-size: 28px;
  }

  .about-banner-second .fs-14 {
    font-size: 16px;
  }

  .footer .social a + a {
    margin-left: 40px;
  }

  .header-only-logo {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .header-only-logo img {
    max-width: 130px;
  }

  .quest-test-section .fs-40 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .quest-test-section .fs-28 {
    font-size: 20px;
    line-height: 140%;
  }

  .quest-test-section .fs-14 {
    margin-bottom: 30px;
  }

  .mob-text-left {
    text-align: left;
  }

  .quests-list .item .fs-16 {
    margin-bottom: 15px;
  }

  .quests-list .item .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .quests-list .item .col-4:last-child {
    margin-bottom: 0;
  }

  .quests-list .item {
    margin-bottom: 30px!important;
  }

  .page-template-test-result .header-only-logo,
  .page-template-test-result-new .header-only-logo {
    position: relative;
    top: 15px;
    margin-bottom: 39px;
  }

  .test-result-section {
    position: relative;
    top: 0px;
    transform: none;
  }

  .test-result-section .fs-40 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .test-result-section .result-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .test-result-section .result-content {
    margin-bottom: 40px;
  }

  .test-result-section .btn {
    width: 280px;
  }

  .test-result-bg:before {
    bottom: 10px;
    width: 271px;
    height: 336px;
    background-image: url("images/TestResultVector1Mob.svg");
  }

  .test-result-bg:after {
    top: -76px;
    width: 263px;
    height: 463px;
    background-image: url("images/TestResultVector2Mob.svg");
  }



  .f-user .offset-1 {
    margin-left: 0;
  }

  .f-user .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }

  .f-user .col-2:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .f-user .col-2:last-child ul li {
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .f-user .col-2:last-child ul li:last-child {
    margin-right: 0;
  }

  .copy-user p {

  }

  .library .beyond-program {
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .library-banner .inner .img {
    display: block;
    text-align: center;
  }

  .library-banner .inner {
    background-image: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .library-banner .inner .text {
    max-width: 100%;
  }

  .library-banner .inner .text .fs-60{
    font-size: 40px;
    margin-bottom: 30px;
  }

  .library-banner .container-block:before {
    height: 100%;
    top: 0;
  }

  .library-banner {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .library-collections {
    padding-top: 10px;
    padding-bottom: 35px;
  }

  .library-collections .collection-item {
    margin-bottom: 25px;
  }

  .library-collections .collection-item h5 {
    min-height: 1px;
  }

  .library-collections .section-title {
    margin-bottom: 30px;
  }

  .milestones-session-list.lib-list .milestones-session-head h1 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .lib-new-head .progress-count-time {
    margin-bottom: 20px;
  }

  .lib-new-head .lib-desc {
    margin-bottom: 20px;
  }

  .milestones-session-list.lib-list .milestones-session-row {
    padding-top: 40px;
  }

  .f-sidebar {
    padding: 0;
    text-align: center;
    box-shadow: none;
    margin-bottom: 60px;
  }

  .f-content {
    padding-left: 0;
  }

  .f-item .f-item-info {
    padding: 15px;
    width: 180px;
    min-height: 150px;
  }

  .f-item .f-item-bg {
    min-height: 150px;
    height: 100%;
    width: calc(100% - 180px);
  }

  .f-item .f-item-info .bot {
    left: 15px;
    bottom: 15px;
  }

  .f-item .f-item-info .top h5 {
    font-size: 14px;
  }

  .f-item .f-item-info .top .fs-14 {
    font-size: 12px;
  }

  .favorite-session-list-head .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .favorite-session-list-head .col:first-child {
    padding-left: 0;
    padding-right: 0;
    margin-top: -93px;
  }

  .favorite-session-list-head .f-inner-bg {
    border-radius: 0;
    height: 180px;
  }

  .favorite-session .favorite-session-list-head .back {
    position: relative;
    z-index: 1;
  }

  .f-list-inner {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .f-list-inner .fs-28 {
    font-size: 20px;
    line-height: 140%;
  }

  .page-play-session .responsive-wrapper.list-audio {
    margin-bottom: 0;
  }

  .progression-skin .mejs-inner .mejs-controls .mejs-time.mejs-duration-container {
    margin-left: auto;
  }

  .progression-skin .mejs-controls .mejs-time-rail,
  .progression-skin .mejs-controls .mejs-time-rail .mejs-time-total {
    min-width: calc(100% - 160px)!important;
  }

  .page-play-session .mejs-container.progression-skin .mejs-controls {
    height: 60px;
  }

  .page-play-session .congratulation-page-inner h4 {
    text-align: left;
  }

  .page-play-session .congratulation-page-inner {
    margin-top: -40px;
  }

  body {
    position: relative;
    overflow-x: hidden;
  }

  .fav-list .page-play-session .container-user {
    height: calc(100vh - 170px);
  }

  .modal.center-content-modal .modal-body .margin-top_40 {
    margin-top: 30px;
  }

  .modal .link-2,
  .modal .btn-2  {
    margin-top: 30px;
  }

  .modal.center-content-modal .modal-body {
    padding-top: 60px;
  }

  .modal .h3 {
    font-size: 18px;
    line-height: 140%;
  }

  .modal#add_session_to_favorites_modal .modal-body {
    padding-top: 40px;
  }

  .modal#user_logout_modal .h3,
  .modal#delete_session_from_collection_modal .h3 {
    font-size: 16px;
  }

  .modal#user_logout_modal p,
  .modal#delete_session_from_collection_modal {
    font-size: 16px;
    line-height: 150%;
  }

  .settings .setting-page-form .delete-account a {
    padding: 15px 0;
  }

  .settings .setting-page-form .delete-account {
    margin-top: 20px;
  }

  .header-blog .blog-start {
    font-size: 12px;
    padding: 0px 20px;
    line-height: 20px;
    width: 150px;
  }

  body.single-post {
    padding-top: 50px;
  }

  body.single-post .post-top-space {
    display: none;
  }

  body.single-post .et_pb_row {
    width: 100%!important;
  }

  div#top-sidebar-section-fixed {
    top: auto;
    position: relative;
    margin-left: 0;
  }
  body.single-post #fixed-sidebar-box {
    display: block !important;
    margin-bottom: 0;
  }

  body.single-post #fixed-sidebar-box.fix-sidebar {
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
  }

  body.single-post #fixed-sidebar-box.fix-sidebar .top-sec-ul {
    display: none;
  }

  body.single-post #fixed-sidebar-box.fix-sidebar .s-show-naw {
    display: block;
    padding: 8px 0!important; 
    background: #D1EDFF;
    text-align: center;
  }

  body.single-post #fixed-sidebar-box.fix-sidebar .s-show-naw span {
    font-family: "Libre Franklin", sans-serif !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    color: #0D406C;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  body.single-post #fixed-sidebar-box.fix-sidebar .s-show-naw b {
    background-image: url("image/ArrowBotRight.svg");
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
  }
  body.single-post #fixed-sidebar-box.fix-sidebar .top-sec-ul {
    overflow-y: auto;
  }

  body.single-post .et_pb_code_0 {
    display: block;
  }

  .page-template-thank-you-new .et_pb_section .et_pb_row {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-thank-you-new .et_pb_section.plan_details .info-plan {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.post-main-css .single-title-author h4 {
    text-align: left;
    font-size: 18px;
    line-height: 140%;
  }

  #fixed-sidebar-box:not(.fix-sidebar) .active-more {
    display: block !important;
  }

  #fixed-sidebar-box.active .active-more {
    display: none !important;
  }

  body.single-post .single-title-section {
    padding-top: 20px !important;
  }

  body.single-post .back_btn_section {
    padding-bottom: 0 !important;
  }

  body.single-post div.post-main-css h1 {
    font-size: 25px;
    line-height: 140%;
  }

  body.single-post .single-title-author .et_pb_column:nth-child(1) {
    margin-bottom: 0 !important;
  }

  body.single-post .single-title-author .et_pb_column:nth-child(1) .et_pb_module:nth-child(2) {
    margin-bottom: 20px !important;
  }

  #et-boc.et-boc .post-main-author {
    float: left;
    margin-top: 0;
  }

  .page-template-questionnaire-test-new .et_pb_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.single-post .new-blue-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  body.single-post .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.single-post .et_pb_module img {
    width: 100%;
  }

  #et-boc.et-boc .post-main-author .et_pb_blurb_container {
    padding-bottom: 0!important;
  }

  #et-boc.et-boc .post-main-author {
    margin-bottom: 20px;
  }

  div#top-sidebar-section-fixed .et_pb_column_1_3  {
    margin-bottom: 50px;
  }

  .settings .setting-page-form .btn {
    margin-top: 15px;
  }

  .page-template-thank-you .start-page-header,
  .page-template-thank-you-new .start-page-header {
    top: 15px;
  }

  .page-template-thank-you .plan_details,
  .page-template-thank-you-new .plan_details {
    min-height: 1px;
  }

  .page-template-thank-you .plan_details .info-plan,
  .page-template-thank-you-new .plan_details .info-plan {
    padding: 40px;
    padding-top: 80px;
    text-align: center;
  }

  .page-template-thank-you .plan_details .info-plan p,
  .page-template-thank-you-new .plan_details .info-plan p:not(:last-child) {
    text-align: left;
  }

  .thank-bg-svg:before {
    bottom: 35px;
    width: 182px;
    height: 338px;
    background-image: url(image/thank-bg-Vector1mob.svg);
  }

  .thank-bg-svg:after {
    top: 7px;
    width: 170px;
    height: 386px;
    background-image: url(image/thank-bg-Vector2mob.svg);
  }

  body .footer.f-user .copy-user p {
    padding-bottom: 30px!important;
  }

}


body:not(.logged-in) #home_milestone_section .item {
  pointer-events: none;
}

p:not(.has-background):last-of-type {
  padding-bottom: 0 !important;
}

.single-post p {
  font-weight: 400;
}

.journey-screen-5 {
  opacity: 0!important;
}

.home #home_milestone_section .item {
  pointer-events: none;
}

.et-boc .how-we-help.mobile {
  display: none;
}

.page-template-favorites .favorites,
.page-template-divi-custom-class .favorites {
  min-height: calc(100vh - 241px);
}

.medical-backed .slick-slide img {
  border-radius: 20px;
}

#et-boc .new-second-section .custom-audio {
  color: #CBD6DE!important;
  background-color: transparent!important;
  
}

#et-boc .new-second-section .custom-audio .et_pb_audio_module_content {
  padding: 0;
}

#et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button button {
  background: url(image/play-session.svg) no-repeat center!important;
  display: block;
  width: 50px!important;
  height: 50px!important;

}

#et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button.mejs-pause button {
  background: url(image/Pause-button1.svg) no-repeat center!important;
} 

#et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button {
  margin-top: -29px !important;
}

#et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button button:before {
  display: none;
}

#et-boc .new-second-section .custom-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #E1F4FF;
  border-radius: 2px;
}

#et-boc .new-second-section .custom-audio .et_audio_container .mejs-button.mejs-volume-button,
#et-boc .new-second-section .custom-audio .mejs-horizontal-volume-slider {
  display: none!important;
}

#et-boc .new-second-section .custom-audio .et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 12px!important;
  line-height: 170%;
  text-transform: uppercase;
  color: #CBD6DE;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
}

#et-boc .new-second-section .custom-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

#et-boc .new-second-section .custom-audio .mejs-time-handle-content {
  border: 3px solid #F5FBFF;
  width: 16px;
  height: 16px;
  background: linear-gradient(45.31deg, #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
  top: -6px;
  left: 0;
}

.mejs-duration-new {
  font-size: 12px;
  line-height: 170%;
  text-transform: uppercase;
  color: #CBD6DE;
  font-family: "Libre Franklin", sans-serif!important;
  font-weight: bold;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 7px;
}


#et-boc .new-second-section .custom-audio .et_audio_container .mejs-container .mejs-controls .mejs-time {
  margin-right: 0;
}

#et-boc .new-second-section .custom-audio .et_pb_module_header {
  margin-left: 70px;
}

#et-boc .new-second-section .custom-audio .et_audio_container .mejs-controls div.mejs-time-rail {
  margin-left: 70px;

}


.new-second-section p {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
  opacity: 0.9;
}
.page-id-12912 .benefits-list .text h3{
  margin-bottom: 8px !important;
  padding-bottom: 0px !important;
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}

.page-id-12912 .benefits-list .text p{
  color: var(--Dark-Text, #0D406C);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.9;
}

.new-fav-delete {
  cursor: pointer;
}

.new-fav-delete i:before {
  background: url(image/fav-dropdown-delete.svg) no-repeat center;
  width: 25px;
  height: 25px;
  content: '';
  display: inline-block;
}

.dropdown.display-none {
  display: none !important;
}


.page-template-landing-page .home-header {
  padding-top: 236px;
  padding-bottom: 160px;
}

.page-template-landing-page .home-header:after {
  background-image: url(image/LandingNewHero_x1-min.png);
  background-size: cover;
  background-position: center center;
}

.page-template-landing-page .header {
  background-color: rgba(255,255,255,.7);
}

.page-template-landing-page .home-header .text {
  margin-left: 0;
  text-align: left;
}

.page-template-landing-page .home-header .text p {
  text-align: left;
  color: #414851;
}

.page-template-landing-page .home-header .btn {
  margin-left: 0;
}

.page-template-landing-page .home-header h1 {
  color: #285373;
  text-align: left;
}

.page-template-landing-page .header .nav .start-btn a,
.page-template-landing-page .btn {
  background: #307AFE;
}

.page-template-landing-page .header .nav .start-btn a {
  color: #fff!important;
}

.page-template-landing-page .how-we-help h3,
.page-template-landing-page .section-title {
  color: #285373;
}

.page-template-landing-page .home-benefits {
  margin-bottom: 120px;
}

.page-template-landing-page .we-in-numbers {
  margin-bottom: 220px;
}

.page-template-landing-page .medical-backed .bg-and-vector {
  background: #DAE9F2;
}

.page-template-landing-page .text-blue {
  color: #285373;
}

.page-template-landing-page .header .nav a {
  color: #414851!important;
}

.page-template-landing-page .footer .copy a,
.page-template-landing-page .footer .copy p,
.page-template-landing-page .home-footer-menu ul li a,
.page-template-landing-page .home-footer-menu h5,
.page-template-landing-page .home-footer-menu .h5,
.page-template-landing-page .home-blog .item p,
.page-template-landing-page .home-blog .item h4,
.page-template-landing-page .home-blog .item .h4,
.page-template-landing-page .home-blog .item .date,
.page-template-landing-page .home-faq .accordion .accordion-content,
.page-template-landing-page .about-section .left p,
.page-template-landing-page .price-section .left ul li,
.page-template-landing-page .unsure-banner .left p,
.page-template-landing-page .we-in-numbers h4,
.page-template-landing-page .we-in-numbers .h4,
.page-template-landing-page .text-dark,
.page-template-landing-page .how-we-help p,
.page-template-landing-page .benefits-list .item .text h3,
.page-template-landing-page .home-benefits p {
  color: #414851;
}

.page-template-landing-page .footer .copy a:hover,
.page-template-landing-page .home-footer-menu ul li a:hover {
  color: #307AFE;
}

.page-template-landing-page .footer .social a svg path {
  fill: #414851;
}

.page-template-landing-page .footer .social a:hover svg path {
  fill: #307AFE;
}

.page-template-landing-page .home-blog .item .author span,
.page-template-landing-page .price-section .full-access h4,
.page-template-landing-page .price-section .full-access .h4,
.page-template-landing-page .price-section .left h2,
.page-template-landing-page .price-section .left .h2,
.page-template-landing-page .we-in-numbers h2 {
  color: #285373;
}

.page-template-landing-page-new .home-header {
  padding-top: 236px;
  padding-bottom: 160px;
}

.page-template-landing-page-new .home-header:after {
  background-image: url(image/LandingNewHero_x1-min.png);
  background-size: cover;
  background-position: center center;
}

.page-template-landing-page-new .header {
  background-color: rgba(255,255,255,.7);
}

.page-template-landing-page-new .home-header .text {
  margin-left: 0;
  text-align: left;
}

.page-template-landing-page-new .home-header .text p {
  text-align: left;
  color: #414851;
}

.page-template-landing-page-new .home-header .btn {
  margin-left: 0;
}

.page-template-landing-page-new .home-header h1 {
  color: #285373;
  text-align: left;
}

.page-template-landing-page-new .header .nav .start-btn a,
.page-template-landing-page-new .btn {
  background: #307AFE;
}

.page-template-landing-page-new .header .nav .start-btn a {
  color: #fff!important;
}

.page-template-landing-page-new .how-we-help h3,
.page-template-landing-page-new .section-title {
  color: #285373;
}

.page-template-landing-page-new .home-benefits {
  margin-bottom: 120px;
}

.page-template-landing-page-new .we-in-numbers {
  margin-bottom: 220px;
}

.page-template-landing-page-new .medical-backed .bg-and-vector {
  background: #DAE9F2;
}

.page-template-landing-page-new .text-blue {
  color: #285373;
}

.page-template-landing-page-new .header .nav a {
  color: #414851!important;
}

.page-template-landing-page-new .footer .copy a,
.page-template-landing-page-new .footer .copy p,
.page-template-landing-page-new .home-footer-menu ul li a,
.page-template-landing-page-new .home-footer-menu h5,
.page-template-landing-page-new .home-footer-menu .h5,
.page-template-landing-page-new .home-blog .item p,
.page-template-landing-page-new .home-blog .item h4,
.page-template-landing-page-new .home-blog .item .h4,
.page-template-landing-page-new .home-blog .item .date,
.page-template-landing-page-new .home-faq .accordion .accordion-content,
.page-template-landing-page-new .about-section .left p,
.page-template-landing-page-new .price-section .left ul li,
.page-template-landing-page-new .unsure-banner .left p,
.page-template-landing-page-new .we-in-numbers h4,
.page-template-landing-page-new .we-in-numbers .h4,
.page-template-landing-page-new .text-dark,
.page-template-landing-page-new .how-we-help p,
.page-template-landing-page-new .benefits-list .item .text h3,
.page-template-landing-page-new .home-benefits p {
  color: #414851;
}

.page-template-landing-page-new .footer .copy a:hover,
.page-template-landing-page-new .home-footer-menu ul li a:hover {
  color: #307AFE;
}

.page-template-landing-page-new .footer .social a svg path {
  fill: #414851;
}

.page-template-landing-page-new .footer .social a:hover svg path {
  fill: #307AFE;
}

.page-template-landing-page-new .home-blog .item .author span,
.page-template-landing-page-new .price-section .full-access h4,
.page-template-landing-page-new .price-section .full-access .h4,
.page-template-landing-page-new .price-section .left h2,
.page-template-landing-page-new .price-section .left .h2,
.page-template-landing-page-new .we-in-numbers h2 {
  color: #285373;
}

.single-post .footer {
  position: relative;
  z-index: 2;
}

.new-faq .et_pb_toggle {
  border: none;
  mix-blend-mode: normal;
  border-top: 1px solid rgba(13, 64, 108,.1);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

.new-faq .et_pb_toggle:last-child {
  border-bottom: 1px solid rgba(13, 64, 108,.1);
}

.new-faq .et_pb_toggle h5.et_pb_toggle_title,
.new-faq .et_pb_toggle h3.et_pb_toggle_title {
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #0D406C;
  padding: 15px 50px 15px 25px;
  display: block;
  border: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  outline: none;
  position: relative;
}

.new-faq .et_pb_toggle h5.et_pb_toggle_title:before,
.new-faq .et_pb_toggle h3.et_pb_toggle_title:before {
  content: '';
  position: absolute;
  right: 25px;
  top: 25px;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2021/04/Arrow-Down.svg);
  display: block !important;
  transition: .3s;
}

.page-template-divi-template .et_pb_row {
  width: 100%;
}



.new-faq .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title:before {
  transform: rotate(180deg);
}

.new-faq .et_pb_toggle .et_pb_toggle_content {
  font-size: 14px;
  line-height: 21px;
  color: #0D406C;
  padding: 0px 0 15px 0;
  margin: 0 25px;
}

.new-faq .et_pb_toggle .et_pb_toggle_content p + p {
  margin-top: 15px;
}
.new-faq .et_pb_toggle .et_pb_toggle_close {
  background-color: #fff;
}

.et_pb_section.about-course .inner .et_pb_text_inner {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
}

.mob-btn-width-100 .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-template-landing-page-new .slick-slide {
  height: auto;
}

@media(max-width: 980px) {
  .page-template-divi-template .et_pb_column {
    margin-bottom: 0;
  }
}

@media(max-width: 920px) {
  .page-template-landing-page .header,
  .page-template-landing-page-new .header {
    background: #fff;
  }
}

@media(max-width: 767px) {
  .page-template-test-result-new .et_builder_inner_content {
    min-height: calc(100vh - 70px);
  }

  .bg-for-benefits {
    display: none;
  }

  .page-template-landing-page .we-in-numbers,
  .page-template-landing-page .home-benefits {
    margin-bottom: 60px;
  }

  .page-template-landing-page .home-header:after {
    background-image: url(image/hero-img-mob-2-min.png);
  }

  .page-template-landing-page .home-header {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .page-template-landing-page .home-header h1,
  .page-template-landing-page .home-header .text p,
  .page-template-landing-page .home-header .btn {
    margin-left: auto;
    text-align: center;
  }

  .page-template-landing-page-new .we-in-numbers,
  .page-template-landing-page-new .home-benefits {
    margin-bottom: 60px;
  }

  .page-template-landing-page-new .home-header:after {
    background-image: url(image/hero-img-mob-2-min.png);
  }

  .page-template-landing-page-new .home-header {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .page-template-landing-page-new #home_milestone_section .item {
    height: auto;
  }

  .page-template-landing-page-new .home-header h1,
  .page-template-landing-page-new .home-header .text p,
  .page-template-landing-page-new .home-header .btn {
    margin-left: auto;
    text-align: center;
  }

  .only-desc {
    display: none;
  }

  .et-boc .how-we-help.desktop .et_pb_row {
    display: none;
  }
  .et-boc .how-we-help.desktop {
    margin-bottom: 0;
  }

  .page-template-landing-page-new .et_pb_row {
    width: 100%;
  }

  .page-template-landing-page-new .slick-slide {
    height: auto;
  }

  .et-boc .how-we-help.desktop .et_pb_row:first-child {
    display: block;
  }

  .et-boc .how-we-help.mobile {
    display: block;
  }

  .we-in-numbers .et_pb_column:nth-child(2):before,
  .we-in-numbers .et_pb_column:nth-child(2):after {
    display: none;
  }

  .et_pb_section.price-section:before,
  .et_pb_section.price-section .et_pb_row:before {
    display: none;
  }

  .et_pb_section.price-section .et_pb_row,
  .et_pb_section.about-section .et_pb_row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .et_pb_section.about-section p:last-child {
    margin-bottom: 0;
  }

  .new-faq .et_pb_toggle h5.et_pb_toggle_title,
  .new-faq .et_pb_toggle h3.et_pb_toggle_title {
    padding-left: 0;
    padding-right: 25px;
  }

  .new-faq .et_pb_toggle .et_pb_toggle_content {
    margin-left: 0;
    margin-right: 0;
  }

  .new-faq .et_pb_toggle h5.et_pb_toggle_title:before,
  .new-faq .et_pb_toggle h3.et_pb_toggle_title:before{
    right: 0;
  }

  .new-faq .et_pb_column:first-child .et_pb_toggle:last-child {
    border-bottom: none;
  }

  .new-contact-form .wpcf7-submit {
    width: 100%;
  }

  #et-boc .new-second-section .mob-hidden {
    display: none;
  }

  #et-boc .new-second-section .section-title {
    text-align: center!important;
  }

  #et-boc .new-second-section .custom-audio .et_pb_audio_module_content {
    padding: 0!important;
  }
  #et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button button {
    width: 40px !important;
    height: 40px !important;
    background-size: cover!important;
  }
  #et-boc .new-second-section .custom-audio .et_audio_container .mejs-controls div.mejs-time-rail {
    margin-left: 50px;
  }

  #et-boc .new-second-section .custom-audio .et_pb_module_header {
    margin-left: 50px;
    font-size: 14px;
    line-height: 140%;
  }

  #et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button {
    margin-top: -22px !important;
  }

  .mob-btn-width-100 .btn {
    width: 100%;
  }

  #et-boc .new-second-section .custom-audio .mejs-controls .mejs-playpause-button.mejs-pause button {
    background-size: cover!important;
  }
  
}


.before-questions {
  float: left;
  width: 100%;
}

.before-questions-title .title {
  margin-top: 85px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  font-family: "Libre Franklin", sans-serif;
  color: #0D406C;
}

.before-questions-title .sub-title {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
}

.before-questions .form_radio_btn input[type=radio] {
  display: none;
}

.before-questions .form_radio_btn label {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 11px;
  padding-left: 46px;
  padding-right: 15px;
  line-height: 18px;
  background-color: #fff;
  border-radius: 10px;
  user-select: none;
  font-size: 12px;
  color: #285373;
  position: relative;
}

.before-questions .form_radio_btn {
  padding-left: 5px;
  padding-right: 5px;
}

.before-questions .custom-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.before-questions .form_radio_btn label:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  /* border: 2px solid #E2E6E9; */
  background: #E2E6E9;
  border-radius: 50%;
  left: 15px;
  top: 12px;
  transition: .3s;
}

.before-questions .form_radio_btn label:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  left: 17px;
  top: 14px;
  transition: .3s;
}

.before-questions .form_radio_btn input[type=radio]:checked + label:after {
  background: linear-gradient(
    45.31deg
    , #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
}

.before-questions .form_radio_btn input[type=radio]:checked + label:before {
  background: linear-gradient(
    45.31deg
    , #307AFE 15.44%, #80ABF8 51.05%, #95D7FF 83.11%);
}

.before-questions .radio-title {
  font-size: 16px;
  line-height: 150%;
  color: #285373;
}

.before-question-row {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 45px;
}

.new-question-btn .disable {
  background: #E2E6E9;
  color: #A0A5A9;
  cursor: not-allowed;
  pointer-events: none;
}

.new-question-btn {
  text-align: center;
  position: relative;
}

.new-question-btn .btn {
  /*max-width: 277px;*/
  margin-bottom: 63px;
}

.loading-result {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F5FBFF;
  z-index: 9;
}

.loading-result-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:  translate(-50%, -50%);
}

.loading-result .title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  font-family: "Libre Franklin", sans-serif;
  color: #0D406C;
}

.loading-image {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.loading-image .img {
  width: 100%;
  height: 100%;
  background-image: url(image/Loading.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-z-index .start-page-header {
  z-index: 99;
}

.loading-image .img-after {
  width: 100%;
  height: 100%;
  background-image: url(image/Done-after.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-post .part-row-left-side-img {
	padding-bottom: 20px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s ease-in-out infinite;
  -moz-animation: rotating 2s ease-in-out infinite;
  -ms-animation: rotating 2s ease-in-out infinite;
  -o-animation: rotating 2s ease-in-out infinite;
  animation: rotating 2s ease-in-out infinite;
}

.loading-result-content .text {
  font-size: 14px;
  line-height: 150%;
  color: #0D406C;
}

.before-questions {
  background: #F5FBFF;
}

@media(max-width:  767px) {
  .before-questions-title .title {
    font-size: 14px;
  }

  .before-questions-title .sub-title {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .before-questions .before-question-row {
    padding: 0;
  }

  .before-questions .before-question-row .col-6 {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .before-questions .before-question-row .custom-padding {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .before-question-row {
    margin-bottom: 25px;
  }

  .before-question-row:last-child {
    margin-bottom: 30px;
  }

  .before-questions .radio-title {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .before-questions .form_radio_btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .before-questions .form_radio_btn:last-child {
    margin-bottom: 0;
  }

  .new-question-btn .btn {
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }

  .loading-result .title {
    font-size: 16px;
  }

  .loading-result .title br {
    display: none;
  }

}