/*



Theme Name: Twenty Nineteen Child

Theme URI: https://en-gb.wordpress.org/themes/twentynineteen/

Author: ChildThemeWP.com

Author URI: https://childthemewp.com

Description: My WordPress Twenty Nineteen child theme.

Template: twentynineteen

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Version: 1.0.0

Text Domain: twentynineteen-child



*/
@font-face {
  font-family: 'Nexa';
  src: url("fonts/NexaLight.eot");
  src: url("fonts/NexaLight.eot?#iefix") format("embedded-opentype"), url("fonts/NexaLight.woff2") format("woff2"), url("fonts/NexaLight.woff") format("woff"), url("fonts/NexaLight.ttf") format("truetype"), url("fonts/NexaLight.svg#NexaLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Nexa';
  src: url("fonts/NexaBold.eot");
  src: url("fonts/NexaBold.eot?#iefix") format("embedded-opentype"), url("fonts/NexaBold.woff2") format("woff2"), url("fonts/NexaBold.woff") format("woff"), url("fonts/NexaBold.ttf") format("truetype"), url("fonts/NexaBold.svg#NexaBold") format("svg");
  font-weight: bold;
  font-style: normal; }
/*-------Mixin---------*/
/*------------Media Varabials-------------*/
/*-------------Media Query---------*/
/*--------Font Weight-----*/
/*--------Font Size-----*/
/*-------- Font-family ---------------*/
/*-------- Img-Fluid---------------*/
.img-fluid {
  max-width: 100%;
  width: auto; }

img {
  max-width: 100%;
  width: auto; }

*, input, button, *:focus {
  outline: none !important; }

body {
  font-family: Nexa;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 16px;
  overflow-x: hidden;
  color: #0088d7;
  background-color: #fcfcfc;
  font-weight: 400;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

ul {
  padding-left: 0;
  display: flex;
  margin: 0 auto;
  width: max-content; }
  ul li {
    list-style: none; }

* {
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }
@media (max-width: 767px){  
  /*p{
    text-align: inherit !important;
  }*/
}  

.col-3 {
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .col-3 {
      width: 100%; } }

.col-4 {
  width: 33.33%;
  float: left; }

.col-6 {
  width: 50%;
  float: left;
  box-sizing: border-box; }

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 15px; }
  @media only screen and (max-width: 1150px) {
    .container {
      max-width: 1000px; } }

*:focus {
  outline: none !important; }

.row {
  display: flex;
  flex-wrap: wrap; }

*, *:before, *:after {
  box-sizing: inherit; }

.main-header {
  border-top: solid 6px #0088d7;
  padding: 15px 0;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .main-header .row {
    position: relative; }
    .main-header .row .header-logo {
      margin-right: 25px; }
      @media only screen and (max-width: 767px) {
        .main-header .row .header-logo a img {
          width: 150px; } }
    .main-header .row .menu-header_navigation-container {
      display: flex; }
      .main-header .row .menu-header_navigation-container .menu-header-menu-container {
        display: flex;
        padding-left: 0;
        align-items: center; }
        .main-header .row .menu-header_navigation-container .menu-header-menu-container li {
          list-style: none;
          padding: 8px 20px;
          border-right: solid 1px #e0e0e0; }
          .main-header .row .menu-header_navigation-container .menu-header-menu-container li:last-child {
            border: none; }
          .main-header .row .menu-header_navigation-container .menu-header-menu-container li a {
            color: #6d6e71;
            text-decoration: none;
            font-weight: 600; }
            .main-header .row .menu-header_navigation-container .menu-header-menu-container > li a:hover {
              color: #0088d7; }
      @media only screen and (max-width: 991px) {
        .main-header .row .menu-header_navigation-container {
          width: 270px;
          background: #ffffff;
          padding: 100px 15px 0;
          z-index: 999;
          position: fixed;
          top: 0;
          bottom: 0;
          left: 0;
          display: block;
          transition: ease 0.5s;
          opacity: 0;
          transform: translateX(-100%); }
          .main-header .row .menu-header_navigation-container.active {
            transform: translateX(0);
            opacity: 1;
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.75); }
          .main-header .row .menu-header_navigation-container .menu-header-menu-container ul {
            flex-wrap: wrap;
            width: unset; }
          .main-header .row .menu-header_navigation-container .menu-header-menu-container li {
            flex: 0 0 100%;
            max-width: 100%;
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 15px 15px 0; } }
    .main-header .row .hamburgur-box {
      right: 0;
      position: absolute;
      height: 100%; }
      @media only screen and (max-width: 991px) {
        .main-header .row .hamburgur-box {
          display: none; } }
      .main-header .row .hamburgur-box .hamburger-btn {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .main-header .row .mobile-toggle {
      display: none; }

.hamburger-btn {
  width: 25px;
  cursor: pointer; }

.hamburger-btn span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 2px;
  background: #4aaae2;
  transition: all .3s;
  position: relative; }

.hamburger-btn span + span {
  margin-top: 5px; }

.hamburger-btn.active span:nth-child(1) {
  animation: ease .7s top forwards; }

.hamburger-btn.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards; }

.hamburger-btn.active span:nth-child(2) {
  animation: ease .7s scaled forwards; }

.hamburger-btn.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards; }

.hamburger-btn.active span:nth-child(3) {
  animation: ease .7s bottom forwards; }

.hamburger-btn.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards; }

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0); }
  50% {
    top: 7px;
    transform: rotate(0); }
  100% {
    top: 7px;
    transform: rotate(45deg); } }
@keyframes top-2 {
  0% {
    top: 7px;
    transform: rotate(45deg); }
  50% {
    top: 7px;
    transform: rotate(0deg); }
  100% {
    top: 0;
    transform: rotate(0deg); } }
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0); }
  50% {
    bottom: 7px;
    transform: rotate(0); }
  100% {
    bottom: 7px;
    transform: rotate(135deg); } }
@keyframes bottom-2 {
  0% {
    bottom: 7px;
    transform: rotate(135deg); }
  50% {
    bottom: 7px;
    transform: rotate(0); }
  100% {
    bottom: 0;
    transform: rotate(0); } }
@keyframes scaled {
  50% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }
