/*



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: 20px;
  overflow-x: hidden;
  color: #0088d7;
  background-color: #fff;
  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;
}

.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;
}

.col-7 {
  width: 58.33%;
}

.col-5 {
  width: 41.66%;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 15px;
}

@media (min-width:768px) and (max-width: 991px) {
  .container {
    max-width: 700px;
  }
}

@media (min-width:992px) and (max-width: 1095px) {
  .container {
    max-width: 850px;
  }
}

@media (min-width:1096px) and (max-width: 1250px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width:1251px) and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width:1367) and (max-width: 1550px) {
  .container {
    max-width: 1250px;
  }
}

*: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: rgba(252, 252, 252, 0.9);
  position: fixed;
  width: 100%;
  z-index: 10;

}
.main-header .row {
  position: unset;
}
.menu-item-569 .sub-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 118px;
    background: #FFF;
}
.menu-item-569 .sub-menu .slick-list.draggable {
    margin: 0px 100px;
}
.main-header .row .header-logo {
  margin-right: 20px;
  max-width: 270px;
  align-items: center;
  display: flex;
}
.disclaimer p{
  font-size: 11px !important;
  color: #6d6e71;
  padding-top: 20px;
  padding-right: 246px;
  font-weight: 500 !important;
}
.testimonial-description h4{
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .main-header .row .header-logo a img {
    width: 150px;
  }

}

@media (min-width: 992px) and (max-width: 1280px) {
  .main-header .row .header-logo a img {
    max-width: 200px;
  }
}
.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: 0;
  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;
  padding: 10px;
  display: block;
  font-weight: 600;
}
.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li
  a:hover,
.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li
  a:focus {
  color: #0088d7;
}

@media only screen and (max-width: 991px) {
  .main-header .row .menu-header_navigation-container {
    width: 270px;
    background: #ffffff;
    padding: 70px 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;
  }
}
.main-header .row .hamburgur-box {
  right: 10px;
  position: absolute;
  height: 100%;
}
.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 0.3s;
  position: relative;
}

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

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

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

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

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

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

.hamburger-btn.not-active span:nth-child(3) {
  animation: ease 0.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;
}
.customDots {
  position: relative;
  box-sizing: border-box;
  padding-top: 128px;
}
.customDots:before {
  content: "";
  width: 1px;
  background-color: #e5e5e5;
  height: calc(100% - 240px);
  max-height: 100%;
  display: inline-block;
  position: absolute;
  left: 80px;
  top: 235px;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .customDots:before {
    left: 31px;
    top: 255px;
    height: calc(100% - 255px);
  }
}

@media (min-width:1024px) and (max-width: 1280px) {
  .customDots:before {
    top: 255px;
    height: calc(100% - 255px);
  }
}

@media (min-width:992px) and (max-width: 1023px) {
  .customDots:before {
    top: 275px;
    height: calc(100% - 275px);
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .main:before {
    top: 140px;
  }

}

@media only screen and (max-width: 550px) {
  .main:before {
    left: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .main:before {
    left: 19px;
  }
}
body: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) {
  body:after {
    left: 92px;
  }
}
@media only screen and (max-width: 550px) {
  body:after {
    left: 31px;
  }
}
@media only screen and (max-width: 380px) {
  body: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: 25px;
  width: 25px;
  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: 60px;
  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: 30px;
  text-align: center;
  padding: 20px 0 50px 0;
}
@media only screen and (max-width: 991px) {
  .heder-img p {
    font-size: 20px;
    padding: 10px 10px 50px 10px;
  }
}
@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;
}

.page-id-9 {
  background-color: #f9f9f9;
}

.as-seen {
  overflow-x: hidden;
}


.as-seen .media-logo .slick-slide {
  text-align: center;
}

.as-seen .media-logo .inner-media-logo {
  cursor: pointer;
}

.as-seen .media-logo .inner-media-logo img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
  transform: scale(1);
  transition: all ease-in-out 0.2s;
  padding: 10px;
}

.as-seen .media-logo .inner-media-logo img:hover {
  transform: scale(1.1);
}

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

.as-seen .media-logo {
  align-items: center;
}

.need-help {
  padding: 100px 0;
}
.need-help .row {
  padding: 0 0px;
  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 p {
  font-size: 20px;
  line-height: 24px;
}
.need-help .row h2 {
  font-size: 40px;
  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: 100%;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.wellness .wellness-inner {
  padding: 0;
  z-index: 2;
  margin-bottom: 50px;
}

.wellness .wellness-inner .container {
  margin: 0 auto;
}

.wellness .wellness-inner .wellness-header {
  align-items: center;
  display: flex;
  padding-top: 60px;
  padding-bottom: 20px;
}

.wellness .wellness-inner-video {
  position: relative;
  padding-top: 56.25%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.wellness .wellness-inner-video .video-play-button {
  position: absolute;
  z-index: 1;
  display: inline-table;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 50%;
}

.wellness .wellness-inner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wellness .tab-video-main {
  display: flex;
  flex-wrap: wrap;
}

.wellness .tab-video-main .tab-video {
  max-width: 42%;
  flex: 0 0 42%;
  position: relative;
}

.wellness .tab-video-main .side-com-logo {
  max-width: 58%;
  flex: 0 0 58%;
  padding: 20px;
  text-align: center;
}

.wellness .tab-video-main .side-com-logo img {
  max-width: 350px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: -7%;
}

.blogs .blog-inner .blog-content {
  padding: 40px 20px;
}

.nice-select.open .list {
  overflow-x: hidden;
}

.blog-content{
  position: relative;
}
.post-type-archive-blog-post h3.slide_up {
  position: absolute;
  opacity: 0;
  transform: translateY(0px);
  overflow: hidden;
   transition: all ease-in-out 0.5s;
}

.post-type-archive-blog-post .blog-inner:hover .slide_up {
  opacity: 1;
  transform: translateY(-25px);
  
}

.post-type-archive-blog-post .blog-inner:hover h2 {
  transform: translateY(-30px);
}
.post-type-archive-blog-post .blog-inner h2 {
  transform: translateY(10px);
  transition: all ease-in-out 0.5s;
}

h3.upcoming_s {
  font-size: 20px;
  text-align: left;
  text-transform: capitalize;
  padding-left: 55px;
  margin-top: 58px;
  display: none;
}

.ske-ul-main {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
}

.ske-ul-main .images-cover {
  width: 40%;
  position: relative;
  z-index: 2;
}

.ske-ul-main .ske-ul {
  width: 30%;
  padding-top: 25px;
}

.ske-ul-main .ske-ul ul {
  display: block;
  padding-top: 19%;
}

.ske-ul-main .ske-ul ul li {
  padding-bottom: 80px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
}

.ske-ul-main .ske-ul ul li a {
  text-decoration: none;
  color: #0088d7;
  transition: all ease-in-out 0.3s;
  border-bottom: solid 1px rgba(0,0,0,0);
}

.ske-ul-main .ske-ul ul li a:hover {
  border-bottom: solid 1px #0088d7;
}

.ske-ul-main .ske-ul-left ul li {
  text-align: right;
}

.ske-ul-main .ske-ul-left ul li:nth-child(1), .ske-ul-main .ske-ul-left ul li:nth-child(5) {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.ske-ul-main .ske-ul-right ul li:nth-child(2), .ske-ul-main .ske-ul-right ul li:nth-child(5) {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.ske-ul-main .ske-ul-right ul li {
  text-align: left;
}

.ske-ul-main .ske-ul-right ul li:nth-child(1) {
  left:-40%;
}

.ske-ul-main .ske-ul-right ul li:nth-child(3) {
  left:-25%;
}

.ske-ul-main .ske-ul-right ul li:nth-child(4) {
  left:-10%;
}

.ske-ul-main .ske-ul-left ul li:nth-child(2) {
  right: -35%;
}

.ske-ul-main .ske-ul-left ul li:nth-child(3) {
  right: -25%;
}

.ske-ul-main .ske-ul-left ul li:nth-child(4) {
  right: -10%;
}

.ske-ul-main .ske-ul-right ul li:last-child, .ske-ul-main .ske-ul-left ul li:last-child {
  padding-bottom: 0;
}

.ske-ul-main .ske-ul-left ul li:after {
    content: '';
    display: inline-block;
    width: 450px;
    height: 1px;
    background-color: #0088d7;
    position: absolute;
    top: 12px;
    left: 100%;
    display: none;
}

.ske-ul-main .ske-ul ul {
  width: 100%;
}

.ske-ul-main .ske-ul-left ul li:before {
  display: none;
}

.ske-ul-main .ske-ul-right ul li:right {
  display: none;
}

.ske-ul-main .ske-ul-right ul li:before {
  content: '';
    display: inline-block;
    width: 450px;
    height: 1px;
    background-color: #0088d7;
    position: absolute;
    top: 12px;
    right: 100%;
    display: none;
}

.red-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin: 0 auto;
  right: 0;
  left: -45px;
  top: 25px;
  z-index: 2;
}

.red-dot .circle {
  animation: red-anim 4s infinite;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  border-radius: 50%;
}

.red-dot .red-dot-inner {
  background-color: red;
  z-index: 5;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  border: solid 4px #fff;
}

@keyframes red-anim {
  from {
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  to {
    transform: scale(3, 3);
    opacity: 0;
  }
}

.red-dot .circle.red-anim-active {
  animation: red-anim-hover 2s infinite;
}

.red-dot:nth-child(2) {
  top: 5%;
  left: -14%;
}

.red-dot:nth-child(7) {
  left: -2%;
  top: 5%;
}

.red-dot:nth-child(3) {
  top: 33%;
  right: -25%;
  display: none;
}

.red-dot:nth-child(6) {
  top: 43%;
  left: -25%;
}

.red-dot:nth-child(5) {
  top: 63%;
  right: -19%;
}

.red-dot:nth-child(4) {
  top: 64%;
  left: -23%;
}

.red-dot:nth-child(8) {
  top: 45%;
  left: 35%;
}


.head-subscribe-now {
  background-color: #0088d7;
  color: #fff;
}

.head-subscribe-now .container {
  display: flex;
}

.head-subscribe-now .container p {
  padding: 25px 0;
  font-size: 20px;
}

.head-subscribe-now .head-subscribe-now-inner-main {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  border-bottom: solid 1px #fff;
}

.head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner:first-child {
  margin-left: 40px;
}

.head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  font-family: inherit;
  padding: 10px;
}

.head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input[type="submit"] {
  font-size: 0px;
  background-image: url("img/subscribe.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 22px;
  background-position: right;
  cursor: pointer;
}

.head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input::placeholder  {
  color: #fff;
}

.head-subscribe-now .mce_inline_error + div, .head-subscribe-now .response.email-success-response {
  position: absolute;
  top: 125%;
  width: 100%;
  color: red;
  z-index: 2;
  font-size: 14px;
  right: -40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
  text-align: center;
  padding: 10px;
  transition: all ease-in-out 0.3s;
}

.head-subscribe-now .response.email-success-response {
  color: green;
}

.head-subscribe-now .mce_inline_error + div:before, .head-subscribe-now .response.email-error-response:before, .head-subscribe-now .response.email-success-response:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 10px;
  top: -10px;
}

.head-subscribe-now .response.email-error-response {
  position: absolute;
  top: 125%;
  width: 100%;
  color: red;
  z-index: 2;
  font-size: 14px;
  right: -40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
  text-align: left;
  padding: 10px;
  transition: all ease-in-out 0.3s;
}

.head-subscribe-now #mc_embed_signup_scroll {
  position: relative;
}



@keyframes red-anim-hover {
  from {
    transform: scale(0.5, 0.5);
    opacity: 1;
  }
  to {
    transform: scale(4, 4);
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wellness .wellness-inner .wellness-header {
    padding-bottom: 5px;
  }
}
.wellness .wellness-inner p {
  font-size: 20px;
  color: #0088d7; 
}
.wellness .wellness-inner .wellness-header h2 {
  font-size: 80px;
  font-weight: 100;
  padding-right: 20px;
  color: #0088d7;
}
.wellness .wellness-inner .wellness-header h2 span {
  font-weight: 900;
}


@media (min-width: 992px) and (max-width: 1280px) {
  .wellness .wellness-inner .wellness-header h2 {
    font-size: 50px;
  }
  .wellness .wellness-inner .wellness-header img {
    width: 50px;
  }
}

@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;
  }
  .wellness .wellness-inner .wellness-header img {
    width: 50px;
  }

  .wellness .wellness-inner p {
    font-size: 16px;
  }
}
@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;
  }
}


.symptoms {
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.symptoms .images-cover > div {
  background-size: contain !important;
  margin: 0 auto;
  
  background-repeat: no-repeat;
}

.symptoms .container {
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1150px) {
  .symptoms {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .symptoms .images-cover {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .symptoms .images-cover {
    margin: 0 auto;
    padding: 0;
  }

 
}
.symptoms img {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .symptoms {
    padding: 50px;
  }

  .ske-ul-main .ske-ul ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .symptoms {
    padding: 20px 0px 20px 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;
  max-width: 350px;
  width: 100%;
}

.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 .tikun-map-list {
  position: relative;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin {
  position: absolute;
  display: flex;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(1) {
  top: 13%;
  left: 6%;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(2) {
  top: 21.7%;
  left: 17%;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(3) {
  top: 13%;
  left: 58%;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(4) {
  left: 69%;
  top: 20%;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(5) {
  top: 32%;
  left: 74%;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(6) {
  right: -23%;
  top: 62%;
}

.about-tikun .row .tikun-map-list .map-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.about-tikun .row .tikun-map-list .map-icon .map-icon-pin .circle {
  border-radius: 50%;
  background-color:#0088d7;
  width: 45px;
  height: 45px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 5s infinite cubic-bezier(.36, .11, .89, .32);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
div.mce_inline_error {
    display: none !important;
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.1, 2.1);
    opacity: 0;
  }
}

.about-tikun .row .about-text h1 {
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
}
.about-tikun .row .about-text h1 span {
  font-weight: bold;
}
@media only screen and (max-width: 1250px) {
  .about-tikun .row .about-text h1 {
    padding-bottom: 20px;
    font-size: 38px;
  }
  .site-header .main-header-inner .row {
      flex-wrap: unset !important;
      justify-content: space-between;
  }
}
@media only screen and (max-width: 380px) {
  .about-tikun .row .about-text h1 {
    font-size: 30px;
  }


.customDots::before {
    left: 20px;
    top: 75px;
} 

}
.about-tikun .row .about-text p {
  text-align: justify;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 380px) {
  .about-tikun .row .about-text p {
    font-size: 16px;
  }
}
.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;
  margin-top: 45px;
}
.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: 0;
  bottom: -127px;
}
@media only screen and (max-width: 1450px) {
  .only-premium .row img {
    bottom: -107px;
    width: 55%;
  }
}
@media only screen and (max-width: 1350px) {
  .only-premium .row img {
    bottom: -101px;
  }
}
@media only screen and (max-width: 1280px) {
  .only-premium .row img {
    left: 0;
    bottom: -96px;
  }
}
@media only screen and (max-width: 1150px) {
  .only-premium .row img {
    bottom: -84px;
    max-width: 610px;
  }
}
@media only screen and (max-width: 1024px) {
  .only-premium .row img {
    bottom: -76px;
    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: 60px;
  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;
  font-size: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.3;
}
@media only screen and (max-width: 1150px) {
  .only-premium .row p {
    padding-bottom: 50px;
    font-size: 16px;
  }
}
@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: 150px;
  padding-bottom: 150px;
  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 0px;
}
@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: 45px;
  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;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 550px) {
  .strains .row p {
    font-size: 16px;
  }
}
.strains .row img {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
@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: 991px) {
  .strains .row img {
    transform: translateY(0);
  }
}

@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: 360px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
@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: 20px;
  padding-right: 20px;
}
@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;
  }

  .coming-soon {
    margin-bottom: 40px;
  }

}
@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: 60px;
  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;
  line-height: 1.3;
}

.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: unset;
    width: 100%;
  }
}
.product-slider .tikun-slider .slick-dots li button {
  border: solid 1px #0088d7;
  border-radius: 50%;
  padding: 0;
  height: 8px;
  width: 8px;
}
.product-slider .tikun-slider .slick-dots li button:before {
  font-size: 8px;
  color: #0088d7;
  width: 8px;
  height: 8px;
  line-height: 14px;
  opacity: 0;
  top: 20%;
  left: 20%;
  content: "";
  background-color: #0088d7;
  border-radius: 50%;
  display: block;
}

@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.svg");
  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;
  max-height: 600px;
}

.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: 20px;
  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;
}
@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;
}

.page-id-433 .pain-structure .row p {
  padding: 70px 0 70px 0;
}

.fontresize.bigger .pain-structure .row p {
  font-size: 24px;
}

@media only screen and (max-width: 1280px) {
  .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;
  text-align: center;
  display: flex;
  align-items: center;
}

.page-id-441 .pain-structure .row .pain-structure-img {
  align-items: center;
}

.pain-structure .row .pain-structure-img img {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: auto;
  position: unset;
}

.page-id-419 .pain-structure .row .pain-structure-img img {
  margin-top: -150px;
  transform: scale(1.05);
}

marquee a {
  font-size: 20px;
  color: #0088d7;
  text-decoration: none;
  padding-top: 40px;
  display: block;
  line-height: 32px;
  cursor: default;
}



@media only screen and (max-width: 1096px) {
  .pain-structure .row .pain-structure-img img {
    max-width: 500px;
  }
  .pain-structure .row .pain-structure-img img {
    width: auto;
  }
}
@media only screen and (max-width: 1080px) {
  .pain-structure .col-6 {
    max-width: 50%;
    flex: 0 0 50%;
    width: unset;
  }
}

@media only screen and (max-width: 767px) {
  .pain-structure .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
    width: unset;
  }
  
  marquee a {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

.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;
}

.page-id-438 .mechnism .form-img img {
  width: auto;
  max-width: 650px;
}

.page-id-297 .mechnism-pro .form-img img {
  margin-left: auto;
}

@media (min-width:992px) and (max-width: 1380px) {
  .page-id-438 .mechnism-pro .form-img {
    display: block;
  }
  .page-id-438 .mechnism .form-img img {
    width: inherit;
  }

  .page-id-297 .mechnism-pro .form-img img, .page-id-438 .mechnism-pro .form-img img {
    height: auto;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .page-id-438 .mechnism-pro .col-6 {
    width: 100%;
    float: none;
  }

  .page-id-438 .mechnism-pro .form-img img {
    max-width: 450px;
  }

  .page-id-438 .mechnism .form-img img {
    position: absolute;
  }

  .ske-ul-main .ske-ul ul li {
   padding-bottom: 80px;
   line-height: 24px; 
  }

  .ske-ul-main .ske-ul-left ul li:after {
    width: 100px;
  }

  .ske-ul-main .ske-ul-right ul li:before {
    width: 100px;
  }

  .wellness .wellness-inner .wellness-header h2 {
    font-size: 42px;
  }

  .page-id-419 .mechnism .form-img img {
    position: absolute;
  }

}

@media only screen and (max-width: 1080px) {
  .mechnism .form-img img {
    padding: 0 0 0 40px;
  }
}
.mechnism p {
  color: #676767;
  padding: 0px;
  text-align: justify;
  font-size: 20px;
  line-height: 1.4;
}
@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 0;
  text-align: justify;
  font-size: 20px;
  line-height: 1.4;
}
@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: 100%;
  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: 125px;
  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;
}
.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: 60px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
  padding-top: 70px;  
}
.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: unset;
  height: unset;
  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 a {
  display: block;
  color: #0088d7;
  text-decoration: none;
}
.other-product .container .other-product-inner .other-product-detail a h3 {
  font-size: 22px;
  font-weight: 400;
  max-height: unset;
  overflow: hidden;
  padding-bottom: 10px;
}

.other-product .container .other-product-inner .other-product-detail a h3 span {
  font-weight: 900;
}

.other-product .container .other-product-inner .other-product-detail p {
  font-size: 18px;
  color: #545454;
  /*height: 23px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;*/
  height: unset;
}

