@font-face {
  font-family: "Neue Haas Unica W05 ExtraBlack";
  src: url("../fonts/5318726/41f863dd-cf57-4fdf-afbd-25d7c262812a.woff2") format("woff2"), url("../fonts/5318726/944f0e34-c19a-48ed-8ab4-72454894a1b5.woff") format("woff");
}

@font-face {
  font-family: "Neue Haas Unica W05 Medium";
  src: url("../fonts/6332105/16eece37-9438-4888-8270-f6e32bc95fad.woff2") format("woff2"), url("../fonts/6332105/350510f1-26b1-40db-baec-ea8383c2d305.woff") format("woff");
}

@font-face {
  font-family: "Neue Haas Unica W05 Regular";
  src: url("../fonts/6332110/f4a62fcc-63a7-4827-abec-427e517006a9.woff2") format("woff2"), url("../fonts/6332110/464e5d82-fc54-433f-80bf-ec801c155381.woff") format("woff");
}

@font-face {
  font-family: "Neue Haas Unica W05 Bold";
  src: url("../fonts/6332175/657fbc06-c040-4abf-b935-841e51f6775a.woff2") format("woff2"), url("../fonts/6332175/a206dee6-031c-40e6-8064-31991ec348cd.woff") format("woff");
}

.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn-text {
  display: inline-block;
  margin: 0;
  font-size: .7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #f3f3f3;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #f3f3f3;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-text:hover polygon {
  fill: #f3f3f3;
}

.btn-text span {
  margin-right: .5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #f3f3f3;
  -webkit-transition: fill .4s;
  transition: fill .4s;
}

.btn-border {
  border: solid 1px #579c0d;
  background-color: transparent;
  color: #a2c015;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #a2c015;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #a2c015;
}

.btn-border polygon {
  fill: #a2c015;
}

.btn-md {
  padding: 8px 50px;
}

.btn-round {
  border-radius: 75px;
}

