/* coman */
* {
  padding : 0;
  margin : 0;
  box-sizing:border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: 'arial_blackregular';
  src: url('/fonts/arial-black-webfont.woff2') format('woff2'),
    url('/fonts/arial-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
}
h1 {
  font-size:46px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size : 30px;
}
h5 {
  font-size:24px;
}
h6 {
  font-size: 18px;
}
.p {
  font-size:18px;
}
h4 {
  font-family: 'Raleway', sans-serif;
}
.main_heading {
  font-size: 56px;
}
.page-width {
  max-width : 1200px;
  padding : 0 5rem;
  margin:auto;
}
.page-container {
  max-width : 900px;
  padding : 0 5rem;
  margin:auto;
}
.tan-color ,
.brown-color{
	color : #9b7728;
}
/*
.brown-color {
	color : #964B00;
}
*/
img {
  max-width : 100%;
}
.center {
  text-align : center;
}

/* moblie menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#navbar {
  display: none !important;
}
ul.sec  {
	margin-top:40px;
}
/* end */

.disclaimer {
    display: none !important;
}
.footer, .generic-footer {
    margin-bottom: 0 !important;
}


/* header */
header {
  background: #000;

}
img.main_logo {
  width: 200px;
}
.header {
  display: flex;
  justify-content: space-between;
  padding-top:15px;
  padding-bottom:15px;
}
.header_sec_menu ul,
.header_main_menu ul {
  display: inline-flex;
  list-style-type: none;
}
.header_right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
}
.header_main_menu {
  padding-top: 22px;
}
.header_main_menu li {
  padding-left: 20px;
  font-size: 16px;
}
.header_main_menu li a {
  text-decoration : none;
}
.header li a {
  text-decoration: none;
  color: #fff;
}
.header_sec_menu li {
  padding-left: 26px;
  font-size: 14px;
}
.header_sec_menu ul li:not(:first-child)::before {
  content: "\2022"; 
  color: #fff; 
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
  margin-right: 6px;
}


/* footer */
footer {
    margin-top: 60px;
    background: #000;
    padding: 26px 0;
    color: #ccb577;
}
footer img {
  width: 220px;
  margin-bottom: 30px;
}
footer ul.site-footer__linklist {
	text-align:center;
}
.footer ul li:not(:first-child)::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 6px;
}
footer a {
  text-decoration: none;
  color: #ccb577;
  font-size: 14px;
}
footer li.site-footer__linklist-item {
    display: inline-block;
    padding: 0 12px;
    font-size: 14px;
}
footer li.payment-icon {
    display: inline-block;
}
footer li.payment-icon svg {
    height: 30px;
    width: 30px;
    margin: 0 4px;
}
footer li.payment-icon svg path {
	fill : #ccb577;
}
.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 6px;
    align-items: center;
}
footer .site-footer__copyright {
	font-size : 14px;
}
footer p.footer-p.first {
    border: 1px solid #ccb577;
    padding: 5px 0;
    margin-bottom: 15px;
}
footer .footer-p {
    font-size: 13px;
    text-align: center;
}



/* banner */
.banner .main_banner {
  display: flex;
  background-color : #ddd;
}
.first_banner {
  width: 66%;
  position:relative;
}
.firstimg_text {
  bottom: 10%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color : #fff;
  width: 100%;
  padding : 0 20px;
}
.first_banner img {
  position:relative;
  width: 100%;
}

.banner_overlay {
  position: absolute;
  width: 100%;
  background: #0000002b;
  height: 100%;
  top: 0;
  opacity: 0.4;
}