@keyframes scaled-2 {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
.main {
  position: relative;
  box-sizing: border-box; }
  .main:before {
    content: '';
    width: 2px;
    background-color: #e5e5e5;
    height: calc(100% - 210px);
    max-height: 100%;
    display: inline-block;
    position: absolute;
    left: 80px;
    top: 210px;
    z-index: 2; }
    @media only screen and (max-width: 1280px) {
      .main:before {
        left: 40px; } }
    @media only screen and (max-width: 550px) {
      .main:before {
        left: 30px; } }
    @media only screen and (max-width: 380px) {
      .main:before {
        left: 19px; } }
  .main:after {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 72px;
    top: 208px;
    z-index: -1;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 1281px) {
      .main:after {
        left: 92px; } }
    @media only screen and (max-width: 550px) {
      .main:after {
        left: 31px; } }
    @media only screen and (max-width: 380px) {
      .main:after {
        left: 11px; } }

.left-dot-box {
  position: relative; }
  .left-dot-box:after {
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 72px;
    top: 208px;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
    display: none; }
    @media only screen and (min-width: 1281px) {
      .left-dot-box:after {
        left: 91px; } }
    @media only screen and (max-width: 550px) {
      .left-dot-box:after {
        left: 31px; } }
    @media only screen and (max-width: 380px) {
      .left-dot-box:after {
        left: 11px; } }

.left-dot-box.symptoms:after {
  top: 220px; }

.left-dot-box.need-help:after {
  top: 125px; }

.left-dot-box.pain-structure:after, .only-premium.left-dot-box:after, .coming-soon.left-dot-box:after {
  top: 94px; }
  @media only screen and (min-width: 1281px) {
    .left-dot-box.pain-structure:after, .only-premium.left-dot-box:after, .coming-soon.left-dot-box:after {
      left: 91px; } }
.left-dot-box.pain-structure:before, .only-premium.left-dot-box:before, .coming-soon.left-dot-box:before {
  content: '';
  width: 2px;
  background-color: #fff;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  left: 80px;
  z-index: -1;
  display: none; }
  @media only screen and (min-width: 1281px) {
    .left-dot-box.pain-structure:before, .only-premium.left-dot-box:before, .coming-soon.left-dot-box:before {
      left: 100px; } }

.mechnism.left-dot-box:after {
  top: 115px; }

.mechnism-pro.left-dot-box:after {
  top: 75px; }

.coming-soon.left-dot-box:before {
  height: auto; }
.coming-soon.left-dot-box:after {
  top: 104px;
  left: 92px; }
@media only screen and (max-width: 1280px) {
  .coming-soon.left-dot-box:after {
    left: 71px; } }
@media only screen and (max-width: 550px) {
  .coming-soon.left-dot-box:after {
    left: 31px; } }
@media only screen and (max-width: 380px) {
  .coming-soon.left-dot-box:after {
    left: 10px; } }

.heder-img {
  padding-top: 70px; }
  @media only screen and (max-width: 991px) {
    .heder-img {
      padding-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .heder-img {
      padding-top: 20px; } }
  .heder-img .head-star {
    padding-bottom: 30px; }
    @media only screen and (max-width: 991px) {
      .heder-img .head-star {
        padding-bottom: 15px; } }
    .heder-img .head-star ul {
      display: flex;
      padding-left: 0;
      margin: 0 auto;
      width: max-content;
      justify-content: center; }
      @media only screen and (max-width: 1080px) {
        .heder-img .head-star ul {
          max-width: 580px;
          padding: 0 15px;
          width: unset; } }
      .heder-img .head-star ul li {
        height: 20px;
        width: 20px;
        margin: 0 1px;
        list-style: none; }
        @media only screen and (max-width: 767px) {
          .heder-img .head-star ul li {
            height: 16px;
            width: 16px; } }
  .heder-img h1 {
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .heder-img h1 {
        font-size: 38px; } }
    .heder-img h1 span {
      font-weight: 900; }
    @media only screen and (max-width: 767px) {
      .heder-img h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 550px) {
      .heder-img h1 {
        font-size: 24px;
        padding-bottom: 5px; } }
    .heder-img h1:nth-letter(1) {
      font-weight: bold; }
  .heder-img p {
    font-size: 24px;
    text-align: center;
    padding: 20px 0 50px 0; }
    @media only screen and (max-width: 991px) {
      .heder-img p {
        font-size: 20px;
        padding: 10px 0 50px 0; } }
    @media only screen and (max-width: 767px) {
      .heder-img p {
        padding-top: 0;
        font-size: 16px; } }
    @media only screen and (max-width: 550px) {
      .heder-img p {
        font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    .heder-img .img-cover {
      max-width: 750px;
      margin: 0 auto;
      padding: 0 15px; } }
  @media only screen and (max-width: 1024px) {
    .heder-img .img-cover {
      max-width: 600px; } }
  .heder-img .img-cover img {
    margin: 0 auto;
    display: block; }

@media only screen and (max-width: 450px) {
  .as-seen ul {
    flex-wrap: wrap; }
    .as-seen ul li {
      flex: 0 0 100%;
      max-width: 90px; }
      .as-seen ul li img {
        display: block; } }
.as-seen p {
  color: #b6b5ba;
  text-align: center;
  padding-bottom: 25px;
  font-weight: 600; }

.need-help {
  padding: 100px 0; }
  .need-help .row {
    padding: 0 90px;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .need-help .row {
        padding: 0 60px; } }
    @media only screen and (max-width: 380px) {
      .need-help .row {
        padding: 0 0 0 30px; } }
    .need-help .row h2 {
      font-size: 32px;
      font-weight: 500;
      padding-bottom: 25px; }
      .need-help .row h2 span {
        font-weight: 900; }
      @media only screen and (max-width: 550px) {
        .need-help .row h2 {
          font-size: 25px; } }
    .need-help .row p span {
      font-weight: 700; }
    @media only screen and (max-width: 550px) {
      .need-help .row p {
        font-size: 14px; } }
    @media only screen and (max-width: 991px) {
      .need-help .row p, .need-help .row h2 {
        max-width: 600px;
        margin: 0 auto; } }
    @media only screen and (max-width: 768px) {
      .need-help .row p, .need-help .row h2 {
        max-width: 450px;
        padding-bottom: 15px; } }
  @media only screen and (max-width: 991px) {
    .need-help {
      padding: 70px 0; }
      .need-help .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        width: unset;
        float: unset; }
      .need-help .quiz {
        padding-top: 30px; } }
  @media only screen and (max-width: 768px) {
    .need-help {
      padding: 30px 0; }
      .need-help .quiz {
        padding-top: 10px; } }

.wellness {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 785px;
  position: relative;
  z-index: 9999; }
  .wellness .wellness-inner {
    padding: 0 0 0 90px; }
    .wellness .wellness-inner .wellness-header {
      align-items: center;
      display: flex;
      padding-top: 60px;
      padding-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .wellness .wellness-inner .wellness-header {
          padding-bottom: 5px; } }
      .wellness .wellness-inner .wellness-header h2 {
        font-size: 64px;
        font-weight: 100;
        padding-right: 20px; }
        .wellness .wellness-inner .wellness-header h2 span {
          font-weight: 900; }
        @media only screen and (max-width: 991px) {
          .wellness .wellness-inner .wellness-header h2 {
            font-size: 55px; } }
        @media only screen and (max-width: 768px) {
          .wellness .wellness-inner .wellness-header h2 {
            font-size: 40px; } }
        @media only screen and (max-width: 550px) {
          .wellness .wellness-inner .wellness-header h2 {
            font-size: 34px; } }
        @media only screen and (max-width: 450px) {
          .wellness .wellness-inner .wellness-header h2 {
            font-size: 26px; } }
    @media only screen and (max-width: 991px) {
      .wellness .wellness-inner {
        padding: 0 30px 0; } }
    @media only screen and (max-width: 450px) {
      .wellness .wellness-inner {
        padding: 0; } }
  @media only screen and (max-width: 1024px) {
    .wellness {
      height: 600px; } }
  @media only screen and (max-width: 768px) {
    .wellness {
      height: 400px; } }

.symptoms {
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative; }
  @media only screen and (max-width: 1150px) {
    .symptoms {
      padding: 80px 0; } }
  @media only screen and (max-width: 1150px) {
    .symptoms .images-cover {
      padding: 0 20px;
      max-width: 800px;
      margin: 0 auto; } }
  @media only screen and (max-width: 991px) {
    .symptoms .images-cover {
      max-width: 650px; } }
  @media only screen and (max-width: 768px) {
    .symptoms .images-cover {
      max-width: 550px;
      margin-left: auto;
      margin-right: unset; } }
  .symptoms img {
    margin: 0 auto;
    display: block; }
  @media only screen and (max-width: 991px) {
    .symptoms {
      padding: 50px; } }
  @media only screen and (max-width: 767px) {
    .symptoms {
      padding: 20px; } }

.footer {
  display: flex;
  color: #fff; }
  @media only screen and (max-width: 1150px) {
    .footer {
      flex-wrap: wrap; } }
  .footer .left-footer {
    z-index: 4;
    flex: 0 0 62%;
    max-width: 62%;
    background-color: #0088d7; }
    @media only screen and (max-width: 1150px) {
      .footer .left-footer {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media only screen and (max-width: 650px) {
      .footer .left-footer .col-6 {
        width: unset;
        flex: 0 0 100%;
        max-width: 100%;
        float: unset; } }
    .footer .left-footer .row {
      padding: 50px 80px 80px; }
      @media only screen and (max-width: 768px) {
        .footer .left-footer .row {
          padding: 50px 30px 40px; } }
      .footer .left-footer .row .quick-link {
        border-top: solid 1px #fff; }
        .footer .left-footer .row .quick-link ul {
          flex-wrap: wrap;
          padding-top: 15px;
          width: 100%; }
          .footer .left-footer .row .quick-link ul li {
            flex: 0 0 50%;
            max-width: 50%; }
            .footer .left-footer .row .quick-link ul li a {
              text-decoration: none;
              color: #fff;
              padding: 10px 0 0;
              display: block;
              transition: all 0.3s; }
              .footer .left-footer .row .quick-link ul li a:hover {
                color: #1a2f70; }
      .footer .left-footer .row .news-letter-subs .news-letter-inner {
        margin-left: 50px; }
        @media only screen and (max-width: 650px) {
          .footer .left-footer .row .news-letter-subs .news-letter-inner {
            margin-left: 0;
            padding-top: 20px;
            border-top: 1px solid #fff;
            margin-top: 30px; } }
        .footer .left-footer .row .news-letter-subs .news-letter-inner p {
          padding-bottom: 10px; }
        .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email {
          display: flex; }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email input {
            border: solid 1px #fff;
            padding: 10px 8px;
            background-color: #0088d7;
            color: #fff;
            margin: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0; }
            @media only screen and (max-width: 650px) {
              .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email input {
                width: 100%; } }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email button {
            background-color: #fff;
            padding: 10px 15px;
            color: #0088d7;
            border: none;
            font-family: Nexa;
            cursor: pointer;
            margin: 0;
            border: 1px solid transparent; }
            .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email button:hover {
              background-color: #037abf;
              border-color: #fff;
              color: #fff; }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email ::-webkit-input-placeholder {
            color: #fff;
            font-family: Nexa; }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email :-moz-placeholder {
            color: #fff;
            font-family: Nexa; }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email ::-moz-placeholder {
            color: #fff;
            font-family: Nexa; }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .newsletter-email :-ms-input-placeholder {
            color: #fff;
            font-family: Nexa; }
        .footer .left-footer .row .news-letter-subs .news-letter-inner .followus {
          padding-top: 15px;
          display: flex;
          border-bottom: solid 1px #fff; }
          @media only screen and (max-width: 650px) {
            .footer .left-footer .row .news-letter-subs .news-letter-inner .followus {
              border: none; } }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .followus a:hover {
            transition: all 0.2s;
            opacity: 0.5; }
          .footer .left-footer .row .news-letter-subs .news-letter-inner .followus img {
            height: 18px;
            margin: 0 0 0 5px;
            cursor: pointer; }
  .footer .right-footer {
    flex: 0 0 38%;
    max-width: 38%;
    background-color: #037abf;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 1150px) {
      .footer .right-footer {
        flex: 0 0 100%;
        padding: 20px 0;
        max-width: 100%; } }
    .footer .right-footer a {
      display: block; }
      @media only screen and (max-width: 550px) {
        .footer .right-footer a {
          max-width: 150px; } }
    .footer .right-footer img {
      display: block; }

.about-tikun {
  padding-top: 100px;
  padding-bottom: 115px; }
  @media only screen and (max-width: 1150px) {
    .about-tikun {
      padding: 50px; } }
  @media only screen and (max-width: 380px) {
    .about-tikun {
      padding: 20px; } }
  .about-tikun .row {
    padding: 0 90px; }
    @media only screen and (max-width: 768px) {
      .about-tikun .row {
        padding: 0 0 0 50px; } }
    @media only screen and (max-width: 550px) {
      .about-tikun .row {
        padding: 0 0 0 10px; } }
    @media only screen and (max-width: 1150px) {
      .about-tikun .row .about-text {
        padding-bottom: 30px; } }
    .about-tikun .row .about-text h1 {
      font-size: 48px;
      font-weight: 400;
      padding-bottom: 50px; }
      .about-tikun .row .about-text h1 span {
        font-weight: bold; }
      @media only screen and (max-width: 1150px) {
        .about-tikun .row .about-text h1 {
          padding-bottom: 20px;
          font-size: 38px; } }
      @media only screen and (max-width: 380px) {
        .about-tikun .row .about-text h1 {
          font-size: 30px; } }
    .about-tikun .row .about-text p {
      text-align: justify; }
      @media only screen and (max-width: 380px) {
        .about-tikun .row .about-text p {
          font-size: 14px; } }
    .about-tikun .row img {
      max-width: unset; }
      @media only screen and (max-width: 1280px) {
        .about-tikun .row img {
          max-width: 100%; } }
  @media only screen and (max-width: 1150px) {
    .about-tikun .col-6 {
      max-width: 100%;
      flex: 0 0 100%; } }

.only-premium {
  background-image: url("img/bg-gradiant.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .only-premium .row {
    padding: 0 90px;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .only-premium .row {
        padding: 0 0 0 50px; } }
    @media only screen and (max-width: 380px) {
      .only-premium .row {
        padding: 0 0 0 20px; } }
    .only-premium .row img {
      position: absolute;
      left: 10%;
      bottom: -113px; }
      @media only screen and (max-width: 1280px) {
        .only-premium .row img {
          left: 0; } }
      @media only screen and (max-width: 1150px) {
        .only-premium .row img {
          bottom: -92px;
          max-width: 610px; } }
      @media only screen and (max-width: 768px) {
        .only-premium .row img {
          bottom: -74px;
          max-width: 490px; } }
    .only-premium .row h2 {
      font-size: 48px;
      padding-top: 100px;
      text-transform: uppercase;
      font-weight: 400;
      padding-bottom: 25px; }
      .only-premium .row h2 span {
        font-weight: 900; }
      @media only screen and (max-width: 1150px) {
        .only-premium .row h2 {
          padding-top: 50px; } }
      @media only screen and (max-width: 768px) {
        .only-premium .row h2 {
          font-size: 35px;
          padding-bottom: 18px; } }
      @media only screen and (max-width: 380px) {
        .only-premium .row h2 {
          padding-top: 30px;
          font-size: 23px; } }
    .only-premium .row p {
      text-align: justify;
      padding-bottom: 140px; }
      @media only screen and (max-width: 1150px) {
        .only-premium .row p {
          padding-bottom: 50px;
          font-size: 14px; } }
      @media only screen and (max-width: 380px) {
        .only-premium .row p {
          padding-right: 25px; } }
  @media only screen and (max-width: 767px) {
    .only-premium .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
      width: unset; }
      .only-premium .col-6 img {
        display: none; } }

.strains {
  padding-top: 140px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .strains {
      padding-bottom: 0; } }
  @media only screen and (max-width: 550px) {
    .strains {
      padding: 50px 0 0; } }
  @media only screen and (max-width: 380px) {
    .strains {
      padding: 20px 0 0; } }
  .strains .row {
    padding: 0 90px; }
    @media only screen and (max-width: 768px) {
      .strains .row {
        padding: 0 50px; } }
    @media only screen and (max-width: 380px) {
      .strains .row {
        padding: 25px; } }
    .strains .row h2 {
      font-size: 48px;
      text-transform: uppercase;
      font-weight: 400;
      padding-bottom: 45px; }
      @media only screen and (max-width: 1150px) {
        .strains .row h2 {
          font-size: 38px;
          padding-bottom: 15px; } }
      .strains .row h2 span {
        font-weight: 900; }
      @media only screen and (max-width: 550px) {
        .strains .row h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 450px) {
        .strains .row h2 {
          font-size: 23px; } }
    .strains .row p {
      text-align: justify; }
      @media only screen and (max-width: 550px) {
        .strains .row p {
          font-size: 14px; } }
    .strains .row img {
      position: absolute;
      right: 10%;
      top: 65px; }
      @media only screen and (max-width: 768px) {
        .strains .row img {
          position: relative;
          top: 50px;
          max-width: 310px;
          left: 0;
          right: 0;
          display: block;
          margin: 0 auto; } }
      @media only screen and (max-width: 1150px) {
        .strains .row img {
          right: 0; } }
      @media only screen and (max-width: 1080px) {
        .strains .row img {
          right: 0;
          position: relative;
          top: 0; } }
  @media only screen and (max-width: 768px) {
    .strains .col-6 {
      flex: 0 0 100%;
      width: unset;
      max-width: 100%; } }

.coming-soon {
  color: #fff;
  background-image: url("img/comming-soon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 285px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1150px) {
    .coming-soon {
      padding: 80px 0; } }
  @media only screen and (max-width: 450px) {
    .coming-soon {
      padding: 30px 0; } }
  .coming-soon .row .coming-soon-inner {
    padding-left: 45px;
    padding-right: 45px; }
    @media only screen and (max-width: 768px) {
      .coming-soon .row .coming-soon-inner {
        width: unset;
        max-width: 100%;
        float: unset;
        flex: 0 0 100%;
        padding-left: 100px; } }
    @media only screen and (max-width: 450px) {
      .coming-soon .row .coming-soon-inner {
        padding-left: 50px; } }
    @media only screen and (max-width: 380px) {
      .coming-soon .row .coming-soon-inner {
        padding-left: 30px;
        padding-right: 20px; } }
    .coming-soon .row .coming-soon-inner h2 {
      font-size: 48px;
      font-weight: 400;
      text-transform: uppercase; }
      .coming-soon .row .coming-soon-inner h2 span {
        font-weight: 900; }
      @media only screen and (max-width: 450px) {
        .coming-soon .row .coming-soon-inner h2 {
          font-size: 38px; } }
      @media only screen and (max-width: 380px) {
        .coming-soon .row .coming-soon-inner h2 {
          font-size: 28px; } }
    .coming-soon .row .coming-soon-inner p {
      text-align: justify; }

.product-slider {
  padding-top: 25px; }
  .product-slider .tikun-slider {
    margin: 0 90px; }
    @media only screen and (max-width: 380px) {
      .product-slider .tikun-slider {
        margin: 0 auto;
        max-width: 240px;
        width: 100%; } }
    .product-slider .tikun-slider .slick-dots li button {
      border: solid 1px #0088d7;
      border-radius: 50%;
      padding: 0;
      height: 12px;
      width: 12px; }
      .product-slider .tikun-slider .slick-dots li button:before {
        font-size: 8px;
        color: #0088d7;
        width: 12px;
        height: 12px;
        line-height: 14px;
        opacity: 0; }
        @media only screen and (max-width: 380px) {
          .product-slider .tikun-slider .slick-dots li button:before {
            line-height: 13px; } }
    .product-slider .tikun-slider .slick-dots .slick-active button:before {
      opacity: 1; }
    .product-slider .tikun-slider .slick-prev, .product-slider .tikun-slider .slick-next {
      width: 40px;
      height: 80px;
      opacity: 1;
      left: -40px;
      transform: rotate(180deg); }
      .product-slider .tikun-slider .slick-prev:before, .product-slider .tikun-slider .slick-next:before {
        content: "";
        background-image: url("img/right-arrow.png");
        height: 80px;
        width: 40px;
        background-size: 40px 80px;
        display: inline-block; }
        @media only screen and (max-width: 550px) {
          .product-slider .tikun-slider .slick-prev:before, .product-slider .tikun-slider .slick-next:before {
            height: 40px;
            width: 20px;
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center; } }
    .product-slider .tikun-slider .slick-next {
      transform: rotate(0deg);
      right: -40px;
      left: auto; }
  .product-slider img {
    margin: 0 auto;
    display: block; }

.avidekel {
  padding-top: 20px;
  padding-bottom: 95px; }
  @media only screen and (max-width: 1024px) {
    .avidekel {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 380px) {
    .avidekel {
      padding-bottom: 20px;
      padding-top: 0; } }
  .avidekel p {
    color: #545454;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 20px; }
    @media only screen and (max-width: 380px) {
      .avidekel p {
        font-size: 14px; } }
  .avidekel .head-star {
    padding-bottom: 20px; }
    .avidekel .head-star ul:before, .avidekel .head-star ul:after {
      content: "";
      display: inline-block;
      width: 215px;
      height: 1px;
      background-color: #e1e1e1;
      margin: auto 10px; }

.where-to-buy {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  display: flex; }
  .where-to-buy a {
    text-align: center;
    text-decoration: none;
    color: #0088d7;
    border: solid 1px #0088d7;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 900;
    margin: 0 auto;
    transition: all ease-in-out 0.3s; }
    .where-to-buy a:hover {
      color: #fff;
      background-color: #0088d7; }

.pain-structure .row {
  padding: 0 50px; }
  @media only screen and (max-width: 1080px) {
    .pain-structure .row {
      padding: 0 30px; } }
  @media only screen and (max-width: 991px) {
    .pain-structure .row {
      padding: 0 50px; } }
  @media only screen and (max-width: 768px) {
    .pain-structure .row {
      font-size: 14px; } }
  @media only screen and (max-width: 550px) {
    .pain-structure .row {
      padding: 0 30px; } }
  @media only screen and (max-width: 380px) {
    .pain-structure .row {
      padding: 0 0 0 20px; } }
  .pain-structure .row p {
    padding: 98px 0 70px 0; }
    @media only screen and (max-width: 1024px) {
      .pain-structure .row p {
        padding: 50px 0; } }
    @media only screen and (max-width: 550px) {
      .pain-structure .row p {
        padding: 30px 0; } }
  .pain-structure .row .pain-structure-img {
    position: relative; }
    .pain-structure .row .pain-structure-img img {
      right: 0;
      left: 0;
      bottom: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 1080px) {
        .pain-structure .row .pain-structure-img img {
          display: none; } }
@media only screen and (max-width: 1080px) {
  .pain-structure .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    width: unset; } }

.mechnism {
  padding-top: 120px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 1080px) {
    .mechnism {
      padding: 80px 0 0; } }
  @media only screen and (max-width: 1080px) {
    .mechnism {
      padding: 30px 0 0; } }
  .mechnism .form-img {
    position: relative;
    display: flex;
    align-items: center; }
    .mechnism .form-img img {
      position: absolute;
      right: 0; }
      @media only screen and (max-width: 1080px) {
        .mechnism .form-img img {
          padding: 0 0 0 40px; } }
  .mechnism p {
    color: #676767;
    padding: 0 40px;
    text-align: justify; }
    @media only screen and (max-width: 767px) {
      .mechnism p {
        padding: 0 0 25px 45px;
        font-size: 14px; } }
    @media only screen and (max-width: 380px) {
      .mechnism p {
        padding: 0 0 0 20px; } }
  @media only screen and (max-width: 767px) {
    .mechnism .col-6 {
      width: unset;
      max-width: 100%;
      flex: 0 0 100%; }
      .mechnism .col-6 img {
        position: relative;
        margin: 0 auto 35px; } }

.mechnism-pro {
  padding-bottom: 60px;
  padding-top: 75px; }
  @media only screen and (max-width: 1080px) {
    .mechnism-pro {
      padding: 60px 0; } }
  @media only screen and (max-width: 550px) {
    .mechnism-pro {
      padding: 30px 0 0; } }
  .mechnism-pro p {
    color: #676767;
    padding: 0 0 25px 45px;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .mechnism-pro p {
        font-size: 14px;
        letter-spacing: 1px; } }
    @media only screen and (max-width: 380px) {
      .mechnism-pro p {
        padding: 0 0 0 20px; } }
  .mechnism-pro .form-img {
    position: relative; }
    @media only screen and (max-width: 1150px) {
      .mechnism-pro .form-img {
        display: flex;
        align-items: center; } }
    .mechnism-pro .form-img img {
      position: absolute;
      top: -50px;
      max-width: unset;
      left: -35px;
      z-index: -1; }
      @media only screen and (max-width: 1367px) {
        .mechnism-pro .form-img img {
          left: -85px; } }
      @media only screen and (max-width: 1280px) {
        .mechnism-pro .form-img img {
          max-width: 650px; } }
      @media only screen and (max-width: 1150px) {
        .mechnism-pro .form-img img {
          max-width: 100%;
          top: 0;
          position: relative;
          left: 0; } }
      @media only screen and (max-width: 767px) {
        .mechnism-pro .form-img img {
          padding-left: 45px; } }
  @media only screen and (max-width: 767px) {
    .mechnism-pro .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
      width: unset; } }

.other-product {
  margin-top: 55px; }
  @media only screen and (max-width: 550px) {
    .other-product {
      margin-top: 30px; } }
  .other-product .col-6 {
    flex-wrap: wrap;
    display: flex; }
    .other-product .col-6 .col-6 {
      display: unset; }
  .other-product .container .border-design {
    border-right: solid 1px #c3c3c3; }
    @media only screen and (max-width: 991px) {
      .other-product .container .border-design {
        border: none;
        border-bottom: solid 1px #c3c3c3; } }
  .other-product .container .other-product-inner {
    margin-bottom: 80px;
    padding: 0px 15px 0 15px; }
    @media only screen and (max-width: 991px) {
      .other-product .container .other-product-inner {
        padding: 0 40px 0 50px; } }
    @media only screen and (max-width: 550px) {
      .other-product .container .other-product-inner {
        padding: 0 20px 0 30px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 450px) {
      .other-product .container .other-product-inner {
        padding: 0 30px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 380px) {
      .other-product .container .other-product-inner {
        padding: 0 10px; } }
    .other-product .container .other-product-inner .row {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0 15px; }
    .other-product .container .other-product-inner hr {
      height: 1px;
      background-color: #e1e1e1;
      width: 100%;
      border: none;
      width: 85%;
      margin-bottom: 75px; }
      @media only screen and (max-width: 767px) {
        .other-product .container .other-product-inner hr {
          margin-bottom: 20px; } }
    .other-product .container .other-product-inner h2 {
      font-size: 48px;
      font-weight: 400;
      width: 100%;
      text-align: center;
      padding-bottom: 40px; }
      .other-product .container .other-product-inner h2 span {
        font-weight: 900; }
      @media only screen and (max-width: 767px) {
        .other-product .container .other-product-inner h2 {
          font-size: 35px;
          padding-bottom: 20px; } }
      @media only screen and (max-width: 550px) {
        .other-product .container .other-product-inner h2 {
          padding-bottom: 0; } }
      @media only screen and (max-width: 380px) {
        .other-product .container .other-product-inner h2 {
          font-size: 26px; } }
    .other-product .container .other-product-inner .other-product-detail {
      text-align: center;
      max-height: 123px;
      height: 123px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center; }
      @media only screen and (max-width: 550px) {
        .other-product .container .other-product-inner .other-product-detail {
          height: unset;
          display: unset;
          max-height: unset; } }
      .other-product .container .other-product-inner .other-product-detail h3 {
        font-size: 24px;
        font-weight: 400;
        max-height: 36px;
        overflow: hidden; }
        .other-product .container .other-product-inner .other-product-detail h3 span {
          font-weight: 900; }
      .other-product .container .other-product-inner .other-product-detail p {
        font-size: 14px;
        color: #545454;
        height: 35px; }
        @media only screen and (max-width: 550px) {
          .other-product .container .other-product-inner .other-product-detail p {
            height: unset; } }
      @media only screen and (max-width: 991px) {
        .other-product .container .other-product-inner .other-product-detail {
          text-align: left;
          order: 2; }
          .other-product .container .other-product-inner .other-product-detail p {
            padding: 10px 0; }
          .other-product .container .other-product-inner .other-product-detail .where-to-buy a {
            margin: unset; } }
      @media only screen and (max-width: 550px) {
        .other-product .container .other-product-inner .other-product-detail {
          text-align: center; }
          .other-product .container .other-product-inner .other-product-detail .where-to-buy a {
            margin: 0 auto; } }
  @media only screen and (max-width: 991px) {
    .other-product .col-6 {
      flex: 0 0 100%;
      max-width: 100%;
      width: unset; }
      .other-product .col-6 .col-6 {
        flex: 0 0 50%;
        max-width: 50%; }
        .other-product .col-6 .col-6 img {
          margin: 0 auto;
          display: block; } }
  @media only screen and (max-width: 550px) {
    .other-product .col-6 {
      padding: 20px 0; }
      .other-product .col-6 .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }

.align-data {
  align-items: center; }

.quiz .quiz-btn {
  max-width: 360px;
  margin-left: auto; }
  @media only screen and (max-width: 991px) {
    .quiz .quiz-btn {
      margin: 0 auto; } }
  .quiz .quiz-btn img {
    display: block;
    width: unset;
    max-width: 100%;
    margin: 0 auto; }

.side-dot {
  position: sticky;
  position: -webkit-sticky;
  top: 325px;
  margin-left: 70px;
  z-index: 3; }
  @media only screen and (max-width: 1280px) {
    .side-dot {
      margin-left: 32px; } }
  @media only screen and (max-width: 767px) {
    .side-dot {
      top: 290px; } }
  @media only screen and (max-width: 550px) {
    .side-dot {
      margin-left: 21px; } }
  @media only screen and (max-width: 380px) {
    .side-dot {
      margin-left: 10px; } }
  .side-dot .side-dot-inner {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: #76bae2;
    border: solid 4px #fff;
    border-radius: 50%;
    z-index: -1;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.postid-859 .other-product hr {
  display: none; }

.awards-section {
  padding: 50px 0;
  overflow: hidden; }
  .awards-section .awards-shadow {
    text-align: center; }
  .awards-section h2 {
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .awards-section h2 {
        font-size: 26px; } }
  .awards-section .flexbox1 {
    /*	display:flex; */
    padding-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center; }
    .awards-section .flexbox1 .col {
      /* flex:0 0 25%;
      	max-width:25%;  */
      padding: 0 15px;
      /*	display: flex;
      	justify-content: center;
      	flex-wrap: wrap;  */
      position: relative;
      /*  @include respond-to($screen991){
      	flex:0 0 50%;
      	max-width:50%;
        }   */ }
      @media only screen and (max-width: 550px) {
        .awards-section .flexbox1 .col {
          flex: 0 0 100%;
          max-width: 100%; } }
      .awards-section .flexbox1 .col:after {
        content: "";
        background-color: #ececec;
        position: absolute;
        right: 0;
        width: 1px;
        height: 170px;
        display: block !important;
        bottom: 9px; }
        @media only screen and (max-width: 767px) {
          .awards-section .flexbox1 .col:after {
            display: none !important; } }
      @media only screen and (max-width: 1150px) {
        .awards-section .flexbox1 .col:last-child:after {
          content: "";
          display: none !important; } }
      @media (max-width: 850px) {
        .awards-section .flexbox1 .col:last-child:after {
          content: "";
          display: none !important; } }
      @media only screen and (max-width: 991px) {
        .awards-section .flexbox1 .col:nth-child(2n):after {
          display: none; } }
      .awards-section .flexbox1 .col .logo-wrapr {
        display: flex;
        align-items: center;
        width: 100%; }
        .awards-section .flexbox1 .col .logo-wrapr img {
          max-height: 185px;
          margin: 0 auto;
          display: table; }
      .awards-section .flexbox1 .col .custom-tolltip {
        width: 100%;
        padding: 5px 5px 25px;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
        @media only screen and (max-width: 767px) {
          .awards-section .flexbox1 .col .custom-tolltip {
            opacity: 1 !important; } }
        .awards-section .flexbox1 .col .custom-tolltip .tolltip-wrap {
          box-shadow: 0 0 6.5px rgba(0, 0, 0, 0.09);
          padding: 21px 15px;
          text-align: center;
          position: relative;
          border-radius: 15px; }
          .awards-section .flexbox1 .col .custom-tolltip .tolltip-wrap:after {
            content: "";
            position: absolute;
            width: 25px;
            height: 25px;
            box-shadow: 3px 2px 3.5px rgba(0, 0, 0, 0.09);
            background-color: #fff;
            z-index: 1;
            bottom: -11px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg); }
        .awards-section .flexbox1 .col .custom-tolltip h5 {
          color: #0088d7;
          text-transform: uppercase;
          font-size: 22px;
          padding-bottom: 6px;
          font-family: Nexa; }
          @media only screen and (max-width: 991px) {
            .awards-section .flexbox1 .col .custom-tolltip h5 {
              font-size: 20px; } }
        .awards-section .flexbox1 .col .custom-tolltip p {
          font-size: 16px;
          color: #727272;
          text-align: center;
          line-height: 23px; }
          @media only screen and (max-width: 991px) {
            .awards-section .flexbox1 .col .custom-tolltip p {
              font-size: 14px; } }
      .awards-section .flexbox1 .col:hover .custom-tolltip {
        opacity: 1; }
      .awards-section .flexbox1 .col:first-child .custom-tolltip {
        opacity: 0; }
      .awards-section .flexbox1 .col:first-child:hover .custom-tolltip {
        opacity: 1; }
  .awards-section .slick-initialized .slick-slide {
    display: flex; }
  .awards-section .slick-initialized .slick-slide > div {
    display: flex; }
    @media only screen and (max-width: 991px) {
      .awards-section .slick-initialized .slick-slide > div {
        margin: 0 auto; } }
  .awards-section .slick-initialized .slick-slide .col {
    display: flex !important;
    flex-direction: column; }
    .awards-section .slick-initialized .slick-slide .col .logo-wrapr {
      flex: 1; }

.cannabinoid-section {
  background-color: #f7f7f7;
  margin-top: 34px;
  padding: 20px 35px; }
  @media only screen and (max-width: 767px) {
    .cannabinoid-section {
      padding: 20px 15px; } }
  .cannabinoid-section .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .cannabinoid-section .title {
        font-size: 20px; } }
  .cannabinoid-section .cannabinoid-chart {
    display: flex;
    float: none !important;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 7px !important; }
    .cannabinoid-section .cannabinoid-chart li {
      display: flex;
      width: 100%; }
      .cannabinoid-section .cannabinoid-chart li:not(last-child) {
        padding-bottom: 15px; }
    .cannabinoid-section .cannabinoid-chart .headding {
      font-size: 24px;
      font-weight: lighter;
      text-transform: uppercase;
      width: 100%;
      max-width: 50%; }
      @media only screen and (max-width: 1080px) {
        .cannabinoid-section .cannabinoid-chart .headding {
          font-size: 20px;
          max-width: 60%; } }
      @media only screen and (max-width: 991px) {
        .cannabinoid-section .cannabinoid-chart .headding {
          font-size: 16px; } }
    .cannabinoid-section .cannabinoid-chart .percentage {
      font-size: 24px;
      font-weight: lighter;
      text-transform: uppercase;
      width: 100%;
      max-width: 30%; }
      @media only screen and (max-width: 1080px) {
        .cannabinoid-section .cannabinoid-chart .percentage {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .cannabinoid-section .cannabinoid-chart .percentage {
          font-size: 16px; } }

.product-deatil-head {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 767px) {
    .product-deatil-head {
      padding-bottom: 25px !important; } }

.chart-section .flexbox {
  display: flex; }
  @media only screen and (max-width: 991px) {
    .chart-section .flexbox {
      flex-wrap: wrap; } }
  .chart-section .flexbox .col {
    flex: 0 0 58.3%;
    padding: 0 15px;
    max-width: 58.33%; }
    @media only screen and (max-width: 991px) {
      .chart-section .flexbox .col {
        flex: 0 0 100%;
        max-width: 100%; } }
    .chart-section .flexbox .col:last-child {
      flex: 0 0 41.66%;
      max-width: 41.66%;
      padding: 0 15px 0 50px; }
      @media only screen and (max-width: 991px) {
        .chart-section .flexbox .col:last-child:after {
          display: none !important; } }
      @media only screen and (max-width: 991px) {
        .chart-section .flexbox .col:last-child {
          flex: 0 0 100%;
          max-width: 60%;
          padding-bottom: 25px;
          margin: 0 auto; }
          .chart-section .flexbox .col:last-child .percentage {
            text-align: right; } }
      @media only screen and (max-width: 767px) {
        .chart-section .flexbox .col:last-child {
          padding: 0 15px 0 40px;
          max-width: 100%; }
          .chart-section .flexbox .col:last-child .percentage {
            text-align: left; } }
.chart-section .col-wrap {
  position: relative;
  overflow: hidden;
  margin-top: -15px; }
  .chart-section .col-wrap .new-tikun-logo-chart-div {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    z-index: 2; }

.chart-section {
  padding-bottom: 50px; }
  .chart-section .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .chart-section .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .chart-section .title {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .chart-section .col:first-child {
      display: none; } }
  .chart-section .cannabinoid-chart {
    display: flex;
    float: none !important;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 7px !important; }
    .chart-section .cannabinoid-chart li {
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 991px) {
        .chart-section .cannabinoid-chart li {
          font-size: 20px; } }
      .chart-section .cannabinoid-chart li:not(last-child) {
        margin-bottom: 15px; }
      .chart-section .cannabinoid-chart li:hover:nth-child(1):hover .headding,
      .chart-section .cannabinoid-chart li:hover:nth-child(1):hover .percentage {
        color: #f3ab3a; }
      .chart-section .cannabinoid-chart li:hover:nth-child(2) .headding,
      .chart-section .cannabinoid-chart li:hover:nth-child(2) .percentage {
        color: #485b5b; }
      .chart-section .cannabinoid-chart li:hover:nth-child(3) .headding,
      .chart-section .cannabinoid-chart li:hover:nth-child(3) .percentage {
        color: #20ab8a; }
      .chart-section .cannabinoid-chart li:hover:nth-child(4) .headding,
      .chart-section .cannabinoid-chart li:hover:nth-child(4) .percentage {
        color: #14a3ab; }
      .chart-section .cannabinoid-chart li:hover:nth-child(5) .headding,
      .chart-section .cannabinoid-chart li:hover:nth-child(5) .percentage {
        color: #7e377e; }
      .chart-section .cannabinoid-chart li:hover:nth-child(6) .headding,
      .chart-section .cannabinoid-chart li:hover:nth-child(6) .percentage {
        color: #e42e27; }
    .chart-section .cannabinoid-chart .headding {
      font-size: 24px;
      font-weight: lighter;
      text-transform: uppercase;
      width: 100%;
      color: #aeaeae;
      max-width: 50%; }
      @media only screen and (max-width: 1080px) {
        .chart-section .cannabinoid-chart .headding {
          font-size: 20px;
          max-width: 60%; } }
      @media only screen and (max-width: 991px) {
        .chart-section .cannabinoid-chart .headding {
          font-size: 16px; } }
    .chart-section .cannabinoid-chart .percentage {
      font-size: 24px;
      font-weight: lighter;
      text-transform: uppercase;
      color: #aeaeae;
      width: 100%;
      max-width: 30%; }
      @media only screen and (max-width: 1080px) {
        .chart-section .cannabinoid-chart .percentage {
          font-size: 20px; } }
      @media only screen and (max-width: 991px) {
        .chart-section .cannabinoid-chart .percentage {
          font-size: 16px; } }

.canvasjs-chart-credit {
  display: none; }

#chartContainer {
  margin: 0 auto;
  display: table; }

#piechart {
  margin: -50px auto 0; }
  #piechart text {
    display: none; }
  #piechart .google-visualization-tooltip {
    display: none; }
  #piechart path {
    stroke-width: 2px;
    stroke: #09a5ff; }
    #piechart path:nth-child(2), #piechart path:nth-child(3) {
      display: none; }
  #piechart .new-tikun-logo-chart-div {
    position: relative; }
  #piechart .col-wrap {
    position: relative; }

path[stroke-width="6.5"] {
  stroke: transparent; }

.artical-detail h2 {
  padding-bottom: 0  !important;
  line-height: 1  !important; }
.artical-detail h5 {
  font-size: 30px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .artical-detail h5 {
      font-size: 16px; } }

.awards-section-product {
  clear: both;
  overflow: hidden;
  padding-top: 5px; }
  @media only screen and (max-width: 767px) {
    .awards-section-product {
      padding-top: 15px; } }
  .awards-section-product .awards-icon {
    float: left;
    margin-right: 13px; }
    .awards-section-product .awards-icon img {
      max-height: 22px; }
      @media only screen and (max-width: 1080px) {
        .awards-section-product .awards-icon img {
          max-height: 15px; } }
      @media only screen and (max-width: 767px) {
        .awards-section-product .awards-icon img {
          max-width: 16px; } }
      .awards-section-product .awards-icon img:not(last-child) {
        margin-right: 4px; }
  .awards-section-product span {
    cursor: pointer; }
    @media only screen and (max-width: 1080px) {
      .awards-section-product span {
        font-size: 14px; } }
    .awards-section-product span:hover {
      color: #aeaeae; }

.reviews-div ul, .reviews-div button {
  margin-top: 10px !important; }
.reviews-div p span.text-uppercase {
  text-transform: uppercase; }
.reviews-div a button:hover {
  color: #aeaeae; }

.artical-detail .read-more-btn:hover {
  color: #aeaeae; }

.cs-popup[data-popup="awards-popup"] {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10%;
  max-width: max-content;
  padding: 0;
  max-width: 767px;
  opacity: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9999; }
  @media only screen and (max-width: 1080px) {
    .cs-popup[data-popup="awards-popup"] {
      max-width: 80%; } }
  @media only screen and (max-width: 767px) {
    .cs-popup[data-popup="awards-popup"] {
      max-width: 90%; } }
  @media only screen and (max-width: 550px) {
    .cs-popup[data-popup="awards-popup"] {
      max-width: 370px;
      top: 20%; } }
  @media only screen and (max-width: 450px) {
    .cs-popup[data-popup="awards-popup"] {
      max-width: 290px; } }
  .cs-popup[data-popup="awards-popup"].active {
    opacity: 1;
    visibility: visible; }
  .cs-popup[data-popup="awards-popup"] .popup-wrap {
    max-height: 70vh;
    top: 13%;
    padding: 27px;
    overflow-y: scroll;
    overflow-x: hidden; }
    @media only screen and (max-width: 1080px) {
      .cs-popup[data-popup="awards-popup"] .popup-wrap {
        max-height: 59vh; } }
    @media only screen and (max-width: 450px) {
      .cs-popup[data-popup="awards-popup"] .popup-wrap {
        padding: 15px; } }
.cs-popup .close-icon span {
  cursor: pointer;
  max-width: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  /* float: right; */
  font-size: 100px;
  position: absolute;
  right: -50px;
  font-weight: 100;
  line-height: 20px;
  top: 0;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .cs-popup .close-icon span {
      max-width: 86%;
      max-width: 20px;
      right: -25px; } }
  @media only screen and (max-width: 550px) {
    .cs-popup .close-icon span {
      right: 5px;
      top: -25px; } }
  .cs-popup .close-icon span svg {
    width: 15px; }
.cs-popup .popup-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cs-popup .popup-wrap .logo-wrapr {
    padding: 0 15px;
    display: flex;
    width: 100%;
    max-width: 33.33%;
    flex-direction: column; }
    @media only screen and (max-width: 991px) {
      .cs-popup .popup-wrap .logo-wrapr {
        max-width: 50%; } }
    @media only screen and (max-width: 550px) {
      .cs-popup .popup-wrap .logo-wrapr {
        max-width: 100%; } }
    .cs-popup .popup-wrap .logo-wrapr .logo-deatil {
      text-align: center; }
    .cs-popup .popup-wrap .logo-wrapr .logo-img {
      height: 170px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 550px) {
        .cs-popup .popup-wrap .logo-wrapr .logo-img {
          height: auto; } }
    .cs-popup .popup-wrap .logo-wrapr p {
      font-size: 14px;
      color: #6d6e71;
      padding-top: 9px; }
    .cs-popup .popup-wrap .logo-wrapr h6 {
      font-size: 17px;
      padding-top: 13px; }
    .cs-popup .popup-wrap .logo-wrapr img {
      max-height: 170px;
      margin: 0 auto;
      display: table; }

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

@media only screen and (max-width: 767px) {
  .modal-content {
    width: 80%; }
    .modal-content .pop-up-detail ul li img {
      max-width: 22px; }
    .modal-content .pop-up-detail .pop-up-star a button {
      font-size: 16px; }
    .modal-content .close {
      right: -22px;
      font-size: 38px; }
      .modal-content .close img {
        height: 16px; } }

body.postid-538 {
  overflow-x: hidden; }

.highcharts-container svg .highcharts-series-group g path {
  opacity: 1;
  position: relative;
  z-index: 2; }

.highcharts-container svg .highcharts-series-group g path:hover {
  opacity: 1; }

/* .highcharts-container svg .highcharts-series-group g path:last-child{
	display:none;
} */
.highcharts-container:after {
  position: absolute;
  content: ' ';
  left: calc(50% - 0px);
  top: calc(50% - 1px);
  border: 3px solid;
  display: block;
  z-index: 888;
  height: 285px;
  width: 285px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 136, 215, 0.34);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 136, 215, 0.34);
  box-shadow: 0px 0px 8px 3px rgba(0, 136, 215, 0.34); }

path[Attributes Style] {
  fill: #e4d354;
  d: path("M 485.155 281.518 A 124.5 124.5 0 0 1 415.921 289.116 L 437.5 166.5 A 0 0 0 0 0 437.5 166.5 Z");
  transform: translate(0, 0);
  stroke: white;
  stroke-width: 1;
  opacity: 1;
  stroke-linejoin: round; }

.group-hover .highcharts-point {
  opacity: 0.2 !important; }
  .group-hover .highcharts-point.highcharts-point-hover {
    opacity: 1 !important; }

/*# sourceMappingURL=custom.css.map */



.head-subscribe-now-inner-main #subscribe_btn{
    font-size: 0px;
    background-image: url(https://tikunolam.com/wp-content/themes/twentynineteen-child/img/subscribe.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 22px;
    background-position: right;
    cursor: pointer;
	background-color:transparent;
	border:none;
}

input#subscribe_btn{
	font-size: 16px;
    font-family: inherit;
    background-color: transparent;
    padding: 15px;
    transition: all ease-in-out 0.3s;
    color: #0086d4;
    transition: all ease-in-out 0.3s;
    border: none;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
	transition:all ease-in-out 0.3s;
}

input#subscribe_btn:hover{
	background-color: #0086d4;
    color: #fff;
	transition:all ease-in-out 0.3s;
}