.btn-green {
  color: #fff;
  border-radius: 50px;
  background: #a2c015;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#a2c015), to(#579c0d));
  background-image: linear-gradient(to right, #a2c015, #579c0d);
}

.btn-green:hover {
  background-image: none;
  background-color: #579c0d;
}

.btn-white1 {
  color: #000;
  background: #fff;
  font-weight: 700;
  line-height: 2.5;
}

.btn-shadow {
  -webkit-box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 14px 6px rgba(0, 0, 0, 0.3);
}

.btn-shadow2 {
  -webkit-box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 2px 6px 14px 6px rgba(0, 0, 0, 0.18);
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #a2c015;
  border: solid 1px #a2c015;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #a2c015;
}

.btn-white polygon {
  fill: #a2c015;
}

a:hover, a:focus, button:focus {
  text-decoration: none !important;
  outline: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, button {
  font-family: 'Neue Haas Unica W05 Medium';
}

p {
  font-size: 1rem;
  line-height: 23px;
}

body {
  font-family: 'Neue Haas Unica W05 Regular';
  background-color: #141416;
}

.block-header {
  width: 100%;
  height: auto;
  z-index: 99999;
  top: 0;
  padding: 14px 12%;
  position: relative;
  background-color: #141416;
  -webkit-transition: .5s ease-in all;
  transition: .5s ease-in all;
}

@media (max-width: 576px) {
  .block-header {
    padding: 14px 25px;
  }
}

.block-header .logo-block {
  margin: 10px 0 5px 0;
  display: block;
}

.block-header .logo-block img {
  width: 200px;
}

.block-header .nav-block {
  margin: 20px 0 0;
  display: none;
}

@media (min-width: 992px) {
  .block-header .nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-header .nav-block li {
  padding: 0 20px;
}

.block-header .nav-block li a {
  color: #fff;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 13px;
  position: relative;
  -webkit-transition: .5s all;
  transition: .5s all;
  text-transform: uppercase;
  letter-spacing: .08rem;
  font-family: 'Neue Haas Unica W05 Regular';
}

.block-header .nav-block li a:hover {
  color: #4449ff;
}

.link-efx {
  position: relative;
}

.link-efx a::after {
  position: absolute;
  top: 100%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.link-efx a:hover::after,
.link-efx a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0px;
}

.dropdown-item {
  font-size: 13px;
}

.sideMenu {
  background-color: #579c0d;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  -webkit-transition: right .4s ease-in-out;
  transition: right .4s ease-in-out;
  width: 260px;
  z-index: 9001;
}

.sideMenu ul li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 15px;
}

.toggler-block {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}

@media (min-width: 992px) {
  .toggler-block {
    display: none;
  }
}

.toggler-block button {
  background-color: transparent;
  border: 0;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.block-header .container {
  position: relative;
}

.js-menu.active span {
  background-color: #fff;
}

.js-menu.active span:nth-child(2) {
  opacity: 0;
}

.js-menu.active span:first-child {
  top: 0.438em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-menu.active span:last-child {
  top: -0.313em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: .250em;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.js-menu span:last-child {
  margin-bottom: 0;
}

.home-banner {
  position: relative;
  height: 100vh;
  background: #babcb9;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home-banner {
    height: 950px;
  }
}

@media (max-width: 768px) {
  .home-banner {
    height: 750px;
  }
}

.consult-banner {
  background-image: url("../images/banner-pic2.jpg");
}

@media (max-width: 576px) {
  .consult-banner {
    background-image: url("../images/banner-pic2_mob.jpg");
    background-position: top right;
  }
}

.lftSection {
  width: 40%;
  height: 100%;
  float: left;
  display: block;
  position: relative;
  padding-left: 12%;
}

@media (max-width: 991px) {
  .lftSection {
    width: 100%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 0;
  }
}

.rgtSection {
  width: 60%;
  height: 100%;
  float: left;
}

@media (max-width: 991px) {
  .rgtSection {
    width: 100%;
    height: auto;
  }
}

.rgtSection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

@media (max-width: 991px) {
  .rgtSection img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.bg-wrapper {
  position: relative;
  width: 100%;
  z-index: -1;
}

.bg-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.banner-titles {
  width: 100%;
  position: relative;
  top: 22%;
  left: 0;
}

.banner-titles .smlTxt {
  line-height: 18px;
  font-family: 'Neue Haas Unica W05 Regular';
}

@media (max-width: 1025px) {
  .banner-titles {
    top: 10%;
  }
}

@media (max-width: 991px) {
  .banner-titles {
    width: 80%;
    top: 20%;
    left: 10%;
  }
}

@media (max-width: 576px) {
  .banner-titles {
    top: 28%;
  }
}

.banner-titles h1 {
  font-size: 2.8rem;
  font-family: 'Neue Haas Unica W05 Medium';
  color: #fff;
  white-space: normal;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .banner-titles h1 {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .banner-titles h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .banner-titles h1 {
    font-size: 1.8rem;
  }
}

.banner-titles h2 {
  font-weight: 700;
  color: #2b2b2d;
  line-height: 35px;
}

@media (max-width: 991px) {
  .banner-titles h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .banner-titles h2 {
    font-size: 1.5rem;
  }
}

.banner-titles p {
  font-weight: 500;
  margin: 15px 0;
  color: #2b2b2d;
  font-family: 'Neue Haas Unica W05 Bold';
}

.btn-demo, .btn-feature {
  padding: 8px 30px;
  margin: 10px 0 0;
  display: inline-block;
  letter-spacing: .08rem;
}

.btn-demo {
  border: 2px solid #23bb6e;
  color: #23bb6e;
}

.btn-feature2 {
  color: #12796a !important;
  border: 0px solid #71f0b3 !important;
  background-color: #71f0b3 !important;
  font-weight: 500 !important;
}

.btn-feature {
  color: #fff;
  border: 2px solid #444df5;
  background-color: #444df5;
  border-radius: 30px;
}

.greytxt {
  color: #79797c !important;
}

.smlTxt {
  font-size: 13px;
}

.footer-block {
  background-color: #232324;
}

.footer-block .footer-main {
  padding: 40px 12% 30px;
}

@media (max-width: 576px) {
  .footer-block .footer-main {
    padding: 30px 20px;
  }
}

.footer-block .footer-main h2 {
  font-family: 'Neue Haas Unica W05 Regular';
}

.footer-block .footer-main h4 {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.footer-block .footer-main p {
  color: #fff;
}

@media (max-width: 576px) {
  .footer-block .footer-main h1 {
    font-size: 22px;
  }
}

.footer-block .copyrights {
  background-color: #141416;
  padding: 10px 12%;
}

@media (max-width: 576px) {
  .footer-block .copyrights {
    padding: 10px 12px;
  }
}

.footer-block .copyrights p {
  color: #969696;
}

.social-icons p {
  margin: 20px 0 0;
}

.social-icons ul {
  margin-left: -10px;
}

.social-icons li {
  float: left;
}

.social-icons li a {
  padding: 5px 12px !important;
}

.social-icons li a i {
  color: #dddddd;
  font-size: 1.4rem;
}

.aboutSection {
  background-color: #141416;
  padding: 6% 10%;
  position: relative;
}

.aboutSection h1, .aboutSection h3, .aboutSection h5 {
  font-family: 'Neue Haas Unica W05 Medium';
}

.aboutSection p.greytxt {
  font-family: 'Neue Haas Unica W05 Medium';
}

.aboutSection h5 {
  line-height: 30px;
}

.aboutSection .xyonTxt {
  margin: 25% 0 5% 10%;
  width: 450px;
  display: block;
}

@media (max-width: 991px) {
  .aboutSection .xyonTxt {
    margin: 12% 0 5% 0;
    width: 100%;
  }
}

.aboutSection h1, .aboutSection h3, .aboutSection h5, .aboutSection .xyonWrap {
  z-index: 99;
  position: relative;
}

.aboutSection .xyonWrap {
  position: relative;
  overflow: hidden;
}

.aboutSection .vBg {
  position: absolute;
  left: 20%;
  width: 60%;
  bottom: 130px;
  z-index: 0;
}

@media (max-width: 576px) {
  .aboutSection .vBg {
    left: 5%;
    width: 90%;
    bottom: inherit;
    top: 50%;
  }
}

.aboutHead {
  text-align: center;
}

.aboutHead h3 {
  margin: 25px 0;
  font-family: 'Neue Haas Unica W05 Medium';
}

.logoIcon {
  width: 100%;
  position: relative;
}

.logoIcon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  height: 2px;
  background-color: #3f3f42;
}

.logoIcon .lIcons {
  width: 110px;
  background-color: #141416;
  z-index: 9999;
  position: relative;
  border: 12px solid #141416;
}

.syloxysSection {
  background-color: #141416;
  padding: 10% 10%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .syloxysSection {
    padding: 30% 10% 10%;
  }
}

.syloxysSection .darkBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}

.syloxysList {
  margin: 20px 0;
  border-top: 1px solid #b2abab;
  border-bottom: 1px  solid #ccc;
  padding: 25px 0;
}

.syloxysList li {
  color: #fff;
  display: block;
  background-image: url(../images/add-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25px;
  padding: 10px 10px 10px 50px;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
}

.humanBody {
  position: relative;
}

.humanBody .hvector1, .humanBody .hvector2 {
  width: 100%;
}

.testimonialBlock {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #141416;
}

.testimonialBlock p {
  line-height: 22px;
}

.testimonialBlock .esignPic {
  width: 220px;
}

.bdrLft {
  border-left: 1px solid #7b7b84;
}

.footer-menus li {
  display: block;
  float: left;
  white-space: nowrap;
}

.footer-menus li a {
  color: #c6c6c6;
  font-size: 12px;
  font-family: 'Neue Haas Unica W05 Regular';
  font-weight: normal;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .footer-menus li a {
    font-size: 11px;
  }
}

.btn-learn {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
  color: #000;
  text-transform: none;
  -webkit-transition: .3s ease-in all;
  transition: .3s ease-in all;
  font-family: 'Neue Haas Unica W05 Medium';
}

.btn-learn:hover {
  background-color: #4449ff;
  color: #fff;
}

.footer-logo {
  width: 140px;
  float: right;
}

#btn-effect1 {
  /*default style*/
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*default style*/
  border-radius: 0;
  border: 0px solid #141416;
  color: #fff;
  position: relative;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  border-radius: 75px;
  font-weight: 400;
}

#btn-effect1 span {
  position: relative;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

#btn-effect1 .wave {
  position: absolute;
  left: 0;
  top: calc(100% + 22px);
  width: 100%;
  height: 100%;
  background-color: #141416;
  -webkit-transition: 1s;
  transition: 1s;
}

#btn-effect1 .wave:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
}

#btn-effect1:hover span {
  color: #fff;
}

#btn-effect1:hover .wave {
  top: 0;
}

#btn-effect2 {
  /*default style*/
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*default style*/
  border-radius: 0;
  border: 0px solid #fff;
  color: #141416;
  position: relative;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  border-radius: 75px;
  font-weight: 400;
}