.second_banner {
  width: 34%;
  display: flex;
  position: relative;
  align-items: center;
}
.banner_product p {
  font-size:24px;
}
.sb_text {
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.sb_button {
  margin-top: 20px;
}
.sb_button a {
  padding: 12px 26px;
  color: #fff;
  background-color: #9b7728;
  text-decoration: none;
  font-size: 18px;
}
.banner_product {
  padding: 0 40px;
}
.banner-overly {
  position: absolute;
  width : 100%;
  color : red;
}
.banner_product img {
  width: 90%;
}
.main_banner .main_heading {
    font-size: 34px;
}


/* rich text */
.rich-text {
  padding-top: 50px;
  padding-bottom: 30px;
}
.rich-text-heading {
  font-size: 38px;
  margin-bottom: 20px;
}
.rich-text-content {
  font-size: 28px;
  font-style: italic;
  font-family: raleway;
  color: #9b7728;
  line-height: 1.3;
}


/* fea table */
.fea_table {
  display: flex;
  max-width: 900px;
  margin: auto;
  grid-gap: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.fea_table_left {
  width: 30%;
  padding: 30px 0 30px 40px;;
  background: #9b7728;
  display: flex;
  align-items: center;
  position:relative;
}
.fea_table_left:after {
  content: '';
  position: absolute;
  right: 0;
  border-left: 80px solid rgba(187,155,96,0.5);
  border-top: 121px solid transparent;
  border-bottom: 121px solid transparent;
  transform: translateX(100%);
}
.fea_table_left h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.fea_table_right {
  width: 70%;
  background: rgba(187,155,96,0.5);
  position: relative;	
}
.fea_table_right ul {
  list-style-type: none;
}
.fea_table_right li {
  padding: 16px 0 16px 88px;
  font-size: 19px;
  line-height: 1.2;
}
.fea_table_right li:not(:last-child) {
  border-bottom: 4px solid rgba(256,256,256,0.5);
}
.fea_table_right ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


/* lavels */
.levals {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #9b7728;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.lev_content {
  text-align: center;
  font-size: 120px;
  color: #9b7728;
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
}
.level_on {
  width: 33.33%;
}
.level_on:not(:first-child) .lev_content {
  border-left: 3px solid;
}
.lev_text_block {
  display: flex;
}
.hormons-leval {
  margin-bottom: 30px;
}
.lev_text {
  color: #000;	
  font-size: 18px;
}
.lev_head h3 {
  font-weight: 600;
}

/* list section */
.list_content {
  max-width: 800px;
  margin: auto;
  padding-bottom: 40px;
}
ul.list_li li {
  font-size: 21px;
  padding: 12px 40px 12px;
  list-style-position: inside;
  font-weight: 600;
}
ul.list_li li:nth-child(odd) {
  background-color : #eee;
}
.list_sec .list_content {
  max-width: 440px;
}
.list_sec ul.list_li li {
  list-style-type: auto;
}


/* img section */
.img_container img {
  width: 49.9%;
}
.img_container {
  display: flex;
  grid-gap: 4px;
}
.img_section {
  padding-top: 50px;
  padding-bottom: 30px;
}

/* image and text */
.image-and-text {
    margin: 40px 0 60px;
}
.img-and-text-content {
    display: flex;	
    align-items: center;
    background: rgba(187,154,96,.4);
}
.img-and-text-content > div {
	width : 50%;
}
.textitem-content {
    margin: auto;
    max-width: 488px;
    padding: 0 30px;
}
.textitem-content .rich-text-heading {
    padding-bottom: 10px;
    border-bottom: 4px solid #9b7728;
}
.text-content {
    font-size: 22px;
    font-weight: 600;
}
.text-content p.subtitle {
	font-size:13px;
}
.text-content ul {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 12px 0;
}

/* multicolumn */
.multicolumn {
  margin-top:40px;
  margin-bottom: 30px;
}
ul.multicolumn-list {
  list-style-type: none;
  display: flex;
  margin-top: 60px;
}
ul.multicolumn-list li{
  width : 33.33%;
  padding : 0 38px;
}
.multicolumn h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 16px;
}
.provarin .multicolumn h3 {
  padding-bottom: 26px;
}
.multicolumn-info {
  margin-top: 30px;
}
.multicolumn_button {
  margin-top: 50px;
}
.multicolumn_button a {
  background-color: #9b7728;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 20px;
}
.rte p {
  font-size: 18px;
}
.media img {
  width: 50%;
  margin: auto;
}


/* blog post */
.blog_content {
  display: flex;
  grid-gap: 40px;
  margin-top: 40px;
}
.post_content {
  width:50%;
}
.blog_post {
  margin-top: 70px;
  margin-bottom: 50px;
}
img.blog_media {
  min-height: 350px;
}
.post_text {
  margin-top:20px;
}
.post_text h3 {
  font-size: 20px;
  font-weight: 500;
}
.post_text p {
  font-size: 20px;
  font-style: italic;
  margin-top: 6px;
}
.blog_text {
  font-size : 24px;
  margin-top:15px;
}
.strength .blog_post {
    margin-top: 10px;
}

/* feature product */
.fea_pro_content {
  position: relative;
}
.fea_pro_text {
  position: absolute;
  right: 11%;
  top: 45%;
  transform: translateY(-55%);
}
.fea_pro_img img {
  width: 65%;
}
.fea_pro_text h4 {
  font-size: 28px;
  color: #9b7728;
  font-weight: 600;
  margin-bottom: 20px;
}
.fea_pro_text p {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.fea_pro_text a {
  text-decoration: none;
  background: #9b7728;
  color: #fff;
  padding: 10px 37px;
  font-size: 18px;
}
.fea_text h4 {
  line-height: 1.3;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  color: #9b7728;
}


/* feature list */
.feature_list {
  padding-top: 30px;
  padding-bottom: 40px;
}
.feature_te p {
  margin-top: 40px;
  font-size: 20px;
}
.fea_list {
  margin-top: 40px;
  margin-bottom: 20px;
}
.fea_list ul {
  display: inline-flex;
}
.fea_list ul li {
  font-size: 28px;
  padding: 10px 30px;
  list-style-type: none;
  font-weight: 600;
}
.fea_list ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.featu_table {
  max-width : 540px;
  margin:auto;
  margin-bottom: 40px;
}
.featu_table ul {
  list-style-type: none;
}
.featu_table ul li {
  display : flex;
  font-family: 'arial';
  grid-gap: 40px;
}
.fea_tab_left,
.fea_tab_right {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 22px;
  margin-bottom: 8px;
}
.fea_tab_right {
  width: 60%;
}
.fea_tab_left {
  position:relative;
  width : 40%;
}
.featu_table ul li:nth-child(odd) .fea_tab_left,
.featu_table ul li:nth-child(odd) .fea_tab_right  {
  background: rgba(199,209,89,0.6);
}
.featu_table ul li:nth-child(even) .fea_tab_left,
.featu_table ul li:nth-child(even) .fea_tab_right  {
  background: rgba(0,0,0,0.3);
}
.featu_table ul li .fea_tab_left:after {
  position: absolute;
  content: '';
  right: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  transform: translateX(100%);
  top: 0;
}
.featu_table ul li:nth-child(odd) .fea_tab_left:after {
  border-left: 40px solid rgba(199,209,89,0.5);
}
.featu_table ul li:nth-child(even) .fea_tab_left:after {
  border-left: 40px solid rgba(0,0,0,0.2);
}
.featu_table ul li:first-child .fea_tab_left,
.featu_table ul li:first-child .fea_tab_right  {
  color : #fff;
  background: rgba(199,209,89,0.9);
}


/* text list */
.text_list ul {
  max-width: 1000px;
  margin: auto;
  list-style-type: decimal;
  padding-left: 20px;
}
.text_list ul li {
  font-size: 20px;
  margin-bottom: 30px;
}
.text_list ul li.one,
.text_list ul li.two,
.text_list ul li.three {
  position:relative;
  list-style-type:none;
}
.text_list ul li.one:after,
.text_list ul li.two:after,
.text_list ul li.three:after {
  position:absolute;
  top:0;
  left:-27px;
  font-weight: 700;
}
.text_list ul li.one:after {
  content:'1 -';
}
.text_list ul li.two:after {
  content:'2 -';
}
.text_list ul li.three:after {
  content:'3 -';
}
.text_list {
  padding-top: 30px;
  padding-bottom: 50px;
}


/* text btn */
.text_btn {
  padding-top:90px;
  padding-bottom:90px;
}
.text_block {
  font-family: 'Raleway';
  font-style: italic;
  font-size: 28px;
  margin-bottom:40px;
    color: rgb(187,155,95);
}
.btn_block a {
  text-decoration: none;
  background: rgb(187,155,95);
  color: #fff;
  padding: 12px 38px;
  font-weight: 600;
}
.strength .text_btn {
    padding-top: 50px;
}


/* fea text sec */
.fea_text_sec {
  margin-top: 60px;
  margin-bottom: 40px;
}
.fea_text_sec .feature_te p {
  margin-top: 20px;
}


/* text area */
.text_area {
  margin-top: 60px;
  margin-bottom: 40px;
}
.text_bg {
  max-width: 900px;
  margin: auto;
  margin-top: 24px;
  background: #ddd;
  padding: 30px 36px 28px;
  font-weight: 600;
}
.text_bg p {
  font-size: 18px;
  margin-bottom: 10px;
} 

/* img table */
.img_table {
  max-width: 990px;
  margin: 64px auto;
}


/* decline */
.decline .text_list ul {
  list-style-type: none;
}
.decline .text_list b {
  margin-bottom:8px;
}
.decline .text_btn {
  padding-top: 10px;
  padding-bottom: 60px;
}
.decline footer {
  margin-top: 0;
}
.decline .img_section {
  padding-bottom: 4px;
}
.decline .banner_overlay {
  opacity: 0.3;
}
.decline .text_list .rich-text-heading {
    margin-bottom: 0;
}



/* provarin */
.provarin .banner_overlay,
.score .banner_overlay,
.faq-page .banner_overlay,
.ipi .banner_overlay ,
.health .banner_overlay ,
.contact .banner_overlay {
  opacity: 0.2;
}
.provarin .banner_product img {
  width: 70%;
  margin: 30px auto;
}
.provarin .text_btn ,
.faq-page .text_btn  {
  padding-top: 40px;
  padding-bottom: 40px;
}

.provarin ul.multicolumn-list {
  grid-gap: 30px;
}
.provarin ul.multicolumn-list li {
  width: 50%;
  padding: 45px 45px;
  background: rgba(232,235,187,0.6);
}
.provarin .media img {
  width: 45%;
}
.provarin .multicolumn h3 span {
  border-bottom:3px solid rgb(186,169,113);
  padding-bottom : 4px;
}
.provarin .multicolumn {
  margin-bottom: 50px;
}
.provarin ul.multicolumn-list {
  margin-top: 60px;
}

/* que sec */
.que_sec {
  margin-top: 70px;
  margin-bottom: 40px;
}
h3.que {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
p.ans {
    font-size: 19px;
    display: inline-block;
}
.que_ans ul {
    padding-left: 20px;
}
.que_ans ul li {
	padding : 12px 0;
}
.que_sec .rich-text-content {
    padding: 10px 0;
}



/* feature section */
.feature_section .feature_te  {
  margin-bottom : 60px ;
}
.feature_section .feature_te h2 {
  margin-bottom: 20px;
}
.feature_section .feature_te p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size : 18px;
}
.feature_section .feature_te li {
  font-size : 18px;
  margin-bottom : 20px;
}
.feature_section .feature_te ul {
  max-width: 1000px;
  margin: auto;
  list-style-type: none;
}
.feature_section .feature_te ul li {
  position: relative;
}
.feature_section .feature_te ul li:after {
  content: "\2022";
  color: #000;
  font-weight: bold;
  left: -17px;
  position: absolute;
  font-size: 14px;
  top: 3px;
}
.feature_section {
  margin-top: 60px;
  margin-bottom: 40px;
}
p.subtitle-text {
    font-size: 22px !important;
    font-style: italic;
	color:#964B00;
}

/* score text */
.score_text {
  margin-top: 70px;
  margin-bottom: 40px;
}
.score_text .feature_te p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size : 18px;
}
.score_text .feature_te h2 {
  margin-bottom: 20px;
}
.score .text_btn {
  padding-bottom: 40px;
}

/* score text info */
.score_text_area {
  border: 2px solid #ddd;
}
.score_text_head {
  background: #ddd;
  padding: 10px;
}
.score-text_content {
  padding : 30px 50px ;
}
.score-text_content li {
  list-style-type: none;
  margin-top: 26px;
  font-size:18px;
}
.score-text_content li h5 {
  font-size:20px;
  margin-bottom:6px;
}
.score-text_content .text_block {
  font-size: 26px;
  margin-top: 35px;
  margin-bottom : 20px;	
}


/* faq page */
.faq-page .text_list {
  padding-top: 70px;
}
.faq-page .text_list h2 {
  margin-bottom: 40px;
}
.faq-page .text_list ul {
  list-style-type: none;
}
.faq-page .text_list ul li p {
  font-size : 18px;
}
.faq-page .text_list ul li h5 {
  margin-bottom: 5px;
  font-size : 20px;
}


/* faq text */
.faq_text {
  max-width: 900px;
  margin: auto;
}
.faq_text_sec h2 {
  margin-bottom: 30px;
}
.faq_text li {
  margin-top: 22px;
  font-size: 18px;
  list-style-type: none;
  position: relative;
}
.faq_text li:after {
  content: "\2022";
  color: #000;
  font-weight: bold;
  left: -17px;
  position: absolute;
  font-size: 14px;
  top: 3px;
}
.faq_text p {
  font-size: 20px;
}

/* info sec */
.ipi .feature_te {
  margin-top: 70px;
}
.ipi .feature_te p {
  margin-top: 30px;
}
.ipi .text_btn {
  padding-bottom: 40px;
}

/* health care */
.care_text {
  margin-top: 70px;
  }
.health b {
  font-weight:600;
}


/* stage table */
.stage_table_content table {
  border-spacing:0px;
}
.stage_table_content th {
  text-align: left;
  color: #8d8383;
  font-weight: 100;
  font-size: 24px;
  padding-left: 6px;
}
.first_row td span {
  font-size: 190px;
  color: #fff;
  opacity: 0.4;
  display: inline-block;
  line-height: 150px;
  margin-top: -7px;
}
.first_row td {
  position:relative;
  background : rgba(199,209,89,0.8);
  border: 7px solid #fff;
  border-top: none;	
}
.sec_row td {
  background: rgba(199,209,89,0.4);
  padding: 35px;
  font-weight: 600;
  border: 7px solid #fff;
  position:relative;
}
.sec_row td:not(:last-child):before {
    content: '';
    position: absolute;
    right: 25px;
    display: block;
    height: 26px;
    width: 36px;
    background-color: rgba(31,31,31,0.1);
    bottom: 26px;
}
.sec_row td:not(:last-child):after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    border: 28px solid;
    border-color: rgba(31,31,31,0.1) rgba(31,31,31,0.1) transparent transparent;
    transform: rotate(45deg);
    bottom: 11px;
    right: -3px;
    z-index: 4;
}