.other-product .container .other-product-inner .other-product-detail .where-to-buy {
  padding-top: 25px;
}

@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;
  }
}

.other-product-inner > h2 + .col-6 {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.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: 250px;
  margin-left: 70px;
  display: table;
  z-index: 6;
  display: block;
  height: 0;
}

.side-dot .circle {
  border-radius: 50%;
  background-color: #0088d7;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
  top: 0;
  z-index: -1;
}

.page-id-517 .customDots:before, .page-id-517 .side-dot {
  display: none;
}


@media only screen and (max-width: 1280px) {
  .side-dot {
    margin-left: 21px;
  }
  .only-premium .row {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .side-dot {
    top: 290px;
    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);
}

.newsletter-email #mc_embed_signup {
  width: 100%;
  background-color: transparent;
}

.newsletter-email #mc_embed_signup #mc-embedded-subscribe-form input {
  border: 1px solid #fff;
  border-radius: 0;
  height: 100%;
}

#mc_embed_signup .mc-field-group input {
  padding: 8px 10px !important;
}

.newsletter-email #mc_embed_signup div#mce-responses {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.newsletter-email #mc_embed_signup .button {
  background-color: #fff;
  color: #0088d7;
  border-radius: 0;
  border: none;
  font-family: inherit;
  padding: 0px 15px;
  font-size: 16px;
  margin: 0;
  height: unset;
  cursor: pointer;
}

#mc_embed_signup .mc-field-group input {
  font-size: 16px;
}

.newsletter-email #mc_embed_signup .button:hover {
  background-color: #fff;
}

#mc_embed_signup_scroll {
  display: flex;
}

.mce_inline_error + div {
  position: absolute;
  bottom: -41px;
  width: 100%;
  z-index: -1;
}

.newsletter-email #mc_embed_signup .mc-field-group {
  padding: 0;
  display: flex;
}

.newsletter-email #mc_embed_signup form {
  padding: 0;
}

.product-slider .tikun-slider .slick-dots li button {
  height: 16px;
  width: 16px;
}

.footer
  .left-footer
  .row
  .news-letter-subs
  .news-letter-inner
  .newsletter-email {
  padding-bottom: 20px;
}

.main-header .row .hamburgur-box {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-header .row .hamburgur-box {
    display: block;
  }
}

.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li
  a {
  font-weight: 400;
}

body:before {
  z-index: 1;
  position: fixed;
}

.side-dot .side-dot-inner {
  z-index: 1;
}

.wellness {
  z-index: 9;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.wellness-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.product-slider .tikun-slider .slick-prev:before,
.product-slider .tikun-slider .slick-next:before {
  content: "";
  background-image: url("../twentynineteen-child/img/right-arrow.png") !important;
}

.product-slider .tikun-slider .slick-prev,
.product-slider .tikun-slider .slick-next {
  width: 35px;
  height: 60px;
}

.product-slider .tikun-slider .slick-next {
  right: -80px;
}

.product-slider .tikun-slider .slick-prev {
  left: -80px;
}
/*# sourceMappingURL=style.css.map */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.artical-detail h1 {
  font-size: 60px;
  line-height: 68px;
  color: #0088d7;
  text-transform: uppercase;
  padding-top: 70px;
}

.fontresize.bigger .artical-detail h1 {
  font-size: 65px;
}

.artical-detail h2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}

.fontresize.bigger .artical-detail h2 {
  font-size: 30px;
}

.blogs .blog-head {
  padding-top: 85px;
  text-align: center;
}

.blogs .blog-head h1 {
  margin-bottom: 45px;
  padding-bottom: 10px;
  font-size: 30px;
  font-family: "Nexa";
  font-weight: 300;
  text-align: center;
  display: inline-block;
  position: relative;
}

.blogs .blog-head select {
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #0088d7;
  font-size: 30px;
  font-family: "Nexa";
  font-weight: 300;
  text-align: center;
  color: #0088d7;
  padding-right: 15px;
  display: inline-block;
  background-color: transparent;
  padding-bottom: 10px;
  line-height: 40px;
  border-radius: 0;
}

.blogs .blog-head select option {
  background-color: transparent;
}

.blogs .blog-head h1::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  transform: rotate(90deg);
  position: absolute;
  right: 0px;
  line-height: 12px;
  top: 27%;
}

.nice-select {
  float: right !important;
  border: none !important;
  border-bottom: solid 1px !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  padding: 0 50px 0 0 !important;
  margin-left: 10px !important;
}

.nice-select:after {
  border-color: inherit !important;
  width: 8px !important;
  height: 8px !important;
}

.nice-select.open .list {
  display: block !important;
  box-shadow: 0 0 3px 2px rgba(68, 68, 68, 0.11) !important;
  border-radius: 0 !important; 
  width: 100%;
}

.nice-select .option {
  padding: 14px 19px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.tippy-popper {
  padding: 0;
}

.tippy-popper .tippy-tooltip {
  padding: 0;
  width: 250px !important;
}

.tippy-popper .tippy-tooltip .tippy-roundarrow {
  transform: scale(1.5);
}

.tippy-popper h3 {
  font-size: 18px;
  color: #0088d7;
  padding:15px 15px;
  margin: 0;
  font-weight: bold;
  border-bottom: solid 1px #e7e7e7;
}

.tippy-popper hr {
  width: 100%;
  box-shadow: none; 
  display: none;
}

.tippy-popper p {
  font-size: 14px;
  color: #545454;
  padding: 15px 45px;
  border-bottom: solid 1px #e7e7e7;
}

.tippy-popper a {
  text-decoration: none;
  color: #0088d7;
  padding: 10px;
  font-size: 14px;
  padding:15px 15px;
  display: inline-block; 
  transition: all ease-in-out 0.3s;
}

.tippy-popper a:hover {
  color: #676767;
}

.blogs .blog-head img {
  margin: 0 auto;
}

.blog-inner-main .blog-inner img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}

.blogs .blog-social ul {
  padding-top: 55px;
  padding-bottom: 0px;
}

.blogs .blog-social ul li {
  margin-right: 10px;
  margin-left: 10px;
}

.blogs .blog-social ul li img {
  height: 50px;
  width: auto;
}

.blogs .blog-inner {
  max-width: 450px;
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.1);
  margin: 0px auto 0px auto;
  height: 100%;
}

.my-posts {
  width: 100%;
}

.blogs.research_Page .container {
  max-width: 1140px;
}

.blogs .blog-inner .blog-content {
  padding: 40px 20px;
}

.blogs .blog-inner h2 {
  font-size: 20px;
  font-weight: 400;
  color: #0088d7;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: left;
}

.research_Page .blog-inner h2,
.research_Page .blog-inner h3 {
  font-size: 17px;
}

.blogs .container {
  max-width: 1150px;
}

.blogs .blog-inner p {
  font-size: 18px;
  color: #b1acaf;
  text-align: left;
}

.blog-inner {
  position: relative;
}

.blog-main {
  padding: 0;
}

.blog-main .blog-inner-main {
  padding: 50px 0 0 0;
  height: 475px;
}

.post-type-archive-blog-post footer {
  padding-top: 0;
}

.blog-inner .min-read {
  position: absolute;
  background-color: #0188d7;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  top: -25px;
  right: -25px;
}

.blog-inner .min-read p {
  font-size: 12px;
  color: #fff;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.blog-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.load-more {
  margin: 0 auto;
  padding-top: 65px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 65px;
  font-size: 18px;
}

.load-more p:before {
  content: "";
  display: block;
  background-image: url("img/load-more-icon.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

.our_strains_head {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  margin-top: 85px;
}

.our_strains_head span {
  font-weight: 700;
}

.tikun-product .product-detail .product-detail-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  margin: 0 auto;
}

.tikun-product .product-detail .product-detail-inner a {
  text-decoration: none;
  display: inline-block;
}

.tikun-product .product-detail .product-detail-inner h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 15px;
}

.tikun-product .product-detail .product-detail-inner h2 span {
  border-left: solid 2px;
  padding-left: 10px;
  margin-left: 5px;
  font-weight: 300;
}

.tikun-product .product-detail .product-detail-inner ul {
  margin-left: 0;
  padding-bottom: 12px;
}

.tikun-product .product-detail .product-detail-inner ul li img {
  height: 23px;
  width: auto;
}