#btn-effect2 span {
  position: relative;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

#btn-effect2 .wave {
  position: absolute;
  left: 0;
  top: calc(100% + 22px);
  width: 100%;
  height: 100%;
  background-color: #4449ff;
  -webkit-transition: 1s;
  transition: 1s;
}

#btn-effect2 .wave:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
}

#btn-effect2:hover span {
  color: #fff;
}

#btn-effect2:hover .wave {
  top: 0;
}

#btn-effect3 {
  /*default style*/
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*default style*/
  border-radius: 0;
  border: 1px solid #4449ff;
  color: #fff;
  background-color: #141416;
  position: relative;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  border-radius: 75px;
  font-weight: 400;
}

#btn-effect3 span {
  position: relative;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

#btn-effect3 .wave {
  position: absolute;
  left: 0;
  top: calc(100% + 22px);
  width: 100%;
  height: 100%;
  background-color: #4449ff;
  -webkit-transition: 1s;
  transition: 1s;
}

#btn-effect3 .wave:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 22px;
}

#btn-effect3:hover span {
  color: #fff;
}

#btn-effect3:hover .wave {
  top: 0;
}

.popupBox .modal-dialog {
  max-width: 75%;
  margin: 8vh auto;
}

@media (max-width: 991px) {
  .popupBox .modal-dialog {
    max-width: 95%;
    margin: 8vh auto;
  }
}

