* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/** Generated by FG **/
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/AeonikPro-Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlex";
  src: url("../fonts/IBMPlexMono-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

html{
  scroll-behavior: smooth;
  margin-top:0!important;
}

body {
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
}

body.logged-in{
  position:relative;
  top:0px;
}

body.active {
  transform: unset !important;
  -webkit-transform: unset !important;
  height: auto !important;
}

body,
button {
  font-family: "Aeonik";
}

.d_none{display:none!important;}

p {
  line-height: 24px;
}

img {
  width: auto;
  height:auto;
}

.d_flex {
  display: flex;
}
.flex_wrap {
  flex-wrap: wrap;
}

.y_center {
  align-items: center;
}

.ml_auto {
  margin-left: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

.h_100p {
  height: 100%;
}

.container {
  width: 90%;
  margin: auto;
}

.sub_heading {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "IBMPlex";
}

.col_20r {
  max-width: 20%;
  flex: 0 0 20%;
}

.col_25r {
  max-width: 25%;
  flex: 0 0 25%;
}

.col_30r {
  max-width: 30%;
  flex: 0 0 30%;
}

.col_33-33r {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

.col_40r {
  max-width: 40%;
  flex: 0 0 40%;
}

.col_50r {
  max-width: 50%;
  flex: 0 0 50%;
}

.col_60r {
  max-width: 60%;
  flex: 0 0 60%;
}

.col_70r {
  max-width: 70%;
  flex: 0 0 70%;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px;
}

.pt_60 {
  padding-top: 60px;
}

.ff_ibm {
  font-family: "IBMPlex";
}

.font_14 {
  font-size: 14px;
}

.text_uppercase {
  text-transform: uppercase;
}

.lh_22 {
  line-height: 22px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_60 {
  padding-right: 60px;
}

.mt_30 {
  margin-top: 30px;
}

.d_block {
  display: block;
}

.text_center {
  text-align: center;
}

.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mx_-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mx_-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.btnStyle {
  display: block;
  border-radius: 100px;
  border: 1px solid #000;
  height: 40px;
  background: transparent;
  position: relative;
  padding-right: 35px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnStyle img {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  width: auto !important;
}

.light_btnStyle {
  display: block;
  border-radius: 100px;
  border: 1px solid #fff;
  height: 40px;
  background: transparent;
  position: relative;
  padding-right: 35px;
  font-size: 16px;
  color: #fff;
}

.light_btnStyle img {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  width: auto !important;
}

.pl_10r {
  padding-left: 10%;
}

.main_viewport {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner_heading {
  font-size: 26px;
  font-weight: 400;
}

.col_2 {
  max-width: 16.66%;
  flex: 0 0 16.66%;
}

.col_3 {
  max-width: 25%;
  flex: 0 0 25%;
}

.col_4 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

.col_5 {
  max-width: 41.66%;
  flex: 0 0 41.66%;
}

.col_6 {
  max-width: 50%;
  flex: 0 0 50%;
}

.col_7 {
  max-width: 58.33%;
  flex: 0 0 58.33%;
}

.col_8 {
  max-width: 66.66%;
  flex: 0 0 66.66%;
}

.col_12 {
  max-width: 100%;
  flex: 0 0 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.w_100 {
  width: 100%;
}

.input_row {
  display: flex;
  flex-wrap: wrap;
}

.form-control {
  width: 100%;
  min-height: 40px;
  outline: none;
  background: transparent;
}

.phytovest_image_section {
  display: flex;
}

.input_group {
  display: block;
  position: relative;
  outline: none;
  width: 100%;
}

.input_group label {
  position: relative;
  
  overflow: hidden;
  font-size: 15px;
  position: absolute;
  display: inline-block;
  background: transparent;
  line-height: 1.4em;
  transition: all 0.2s linear;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.input_group.focused label {
  transition: all 0.2s linear;
  top: -5px;
}

.input_group .form-control {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0;
}

.input_group.focused .form-control {
  border-bottom: 1px solid #a7e144 !important;
  transition: all 0.2s linear;
}

.input_group.no_animate label {
  position: relative;
  top: unset;
  transform: unset;
  -webkit-transform: unset;
}

.enquire_section .input_group textarea {
  height: 100px;
}

form button {
  width: 160px;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

button,
.button {
  cursor: pointer;
}

body.menu_show {
  overflow: hidden;
}

/* start header */

.page-template-front-page header,
.page-template-quiz-welcome header,
.page-template-quiz-page header,
.page-template-final-analysis header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0px;
  z-index: 9;
}

header {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  z-index: 9;
}

body.menu_show header {
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: #fff;
}

header .logo img {
  width: 230px;
  height:auto;
}

header .logo .phetovest_logo{width: 160px; height:auto;}

body.menu_show header .logo {
  order: 1;
}

header .hamburger_icon span {
  height: 2px;
  width: 22px;
  display: block;
  background-color: #000;
  transition: 0.3s;
}

header .hamburger_icon {
  cursor: pointer;
  display: none;
}

body.menu_show header .hamburger_icon {
  order: 3;
}

header .hamburger_icon span:nth-child(2) {
  margin-top: 7px;
}

header .hamburger_icon.active span:nth-child(1) {
  transform:translateY(5px) rotate(45deg);
  -webkit-transform:translateY(5px) rotate(45deg);
  -ms-transform:translateY(5px) rotate(45deg);
  -o-transform:translateY(5px) rotate(45deg);
}

header .hamburger_icon.active span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
}

body.menu_show header .nav_menus {
  order: 4;
}

header .nav_menus ul {
  display: flex;
}

header .nav_menus li:not(:last-child) {
  margin-right: 15px;
}

header .nav_menus li a {
  background-color: #fff;
  border-radius: 100px;
  padding: 7px 25px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
  height: 35px;
  display: inline-block;
}

header .nav_menus li.search a {
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .search {
  margin-left: 15px;
}

body.menu_show header .search {
  order: 2;
}

header .search a {
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
}

header .nav_menus .menu-item{position:relative;}
header .nav_menus .menu-item .sub-menu{position:absolute; top: calc(100% + 10px); background-color: #fff; flex-wrap: wrap; width: 200px; box-shadow: 0 2px 4px rgb(0 0 0 / 25%); border-radius: 5px; overflow: hidden; display: none;}
header .nav_menus .menu-item-has-children.open .sub-menu{display:block;}
header .nav_menus .menu-item .sub-menu .menu-item{width:100%; margin:0; }
header .nav_menus .menu-item .sub-menu .menu-item a{border-radius:0; box-shadow:none; width: 100%; padding: 10px 20px; height: auto;}
header .nav_menus .menu-item.mobileonly {display:none;}




/* end of header */

/* start banner section */

.banner_section {

}

.logged-in .banner_section{

}

.banner_section .left {
  display: flex;
  align-items: center;
  position: relative;
}

.banner_section .left .banner_logo img {
  width: 250px;
}

.banner_section .left .scroll {
  position: absolute;
  bottom: 50px;
  font-family: "IBMPlex";
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}

.banner_section .content {
  height: 100%;
  position: relative;
  max-width: 50%;
  margin-left: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}

.banner_section .content h3 {
  font-size: 30px;
  font-weight: 400;
}

.banner_section .content .btnStyle {
  margin-top: 30px;
  width: 150px;
  padding-right: 35px;
}

.banner_section .content .btnStyle img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(100% - 4px);
}

.banner_section .content .top {
  position: absolute;
  top: 30px;
  font-family: "IBMPlex";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.banner_section .content .top_mobile {
  position: absolute;
  top: 30px;
  font-family: "IBMPlex";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display:none;
}

.banner_section .content .bottom {
  position: absolute;
  bottom: 50px;
  font-family: "IBMPlex";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

/* end of banner section */

/* start plant section */

.plant_section {
  padding: 60px 0px;
}

.plant_section .container_fluid {
  width: 96%;
  margin: auto;
}

.plant_section h2 {
  font-size: 60px;
  font-weight: 400;
}

.plant_section .sub_heading {
  display: block;
  text-align: center;
}

.plant_section .first_col {
  font-family: "IBMPlex";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
}

.plant_section .second_col {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'Aeonik';
}

.plant_section .learn_more {
  margin-top: 50px;
  width: 164px;
}

.plant_section .learn_more img {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
}

.plant_section .third_col img {
  width: 100%;
  border-radius: 30px;
}

/* end of plant section */

.index_section {
  background-color: #fafafa;
  padding: 70px 0 70px 5%;
}

.index_section .left_col .heading {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 30px;
}

.index_section .left_col .content {
  font-family: "IBMPlex";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 60px;
}

.index_section .left_col {
  padding-right: 10px;
}

.index_section .left_col .bottom {
  font-size: 14px;
  font-family: "IBMPlex";
  text-transform: uppercase;
}

.index_section .right_col {
  padding-left: 10px;
}

.index_section .swiper-container {
  width: 100%;
  height: 100%;
}

.index_section .swiper-slide {
  border-left: 1px solid #000;
  padding: 20px 30px;
  width: 30%;
}

.index_section .swiper-slide .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.index_section .swiper-slide .content .counter {
  font-family: "IBMPlex";
  font-size: 14px;
  font-weight: 400;
}

.index_section .swiper-slide .content .type {
  display: block;
  font-family: "IBMPlex";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}

/* start work section */

.work_section {
  padding: 70px 0;
}

.work_section .box .counter {
  text-align: center;
  color: #989898;
  font-size: 40px;
  font-weight: 400;
  position: relative;
}

.work_section .box .counter .step {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  font-family: "IBMPlex";
  text-transform: uppercase;
  left: 0;
  bottom: 0;
}

.work_section .box h4 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.work_section .box p {
  color: #989898;
  font-weight: 400;
  line-height: 22px;
}

.work_section .image_col .image{display:flex; height:100%; flex-wrap:wrap; align-items: center;}

/* start product section */

.product_section {
  background-color: #fafafa;
  padding: 50px 0;
}

.product_section .heading {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 30px;
}

.product_section .sub_heading {
  max-width: 500px;
  margin-bottom: 30px;
}

.product_section .btnStyle {
  width: 180px;
}

.product_section .first_col h4 {
  font-size: 26px;
  font-weight: 400;
  position: relative;
}

.product_section .first_col h4 span {
  font-family: "IBMPlex";
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
}

.product_section .second_col img {
  max-width: 250px;
}

.product_section .third_col span {
  font-family: "IBMPlex";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.product_section .third_col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.product_section .third_col .price {
  font-size: 22px;
  margin: 30px 0;
}

.product_section .third_col .btnStyle {
  width: 150px;
}

/* start testimonial section */

.testimonial_section {
  padding: 70px 0;
}

.testimonial_section .sub_heading {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial_section .swiper-container {
  width: 100%;
  height: 100%;
}

.testimonial_section .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.testimonial_section .swiper-slide p {
  max-width: 600px;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.testimonial_section .swiper-slide .name {
  margin-top: 50px;
  font-size: 18px;
}

.testimonial_section .swiper-slide .dest {
  font-size: 14px;
  font-family: "IBMPlex";
}

.testimonial_section .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 50px;
}

.testimonial_section .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 40px;
  color: #e5e5e5;
  opacity: 1;
  background: transparent;
  margin: 0 15px !important;
}

.testimonial_section .swiper-pagination-bullet-active {
  color: #000;
}

/* start healthbeat section */

.healthbeat_section {
  padding: 50px 0;
  background: #a7e144;
}

.healthbeat_section .heading {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 20px;
}

.healthbeat_section .sub_heading {
  max-width: 600px;
  line-height: 22px;
}

.healthbeat_section .left_col {
  margin-bottom: -140px;
}

.healthbeat_section .left_col img {
  width: 100%;
  height:auto;
  border-radius: 25px;
}

.healthbeat_section .left_col .box {
  position: relative;
}

.healthbeat_section .left_col .latest {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-family: "IBMPLEX";
  text-transform: uppercase;
}

.healthbeat_section .left_col .latest .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
}

.healthbeat_section .left_col .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.healthbeat_section .left_col .content h3 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}

.healthbeat_section .left_col .content .author {
  font-family: "IBMPlex";
}

.healthbeat_section .right_col .sub_heading {
  margin-bottom: 20px;
}

.healthbeat_section .right_col ul {
  margin-bottom: 50px;
}

.healthbeat_section .right_col li {
  padding: 15px 0;
  border-top: 1px solid #000;
}

.healthbeat_section .right_col li:last-child {
  border-bottom: 1px solid #000;
}

.healthbeat_section .right_col .btnStyle {
  width: 180px;
  float: left;
}

.healthbeat_section .right_col .count {
  line-height: 40px;
  font-size: 30px;
  margin-left: 40px;
}

/* end of healthbeat section */

/* start footer top section */

.footer_top {
  background-color: #000;
  padding: 200px 0 100px;
}

.footer_top .logo {
  display: flex;
  height: 100%;
  align-items: center;
}

.footer_top .logo img {
  width: 350px;
}

.footer_top .content {
  color: #fff;
}

.footer_top .content .sub_heading {
  margin-bottom: 10px;
}

.footer_top .content .join {
  font-size: 20px;
  font-weight: normal;
}

.footer_top .content .light_btnStyle {
  margin-top: 100px;
  width: 180px;
}

/* end of footer top section */

/* start footer */

footer {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 230px;
  overflow: hidden;
  position: relative;
  background-color: #E5E5E5;
}

/* .page-template-quiz-welcome footer,
.page-template-quiz-page footer,
.page-template-final-analysis footer{
  background-color: #e5e5e5;
    background-image: unset;
    color: #000;
} */

footer .logo img {
  width: 90px;
}

footer .heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

footer .col {
  position: relative;
}

footer ul {
  margin-bottom: 80px;
}

/* .page-template-quiz-welcome footer li a,
.page-template-quiz-page footer li a,
.page-template-final-analysis footer li a{
  color:#000;
} */

footer ul li:not(:last-child) {
  margin-bottom: 20px;
}

footer .social_rows button {
  width: 155px;
}

footer .footer_text {
  color: #fff;
  /* -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px; */
  text-transform: uppercase;
  font-weight: normal;
  font-size: 150px;
  white-space: nowrap;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* end of footer */

/* end of home page */

/* start product page */

/* start product section */

.product_page .product_section {
  background-color: #fff;
  padding: 100px 0;
}

/* start what phytovest section */

.what_phytovest {
  border-top: 1px solid #e2e2e2;
  padding: 70px 0;
}

.what_phytovest .content p {
  line-height: 24px;
}

.what_phytovest .content p:not(:last-child) {
  margin-bottom: 20px;
}

/* start index section */

.product_index_section {
  background-color: #a7e144;
}

/* start phytonutrients_icons section */

.phytonutrients_icons {
  padding: 70px 0;
}

.phytonutrients_icons .content {
  text-align: center;
  padding: 30px 20px;
}

.phytonutrients_icons .content img {
  width: auto;
  height: 60px;
}

.phytonutrients_icons .content p {
  margin-top: 30px;
  color: #989898;
}

/* start work section */

.product_work_section {
  background: #fafafa url(../images/Product_Page/circle_bg.png);
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}

.product_work_section .sub_heading {
  margin-top: 20px;
  margin-bottom: 60px;
}

.product_work_section .content .step {
  font-size: 14px;
  font-family: "IBMPlex";
  color: #989898;
  position: relative;
  float: left;
  padding-left: 25px;
  text-transform: uppercase;
}

.product_work_section .content .step::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #989898;
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.product_work_section .content .text {
  float: left;
  width: calc(100% - 90px);
  padding-left: 30px;
  line-height: 24px;
  font-size: 16px;
}

.product_work_section .content li {
  display: inline-block;
}

.product_work_section .content li:not(:last-child) {
  margin-bottom: 40px;
}

.product_work_section .third_col {
  margin-top: 25%;
}

/* start tracking_program */

.tracking_program {
  padding: 70px 0;
}

.tracking_program ul li {
  border-top: 1px solid #989898;
  padding: 30px 0;
}

.tracking_program ul li:last-child {
  border-bottom: 1px solid #989898;
}

.tracking_program ul li .count {
  font-family: "IBMPlex";
  color: #989898;
  font-weight: normal;
  width: 100px;
  float: left;
}

.tracking_program ul li .content {
  display: inline-block;
}

.tracking_program ul li .qna {
  width: calc(100% - 100px);
  float: left;
}

.tracking_program li .qna .ques {
  line-height: 24px;
  color: #989898;
}

.tracking_program li .qna .ans {
  margin-top: 30px;
  line-height: 24px;
}

/* end of tracking_program */

/* start product_bottom */

.product_bottom {
  background-color: #fafafa;
  padding: 70px 0;
}

.product_bottom .right_col p {
  line-height: 24px;
}

/* end of product_bottom */

/* end of product page */

/* start why phytovest page */

/* start innerPage Heading  */

.innerPage_heading {
  padding: 100px 0;
}

.innerPage_heading h1 {
  font-size: 30px;
  font-weight: normal;
}

/* end of inner page headin */

/* start phytovest_image_section */

.phytovest_image_section img {
  width: 100%;
  height: auto;
}

/* start why_phytovest_section */

.why_phytovest_section {
  padding: 70px 0;
}

.why_phytovest_section .content p {
  line-height: 24px;
}

.why_phytovest_section .content p:not(:last-child) {
  margin-bottom: 20px;
}

.why_phytovest_section .content .founder {
  margin-top: 70px;
}

.why_phytovest_section .content .founder .name {
  font-size: 20px;
  margin-bottom: 15px;
}

/* start phytovest note section */

.why_phetovest_note_section {
  background-color: #a7e144;
  padding: 70px 0;
}

.why_phetovest_note_section p {
  line-height: 24px;
}

.why_phetovest_note_section p:not(:last-child) {
  margin-bottom: 20px;
}

/* start single product section */

.why_phetovest_single_product {
  padding: 70px 0;
}

.why_phetovest_single_product .single_product_col {
  max-width: 500px;
  margin: auto;
}

.why_phetovest_single_product .heading {
  padding: 20px;
  background-color: #e6e6e6;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why_phetovest_single_product .heading h4 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  position: relative;
  position: relative;
}

.why_phetovest_single_product .heading h4 {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  position: relative;
}

.why_phetovest_single_product .heading h4 span {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 14px;
  font-family: "IBMPLEX";
  text-transform: uppercase;
  margin-left: 5px;
}

.why_phetovest_single_product .download {
  padding: 20px;
  background-color: #e6e6e6;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #989898;
}

.why_phetovest_single_product .download .single_dwn {
  display: block;
  text-align: center;
  font-family: "IBMPLEX";
  font-size: 14px;
  text-transform: uppercase;
}

.why_phetovest_single_product .download .price {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
}

.why_phetovest_single_product .main_content {
  padding: 40px 50px;
  background-color: #fafafa;
}

.why_phetovest_single_product .image img {
  width: 100%;
}
.why_phetovest_single_product .main_content ul {
  margin-top: 50px;
}

.why_phetovest_single_product .main_content li {
  list-style-type: disc;
  list-style-position: inside;
}

.why_phetovest_single_product .main_content li:not(:last-child) {
  margin-bottom: 30px;
}

.why_phetovest_single_product .shop_btn {
  padding: 50px;
}

.why_phetovest_single_product .shop_btn button {
  margin: auto;
  width: 150px;
}

.why_phetovest_testimonial_section {
  background-color: #fafafa;
}

/* end of why phytovest page */

/* start affiliates_page */

.page-template-nutrition-genome header,
.page-template-nutrition-genome .innerPage_heading {
  background-color: #0077ff;
}

.nutrition_genome_report {
  padding: 70px 0;
}

.nutrition_genome_report img {
  width: 200px;
  height: auto;
}

.nutrition_genome_report .content ul {
  padding-left: 20px;
}

.nutrition_genome_report .content li {
  list-style-type: disc;
}

.nutrition_genome_report .content li:not(:last-child) {
  margin-bottom: 20px;
}

/* start note section */

.nutrition_genome_note_section {
  padding: 60px 0;
  background-color: #0077ff;
}

.nutrition_genome_note_section button {
  margin-top: 30px;
  width: 150px;
}

/* end of note section */

/* end of affiliates_page */

/* start contact page */

/* start enquire section */

.enquire_section .row {
  padding: 60px 0;
}

.enquire_section .enquire_row {
  border-top: 1px solid #989898;
}

.enquire_section .enquire_row .right_col p {
  margin-bottom: 70px;
  line-height: 24px;
}

/* end of enquire section */

/* end of contact page */

/* start faq page */

/* start faq section */

.faq_section {
  padding: 60px 0;
}

.faq_section .answers {
  text-align: center;
  margin-bottom: 60px;
}

.faq_section .accordion li {
  border-top: 5px solid #a7e144;
  padding: 30px 0;
  display: flow-root;
}

.faq_section .accordion li:last-child {
  border-bottom: 5px solid #a7e144;
}

.faq_section .accordion li a {
  display: flow-root;
  font-size: 20px;
}

.faq_section .accordion li a .title {
  float: left;
  width: calc(100% - 100px);
}

.faq_section .accordion li a .sub_heading {
  float: right;
  width: 100px;
  text-align: right;
}

.faq_section .accordion li .content {
  margin-top: 30px;
  display: none;
}

.faq_section .accordion li .content .arrow {
  width: 200px;
  float: left;
}

.faq_section .accordion li .content .answer {
  width: calc(100% - 200px);
  float: left;
}

/* end of faq section */

/* end of faq page */

/* start about us page */

.our_mission_section {
  padding: 60px 0;
  background-color: #a7e144;
}

/* start about content */

.about_page_content {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}

.about_page_content .inner_heading {
  width: 40%;
  margin-bottom: 30px;
}

.about_page_content p {
  width: 60%;
  margin-left: auto;
  font-size: 15px;
  line-height: 24px;
}

/* start founder section */

.founder_section {
  padding: 60px 0;
}

.founder_section .sub_heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #989898;
  display: flow-root;
}

.founder_section img {
  width: 100%;
}

.founder_section .founder .content p {
  line-height: 24px;
}

.founder_section .founder .content p:not(:last-child) {
  margin-bottom: 20px;
}

.founder_section .writers {
  margin-top: 100px;
}

.founder_section .writers .name {
  width: 200px;
  float: left;
}

.founder_section .writers .name .sub_heading {
  padding: 0;
  border: none;
  margin: 10px 0 0;
}

.founder_section .writers .content {
  width: calc(100% - 200px);
  float: right;
  padding-left: 20px;
}

.founder_section .writers .content p {
  margin-bottom: 20px;
  line-height: 24px;
  display: none;
}

.founder_section .writers .content p:first-child {
  display: block;
}

.founder_section .writers .content.show p {
  display: block;
}

.founder_section .writers .content button {
  width: 164px;
}

.founder_section .row {
  padding: 30px 0;
}

.founder_section .writers .row:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

/* start plant section */

.about_plant_section {
  background-color: #000;
  color: #fff;
}

.about_plant_section .sub_heading {
  text-align: left;
}

.about_plant_section p {
  max-width: 400px;
  margin-top: 10px;
  line-height: 24px;
  margin-bottom: 40px;
}

.about_plant_section button {
  width: 150px;
}

/* end of about us page */

/* start affiliates page */

/* start approved_section */

.approved_section {
  padding: 60px 0;
  background-color: #a7e144;
}

.approved_section .left_col .count {
  font-size: 22px;
  float: left;
}
.approved_section .left_col .arrow {
  width: calc(100% - 30px);
  float: right;
}
.approved_section .left_col .arrow img {
  width: 100%;
}

.approved_section .right_col h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.approved_section .row:not(:last-child) {
  margin-bottom: 50px;
}

/* end of approved_section */

/* start join us section */

.join_us_section {
  padding: 60px 0;
}

.join_us_section .content p {
  line-height: 24px;
  margin-bottom: 40px;
}

/* end of join us section */

/* end of affiliates page */

/* start blog list page */

/* start innerPage_heading */


.blog_sub_heading {
  width: 50%;
  margin-top: 30px;
  display: block;
}
.blog_heading{font-size:70px!important;}

/* end of innerPage_heading */

/* start blog_list_section */

.blog_list_section .content {
  margin-bottom: 100px;
  border-top: 1px solid #000;
}

.blog_list_section .content a{
  display:flow-root;
}

.blog_list_section .content img {
  width: 100%;
}

.blog_list_section .content .title {
  font-size: 20px;
  font-weight: normal;
  height: 80px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog_list_section .content .author_row {
  margin-top: 10px;
}

.blog_list_section .content .name {
  font-size: 14px;
  font-family: "IBMPlex";
  text-transform: uppercase;
}

.blog_list_section .content .date {
  font-size: 14px;
  font-family: "IBMPlex";
  float: right;
}

.blog_list_section .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  width:100%;
}

.blog_list_section .pagination ul {
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
}

.blog_list_section .pagination li {
  font-size: 20px;
  color: #989898;
}

.blog_list_section .pagination li.active {
  color: #000;
}

.blog_list_section .pagination li:not(:last-child) {
  margin-right: 15px;
}

.blog_list_section .pagination a {
  display: flex;
}




.blog_list_section .pagination .page-numbers{
  font-size: 20px;
  margin:0 7px;
  color:#989898;
}

.blog_list_section .pagination .page-numbers.current{
  color:#000;
}

.blog_list_section .pagination .prev{
  margin-right:50px;
  margin-left:0;
}

.blog_list_section .pagination .next{
  margin-left:50px;
  margin-right: 0;
}

/* end of blog_list_section */

/* start newsletter section */

.newsletter_section {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
}

.newsletter_section .left_col {
  display: flex;
  align-items: center;
}

.newsletter_section img {
  width: 300px;
}

.newsletter_section button {
  margin-top: 50px;
  width: 180px;
}

.newsletter_section .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter_section .pagination ul {
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
}

/* end of newsletter section */

/* end of blog list page */

/* start blog post page */

/* start innerPage_heading */

.single-post .innerPage_heading {
  padding: 100px 0 40px;
}

.single-post .innerPage_heading .user_details {
  border-top: 1px solid #989898;
  padding-top: 20px;
  margin-top: 40px;
}

.single-post .innerPage_heading .row .col {
  display: flex;
  align-items: center;
}

.single-post .innerPage_heading .col .name {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "IBMPlex";
}

.single-post .innerPage_heading .col:nth-child(2) {
  justify-content: center;
}

.single-post .innerPage_heading .col:nth-child(3) {
  justify-content: flex-end;
}

.single-post .innerPage_heading .col .min,
.single-post .innerPage_heading .col .date {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "IBMPlex";
}

/* end of innerPage_heading */

/* start blog post content section */

.blog_post_content {
  padding: 60px 0;
}

.blog_post_content .inner_heading {
  margin-bottom: 40px;
}

.blog_post_content .left_col .bt,
.blog_post_content .center_col .bt,
.blog_post_content .right_col .share_content {
  border-top: 1px solid #989898;
  padding-top: 20px;
}

.blog_post_content .content_col .sub_heading {
  margin-bottom: 50px;
}

.blog_post_content .content_col .sub_heading span {
  float: right;
}

.blog_post_content .left_col .blog_heading {
  font-size: 20px;
  font-weight: normal;
  margin: 40px 0;
}

.blog_post_content .left_col .content_col p:not(:last-child) {
  margin-bottom: 20px;
}

.blog_post_content .left_col .content_col img {
  width: 100%;
}

.blog_post_content .left_col .content_col .products_row {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog_post_content .content_col .products_row .title {
  text-decoration: underline;
}

.blog_post_content .content_col .products_row .price {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}

.blog_post_content .blog_innerHeading {
  margin: 40px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin-left: 80px;
}

.blog_post_content .content_heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  margin-top: 50px;
}

.blog_post_content .right_col .share_content .sub_heading {
  display: flex;
}

.blog_post_content .right_col .share_content ul {
  margin-left: 20px;
}

.blog_post_content .right_col .share_content li {
  display: inline-block;
}

.blog_post_content .right_col .share_content li a {
  display: inline-flex;
}

/* end of blog post content section */

/* start plant protection section */

.post_plant_protection_section {
  padding: 60px 0;
  /* background-color:#000; */
  color: #fff;
  position:relative;
}

.post_plant_protection_section:before{
  position:absolute; 
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:'';
  background-color:rgba(0 0 0 / 30%)
}

.post_plant_protection_section .inner_heading {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}

.post_plant_protection_section p {
  max-width: 400px;
  margin-bottom: 40px;
}

.post_plant_protection_section button {
  width: 150px;
}

/* end plant protection section */

/* start comment section */

.comment_section {
  padding: 60px 0;
}

.comment_section .right_content {
  width: 70%;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.comment_section .right_content img {
  margin-bottom: 20px;
  border-radius: 10px;
}
.comment_section .right_content .btnStyle {
  width: 165px;
  margin-top: 20px;
}

.comment_section .submit_row {
  margin-top: 60px;
  display: flow-root;
}

.comment_section .submit_row .left {
  width: 30%;
  float: left;
}
.comment_section .submit_row .right {
  width: 70%;
  float: left;
}

.comment_section .submit_row .right a {
  text-decoration: underline;
}

/* end of comment section */

/* start related articles */

.related_articles {
  padding: 60px 0;
  background-color: #a7e144;
  padding-left: 5%;
}

.related_articles .articles_slider {
  margin-top: 50px;
}

.related_articles .articles_slider .swiper-slide {
  width: 35%;
}

.related_articles .articles_slider .swiper-slide a{
  display:flow-root;
}

.related_articles .articles_slider .title {
  height: 60px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 40px;
  border-top: 1px solid #000;
  padding-top: 10px;
}

.related_articles .articles_slider .thumbnail img {
  width: 100%;
}

.related_articles .articles_slider .counter {
  font-size: 30px;
  font-weight: normal;
  margin-top: 5px;
}

/* start discussion section */

.discussion_section {
  padding: 60px 0;
}

.discussion_section .discussion_col {
  max-width: 500px;
  margin: auto;
}

.discussion_section .comment {
  margin-top: 50px;
}

.discussion_section .comment .user_image {
  float: left;
}

.discussion_section .comment .user-detail {
  float: left;
  margin-left: 20px;
}

.discussion_section .comment .user-detail .date {
  font-family: "IBMPlex";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
}

.discussion_section .comment .user_row {
  display: flow-root;
}

.discussion_section .comment .comment_text {
  margin-top: 20px;
}

/* start conversation section */

.conversation_section {
  padding: 60px 0;
  background-color: #fafafa;
}

.conversation_section .conversation_col {
  max-width: 500px;
  margin: auto;
}

.conversation_section .conversation_col p {
  margin: 20px 0 40px;
}

.conversation_section .conversation_col label {
  z-index: 0;
}

/* end of blog post page */

/* start blog post open */

.blog_post_content .content_col .content_lists {
  margin-bottom: 50px;
}

.blog_post_content .content_col .content_lists li a {
  color: #989898;
}

.blog_post_content .content_col .content_lists li:not(:last-child) {
  margin-bottom: 20px;
}

/* end of blog post open */

/* start terms page */

.terms_section {
  padding: 60px 0;
}

.terms_section h5 {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: normal;
}

.terms_section p:not(:last-child) {
  margin-bottom: 20px;
}

/* end of terms page */

/* start search modal */

.logged-in .search_modal{
  padding-top:30px;
}

.search_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fafafa;
  display: none;
  z-index: 9;
}

.search_modal.show {
  display: block;
}

.search_modal .search_header {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.search_modal .logo img {
  width: 200px;
}

.search_modal .search_header .close {
  margin-left: auto;
}

.search_modal .search_header .close a {
  display: flex;
  height: 35px;
  width: 35px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
}

.search_modal .search_body {
  padding: 40px 0;
}

.search_modal .search_body .search_col {
  max-width: 500px;
  margin: auto;
}

.search_modal .search_body .search_col form {
  margin-top: 30px;
}

.search_modal .search_body form .input_group {
  position: relative;
}

.search_modal .search_body form input::placeholder,
.search_modal .search_body form input {
  font-size: 18px;
}

.search_modal .search_body form button {
  position: absolute;
  right: 0;
  width: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* end of search modal */

/* search result page */

.search_result_section {
  padding: 60px 0;
}

.search_result_section .total_result {
  text-align: center;
}

.search_result_section .backtohomepage {
  margin: auto;
  margin-top: 50px;
  width: 220px;
}

.search_result_section .box {
  margin-bottom: 40px;
  border-top: 1px solid #000;
  padding-top: 5px;
}

.search_result_section .col img {
  width: 100%;
}

.search_result_section .col .title {
  height: 50px;
  margin-bottom: 30px;
}

.search_result_section .col .author_row {
  display: flex;
  margin-top: 10px;
}

.search_result_section .col .author_row span {
  font-size: 14px;
  font-family: "IBMPlex";
}

.search_result_section .col .author_row .date {
  margin-left: auto;
}

/* search result page */

/* start cart page */

.cart_section {
  padding: 60px 0;
}

.cart_section table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}

.cart_section table th {
  font-family: "IBMPlex";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.cart_section table thead tr {
  border-bottom: 1px solid #000;
}

.cart_section table tbody tr {
  border-bottom: 1px solid #989898;
}

.cart_section table th,
.cart_section table td {
  padding: 20px 0;
}

.cart_section table tbody .product_title {
  display: flex;
  align-items: center;
}

.cart_section table tbody .product_title img {
  margin-right: 20px;
}

.cart_section table .quantity {
  display: flex;
  align-items: center;
}

.cart_section table .quantity a {
  display: flex;
}

.cart_section table .quantity input {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
  margin-left: 10px;
  margin-right: 10px;
}

.cart_section table .quantity input::-webkit-outer-spin-button,
.cart_section table .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart_section table .quantity input[type="number"] {
  -moz-appearance: textfield;
}

.cart_section table .quantity .remove a {
  font-size: 14px;
  font-family: "IBMPLEX";
  text-transform: uppercase;
  color: #989898;
  margin-left: 20px;
}

.cart_section .update_section {
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #989898;
}

.cart_section .update_section .update_col {
  margin-left: auto;
}

.cart_section .update_section .update_col a {
  font-size: 26px;
  color: #989898;
  text-decoration: underline;
}

.cart_section .update_section .input_group {
  display: flex;
  margin-top: 30px;
}

.cart_section .update_section .input_group button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "IBMPLEX";
  width: auto;
  height: auto;
  text-decoration: underline;
  margin-left: 20px;
}

.cart_section .checkout_section {
  padding-top: 30px;
}

.cart_section .checkout_section .checkout_col {
  width: 300px;
  margin-left: auto;
}

.cart_section .checkout_section .subtotal {
  border-bottom: 4px solid #989898;
  padding-bottom: 15px;
}

.cart_section .checkout_section .subtotal .price {
  float: right;
}

.cart_section .checkout_section .total {
  display: flex;
  margin: 25px 0;
  text-align: right;
}

.cart_section .checkout_section .total h4 {
  font-size: 24px;
  font-weight: normal;
}

.cart_section .checkout_section .total .price {
  margin-left: auto;
}

.cart_section .checkout_section .total .price p {
  margin-top: 5px;
  font-size: 14px;
}

.cart_section .checkout_section .checkout_col .btnStyle {
  width: 100%;
}

/* end of cart page */

/* start checkout page */

/* start returnin section */

.returning_section {
  padding: 60px 0;
}

.returning_section .heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

.returning_section .btnStyle {
  width: 280px;
}

/* end of returnin section */

/* start billing_detail_section */

.billing_detail_section .heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

.billing_detail_section .input_group,
.billing_detail_section .radio_group {
  margin-bottom: 30px;
}

.billing_detail_section .input_group .form-control {
  border-bottom: 1px solid #989898;
}

.radio_group input[type="radio"] {
  display: none;
}

.radio_group label {
  position: relative;
  padding-left: 30px;
  display: block;
}

.radio_group label::before {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #989898;
  border-radius: 50%;
  display: block;
  content: "";
  top: 0;
  left: 0;
}

.radio_group input[type="radio"]:checked + label::before {
  border-color: #000;
}

.radio_group input[type="radio"]:checked + label::after {
  height: 10px;
  width: 10px;
  position: absolute;
  background-color: #a7e144;
  display: block;
  content: "";
  border-radius: 50%;
  top: 6px;
  left: 6px;
}

/* start extra_notes_section */

.extra_notes_section {
  padding: 60px 0;
}

.extra_notes_section .heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

.extra_notes_section .textarea_group label {
  color: #989898;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}

.extra_notes_section .textarea_group textarea {
  border: none;
  height: 100px;
  border-bottom: 1px solid #989898;
}

/* start payment_method_section */

.payment_method_section .heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

.payment_method_section p {
  margin-bottom: 40px;
  font-size: 14px;
}

.payment_method_section .payment_options {
  display: flex;
  margin-bottom: 40px;
}

.payment_method_section .payment_options .radio_group {
  display: flex;
  align-items: center;
}

.payment_method_section .payment_options .supported_cards {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.payment_method_section .payment_options .supported_cards img:not(:last-child) {
  margin-right: 10px;
}

.payment_method_section .payment_options .radio_group:first-child {
  margin-right: 40px;
}

.payment_method_section .input_group {
  margin-bottom: 40px;
}

.payment_method_section .card_input img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}

.payment_method_section .expire_month_input label {
  top: -5px;
}

/* start orders section */

.orders_section {
  padding: 60px 0;
}

.orders_section .orders_col {
  background-color: #fafafa;
  padding: 20px;
}

.orders_section .orders_col .heading {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.orders_section .orders_col table {
  border-top: 5px solid #989898;
  border-collapse: collapse;
  width: 100%;
}

.orders_section .orders_col table td {
  padding: 15px 0;
}

.orders_section .orders_col table tr:not(:last-child) {
  border-bottom: 1px solid #989898;
}

.orders_section .orders_col .total {
  display: flex;
  margin-top: 30px;
}

.orders_section .orders_col .total h4 {
  font-size: 22px;
  font-weight: normal;
}

.orders_section .orders_col .total .right_total {
  margin-left: auto;
  display: flex;
}

.orders_section .orders_col .total .right_total p {
  font-size: 14px;
  margin-left: 10px;
}

.orders_section .checkout_row {
  margin-top: 60px;
}

.orders_section .checkout_row a {
  text-decoration: underline;
}

.orders_section .checkout_row .btnStyle {
  max-width: 100%;
  width: 100%;
}

/* end of checkout page */

/* start sign in section */

.signin_section {
  padding: 60px 0;
}

.signin_section p {
  font-size: 15px;
  color: #989898;
  margin-top: 15px;
}

.signin_section .signIn_Col {
  max-width: 500px;
  border: 1px solid #c4c4c4;
  margin: auto;
  border-radius: 25px;
  margin-top: 50px;
  padding: 20px 50px;
}

.signin_section .signIn_Col h6 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.signin_section .signIn_Col .input_group {
  margin-bottom: 30px;
}

.signin_section .signIn_Col .password_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.signin_section .signIn_Col .remember_row {
  display: flow-root;
  margin-bottom: 50px;
}

.signin_section .signIn_Col .remember_row .radio_group {
  float: left;
}

.signin_section .signIn_Col .remember_row .radio_group label {
  color: #989898;
  font-size: 16px;
}

.signin_section .signIn_Col .remember_row .forgot {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  font-family: "IBMPLEX";
  color: #989898;
  text-transform: uppercase;
}

.signin_section .signIn_Col .btnStyle {
  display: block;
  margin: auto;
}

.signin_section .create_account {
  text-align: center;
}

.signin_section .create_account a {
  text-decoration: underline;
}

/* end of sign in section */

/* start signup_page */

.signup_page .inner_heading {
  max-width: 500px;
}

.signup_section .signup_col .radio_group {
  margin-bottom: 20px;
}

.signup_section .signup_col .radio_group label {
  color: #989898;
  font-size: 14px;
}

.signup_section .signup_col .radio_group label a {
  text-decoration: underline;
}

/* end of signup_page */

/* start quize_welcome_page */

.page-template-quiz-welcome .banner_section .left {
  max-width: 50%;
  flex: 0 0 50%;
}

.page-template-quiz-welcome .banner_section .left .copyright {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  line-height: 18px;
  width: 80%;
}

.page-template-quiz-welcome .banner_section .content h4 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 5px;
}

.page-template-quiz-welcome .banner_section .content .bottom {
  bottom: 30px;
}

.page-template-quiz-welcome .banner_section .content .bottom a {
  text-decoration: underline;
  font-size: 12px;
}

.page-template-quiz-welcome .banner_section .content .bottom a img {
  margin-right: 10px;
}

/* end of quize_welcome_page */

/* start quiz questions page */


.page-template-quiz-page .banner_section {
  padding-top: 90px;
}

.page-template-quiz-page .quiz_screen .back {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "IBMPLEX";
}

.page-template-quiz-page .quiz_screen .back img {
  margin-right: 5px;
}

.page-template-quiz-page .progress_section {
  margin: 50px 0 40px;
  position: relative;
}

.page-template-quiz-page .progress_section label {
  position: absolute;
  bottom: 10px;
  font-family: "IBMPLEX";
  font-size: 14px;
}

.page-template-quiz-page .progress_section .total_progress {
  background-color: #000;
  height: 2px;
  position: relative;
}

.page-template-quiz-page .progress_section .current_progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16%;
  background-color: #a7e144;
}

.page-template-quiz-page .ques_col .ques_count {
  font-family: "IBMPLEX";
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  display: block;
}

.page-template-quiz-page .ques_col .ques_count::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page-template-quiz-page .ques_col p {
  margin-top: 10px;
}

.page-template-quiz-page .occupation_options .radio_group{
  height:auto!important;
  min-height:50px;
  display:flex;
  align-items: center;
}

.page-template-quiz-page .occupation_options .radio_group label{
  width: 100%;
}

.page-template-quiz-page .options_col .radio_group {
  background-color: transparent;
  border-radius: 100px;
  height: 50px;
  position: relative;
  border: 1px solid #000;
}

.page-template-quiz-page .options_col .radio_group.selected {
  background-color: #a7e144;
  border-color: #a7e144;
}

.page-template-quiz-page .options_col .radio_group:not(:last-child) {
  margin-bottom: 30px;
}

.page-template-quiz-page .options_col .radio_group label {
  height: 100%;
  border-radius: 100px;
  align-items: center;
  display: flex;
  padding-left: 50px;
}

.page-template-quiz-page .options_col .radio_group label::before {
  height: 12px;
  width: 12px;
  border: 1px solid #000000;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.page-template-quiz-page
  .options_col
  .radio_group
  input[type="radio"]:checked
  + label::before {
  background-color: #000;
}

.page-template-quiz-page
  .options_col
  .radio_group
  input[type="radio"]:checked
  + label::after {
  display: none;
}

.page-template-quiz-page .quiz_screen {
  position: relative;
  display:none;
}

.page-template-quiz-page .quiz_screen.active{
  display:block;
}

.page-template-quiz-page .quiz_screen .next_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #a7e144;
  border: none;
  outline: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.page-template-quiz-page .quiz_screen .next_btn img {
  position: absolute;
  right: 20px;
}

.page-template-quiz-page .program_options form {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.page-template-quiz-page .program_options .radio_group {
  width: calc(100% - 15px);
}

.page-template-quiz-page .ques_row {
  height: calc(100% - 170px);
}

.page-template-quiz-page .quiz_screen .options_col {
  overflow: auto;
  height: 100%;
}

.page-template-quiz-page .current_eat_option .input_heading {
  position: relative;
  width: 100%;
  top: unset;
  transform: unset;
  margin-bottom: 10px;
}

.page-template-quiz-page .current_eat_option .input_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-template-quiz-page .current_eat_option .radio_group {
  width: calc(50% - 15px);
}

.page-template-quiz-page .occupation_options .radio_group{border-radius: 20px; min-height: 110px;}
.page-template-quiz-page .occupation_options .radio_group .detail{color:#808080;}

/* start custom select */

/* .custom_select .select-hidden {
  display: none;
}

.custom_select {
  width: 100%;
  margin:20px 0;
}

.custom_select .select {
  border-radius: 25px;
  overflow: hidden;
}

.custom_select .select-styled {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #a7e144;
  padding: 0 20px;
}

.custom_select .select-styled.active {
  background-color: #e5e5e5;
}

.select-options li[rel="hide"] {
  display: none;
}

.custom_select .select-options {
  background-color: #e5e5e5;
  padding: 0 20px;
}


*/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.custom_select {
  width: 100%;
  border-radius: 25px;
  display: flow-root;
  overflow: hidden;
}

.custom_select.active {
  box-shadow: 4px 4px 20px rgb(0 0 0 / 15%);
  overflow: hidden;
}

.custom_select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
}

.select-styled {
  position: relative;
  height: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #a7e144;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 50px;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 42%;
  right: 10px;
}
.select-styled:hover {
  background-color: #a7e144;
}
.select-styled:active,
.select-styled.active {
  background-color: #e5e5e5;
  border-radius: 0;
}
.select-styled:active:after,
.select-styled.active:after {
  top: 28%;
  border-color: transparent transparent #000 transparent;
}

.select-options {
  display: none;
  position: relative;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e5e5e5;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li[rel="hide"] {
  display: none;
}

.quiz_questions_page .occupation_options .radio_group {
  height: 130px;
  border-radius: 20px;
}

.quiz_questions_page .occupation_options .radio_group label {
  flex-wrap: wrap;
  padding-right: 50px;
}

.quiz_questions_page .occupation_options label .detail {
  font-size: 14px;
  color: #808080;
  margin-top: 5px;
}

/* end of quiz questions page */

/* start results page */

.page-template-phetovest-result .phytovest_image_section {
  height: 200px;
  width: 100%;
  display: block;
  background-color: #a7e144;
}

.page-template-phetovest-result .result_section {
  padding: 60px 0;
}

.page-template-phetovest-result .result_section h6 {
  font-size: 20px;
  margin-top: 40px;
  font-weight: normal;
}

.graph {
  position: relative;
}

.graph:before {
  position: absolute;
  /* content: "Optimum"; */
  z-index: 1;
  transform: rotate(90deg) translate(10px, 0);
  color: #a7e144;
  font-size: 40px;
  width: auto;
  height: auto;
  top: 0px;
  transform-origin: 0 0;
  left: 100%;
}

.graph:after {
  position: absolute;
  /* content: "Low"; */
  z-index: 1;
  transform: rotate(90deg) translate(10px, 0);
  color: #f8a100;
  font-size: 40px;
  width: auto;
  height: auto;
  top: 50%;
  transform-origin: 0 0;
  text-align: right;
  left: calc(100% - 0px);
}

.graph .content {
  position: relative;
}

.graph .content:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  /* width: 100%; */
  /* height: 50%; */
  /* background-color: #edf9da; */
}

.graph .content:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #feeccc;
}

.graph .content.non-rdi:after {
  background-color: #c4c4c4;
}

.graph .bar {
  height: 40px;
  position: relative;
  z-index: 1;
}

.graph .bar .fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.graph .bar:not(:last-child) {
  margin-bottom: 1px;
}

.graph .bar .fill.green {
  background-color: #a7e144;
}

.graph .bar .fill.orange {
  background-color: #f8a100;
}

.graph .bar .fill.grey {
  background-color: grey;
}

.graph .bar .label {
  position: absolute;
  left: 10px;
  font-family: "IBMPLEX";
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.graph .bar .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  font-size: 15px;
  width: max-content;
}

.graph .bar .title.inside {
  right: 15px;
}

.graph .bar .title.outside {
  left: calc(100% + 15px);
}

.graph .bar .title:before {
  height: 5px;
  position: absolute;
  content: "";
  width: 5px;
  display: block;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-phetovest-result .result_section h6 {
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 18px;
}

.graph_title {
  font-size: 14px;
  font-family: "IBMPLEX";
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* start supplement section */

.supplement_result {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.supplement_result .supplements {
  display: flow-root;
}

.supplement_result .current_supplement {
  margin: 40px 0;
}

.supplement_result .current_supplement .title {
  font-size: 14px;
  font-family: "IBMPLEX";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.supplement_result .current_supplement span {
  background-color: #fafafa;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  float: left;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: normal;
  width: 300px;
  margin-bottom: 15px;
}

.supplement_result .current_supplement span:not(:last-child) {
  margin-right: 20px;
}

/* end of results page */

/* start medication_section */

.medication_section {
  padding: 60px 0;
}

.medication_slider {
  margin-top: 50px;
}

.medication_slider .swiper-slide {
  width: 16.66%;
  padding: 15px;
  border-left: 1px solid #989898;
}

.medication_slider .swiper-slide .counter {
  font-family: "IBMPLEX";
  font-size: 14px;
  color: #989898;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}

.medication_slider .swiper-slide h5 {
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  margin-bottom: 20px;
}

.medication_slider .swiper-slide .icon {
  height: 30px;
  width: 30px;
  display: block;
  background-color: #f8a100;
  border-radius: 50%;
}

.medication_slider .swiper-slide .name {
  font-family: "IBMPLEX";
  color: #989898;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  display: block;
}

.medication_slider .swiper-slide .type {
  font-size: 14px;
  font-weight: normal;
}

.medication_section button.btnStyle {
  margin: auto;
  margin-top: 80px;
  width: 400px;
  background-color: #a7e144;
  border: none;
}

/* end of medication_section */

/* start final_analysis_page */

.final_analysis_page .banner_section h6 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.final_analysis_page .banner_section h4 {
  font-weight: normal;
  font-size: 33px;
}

.final_analysis_page .banner_section .text {
  font-size: 14px;
  font-family: "IBMPLEX";
  text-transform: uppercase;
  margin-top: 80px;
  width: 300px;
}

.final_analysis_page .banner_section .bottom img {
  margin-right: 10px;
}

.final_analysis_page .banner_section .bottom a {
  text-decoration: underline;
}

.diet_section {
  padding: 60px 0;
}

.diet_section .current_diet,
.diet_section .never_consume {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.diet_section p {
  font-size: 14px;
  font-family: "IBMPLEX";
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
}

.diet_section .detail {
  background-color: #fafafa;

  border-radius: 6px;
  padding: 10px 15px;
}

.diet_section .detail span {
  color: #989898;
  font-family: "IBMPLEX";
  font-size: 14px;
  text-transform: uppercase;
}

.diet_section .detail .title {
  margin: 0;
  text-transform: capitalize;
  font-family: "Aeonik";
  font-size: 16px;
}

.diet_section .current_diet .detail {
  border: 1px solid #a7e144;
}

.diet_section .never_consume .detail {
  border: 1px solid #f8a100;
}

/* start diet_analysis */

.diet_analysis {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
}

.diet_analysis .sub_heading_text {
  max-width: 500px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
}

.diet_analysis h5 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 40px;
}

/* end of diet_analysis */

/* start medication analysis section */

.medication_analysis {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
}

.medication_analysis .sub_heading_text {
  max-width: 500px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
}

/* end of medication analysis section */

/* start final_analysis_section */

.final_analysis_section {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
}

.final_analysis_section .sub_heading_text {
  max-width: 500px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

.final_analysis_section .center_heading {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

.final_analysis_section .center_heading h4 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
}

.final_analysis_section .center_heading h5 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
}

.final_analysis_section .col_heading {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  height: 65px;
}

.score_row .score_graph {
  max-width: 250px;
  flex: 0 0 250px;
  align-items: center;
  display: flex;
}

.score_row .left_col,
.score_row .right_col {
  max-width: calc((100% - 250px) / 2);
  flex: 0 0 calc((100% - 250px) / 2);
}

.score_row .left_col .content,
.score_row .right_col .content {
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  padding: 30px 0;
  height: 100%;
}

.score_row .content li .count {
  font-size: 14px;
  font-family: "IBMPLEX";
  margin-right: 15px;
}

.score_row .content li .name {
  font-size: 15px;
}

.score_row .content li .res {
  float: right;
  font-family: "IBMPLEX";
  font-size: 14px;
}

.score_row .content li:not(:last-child) {
  margin-bottom: 7px;
}

.score_row {
  margin-top: 40px;
}

/* end of final_analysis_section */

.score_graph .circle {
  position: relative;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  cursor: default;
}
.score_graph .circle .box,
.score_graph .circle .box span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.score_graph .circle .box {
  height: 100%;
  width: 100%;
  background: #f4f4f4;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.97);
  transition: all 0.2s;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.score_graph .circle .box p {
  margin-bottom: 5px;
}

.score_graph .circle .box .total {
  font-size: 60px;
  font-family: "IBMPLEX";
  font-weight: normal;
  line-height: 60px;
}

.achieve_score_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.achieve_score_list li {
  max-width: 20%;
  flex: 0 0 20%;
  border-left: 1px solid #989898;
  padding: 25px 20px;
}

.achieve_score_list li .sub_heading {
  font-family: "IBMPLEX";
  color: #989898;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.achieve_score_list li ul li {
  max-width: unset;
  flex: unset;
  border: none;
  padding: 0;
  font-size: 15px;
  margin-bottom: 5px;
}

button.download_analysis {
  margin: 60px auto 0;
  width: 400px;
  background-color: #a7e144;
  border: none;
}

/* end of final_analysis_page */

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

/*  */

.quiz_page header .logo img {
  width: 150px;
}

.quiz_footer {
  background-color: #e5e5e5;
  background-image: unset;
  color: #000;
}

.quiz_footer ul li a {
  color: #000;
}

.quiz_footer .footer_text {
  color: #fff;
}

.custom_inputGroup label {
  font-size: 15px;
  color: #989898;
}

.custom_inputGroup input {
  border: 1px solid #000 !important;
  border-radius: 100px;
  padding: 0 20px !important;
  height: 50px;
}

.custom_inputGroup.focused .form-control {
  border: 1px solid #000 !important;
}


.page404{
  padding: 90px 15px;
  text-align: center;
}

.page404 h1{
  display: block;
    width: 100%;
    font-size: 90px;
    letter-spacing: 5px;
    font-weight: 900;
    background: -webkit-linear-gradient(
45deg
, #748f02, #3e5500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page404 h4{
  width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #868686;
    margin: 20px 0;

}

.page404 p{
  width: 100%;
  font-size: 18px;
}

.page404 a.button{
  display: block;
    margin: auto;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.search_modal .search_col .sub_head{display:none;}

.display_block {
  display: block !important;
}

.phytovest_radio:checked + label {
  background-color: #a7e144;
  border-color: #a7e144;
}

.error {
  display:none;
}

.form-error-box {
  border: 1px solid red;
  padding: 5px;
  margin: 5px;
}

.form-error-box > .error {
  display: block;
  color: red;
}