.first_row td .table_overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-family: 'arial';
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.first_row td .table_overlay p {
  font-family:'Open Sans';
  font-weight:600;
  font-size:20px;
}
.stage_table_moblie {
  display:none;
}

/* score table */
.score_ans {
  display: flex;
  grid-gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.score_number {
  text-align: center;
  cursor: pointer;
}
.sco_num {
  display: flex;
  grid-gap: 30px;
}
.score_que h3 {
  font-size: 20px;
  font-weight: 600;
}
.score_number span {
  font-size: 21px;
  font-weight: 600;
  background: #ddd;
  padding: 4px 12px;
  border-radius: 50%;
}
.score_number p {
  margin-top: 18px;
}

.score_ans_number span {
  border: 1px solid #ddd;
  height: 60px;
  min-width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.score_ans_number p {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}
.score_total .score_ans_number p {
  font-weight : 900;
}
.score_ans_number  {
  margin-left: 60px;

}
.score_total .score_ans_number {
  margin-left: 518px;
  max-width: 140px;
}

.score_table {
  padding-top: 50px;
  margin-bottom: 90px;
}

/* contact form */
.contact-form {
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
}
.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 10px;
    border: none;
    border: 1px #AC842D solid;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding-left: 20px;
    font-size: 18px;
}

.contact-form input.email {
    float: none;
}

.contact-form input.phone {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form input.name {
    margin-right: 0px;
}

.contact-form input.name,
.contact-form input.email {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
}

.contact-form textarea.message {
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
    padding-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.submit-btn {
    background-color: #dccbb1;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px 6px;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    min-width: 280px;
    min-height: 60px;
    border-radius: 10px
}


/* DivTable.com */

.divTable {
    display: table;
    width: 100%;
    margin: 30px 0px 35px;
}

.divTableRow {
    display: table-row;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.divTableCell {
    border: 1px solid #fff;
    display: table-cell;
    padding: 15px;
    background: #decdaf;
    width: 92%;
}

.divTableCell.first {
    background: #bd9b60;
    width: 8%;
    vertical-align: middle;
    text-align: center;
}

.strength-img.imgNewCls {
    margin: 45px 0px;
    width: 80%;
}

.sidebar-quote-box.padTop50 {
    padding-top: 50px;
}


/* shop page */
.product-content {
    padding: 60px 0 30px;
}
.product-titile h2 {
    font-weight: 600;
    padding-bottom: 16px;
    margin-bottom: 20px;
    padding-top: 16px;
    background: linear-gradient( to left, #aaa, #aaa) bottom no-repeat;
    background-size: 212px 1px;
}
.product-titile h3 {
    font-weight: 300;
    font-size: 22px;
}
.product-media {
    padding: 30px 0;
	max-width: 600px;
    margin: auto;
}
.product-price h3 {
    font-size: 50px;
}
.product-price p {
    font-size: 20px;
    margin: 20px 0 30px;
	 font-weight: 600;
}
.prod-add-btn a {
    background: #aaa;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    font-size: 20px;
}
.text-item {
    padding-top: 50px;
    max-width: 900px;
    margin: auto;
}
.text-item li {
    font-size: 18px;
    margin-bottom: 8px;
    list-style-position: inside;
}


@media screen and (min-width: 768px) {
	.contact-form input.name, .contact-form input.email {
		display: inline-block;
		width: 100%;
		max-width: 48%;
	}
	.contact-form input.name {
		margin-right: 20px;
	}
	.contact-form input, .contact-form textarea {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1200px) {
  .page-width {
    padding: 0 4rem;
  }
  .main_heading {
    font-size: 50px;
    line-height: 1.2;
  }
  .sb_text {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .banner_product p {
    font-size: 22px;
  }
  .sb_button a {
    padding: 10px 24px;
    font-size: 16px;
  }
  .rich-text-heading {
    font-size: 36px;
  }
  .rich-text-content {
    font-size: 27px;
  }
  .fea_table {
    max-width: 800px;
  }
  .fea_table_left {
    padding: 30px 0 30px 30px;
  }
  .list_content {
    max-width: 760px;
  }
  ul.multicolumn-list li {
    padding: 0 20px;
  }
  img.blog_media {
    min-height: 300px;
  }
  .fea_pro_text {
    right: 7%;
  }
  .fea_pro_text h4 {
    font-size: 27px;
  }
  .fea_pro_text p {
    font-size: 38px;
  }
  .fea_pro_text a {
    padding: 10px 35px;
  }
  .fea_text h4 {
    font-size: 27px;
  }
  h2 {
    font-size: 38px;
  }
  .feature_te p {
    margin-top: 28px;
    font-size: 19px;
  }
  .fea_list {
    margin-top: 34px;
  }
  .fea_list ul li {
    font-size: 26px;
  }
  .text_list {
    padding-bottom: 0px;
  }
  .text_list ul li {
    font-size: 19px;
  }
  .blog_text {
    font-size: 23px;
  }
  .text_block {
    font-size: 27px;
  }
  .text_btn {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .feature_te p br {
    display : none;
  }
  .que_sec {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  h3.que {
    font-size: 23px;
  }
  .provarin ul.multicolumn-list li {
    padding: 35px 40px;
  }
  .ipi .feature_te {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .fea_table_left h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 28px;
  }
  ul.list_li li {
    font-size: 20px;
  }
  .list_content {
    max-width: 740px;
  }
  .list_sec .list_content {
    max-width: 420px;
  }
  ul.multicolumn-list li {
    padding: 0 10px;
  }
  img.blog_media {
    min-height: 280px;
  }
  .strength .img_section {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  h2 {
    font-size: 35px;
  }
  .text_bg p {
    font-size: 17px;
  }
  .first_row td .table_overlay {
    font-size: 23px;
  }
  .first_row td .table_overlay p {
    font-size: 19px;
  }
  h3.que {
    font-size: 22px;
    margin-top: 16px;
  }
  p.ans {
    font-size: 18px;
  }
  .feature_section .feature_te p {
    margin-bottom: 22px;
    font-size: 17px;
  }
  .feature_section .feature_te ul {
    padding-left: 20px;
  }
  .feature_section .feature_te li {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .faq_text_sec ul {
    padding-left: 20px;
  }
  .ipi .feature_te {
    margin-top: 50px;
  }
  .ipi .feature_te p {
    margin-top: 25px;
  }
  .ipi .text_btn {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 990px) {
  .main_heading {
    font-size: 44px;
  }
  .sb_text {
    font-size: 26px;
    padding-bottom: 8px;
  }
  .banner_product p {
    font-size: 21px;
  }
  .sb_button a {
    padding: 9px 22px;
    font-size: 15px;
  }
  .rich-text-heading {
    font-size: 34px;
  }
  .rich-text-content {
    font-size: 26px;
  }
  .fea_table {
    max-width: 740px;
  }
  .fea_table_left h2 {
    font-size: 27px;
  }
  .fea_table_right li {

    font-size: 18px;
  }
  .fea_table_left:after {
    border-top: 117px solid transparent;
    border-bottom: 117px solid transparent;
  }
  .lev_content {
    font-size: 110px;
  }
  .levals {
    padding-bottom: 30px;
    margin-bottom: 17px;
  }
  .list_content {
    max-width: 680px;
  }
  ul.multicolumn-list {
    margin-top: 50px;
  }
  .multicolumn h3 {
    font-size: 23px;
  }
  .rte p {
    font-size: 17px;
  }
  .multicolumn-info {
    margin-top: 20px;
  }
  img.blog_media {
    min-height: 250px;
  }
  .post_text h3,
  .post_text p {
    font-size: 19px;
  }
  .fea_pro_text h4 {
    font-size: 26px;
  }
  .fea_pro_text p {
    font-size: 35px;
  }
  .fea_pro_text p {
    margin-bottom: 35px;
  }
  .fea_pro_text a {
    padding: 9px 34px;
    font-size: 17px;
  }
  .fea_pro_text {
    right: 5%;
  }
  .fea_text h4 {
    font-size: 25px;
  }
  .feature_te p {
    margin-top: 15px;
    font-size: 18px;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 19px;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
  }
  .text_list ul li {
    font-size: 18px;
  }
  .blog_text {
    font-size: 22px;
    margin-top: 12px;
  }
  .text_block {
    font-size: 26px;
  }
  .btn_block a {
    padding: 11px 36px;
  }
  .stage_table_content th {
    font-size: 22px;
  }
  .first_row td .table_overlay {
    font-size: 22px;
  }
  .first_row td .table_overlay p {
    font-size: 18px;
  }
  tr.sec_row li {
    font-size: 15.5px;
  }
  .sec_row td {
    padding: 28px 14px 28px 35px;
  }
  .first_row td span {
    font-size: 180px;
    line-height: 140px;
  }
  h3.que {
    font-size: 21px;
  }
  .feature_section .feature_te p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .feature_section .feature_te li {
    margin-bottom: 14px;
  }
  .provarin .multicolumn h3 {
    font-size: 22px;
  }
  .provarin .multicolumn {
    margin-bottom: 60px;
  }
  .score-text_content li h5 {
    font-size: 19px;
  }
  .score_que h3 {
    font-size: 19px;
  }
  .score-text_content li {
    font-size: 17px;
  }
  .score-text_content {
    padding: 25px 30px;
  }
  .score-text_content .text_block {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 12px;
  }
  .score .text_btn {
    padding-bottom: 10px;
  }
  .faq-page .text_list ul li p {
    font-size: 17px;
  }
  .faq-page .text_list ul li h5 {
    font-size: 19px;
  }
  .faq_text li {
    margin-top: 18px;
    font-size: 17.5px;
  }
  .header_main_menu {
    padding-top: 20px;
  }
  .header_main_menu li {
    padding-left: 18px;
    font-size: 15px;
  }
  .header_sec_menu li {
    font-size: 13px;
  }
  .text-content {
    font-size: 19px;
  }
  .textitem-content .rich-text-heading {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  #navbar {
    display: block!important;
  }
  .header {
    align-items: center;
  }
  .header_right {
    display : none;
  }
  img.main_logo {
    width: 160px;
  }
  .banner_product {
    padding: 0 20px;
  }
  .main_heading {
    font-size: 36px;
  }
  .banner_product p {
    font-size: 19px;
  }
  .sb_text {
    font-size: 24px;
    padding-bottom: 2px;
  }
  .sb_button {
    margin-top: 10px;
  }
  .sb_button a {
    padding: 7px 19px;
    font-size: 14px;
  }
  .banner_product img {
    width: 86%;
  }
  .rich-text-heading {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .rich-text-content {
    font-size: 22px;
  }
  .fea_table_left h2 {
    font-size: 25px;
  }
  .fea_table_left {
    padding: 28px 0 28px 28px;
  }
  .fea_table_right li {
    font-size: 16px;
    padding: 15px 0 15px 78px;
  }
  .fea_table_left:after {
    border-left: 76px solid rgba(187,155,96,0.5);
    border-top: 107px solid transparent;
    border-bottom: 107px solid transparent;
  }
  .rich-text {
    padding-top: 40px;
  }
  .fea_table {
    padding-bottom: 12px;
  }
  .lev_text {
    font-size: 16px;
  }
  .lev_content {
    font-size: 100px;
  }
  h3 {
    font-size: 25px;
  }.hormons-leval {
    margin-bottom: 10px;
  }
  ul.list_li li {
    font-size: 19px;
    padding: 10px 38px 10px;
  }
  .img_section {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  ul.multicolumn-list li {
    width: 50%;
    margin: auto;
    padding: 16px 10px;
  }
  ul.multicolumn-list {
    margin-top: 10px;
    display:block;
  }
  .multicolumn_button a {
    font-size: 15px;
    padding: 9px 18px;
  }
  .blog_content {
    grid-gap: 20px;
    margin-top: 33px;
  }
  img.blog_media {
    min-height: 220px;
  }
  .post_text h3, .post_text p {
    font-size: 18px;
  }
  .fea_pro_text h4 {
    font-size: 24px;
  }
  .fea_pro_text p {
    font-size: 31px;
    margin-bottom: 30px;
  }
  .fea_pro_text a {
    padding: 9px 30px;
    font-size: 16px;
  }
  .fea_pro_text {
    right: 3%;
  }
  .fea_text h4 {
    font-size: 22px;
  }
  footer img {
    width: 210px;
    margin-bottom: 18px;
  }
  .multicolumn {
    margin-top: 10px;
  }
  footer {
    margin-top: 50px;
  }
  .multicolumn_button {
    margin-top: 30px;
  }
  .img_container img {
    width: 49.6%;
  }
  h2 {
    font-size: 32px;
  }
  .fea_tab_left, .fea_tab_right {
    padding: 18px 22px;
  }
  .featu_table ul li {
    grid-gap: 38px;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left-width: 38px !important;
  }
  .text_list ul li {
    font-size: 17px;
  }
  .text_block {
    font-size: 25px;
  }
  .text_btn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .first_row td span {
    font-size: 160px;
    line-height: 123px;
  }
  tr.sec_row li {
    font-size: 15px;
  }
  .sec_row td {
    padding: 20px 13px 20px 31px;
  }
  .first_row td,
  .sec_row td {
    border: 5px solid #fff;
  }
  .stage_table_content th {
    font-size: 20px;
  }
  .text_bg p {
    font-size: 16px;
  }
  .text_bg {
    padding: 28px 30px 24px;
  }
  .decline .text_btn {
    padding-bottom: 40px;
  }
  h3.que {
    font-size: 20px;
  }
  p.ans {
    font-size: 17px;
  }
  .feature_section {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .provarin ul.multicolumn-list li {
    width: 70%;
    margin: 30px auto;
  }
  .score_text {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .score_text .feature_te p {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .score_table {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .score-text_content li h5 {
    font-size: 18px;
  }
  .score-text_content li {
    font-size: 16px;
  }
  .score_que h3 {
    font-size: 18px;
  }
  .score_text .feature_te h2 {
    margin-bottom: 10px;
  }
  .faq-page .text_list ul {
    padding-left: 10px;
  }
  .faq-page .text_list ul li h5 {
    font-size: 18px;
  }
  .faq-page .text_list ul li p {
    font-size: 16.5px;
  }
  .faq-page .text_list ul li {
    margin-bottom: 26px;
  }
  .faq_text_sec h2 {
    margin-bottom: 20px;
  }
  .faq_text li {
    margin-top: 15px;
  }
  .faq-page .text_list {
    padding-top: 50px;
  }
  .ipi .feature_te {
    margin-top: 40px;
  }
  .ipi .text_btn {
    padding-bottom: 20px;
  }
  .sec_row td:not(:last-child):after {
    border-width: 25px;
    bottom: 11px;
    right: -1px;
}
.sec_row td:not(:last-child):before {
    right: 24px;
    height: 23px;
    width: 34px;
    bottom: 25px;
}
.img-and-text-content {
    flex-wrap: wrap;
}
.img-and-text-content > div {
    width: 100%;
}
.textitem-content {
    padding: 70px 30px;
}
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .page-width ,
  .page-container {
    padding: 0 3rem;
  }
  img.main_logo {
    width: 150px;
  }
  .main_heading {
    font-size: 33px;
  }
  .banner_product p {
    font-size: 17px;
  }
  .sb_text {
    font-size: 22px;
    line-height: 1;
  }
  .firstimg_text {
    bottom: 7%;
  }
  .sb_button a {
    padding: 6px 18px;
  }
  .rich-text-heading {
    font-size: 30px;
  }
  .rich-text-content br,
  .fea_text h4 br {
    display:none;
  }
  .fea_table_left {
    padding: 24px 0 24px 24px;
  }
  .fea_table_left h2 {
    font-size: 23px;
  }
  .fea_table_right li {
    font-size: 16px;
    padding: 13px 0 13px 59px;
  }
  .fea_table {
    grid-gap: 20px;
  }
  .fea_table_right li {
    font-size: 15px;
  }
  .fea_table_left:after {
    border-left: 56px solid rgba(187,155,96,0.5);
    border-top: 97px solid transparent;
    border-bottom: 97px solid transparent;
  }
  ul.list_li li {
    font-size: 18px;
    padding: 10px 24px 10px;
  }
  ul.multicolumn-list li {
    width: 60%;
  }
  img.blog_media {
    min-height: 185px;
  }
  .post_text h3, .post_text p {
    font-size: 17px;
  }
  .blog_content {
    margin-top: 23px;
  }
  .fea_pro_img img {
    width: 58%;
  }
  .fea_pro_text h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .lev_text {
    font-size: 15px;
  }
  .multicolumn h3 {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .rte p {
    font-size: 16px;
  }
  .fea_pro_text p {
    font-size: 28px;
    margin-bottom: 26px;
  }
  .fea_pro_text a {
    padding: 8px 25px;
    font-size: 15px;
  }
  .fea_text h4 {
    font-size: 21px;
  }
  footer img {
    width: 200px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 30px;
  }
  .feature_te p {
    margin-top: 10px;
    font-size: 17px;
  }
  .fea_list ul li {
    font-size: 23px;
    padding: 8px 22px;
  }
  .text_list ul li {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .strength .blog_post {
    margin-top: 50px;
  }
  .text_block {
    font-size: 24px;
    margin-bottom: 34px;
  }
  .blog_text {
    font-size: 20px;
    margin-top: 8px;
  }
  .first_row td .table_overlay {
    font-size: 20px;
  }
  .first_row td .table_overlay p {
    font-size: 16px;
  }
  .stage_table_content th {
    font-size: 19px;
  }
  .sec_row td {
    padding: 10px 3px 10px 24px;
  }
  tr.sec_row li {
    font-size: 14px;
    line-height: 1.2;
  }
  .text_bg p {
    font-size: 15px;
  }
  .first_row td span {
    font-size: 130px;
    line-height: 103px;
  }
  .fea_text_sec {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .decline .text_list ul {
    padding-left: 10px;
  }
  h3.que {
    font-size: 18px;
    margin-top: 12px;
  }
  .provarin .multicolumn h3 {
    font-size: 20px;
  }
  .score_total .score_ans_number {
    margin-left: 438px;
    max-width: 120px;
  }
  .score_text {
    margin-top: 40px;
  }
  .score_text .feature_te h2 {
    line-height: 1.2;
  }
  .score_text .feature_te p {
    font-size: 16px;
  }
  .score_table {
    padding-top: 20px;
    margin-bottom: 50px;
  }
  .score_que p {
    font-size: 15px;
  }
  .score_ans {
    grid-gap: 20px;
    margin-bottom: 32px;
  }
  .score_ans_number {
    margin-left: 50px;
  }
  .score_ans_number span {
    height: 56px;
    min-width: 51px;
    font-size : 17px;
  }
  .score-text_content li h5 {
    font-size: 17px;
  }
  .score-text_content {
    padding: 20px 22px;
  }
  .score-text_content .text_block {
    font-size: 21px;
  }
  .score_ans_number p {
    font-size: 17px;
  }
  .faq-page .text_list ul li p {
    font-size: 16px;
  }
  .faq_text li {
    margin-top: 13px;
    font-size: 17px;
  }
  .sco_num {
    display: flex;
    grid-gap: 25px;
  }
  p.subtitle-text {
    font-size: 20px !important;
  }
  .product-price h3 {
    font-size: 40px;
}

}

@media screen and (max-width: 650px) {

  .banner .main_banner {
    display: block;
  }
  .first_banner {
    width: 100%;
  }
  .second_banner {
    width: 45%;
    margin: auto;
  }
  .banner_product {
    padding: 18px 20px;
  }
  .page-width, .page-container {
    padding: 0 2rem;
  }
  .rich-text-heading {
    font-size: 28px;
  }
  .rich-text-content {
    font-size: 21px;
  }
  .fea_table_left h2 {
    font-size: 20px;
  }
  .fea_table_left {
    padding: 20px;
  }
  .fea_table {
    grid-gap: 30px;
    padding-top: 5px;
    padding-bottom: 0px;
    flex-direction: column;
    max-width:488px;
  }
  .fea_table_left,
  .fea_table_right {
    width: 100%;
  }
  .fea_table_left h2 br {
    display:none;
  }
  .fea_table_left:after  {
    display:none;
  }
  .fea_table_left:before {
    content: '';
    position: absolute;
    bottom: 0;
    border-left: 245px solid transparent;
    border-right: 245px solid transparent;
    border-top: 50px solid rgba(187,155,96,0.5);
    transform: translateY(100%);
    left: 0;
  }
  .rich-text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .lev_text {
    font-size: 13px;
  }
  .lev_content {
    font-size: 90px;
  }
  .levals {
    padding-bottom: 22px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 22px;
  }
  ul.list_li li {
    font-size: 16px;
    padding: 9px 15px 9px;
  }
  .list_content {
    padding-bottom: 20px;
  }
  .multicolumn {
    margin-top: 20px;
  }
  ul.multicolumn-list li {
    width: 70%;
  }
  .blog_post {
    margin-top: 55px;
    margin-bottom: 40px;
  }
  .post_text h3, .post_text p {
    font-size: 16px;
  }
  .post_text p br {
    display:none;
  }
  img.blog_media {
    min-height: 160px;
  }
  .fea_pro_text h4 {
    font-size: 19px;
  }
  .fea_pro_text p {
    font-size: 24px;
  }
  .fea_pro_text a {
    padding: 7px 23px;
    font-size: 15px;
  }
  .fea_pro_text {
    right: 5%;
  }
  .fea_text h4 {
    font-size: 20px;
  }
  footer img {
    width: 180px;
    margin-bottom: 14px;
  }
  footer {
    padding: 20px 0;
    margin-top: 42px;
  }
  .list_sec ul.list_li li {
    text-align: center;
  }
  .lev_text_block {
    display: flex;
    grid-gap: 9px;
  }
  .img_container img {
    width: 49.2%;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 18px;
    padding: 18px 20px;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 28.5px solid transparent;
    border-bottom: 28.5px solid transparent;
  }
  .fea_list ul li {
    font-size: 22px;
    padding: 8px 16px;
  }
  .feature_list {
    padding-bottom: 10px;
  }
  .text_list ul li {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .strength .blog_post {
    margin-top: 34px;
  }
  .blog_text {
    font-size: 19px;
    margin-top: 6px;
  }
  .text_block {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .btn_block a {
    padding: 10px 32px;
    font-size: 15px;
  }
  .text_btn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  tr.sec_row li {
    font-size: 13px;
  }
  .stage_table_content th {
    font-size: 17px;
  }
  .text_bg {
    padding: 18px 20px 14px;
    margin-top: 16px;
  }
  .first_row td, .sec_row td {
    border: 3px solid #fff;
  }

  .img_table {
    max-width: 990px;
    margin: 5px auto 5px;
  }
  .decline .text_btn {
    padding-bottom: 20px;
  }
  .text_area {
    margin-top: 40px;
	margin-bottom: 20px;
  }
  .sec_row td {
    padding: 8px 3px 8px 22px;
  }
  .first_row td .table_overlay {
    font-size: 19px;
  }
  .first_row td .table_overlay p {
    font-size: 16px;
  }
  .provarin ul.multicolumn-list li {
    width: 80%;
    margin: 28px auto;
  }
  .provarin .banner_product img {
    margin: 12px auto;
  }
  .feature_section .feature_te li {
    font-size: 16px;
    line-height: 1.2;
  }
  .provarin ul.multicolumn-list {
    margin-top: 40px;
  }
  .feature_section .feature_te {
    margin-bottom: 40px;
  }
  .feature_section .feature_te {
    margin-bottom: 30px;
  }
  .provarin .multicolumn {
    margin-bottom: 40px;
  }
  .score_ans_number {
    margin-left: 10px;
  }
  .score_que h3 {
    font-size: 17px;
  }
  .score_total .score_ans_number {
    margin-left: 398px;
    max-width: 100px;
  }
  .score-text_content li h5 {
    font-size: 16px;	
    margin-bottom: 3px;
  }
  .score-text_content li {
    font-size: 15px;
    line-height:1.2;
    margin-top: 20px;
  }
  .score-text_content {
    padding: 14px 14px;
  }
  .score-text_content .text_block {
    font-size: 19px;
    margin-top: 18px;
  }
  .faq-page .text_list h2 {
    margin-bottom: 22px;
  }
  .faq-page .text_list ul li h5 {
    font-size: 17.5px;
  }
  .faq-page .text_list ul li p {
    font-size: 15.5px;
  }
  .faq-page .text_list ul li {
    margin-bottom: 20px;
  }
  .faq_text li {
    margin-top: 8px;
    font-size: 16.5px;
  }
  .faq-page .text_list {
    padding-top: 40px;
  }
  .ipi .feature_te p {
    margin-top: 20px;
  }
  .score_ans {
    grid-gap: 5px;
  }
  .sco_num {
    display: flex;
    grid-gap: 22px;
  }

  /* table */
  .stage_table_content {
    display:none;
  }
  .stage_table_moblie {
    display:block;
  }
  .stage_col h3 {
    font-size: 20px;
    color: #8d8383;
  }
  .stage_col {
    width: 60%;
    margin: 20px auto;
  }
  .sta_row_1 {
    background: rgba(199,209,89,0.8);
    position: relative;
  }
  .sta_row_1 {
    background: rgba(199,209,89,0.8);
    position: relative;
  }
  .sta_row_1 span {
    font-size: 149px;
    line-height: 104px;
    color: #fff;
    opacity: 0.4;
  }
  .sta_row_1 .table_overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-family: 'arial';
    font-weight: bold;
    font-size: 20px;
  }
  .sta_row_1 .table_overlay p {
    font-size:18px;
    font-weight:400;
    margin-top: 2px;
  }
  .sta_row_2 {
    margin-top: 12px;
    padding: 20px 30px;
    background: rgba(199,209,89,0.4);
	position:relative;
  }
  .stage_col:not(:last-child) .sta_row_2:before {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    border: 28px solid;
    border-color: rgba(31,31,31,0.1) rgba(31,31,31,0.1) transparent transparent;
    bottom: -7px;
    right: 13px;
    z-index: 4;
    transform: rotate(135deg);
  }
  .stage_col:not(:last-child) .sta_row_2:after {
    content: '';
    position: absolute;
    right: 24px;
    display: block;
    height: 26px;
    width: 36px;
    background-color: rgba(31,31,31,0.1);
    bottom: 26px;
    transform: rotate(90deg);
  }
  
  .sta_row_2 ul {
    padding-left:10px;
  }
  .sta_row_2 ul  li {
    font-size:15px;
    font-weight:600;
  }

  /* end */
footer li.site-footer__linklist-item {
    padding: 0 8px;
    font-size: 13px;
}
footer li.payment-icon svg {
    margin: 0px 1px;
}
}

@media screen and (max-width: 550px) {
  .rich-text-content {
    font-size: 19px;
    line-height: 1.2;
  }
  .fea_table {
    max-width: 418px;
  }
  .fea_table_right li {
    font-size: 14px;
    padding: 9px 0 9px 30px;
  }
  .fea_table_left:after {
    border-left: 30px solid rgba(187,155,96,0.5);
    border-top: 71px solid transparent;
    border-bottom: 71px solid transparent;
  }
  .rich-text-heading {
    font-size: 26px;
  }
  .lev_text {
    font-size: 12px;
  }
  .lev_content {
    font-size: 75px;
  }
  .levals {
    padding-bottom: 18px;
    margin-bottom: 13px;
  }
  h3 {
    font-size: 20px;
  }
  ul.list_li li {
    font-size: 14px;
    padding: 8px 5px 8px;
  }
  ul.multicolumn-list li {
    width: 80%;
  }
  .multicolumn h3 {
    font-size: 21px;
    padding-bottom: 8px;
  }
  .rte p {
    font-size: 15px;
  }
  .media img {
    width: 45%;
  }
  .blog_content {
    display: block;
  }
  .post_content {
    width: 100%;
  }
  .post_content {
    width: 100%;
    margin-bottom: 22px;
  }
  .fea_pro_text h4 {
    font-size: 17px;
  }
  .fea_pro_text p {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .fea_pro_text a {
    padding: 6px 20px;
    font-size: 15px;
  }
  .fea_text h4 {
    font-size: 18px;
  }
  h2 {
    font-size: 28px;
  }
  .feature_te p {
    font-size: 16px;
  }
  .fea_list ul li {
    font-size: 20px;
    padding: 7px 14px;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 16px;
    padding: 16px 18px;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left-width: 35px !important;
  }
  .featu_table ul li {
    grid-gap: 34px;
  }
  .fea_table_left:before {
    border-left: 210px solid transparent;
    border-right: 210px solid transparent;
    border-top: 45px solid rgba(187,155,96,0.5);
  }
  .text_list ul li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .text_block {
    font-size: 19px;
    margin-bottom: 28px;
  }
  .text_btn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn_block a {
    font-size: 14px;
  }
  .text_bg p {
    font-size: 14px;
  }
  .text_bg {
    padding: 13px;
  }
  .feature_section .feature_te p {
    font-size: 15px;
  }
  .provarin .banner_product img {
    width: 90%;
  }
  h3.que {
    font-size: 17px;
    margin-top: 10px;
  }
  p.ans {
    font-size: 16px;
  }
  .score_ans {
    grid-gap: 2px;
    margin-bottom: 28px;
  }
  .score_que p {
    font-size: 14px;
  }
  .score_ans_number span {
    height: 54px;
    min-width: 49px
  }
  .faq-page .text_list ul {
    padding-left: 0;
  }
  .ipi .feature_te {
    margin-top: 32px;
  }
  .ipi .text_btn {
    padding-top: 40px;
  }
  .score_total .score_ans_number {
    margin-left: 78%;
    max-width: 90px;
  }
  .score_ans_number p {
    font-size: 16px;
    margin-top: 3px;
  }
  .sco_num {
    display: flex;
    grid-gap: 14px;
  }
  .stage_col {
    width: 70%;
    margin: 20px auto;
  }
  .sta_row_1 span {
    font-size: 135px;
    line-height: 100px;
  }
  footer a {
    font-size: 13px;
}
footer li.site-footer__linklist-item {
    padding: 0 5px;
}
footer li.payment-icon svg {
    height: 25px;
    width: 25px;
    margin: 0px 0px;
}
footer .site-footer__copyright {
    font-size: 13px;
}
footer .footer-p {
    font-size: 12px;
}
p.subtitle-text {
    font-size: 18px !important;
}
}

@media screen and (max-width: 480px) {
  .page-width, .page-container {
    padding: 0 1rem;
  }
  .second_banner {
    width: 55%;
  }
  .rich-text-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .rich-text-content {
    font-size: 18px;
  }
  .fea_table_left h2 {
    font-size: 18px;
  }
  .fea_table {
    max-width: 344px;
    grid-gap: 24px;
  }
  .fea_table_left:before {
    border-left: 173px solid transparent;
    border-right: 173px solid transparent;
    border-top: 43px solid rgba(187,155,96,0.5);
  }
  .fea_table_right li {
    font-size: 13.5px;
    padding: 8px 0 8px 30px;
  }
  .levals ,
  .lev_text_block {
    display: block;
  }
  .level_on {
    width: 50%;
    margin: auto;
    padding-top: 18px;
  }
  .level_on:not(:first-child) .lev_content {
    border-left: none;
  }
  .lev_text {
    font-size: 14px;
  }
  .lev_content {
    margin-top: 2px;
  }
  .levals {
    padding-bottom: 8px;
    margin-bottom: 0px;
  }
  ul.list_li li {
    font-size: 13px;
  }
  .img_section {
    padding-top: 20px;
  }
  .multicolumn_button a {
    font-size: 14px;
    padding: 8px 17px;
  }
  .fea_pro_text h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .fea_text h4 {
    font-size: 16px;
  }
  .fea_pro_text p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .fea_pro_text a {
    padding: 6px 16px;
    font-size: 13px;
  }
  footer img {
    width: 170px;
    margin-bottom: 11px;
  }
  footer {
    padding: 14px 0;
    margin-top: 30px;
  }
  .fea_pro_text {
    right: 7%;
  }
  .blog_text {
    font-size: 16px;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 16px;
    padding: 15px 10px;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left-width: 35px !important;
  }
  .fea_list ul li {
    font-size: 18px;
    padding: 8px 13px;
  }
  .text_block {
    font-size: 18px;
  }
  .btn_block a {
    padding: 9px 28px;
  }
  .que_sec {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .feature_section {
    margin-top: 30px;
  }
  h3.que {
    font-size: 16px;
  }
  .feature_section .feature_te li {
    font-size: 15.5px;
  }
  .provarin ul.multicolumn-list li {
    width: 90%;
  }
  .provarin .multicolumn h3 {
    font-size: 18px;
  }
  p.ans {
    font-size: 15.5px;
  }
  .feature_section .feature_te h2 {
    margin-bottom: 10px;
  }
  .feature_section .feature_te li {
    margin-bottom: 10px;
  }
  .faq-page .text_list ul li p {
    font-size: 15px;
    line-height:1.2;
  }
  .faq-page .text_list ul li h5 {
    font-size: 16.5px;
  }
  .faq_text li {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
  }
  .faq_text li:after {
    left: -14px;
  }
  .faq_text_sec ul {
    padding-left: 14px;
  }
  .faq-page .text_list {
    padding-top: 32px;
  }
  .score_que h3 {
    font-size: 16px;
  }
  .score_ans_number {
    margin: auto;
    padding-top: 12px;
  }
  .score_number span {
    font-size: 19px;
    padding: 3px 10px;
  }
  .score_ans {
    display: block;
    margin-bottom: 18px;
    margin-top: 22px;
  }
  .score_ans_number span {
    height: 44px;
    max-width: 44px;
    margin: auto;
    min-width: 44px;
  }
  .score_ans_number p {
    font-size: 15px;
    margin-top: 0px;
  }
  .score_total .score_ans_number span {
    height: 44px;
    margin: auto;
    min-width: 90px;
  }
  .score_total .score_ans_number {
    margin: auto;
    padding-top: 2px;
  }
  .score_table {
    margin-bottom: 32px;
  }
  .score_number p {
    margin-top: 15px;
  }
  .sco_num {
    justify-content: center;
  }
  .score_text .feature_te p {
    font-size: 15px;
  }
  footer li.site-footer__linklist-item {
    padding: 0 3px;
  }
  footer li.payment-icon svg {
    height: 24px;
    width: 24px;
  }
  .product-price h3 {
    font-size: 34px;
	}
	.product-price p,
	.prod-add-btn a {
		font-size: 18px;
	}
	.product-content {
		padding: 40px 0 20px;
	}
	.product-media {
		padding: 20px 0;
	}
	.text-item li {
    font-size: 16px;
    margin-bottom: 6px;
	}
}

@media screen and (max-width: 425px) {
  img.main_logo {
    width: 140px;
  }
  .main_heading {
    font-size: 30px;
  }
  .rich-text-heading {
    font-size: 23px;
  }
  .fea_table_left h2 {
    font-size: 17px;
  }
  .fea_table_right li:not(:last-child) {
    border-bottom: 3px solid rgba(256,256,256,0.5);
  }
  .fea_table_left:before {
    border-left: 173px solid transparent;
    border-right: 173px solid transparent;
    border-top: 41px solid rgba(187,155,96,0.5);
  }
  .level_on {
    width: 100%;
    padding-top: 16px;
  }
  ul.multicolumn-list li {
    width: 90%;
  }
  .fea_pro_text h4 {
    font-size: 13px;
  }
  .fea_pro_text p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .fea_pro_text a {
    padding: 5px 14px;
    font-size: 12px;
  }
  footer a {
    font-size: 11px;
  }
  footer img {
    width: 160px;
    margin-bottom: 9px;
  }
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .feature_te p {
    font-size: 15px;
  }
  .fea_list ul {
    display: block;
  }
  .fea_list ul li {
    padding: 4px 10px;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 15px;
    padding: 12px 7px;
  }
  .featu_table ul li {
    grid-gap: 30px;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left-width: 31px !important;
  }
  .text_list ul li.one:after, .text_list ul li.two:after, .text_list ul li.three:after {
    left: -19px;
  }
  .provarin ul.multicolumn-list li {
    width: 100%;
    padding: 28px 25px;
  }
  .provarin ul.multicolumn-list {
    margin-top: 30px;
  }
  .provarin .multicolumn {
    margin-bottom: 30px;
  }
  .faq-page .text_list ul li h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .faq-page .text_list ul li p {
    font-size: 14.5px;
    line-height: 1.2;
  }
  .faq-page .text_list ul li {
    margin-bottom: 14px;
  }
  .faq-page .text_list h2 {
    margin-bottom: 12px;
  }
  .faq_text li {
    font-size: 15.5px;
  }
  .faq_text_sec h2 {
    margin-bottom: 12px;
    margin-top:10px;
  }
  .faq-page .text_list {
    margin-bottom: 20px;
  }
  .ipi .feature_te {
    margin-top: 26px;
  }
  .score_que p {
    font-size: 13px;
  }
  .score_ans {
    margin-bottom: 14px;
    margin-top: 20px;
  }
  .score-text_content li {
    font-size: 14px;
  }
  .score-text_content li h5 {
    font-size: 14px;
  }
  .stage_col {
    width: 80%;
    margin: 16px auto;
  }
  .stage_col h3 {
    font-size: 18px;
  }
  .sta_row_1 span {
    font-size: 125px;
    line-height: 95px;
  }
  .sta_row_2 ul li {
    font-size: 14px;
  }
  .sta_row_2 {
    margin-top: 12px;
    padding: 18px 26px;
  }
  .sta_row_1 .table_overlay {
    font-size: 18px;
  }
  .sta_row_1 .table_overlay p {
    font-size: 16px;
    margin-top: 1px;
  }
 .site-footer__bottom {
    margin: auto;
    display: flex;
    margin-top: 10px;
    margin-bottom: 4px;
    flex-direction: column;
	}
	footer .site-footer__copyright {
		font-size: 12px;
		margin-bottom: 6px;
	}
	footer .footer-p {
		font-size: 11.5px;
		text-align: center;
	}
	.text-content {
		font-size: 18px;
	}
	.text-content p.subtitle {
		font-size: 12px;
	}
	.textitem-content {
		padding: 40px 20px;
	}
	.main_banner .main_heading {
		font-size: 30px;
	}
	.text-item {
		padding-top: 40px;
	}
}

@media screen and (max-width: 375px) {
  .main_heading {
    font-size: 28px;
  }
  .second_banner {
    width: 75%;
  }
  .rich-text-heading {
    font-size: 22px;
  }
  .rich-text-content {
    font-size: 17px;
  }
  .fea_table {
    max-width: 290px;
  }
  .fea_table_left h2 {
    font-size: 16px;
  }
  .fea_table_left {
    padding: 16px;
  }
  .fea_table_right li {
    padding: 6px 0 5px 30px;
    font-size: 13px;
  }
  .fea_table_left:before {
    border-left: 146px solid transparent;
    border-right: 146px solid transparent;
    border-top: 37px solid rgba(187,155,96,0.5);
  }
  .multicolumn h3 {
    font-size: 20px;
  }
  .rte p {
    font-size: 14px;
  }
  .multicolumn_button a {
    font-size: 13px;
  }
  .post_text h3, .post_text p {
    font-size: 15px;
  }
  .post_text {
    margin-top: 12px;
  }
  .fea_pro_text h4 {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .fea_pro_text p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .fea_pro_text a {
    padding: 4px 10px;
    font-size: 11px;
  }
  .fea_text h4 {
    line-height: 1.2;
    font-size: 15px;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 14px;
    padding: 10px 0 10px 3px;
    margin-bottom: 6px;
  }
  .featu_table ul li {
    grid-gap: 24px;
  }
  .fea_tab_right {
    width: 53%;
  }
  .featu_table ul li .fea_tab_left:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left-width: 25px !important;
  }
  h2 {
    font-size: 24px;
  }
  .feature_te p {
    font-size: 14px;
  }
  .fea_list ul li {
    font-size: 17px;
  }
  .text_list {
    padding-top: 12px;
  }
  .blog_text {
    font-size: 15px;
  }
  .text_block {
    font-size: 17px;
    margin-bottom: 22px;
  }
  .btn_block a {
    padding: 8px 7px;
	font-size: 12.5px;
  }
  .text_btn {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  h3.que {
    font-size: 15px;
  }
  p.ans {
    font-size: 14.5px;
  }
  .feature_section .feature_te p {
    font-size: 14px;
    line-height: 1.2;
  }
  .feature_section .feature_te li {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .provarin ul.multicolumn-list li {
    padding: 23px 21px;
    margin: 22px auto;
  }
  .provarin .multicolumn h3 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .feature_section .feature_te h2 {
    margin-bottom: 2px;
    line-height: 1.2;
  }
  .provarin .text_btn, .faq-page .text_btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .feature_section .feature_te {
    margin-bottom: 20px;
  }
  .faq_text p {
    font-size: 17px;
  }
  .ipi .feature_te p {
    margin-top: 12px;
  }
  .sco_num {
    grid-gap: 8px;
  }
  .score_que p {
    font-size: 12px;
    margin-top: 12px;
  }
  .score_number span {
    font-size: 17px;
  }
  .score_ans_number span {
    height: 42px;
    min-width: 42px;
    font-size: 16px;
  }
  .score_ans_number p {
    margin-top: 2px;
    font-size: 14px;
  }
  .score_que h3 {
    font-size: 15px;
  }
  .score_total .score_ans_number span {
    height: 42px;
  }
  .score .text_btn {
    padding-bottom: 10px;
    padding-top: 40px;
  }
  .score-text_content .text_block {
    font-size: 17px;
    margin-top: 16px;
  }
  .score-text_content {
    padding: 12px 10px;
  }
  .score_text_head {
    padding: 7px;
  }
  .score_text .feature_te p {
    font-size: 14px;
  }
  .score_table {
    padding-top: 8px;
  }
  .score_text {
    margin-top: 30px;
  }
  .sta_row_2 ul li {
    font-size: 13px;
  }
  .stage_col h3 {
    font-size: 17px;
  }
  p.subtitle-text {
    font-size: 16px !important;
  }
  .main_banner .main_heading {
    font-size: 24px;
}
}

@media screen and (max-width: 320px) {
  .main_heading {
    font-size: 23px;
    line-height: 1.1;
  }
  .sb_text {
    font-size: 20px;
  }.banner_product p {
    font-size: 15px;
  }
  .rich-text-heading {
    font-size: 21px;
  }
  .rich-text-content {
    line-height: 1.1;
    font-size: 16px;
  }
  .fea_table_left h2 {
    font-size: 14px;
  }
  .lev_content {
    margin-top: 0px;
    font-size: 70px;
  }
  .level_on {
    padding-top: 10px;
  }
  ul.multicolumn-list li {
    width: 100%;
    padding: 12px 6px;
  }
  .multicolumn h3 {
    font-size: 19px;
  }
  .fea_pro_text h4 {
    font-size: 10px;
  }
  .fea_pro_text p {
    font-size: 13px;
  }
  .fea_pro_text a {
    padding: 3px 7px;
    font-size: 10px;
  }
  .fea_pro_text {
    right: 4%;
  }
  .fea_text h4 {
    font-size: 14px;
  }
  .fea_table {
    grid-gap :20px;
    max-width: 244px;
  }
  .fea_table_left:before {
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    border-top: 33px solid rgba(187,155,96,0.5);
  }
  .fea_table_right li {
    font-size:11px;
  }
  h2 {
    font-size: 22px;
  }
  .feature_te p {
    font-size: 13px;
  }
  .fea_tab_left, .fea_tab_right {
    font-size: 13px;
  }
  .featu_table ul li {
    grid-gap: 17px;
  }
  .fea_tab_right {
    width: 50%;
  }
  .fea_tab_left {
    position: relative;
    width: 43%;
  }
  .featu_table ul li .fea_tab_left:after {
    border-left-width: 18px !important;
  }
  .text_list ul li {
    font-size: 13px;
  }
  .blog_text {
    font-size: 14px;
  }
  .text_block {
    font-size: 15px;
  }
  .btn_block a {
    padding: 7px 7px;
    font-size: 12px;
  }
  .strength.blog_post {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .text_btn {
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .text_bg p {
    font-size: 13px;
  }
  .feature_section .feature_te p {
    font-size: 13px;
  }
  .feature_section .feature_te ul li:after {
    left: -12px;
  }
  .feature_section .feature_te ul {
    padding-left: 14px;
  }
  .fea_list ul li {
    font-size: 16px;
    padding: 0px 10px;
  }
  .featu_table {
    margin-bottom: 22px;
  }
  .faq-page .text_list ul li h5 {
    font-size: 15.5px;
  }
  .faq-page .text_list ul li p {
    font-size: 14px;
  }
  .faq_text p {
    font-size: 16px;
  }
  .faq_text li {
    font-size: 14.5px;
  }
  .faq-page .btn_block a {
    padding: 7px 7px;
    font-size: 12px;
  }
  .score_number span {
    font-size: 16px;
    padding: 2px 8px;
  }
  .sco_num {
    grid-gap: 3px;
  }
  .score_que p {
    font-size: 11px;
    margin-top: 9px;
  }
  .score_que h3 {
    font-size: 14px;
  }
  .score_ans_number span {
    height: 40px;
    min-width: 40px;
    font-size: 15px;
  }
  .score_ans_number p {
    margin-top: 1px;
    font-size: 13px;
  }
  .score_ans {
    margin-bottom: 10px;
    margin-top: 18px;
  }
  .score-text_content li {
    font-size: 13px;
  }
  .score-text_content li h5 {
    font-size: 13px;
  }
  .score_text .feature_te p {
    font-size: 13px;
  }
  .score-text_content .text_block {
    font-size: 16px;
  }
  .stage_col {
    width: 90%;
    margin: 14px auto;
  }
  .sta_row_1 span {
    font-size: 105px;
    line-height: 78px;
  }
  .sta_row_2 {
    margin-top: 10px;
    padding: 16px 22px;
  }
  .sta_row_1 .table_overlay {
    font-size: 17px;
  }
  .sta_row_1 .table_overlay p {
    font-size: 15px;
    margin-top: 0px;
  }
  .main_banner .main_heading {
    font-size: 20px;
}
}

@media screen and (max-width: 300px) {
  .score_que p {
    font-size: 10px;
  }
  .sco_num {
    grid-gap: 7px;
  }
  .score_ans_number p {
    margin-top: 1px;
    font-size: 13px;
  }
  .score_que h3 {
    font-size: 13px;
  }
}