.popupBox .modal-content {
  background-color: #2b2b2d;
  -webkit-box-shadow: 2px 2px 14px 2px #0d0d12;
          box-shadow: 2px 2px 14px 2px #0d0d12;
  padding: 10%;
}

@media (max-width: 991px) {
  .popupBox .modal-content {
    padding: 20px;
  }
}

.popupBox button.close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.popupBox button.close span {
  text-shadow: none;
  color: #4449ff;
  border: 1px solid #4449ff;
  display: block;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 15px;
}

.popupBox .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4449ff;
}

.popupBox .form-control {
  padding: 0.375rem 1.75rem;
  line-height: 2.5;
  color: #79797c;
  background-color: #202023;
  background-clip: padding-box;
  border: 1px solid #4449ff;
  border-radius: 40px;
}

.popupBox .btn-feature {
  margin: 60px 0 0;
  float: right;
  text-transform: none;
}

.stepBystep {
  margin-top: 50px;
}

.stepBystep h1 {
  color: #4448ff;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

.stepBystep h1::after {
  position: absolute;
  top: 25px;
  content: "";
  background-image: url("../images/dash-bg.jpg");
  height: 3px;
  width: 100%;
  background-size: 55px;
  background-repeat-y: no-repeat;
  overflow: hidden;
}

@media (max-width: 576px) {
  .stepBystep h1::after {
    left: 0;
  }
}

.stepBystep h1 span {
  background: #141416;
  width: 75px;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.stepBystep .lst-txt::after {
  background-image: none;
}

@media (max-width: 576px) {
  .stepBystep .lst-txt::after {
    background-image: url("../images/dash-bg.jpg");
  }
}

.fillBox {
  background-color: #2b2b2c;
  -webkit-box-shadow: 2px 2px 14px 2px #0d0d12;
          box-shadow: 2px 2px 14px 2px #0d0d12;
  padding: 65px 50px;
  margin-top: 75px;
}

@media (max-width: 768px) {
  .fillBox {
    padding: 45px 20px;
    margin-top: 30px;
  }
}

.fillBox .form-control {
  padding: 0.375rem 1.75rem;
  line-height: 2.5;
  height: 50px !important;
  color: #79797c;
  background-color: #202023;
  background-clip: padding-box;
  border: 1px solid #4449ff;
  border-radius: 40px;
  margin-bottom: 25px;
}

.fillBox .btn-feature {
  margin: 5px 0 0 30px;
  float: right;
  text-transform: none;
}

.doseSection {
  padding: 50px 10% 50px 50px;
  background: #c4c6c6;
  background: -webkit-gradient(linear, left top, right top, from(#c4c6c6), to(#999a95));
  background: linear-gradient(90deg, #c4c6c6 0%, #999a95 100%);
}

@media (max-width: 576px) {
  .doseSection {
    padding: 50px 30px;
  }
  .doseSection .greytxt {
    text-align: left !important;
  }
}

.doseSection .wraps {
  margin-top: 50px;
  padding: 10px 50px 10px;
}

@media (max-width: 768px) {
  .doseSection .wraps {
    margin-top: 0px;
    padding: 10px 10px 10px;
  }
}

@media (max-width: 576px) {
  .doseSection .wraps {
    padding: 10px 0;
  }
}

.doseSection .dosepic {
  width: 95%;
  margin-left: -50px;
}

@media (max-width: 767px) {
  .doseSection .dosepic {
    display: none;
  }
}

.dosepicforMob {
  display: none;
}

@media (max-width: 767px) {
  .dosepicforMob {
    display: block;
    width: 95%;
    margin-left: -50px;
  }
}

@media (max-width: 767px) and (max-width: 576px) {
  .dosepicforMob {
    margin-left: -30px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #79797b;
  margin: 25px 0;
}

.priceValue {
  color: #4448ff;
}

.faqList {
  margin: 20px 0;
  border-top: 0px solid #b2abab;
  border-bottom: 0px  solid #ccc;
  padding: 25px 0;
}

.faqList li {
  color: #fff;
  display: block;
  background-image: url(../images/add-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 25px;
  padding: 10px 10px 10px 50px;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-weight: 400;
}

.logo-center {
  width: 30%;
  top: 20vh;
  left: 35%;
  position: absolute;
  opacity: .03;
}

#main {
  margin: 10px 0 50px;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
  background-color: transparent;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: transparent;
  color: #fff;
  white-space: normal;
  padding: 10px 20px;
  border-bottom: 1px solid #79797c;
  border-radius: 0;
  font-size: 20px;
  font-family: 'Neue Haas Unica W05 Medium';
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  color: #4449ff;
  font-size: 22px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: transparent;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #fff;
}

#main .card-header {
  background-color: transparent;
}

.xDate {
  color: #e41c24;
}

.fpoTxt {
  position: absolute;
  z-index: 999;
  width: 100px;
  text-align: center;
}

.fpoTxt h1, .fpoTxt span {
  color: #bd335d;
  font-weight: bold;
}

.fpoTxt span {
  font-size: 12px;
  margin-top: -12px;
  display: block;
}

.pos-x1 {
  top: 60vh;
  right: 28%;
}

@media (max-width: 768px) {
  .pos-x1 {
    top: 80vh;
    right: 8%;
  }
}

.pos-x2 {
  top: 50%;
  right: 50%;
  margin-right: -50px;
  margin-top: -50px;
}

.pos-x3 {
  top: 10vh;
  right: 30%;
}

@media (max-width: 768px) {
  .pos-x3 {
    top: 5vh;
    right: 50%;
    margin-right: -50px;
  }
}

.button_container {
  position: fixed;
  top: 32px;
  right: 40px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  display: block;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #4449ff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #4449ff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.btn-contact {
  border: 1px solid #444df5;
  background-color: #141416;
  color: #fff;
  -webkit-transition: .3s ease-in all;
  transition: .3s ease-in all;
}

.btn-contact:hover {
  background-color: #444df5;
  color: #fff;
}

@media (min-width: 992px) {
  .button_container {
    display: none;
  }
}

.faqBlock {
  padding: 0 12%;
}

@media (max-width: 576px) {
  .faqBlock {
    padding: 0 30px;
  }
}

.terms p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Neue Haas Unica W05 Regular';
}
/*# sourceMappingURL=styles.css.map */