.tikun-product .product-detail .product-detail-inner p {
  font-size: 20px;
  color: #545454;
}

.learn-btn {
  padding-top: 35px;
}

.learn-btn a {
  margin-left: 0;
}

.tikun-product .container-fluid:nth-child(odd) {
  background-color: #fff;
} 

.tikun-product .container-fluid:nth-child(even) {
  background-color: #fbfcfe;
}

.tikun-product .container-fluid:nth-child(even) .row .col-6:first-child {
  order: 2;
}

.tikun-product .container-fluid:nth-child(even) .row .col-6:last-child {
  order: 1;
}

.tikun-product .container-fluid {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main.strains-list:before {
  z-index: 5;
}

.strains-list .side-dot {
  z-index: 6;
}

.tikun-product .container {
  padding: 0;
}

.masonary {
  padding-left: 130px;
  padding-right: 130px;
}

.masonary .media-talk {
  padding: 10px;
}

.masonary .media-talk .media-talk-main {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.masonary .media-talk .media-talk-main:hover {
  box-shadow: 1px 5px 10px rgba(0, 136, 215, 1);
}

.masonary .media-talk .media-talk-contain {
  padding: 20px;
}

.masonary .media-talk a {
  color: inherit;
  text-decoration: none;
}

.masonary .media-talk a img {
  width: 100%;
}

.masonary .media-talk h2 {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 25px;
  padding-top: 25px;
}

.masonary .media-talk p {
  color: #545454;
  font-size: 17px;
}

.masonary
  .media-talk
  .media-talk-main
  .media-talk-contain
  p:last-child::before {
  content: "";
  display: block;
  width: 125px;
  background-color: #0088d7;
  height: 2px;
  margin-bottom: 10px;
}

.masonary .media-talk .media-talk-main .media-talk-contain p:first-child {
  margin-bottom: 20px;
}

.masonry-with-columns {
  display: block;
  flex-direction: column;
  flex-wrap: wrap;
}

.masonry-with-columns div {
  flex: 1 0 auto;
  flex-wrap: wrap;
}

.main.media-massonary:before {
  content: "";
  width: 0;
}

.product-deatil-head {
  padding-bottom: 75px;
}

.product-deatil-head .product-deatil-head-contain {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product-deatil-head .product-deatil-head-contain ul {
  margin-left: 0;
  float: left;
  margin-top: 25px;
}

.product-deatil-head .product-deatil-head-contain ul li img {
  height: 25px;
  margin: 0 2px;
}

.product-deatil-head .product-deatil-head-contain .where-to-buy a {
  margin-left: 0;
  margin-right: 15px;
  width:215px;
}

.product-deatil-head .product-deatil-head-contain .where-to-buy .new-btn-2 {
  background-color: #0088d7;
  color: #ffff;
  transition: all ease-in-out 0.3s;
}

.product-deatil-head .product-deatil-head-contain .where-to-buy .new-btn-2:hover {
  background-color: #fff;
  color: #0088d7;
}


.product-deatil-head .product-deatil-head-contain .read-more-btn {
  text-decoration: none;
  color: #0088d7;
  padding-bottom: 25px;
  font-size: 20px;
  display: block;
  width: 100%;
  border-bottom: solid 1px #eeeeee;
  text-align: left;
  padding-left: 0;
}

.product-deatil-head .product-deatil-head-contain h2 {
  font-size: 38px;
  text-transform: uppercase;
  line-height: 55px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 50px;
}

.product-deatil-head .product-deatil-head-contain h2 span {
  font-weight: 300;
}

.product-deatil-head .product-deatil-head-contain p {
  padding-top: 10px;
  font-size: 20px;
  color: #676767;
  width: 100%;
  float: left;
  padding-bottom: 15px;
  overflow: hidden;
}

.product-deatil-head .product-deatil-head-contain button {
  background-color: transparent;
  cursor: pointer;
  border: none;
  float: left;
  color: #0088d7;
  font-size: 20px;
  font-family: inherit;
  margin-top: 25px;
}

.product-deatil-head .product-deatil-head-contain #myBtn {
  margin-top: 10px;
}

.product-deatil-head-img .product-slider {
  padding: 0;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.product-deatil-head-img .tikun-slider {
  margin: 0;
}

.product-deatil-head-img .tikun-slider .slick-arrow {
  display: none !important;
}

.ing-spaciality {
  background: rgb(5, 138, 216);
  background: -moz-linear-gradient(
    129deg,
    rgba(5, 138, 216, 1) 0%,
    rgba(5, 85, 132, 1) 100%
  );
  background: -webkit-linear-gradient(
    129deg,
    rgba(5, 138, 216, 1) 0%,
    rgba(5, 85, 132, 1) 100%
  );
  background: linear-gradient(
    129deg,
    rgba(5, 138, 216, 1) 0%,
    rgba(5, 85, 132, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#058ad8",endColorstr="#055584",GradientType=1);
  padding-top: 70px;
  padding-bottom: 70px;
}

.ing-spaciality .ing-spaciality-box {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.ing-spaciality .ing-spaciality-box p {
  padding-top: 15px;
  text-transform: capitalize;
}

.avidekel-detail {
  padding-bottom: 50px;
}

.avidekel-detail h2 {
  font-size: 25px;
  color: #058ad8;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
}

.avidekel-detail p {
  padding-bottom: 15px;
  color: #545454;
}

.avidekel-detail p::first-letter {
  text-transform: capitalize;
}

.avidekel-detail p span {
  color: #545454;
}

.avidekel-detail h2:after {
  content: "";
  display: block;
  background-color: #0088d7;
  width: 100px;
  height: 2px;
  margin: 25px 0;
}

.avidekel-detail .avidekel-detail-contain {
  padding-bottom: 20px;
}

.avidekel-detail .avidekel-detail-contain {
  font-size: 14px;
  color: #676767;
}

.avidekel-detail .avidekel-detail-contain ul {
  margin-left: 0;
  display: block;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.avidekel-detail .avidekel-detail-contain ul li {
  padding-right: 10px;
  font-size: 18px;
}

.avidekel-detail .avidekel-detail-contain ul li:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #545454;
}

.avidekel-detail .avidekel-detail-contain p span {
  color: #0088d7;
}

.postid-838 .avidekel-detail .avidekel-detail-contain p span, .postid-840 .avidekel-detail .avidekel-detail-contain p span {
  color: #545454;
}

.postid-838 .avidekel-detail .row .col-6:nth-child(1) .avidekel-detail-pro-img {
  text-align: center;
}


.avidekel-detail .avidekel-detail-contain p a {
  font-size: 18px;
  color: #0088d7;
}

.avidekel-detail .avidekel-detail-contain p {
  font-size: 18px;
}

.avidekel-detail-contain-left {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 660px;
  margin-left: auto;
  margin-right: 0;
  line-height: 22px;
}

/* .avidekel-detail-pro-img {
  max-width: 575px;
} */

.avidekel-detail .row .col-6:nth-child(1) .avidekel-detail-pro-img {
  margin-left: auto;
  margin-right: 45px;
}

.avidekel-detail-pro-img img {
  margin: 0 auto;
}

.avidekel-detail-img img {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.avidekel-detail-contain-right {
  font-size: 18px;
  color: #545454;
  position: relative;
  top: 50%;
  max-width: 660px;
  transform: translateY(-50%);
  line-height: 22px;
}

.avidekel-detail-contain-right h2 {
  font-size: 18px;
  color: #0088d7;
  padding-top: 35px;
  font-weight: bold;
}

.avidekel-detail-contain-right h3 {
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 18px;
  font-weight: normal;
}

.avidekel-detail-contain-right .where-to-buy {
  margin-top: 50px;
}

.avidekel-detail-contain-right .where-to-buy a {
  margin-left: 0;
}

.avidekel-detail-contain-right ul {
  margin-left: 0;
  padding-bottom: 20px;
  display: block;
  padding-left: 15px;
  padding-bottom: 10px;
}

.avidekel-detail-contain-right ul li {
  width: 100%;
  text-align: left;
}

.avidekel-detail-contain-right ul li:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  background-color: #545454;
  border-radius: 50%;
  margin-right: 5px;
}

.avidekel-detail .avidekel-detail-contain-right h2:after {
  width: 0;
  content: "";
  display: block;
  margin: 0;
}

.avidekel-head-cont {
  max-width: 575px;
}

.know-more .know-more-shadow {
  display: block;
  margin: 0 auto 40px auto;
}

.know-more h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 70px;
}

.know-more h2 span {
  font-weight: 700;
}

.know-more #accordion h3 {
  font-size: 22px;
  color: #0088d7;
  font-weight: 700;
  padding-bottom: 25px;
  padding-top: 25px;
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding-left: 35px;
}

.know-more #accordion p {
  color: #545454;
  font-size: 18px;
}

.know-more #accordion h3:before {
  content: "Q.";
  display: inline-block;
  color: #0088d7;
  position: absolute;
  left: 0px;
  top: 30px;
}

.know-more #accordion h3.ui-state-active {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.blog-article h1 {
  font-size: 20px;
  color: #0088d7;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}
.blog_artical_warp p.breadBrumb {
  padding-top: 50px;
  text-align: center;
}
.blog-article h1 + p {
  font-weight: normal;
  text-align: center;
}

.blog-article h1 span {
  font-weight: 300;
}

.blog-article img {
  width: 100%;
}

.blog-article p {
  font-size: 15px;
  color: #929292;
  line-height: 20px;
  padding: 20px 0;
}

.blog-article.bigger p {
  font-size: 18px;
}

.blog-article .blog-date {
  text-align: right;
}

.blog-article .container {
  max-width: 1000px;
}

.blog-article-contain .head-start {
  font-size: 20px;
  color: #0088d7;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-article-contain p {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: rgba(0,0,0,0.8);
}

.blog-article.bigger .blog-article-contain p {
  font-size: 20px;
}

.blog-article-contain h2 {
  padding-top: 35px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
}

.blog-article.bigger .blog-article-contain h2 {
  font-size: 20px;
}

.blog-article.bigger .blog_artical_warp h1 {
  font-size: 30px;
}

.blog-article-contain {
  text-align: justify;
  padding-top: 20px;
}

.blog-article-contain ul {
  display: inline;
}

.blog-article-contain ul li {
  color: #545454;
  padding-bottom: 40px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
}

.blog-article-contain h3 {
  font-size: 25px;
  text-align: left;
  color: #0088d7;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 10px;
}

.blog-article-contain h3 + p {
  font-size: 25px;
  text-transform: uppercase;
  text-align: left;
}

.blog-article-contain h3 span {
  color: #545454;
}

.blog-article-contain ul li span {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

.blog-article-contain ul li a {
  color: #0088d7;
}

.blog-article-contain ul li span:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #7e7e7e;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 6px;
}

.font_resize_inner {
  margin: 25px 0 auto;
  position: fixed;
  right: 0%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.font_resize_inner div {
  display: block;
  align-items: center;
  max-width: 200px;
  cursor: pointer;
  margin: 0 auto;
}

.font_resize_inner div > div {
  text-decoration: underline;
  padding:10px 20px 10px 20px;
  display: inline-block;
}

.font_resize_inner div .small_resize {
  font-size: 14px;
  /*text-transform: lowercase;*/
  text-align: center;
  display: block;
  /*margin-bottom: 10px;  */
  border-top: solid 2px rgba(0,0,0,0.1);
}

.bigger .blog-inner h2 {
  font-size: 24px;  
}

.bigger h3.slide_up {
  font-size: 20px;  
}

.research_Page h2 {
  font-size: 60px;
  color: #0088d7;
  padding-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.research_Page .blog-head .book-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  background-color: #0088d7;
  color: #fff;
  padding: 16px 0 14px 5px;
  line-height: 1;
  font-weight: bold;
}

.blogs.research_Page .blog-head .blog-head-pdf a.book-link {
    background-image: url(../twentynineteen-child/img/microscope.png);
    background-size: 34px;
    background-position: right 10px;
    background-repeat: no-repeat;
    transition: 0.5s all;
    background-position-x: 98%;
    border: 1px solid #0088d7;
    background-color: #0088d7;
    color: #fff;
    padding: 21px 50px 19px 10px;
}
.blogs.research_Page .blog-head .blog-head-pdf a.book-link:hover {
    background-image: url(../twentynineteen-child/img/microscope-blue.png);
    background-color: #FFF;
    color: #0088d7;
}


.research_Page .blog-head .blog-head-pdf {
  margin-bottom: 40px;
}

.research_Page .blog-head .book-link:hover {
  opacity: 0.8;
}

.research_Page .blog-head .yoga_img {
  display: inline-block;
  max-height: 40px;
}


.research_Page .blog-content h2 {
  padding-bottom: 15px;
}

.research_Page .blog-content h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 6; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 65%;
  position: relative;
  color: #545454;
}

.modal-content p {
  line-height: 1.4;
  padding-bottom: 10px;
}

/* The Close Button */
.close {
  color: #fff;
  /* float: right; */
  font-size: 100px;
  position: absolute;
  right: -50px;
  font-weight: 100;
  line-height: 20px;
  top: 0;
  cursor: pointer;
}

.close img {
  height: 40px;
}

.modal-content {
  padding: 20px;
}

.modal-content h2 {
  text-transform: uppercase;
  color: #0088d7;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
}

.modal-content h2 span {
  font-weight: 300;
  color: #0088d7;
}

.contact-form {
  background-color: #0088d7;
  margin-bottom: 40px;
}

.contact-form .contact-form-inner {
  max-width: 630px;
  padding: 100px 15px;
  margin: 0 auto;
  font-family: inherit;
}

.contact-form .contact-form-inner h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 50px;
}

.contact-form .contact-form-inner input {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  width: 100%;
  padding: 15px 25px;
  margin-top: 5px;
  font-size: 16px;
  font-family: inherit;
}

.contact-form .contact-form-inner input::placeholder {
  color: #fff;
  opacity: 1;
}

.contact-form .contact-form-inner textarea::placeholder {
  color: #fff;
}

.contact-form .contact-form-inner textarea {
  background-color: #2e9dde;
  width: 100%;
  border: none;
  font-family: inherit;
  color: #fff;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 16px;
  max-width: 600px;
}

.contact-form .contact-form-inner .contact-form-footer {
  display: flex;
  margin-top: 15px;
}

.contact-form .contact-form-inner .contact-form-footer-link a {
  color: #fff;
  text-align: left;
}

.contact-form .contact-form-inner .contact-form-footer-submit button {
  border: none;
  background-color: #fff;
  color: #0088d7;
  font-size: 16px;
  max-width: 200px;
  padding: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}

.contact-form .contact-form-inner .contact-form-footer-submit {
  text-align: right;
  width: 50%;
}

.contact-form-footer div {
  width: 100%;
  display: flex;
}

.contact-form-footer .contact-form-footer-link {
  align-items: flex-end;
}

.contact-form .contact-form-inner h1 {
  font-size: 48px;
  text-align: center;
}

.contact-form .contact-form-inner h1 span {
  font-weight: 100;
}

.mechnism .form-img {
  position: unset;
}

.mechnism .form-img img {
  left: 0;
  position: absolute;
  width: inherit;
}

.mechnism-pro .form-img {
  position: unset;
  display: flex;
}

.mechnism-pro .form-img img {
  right: 0;
  position: relative;
  left: unset;
}

.other-product
  .container
  .other-product-inner
  .other-product-detail
  .where-to-buy
  a:hover {
  color: #fff;
}

.page-id-438 .pain-structure .pain-structure-img img {
  position: relative;
}

.page-id-438 .mechnism-pro .form-img img {
  position: relative;
  margin: 0 auto;
  display: block;
}

.page-id-433 .mechnism .form-img img {
  max-width: 100%;
  width: 90%;
  position: relative;
}

.page-id-433 .pain-structure .row .pain-structure-img img {
  margin-top: -70px;
}

.page-id-319 .main:before,.page-id-328 .main:before,.home .main:before,.page-template .main:before {
  width: 0;
}

.page-id-419 .pain-structure .pain-structure img {
  position: absolute;
  right: 0;
  left: unset;
}

.page-id-419 .mechnism-pro .form-img img {
  position: relative;
}

.page-id-413 .pain-structure .row .pain-structure-img img {
  position: relative;
}

.page-id-441 .mechnism .form-img img {
  width: 90%;
  position: relative;
}

.page-id-441 .pain-structure .row .pain-structure-img img {
  transform: scale(1);
  margin-top: -78px;
}

.page-id-441 .pain-structure .row p {
  padding: 50px 0;
}

.page-id-424 .pain-structure .row .pain-structure-img {
  position: unset;
}

.page-id-424 .pain-structure .row .pain-structure-img img {
  right: 0;
  left: unset;
  bottom: -15px;
  position:  absolute;
}

.page-id-299 .pain-structure .row .pain-structure-img img {
  margin-top: -45px;
  transform: scale(1.04);
}

.page-id-424 .mechnism .form-img img {
  position: unset;
  margin: 0 auto;
}

.page-id-299 .pain-structure .row p {
  padding: 30px 0;
}

.page-id-299 .mechnism .form-img img {
  width: 90%;
  position: relative;
}

.page-id-13 .mechnism .form-img img {
  position: relative;
}

.page-id-297 .pain-structure .row p {
  padding: 45px 0 45px 0;
}

.post-type-archive-research:before {
  display: none;
}

.post-type-archive-research .main:before {
  width: 0;
}

.ourstrains-single .mechnism .form-img img {
  position: relative;
}

.ourstrains-single .mechnism-pro .form-img img {
  position: relative;
}

.contact-form .contact-form-inner .contact-form-footer-submit input {
  transition: all ease-in-out 0.3s;
  margin-top: 0;
  background-color: #fff;
  cursor: pointer;
  color: #0088d7;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  border-radius: 0;
  text-transform: capitalize;
  margin-bottom: 0;
}

.contact-form .contact-form-inner .contact-form-footer-submit {
  position: relative;
}

.contact-form .contact-form-inner .contact-form-footer-submit .ajax-loader {
  position: absolute;
  top: 35%;
  left: 65%;
}

.contact-form-inner .wpcf7-validation-errors {
  border: none;
}

.contact-form-inner .wpcf7-validation-errors {
  border: none;
  margin: 0;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.contact-form-inner span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding-top: 5px;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  width: fit-content;
  margin-top: 2px;
  width: -moz-fit-content;
}

.newsletter-email #mc_embed_signup .button {
  font-family: "Nexa";
  transition: all ease-in-out 0.3s;
}

