body {
  font-family: "Satoshi-Regular";
  color: #262262;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  cursor: none;
}
@media (max-width: 991px) {
  body {
    cursor: auto;
  }
}

@keyframes rotation {}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  margin-bottom: 10px;
}

#loader {
  position: fixed;
  z-index: 99999999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
#loader img {
  width: 30px;
  position: relative;
  z-index: 2;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
#loader::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #262262;
  z-index: 2;
  transition: 1000ms;
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
  -moz-transition: 1000ms;
  -ms-transition: 1000ms;
}
#loader::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #262031;
  z-index: 1;
  opacity: 0.5;
  transition: 1400ms;
  -webkit-transition: 1400ms;
  -o-transition: 1400ms;
  -moz-transition: 1400ms;
  -ms-transition: 1400ms;
}
#loader.hide {
  opacity: 1;
  transition: 1000ms;
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
  -moz-transition: 1000ms;
  -ms-transition: 1000ms;
  z-index: -999;
  top: 0%;
  bottom: 100%;
}
#loader.hide img {
  width: 0px;
}
#loader.hide::before {
  top: 0%;
  bottom: 100%;
}
#loader.hide::after {
  top: 0%;
  bottom: 100%;
}

.floater {
  position: fixed;
  top: 50px;
  left: 50px;
  color: #fff;
  z-index: 9;
  top: 0;
  bottom: 0;
  height: 213px;
  left: -185px;
  width: 217px;
  margin: auto;
  background: #fff;
  border-radius: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  border-radius: 0 15px 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.floater .close_outer {
  height: 0;
}
.floater .close {
  display: none;
  position: absolute;
  top: -75px;
  right: 5px;
  left: auto;
  width: 30px;
  height: 30px;
  background: rgba(183, 114, 247, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .floater .close {
    display: block;
    display: flex;
  }
}
.floater:hover {
  left: 0px;
}
@media (max-width: 767px) {
  .floater:hover {
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .floater:hover .close {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .floater {
    rotate: 0deg;
    top: auto;
    bottom: -213px;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    display: block;
  }
}
.floater .btns {
  font-family: "Satoshi-Black";
  margin-bottom: 0px;
  padding: 10px 10px;
  text-align: center;
  font-family: "Satoshi-Medium";
  letter-spacing: 1px;
  background: #262262;
  display: flex;
  border-radius: 0 15px 15px 0;
}
.floater .btns img {
  width: 15px;
}
@media (max-width: 991px) {
  .floater .btns {
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .floater .btns {
    padding: 6px 5px;
    font-size: 13px;
  }
}
.floater .Zonehealth img {
  max-height: 31px;
  transition: 400ms all;
}
.floater .Zonehealth:hover img {
  filter: brightness(0) invert(1);
}
.floater .program_name {
  padding: 10px 5px;
  display: inherit;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  width: 184px;
  border-radius: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.floater .program_name:hover {
  background: #000;
}
@media (max-width: 767px) {
  .floater .program_name {
    width: 100%;
  }
}
.floater .program_name:last-child {
  border-bottom: 0;
}
.floater .program_name.main {
  background: #fff;
}
.floater .program_name.main img {
  max-height: 31px;
}
.floater .program_name .Zonehealth {
  background: #fff;
}
.floater .program_name.one {
  color: #2E4449;
}
.floater .program_name.two {
  color: #5F2F75;
}
.floater .program_name.three {
  color: #F58E72;
}
.floater .program_name.four {
  color: #50C6DC;
}
.floater .program_name p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "Satoshi-Light";
  letter-spacing: 1px;
  text-align: center;
  line-height: 18px;
  margin-bottom: 0 !important;
}
.floater .program_name p.big {
  font-size: 14px;
  font-family: "Satoshi-Bold";
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 3px;
}
.floater .program_name:hover.main {
  background: #0c0c0c;
}
.floater .program_name:hover.main img {
  filter: invert(68%) sepia(100%) saturate(2396%) hue-rotate(-175deg) brightness(438%) contrast(119%);
}
.floater .program_name:hover.one {
  background: #2E4449;
}
.floater .program_name:hover.two {
  background: #5F2F75;
}
.floater .program_name:hover.three {
  background: #F58E72;
}
.floater .program_name:hover.four {
  background: #50C6DC;
}
.floater .program_name:hover p {
  color: #fff;
}
.floater .btns.pc {
  display: flex;
}
@media (max-width: 767px) {
  .floater .btns.pc {
    display: none;
  }
}
.floater .btns.mob {
  display: none;
  font-family: "Satoshi-Black";
  margin-bottom: 0px;
  padding: 10px 5px;
  text-align: center;
  font-family: "Satoshi-Medium";
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .floater .btns.mob {
    padding: 5px 5px;
  }
}
@media (max-width: 767px) {
  .floater .btns.mob {
    padding: 6px 5px;
    font-size: 13px;
    display: block;
    border-radius: 0;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satoshi-Bold";
  font-weight: normal;
  margin: 0;
}

h1 {
  padding: 0 0 42px 0;
  font-family: "Satoshi-Black";
  font-size: 60px;
  color: #fff;
}
h1 span {
  color: #262262;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 574px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2 {
  font-size: 50px;
  padding: 0 0 25px 0;
  font-family: "Satoshi-Black";
  line-height: 80px;
  color: #262262;
}
h2 span {
  color: #262031;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 23px;
    line-height: 34px;
  }
}

h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Satoshi-Black";
}
h3.blue_color {
  color: #262262;
  margin-bottom: 20px;
  margin-top: 35px;
}
@media (max-width: 1300px) {
  h3.blue_color {
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
h3 span {
  color: #262262;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 574px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3.blue {
  color: #262262;
}

h3.big {
  font-size: 46px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  h3.big {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h3.big {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h3.big {
    font-size: 25px;
  }
}

h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
h4 span {
  color: #262031;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
h5 span {
  color: #262031;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

.violet_head {
  color: #603075;
}

.gray_bg {
  background: #F5F5F5;
}

b, strong {
  font-family: "Satoshi-Bold";
}

a,
a:hover,
a:focus,
button, button:hover {
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  text-decoration: none;
  color: inherit;
  cursor: none !important;
}
@media (max-width: 991px) {
  a,
  a:hover,
  a:focus,
  button, button:hover {
    cursor: pointer !important;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.hash_link {
  position: relative;
  width: 1px;
  height: 1px;
  left: 0;
  top: -150px;
}

p.big {
  line-height: 30px;
  font-size: 20px;
}
@media (max-width: 991px) {
  p.big {
    font-size: 16px;
    line-height: 26px;
  }
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-left {
  text-align: left;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #262262;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cbe6ff;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 99999999999;
  background: url(../images/cursor.svg) left top no-repeat;
  background-size: 30px;
}
@media (max-width: 991px) {
  #cursor {
    display: none;
  }
}

#cursor-border {
  --size: 80px;
  position: fixed;
  top: calc(var(--size) / -2.5);
  left: calc(var(--size) / -2.5);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 9998;
  background: rgba(147, 123, 253, 0.12);
  mix-blend-mode: normal;
  opacity: 1;
}
@media (max-width: 991px) {
  #cursor-border {
    display: none;
  }
}

.buttons {
  background: #fff;
  color: #262262;
  font-family: "Satoshi-Bold";
  border-radius: 25px;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.buttons::before {
  position: absolute;
  left: -6px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  content: "";
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  transform: scale(1);
}
.buttons:hover {
  background: #262262;
  color: #fff;
  padding-right: 15px !important;
  padding-left: 25px !important;
}
.buttons:hover::before {
  opacity: 1;
  transform: scale(4);
  left: 15px;
}
.buttons:focus {
  color: #000;
}
.buttons.blue {
  background: #262262;
  color: #ffffff;
}
.buttons.blue::before {
  background: #262262;
}
.buttons.blue:hover {
  background: #f3f3f3;
  color: #000;
}
.buttons.violet {
  background: #603075;
}
@media (max-width: 1200px) {
  .buttons {
    padding: 8px 15px;
    font-size: 14px;
  }
  .buttons:hover {
    padding: 8px 10px 8px 20px;
  }
  .buttons:hover::before {
    transform: scale(3);
    left: 10px;
  }
}

a.chat_with {
  font-size: 16px;
  font-family: "Satoshi-Medium";
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #262262;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
a.chat_with img {
  margin-right: 10px;
  width: 23px;
}
a.chat_with:hover {
  background: #262262;
  color: #fff;
  border: 1px solid #262262;
}
a.chat_with:hover img {
  mix-blend-mode: plus-lighter;
}

.half_width {
  max-width: 1000px;
  margin: 0 auto;
}

p.half_width {
  margin-bottom: 20px;
}

ul li {
  list-style: disc;
  margin-left: 17px;
  line-height: 28px;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background: url(../images/down.svg) center no-repeat;
  background-size: 14px;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.container-fluid {
  width: 100%;
}
section.container-fluid .container {
  max-width: 1450px;
}
section.container-fluid .row {
  margin: 0 auto;
}
section.container {
  max-width: 1440px;
}
section.dark h2 {
  color: #fff !important;
}
section.dark h2 span {
  color: #fff !important;
}
section.header {
  padding: 5px 0 5px 0;
  position: fixed;
  z-index: 9;
  background: transparent;
  color: #fff;
  z-index: 99;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
@media (max-width: 991px) {
  section.header .navbar-collapse {
    background-color: #09061b !important;
  }
}
section.header.fixed {
  padding: 2px 0 2px 0;
  background: #09061b;
}
section.header.fixed .navbar-toggler {
  top: 13px;
}
section.header.fixed .logo {
  position: relative;
  z-index: 10;
}
section.header.fixed .logo img {
  max-width: 170px !important;
}
section.header.fixed .book_assesment_header .buttons {
  padding: 6px 20px;
}
section.header.fixed .navbar-collapse {
  height: 0;
}
section.header.fixed .navbar-collapse.show {
  height: 100vh;
}
section.header.fixed .navbar-toggler {
  top: 6px !important;
}
section.header li {
  list-style: none;
  margin-left: 0;
}
section.header .container .header_out {
  justify-content: space-between;
}
section.header .container .header_out .logo {
  position: relative;
  z-index: 10;
}
section.header .container .header_out .logo img {
  width: 100%;
  max-width: 179px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
section.header .container .header_out .header_menu ul.navbar-nav {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.header .container .header_out .header_menu ul.navbar-nav {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 200px;
  }
}
section.header .container .header_out .header_menu ul.navbar-nav li {
  margin-bottom: 0;
}
section.header .container .header_out .header_menu ul.navbar-nav li a {
  font-family: "Satoshi-Bold";
  font-weight: 100;
  padding: 0 20px;
  position: relative;
  color: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
section.header .container .header_out .header_menu ul.navbar-nav li a::before {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  content: "";
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  transform: scale(1);
}
section.header .container .header_out .header_menu ul.navbar-nav li a:hover {
  color: rgb(147, 123, 253);
  padding: 0px 15px 0px 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
section.header .container .header_out .header_menu ul.navbar-nav li a:hover::before {
  opacity: 1;
  transform: scale(3);
  left: 12px;
}
@media (max-width: 1200px) {
  section.header .container .header_out .header_menu ul.navbar-nav li a {
    padding: 0 10px;
    font-size: 14px;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li a:hover {
    padding: 0px 5px 0px 15px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li a:hover::before {
    opacity: 1;
    transform: scale(3);
    left: 5px;
  }
}
@media (max-width: 991px) {
  section.header .container .header_out .header_menu ul.navbar-nav li a {
    display: inline-block;
    padding: 10px;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li a:hover {
    padding: 10px;
  }
}
section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only {
  display: none;
  padding-top: 20px;
}
@media (max-width: 991px) {
  section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only {
    display: block;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only .itms {
    text-align: center;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only .itms a.soc {
    width: 60px;
    padding: 0;
    text-align: center;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only .itms a.soc img {
    margin: 0 auto;
    max-width: 22px;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only .itms a.soc::before {
    display: none;
  }
  section.header .container .header_out .header_menu ul.navbar-nav li.mobile_only .itms a.soc p {
    font-family: "Satoshi-Regular";
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  section.header .container .header_out .header_menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 11px;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  section.header .container .header_out .header_menu .container-fluid {
    flex-direction: row-reverse;
    padding: 0;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler {
    box-shadow: none;
    outline: none;
    padding: 0px;
    width: 42px;
    right: 15px;
    top: 9px;
    position: relative;
    border: none !important;
    box-shadow: none;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler .anim_ico {
    width: 100%;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler label {
    display: flex;
    flex-direction: column;
    width: 32px;
    cursor: pointer;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler label span {
    background: #9a72ac;
    border-radius: 10px;
    height: 2px;
    margin: 4px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler span:nth-of-type(1) {
    width: 50%;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler span:nth-of-type(2) {
    width: 100%;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler span:nth-of-type(3) {
    width: 75%;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler input[type=checkbox] {
    display: none;
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler input[type=checkbox]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 0px);
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler input[type=checkbox]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  section.header .container .header_out .header_menu .container-fluid .navbar-toggler input[type=checkbox]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(15px, -5px) rotatez(45deg);
  }
}
section.header .container .header_out .book_assesment_header {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  section.header .container .header_out .book_assesment_header {
    position: relative;
    z-index: 9;
    right: 60px;
  }
}
@media (max-width: 500px) {
  section.header .container .header_out .book_assesment_header {
    display: none;
  }
}
section.banner {
  padding: 0px 0 0px 0;
  background: #262262;
  max-height: 700px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  section.banner {
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
}
section.banner video {
  width: 100%;
}
@media (max-width: 767px) {
  section.banner video {
    min-height: 500px;
    transform: scale(1.8);
  }
}
section.banner::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, #262262 10.15%, #613176 100%);
  background-blend-mode: soft-light;
  mix-blend-mode: hard-light;
}
section.banner .row {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.banner h1 {
  padding: 0px 0 25px 0;
  margin: 0;
}
section.banner h3 {
  color: #fff;
  font-family: "Satoshi-Light";
}
section.banner h4 {
  color: #fff;
}
section.banner p {
  color: #fff;
  margin-bottom: 30px;
}
section.banner .banner_left {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.banner .row {
  flex-direction: row;
  justify-content: space-between;
}
section.banner.inner {
  max-height: 450px;
}
@media (max-width: 767px) {
  section.banner.inner {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  section.banner.inner .banner_left {
    padding-top: 100px;
  }
}
section.banner.inner h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  margin-top: 40px;
}
section.welcom .row .welcom_out {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.welcom .row .welcom_out {
    margin-bottom: 10px;
  }
}
section.welcom .row .boxs {
  text-align: center;
  padding: 20px 20px 40px 20px;
}
@media (max-width: 1100px) {
  section.welcom .row .boxs {
    padding: 10px 10px 20px 10px;
  }
}
@media (max-width: 991px) {
  section.welcom .row .boxs {
    margin-bottom: 25px;
  }
}
section.welcom .row .boxs .wrap {
  padding: 45px 30px;
  border-radius: 30px;
  background: #FFF;
  display: block;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  height: 100%;
}
section.welcom .row .boxs .wrap img {
  max-width: 100px;
  margin: 0 auto;
}
section.welcom .row .boxs .wrap:hover {
  box-shadow: 0px 30px 25px 0px rgba(0, 0, 0, 0.1);
}
section.welcom .row .boxs .wrap h5 {
  font-size: 24px;
  font-family: "Satoshi-Black";
  margin-top: 22px;
  color: #603075;
}
@media (max-width: 1200px) {
  section.welcom .row .boxs .wrap h5 {
    font-size: 18px;
  }
}
section.what {
  background: linear-gradient(180deg, #181453 0%, #613176 100%);
  color: #fff;
  position: relative;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.what .row {
  position: relative;
  z-index: 1;
}
section.what .row img.arrow_big {
  width: 100%;
  max-width: 980px;
}
section.what .row .what_left {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  section.what .row .what_left {
    margin-bottom: 0px;
    padding: 0 20px 40px 20px;
  }
}
section.what .row .what_left img {
  margin-top: 25px;
}
section.what .row.with_less {
  max-width: 1200px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  section.what .row.with_less .pc_only {
    display: none;
  }
}
section.what .row.with_less .owl-dots {
  display: none;
}
section.what .row.with_less .what_box.full {
  padding: 0;
}
section.what .row.with_less .what_box .owl-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 600px) {
  section.what .row.with_less .what_box .owl-stage {
    align-items: flex-start;
  }
}
section.what .row.with_less .what_box .wrap {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin: 0 15px;
  color: #262262;
}
section.what .row.with_less .what_box .wrap img {
  clear: both;
  max-width: 54px;
  margin: 0 auto 15px auto;
}
section.what .row.with_less .what_box .wrap img.big {
  max-width: 80px;
}
@media (max-width: 767px) {
  section.what .row.with_less .what_box .wrap img.big {
    max-width: 54px;
  }
}
section.what .row.with_less .what_box .wrap h4 {
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #262262;
  padding-bottom: 15px;
  font-family: "Satoshi-Black";
}
section.what .row.with_less .what_box .wrap h4.big {
  font-size: 30px;
  color: #603075;
  font-family: "Satoshi-Black";
}
@media (max-width: 767px) {
  section.what .row.with_less .what_box .wrap h4.big {
    font-size: 20px;
  }
}
section.what .row.with_less .what_box .wrap ul {
  margin: 0;
  padding: 0;
}
section.what .row.with_less .what_box .wrap ul.big {
  font-size: 25px;
  color: #603075;
  font-family: "Satoshi-Black";
}
section.what .row.with_less .what_box .wrap ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 50px;
  font-size: 17px;
}
@media (max-width: 767px) {
  section.what .row.with_less .what_box .wrap ul li {
    margin-bottom: 15px;
  }
}
section.what .row.with_less .what_box .wrap ul li span.mob {
  display: none;
}
@media (max-width: 767px) {
  section.what .row.with_less .what_box .wrap ul li span.mob {
    display: block;
  }
}
section.what .row.with_less .what_box.big .wrap {
  border: 7px solid #CFC0D5;
}
section.what .row.with_less .benefits h3 {
  margin-top: 35px;
  margin-bottom: 25px;
}
section.what .row.with_less .benefits ul li {
  background: url(../images/tick.svg) no-repeat left top;
  background-size: 35px;
  padding: 25px 15px 25px 55px;
  width: 48%;
  float: left;
  list-style: none;
  margin: 0;
  font-size: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4588235294);
  margin-right: 4%;
  background-position: 0 20px;
}
@media (max-width: 1000px) {
  section.what .row.with_less .benefits ul li {
    font-size: 19px;
    background-size: 30px;
    background-position: 0 17px;
    padding: 19px 15px 15px 40px;
  }
}
@media (max-width: 767px) {
  section.what .row.with_less .benefits ul li {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  section.what .row.with_less .benefits ul li {
    font-size: 16px;
    background-position: 0 15px;
    background-size: 25px;
    padding: 12px 12px 12px 40px;
  }
}
section.what .row.with_less .benefits ul li:nth-child(even) {
  margin-right: 0%;
}
section.what .row .ips-wrap {
  padding: 100px 100px 0;
}
@media (max-width: 991px) {
  section.what .row .ips-wrap {
    padding: 50px 50px 0;
  }
}
@media (max-width: 767px) {
  section.what .row .ips-wrap {
    padding: 10px 12px 0;
  }
}
section.what .row .ips-wrap .ips {
  background-color: #fff;
  border-radius: 0 30px 30px;
}
@media (max-width: 767px) {
  section.what .row .ips-wrap .ips {
    border-radius: 0 15px 15px;
  }
}
section.what .row .ips-wrap .ips .ips-logo img {
  margin-top: -63px;
  margin-left: -105px;
}
@media (max-width: 991px) {
  section.what .row .ips-wrap .ips .ips-logo img {
    margin-top: -46px;
    margin-left: -60px;
    width: 400px;
  }
}
@media (max-width: 767px) {
  section.what .row .ips-wrap .ips .ips-logo img {
    margin-top: -29px;
    margin-left: -40px;
    width: 250px;
  }
}
@media (max-width: 575px) {
  section.what .row .ips-wrap .ips .ips-logo img {
    margin-top: -23px;
    margin-left: -40px;
    width: 210px;
    max-width: 210px;
  }
}
section.what .row .ips-wrap .ips .c-logo {
  display: flex;
  justify-content: flex-end;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -40px;
}
section.what .row .ips-wrap .ips .c-logo img {
  filter: grayscale(1);
  width: 150px;
  height: 150px;
}
@media (max-width: 991px) {
  section.what .row .ips-wrap .ips .c-logo img {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  section.what .row .ips-wrap .ips .c-logo img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  section.what .row .ips-wrap .ips .c-logo img {
    width: 50px;
    height: 50px;
  }
}
section.what .row .ips-wrap .ips .text-wrap {
  padding: 0 40px 40px;
}
@media (max-width: 767px) {
  section.what .row .ips-wrap .ips .text-wrap {
    padding: 0 20px 20px;
  }
}
section.what .row .ips-wrap .ips .text-wrap h3 {
  color: #262262;
  margin-bottom: 0;
}
section.what .row .ips-wrap .ips .text-wrap h3 span {
  font-family: "Satoshi-Light";
}
section.what .row .ips-wrap .ips .text-wrap p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #262262;
}
section.what .full_wid {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
}
section.research .row.box_wrap {
  margin-top: 30px;
}
section.research .row.box_wrap .boxs {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  section.research .row.box_wrap .boxs {
    margin-bottom: 0px;
  }
}
section.research .row.box_wrap .boxs .wrap {
  padding: 45px 30px 15px 30px;
}
@media (max-width: 767px) {
  section.research .row.box_wrap .boxs .wrap {
    padding: 25px 30px 15px 30px;
  }
}
section.research .row.box_wrap .boxs .wrap .head {
  display: flex;
  border-bottom: 1px solid #262262;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.research .row.box_wrap .boxs .wrap .head h4 {
  margin-bottom: 0;
  font-size: 25px;
}
@media (max-width: 1200px) {
  section.research .row.box_wrap .boxs .wrap .head h4 {
    font-size: 20px;
  }
}
section.research .row.box_wrap .boxs .wrap .head img {
  width: 76px;
  margin-right: 15px;
  max-width: 24%;
  margin: 0 12px 0 0;
  padding: 0;
}
section.research .row.box_wrap .boxs .wrap .boby {
  padding: 25px 0 0 0;
  min-height: 290px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1350px) {
  section.research .row.box_wrap .boxs .wrap .boby {
    padding: 0 0 4px 0;
    min-height: 231px;
  }
}
@media (max-width: 767px) {
  section.research .row.box_wrap .boxs .wrap .boby {
    padding: 5px 0 0 0;
    min-height: 240px;
  }
}
@media (max-width: 600px) {
  section.research .row.box_wrap .boxs .wrap .boby {
    min-height: 230px;
  }
}
section.research .row.box_wrap .boxs .wrap .boby p {
  font-size: 18px;
  margin: 0;
  padding: 0 0 15px 0;
}
@media (max-width: 1350px) {
  section.research .row.box_wrap .boxs .wrap .boby p {
    padding: 0 0 7px 0;
  }
}
section.research .row.box_wrap .boxs .wrap .boby h5 {
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  section.research .row.box_wrap .boxs .wrap .boby h5 {
    min-height: auto;
    margin: 0 0 10px 0;
  }
}
section.research .row.box_wrap .boxs .wrap .boby .box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
section.research .row.box_wrap .boxs .wrap .boby .box.box1 {
  min-height: 110px;
}
@media (max-width: 1350px) {
  section.research .row.box_wrap .boxs .wrap .boby .box.box1 {
    margin-bottom: 4px;
  }
}
@media (max-width: 1350px) {
  section.research .row.box_wrap .boxs .wrap .boby .box.box2 h5 {
    margin: 0 0 8px 0;
  }
}
section.research .row.box_wrap .boxs .wrap .boby .box .inner {
  height: auto;
  display: inline-block;
  display: flex;
  align-content: center;
  flex-direction: column;
  min-height: 120px;
  justify-content: center;
}
@media (max-width: 1350px) {
  section.research .row.box_wrap .boxs .wrap .boby .box .inner {
    min-height: 110px;
  }
}
section.research .row.box_wrap .boxs .wrap .boby .box .inner h5 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 10px;
  text-align: right;
  font-size: 19px;
}
@media (max-width: 1350px) {
  section.research .row.box_wrap .boxs .wrap .boby .box .inner h5 {
    font-size: 20px;
    justify-content: center;
    margin-bottom: 3px;
  }
}
@media (max-width: 1199px) {
  section.research .row.box_wrap .boxs .wrap .boby .box .inner h5 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  section.research .row.box_wrap .boxs .wrap .boby .box .inner h5 {
    flex-direction: row;
  }
}
section.research .row.box_wrap .boxs .wrap .boby .box .inner h5 span {
  background-color: #262262;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
  font-family: "Satoshi-Medium";
  padding: 7px 10px 5px;
  border-radius: 20px;
  margin-left: 10px;
  width: 120px;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  section.research .row.box_wrap .boxs .wrap .boby .box .inner h5 span {
    margin: 5px 5px 5px 5px;
    /* position: absolute; */
    /* right: 0; */
    font-size: 9px;
    padding: 4px 4px 3px;
    width: 96px;
  }
}
section.research .row.box_wrap .boxs .wrap .foot {
  border-top: 1px solid #262262;
  padding: 35px 0 5px 0;
}
@media (max-width: 767px) {
  section.research .row.box_wrap .boxs .wrap .foot {
    padding: 15px 0 5px 0;
  }
}
section.research .row.box_wrap .boxs .wrap .foot h3 {
  color: #262262;
  margin: 0;
  padding: 0 0 10px 0;
}
@media (max-width: 1199px) {
  section.research .row.box_wrap .boxs .wrap .foot h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
section.research .row.box_wrap .included-test {
  margin-top: 20px;
}
section.research .row.box_wrap .included-test h4 {
  text-align: center;
  margin-bottom: 20px;
}
section.research .row.box_wrap .included-test ul {
  display: flex;
  flex-wrap: wrap;
}
section.research .row.box_wrap .included-test ul li {
  width: 25%;
  background: url(../images/tick-2.svg) no-repeat left top;
  background-size: 20px;
  padding: 5px 12px 5px 35px;
  list-style: none;
  margin: 4px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4588235294);
  background-position: 0 8px;
}
@media (max-width: 991px) {
  section.research .row.box_wrap .included-test ul li {
    width: 33%;
  }
}
@media (max-width: 761px) {
  section.research .row.box_wrap .included-test ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  section.research .row.box_wrap .included-test ul li {
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
}
section.science_behind {
  background: url(../images/gradient_bg.svg);
  background-size: cover;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
section.science_behind.no-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.science_behind .science_box.two {
  max-width: 370px;
}
@media (max-width: 991px) {
  section.science_behind .science_box.two {
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  section.science_behind .science_box.pc_only {
    display: none;
  }
}
@media (max-width: 767px) {
  section.science_behind .science_box {
    margin-top: 10px;
  }
}
section.science_behind .science_box .wrap {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px 20px;
}
section.science_behind .science_box .wrap h4 {
  color: #262262;
  padding-bottom: 20px;
  border-bottom: 1px solid #262262;
  color: #603075;
  font-family: "Satoshi-Black";
  margin: 0;
}
@media (max-width: 767px) {
  section.science_behind .science_box .wrap h4 {
    text-align: center !important;
  }
}
section.science_behind .science_box .wrap ul {
  margin: 0;
  padding: 15px 0 0 0;
}
section.science_behind .science_box .wrap ul li {
  padding: 0px 0;
  min-height: 60px;
  margin: 0;
  list-style: none;
  color: #262262;
  font-size: 20px;
  font-family: "Satoshi-Black";
  display: flex;
  align-items: center;
  justify-content: center;
}
section.science_behind .science_box .wrap ul.levels li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  section.science_behind .science_box .wrap ul.levels li {
    display: block;
  }
}
section.science_behind .science_box .wrap ul.levels li span {
  background: #603075;
  color: #fff;
  min-width: 40px;
  min-height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi-Medium";
  font-size: 16px;
  border-radius: 50%;
}
@media (max-width: 1080px) {
  section.science_behind .science_box .wrap ul.levels li span {
    margin: 0 2px;
  }
}
@media (max-width: 767px) {
  section.science_behind .science_box .wrap ul.levels li span {
    align-items: flex-start;
    min-width: 32px;
    min-height: 32px;
    padding: 0px;
    margin: 0 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
section.science_behind .science_box .wrap ul.levels li span.txt {
  background: transparent;
  color: #262262;
  width: auto;
  display: none;
}
@media (max-width: 767px) {
  section.science_behind .science_box .wrap ul.levels li span.txt {
    display: block;
    margin: 15px 0 10px 0;
  }
}
section.science_behind .science_box .wrap ul.levels li span.one {
  opacity: 1;
}
section.science_behind .science_box .wrap ul.levels li span.two {
  background: #6F4482;
}
section.science_behind .science_box .wrap ul.levels li span.three {
  background: #7F5990;
}
section.science_behind .science_box .wrap ul.levels li span.four {
  background: #8F6E9E;
}
section.science_behind .science_box .wrap ul.levels li span.five {
  background: #9F82AC;
}
section.science_behind .science_box .wrap ul.levels li span.six {
  background: #AF97BA;
}
section.science_behind .science_box .wrap ul.levels li span.seven {
  background: #BFACC7;
}
section.science_behind .science_box .wrap ul.levels li span.eight {
  background: #CFC0D5;
}
section.science_behind .science_box .wrap ul.levels li span.nine {
  background: #CFC0D5;
}
section.science_behind .science_box.three .wrap {
  background: transparent;
  color: #fff;
  box-shadow: none;
}
section.science_behind .science_box.three .wrap h4 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3215686275);
}
section.science_behind .science_box.three .wrap ul.levels li {
  color: #fff;
  justify-content: flex-start !important;
  font-size: 12px;
  font-family: "Satoshi-Regular";
  align-items: flex-start;
  min-height: auto;
  padding: 0 0 5px 0;
}
section.science_behind .science_box.three .wrap ul.levels li span {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  section.science_behind .science_box.three .wrap ul.levels li {
    display: flex;
  }
}
section.research .owl-medicine {
  margin: 25px 0;
}
section.research .owl-medicine .item {
  padding: 10px 0;
}
section.research .owl-medicine .item .wrap {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px;
}
section.research .owl-medicine .item .wrap .count {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #262262;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  font-family: "Satoshi-Medium";
  padding: 6px 15px 5px;
  line-height: 12px;
}
section.research .owl-medicine .item .wrap .count span {
  display: block;
}
section.research .owl-medicine .item .wrap img {
  width: 100%;
  max-width: 208px;
  margin: 0 auto;
}
section.research .owl-medicine .item .wrap h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
  min-height: 50px;
}
section.research .owl-medicine .item .wrap h4.price {
  min-height: auto;
  margin: 10px 0;
}
section.research .owl-medicine .item .wrap p {
  font-size: 12px;
  line-height: normal;
  margin: 0;
  min-height: 50px;
}
section.specialist .specialist_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.specialist .specialist_right .wrap {
  background: #fff;
  border-radius: 25px;
  margin: 0 auto;
  max-width: 300px;
}
section.specialist .specialist_right .wrap a {
  display: block;
  padding: 5px 17px;
}
section.specialist .specialist_right .wrap h5 {
  color: #603075;
  margin: 15px 0;
}
section.specialist .specialist_right .wrap p {
  color: #262262;
  font-size: 12px;
  line-height: normal;
}
section.faq {
  padding-left: 0;
  padding-right: 0;
  background: #F5F5F5;
  color: #262262;
}
section.faq .row {
  max-width: 1400px;
  margin: 0 auto;
}
section.faq .row h2 {
  color: #262262;
}
section.faq .row h2 span {
  color: #603075;
}
section.faq .row .faq_left, section.faq .row .faq_right {
  padding: 0 25px;
}
@media (max-width: 767px) {
  section.faq .row .faq_left, section.faq .row .faq_right {
    padding: 0 15px;
  }
}
section.faq .row .faq_left .accordion-item, section.faq .row .faq_right .accordion-item {
  background: transparent;
  border: none;
}
section.faq .row .faq_left .accordion-header, section.faq .row .faq_right .accordion-header {
  padding: 0;
}
section.faq .row .faq_left button.accordion-button, section.faq .row .faq_right button.accordion-button {
  padding: 35px 0;
  background: transparent;
  border-bottom: 1px solid #262262;
  color: #262262;
  line-height: 30px;
  box-shadow: none !important;
  font-family: "Satoshi-Medium";
  font-size: 20px;
  border-radius: 0;
}
@media (max-width: 767px) {
  section.faq .row .faq_left button.accordion-button, section.faq .row .faq_right button.accordion-button {
    padding: 15px 0;
    line-height: 26px;
    font-size: 17px;
  }
}
section.faq .row .faq_left .accordion-body, section.faq .row .faq_right .accordion-body {
  padding: 25px 0;
}
section.faq .row .more_question {
  padding: 60px 0 10px 0;
}
@media (max-width: 767px) {
  section.faq .row .more_question {
    padding: 20px 0 0px 0;
  }
}
section.faq .row .more_question h4 {
  font-family: "Satoshi-Medium";
  font-size: 20px;
}
@media (max-width: 767px) {
  section.faq .row .more_question h4 {
    padding: 15px 0;
    line-height: 26px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  section.faq .row .more_question a.chat_with {
    margin-top: 0px;
  }
}
section.footer {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  section.footer {
    padding-bottom: 30px;
  }
}
section.footer .row .footer_box {
  color: #676767;
  padding: 0 35px;
}
@media (max-width: 767px) {
  section.footer .row .footer_box {
    margin-bottom: 25px;
  }
}
section.footer .row .footer_box h4 {
  font-size: 20px;
  font-family: "Satoshi-Medium";
  color: #162838;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  section.footer .row .footer_box h4 {
    margin-bottom: 20px;
  }
}
section.footer .row .footer_box .subscribe_form {
  position: relative;
  margin-bottom: 25px;
}
section.footer .row .footer_box .subscribe_form input {
  background: transparent;
  border: 1px solid #DCDCDC;
  padding: 10px 50px 10px 20px;
  border-radius: 50px;
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none;
}
section.footer .row .footer_box .subscribe_form button {
  position: absolute;
  right: 10px;
  top: 9px;
  border: none;
  background: transparent;
}
section.footer .row .footer_box .footer_logo {
  max-height: 60px;
}
section.footer .row .footer_box ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
section.footer .row .footer_box ul li a {
  letter-spacing: 0;
}
section.footer .row .footer_box ul li a:hover {
  color: #262262;
  letter-spacing: 0.5px;
}
section.footer .row .footer_box p {
  line-height: 29px;
}
@media (max-width: 575px) {
  section.footer .row .footer_box {
    text-align: center;
  }
}
section.footer .row.copyright {
  border-top: 1px solid #E0E0E0;
  margin-top: 40px;
  padding: 35px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  section.footer .row.copyright {
    padding: 25px 0 35px;
    margin-top: 0;
  }
}
section.footer .row.copyright .copyright_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  section.footer .row.copyright .copyright_left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
section.footer .row.copyright .copyright_right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  section.footer .row.copyright .copyright_right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.footer .row.copyright .copyright_right ul.social {
  text-align: right;
  margin: 0;
}
section.footer .row.copyright .copyright_right ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
section.footer .row.copyright .copyright_right ul.social li a {
  padding: 0 10px;
}
section.footer .row.copyright .copyright_right ul.social li a:hover {
  opacity: 0.5;
}
section.footer.footer2 {
  padding: 0;
}
@media (max-width: 767px) {
  section.footer.footer2 {
    padding-bottom: 30px;
  }
}
section.footer.footer2 .certificates {
  padding: 0;
}
section.footer.footer2 .certificates .certi {
  padding: 0;
}
section.footer.footer2 .certificates .certi ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  background: #fff;
}
section.footer.footer2 .certificates .certi ul li {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 765px) {
  section.footer.footer2 .certificates .certi ul li {
    margin-left: 0;
  }
}
section.footer.footer2 .certificates .certi ul li img {
  max-width: 180px;
  max-height: 100px;
  padding: 0 25px;
  width: 100%;
}
@media (max-width: 765px) {
  section.footer.footer2 .certificates .certi ul li img {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  section.footer.footer2 .certificates .certi ul li img {
    padding: 0 5px;
  }
}
section.footer.footer2 .copyright {
  margin-top: 0 !important;
}

.margin_top15 {
  margin-top: 15px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
}

/*=======Saji======*/
ul li {
  list-style: none;
}

.align-left {
  text-align: left !important;
}

section img {
  max-width: 100%;
}
section .upper {
  text-transform: uppercase;
  font-family: "Satoshi-Medium";
}
section.research.gray-bg {
  background-color: #F8F8F8;
}
section.research.gray-bg .container {
  max-width: 1440px;
}
section.banner.sml-banner {
  max-height: 500px;
  padding: 0;
}
@media (max-width: 767px) {
  section.banner.sml-banner {
    height: 400px;
  }
}
@media (max-width: 575px) {
  section.banner.sml-banner {
    height: 300px;
  }
}
section.banner.sml-banner .banner_left {
  align-items: flex-end;
  padding: 0 20px 80px;
}
@media (max-width: 991px) {
  section.banner.sml-banner .banner_left {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  section.banner.sml-banner .banner_left {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  section.banner.sml-banner .banner_left {
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  section.banner.sml-banner .banner_left h3 {
    margin-bottom: 10px;
  }
}
section.banner video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.what-peptides .left .inner {
  padding: 25px 50px 25px 0;
  border-right: 1px solid #262262;
}
@media (max-width: 991px) {
  section.what-peptides .left .inner {
    padding-right: 0;
    border-right: none;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  section.what-peptides .left .inner {
    padding-bottom: 0;
  }
}
section.what-peptides .left .inner h2 {
  color: #603075;
}
section.what-peptides .right {
  display: flex;
  align-items: center;
}
section.what-peptides .right .inner {
  padding-left: 50px;
}
@media (max-width: 991px) {
  section.what-peptides .right .inner {
    padding-left: 0;
  }
}
section.what-peptides .right .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
section.what-peptides .right .inner ul li {
  width: 50%;
  padding: 30px 12px;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  section.what-peptides .right .inner ul li {
    padding: 12px 12px;
  }
}
@media (max-width: 572px) {
  section.what-peptides .right .inner ul li {
    width: 100%;
  }
}
section.what-peptides .right .inner ul li:last-child {
  padding-bottom: 0;
}
section.what-peptides .right .inner ul li:nth-last-of-type(2) {
  padding-bottom: 0;
}
section.what-peptides .right .inner ul li img {
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  section.what-peptides .right .inner ul li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  section.what-peptides .right .inner ul li img {
    width: 40px;
    height: 40px;
  }
}
section.what-peptides .right .inner ul li h5 {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 19px;
}
@media (max-width: 575px) {
  section.what-peptides .right .inner ul li h5 {
    font-size: 16px;
  }
}
section.safe .left .inner h2 {
  color: #603075;
}
section.safe .left .inner ul li {
  background: url(../images/tick-2.svg) no-repeat left top;
  padding: 15px 15px 15px 39px;
  list-style: none;
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4588235294);
  background-position: 0 16px;
  background-size: 25px;
}
@media (max-width: 991px) {
  section.safe .left .inner ul li {
    font-size: 18px;
    background-size: 25px;
    padding: 10px 15px 10px 45px;
  }
}
@media (max-width: 767px) {
  section.safe .left .inner ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
section.safe .right {
  display: flex;
  justify-content: flex-end;
}
section.safe .right .inner {
  border-radius: 30px;
  overflow: hidden;
}
section.safe .right .inner img {
  border-radius: 30px;
}
section.safe .bottom {
  margin-top: 30px;
  text-align: center;
}
section.safe .bottom p {
  text-transform: uppercase;
  margin-bottom: 0;
}
section.program {
  background: url(../images/gradient_bg-2.svg) center no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
}
section.program::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  section.program::after {
    height: 240px;
  }
}
@media (max-width: 575px) {
  section.program::after {
    display: none;
  }
}
section.program .head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  section.program .head {
    margin-bottom: 0;
  }
}
section.program ul {
  display: flex;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  section.program ul {
    flex-wrap: wrap;
  }
}
section.program ul li {
  width: 100%;
  text-align: center;
  padding: 0 12px;
  margin: 0;
}
@media (max-width: 575px) {
  section.program ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.program ul li:nth-of-type(2n) {
    display: none;
  }
}
section.program ul li .icon {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  section.program ul li .icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  section.program ul li .icon {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  section.program ul li .icon {
    margin: 25px auto 15px;
  }
}
@media (max-width: 1199px) {
  section.program ul li .icon img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  section.program ul li .icon img {
    width: 50px;
    height: 50px;
  }
}
section.program ul li .arrow {
  margin-top: 65px;
}
section.program ul li .arrow img {
  transform: scaleX(-1) rotate(25deg);
  width: 50px;
}
section.program ul li h6 {
  color: #262262;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  section.program ul li h6 {
    color: #fff;
  }
}
section.protocol .head {
  text-align: center;
}
section.protocol .head h2 span {
  color: #603075;
}
section.protocol .protocol-row .protocol-wrap {
  margin-bottom: 50px;
  background: #fff;
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap {
    margin-bottom: 30px;
  }
}
section.protocol .protocol-row .protocol-wrap:last-child {
  margin-bottom: 0;
}
section.protocol .protocol-row .protocol-wrap .protocol-box {
  display: flex;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box {
    border-radius: 10px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box .left {
  width: 300px;
  padding-left: 30px;
  background: url(../images/dna.gif) left bottom no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1199px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .left {
    width: 290px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .left {
    display: none;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box .left img {
  height: 100%;
  width: auto;
  transform: scaleX(-1) rotate(180deg);
  display: none;
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right {
  padding: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right {
    padding: 25px 25px 25px 0;
  }
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right {
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right {
    padding: 25px 15px;
  }
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right .row {
    flex-direction: column-reverse;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right h2 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #262262;
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right h2 {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right h2 span {
  color: #603075;
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .text-wrap {
  display: flex;
  align-items: flex-start;
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .text-wrap .inner {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right .text-wrap .inner {
    padding-right: 0;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .text-wrap .inner p:last-child {
  margin-bottom: 0;
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .text-wrap .inner p span {
  color: #603075;
  font-family: "Satoshi-Black";
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .inner {
  padding-left: 0px;
}
@media (max-width: 1199px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right .inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right .inner h5 {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box .right .inner img {
  max-height: 220px;
}
@media (max-width: 766px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box .right .inner img {
    max-height: 220px;
    padding: 25px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer {
  padding: 50px;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer {
    padding: 30px 15px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer h2 {
  line-height: 50px;
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer h2 {
    line-height: 25px;
    padding: 0 0 12px 0;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer h5 {
  color: #603075;
  padding: 0 0 25px 0;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer h5 {
    padding: 0 0 0px 0;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .top_wrap .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .top_wrap .img-wrap .inner {
    text-align: center;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .top_wrap .img-wrap .inner img {
  max-height: 190px;
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .top_wrap .img-wrap .inner img {
    margin: 0 auto;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  outline: none;
  box-shadow: none;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-header {
  padding: 0;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-header .accordion-button {
  box-shadow: none !important;
  background: #fff !important;
  padding: 15px 0;
  font-size: 25px;
  color: #603075;
  font-family: "Satoshi-Medium";
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    font-family: "Satoshi-Black";
    color: #262262;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse {
  border-radius: 25px;
  padding: 10px !important;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse {
    box-shadow: inset 1px 14px 10px 0px rgba(0, 0, 0, 0.0274509804);
    padding: 10px 0 !important;
    border-radius: 0px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body {
  padding: 5px 0 25px 0;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body .benefits {
  padding: 0;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body .benefits .benefit-box {
  padding: 0 10px;
  margin: 0;
}
@media (max-width: 991px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body .benefits .benefit-box {
    margin-bottom: 20px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body .protocol .bpc-row {
  margin-bottom: 0px;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body .bpc-row .bpc-text .inner {
  padding-left: 0px;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body .protocol-box {
  box-shadow: none;
  border: 1px solid #ddd;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section {
  padding: 25px 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section {
    border-radius: 10px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section.combine .head {
  padding: 25px;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section .benefit-box .inner {
  box-shadow: none;
  border: 1px solid #ddd;
  padding: 25px;
}
@media (max-width: 767px) {
  section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section .benefit-box .inner {
    padding: 15px 15px;
    border-radius: 10px;
  }
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section .benefit-box .inner ul li {
  padding-left: 22px;
  margin-bottom: 10px;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section .benefit-box .inner ul li::before {
  width: 10px;
  height: 10px;
  background-size: 10px;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section .benefit-box.flex ul li {
  padding: 6px 12px 12px 19px;
}
section.protocol .protocol-row .protocol-wrap .protocol-box.outer .protocols_collapsible.faq_outer .faq_left .accordion-item .accordion-collapse .accordion-body section .benefit-list .row .list .inner {
  border-bottom: 1px solid #dddddd !important;
}
section.protocol .protocol-row .protocol-wrap:nth-child(2n) .protocol-box .left {
  background: url(../images/dna2.gif) left bottom no-repeat;
  background-size: auto 100%;
}
section.protocol .protocol-row:nth-of-type(2n) .protocol-box .left img {
  transform: none;
}
section.protocol .bpc-row {
  margin-bottom: 50px;
}
section.protocol .bpc-row .bpc-img .inner {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  section.protocol .bpc-row .bpc-img .inner {
    padding-right: 0;
  }
  section.protocol .bpc-row .bpc-img .inner img {
    max-width: 240px;
    padding: 25px;
  }
}
section.protocol .bpc-row .bpc-text {
  display: flex;
  align-items: center;
}
section.protocol .bpc-row .bpc-text .inner {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  section.protocol .bpc-row .bpc-text .inner {
    padding-left: 0;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  section.protocol .bpc-row .bpc-text .inner p {
    text-align: center;
  }
  section.protocol .bpc-row .bpc-text .inner .mob_max-w-mob {
    max-width: 351px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section.protocol .bpc-row .bpc-text .inner h5 {
    text-align: center;
  }
}
section.combine {
  position: relative;
}
section.combine::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(38, 34, 98);
  background: linear-gradient(180deg, rgb(38, 34, 98) 0%, rgb(96, 48, 117) 100%);
}
section.combine .container {
  position: relative;
  z-index: 1;
}
section.combine .container .head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.combine .container .head {
    margin-bottom: 0;
  }
}
section.combine .container .head h3 {
  color: #fff;
}
section.combine .container .head p {
  color: #fff;
}
section.combine .container .head p span {
  font-family: "Satoshi-Black";
}
section.combine .container .table-wrap .inner {
  padding: 40px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199px) {
  section.combine .container .table-wrap .inner {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  section.combine .container .table-wrap .inner {
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
  }
}
@media (max-width: 575px) {
  section.combine .container .table-wrap .inner {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  section.combine .container .table-wrap .inner:-webkit-scrollbar {
    display: none;
  }
}
section.combine .container .table-wrap .inner table {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.combine .container .table-wrap .inner table {
    font-size: 13px;
    line-height: 18px;
  }
}
section.combine .container .table-wrap .inner table > :not(caption) > * > * {
  color: #262262;
}
section.combine .container .table-wrap .inner table thead tr {
  border-top: none;
}
section.combine .container .table-wrap .inner table thead tr th {
  border-left: none;
  padding: 25px;
  font-family: "Satoshi-Black";
  font-weight: normal;
  text-transform: uppercase;
  line-height: 24px;
}
@media (max-width: 1199px) {
  section.combine .container .table-wrap .inner table thead tr th {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  section.combine .container .table-wrap .inner table thead tr th {
    line-height: 18px;
    padding: 10px;
  }
}
section.combine .container .table-wrap .inner table thead tr th:last-child {
  border-right: none;
}
section.combine .container .table-wrap .inner table tbody tr:last-child {
  border-bottom: none;
}
section.combine .container .table-wrap .inner table tbody tr th {
  border-left: none;
  padding: 25px;
  color: #603075;
  font-family: "Satoshi-Black";
  font-weight: normal;
}
@media (max-width: 1199px) {
  section.combine .container .table-wrap .inner table tbody tr th {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  section.combine .container .table-wrap .inner table tbody tr th {
    padding: 10px;
  }
}
section.combine .container .table-wrap .inner table tbody tr td {
  padding: 25px;
}
@media (max-width: 1199px) {
  section.combine .container .table-wrap .inner table tbody tr td {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  section.combine .container .table-wrap .inner table tbody tr td {
    padding: 10px;
  }
}
section.combine .container .table-wrap .inner table tbody tr td:last-child {
  border-right: none;
}
section.combine .container .table-wrap .bottom {
  margin-top: 30px;
  text-align: center;
}
section.combine .container .table-wrap .bottom p span {
  font-family: "Satoshi-Medium";
}
section.combine .container .table-wrap .bottom p:last-child {
  margin-bottom: 0;
}
section.benefits .head {
  text-align: center;
}
section.benefits .head h6 {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
section.benefits .head h3 {
  color: #603075;
  margin-bottom: 20px;
}
section.benefits .box-row {
  margin: 0 -20px;
}
@media (max-width: 767px) {
  section.benefits .box-row {
    margin: 0 -12px;
  }
}
section.benefits .box-row .benefit-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  section.benefits .box-row .benefit-box {
    margin-top: 20px;
  }
}
section.benefits .box-row .benefit-box .inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 50px 35px 50px;
  box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.08);
  height: 100%;
}
@media (max-width: 1199px) {
  section.benefits .box-row .benefit-box .inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  section.benefits .box-row .benefit-box .inner {
    padding: 20px;
  }
}
section.benefits .box-row .benefit-box .inner h4 {
  text-align: center;
  margin-bottom: 20px;
  color: #262262;
}
@media (max-width: 767px) {
  section.benefits .box-row .benefit-box .inner h4 {
    margin-bottom: 15px;
  }
}
section.benefits .box-row .benefit-box .inner ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  section.benefits .box-row .benefit-box .inner ul li {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  section.benefits .box-row .benefit-box .inner ul li {
    margin-bottom: 15px;
  }
}
section.benefits .box-row .benefit-box .inner ul li:last-child {
  margin-bottom: 0;
}
section.benefits .box-row .benefit-box .inner ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/li.svg) no-repeat center;
  background-size: 15px;
}
@media (max-width: 575px) {
  section.benefits .box-row .benefit-box .inner ul li::before {
    background-size: 15px;
    top: 3px;
  }
}
section.benefits .box-row .benefit-box.flex ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
section.benefits .box-row .benefit-box.flex ul li {
  width: 33.333%;
  padding: 12px 12px 12px 32px;
  margin: 0;
}
@media (max-width: 991px) {
  section.benefits .box-row .benefit-box.flex ul li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  section.benefits .box-row .benefit-box.flex ul li {
    width: 100%;
    padding: 5px 10px 5px 30px;
  }
}
section.benefits .box-row .benefit-box.flex ul li::before {
  top: 16px;
}
section.benefits .box-row .benefit-list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  section.benefits .box-row .benefit-list {
    margin-top: 20px;
  }
}
section.benefits .box-row .benefit-list .row {
  margin: 0 -25px;
}
section.benefits .box-row .benefit-list .row .list {
  padding: 0 25px;
}
section.benefits .box-row .benefit-list .row .list .inner {
  height: 100%;
  background: url(../images/hash-tick.svg) no-repeat left top;
  background-size: 35px;
  padding: 25px 15px 25px 55px;
  font-size: 18px;
  font-family: "Satoshi-Medium";
  border-bottom: 1px solid #262262;
  background-position: 0 20px;
}
@media (max-width: 991px) {
  section.benefits .box-row .benefit-list .row .list .inner {
    font-size: 17px;
    padding: 20px 15px 20px 55px;
  }
}
@media (max-width: 575px) {
  section.benefits .box-row .benefit-list .row .list .inner {
    font-size: 16px;
    background-size: 25px;
    padding: 12px 12px 12px 40px;
    background-position: 0 12px;
  }
}
section.use-it {
  background: rgb(38, 34, 98);
  background: linear-gradient(180deg, rgb(38, 34, 98) 0%, rgb(96, 48, 117) 100%);
  padding: 60px 0 50px 0;
}
@media (max-width: 767px) {
  section.use-it {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  section.use-it div#user, section.use-it div#user2 {
    max-width: 150px;
    margin: 0 auto;
  }
}
section.use-it .right {
  display: flex;
  align-items: center;
}
section.use-it .right p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
}
section.use-it .right .inner {
  padding-left: 50px;
}
section.use-it .right .inner.full_width {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  section.use-it .right .inner {
    padding-left: 0;
    text-align: center;
  }
}
section.use-it .right .inner h2 {
  color: #fff;
  padding: 0 0 15px 0;
}
@media (max-width: 767px) {
  section.use-it .right .inner h2 {
    text-align: center;
  }
}
section.use-it .right .inner h4, section.use-it .right .inner h5 {
  color: #fff;
  font-family: "Satoshi-Light";
}
@media (max-width: 767px) {
  section.use-it .right .inner h4, section.use-it .right .inner h5 {
    text-align: center;
  }
}
section.use-it .right .inner h4 span, section.use-it .right .inner h5 span {
  color: #fff;
  font-family: "Satoshi-Medium";
}
@media (max-width: 767px) {
  section.use-it .right .inner h4 br, section.use-it .right .inner h5 br {
    display: none;
  }
}
section.side-effects {
  padding-bottom: 15px;
}
section.side-effects .head {
  text-align: center;
}
section.side-effects .head h3 {
  color: #603075;
}
@media (max-width: 767px) {
  section.side-effects .head h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  section.side-effects .head p {
    max-width: 70%;
    margin: 0 auto 12px;
  }
}
section.side-effects ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}
section.side-effects ul li {
  width: 20%;
  margin: 24px 0 0;
  padding: 0 12px;
}
@media (max-width: 991px) {
  section.side-effects ul li {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  section.side-effects ul li {
    width: 50%;
  }
}
section.side-effects ul li .inner {
  height: 100%;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
section.side-effects ul li .inner .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}
section.side-effects ul li .inner h6 {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  section.side-effects ul li .inner h6 {
    font-size: 16px;
  }
}
section.side-effects ul li .inner h6.disable {
  color: #E0E0E0;
}
section.side-effects .side-effect-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.side-effects .side-effect-box .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  section.side-effects .side-effect-box .inner {
    flex-direction: column;
  }
}
section.side-effects .side-effect-box .inner #last {
  width: 200px;
  height: 200px;
  margin-right: 20px;
}
section.side-effects .side-effect-box .inner div {
  text-align: center;
}
section.side-effects .side-effect-box .inner div h3 {
  color: #603075;
}
section.side-effects .side-effect-box .inner div p {
  margin-bottom: 0;
}
section.protocol_sticky_nav {
  position: sticky;
  top: 80px;
  padding: 15px 0 15px 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  z-index: 3;
  border-bottom: 1px solid #ebebeb;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
@media (max-width: 767px) {
  section.protocol_sticky_nav {
    padding: 0;
  }
}
@media (max-width: 400px) {
  section.protocol_sticky_nav {
    border-bottom: 1px solid #262262;
    padding: 0;
  }
}
section.protocol_sticky_nav ul.nav_sticky {
  margin: 15px 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 767px) {
  section.protocol_sticky_nav ul.nav_sticky {
    margin: 0px 0;
  }
}
@media (max-width: 400px) {
  section.protocol_sticky_nav ul.nav_sticky {
    justify-content: center;
    background: #19124d;
    color: #fff;
  }
}
section.protocol_sticky_nav ul.nav_sticky li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 31%;
}
@media (max-width: 767px) {
  section.protocol_sticky_nav ul.nav_sticky li {
    height: 100%;
  }
}
@media (max-width: 400px) {
  section.protocol_sticky_nav ul.nav_sticky li {
    width: 33.33%;
  }
  section.protocol_sticky_nav ul.nav_sticky li:nth-child(2) a {
    border-left: 1px solid #3c357a;
    border-right: 1px solid #3c357a;
  }
}
section.protocol_sticky_nav ul.nav_sticky li a {
  display: block;
  padding: 15px;
  border: 1px solid #262262;
  border-radius: 35px;
  font-size: 20px;
  text-align: center;
  font-family: "Satoshi-Medium";
}
@media (max-width: 1200px) {
  section.protocol_sticky_nav ul.nav_sticky li a {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  section.protocol_sticky_nav ul.nav_sticky li a {
    line-height: 16px;
    font-size: 13px;
    padding: 10px 3px 10px 3px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px solid #262262;
    border-bottom: 1px solid #262262;
    border-radius: 0;
  }
}
@media (max-width: 400px) {
  section.protocol_sticky_nav ul.nav_sticky li a {
    line-height: 13px;
    font-size: 12px;
    padding: 10px 4px 10px 4px;
    height: 100%;
    border-bottom: 0;
    border-radius: 0;
  }
}
section.protocol_sticky_nav ul.nav_sticky li a:hover, section.protocol_sticky_nav ul.nav_sticky li a:focus {
  background: #262262;
  color: #fff;
}
section.protocol_sticky_nav.fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.0705882353);
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 400px) {
  section.protocol_sticky_nav.fixed {
    padding: 0;
  }
}
section.protocol_sticky_nav.fixed ul.nav_sticky {
  margin: 5px 0;
}
@media (max-width: 400px) {
  section.protocol_sticky_nav.fixed ul.nav_sticky {
    margin: 0;
  }
}
@media (max-width: 767px) {
  section.protocol_sticky_nav.fixed ul.nav_sticky li {
    height: 100%;
  }
}
section.protocol_sticky_nav.fixed ul.nav_sticky li a {
  padding: 8px 5px;
  font-size: 18px;
  height: 100%;
}
@media (max-width: 1300px) {
  section.protocol_sticky_nav.fixed ul.nav_sticky li a {
    padding: 5px 5px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  section.protocol_sticky_nav.fixed ul.nav_sticky li a {
    line-height: 16px;
    font-size: 13px;
    padding: 10px 3px 10px 3px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  section.protocol_sticky_nav.fixed ul.nav_sticky li a {
    line-height: 13px;
    font-size: 12px;
    padding: 10px 4px 10px 4px;
    height: 100%;
  }
}

.link_to_section {
  position: relative;
  top: -200px;
}
@media (max-width: 767px) {
  .link_to_section {
    top: -180px;
  }
}

.owl-carousel.owl-protocols .owl-dots {
  display: none;
}
.owl-carousel.owl-protocols .owl-stage {
  display: inline-flex;
}
.owl-carousel.owl-protocols .owl-stage .item {
  height: 100%;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .owl-carousel.owl-protocols .owl-stage .item {
    height: auto;
  }
}
.owl-carousel.owl-protocols .owl-stage .item .col-12.boxs {
  height: 100%;
}
@media (max-width: 600px) {
  .owl-carousel.owl-protocols .owl-stage .item .col-12.boxs {
    height: auto;
  }
}
.owl-carousel.owl-protocols .owl-nav.disabled {
  display: block !important;
  position: absolute;
  top: 40%;
  flex-direction: row;
  left: 5px;
  right: 5px;
  justify-content: space-between;
  display: none !important;
}
@media (max-width: 1100px) {
  .owl-carousel.owl-protocols .owl-nav.disabled {
    display: flex !important;
  }
}
.owl-carousel.owl-protocols .owl-nav.disabled button.owl-next, .owl-carousel.owl-protocols .owl-nav.disabled button.owl-prev {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1490196078);
  opacity: 1;
  font-size: 20px;
}

.modal .modal-dialog {
  transform: none;
  width: 100%;
  max-width: 1450px;
}
@media (max-width: 1200px) {
  .modal .modal-dialog {
    margin: 0;
  }
}
.modal .modal-dialog .modal-content {
  color: #262262;
  width: calc(100% - 50px);
  position: relative;
  border-radius: 110px 20px;
  margin: 25px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    border-radius: 50px 10px;
  }
}
.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 50%;
  color: #000;
  z-index: 9999;
  opacity: 0.2;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.modal .modal-dialog .modal-content .btn-close:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_img {
  background: url(../images/z_only.svg) left bottom no-repeat;
  background-size: 250px;
  background-position: 30px 40px;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_img {
    background-size: auto 80%;
    background-position: 30% 40px;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_img {
    background-size: auto 40%;
  }
}
.modal .modal-dialog .modal-content .modal-body .row .doc_img img {
  width: 100%;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_img img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_img img {
    max-width: 200px;
  }
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap {
  padding: 25px 30px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap {
    padding: 25px 20px;
  }
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr {
  padding: 0px 15px 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr h5 {
  font-size: 30px;
  color: #262262;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr h5 {
    font-size: 25px;
  }
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr p.pos {
  font-size: 20px;
  color: #603075;
  font-family: "Satoshi-Black";
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr p.pos {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr p.pos {
    font-size: 18px;
  }
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr p.des {
  font-size: 18px;
  color: #8d8d8d;
  margin: 0 0 5px 0;
  font-family: "Satoshi-Medium";
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social {
  position: absolute;
  right: 0px;
  top: -10px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social {
    top: -70px;
  }
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social li {
  list-style: none;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social li a {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  padding: 12px;
  line-height: 0;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social li a:hover {
  background: #0077b5;
  border: 1px solid #0077b5;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social li a:hover img {
  filter: invert(61%) sepia(100%) saturate(2396%) hue-rotate(-175deg) brightness(438%) contrast(119);
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .headerr .social li a img {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .row .doc_text .wrap .bdy p {
  margin-bottom: 15px;
}

.padding_top_60 {
  padding-top: 60px;
}
@media (max-width: 400px) {
  .padding_top_60 {
    padding-top: 40px;
  }
}

.no-pad_bottom {
  padding-bottom: 0;
}

.pad_top_18 {
  padding-top: 18px;
}

.no-margin_bottom {
  margin-bottom: 0 !important;
}

.normal_list {
  display: block !important;
  margin: 0 !important;
}
.normal_list li {
  width: 100% !important;
  background: url(../images/tick-2.svg) no-repeat left top;
  background-size: 20px;
  padding: 4px 12px 5px 30px !important;
  list-style: none;
  margin: 4px 0 !important;
  font-size: 16px;
  background-position: 0 8px;
  margin: 0 !important;
}
.normal_list li ul {
  margin-left: 1px !important;
  margin-top: 10px;
}
.normal_list li ul li {
  background-size: 15px;
  padding: 4px 12px 5px 25px !important;
}

.no-padding {
  padding: 0 !important;
}

.half_width2 {
  max-width: 1200px;
  margin: 0 auto;
}

.no-padding_top {
  padding-top: 10px !important;
}

.no-padding_bottom {
  padding-bottom: 10px !important;
}

section.protocol .bpc-row .bpc-img .inner img {
  max-height: 250px;
}

.right_align_img {
  text-align: right !important;
}
@media (max-width: 767px) {
  .right_align_img {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  ul.normal_list.mob_max-w-mob {
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none;
    text-align: center;
    display: block !important;
  }
  ul.normal_list.mob_max-w-mob li {
    width: auto !important;
    display: inline-block;
  }
}

/* Certificates And Manual Page Css */ 

.certificates-and-manuals .certificates-and-manuals-wrapper {
	max-width: 70%;
    margin: 0 auto; 
}

.certificates-and-manuals .row{
	margin-bottom:-15px;
	margin-left:-15px;
}

.certificates-and-manuals .item{
	border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 40px 20px;
	margin-left:15px;
	margin-bottom:15px;
}

.certificates-and-manuals .item h4 {
	font-size: 16px;
    margin: 20px 0;
    font-family: 'Satoshi-Black';
    font-weight: 900;
}

.certificates-and-manuals .col-12  .buttons  {
	font-size: 22px;
    height: auto;
    padding: 18px 20px;
    border-radius: 50px;
	margin-top:50px;
}

@media(max-width:991px){
	.certificates-and-manuals .certificates-and-manuals-wrapper{
		max-width: 90%;
	}
}

@media(max-width:767px){
	.certificates-and-manuals .certificates-and-manuals-wrapper{
		max-width:100%;
	}
	.certificates-and-manuals .col-12 .buttons{
		font-size: 16px; 
		padding: 10px 15px;  
	}
}

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