.newsletter-email #mc_embed_signup .button:hover {
  opacity: 0.9;
}

.contact-form .contact-form-inner .contact-form-footer-submit input:hover {
  opacity: 0.9;
}

.agile-modal-content {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .store-locator h4 {
  color: #0088d7 !important;
  font-size: 16px !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit {
  background-color: #0088d7 !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item {
  transition: all ease-in-out 0.3s;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item:hover,
#asl-storelocator.asl-p-cont.asl-bg-0 .item:nth-child(2n):hover {
  background-color: #fff !important;
  background: #fff !important;
}

.asl-map .title img {
  display: none !important;
}

/*#asl-storelocator.asl-p-cont.asl-bg-0 #asl-map-canv img {
display: none;
}*/

.mas-grid {
  display: flex;
}

.mas-grid .grid-col {
  flex-grow: 1;
}

/* 2 columns by default, hide columns 2 & 3 */
.mas-grid .grid-col:nth-child(2),
.mas-grid .grid-col:nth-child(3) {
  display: none;
}
.pdfPopup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
    display: none;
}
.pdfPopup.visible {
  display: block;
}
.popupContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.closePopup {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
    background: #fff;
    padding: 5px 10px 2px;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}
.popupContent iframe {
    border: none;
    position: absolute;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    bottom: 30px;
    top: 30px;
    height: calc(100% - 60px);
}

/* 3 columns at medium size */
@media (min-width: 768px) {
  .mas-grid .grid-col:nth-child(2) {
    display: block;
  }

  /* show column 2 */
}
/* 4 columns at large size */
@media (min-width: 1080px) {
  .mas-grid .grid-col:nth-child(3) {
    display: block;
  }

  /* show column 3 */
}

article#post-712 {
  text-align: center;
  padding: 150px 0;
  min-height: calc(100vh - 400px);
}

article#post-712 {
  padding: 100px 20px;
}

article#post-712 .entry-content {
  font-size: 22px;
}

article#post-712 h1.entry-title {
  font-size: 50px;
  margin-bottom: 20px;
}

body.page-id-351:before {
  content: "";
  display: none;
}

body.page-id-712:before {
  display: none;
  content: "";
}

.about-redirect-link {
  color: inherit;
  padding: 25px 0 0 0;
  display: block;
  text-decoration: none;
  font-weight: bold;
  transition: all ease-in-out 0.3s;
}

/*.about-redirect-link:hover {
  color: #676767;
}*/

.avidekel-detail-contain-left .about-redirect-link {
  padding: 0;
}

.blog-inner-main a {
  text-decoration: none;
}

.page-id-321 {
  background-color: #fff;
}

.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li.current_page_item
  a {
  color: #0088d7;
}

.page-id-323 footer {
  padding-top: 50px;
}

.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li {
  transition: all ease-in-out 0.3s;
}


.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li:hover
  a {
  color: #0088d7;
}

.blogs .blog-inner {
  transition: all ease-in-out 0.3s;
}

.blogs .blog-inner:hover {
  box-shadow: 2px 0 14px rgba(0, 136, 215, 1);
}

.main-header
  .row
  .menu-header_navigation-container
  .menu-header-menu-container
  li.current_page_item
  a {
  color: #0088d7;
}


.know-more #accordion h3 {
  position: relative;
}

.know-more #accordion h3:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-image: url("../twentynineteen-child/img/accordion-aero.png");
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  transition: all ease-in-out 0.3s;
  bottom: 30px;
}

.know-more #accordion h3.ui-state-active:after {
  content: "";
  display: block;
  transform: rotate(0deg);
}

.other-product
  .container
  .other-product-inner
  .col-6:last-child
  .other-product-img {
  order: 2;
  width: 50%;
}

.contact-form .contact-form-inner input,
.contact-form .contact-form-inner textarea {
  border-radius: 0;
}

.page-id-351 .main:before {
  content: "";
  width: 0px;
}

.contact-form .contact-form-inner {
  max-width: 950px;
}

.contact-form .contact-form-inner textarea {
  max-width: 950px;
}

.contact-form .contact-form-inner h1 {
  font-size: 60px;
}

.contact-form .contact-form-inner input,
.contact-form .contact-form-inner textarea {
  font-size: 20px;
}

.contact-form .contact-form-inner .contact-form-footer-link a {
  font-size: 18px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}

.contact-form .contact-form-inner .contact-form-footer-link a:hover {
  text-decoration: underline;
}

.page-id-500 .avidekel-detail-contain-left {
  padding-top: 100px;
  padding-bottom: 90px;
}

.masonary .media-talk .media-talk-main > img {
  width: 100%;
}

.tax-blog-blog-category:before,
.tax-blog-blog-category .main::before {
  content: "";
  width: 0;
}

.single-blog-post:before {
  display: none;
}

.single-blog-post .blog-head .blog-social {
  margin-bottom: 50px;
}

body.page-template-PressMedia:before {
  display: none;
}

body.page-id-517:before {
  display: none;
}

.blog-article-contain img {
  margin: 0 auto;
  height: auto;
  display: block;
}

.stap-wrap span {
  color: #545454;
}

.page-id-600 {
  background-color: #fff;
}

body.post-type-archive-blog-post:before {
  content: "";
  display: none;
}

.blogs .blog-social ul li a {
  display: flex;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}

.blogs .blog-social ul li {
  display: none;
}

.blogs .blog-social ul li:first-child,
.blogs .blog-social ul li:last-child {
  display: block;
}

.blogs .blog-social ul li a:hover {
  box-shadow: 2px 0 14px rgba(0, 136, 215, 1);
}

.other-product .container .other-product-inner .other-product-detail {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: left;
}

.other-product .container .other-product-inner .other-product-detail a {
  margin-left: 0;
  width: 100%;
}

.other-product .container .other-product-inner > .col-6:last-child .other-product-detail {
  text-align: right;
}

.product-deatil-head .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.page-id-500 .other-product .container .other-product-inner hr {
  display: none;
}

.page-id-500 .other-product .container .other-product-inner h2 {
  padding-top: 20px;
}

.main.strains-list .tikun-product .my-posts .row .col-6 {
  width: 58.33%;
}

.main.strains-list .tikun-product .my-posts .row .col-6.product-detail {
  width: 41.66%;
}

.product-deatil-head .product-deatil-head-img {
  width: 58.33%;
}

.product-deatil-head .row .col-6:last-child {
  width: 41.66%;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .item .addr-sec .p-area:nth-child(3) {
  display: none;
}

.strains .row {
  padding: 0 50px;
}

.show-cover {
  display: flex !important;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 2s ease-in-out;
}
.stap41 .stap-col-wrap {
  width: 100%;
}
.hide-cover {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.0s ease-in-out;
}

.contact-form .contact-form-inner br {
  display: none;
}

.coming-soon .row .coming-soon-inner p {
  font-size: 20px;
}

.page-id-444 .know-more h2 {
  margin-top: 100px;
}

.wpcf7-form-control-wrap.textarea {
  display: grid;
}

.contact-form .phone-email {
  display: flex;
}

.contact-form .phone-email .phone {
  margin-right: 15px;
}

.contact-form .phone-email .your-email {
  margin-left: 15px;
}


.tag-line:not(.slick-initialized) *:not(:first-child) {
  display: none;
}

.contact-form .contact-form-inner input {
  text-transform: capitalize;
  margin-bottom: 50px;
}

.contact-form .contact-form-inner textarea {
  text-transform: capitalize;
}

.page-id-9 .symptoms {
  padding-bottom: 0px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 input#auto-complete-search::placeholder, #asl-storelocator.asl-p-cont.asl-bg-0 input#auto-complete-search:-ms-input-placeholder, #asl-storelocator.asl-p-cont.asl-bg-0 input#auto-complete-search::-ms-input-placeholder {
  color: #0088d7;
}

.research_Page .blog-inner {
  height: auto;
}

/*.research_Page .blog-main .blog-inner-main {
  height: auto;
}*/
.Back-link a.btn {
	text-decoration:none;
	color:#000;
}
p.readmoreReasrch {
    position: relative;
    padding-top: 25px;
    color: #0088d7 !important;
}
p.readmoreReasrch:before {
    position: absolute;
    width: 94px;
    height: 2px;
    background: #0088d7;
    content: '';
    top: 15px;
    left: 0;
}

.page-id-413 .pain-structure .row .pain-structure-img {
  display: block;
}

.page-id-413 .pain-structure .row .pain-structure-img img {
  display: block;
}

.page-id-424 .mechnism .form-img img {
  width: 90%;
}

.product-slider .slick-list.draggable {
  margin: 0 15px;
}

.postid-859 .avidekel-detail-pro-img img, .postid-840 .avidekel-detail-pro-img img, .postid-836 .avidekel-detail-pro-img img, .postid-815 .avidekel-detail-pro-img img  {
  max-width: 75%;
}

.avidekel-detail .row .col-6:nth-child(1) .avidekel-detail-pro-img {
  text-align: center;
}

.blog_artical_warp {
  padding-left: 20px;
  padding-bottom: 60px;
}

.page-id-517 .content-area {
  margin-bottom: 50px;
}

.postid-1116 .blogs {
  padding-bottom: 50px;
}

.page-id-351 .blogs .blog-social ul {
  padding-bottom: 50px;
}

.error-note {
  text-align: center;
  padding: 200px 0;
}

.error-note header {
  border: none;
  padding-bottom: 50px;
}

.error-note .page-content p {
  padding-bottom: 15px;
}

.error-note .page-content form label input{
  padding: 10px;
  font-size: 16px;
  font-family: inherit;
  border: solid 1px #0088d7;
} 


.error-note .page-content form > input {
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #0088d7;
  font-family: inherit;
  border: solid 1px #0088d7;
  color: #0088d7;
  transition: all ease-in-out 0.3s;
}

.error-note .page-content form > input::placeholder {
  color: #0088d7;
}

.error-note .page-content form > input:hover {
  background-color: #0088d7;
  color: #fff;
}

.new-f-logo-bottom {
  display:none;
}

.page-id-351 .customDots:before {
  display: none;
}

.page-id-351 .side-dot {
  display: none;
}

.page-template-Commen-Template .main.common_temp {
  padding-bottom: 50px;
}




@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .blog-main {
    padding: 0;
  }

  .blog-main .blog-inner-main.col-6 {
    width: 100%;
  }

  .blog-inner .min-read {
    top: -10px;
    right: -10px;
  }

  .blogs .blog-social ul li {
    margin-right: 5px;
    margin-left: 5px;
  }

  .blogs .blog-social ul li img {
    height: 40px;
    width: auto;
  }

  .blog-main .blog-inner-main {
    padding: 0;
    margin-bottom: 50px;
  }

  .blogs .blog-social ul {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .blogs .blog-head h1 {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .blogs .blog-head h1::after {
    margin-left: 10px;
  }

  .blogs .blog-head h1:before {
    width: 110px;
  }

  .blogs .blog-head {
    padding-top: 50px;
  }

  .blogs .load-more {
    padding-top: 25px;
  }

  .blog-main {
    margin-bottom: 50px;
    margin-top: 40px;
  }

  .tikun-product .col-6 {
    width: 100%;
    text-align: center;
  }

  .learn-btn a {
    margin-left: auto;
  }

  .tikun-product .product-detail .product-detail-inner ul {
    margin-left: auto;
  }

  .tikun-product .product-detail .product-detail-inner {
    padding-bottom: 25px;
  }

  .our_strains_head {
    margin-top: 35px;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .masonary {
    padding-left: 0px;
    padding-right: 0px;
  }

  .masonary .media-talk .media-talk-contain {
    padding: 17px;
  }

  .masonary .media-talk h2 {
    font-size: 12px;
  }

  .product-deatil-head .col-6 {
    width: 100%;
  }

  .product-deatil-head .product-deatil-head-contain h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .product-deatil-head-img {
    margin-bottom: 20px;
  }

  .product-deatil-head .row {
    padding-left: 15px;
  }

  .product-deatil-head {
    padding-bottom: 50px;
  }

  .ing-spaciality {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .ing-spaciality .ing-spaciality-box p {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .ing-spaciality .ing-spaciality-box {
    width: 50%;
    font-size: 16px;
  }

  .avidekel-detail-contain-left {
    padding: 30px 15px 15px 35px;
  }

  .avidekel-detail h2 {
    font-size: 14px;
  }

  .avidekel-detail-contain-right {
    padding: 30px 15px 15px 25px;
    font-size: 14px;
  }

  .avidekel-detail-contain-right .where-to-buy {
    margin-top: 0;
  }

  .know-more .know-more-shadow {
    margin: 0 auto 20px auto;
  }

  .know-more h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .avidekel-detail .col-6 {
    width: 100%;
  }

  .know-more #accordion p {
    font-size: 14px;
  }

  .avidekel-detail {
    padding-bottom: 40px;
  }

  .ui-accordion.ui-widget {
    padding: 10px 10px 10px 25px;
  }

  .ui-accordion-content {
    font-size: 14px;
  }

  .avidekel-detail-contain-left {
    margin-left: 0;
  }

  .avidekel-detail .avidekel-detail-contain ul {
    display: block;
  }

  .artical-detail {
    padding: 0 75px;
  }

  .artical-detail h1 {
    font-size: 28px;
    line-height: 30px;
    padding-top: 0;
    padding-left: 30px !important;
  }

  .artical-detail {
    padding: 0 40px;
  }

  .side-dot {
    top: 160px;
  }

  body:before {
    top: 0px;
    height: calc(100% - 0px);
  }

  .pain-structure .row {
    padding: 0 20px 0 20px;
  }

  .pain-structure .row .pain-structure-img img {
    display: block;
  }

  .mechnism .form-img img {
    position: relative;
  }

  .other-product-inner > h2 + .col-6 {
    border-right: solid 1px rgba(0, 0, 0, 0);
  }

  .artical-detail {
    padding: 0 20px;
  }

  .avidekel-detail .row .col-6:nth-child(1) .avidekel-detail-pro-img {
    padding: 0;
    margin: 0 auto;
  }

  .masonary .media-talk {
    width: 100%;
  }

  .page-id-323 .masonary .my-posts .col-4:nth-child(n + 1) {
    clear: both;
    position: relative !important;
    top: auto !important;
  }

  .page-id-323 .masonary .my-posts {
    height: auto !important;
  }

  .load-more {
    padding-top: 25px;
  }

  .media-talk-main > img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .tikun-product .container {
    padding: 0 35px;
  }

  .tikun-product .product-detail .product-detail-inner p {
    font-size: 12px;
  }

  .tikun-product .product-detail .product-detail-inner h2 {
    font-size: 22px;
    padding-top: 0px;
  }

  .learn-btn {
    padding-top: 25px;
  }

  .where-to-buy a {
    font-size: 14px;
  }

  .tikun-product .container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tikun-product .container-fluid:nth-child(even) .row .col-6:first-child {
    order: 1;
  }

  .our_strains_head {
    margin-top: 30px;
  }

  .contact-form .contact-form-inner input {
    padding: 10px 25px;
  }

  .contact-form {
    margin-bottom: 50px;
  }

  .contact-form .contact-form-inner h1 {
    font-size: 30px;
  }

  .contact-form .contact-form-inner h1 {
    margin-bottom: 20px;
  }

  .contact-form .contact-form-inner input {
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 35px;
  }

  .contact-form .contact-form-inner textarea {
    padding: 15px 15px;
    font-size: 12px;
  }

  .newsletter-email #mc_embed_signup .button {
    padding: 0 15px;
    font-size: 12px;
  }

  .contact-form .contact-form-inner textarea {
    max-height: 110px;
    font-size: 16px;
    margin-top: 0;
  }

  .only-premium {
    margin-top: 20px;
  }

  .artical-detail h1 {
    font-size: 24px;
    padding-left: 0px;
  }

  .pain-structure .row .pain-structure-img img {
    display: block;
    max-width: 100%;
    position: relative;
  }

  .mechnism-pro .row .col-6:first-child {
    order: 2;
  }

  .mechnism-pro .form-img {
    padding-top: 30px;
    order: 1;
  }

  .mechnism-pro .form-img img {
    position: relative;
  }

  article#post-712 h1.entry-title {
    font-size: 20px;
  }

  article#post-712 .entry-content {
    font-size: 16px;
  }

  .contact-form .contact-form-inner .contact-form-footer-link a {
    font-size: 14px;
  }

  .strains .left-dot-box {
    padding: 50px;
  }

  .pain-structure .row p {
    padding: 30px 0px 30px 15px;
  }

  .mechnism .container {
    padding: 0 20px !important;
  }

  .only-premium .row p {
    font-size: 16px;
    padding: 15px 0 0 15px;
    padding-bottom: 20px;
  }

  .mechnism p {
    padding: 0 0 0 20px;
  }
  
  .mechnism-pro p {
    padding: 0 0 0 25px;
    letter-spacing: 0;
  }

  .pain-structure .row p {
    padding-left: 25px;
  }

  .page-id-433 .pain-structure .row p {
    padding-left: 25px;
  }

  .page-id-297 .pain-structure .row p {
    padding-left: 25px;
  }

  .page-id-441 .pain-structure .row p {
    padding-left: 25px;
  }

  .heder-img h1 {
    padding: 0 25px 5px 25px;
  }

  .only-premium .row {
    padding: 15px;
  }

  .only-premium .row {
    font-size: 14px;
  }

  .only-premium .row h2 {
    padding-left: 15px;
  }

  .strains .row {
    padding: 0 15px;
  }

  .strains .row p {
    padding: 0 15px;
  }

  .strains .row h2 {
    padding: 15px;
  }

  .strains .row img {
    max-width: 100%;
  }

  .coming-soon .row .coming-soon-inner p {
    font-size: 16px;
    padding-top: 20px;
  }

  .about-tikun {
    padding: 20px;
  }

  .about-tikun .row .about-text p {
    font-size: 16px;
  }

  .about-tikun .row .about-text h1 {
    font-size: 34px;
  }

  .coming-soon .row .coming-soon-inner {
    padding-left: 30px;
  }

  .coming-soon .row .coming-soon-inner h2 {
    font-size: 34px;
  }

  .about-tikun .row {
    padding: 0 0 0 10px;
  }

  .strains .row p {
    font-size: 16px;
  }

  .product-deatil-head .row .col-6:last-child {
    width: 100%;
  }

  .container.artical-detail {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-deatil-head .product-deatil-head-contain h2 {
    padding-left: 0px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 16px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain button {
    padding: 0;
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain ul {
    margin-right: 10px;
  }

  .product-deatil-head .product-deatil-head-contain ul li img {
    height: 15px;
  }

  .avidekel-detail-contain-left {
    padding: 15px 20px;
  }

  .avidekel-detail {
    padding: 20px;
  }

  .know-more #accordion h3 {
    font-size: 16px;
  }

  .know-more #accordion h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .know-more #accordion h3:before {
    top: 17px;
  }

  .know-more #accordion h3:after {
    height: 15px;
    width: 15px;
    background-size: 15px;
    bottom: 14px;
  }

  .other-product .container .other-product-inner .other-product-detail {
    text-align: center;
  }

  .other-product .container .other-product-inner .other-product-detail p {
    font-size: 16px;
  }

  .product-deatil-head-img .tikun-slider {
    margin: 0 auto;
  }

  .product-slider .tikun-slider .slick-dots li button:before {
    left: 20%;
  }

  .page-id-500 .avidekel-detail-contain-left {
    padding-top: 35px !important;
  }

  .avidekel-detail {
    padding-left: 15px;
  }

  .avidekel-detail .avidekel-detail-contain p {
    font-size: 14px;
  }

  .avidekel-detail .avidekel-detail-contain p a {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain p {
    font-size: 14px;
  }

  .avidekel-detail .avidekel-detail-contain ul li {
    font-size: 14px;
  }

  .avidekel-detail-contain-right h2 {
    padding-top: 10px;
    font-size: 14px;
  }

  .main.strains-list .tikun-product .my-posts .row .col-6 {
    width: 100%;
  }

  .main.strains-list .tikun-product .my-posts .row .col-6.product-detail {
    width: 100%;
  }

  .blogs .blog-head select {
    font-size: 14px;
  }

  .blogs .blog-head select {
    line-height: 18px;
  }

  .blogs .blog-head h1::after {
    top: 14%;
  }

  .contact-form-inner .wpcf7-validation-errors {
    font-size: 14px;
  }

  .contact-form-inner span.wpcf7-not-valid-tip {
    font-size: 12px;
    width: 100%;
  }

  .ske-ul-main .ske-ul ul li {
    font-size: 9px;
    padding-bottom: 20px;
  }

  .red-dot {
    height: 5px;
    width: 5px;
  }

  .red-dot {
    top: 10px;
  }

  .ske-ul-main .ske-ul {
    top: 0;
  }


  .red-dot:nth-child(8) {
    top: 43%;
    right: 3%;
  }

  .red-dot:nth-child(3) {
    top: 35%;
    right: -25%;
  }

  .red-dot:nth-child(6) {
    top: 45%;
    left: -23%;
  }

  .red-dot:nth-child(5) {
    top: 61%;
    right: -23%;
  }

  .red-dot:nth-child(4) {
    left: -20%;
    top: 63%;
  }

  .red-dot:nth-child(7) {
    right: 0%;
    top: 8%;
  }

  .red-dot:nth-child(2) {
    left: -13%;
    top: 8%;
  }

  .ske-ul-main .ske-ul-left ul li:after {
    width: 50px;
  }

  .ske-ul-main .ske-ul-right ul li:before {
    width: 50px;
  }

  .ske-ul-main .ske-ul {
    padding-top: 0;
  }

  .ske-ul-main .ske-ul-left ul li:after {
    top: 5px;
  }

  .ske-ul-main .ske-ul-right ul li:before {
    top: 5px;
  }

  .ske-ul-main .ske-ul {
    padding-top: 8px;
  }

  .wellness .wellness-inner-video .video-play-button {
    top: 30%;
    left: 40%;
  }

  .wellness .wellness-inner-video .video-play-button img {
    height: 50px;
  }

  .footer .left-footer .row .quick-link ul li a {
    font-size: 14px;
  }

  .red-dot .red-dot-inner {
    height: 12px;
    width: 12px;
  }

  .red-dot .circle {
    height: 10px;
    width: 10px;
  }

  .page-id-424 .pain-structure .row .pain-structure-img img {
    bottom: -10px;
    position: relative;
  }

  .head-subscribe-now .head-subscribe-now-inner-main {
    display: flex;
    text-align: center;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input {
    font-size: 12px;
  }

  .head-subscribe-now #mc_embed_signup_scroll {
    margin:0 auto 0px auto;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input[type="submit"] {
    padding: 13px;
    background-size: 15px 15px;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input {
    width: 100%;
    border-bottom: none;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner {
    width: 100% !important;
    border-bottom: solid 1px #fff;
    padding-left: 0;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner.head-subscribe-now-inner_warp {
    width: auto !important;
  }

  .head-subscribe-now .container p {
    padding-bottom: 0;
  }

  .head-subscribe-now .container {
    padding: 0 10px;
  }

  .nice-select {
    font-size: 16px !important;
    line-height: 22px !important;
    height: 26px !important;
  }

  .blogs .blog-head h1 {
    margin-bottom: 15px;
  }

  .blogs .blog-inner h2 {
    font-size: 16px;
  }

  .blog-post-wrap h3.slide_up {
    font-size: 12px !important;
  }

  .head-subscribe-now .container p {
    font-size: 12px !important;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner input {
    padding: 0px 5px;
  }

  .font_resize_inner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: auto;
    background: rgba(255,255,255,0.8);
    padding: 6px;
  }

  .head-subscribe-now .head-subscribe-now-inner-main .head-subscribe-now-inner:first-child {
    margin-left: 0;
  }

  .contact-form .phone-email {
    display: block;
  }

  .contact-form .phone-email .your-email {
    margin-left: 0;
  }

  .avidekel-detail .row:nth-child(even) > .col-6:first-child {
    order: 2;
  }

  .product-deatil-head .product-deatil-head-contain ul {
    margin-top: 15px;
  }

  .product-deatil-head .product-deatil-head-contain button {
    margin-top: 15px;
  }

  .product-deatil-head .product-deatil-head-contain p {
    padding-bottom: 0;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .other-product .container .other-product-inner .other-product-detail a h3 {
    font-size: 16px;
  }

  .other-product .container .other-product-inner > .col-6:last-child .other-product-detail {
    text-align: center;
  }

  .other-product .container .other-product-inner .other-product-detail p {
    padding-bottom: 0;
  }

  .other-product .container .other-product-inner .other-product-detail {
    padding-top: 15px;
  }

  .other-product .container .other-product-inner h2 {
    font-size: 20px;
  }

  .page-id-419 .pain-structure .row .pain-structure-img img {
    position: relative;
  }

  .page-id-413 .pain-structure .row .pain-structure-img img {
    position: unset;
  }

  .artical-detail h2 {
    padding-left: 30px;
    font-size: 18px;
  }

  .only-premium .row {
    display: inline-block;
  }

  .page-id-413 .pain-structure .row .pain-structure-img img {
    position: relative;
  }

  .pain-structure .row .pain-structure-img {
    display: block;
  }

  .only-premium .row {
    padding: 15px 15px 
    0 15px;
  }

  .main:before {
    top: 40px;
  }

  .product-slider img {
    max-height: 250px;
  }

  .product-slider .slick-list.draggable {
    margin: 0 15px;
  }

  .page-id-419 .pain-structure .row .pain-structure-img img {
    margin-top: unset;
    transform: unset;
  }

  .page-id-433 .pain-structure .row .pain-structure-img img {
    margin-top: unset;
  }

  .page-id-441 .pain-structure .row .pain-structure-img img {
    transform: unset;
    margin-top: unset;
  }

  .page-id-299 .pain-structure .row .pain-structure-img img {
    transform: unset;
    margin-top: unset;
  }

  .ske-ul-main {
    display: block;
  }

  .ske-ul-main .ske-ul {
    width:100%;
  }

  .ske-ul-main .images-cover {
    width: 100%;
    padding: 15px 0;
  }

  .ske-ul-main .ske-ul-left ul li {
    text-align: center;
  }

  .ske-ul-main .ske-ul-right ul li {
    text-align: center;
  }

  .ske-ul-main .ske-ul ul li {
    font-size: 16px;
    padding-bottom: 15px;
    position: unset;
  }

  .ske-ul-main .ske-ul-left ul li:after {
    display: none;
  } 

  .ske-ul-main .ske-ul-right ul li:before {
    display: none;
  }

  .ske-ul-main .ske-ul-right ul li:nth-child(2), .ske-ul-main .ske-ul-right ul li:nth-child(5) {
    display: none;
  }

  .ske-ul-main .ske-ul-left ul li:nth-child(1), .ske-ul-main .ske-ul-left ul li:nth-child(5) {
    display: none;
  }

  .tippy-popper .tippy-tooltip {
    width: 280px !important;
  }

  .tippy-popper p {
    padding: 15px;
    font-size: 12px;
  }

  .tippy-popper h3 {
    font-size: 14px;
    padding: 10px;
  }

  .research_Page h2 {
    font-size: 26px;
  }

  .blog-main .blog-inner-main {
    height: unset;
    padding: 0 20px;
  }

  .post-type-archive-blog-post .load-more {
    margin-bottom: 0;
  }

  .product-slider .tikun-slider .slick-dots li button {
    height: 10px;
    width: 10px;
  }

  .product-slider .tikun-slider .slick-dots li button:before {
    width: 4px;
    height: 4px;
  }

  .slick-dots li {
    height: 15px !important;
    width: 15px !important;
  }

  .other-product .col-6 .col-6 img {
    width: 80%;
  }

  .other-product .container .other-product-inner h2 {
    padding-top: 20px;
  }

  .other-product .col-6 .col-6 {
    display: inline-block;
    padding-bottom: 10px;
  }

  .head-subscribe-now .container p {
    padding: 15px 5px 15px 0;
  }

  .new-footer-sug-read {
    padding-bottom: 50px;
  }

  .new-f-link .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new-f-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .postid-859 .avidekel-detail-pro-img img, .postid-840 .avidekel-detail-pro-img img, .postid-836 .avidekel-detail-pro-img img, .postid-815 .avidekel-detail-pro-img img  {
    max-width: 100%;
  }  

  .customDots:before {
    top: 175px;
    left: 20px;
    height: calc(100% - 175px);
  }

  .as-seen .media-logo {
    padding-left: 20px;
  }

  .about-redirect-link {
    padding-left: 15px;
  }

  marquee {
    margin: 0 20px;
  }

  .blogs .blog-inner .blog-content {
    padding: 30px 20px;
  }

  .new-f-logo {
    order: 2;
    text-align: center;
  }

  .new-q-link-right {
    order: 1;
  }

  .postid-1116 .blogs {
    padding-bottom: 20px;
  }

  .tippy-popper a {
    padding: 10px 15px;
  }

  .blogs {
    overflow-x: hidden;
  }

  .new-f-logo {
    display: none;
  }

  .customDots {
    padding-top: 83px;
  }

  .head-subscribe-now {
    top: 0;
  }

  .new-footer-sug-read .where-to-buy {
    padding-top: 30px;
  }

  .ske-ul-main .ske-ul ul {
    padding-top: 0;
  }

  .pain-structure .row .pain-structure-img{
    width: 100%;
  }

  .page-id-299 .pain-structure .row .pain-structure-img img {
    max-height: 500px;
    width: auto;
  }

  .page-id-299 .pain-structure .row {
    display: flex;
  }

  .page-template-Commen-Template .main.common_temp {
    padding-top: 30px;
  }

  .page-id-712 .entry-header h1.entry-title {
    font-size: 20px;
  }

  .page-id-297 .pain-structure .row p {
    padding: 15px 0 45px 25px;
  }

  .page-id-441 .pain-structure .row p {
    padding-top: 15px;
  }

  .page-id-299 .pain-structure .row p {
    padding-left: 25px;
    padding-top: 15px;
  }

  .page-id-419 .mechnism .form-img img {
    padding-left: 0;
  }

  .page-id-419 .mechnism .col-6:nth-child(2) {
    padding-top: 200px;
  }

  .page-id-419 .mechnism .form-img {
    position: absolute;
    top: 50px;
    left: 0;
  }

  .page-id-419 .mechnism .form-img img {
    max-width: 300px;
  }

  .page-id-441 .pain-structure .row {
    display: flex;
  }

  .page-id-433 .pain-structure .row {
    display: flex;
  }

  .page-id-438 .mechnism .form-img img {
    width: 100%;
  }

  .page-id-438 .only-premium.pain-structure .container {
    display: flex;
  }

  .where-to-buy a {
    padding: 10px 15px;
  }

  .product-deatil-head .product-deatil-head-contain .where-to-buy a {
    margin-right: 10px;
  }

  .research_Page .blog-head .book-link {
    padding: 5px;
    font-size: 12px;
  }

}

@media (min-width: 550px) and (max-width: 767px) {
  .avidekel-detail-contain-left {
    padding: 30px 15px 15px 60px;
  }

  .avidekel-detail-contain-right {
    padding: 30px 15px 15px 60px;
  }

  .ui-accordion.ui-widget {
    padding: 10px 10px 10px 50px;
  }

  .other-product .container .other-product-inner .other-product-detail p {
    height: 100%;
  }

  .other-product .container .other-product-inner .other-product-detail {
    height: auto;
    max-height: 100%;
  }

  .other-product .container .other-product-inner .other-product-detail a {
    width: 100%;
  }

  .product-deatil-head .row {
    padding-left: 35px;
  }

  .other-product .container .other-product-inner .other-product-detail a h3 {
    font-size: 18px;
  }

  .ing-spaciality {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ing-spaciality .ing-spaciality-box {
    font-size: 14px;
  }

  .avidekel-detail h2 {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain {
    padding-top: 20px;
  }

  .product-deatil-head .product-deatil-head-contain h2 {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain p {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain button {
    font-size: 14px;
  }

  .where-to-buy a {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain ul li img {
    height: 16px;
  }

  .product-deatil-head {
    padding-bottom: 50px;
  }

  .artical-detail h1 {
    padding-left: 50px;
  }

  .pain-structure .row {
    padding: 0 50px 0 50px;
  }

  .mechnism-pro p {
    padding: 0 20px 25px 65px;
  }

  .mechnism p {
    padding: 0 20px 25px 65px;
  }

  .mechnism-pro .form-img img {
    margin: 0 auto;
  }

  .artical-detail h2 {
    padding-left: 30px;
  }

  .page-id-419 .mechnism .col-6:nth-child(2) {
    padding-top: 300px;
  }

  .page-id-419 .mechnism .form-img img {
    max-width: 500px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-main {
    padding: 0 60px;
  }

  .blog-main .blog-inner-main {
    padding: 50px 20px 0 20px;
  }

  .product-deatil-head .product-deatil-head-contain  .where-to-buy a {
    padding: 10px;
  }

  .single-post .product-deatil-head .product-deatil-head-contain h2 {
    padding-left: 0;
  }

  .tikun-product .container {
    padding: 0 80px;
  }

  .masonary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-deatil-head .product-deatil-head-contain p {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain h2 {
    font-size: 30px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain button {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain ul li img {
    height: 16px;
  }

  .where-to-buy a {
    font-size: 14px;
  }

  .product-deatil-head {
    padding-bottom: 70px;
  }

  .ing-spaciality .ing-spaciality-box {
    font-size: 14px;
  }

  .avidekel-detail h2 {
    font-size: 16px;
  }

  .avidekel-detail .col-6 {
    width: 100%;
  }

  .avidekel-detail-contain-left {
    margin: 20px auto;
  }

  .avidekel-detail .row .col-6:nth-child(1) .avidekel-detail-pro-img {
    margin: 0 auto;
  }

  .avidekel-detail-contain-right {
    margin: 0 auto;
  }

  .avidekel-detail-contain-right {
    margin: 20px auto;
  }

  .avidekel-detail-contain-right .where-to-buy {
    margin-top: 0;
  }

  .avidekel-detail {
    padding-bottom: 50px;
  }

  .know-more h2 {
    margin-bottom: 50px;
  }

  .know-more #accordion p {
    font-size: 14px;
  }

  .ui-accordion.ui-widget {
    padding: 0 65px;
  }

  .know-more #accordion h3 {
    font-size: 16px;
  }

  .other-product .container .other-product-inner h2 {
    font-size: 30px;
  }

  .other-product
    .container
    .other-product-inner
    .other-product-detail
    .product_link {
    width: 100%;
  }

  .other-product .container .other-product-inner .other-product-detail p {
    height: auto;
  }

  .know-more h2 {
    font-size: 30px;
  }

  .artical-detail h1 {
    font-size: 30px;
    padding-top: 50px;
  }

  .artical-detail h1 {
    font-size: 30px;
    padding-left: 0px;
  }

  body:before {
    height: calc(100% - 0px);
    top: 0px;
  }

  .side-dot {
    top: 240px;
  }

  .pain-structure .row .pain-structure-img img {
    position: relative;
    display: block;
  }

  .mechnism p {
    font-size: 13px;
  }

  .mechnism .form-img img {
    position: relative;
  }

  .other-product-inner > h2 + .col-6 {
    border-right: none;
  }

  .artical-detail h2 {
    padding-left: 30px;
  }

  .mechnism-pro .form-img {
    position: relative;
  }

  .contact-form .contact-form-inner input {
    padding: 10px 25px;
  }

  .about-tikun .row {
    padding: 0;
  }

  .about-tikun .row .about-text p {
    font-size: 16px;
  }

  .only-premium .row h2 {
    font-size: 38px;
  }

  .only-premium .row img {
    bottom: -57px;
  }

  .only-premium .row p {
    font-size: 16px;
  }

  .strains .row p {
    font-size: 16px;
  }

  .strains {
    padding-bottom: 100px;
  }

  .coming-soon .row .coming-soon-inner h2 {
    font-size: 38px;
  }

  .main-header .row .header-logo {
    max-width: 250px;
  }

  .footer .right-footer a {
    max-width: 250px;
  }

  .other-product .col-6 {
    margin-bottom: 20px;
  }

  .product-slider .tikun-slider .slick-dots li button:before {
    left: 20%;
  }

  .symptoms .container {
    padding: 0 5px;
  }

  .tikun-product .product-detail .product-detail-inner p {
    font-size: 14px;
  }

  .tikun-product .product-detail .product-detail-inner h2 {
    font-size: 24px;
  }

  .page-id-419 .artical-detail h1 {
    padding-left: 25px;
  }

  .page-id-419 .mechnism-pro p {
    padding: 0 0 25px 30px;
    font-size: 14px;
  }

  .mechnism p {
    font-size: 14px;
  }

  .only-premium .row p {
    font-size: 14px;
  }

  .page-id-413 .only-premium .row {
    padding: 0;
  }

  .page-id-424 .artical-detail h2{
    padding-left: 0;
  }

  .page-id-424 .artical-detail{
    padding: 0 45px;
  }

  .page-id-424 .pain-structure .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-id-424 .pain-structure .row .pain-structure-img img {
    bottom: -10px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(2) {
    padding-bottom: 65px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(3) {
    padding-bottom: 75px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(4) {
    padding-bottom: 65px;
  }

  .red-dot:nth-child(2) {
    top: 26%;
  }

  .red-dot:nth-child(3) {
    top: 27%;
    right: -47%;
  }

  .red-dot:nth-child(4) {
    top: 44%;
    left: -33%;
  }

  .red-dot:nth-child(5) {
    top: 44%;
    right: -55%;
  }

  .red-dot:nth-child(6) {
    left: -26%;
    top: 63%;
  }

  .red-dot:nth-child(7) {
    right: -31%;
    top: 63%;
  }

  .font_resize_inner {
    position: fixed;
  }

  .blog-post-wrap h3.slide_up {
    font-size: 12px !important;
  }

  .blogs .blog-inner h2 {
    font-size: 16px !important;
  }

  .page-template-Commen-Template .artical-detail h1 {
    padding-left: 30px;
  }

  .page-id-297 .mechnism .form-img img {
    position: absolute;
  }

  .product-slider img {
    max-height: 200px;
  }

  .product-slider .slick-list.draggable {
    margin: 0 15px;
  }

  .page-id-299 .pain-structure .row .pain-structure-img img {
    margin-bottom: -24px;
    transform: scale(1);
  }

  .page-id-441 .pain-structure .row, .page-id-433 .pain-structure .row {
    flex-wrap: wrap;
  }

  .page-id-441 .pain-structure .col-6, .page-id-433 .pain-structure .col-6, .page-id-413 .pain-structure .col-6, .page-id-297 .pain-structure .col-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-id-441 .pain-structure .row .pain-structure-img img {
    margin-top: 0;
  }

  .pain-structure .row {
    padding-right: 0;
  }

  .page-id-438 .mechnism .form-img img {
    position: relative;
    padding-left: 0;
    padding-right: 15px;
  }

  .mechnism-pro p {
    font-size: 14px;
  }

  .page-id-413 .only-premium .row {
    padding: 0 45px;
  }

  .page-id-424.page-template-Commen-Template .artical-detail h1 {
    padding-left: 0;
  }

  .page-id-424 .pain-structure .row .pain-structure-img img {
    position: relative;
  }

  .artical-detail h1 {
    line-height: 40px;
  }

  .page-id-438 .mechnism .form-img img {
    width: 100%;
  }
 
  .page-id-441 .pain-structure .row {
    display: flex;
  }

  .page-id-433 .pain-structure .row {
    display: flex;
  }

  .page-id-438 .pain-structure .row .pain-structure-img img {
    max-width: 350px;
  }


}

@media (min-width: 992px) and (max-width: 1250px) {
  .product-deatil-head .product-deatil-head-contain h2 {
    font-size: 30px;
  }

  .product-deatil-head .product-deatil-head-contain p {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain ul li img {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain button {
    font-size: 14px;
  }

  .where-to-buy a {
    font-size: 14px;
  }

  .product-deatil-head {
    padding-bottom: 70px;
  }

  .ing-spaciality .ing-spaciality-box p {
    font-size: 15px;
  }

  .avidekel-detail h2 {
    font-size: 16px;
  }

  .avidekel-detail {
    padding-bottom: 70px;
  }

  .product-deatil-head .product-deatil-head-contain ul li img {
    height: 16px;
  }

  .ing-spaciality {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .avidekel-detail-contain-left {
    margin-left: 80px;
    padding-top: 50px;
  }

  .avidekel-detail-contain-right {
    margin-right: 50px;
  }

  .know-more h2 {
    font-size: 30px;
  }

  .know-more #accordion h3 {
    font-size: 16px;
  }

  .know-more #accordion p {
    font-size: 14px;
  }

  .container {
    max-width: 850px;
  }

  .other-product .container .other-product-inner .other-product-detail a h3 {
    font-size: 20px;
  }

  .other-product .container .other-product-inner .other-product-detail p {
    height: auto;
  }

  .pain-structure .row .pain-structure-img img {
    top: 50%;
    display: block;
  }

  .page-id-424 .pain-structure .row .pain-structure-img img {
    top: unset;
    transform: unset;
  }

  .mechnism-pro .form-img {
    position: relative;
  }

  .artical-detail h1 {
    font-size: 32px;
  }

  .coming-soon .row .coming-soon-inner h2 {
    font-size: 44px;
  }

  .mechnism .form-img img {
    width: 45%;
  }

  .page-id-424 .mechnism .form-img img {
    width:90%;
  }

  .strains .row img {
    top: 50%;
    position: relative;
  }

  .only-premium .row p {
    font-size: 16px;
  }

  .strains .row p {
    font-size: 16px;
  }

  .about-tikun .row .about-text p {
    font-size: 16px;
  }

  .only-premium .row h2 {
    font-size: 38px;
  }

  .strains {
    padding-bottom: 50px;
  }

  .where-to-buy a {
    padding: 10px 30px;
  }

  .other-product .container .other-product-inner .other-product-detail p {
    font-size: 14px;
  }

  .tikun-product .product-detail .product-detail-inner p {
    font-size: 16px;
  }

  .tikun-product .product-detail .product-detail-inner h2 {
    font-size: 26px;
  }

  .page-id-413 .pain-structure .row .pain-structure-img img {
    max-width: 500px;
  }

  .page-id-413 .only-premium .row {
    padding: 0;
  }

  .page-id-413 .artical-detail h1 {
    padding: 100px 40px 0 40px;
  }
  
  .page-id-297 .pain-structure .row .pain-structure-img img {
    top: unset;
    transform: unset;
    display: block;
  }

  .font_resize_inner {
    position: fixed;
  }

  .blogs .blog-social ul {
    padding-bottom: 0;
  }

  .product-slider img {
    max-height: 250px;
  }

  .customDots {
    padding-top: 98px;
  }

  .page-id-441 .pain-structure .row .pain-structure-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
 
}

@media (max-width: 992px) and (min-width: 1023px) {
  .container {
    max-width: 950px;
    padding: 0;
  }


}

@media (max-width: 1250px) and (min-width: 1024px) {
  .container {
    max-width: 970px;
  }
/*  .main-header-inner .container {
    max-width: 90%;
  }*/
  .page-id-424 .only-premium.pain-structure .container {
    padding: 0;
  }

  .page-id-424 .artical-detail {
    padding: 0px 0 0 50px; 
  }

  .page-id-424 .artical-detail h1 {
    padding-top: 100px;
  }

  .mechnism p {
    font-size: 16px;
  }

  .new-head-quiz a img {
    max-width: 200px;
  }

  .main-header .row .menu-header_navigation-container .menu-header-menu-container li a {
    padding: 5px 10px;
    font-size: 15px;
  }

  .main-header .row .header-logo {
    margin-right: 0;
  }

  .new-head-quiz a img {
    max-width: 160px;
  }

  .page-template-Commen-Template .artical-detail h2, .page-template-Commen-Template .artical-detail h1 {
    padding-left: 20px;
  }

}

@media (max-width:1380px) and (min-width:991px) {

  .ske-ul-main .ske-ul-right ul li:before {
    content: '';
    display: inline-block;
    width: 150px;
    top: 10px;
    display: none;
  }
  .ske-ul-main .ske-ul-left ul li:after{
    content: '';
    display: inline-block;
    width: 150px;
    display: none;
  }

  .ske-ul-main .ske-ul ul {
    padding-top: 50px;
  }

  .ske-ul-main .ske-ul ul li a {
    font-size: 16px;
  }

  .ske-ul-main .ske-ul ul li {
    padding-bottom: 105px;
  }

  .red-dot:nth-child(4) {
    left: -25%;
    top: 44%;
  }

  .red-dot:nth-child(5) {
    right: -22%;
  }

  .red-dot:nth-child(7) {
    right: 0%;
    top: 5%;
  }

  .red-dot:nth-child(6) {
    left: -22%;
    top:63%;
  }

  .page-id-438 .mechnism .form-img img {
    padding-right: 15px;
  }

  .page-id-438 .mechnism-pro p, .page-id-438 .mechnism p {
    font-size: 16px;
  }

}

@media (min-width: 1250px) and (max-width: 1500px) {
  body:before {
    left: 40px;
  }

  /*.side-dot {
    margin-left: 20px;
  }*/

  .container {
    max-width: 1280px;
    padding: 0px 30px;
  }

  .about-tikun .row {
    padding: 0 50px;
  }

  .know-more {
    padding: 15px 60px;
  }
  .avidekel-detail-contain-left {
    max-width: 550px;
  }

  .page-id-299 .pain-structure .row .pain-structure-img img {
    margin-top: -45px;
    transform: scale(1.08);
  }

  .page-id-441 .pain-structure .row .pain-structure-img img {
    transform: scale(1.04);
    margin-top: -53px;
  }

  .page-id-433 .pain-structure .row .pain-structure-img img {
    margin-top: -50px;
  }

  .page-id-413 .pain-structure .row p {
    padding: 70px 0;
  }

  .page-id-297 .pain-structure .row .pain-structure-img img {
    transform: scale(1.075);
  }
  .site-header .main-header-inner .row  {
      flex-wrap: unset;
      justify-content: space-between;
  }
} 

@media (min-width: 1281px) and (max-width: 1390px) {
  .artical-detail h1 {
    padding: 100px 40px 0 30px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 14px;
  }

  .product-deatil-head .product-deatil-head-contain ul li img {
    height: 20px;
    margin: 0 2px;
  }

  .product-deatil-head .product-deatil-head-contain button {
    font-size: 14px;
  }

  .artical-detail h2 {
    padding-left: 30px;
  }

  .single-post .artical-detail h2 {
    padding-left: 0;
  }

  .single-post .product-deatil-head .product-deatil-head-contain .read-more-btn {
    font-size: 20px;
  }

  .single-post .product-deatil-head .product-deatil-head-contain button {
    font-size: 20px;
  }

  .page-id-297 .pain-structure .row .pain-structure-img img {
    transform: scale(1.12);
  }

}

@media (min-width: 768px) and (max-width: 1380px) {
  body {
    font-size: 16px;
  }

  .only-premium.pain-structure .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mechnism-pro .form-img img {
    position: unset;
    max-width: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    top: unset;
  }

  .page-id-441 .mechnism-pro .form-img img {
    height: unset;
  }

  header {
    z-index: 5;
    position: relative;
  }

  .avidekel-detail {
    padding-left: 60px;
    padding-bottom: 20px;
  }

  .product-deatil-head .product-deatil-head-contain p {
    font-size: 14px;
  }

  .other-product .container .other-product-inner h2 {
    font-size: 36px;
  }

  .product-deatil-head .product-deatil-head-contain h2 {
    padding-bottom: 5px;
  }

  .product-deatil-head .product-deatil-head-contain .read-more-btn {
    padding-bottom: 15px;
  }

}

@media only screen and (max-width: 991px) {
  .only-premium.pain-structure .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mechnism-pro .form-img img {
    height: auto;
  }

  .page-id-424 .mechnism .form-img img {
    width: auto;
    padding: 0 15px;
  }

  .about-tikun .row .map-icon-pin img {
    width: 75%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin .circle {
    width: 35px;
    height: 35px;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin {
    justify-content: center;
    align-items: center;
  }

  .main-header .row .menu-header_navigation-container .menu-header-menu-container li {
    padding: 10px 15px;
  }
	.wellness .tab-video-main .side-com-logo img{
		left: 0;
	}
}

@media only screen and (max-width: 1150px) {
  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(1) {
    top: 15%;
    left: 3%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(2) {
    top: 28%;
    left: 10%;
  } 

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(3) {
    top: 18%;
    left: 44%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(4) {
    left: 53%;
    top: 23%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(5) {
    top: 36%;
    left: 58%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(6) {
    right: 5%;
    top: 70%;
  }

  .footer-insta .slick-slide a div {
    min-height: 250px !important;
  }
/*  .main-header-inner .container {
    max-width: 96%;
  }*/

}


@media only screen and (max-width: 650px) {
  .about-tikun .row .map-icon-pin img {
    width: 50%;
  }
}

 @media only screen and (max-width: 450px) {
  
  .ske-ul-main .ske-ul ul li {
    padding-bottom: 1 5px;
  }
}

@media (min-width:451px) and (max-width: 550px) {
  .ske-ul-main .ske-ul ul li {
    padding-bottom: 25px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .symptoms img {
    max-height: 550px;
  }
}

@media (min-width:1250px) and (max-width:1450px) {

  .ske-ul-main .ske-ul {
    padding-top: 20px;
  }

  .customDots:before {
    left: 35px;
  }

  .side-dot {
    margin-left: 25px;
  }
  
}

@media (min-width:1251px) and (max-width:1500px) {
  .about-tikun .row .tikun-map-list {
    padding-left: 10px;
  }
  .about-tikun .row .tikun-map-list > img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin img {
    max-width: 70%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin {
    align-items: center;
    justify-content: center;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(1) {
    top: 27%;
    left: 5%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(2) {
    top: 33.7%;
    left: 13%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(3) {
    top: 29%;
    left: 45%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(4) {
    left: 53%;
    top: 33%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(5) {
    top: 42%;
    left: 58%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(6) {
    right: 4%;
    top: 64%;
    }

  .footer .left-footer .row .news-letter-subs .news-letter-inner p {
    font-size: 16px;
  }

  .mechnism-pro p {
    padding-left: 20px;
  }

}


@media (min-width:991px) and (max-width:1350px) {

  .ske-ul-main .ske-ul ul li:nth-child(1) {
    padding-bottom: 50px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(2) {
    padding-bottom: 50px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(4) {
    padding-bottom: 50px;
  }

  .ske-ul-main .ske-ul ul li {
    padding-bottom: 50px;
  }

}

@media (min-width:991px) and (max-width:1150px) {
  
  .ske-ul-main .ske-ul ul li:nth-child(1) {
    padding-bottom: 35px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(2) {
    padding-bottom: 35px;
  }

  .ske-ul-main .ske-ul ul li {
    padding-bottom: 35px;
  }

  .ske-ul-main .ske-ul ul li:nth-child(4) {
    padding-bottom: 35px;
  }

}



@media (min-width:1151px) and (max-width:1250px) {

  .about-tikun .row .tikun-map-list > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin img {
    width: 50%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin {
    align-items: center;
    justify-content: center;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin .circle {
    height: 25px;
    width: 25px;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(1) {
    top: 30%;
    left: 4%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(2) {
    top: 36%;
    left: 11%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(3) {
    top: 32%;
    left: 44%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(4) {
    left: 51%;
    top: 36%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(5) {
    top: 42%;
    left: 57%;
  }

  .about-tikun .row .tikun-map-list .map-icon .map-icon-pin:nth-child(6) {
    right: 0;
    top: 60%;
  }

  .footer .left-footer .row .news-letter-subs .news-letter-inner p {
    font-size: 14px;
  }

}

@media (min-width:1250px) and (max-width:1450px) {
  .ske-ul-main .ske-ul ul li {
    padding-bottom: 55px;
  }

  .ske-ul-main .ske-ul ul li a {
    font-size: 16px;
  }

  .menu-item-569 .sub-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }


}

@media (min-width:1451px) and (max-width:1700px) {
  .ske-ul-main .ske-ul ul li {
    padding-bottom: 65px;
  }
  .red-dot:nth-child(6) {
    top: 46%;
    left: -26%;
  }
  .red-dot:nth-child(5) {
    top: 63%;
    left: -5%;
  }
  .red-dot:nth-child(4) {
    top: 64%;
    left: -21%;
  }
  .red-dot:nth-child(7) {
    top: 5%;
    right: 0%;
  }

  .tippy-popper .tippy-tooltip {
    max-width: 220px !important;
  }

}

@media (min-width:768px) and (max-width:991px) {

    .ske-ul-main .ske-ul {
      width: 25% !important;
    }

    .ske-ul-main .images-cover {
      width: 50%;
    }

    .ske-ul-main .ske-ul ul li:nth-child(4) {
      padding-bottom: 25px;
    }

    .ske-ul-main .ske-ul ul li:nth-child(3) {
      padding-bottom: 25px;
    }

    .ske-ul-main .ske-ul ul li:nth-child(2) {
      padding-bottom: 25px;
    }

    .ske-ul-main .ske-ul ul li {
      padding-bottom: 25px;
      line-height: 20px;
    }

    .red-dot:nth-child(8) {
      top: 43%;
      right: 3%;
    }

    .red-dot:nth-child(3) {
      top: 35%;
      right: -25%;
    }

    .red-dot:nth-child(6) {
      top: 45%;
      left: -23%;
    }

    .red-dot:nth-child(5) {
      top: 61%;
      right: -23%;
    }

    .red-dot:nth-child(4) {
      left: -20%;
      top: 63%;
    }

    .red-dot:nth-child(7) {
      right: 0%;
      top: 5%;
    }

    .red-dot:nth-child(2) {
      left: -13%;
      top: 5%;
    }

    .customDots {
      padding-top: 110px;
    }

    .ske-ul-main .ske-ul ul {
      padding-top: 50px;
    }
}

@media only screen and (max-width:991px) {
  
  .wellness .tab-video-main .tab-video {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .wellness .tab-video-main .side-com-logo {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
    text-align: center;
  }

  .wellness .tab-video-main .side-com-logo img {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }

  .main-header .row {
    position: relative;
  }

}

@media (min-width:1381px) and (max-width:1500px) {
  .main-header .row .header-logo a img {
    max-width: 250px;
  }

  .main-header .row .menu-header_navigation-container .menu-header-menu-container li a {
    padding: 5px 10px;
    font-size: 17px;
  }
}

@media (min-width:992px) and (max-width:1023px) {
  .main-header .row .header-logo {
    margin-right: 0px;
  }

  .main-header .row .menu-header_navigation-container .menu-header-menu-container li a {
    padding: 4px 10px;
    font-size: 14px;
  }

  .new-head-quiz a img {
    max-width: 140px;
  }

  .artical-detail h2 {
    padding-left: 40px;
  }

  .page-id-413 .pain-structure .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

}

@media (min-width:1024px) and (max-width:1096px) {
  .page-id-299 .pain-structure .row .pain-structure-img img {
    transform: scale(1);
  }
}

@media (min-width:1251px) and (max-width:1276px) {
  .page-id-299 .pain-structure .row .pain-structure-img img {
    transform: scale(1.272);
  }
}

@media (min-width:1277px) and (max-width:1280px) {
  .page-id-299 .pain-structure .row .pain-structure-img img {
    transform: scale(1.234);
  }
}

@media (min-width:1281px) and (max-width:1285px) {
  .page-id-299 .pain-structure .row .pain-structure-img img {
    transform: scale(1.157);
  }
}

@media (min-width:1286px) and (max-width:1380px) {
  .page-id-299 .pain-structure .row .pain-structure-img img {
    transform: scale(1.12);
  }
}

@media (min-width:1281px) and (max-width:1285px) {
  .page-id-441 .pain-structure .row .pain-structure-img img {
    transform: scale(1.06);
  }
}

@media (min-width:1286px) and (max-width:1380px) {
  .page-id-441 .pain-structure .row .pain-structure-img img {
    transform: scale(1.02);
  }
}


@media (min-width:1381px) and (max-width:1500px) {
  .page-id-441 .pain-structure .row .pain-structure-img img {
    transform: scale(1.0);
  }
}

@media (min-width:1251px) and (max-width:1280px) {
  .page-template-Commen-Template .artical-detail {
    padding-left: 90px;
  }
}

@media (min-width:1280px) and (max-width:1380px) {
  .page-id-413 .pain-structure .row p {
    padding: 50px 0;
  }
}

@media (min-width:1250px) and (max-width:1279px) {

  .page-id-413 .pain-structure .row p {
    padding: 10px 0;
  }

}

@media (min-width:1024px) and (max-width:1096px) {

  .pain-structure .row p {
    padding: 30px 0;
  }

}

@media (min-width:991px) and (max-width:1150px) {
 .pain-structure .row .pain-structure-img img  {
    width: auto;
  }
}

@media (min-width:1024px) and (max-width:1260px) {
  .pain-structure .row .pain-structure-img img  {
     align-items: center;
   }
 }

@media only screen and (max-width:550px) {
  .heder-img .img-cover {
      padding: 0 0px;
  }
  .wellness .tab-video-main .side-com-logo img{
	max-width: 210px;
  }
} 
@media only screen and (max-width:375px) { 
.disclaimer p{
    padding-right:0px !important;
    font-size: 8px !important;
 }
}
@media only screen and (max-width:550px) { 
.disclaimer p{
    padding-right:15px;
    font-size: 8px !important;
 }
}
@media only screen and (max-width:767px) {
.disclaimer p{
    padding-right:100px;
    font-size: 8px !important;
 }  
.awards-section .flexbox1 .col .logo-wrapr img{
   max-width:80%
}
}
/*.header_slider {
  display: none;
}
li#menu-item-569:hover .header_slider{
  display: block;
}*/
#menu-header-menu li.menu-item-has-children{
position: relative;
}
#menu-header-menu li.menu-item-has-children ul.sub-menu{
    position: absolute;
    padding: 0px;
    top: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    background-color: #e0e0e073;
    display: flex;
    flex-direction: column;
}
#menu-header-menu li.menu-item-has-children ul.sub-menu a{
      font-size: 16px;
    padding: 10px 20px;
}
#menu-header-menu li.menu-item-has-children ul.sub-menu li{
  border-bottom: 1px solid #0088d7;
  transition: all 0.5s ease-in-out;
  padding:0;
}
/*#menu-header-menu li.menu-item-has-children.menu-item-1287 ul.sub-menu li:hover a{
  background-color: #0088d7;
  color:#fff;
}*/
#menu-header-menu li.menu-item-has-children ul.sub-menu li:last-child{
  border-bottom: none;
}
#menu-header-menu li.menu-item-has-children ul.sub-menu li:after{
  display: none;
}
#menu-header-menu li.menu-item-has-children:hover ul.sub-menu{
  opacity: 1;
    visibility: visible;
}
#menu-header-menu li{
  padding: 30px 0px;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#menu-header-menu li:after,
#menu-header-menu li.menu-item-569 > a:after{
  content: "";
    width: 1.5px;
    height: 40px;
    background-color: #e1e1e1;
    display: inline-block;
    position: absolute;
    right: 0;
}
#menu-header-menu li.menu-item-569 > a{
  position: relative;
}
#menu-header-menu li:last-child:after{
  display: none;
}
.main-header{
  padding: 0
}
#menu-item-2220 a,
#menu-item-1287 a{
  padding-right: 30px;
}
.main-header-inner .row {
  justify-content: space-between;
}
#menu-header-menu li:hover {
  background: #e0e0e073;
}
#menu-header-menu li.menu-item-has-children:before {
      content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #0088d7;
    transform: rotate(45deg);
/*     left: 65px; */
    right: 10px;
    margin: 0 auto;
    top: 45px;
}
#menu-header-menu li.menu-item-has-children.menu-item-569:before{
  display: none;
}
#menu-header-menu li.menu-item-has-children.menu-item-569 > a{
  position: relative;
}
#menu-header-menu li.menu-item-has-children.menu-item-569{
position: unset;
}
#menu-header-menu li.menu-item-569 > a:after {
    top: 0;
} 
#menu-header-menu li.menu-item-has-children.menu-item-569 > a:before {
    top: 32px;
}
.page-id-1514 section.team-tikun{
    filter : blur(7px);
	pointer-events:none;
}
.coming-soon-popup {
	width: 100%;
    text-align: center;
    font-size: 50px;
    position: fixed;
    left: 50%;
	
    top: 50%;
    z-index: 9;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}
.coming-soon-popup .coming-soon-inner{
	padding: 40px;
	background: rgba(255,255,255,0.8);
}
.coming-soon-popup h2 {
    font-size: 50px;
	padding-bottom: 20px;
}

.coming-soon-popup p {
    font-size: 30px;
}

.coming-soon-popup .popup-img {
    display: block;
    max-width: 140px;
    margin: 0 auto 10px;
}

.coming-soon-popup .popup-img img {
    width: 100%;
    height: auto:
}

.line {
     width: 85px;
    height: 0;
    border: 2px solid #0088D7;
    margin: 7px;
    display: inline-block;
}

#menu-header-menu li.menu-item-has-children ul.sub-menu a {
    font-size: 16px;
    padding: 10px 25px!important;
}

@media (max-width: 767px){
	.coming-soon-popup h2 {
    	                    font-size: 36px;
	                      }
	.coming-soon-popup p  {
		                    font-size: 24px;
	                      }
}


@media only screen and (max-width:1500px) {
  #menu-header-menu li.menu-item-has-children:before {
    top: 39px;
    left: 54px;
  }
}
@media only screen and (max-width:1380px) {
   #menu-header-menu li.menu-item-has-children:before{
      top: 44px;
      width: 8px;
      height: 8px;
  }
}  
@media only screen and (max-width:1250px) {
  #menu-header-menu li.menu-item-has-children:before {
      top: 38px;
      width: 8px;
      height: 8px;
  }
}
@media only screen and (max-width:991px) {
  #menu-header-menu li.menu-item-has-children:before, #menu-header-menu li.menu-item-has-children.menu-item-569 > a:before,
  #menu-header-menu li:after, #menu-header-menu li.menu-item-569 > a:after{
    display: none;
  }
  #menu-header-menu li{
    padding: 0;
  }
  #menu-header-menu li.menu-item-has-children.menu-item-1287 ul.sub-menu{
    opacity: 1;
    visibility: visible;
    position: relative;
    overflow: hidden;
    top: unset;
    margin-left: 0;
    border: 0;
  }
  .main-header .row .menu-header_navigation-container .menu-header-menu-container li a{
        display: block;
    width: 100%;
  }
  #menu-header-menu li{
    flex-wrap: wrap;
	}
  #menu-header-menu li.menu-item-has-children.menu-item-1287 ul.sub-menu{
    width: 100%;
  }
    #menu-header-menu li.menu-item-has-children.menu-item-1287 ul.sub-menu a{
       color: #757679;
  }
  #menu-header-menu li.menu-item-has-children.menu-item-1287 ul.sub-menu li.current-menu-item a{
    color: #0088d7;
  }
  #menu-header-menu li.menu-item-has-children.menu-item-1287 ul.sub-menu li:hover a{
    background-color: #fff;
    color: #757679;
  }
}


 .research-team {padding: 0 15px 40px;}
    .research-team h1{font-size: 30px; font-weight: 300; text-transform: uppercase; text-align: center; margin: 0 0 20px;}
    .research-team h5{font-size: 22px; padding-left: 110px; margin-bottom: 20px; }

    ul.research-team-list {width: 100%; display: table; margin-left: 0 !important; }
    ul.research-team-list li {display: flex; align-items: center; margin-bottom: 30px; flex-direction: row; column-count: 2; }
    ul.research-team-list li .team-img {width: 100px; float: left; }
    ul.research-team-list li .team-text {float: right; width: calc(100% - 130px); padding-left: 15px; }
    ul.research-team-list li .team-img img {width: 70px; height: 70px; border-radius: 50%; display: block; margin: auto; }

    ul.research-team-list li h4{padding-bottom: 10px;}

    @media (max-width: 767px){
        .research-team h5{padding-left: 0;}
        ul.research-team-list li{flex-direction: column; column-count: 1; align-items: baseline;}
		ul.research-team-list li .team-img{margin: 0 0 20px 0; float: none;}
        ul.research-team-list li .team-text{width: 100%; float: none; }
    }

.symptoms-page .symptom-enquiry {
    background-color: #2186c8;
    padding: 25px 30px 35px 30px;
    margin-bottom: 40px;
}
.symptoms-page .symptom-enquiry input {
    background: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 20px;
	    font-family: Nexa;
}
.symptoms-page .symptom-enquiry input::placeholder{color: #FFF;}
.symptoms-page .symptom-enquiry input.wpcf7-form-control.wpcf7-submit {
    transition: all ease-in-out 0.3s;
    margin-top: 0;
    background-color: #fff;
    cursor: pointer;
    color: #0088d7;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    border-radius: 0;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 20px;
    font-family: inherit;
    width: auto;
    padding: 15px 25px;
    margin: 5px 0 0;
}
.symptoms-page .symptom-enquiry input.wpcf7-form-control.wpcf7-submit:hover{opacity: 0.8;}
.symptoms-page .symptom-enquiry form.wpcf7-form p:nth-child(2) {
    color: #FFF; text-align: center; padding: 0 0 20px;
}

@media (max-width: 450px){
	symptoms-page .symptom-enquiry {background-color: #2186c8;padding: 15px 15px 25px 15px;}
	.symptoms-page .symptom-enquiry input {font-size: 18px;}
}


/* 17-dec-2020 Start */

.page-id-1514 .side-dot,
.page-id-1514 .side-main,
.page-id-1514 .research-team.warp-color-wh,
.page-id-1514 .footer_top{
	filter: blur(7px);
	pointer-events: none;
}

/* 17-dec-2020 End */