* {
  font-family: 'Montserrat', sans-serif;

}
/* Style mobile css*/
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 100vw;
  width: 100vw;
}

.container .section,
.row .section {
  padding-left: unset;
  padding-right: unset;
}

.col,
.gallery-item,
.columns {
  /* position: relative;
  margin: 0;
  padding: 0;
  width: 100%; */
}
.ux_image-ba1f {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.ux_image-ba1f img {
  width: auto;
}
.ux_image-1977 img {
  width: auto;
}
.ux_image-1977 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}
.row-663f {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.section-gallery {
  height: auto !important;
  /* min-height: 100% !important; */
}
.mouse-gallery {
  margin-top: 0 !important;
}
/* .mouse-up {
  margin-top: 0 !important;
} */
#hash-section {
  margin: 0;
  padding: 0;
}
.gallery-slider-mobile img {
  height: 300px !important;
}
.gallery-slider {
  margin-right: 20px !important;
}

.menu-mobile {
  display: none;
}
.btn-nav-menu span {
  color: white;
}
.img-quote {
  padding-right: 20px;
}
.row-comment {
  margin-top: 20px;
}
.title-share {
  margin-top: 20px;
}
.quote-img-second {
  margin-top: -30px;
  margin-left: 30px;
}
.btn-machine-more {
  height: 50px;
}
.btn-machine-more span {
  line-height: 50px;
}
.text-green.doctor-comments {
  font-size: 15px;
}
.doctor-comment h4 {
  font-size: 13px;
}
.green-text.question-content {
  font-style: italic;
}
.text-machine p {
  font-size: 13px;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}

.result-score {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid;
  border-color: white;
  border-radius: 99px;
  background: none;
  width: 200px;
  height: 50px;
  align-content: center;
  justify-content: center;
}
.modal-body {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.result-text {
  padding-bottom: 40px;
  padding-top: 40px;
}
/* html, body {
  min-height: 100%;
  height: 100%;
  background-image: url(http://theartmad.com/wp-content/uploads/Dark-Grey-Texture-Wallpaper-5.jpg);
  background-size: cover;
  background-position: top center;
  font-family: helvetica neue, helvetica, arial, sans-serif;
}
html.modal-active, body.modal-active {
  overflow: hidden;
}



#myModal {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#myModal.modal-animation {
  transform: scale(1);
}
#myModal.modal-animation .modal-content {
  background: rgba(0, 0, 0, .0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation .modal-content .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation .modal-content .modal h2, #myModal.modal-animation .modal-content .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation .modal-content .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#myModal.modal-animation.out .modal-content {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation.out .modal-content .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation.out .modal-content .modal h2, #myModal.modal-animation.out .modal-content .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#myModal.modal-animation.out .modal-content .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#myModal .modal-content {
  display: table-cell;
  background: rgba(0, 0, 0, .8);
  text-align: center;
  vertical-align: middle;
}
#myModal .modal-content .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#myModal .modal-content .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#myModal .modal-content .modal p {
  font-size: 18px;
  line-height: 22px;
}
#myModal .modal-content .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#myModal .modal-content .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
} */

/* .content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
} */

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}

@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}

/*Snart Slider 3 Banner elements*/
.text-info-banner {
  margin-top: -150px !important;
}
.btn-banner a {
  width: 500px;
  border: 1px solid !important;
  border-color: white !important;
  background: none !important;
}

/* .btn-banner.first-btn {
  margin-top:50px!important;
} */
/*END Smart Slider 3*/

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border-color: white;
  border: 2px solid white;
  display: inline-block;
  margin-left: 20px;
}
.blue-dot {
  background: #3cc3d8;
}
.banner-content p {
  color: white;
  width: 300px;
  text-align: justify;
  font-size: 8px;
}

.banner-content .btn-banner-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid;
  border-color: white;
  border-radius: 99px;
  background: none;
  margin-top: 15px;
}

.btn-banner {
  color: white;
  font-size: 8px;
}

.btn-banner span {
  padding-left: 20px;
}

.banner-content {
  margin-left: 80px;
  position: absolute;
  top: 10%;
}

.slider-gallery {
  width: 70%;
  margin-left: calc(100% - 85%);
}

.section-gallery .slick-prev {
  z-index: 10;
  left: -50px !important;
}
.section-gallery .slick-next {
  z-index: 10;
  right: -40px !important;
}

.slider {
  width: 100%;
  /* margin: 100px auto; */
}

.slick-slide {
  /* margin: 0px 20px; */
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: white;
}

.slick-prev {
  z-index: 10;
  left: 20px !important;
}
.slick-next {
  z-index: 10;
  right: 40px !important;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

/* .slider-banner .section {
  height: 850px;
} */

.nav {
  position: fixed;
}

.form-question {
  padding-left: 80px;
  padding-right: 50px;
}
.col-quote {
  /* padding-top: 50px !important; */
}

.submit-question {
  margin-left: 50px;
}
.modal-content {
  width: 100vw;
  background: linear-gradient(90deg, #002755 0%, #218dcb 50%, #002755 100%);
  color: white;
  font-size: 20px;
}
.modal-dialog {
  max-width: 100%;
  margin: 0;
  transform: translateY(-50%) !important;
  position: absolute;
  top: 50%;
}
.modal-title {
  color: white;
}

.modal-footer {
  border-top: unset !important;
}

.modal-content {
  color: white;
}
.section-cooperate {
  height: auto;
  margin-top: -80px;
}
.section-cooperate .section-content {
  margin-top: 60px;
}

.swing-in-top-fwd {
  -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    both;
  animation: swing-in-top-fwd 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-3 14:4:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tilt-in-fwd-tr
 * ----------------------------------------
 */
.wobble-ver-right {
  -webkit-animation: wobble-ver-right 0.8s both;
  animation: wobble-ver-right 0.8s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-10 9:11:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-ver-right
 * ----------------------------------------
 */
@-webkit-keyframes wobble-ver-right {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(6deg);
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(-6deg);
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(3.6deg);
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(-2.4deg);
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(1.2deg);
    transform: translateY(-6px) rotate(1.2deg);
  }
}
@keyframes wobble-ver-right {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateY(-30px) rotate(6deg);
    transform: translateY(-30px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateY(15px) rotate(-6deg);
    transform: translateY(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateY(-15px) rotate(3.6deg);
    transform: translateY(-15px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateY(9px) rotate(-2.4deg);
    transform: translateY(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateY(-6px) rotate(1.2deg);
    transform: translateY(-6px) rotate(1.2deg);
  }
}

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

.bounce-top {
  -webkit-animation: bounce-top 2s both;
  animation: bounce-top 2s both;
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.bounce-bottom {
  -webkit-animation: bounce-bottom 2s both;
  animation: bounce-bottom 2s both;
}

@-webkit-keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.tilt-in-right-1 {
  -webkit-animation: tilt-in-right-1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: tilt-in-right-1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 15:24:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tilt-in-right-1
 * ----------------------------------------
 */
@-webkit-keyframes tilt-in-right-1 {
  0% {
    -webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
    transform: rotateX(-30deg) translateX(300px) skewX(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-right-1 {
  0% {
    -webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
    transform: rotateX(-30deg) translateX(300px) skewX(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.fade-in-left {
  -webkit-animation: fade-in-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-23 11:31:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.img-doctor {
  /* animation: 2s tilt-in-left-1; */
  z-index: 1;
  margin-bottom: 0px !important;
}

.mouse-up {
  cursor: pointer;
  animation: 3s bounce-top;
  animation-iteration-count: infinite;
}
.mouse-gallery {
  cursor: pointer;
  animation: 3s bounce-top;
  animation-iteration-count: infinite;
}

.mouse-down {
  cursor: pointer;
  animation: 3s bounce-bottom;
  animation-iteration-count: infinite;
}

.mouse-down-first {
  cursor: pointer;
  animation: 3s bounce-bottom;
  animation-iteration-count: infinite;
}

body {
  animation: 1s swing-in-top-fwd;
}
/*------------------------STYLE NEUROBION PAGE-------------------------------*/

.blue-text {
  color: #15489e !important;
  /* -webkit-text-stroke: 1px white; */
}
.blue-text.shadow {
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.green-text {
  color: #3cc3d8 !important;
}

.green-text.shadow {
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}
.dark-text {
  color: black;
  font-weight: normal;
}
.number-question {
  padding-left: 50px;
  font-size: 10px;
  font-weight: 800;
}
.section-symptoms .section-content {
  margin-top: 50px;
}

.text-symptoms {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
}

.footer-neurobion {
  margin-top: -200px;
}
.section-gallery {
  margin-top: -65px;
}

.text-symptoms h3 {
  line-height: 25px;
}

.cooperate {
  color: white;
}

.text-machine {
  text-align: justify;
}
.doctor-comment {
  text-align: justify;
  font-size: 17px;
  margin-left: 20px;
}

h1 {
  font-size: 30px;
}

a {
  text-decoration: none;
  color: #15489e;
  opacity: 1;
  /* font-family: "work sans", sans serif; */
  font-size: 14px;
  font-weight: 800;
  transition: 200ms;
}

a:hover {
  opacity: 0.5;
}
ul {
  padding: 0;
  list-style-type: none;
}

.container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav {
  /* background: linear-gradient(90deg, #002755 0%, #218dcb 50%, #002755 100%); */
  /* background: white; */
  height: 65px;
}

.neuro-header a {
  color: #15489e;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #15489e !important;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383f;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 100vw;
  height: 100vh !important;
  box-shadow: 0 0 10px #85888c;
  margin: -25px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  /* background: linear-gradient(90deg, #002755 0%, #218dcb 50%, #002755 100%); */
  /* background-image: url("https://landing.hedima.vn/wp-content/uploads/2022/06/Mask-group-12-1.png"); */
  background-color: white;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

label {
  color: white;
}

.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: white;
  /* font-family: Arial, sans-serif; */
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 32px;
  height: 31px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 75px;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
  margin-top: -15px;
  opacity: 1;
  transition: all 0.3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  /* background-color: #2ecc71; */
}
.custom-radios input[type="radio"]#color-4 + label span {
  /* background-color: #e74c3c; */
}
.custom-radios input[type="radio"]:checked + label span img {
}

.custom-radios input[type="radio"]#color-1:checked + label span {
  opacity: 1;
  background-color: #15489e;
}

.custom-radios input[type="radio"]#color-2:checked + label span {
  opacity: 1;
  background-color: #4ec6e7;
}
.custom-radios input[type="radio"]#color-3:checked + label span {
  opacity: 1;
  background-color: #15489e;
}

.custom-radios input[type="radio"]#color-4:checked + label span {
  background-color: #4ec6e7;
}

.custom-radios input[type="radio"]#color-5:checked + label span {
  opacity: 1;
  background-color: #15489e;
}

.custom-radios input[type="radio"]#color-6:checked + label span {
  background-color: #4ec6e7;
}

.custom-radios input[type="radio"]#color-7:checked + label span {
  opacity: 1;
  background-color: #15489e;
}

.custom-radios input[type="radio"]#color-8:checked + label span {
  background-color: #4ec6e7;
}

.mouse-up {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: -60px;
  align-items: center;
}

.mouse-gallery {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: -60px;
  align-items: center;
}

.mouse-down {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: -80px;
  align-items: center;
}

.mouse-down-first {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 170px;
}

/* @import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@900&display=swap");
* {
  font-family: "Montserrat Alternates", sans-serif;
} */

.text-introduce {
  text-align: justify !important;
}
.neuro-header li {
  display: inline;
  width: 250px;
  text-align: center;
  /* padding-top:15px; */
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* color:white; */
}

.neuro-header-wrapper {
  background: white;
  color: #15489e;
  font-weight: 800;
}

.section-sick-info {
  height: 300px;
  z-index: 1;
}
.text-introduce {
  font-size: 8px;
}

.list-sick-info {
  font-size: 7px;
  padding-left: 40px;
  color: white;
}

.row-sick-introduce .col-introduce {
  padding-right: 150px;
}

.row-list-sick {
  margin-top: -80px;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 30px;
}

.row-list-sick .col:first-child .col-inner {
  width: 200px;
}
.row-list-sick .col:nth-child(2) .col-inner {
  width: 200px;
  margin-left: -140px;
}

.img-sick-line img {
  width: 100%;
}

.row-btn-result .col:first-child {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.section-50-percent .box.has-hover {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.section-50-percen .box-image img {
  height: 100px;
  width: auto;
}

.section-50-percen .box.has-hover .box-text.text-center {
  font-size: 10px;
}

.row-causes {
  display: flex;
  padding-left: 30px !important;
  padding-top: 10px;
}

.section-causes {
  margin-top: -65px;
}

.section-50-percent {
  /* height: 250px; */
}

.col-causes-group-img img {
  border-radius: 25px;
}

.section-causes h2 {
  font-size: 12px;
  font-family: "Montserrat Alternates";
}

.section-symptoms {
  /* margin-top: -80px; */
}

.row-causes-img .col-causes-group-img {
  margin-top: -140px;
  /* display:flex;
  flex-wrap: nowrap; */
}

.row-comment img {
  width: auto;
  height: 30px;
}

.row-comment p {
  font-size: 13px;
}

.row-comment .col:nth-child(2) .col-inner .doctor-name {
  display: flex;
}

.row-comment .col:nth-child(1) .col-inner {
  margin-bottom: -20px;
}
/* .row-comment .col:nth-child(3) .col-inner {
  margin-top: -110px;
} */

.section-share {
  margin-top: -65px;
  z-index: 4;
}

.section-share .col {
  padding: 0px;
}
.section-question .col {
  padding: 0px;
}

/* .section-question .row-first img {
  height: calc(100vh + 960px);
} */

.section-causes .col {
  padding: 0px;
}

.section-machine .col {
  padding: 0px;
}

.section-machine {
  margin-top: -170px;
}

.col-machine-content {
  padding-top: 100px !important;
}

.section-cooperate {
  z-index: 0;
}
.section-evalute .col {
  padding: 0px;
}

.row-machine-content {
  padding-left: 45px !important;
}

.btn-machine-more {
  background-color: #15489e !important;
}

.btn-machine-more span {
  color: white;
}

.row-question-img img {
  height: 1000px;
}

.section-question {
  margin-top: -200px;
}

.custom-radios .row .col:first-child {
  padding-right: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.custom-radios .row .col:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.custom-radios .row {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
}

h1 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

.custom-radios .row:not(:last-child) {
  height: 100px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 99px;
  padding-top: 50px;
  padding-bottom: 20px;
}
/* .custom-radios {
  padding-left:100px;
  padding-right:100px
} */

/* .row-list-question {
  margin-top: 100px;
} */

.section-question .row-first {
  height: 70px;
}
.section-share .section-content .row-content {
  background-image: url("https://landing.hedima.vn/wp-content/uploads/2022/06/Mask-group-7-2.png");
  margin-top: -2px;
  /* background-repeat: round; */
  /* background-attachment: fixed;
  background-position: center bottom; */
  background-size: cover;
}
.section-question .section-content .row-list-question {
  background-image: url("https://landing.hedima.vn/wp-content/uploads/2022/06/Mask-group-12-1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.section-machine .section-content .row-content {
  padding-top: 100px;
  background-image: url("https://landing.hedima.vn/wp-content/uploads/2022/06/Mask-group-12-1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
/* .row-first {
  height: 70px;
} */

.img-question {
  margin-top: -165px;
}

/* .row-share .col:nth-child(2) {
  padding-left:100px;
} */
.row.row-comment {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  /* padding-top: 20px; */
  /* height: 400px; */
}

.btn-comment-more span {
  border-color: white;
  color: white;
}

.submit-question {
  height: 50px;
  border-radius: 99px !important;
  width: 200px;
  background-color: #15489e !important;
  /* margin-left:70px; */
}

.img-share-down img {
  /* margin-top: -150px; */
}

/* .img-causes-down img {
  margin-top: -150px;
} */

.img-machine-down img {
  margin-top: -150px;
}

.img-symptoms-single {
  margin-left: 50px;
  margin-top: -20px;
}

.doctor-name .box-text.text-center {
  margin-top: -10px;
}

/* .quote-img-second {
  margin-top: 75px;
} */

.row-comment .col:nth-child(2) .col-inner {
  width: 250px;
}

.footer-neurobion .row-content .row-logo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.footer-neurobion .row-content .footer-cooperate {
  text-align: center;
  text-transform: uppercase;
}

.footer-neurobion .row-content .text-cooperate {
  color: white !important;
}

.row-secure-info {
  font-size: 12px;
  padding-left: 25px !important;
}

.row-logo {
  padding-top: 10px;
  margin-left: 1px !important;
}

.row-secure-info p {
  color: white;
}

.footer-neurobion .section-machine {
  margin-top: 50px;
}

#col-map {
  width: 80%;
  height: 50vh;
}

.title-spa {
  padding-top: 50px;
}

.col.col-address .col-inner {
  display: flex;
  background-color: rgb(229, 102, 97);
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.row-slider-gallery {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.flickity-button {
  width: 70px;
}

.row.row-select-box {
  height: 100px;
}

.row.row-post-value {
  display: flex;
  flex-wrap: nowrap;
}

.row.row-post-value .col-img {
  padding-left: 20px;
}

.row.row-post-value .col-author {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding-left: 30px;
  font-size: 13px;
}

.entry-header .entry-title.post-title {
  font-size: 40px;
}

.row.row-select-box .col:nth-child(3) a {
  display: flex;
  background: #765ba8;
  border-radius: 99px;
  height: 60px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.row.row-icons img {
  width: 200px;
}

.row.row-icons .col-icon .box.has-hover {
  display: flex;
  flex-direction: column;
}

.row.row-result img {
  width: 300px;
}

.row.row-pleasure img {
  width: 300px;
}

.divider {
  margin-top: -35px;
}

.header-nav .active {
  background-color: #765ba8;
  color: white;
}

.section.product-section {
  margin-top: -100px;
}

.footer-wrapper {
  margin-top: -70px;
}

.row-1385 .col-780e .col-inner {
  display: flex;
  flex-direction: column-reverse;
}

.text-21e9 {
  padding-top: 10px;
}

.row-1385 .col-780e .col-inner .box.has-hover {
  width: 100%;
  position: relative;
}

.row-d2b9 .column-blog-more {
  display: flex;
  justify-content: center;
}

.row-d2b9 .column-blog-more .col-inner {
  width: 300px;
}
.row-c01d .col-0971 .col-inner .box.has-hover {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.row-c01d .col-abb5 .col-inner .box.has-hover {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.row-1385 {
  margin-top: 5vh;
}

.row-3ca7 .col-inner .box-text.text-center {
  margin-top: -7vh;
}

.page_header-40f2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  height: 80px;
}

.col-0971 img {
  margin-top: 30%;
  padding-left: 2vw;
  padding-right: 2vw;
}

.col-abb5 img {
  padding-left: 2vw;
  padding-right: 2vw;
}

.col-0971 .col-inner .box-text {
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 35px;
  width: 300px;
}

.col-0971 .col-inner .box-text h4 {
  font-size: 20px;
}

.col-abb5 .col-inner .box-text h4 {
  font-size: 20px;
}

.row-1385 .col {
  background-color: #f7d1d0;
}

.row-c01d h1 {
  font-size: 18px;
  text-align: center;
}

.button-more-hylacross {
  background-color: white;
  color: black;
}

.page_header-db80 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  height: 80px;
}

.col-abb5 img {
  /* width: 80vw; */
  padding-left: 2vw;
  padding-right: 2vw;
}

.row-c01d {
  display: flex;
}

.col-abb5 .col-inner .box-text {
  padding-left: 45px;
  padding-right: 35px;
  width: 300px;
  /* margin-left: 13vw; */
}

.button-more-vycross {
  background-color: #765ba8;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 
.text-21e9 {
  margin-top: -10vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
  padding-right: 35px;
} */

.text-4dc2 {
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 0px;
}

.col-01e0 a {
  background-color: white;
  color: red;
  font-size: 0.7rem;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #e56661;
}

.button-more-hylacross .button-more-vycross {
  height: 55px;
}

.row-d2b9 a {
  background-color: #765ba8;
  color: white;
  height: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.footer-2 {
  background-color: #e56661;
}

.footer-2 .email-address {
  width: 150px;
}

.accordion .toggle {
  left: auto;
  right: 0;
}

.row-btn-more .button-more-hylacross {
  display: none;
}

.row-btn-more .button-more-vycross {
  display: none;
}

.section-comment {
  margin-top: -100px;
}

.section.section-models-age {
  margin-top: -300px;
}

.row-blogs h3 {
  font-size: 16px;
}

.section-comment h2 {
  font-size: 18px;
}

/*----------------------------Product Page------------------------------------*/

.row.row-technology .text-technology {
  display: flex;
  height: 50px;
  font-size: 13px;
  background: #e56661;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.row.row-technology .col-hylacross-video {
  margin-top: 20px;
}

.row.row-technology .col-vycross-video {
  margin-top: 20px;
}

.row.row-technology .text-technology h1 {
  font-size: 16px;
}

.row-product .col-inner .box.has-hover {
  display: flex;
  flex-direction: row-reverse;
  background-color: #e56661;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.section-question .row-list-question .col-question-content {
  padding-top: 200px;
}

.table-product-params td {
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(247, 209, 208, 20);
  font-size: 13px;
  height: 60px;
}

.table-product-params {
  border-collapse: inherit;
  border-spacing: 5px;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.table-product-params tr td:first-child {
  width: calc(100% / 3);
}

.row-product .box-image {
  overflow: inherit;
}

.row-product img {
  margin-top: -38px;
}

.row-product {
  padding-top: 30px;
}

.row-product .col-inner .row.row-product-params:nth-child(2) {
  padding-top: 30px;
}

.row-product-params {
  display: flex;
  flex-wrap: nowrap;
}

.row-product-params .col.medium-6:first-child {
  font-weight: bold;
}

.row-product-params .col-inner {
  display: flex;
  height: 200px;
  background-color: rgb(247, 209, 208, 20);
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.row-product-params .col-inner p {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.col-01e0 .col-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.number-percent h2 {
  font-size: 100px;
  text-align: center;
}

.text-under-percent {
  margin-top: -30px;
}

.row-blogs h4 {
  font-size: 20px;
}
.neuro-header {
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.text-green {
  color: #90f9fc !important;
}

.box-blog-post .box-text.text-left {
  position: absolute;
  bottom: 20px;
  color: white;
}

.col-quote .col-inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  /* padding-top: 20px; */
}

.col-quote .img-quote {
  padding-top: 30px;
  padding-right: 30px;
  margin-left: 30px;
  animation: 2s tilt-in-right-1;
  margin-bottom: 0px !important;
  /* padding-bottom: 50px; */
  margin-left: 50px;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-23 11:30:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.rotate-center {
  -webkit-animation: rotate-center 1s ease-in-out both;
  animation: rotate-center 1s ease-in-out both;
}

.btn-nav-menu {
  border-color: white !important;
  border-radius: 99px;
  height: 50px;
  background: #15489e;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 250px;
}

.menu-mobile li {
  text-transform: uppercase;
}

.menu-mobile #menu {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

/*ANIMATION*/
.tilt-in-left-1 {
  -webkit-animation: tilt-in-left-1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: tilt-in-left-1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-hor-left {
  -webkit-animation: scale-in-hor-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-hor-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 16:17:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 16:20:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.roll-in-blurred-left {
  -webkit-animation: roll-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: roll-in-blurred-left 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 16:22:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-blurred-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
    transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

.fade-in-bck {
  -webkit-animation: fade-in-bck 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bck 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 16:26:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-7 11:15:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 15:58:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-hor-left
 * ----------------------------------------
 */
.slide-in-blurred-right {
  -webkit-animation: slide-in-blurred-right 1s cubic-bezier(0.23, 1, 0.32, 1)
    both;
  animation: slide-in-blurred-right 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 16:5:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
/* ----------------------------------------------
 * Generated by Animista on 2022-6-6 16:7:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes tilt-in-left-1 {
  0% {
    -webkit-transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-left-1 {
  0% {
    -webkit-transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.img-circle-bgr {
  animation: 3s rotate-center;
  animation-iteration-count: infinite;
  position: absolute;
  z-index: 0;
  top: 20%;
  left: -3%;
  width: 250px !important;
}

/* .col-quote {
  padding-top: 50px !important;
} */

.btn-comment-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 270px;
  margin-left: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #15489e !important;
}
.img-share-down .col-img-down img {
  margin-top: -10px !important;
  /* height: 60px; */
  width: auto;
  display: flex;
  margin: 0;
  height: 75px;
}

.img-share-down .col-img-down .img.has-hover {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-doctor-share {
  z-index: 1;
}

.section-machine {
  z-index: 2;
}
.section-question {
  z-index: 3;
}
.section-machine .row-content {
  padding-bottom: 100px;
}
.title-share {
  padding-left: 70px;
  padding-right: 30px;
}
.title-question {
  padding-left: 20px;
  padding-right: 20px;
}
.title-gallery {
  margin-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 820px) {
  /* .menu-large-screen {
    display: none;
  } */
}

@media only screen and (min-width: 551px) {
  .banner-mobile {
    display: none;
  }
  .row-causes-img .col-causes-group-img {
    margin-top: unset;
  }
}

@media only screen and (max-width: 550px) {
  .img-circle-bgr {
    left: 5%;
  }
  .img-doctor {
    margin-left: 20px;
  }
  .btn-nav-menu {
    width: 170px;
  }
  .btn-nav-menu span {
    color: white;
  }
  .neuro-header a {
    font-size: 10px;
  }
  .banner-large-screen {
    display: none;
  }

  .banner-content {
    margin-left: 20px;
    width: 200px;
  }
  .banner-content p {
    width: 200px;
    font-size: 10px;
  }
  .btn-banner-wrapper {
    width: 200px;
    height: 30px;
  }
  .img-quote-first {
    margin-left: 35px;
  }
  .section-share .section-content .row-content {
    background-repeat: round;
  }
  .result-text {
    font-size: 11px;
  }
  /* .banner-content {
    display: none;
  } */

  .custom-radios .row:not(:last-child) {
    height: 150px;
    padding-top: 20px;
  }

  .section-models-age {
    margin-top: -35vh;
  }

  .row-d2b9 {
    margin-top: -20%;
  }

  .img-share-down .col-img-down .img-inner {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  /* .col-quote {
    height: 500px;
  } */

  .row-share {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 450px) and (max-width: 549px) {
  .title-gallery {
    padding-left: 70px;
    padding-right: 70px;
  }
  .banner-content {
    top: 10%;
  }

  .col-quote {
    height: 600px;
  }
  /* .section-cooperate {
    height: 400px;
  } */
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /*NEUROBION */
  .img-circle-bgr {
    top: 20%;
    left: 10%;
    width: 300px !important;
  }
  .section-share {
    margin-top: -80px;
  }
  .section-share .section-content .row-content {
    margin-top: 15px;
  }
  /* .section-cooperate {
    height: 650px;
  } */
  .img-share-down .col-img-down img {
    height: 90px;
  }
  .mouse-down-first {
    margin-top: 300px;
  }
  .section-sick-info {
    height: 350px;
    z-index: 1;
  }
  .section-symptoms {
    margin-top: -90px;
  }
  .row-first {
    /* height: 100px; */
  }

  .section-gallery {
    height: 700px;
    margin-top: -90px;
  }

  .custom-radios {
    padding-left: 50px;
  }
  .row-comment .col:nth-child(3) .col-inner {
    margin-left: 20px;
  }

  .row-sick-introduce .col-introduce {
    padding-right: 230px;
  }

  .section-50-percent {
    height: 350px;
    margin-top: -50px;
  }

  .text-introduce {
    font-size: 10px;
  }
  .row-list-sick {
    margin-top: -50px;
    display: flex;
    flex-wrap: nowrap;
  }

  .section-causes {
    margin-top: -80px;
  }

  .img-causes-down img {
    margin-top: -50px;
  }

  .mouse-up {
    margin-top: -80px;
  }
  /* .custom-radios {
    padding-left: 50px;
  } */

  .submit-question {
    height: 50px;
  }

  .btn-machine-more {
    height: 50px;
    width: 250px;
    display: flex;
    border-radius: 99px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .img-machine-down img {
    margin-top: -250px;
  }

  .col-secure-info {
    padding-top: 30px;
  }

  .row.row-comment {
    display: flex;
    flex-wrap: nowrap;
    height: unset;
  }

  /*END NEUROBION*/

  .row.row-result {
    padding-top: 20px;
  }

  .row.row-pleasure {
    padding-top: 20px;
  }

  .row.row-icons .col:nth-child(2) {
    margin-left: -10px;
  }

  .row.row-result .col:nth-child(2) .col-inner {
    width: 450px;
    margin-left: -310px;
  }

  .row.row-result .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-result .col:nth-child(4) {
    /* padding-left: 50px;
    padding-right: 50px; */
  }

  .row.row-result .col:nth-child(4) .col-inner {
    width: 700px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    width: 250px;
    margin-left: -100px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    padding-top: 30px;
    width: 450px;
    margin-left: -310px;
  }

  .row.row-pleasure .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-pleasure .col:nth-child(4) {
    /* padding-left: 50px;
    padding-right: 50px; */
  }

  .row.row-pleasure .col:nth-child(4) .col-inner {
    width: 700px;
  }

  .text-under-percent {
    padding-right: 50px;
  }

  .product-title h2 {
    font-size: 16px;
  }

  .row.row-technology .text-technology {
    display: flex;
    height: 70px;
    font-size: 12px;
    background: #e56661;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .table-product-params tr td:first-child {
    width: calc(100% / 3);
  }

  .table-product-params td {
    height: 90px;
  }

  .row-1385 .col-780e .col-inner .box.has-hover {
    width: 40%;
    position: absolute;
    bottom: -32px;
    left: 6%;
  }

  .row-1385 .col-780e .text-21e9 {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 350px;
  }

  .section.section-models-age {
    margin-top: -180px;
  }
  .row-1385 {
    margin-top: 150px;
  }

  .row-d2b9 {
    margin-top: -10%;
  }

  .section-models-age {
    margin-top: -40vh;
  }

  .row-1385 .col {
    margin: 0px;
    padding: 0px;
    background-color: rgb(247, 209, 208);
  }

  .row-1385 .col:nth-child(1) {
    margin-left: -8vw;
  }

  .row-1385 .col-780e .col-inner {
    margin-top: 6vw;
  }

  .row-1385 .box-image {
    overflow: inherit;
  }

  .row-1385 .col-dc7c img {
    margin-top: -10vh;
    width: auto;
  }

  .row-c63d {
    margin-top: 20vh;
  }

  .row-c63d .box-image {
    overflow: inherit;
  }

  .row-c63d .col-7d3a img {
    margin-top: -10vh;
    width: auto;
  }

  .row-c63d .text-4dc2 {
    margin-left: -235px;
    padding-top: 125px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 10px;
  }

  .row-3ca7 .box-text h4 {
    font-size: 0.6rem;
  }

  .row-3ca7 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .col-01e0 a {
    background-color: white;
    color: red;
    font-size: 0.6rem;
  }

  .col-01e0 .col-inner {
    width: 40vw;
  }

  .row-blogs {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
  }

  .row-blogs .col.medium-3 .col-inner {
    width: 40vw;
    margin-left: -10vw;
  }

  .page_header-db80 {
    height: 80px;
    margin-left: 8vw;
    width: 100%;
  }

  .row-c01d {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .row-5365 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .row-9881 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .row-c01d .col-0971 .col-inner {
    width: 60vw;
    margin-left: -15vw;
  }

  .row-c01d .col-abb5 .col-inner {
    width: 60vw;
    margin-left: -15vw;
  }

  .row-5365 .col-inner .box-text-inner {
    width: 80%;
  }

  .row-9881 .col-inner .box-text-inner {
    width: 80%;
  }

  .col-abb5 img {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media only screen and (min-width: 550px) and (max-width: 630px) {
  .col-quote .img-quote {
    padding-right: 50px;
  }
  .btn-comment-more {
    height: 20px;
    width: 200px;
    margin-bottom: 0;
  }
  .banner-content {
    width: 250px;
    margin-left: 30px;
  }
  .banner-content p {
    width: 250px;
    font-size: 7px;
  }
  .btn-banner-wrapper {
    width: 200px;
    margin-top: 10px !important;
  }
  .dot {
    margin-left: 20px;
  }
  .section-share {
    margin-top: -85px;
  }
  .custom-radios .row .col:first-child {
    /* padding-right: 50px; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .submit-question {
    margin-left: 0;
  }
  .custom-radios .row:not(:last-child) {
    padding-top: unset;
    padding-bottom: unset;
  }
  .custom-radios .row:not(:last-child) {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-direction: row;
  }
  .img-circle-bgr {
    left: 10%;
    width: 200px !important;
    position: absolute;
    top: 10%;
  }

  .section-sick-info {
    height: 370px;
    z-index: 1;
  }

  .row-causes-img .col-causes-group-img {
    margin-top: unset;
  }
}

@media only screen and (min-width: 631px) and (max-width: 767px) {
  .col-quote .img-quote {
    padding-right: 50px;
  }
  .btn-comment-more {
    height: 20px;
    width: 200px;
    margin-bottom: 0;
  }
  .row-comment {
    padding-left: 50px !important;
  }
  /* .img-quote-first .img.has-hover {
    margin-left:70px;
  } */
  .banner-content {
    width: 200px;
  }
  .banner-content p {
    width: 250px;
    font-size: 7px;
  }
  .btn-banner-wrapper {
    width: 200px;
    height: 20px;
  }
  .dot {
    margin-left: 20px;
  }
  .custom-radios .row:not(:last-child) {
    padding-top: unset;
    padding-bottom: unset;
  }
  .custom-radios .row {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-direction: row;
  }
  .custom-radios .row:not(:last-child) .col:first-child {
    /* padding-right: 50px; */
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .img-circle-bgr {
    position: absolute;
    top: 15%;
    width: 230px !important;
  }

  .section-share {
    margin-top: -95px;
  }

  .section-sick-info {
    height: 500px;
    z-index: 1;
  }
  .section-50-percent {
    height: 500px;
    margin-top: -70px;
  }
  .section-causes {
    margin-top: -100px;
  }
  .section-symptoms {
    margin-top: -100px;
  }
  .section-gallery {
    margin-top: -130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  /*--------------------------------- NEUROBION -----------------------------------*/
  .quote-img-second {
    margin-top: -10px;
    margin-left: 0;
  }
  .banner-content {
    width: 300px;
  }
  .btn-banner-wrapper {
    width: 250px;
  }
  .img-circle-bgr {
    width: 280px !important;
    margin-top: unset;
  }
  .section-share .section-content .row-content {
    margin-top: -15px;
  }
  .col-quote {
    padding-top: 0 !important;
  }
  .text-green.doctor-comments {
    font-size: 20px;
  }
  .btn-banner-wrapper {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dot {
    height: 15px;
    width: 15px;
  }
  .col-machine-content {
    padding-top: 200px !important;
  }
  .col-gallery {
    /* padding-top: 100px; */
  }
  .mouse-gallery {
    margin-top: 40px;
  }
  .title-gallery {
    padding-left: 150px;
    padding-right: 150px;
  }
  .title-share {
    padding-left: 100px;
    padding-right: 30px;
  }
  .banner-content p {
    font-size: 9px;
  }
  .btn-banner span {
    font-size: 10px;
  }
  .number-question {
    font-size: 11px;
  }
  /* .section-cooperate {
    height: 700px;
  } */
  .custom-radios .row:not(:last-child) {
    height: 70px;
  }
  .custom-radios .row:not(:last-child) .col:first-child {
    padding-right: 50px;
    display: flex;
    /* flex-direction: row; */
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  .custom-radios .row:not(:last-child) {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-direction: row;
    padding-top: unset;
    padding-bottom: unset;
  }
  .img-circle-bgr {
    position: absolute;
    /* top: 15%; */
    top: 10%;
    width: 300px;
    margin-top: unset;
  }

  .menu-mobile a {
    font-size: 25px;
  }

  .col-quote .img-quote {
    margin-left: 50px;
  }

  .btn-comment-more {
    margin-left: 0;
  }
  .mouse-down-first {
    margin-top: 420px;
  }
  .section-sick-info {
    height: 535px;
  }

  .mouse-up {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: -50px;
    align-items: center;
  }

  .mouse-down {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: -100px;
    align-items: center;
  }

  .section-symptoms .section-content {
    margin-top: 100px;
  }
  .slider-banner .section {
    height: 600px;
  }
  .row-causes-img .col-causes-group-img {
    margin-top: 20px;
    margin-left: -50px;
    z-index: -1;
  }

  .section-share {
    margin-top: -100px;
  }
  .custom-radios {
    /* padding-top: 30px; */
  }

  .row-list-question .col-btn-more .col-inner {
    margin-left: unset;
  }
  .img-symptoms-single img {
    margin-left: 70px;
    z-index: 1;
  }

  .row-sick-introduce {
    margin-top: unset;
  }

  .row-sick-introduce .col-introduce {
    padding-right: unset;
  }

  .text-introduce {
    font-size: 13px;
  }

  .row-list-sick {
    margin-top: unset;
    padding-top: unset;
  }
  .section-50-percent {
    height: 500px;
  }
  .section-causes {
    margin-top: -100px;
  }
  /* .row-first {
    height: 120px;
  } */

  .row-causes {
    padding-left: unset;
  }

  .row-machine-content {
    margin-top: 0;
  }
  .btn-machine-more span {
    font-size: 16px;
    color: white;
  }
  .row-machine-content .col:first-child .col-inner {
    padding-right: 50px;
  }

  .btn-machine-more {
    display: flex;
    height: 50px;
    border-radius: 99px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .row-comment .col:first-child {
    margin-left: unset;
  }

  .row-comment .col:nth-child(3) .col-inner {
    margin-top: 0;
    margin-left: 100px;
  }

  .row-comment .col:nth-child(1) .col-inner img {
    margin-left: 10px;
  }

  .section-gallery {
    height: 800px;
    margin-top: -95px;
  }

  .img-machine-down img {
    margin-top: -400px;
  }

  .footer-neurobion .row-content .row-logo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 20px;
  }

  .row-secure-info .col-secure-info {
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 70px;
  }

  /*END NEUROBION */

  .row.row-icons {
    display: flex;
  }

  .row.row-result {
    padding-top: 20px;
  }

  .row.row-pleasure {
    padding-top: 20px;
  }

  .row.row-icons .col:nth-child(2) {
    margin-left: -10px;
  }

  .row.row-result .col:nth-child(2) .col-inner {
    width: 500px;
    margin-left: -330px;
  }

  .row.row-result .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-result .col:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row.row-result .col:nth-child(4) .col-inner {
    width: 700px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    width: 250px;
    margin-left: -100px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    padding-top: 30px;
    width: 500px;
    margin-left: -330px;
  }

  .row.row-pleasure .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-pleasure .col:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row.row-pleasure .col:nth-child(4) .col-inner {
    width: 700px;
  }

  .product-title h2 {
    font-size: 20px;
  }

  .table-product-params td {
    height: 70px;
  }

  .col-01e0 .col-inner {
    width: 270px;
  }

  .row.row-technology .text-technology {
    height: 60px;
    font-size: 13px;
    justify-content: center;
  }

  .row-3ca7 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row-1385 .col-780e .col-inner .box.has-hover {
    position: absolute;
    width: 40%;
    left: 5%;
    bottom: -123px;
  }

  .text-21e9 {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 50%;
    padding-right: 25px;
  }

  .section-comment {
    margin-top: 40px;
  }

  .section.section-models-age {
    margin-top: 0px;
  }

  .row-c01d .col-0971 .col-inner {
    height: 360px;
  }

  .row-btn-more .col.medium-4 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: calc(-30%);
  }

  .row-btn-more .col.medium-6 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: calc(-30%);
  }

  .col-0971 .button-more-hylacross {
    display: none;
  }

  .col-abb5 .button-more-vycross {
    display: none;
  }

  .row-btn-more {
    margin-top: 10px;
  }

  .row-btn-more .col.medium-4 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
  }

  .row-btn-more .col.medium-6 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
  }

  .row-btn-more a {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .row-btn-more span {
    font-size: 0.55rem;
  }

  .row-btn-more .button-more-hylacross {
    display: flex;
  }

  .row-btn-more .button-more-vycross {
    display: flex;
  }

  /* .row-9881 .col-inner {
    margin-top: 3vh;
  } */

  .col-0971 .title-wrapper {
    width: 100%;
  }
  .col-abb5 .title-wrapper {
    width: 100%;
  }
  .row-1385 .col.medium-2 {
    margin-left: -10vw;
  }
  .page_header-db80 {
    width: 100%;
  }

  .row-c01d .col-0971 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .row-c01d .col-abb5 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .footer-2 .submit-email {
    margin-left: -3vw;
  }

  .col-0971 .col-inner .box-text {
    padding-left: 30px;
    width: 140px;
    font-size: 12px;
  }

  .col-abb5 .col-inner .box-text {
    padding-left: 28px;
    width: 133px;
    font-size: 12px;
  }

  .col-0971 .col-inner .box-text h4 {
    font-size: 17px;
  }

  .col-abb5 .col-inner .box-text h4 {
    font-size: 17px;
  }

  .col-0971 .col-inner .box-text span {
    font-size: 0.688rem;
  }

  .col-abb5 .col-inner .box-text {
    padding-top: 40px;
    margin-left: 20px;
    width: 150px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .col-abb5 .col-inner img {
    margin-top: 30%;
    margin-left: 0vw;
    width: 14vw;
  }

  .col-abb5 .col-inner .box-text a {
    margin-top: 2vh;
  }

  .col-abb5 .col-inner .box-text span {
    font-size: 0.688rem;
  }

  .row-1385 {
    margin-left: -15vw;
  }

  .row-1385 .col {
    background-color: #f7d1d0;
    height: 30vh;
  }

  .row-1385 .box-image {
    overflow: initial;
  }

  .row-1385 img {
    margin-top: -25px;
  }

  .row-1385 .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    word-wrap: break-word;
  }

  .row-1385 .col-780e {
    margin-left: -35px;
    width: 50vw;
  }

  .row-1385 .col-dc7c .col-inner {
    margin-left: -5vw;
  }

  .row-1385 .col.medium-4 {
    width: 30vw;
  }
  .row-1385 .col-c5bc {
    display: none;
  }

  .row-1385 #col-1579135284 {
    display: none;
  }

  .row-c63d {
    margin-top: 7vh;
    margin-right: -8vw;
  }

  .row-c63d .box-image {
    overflow: inherit;
  }
  .row-c63d img {
    width: auto;
    margin-top: -40px;
    margin-left: 3vw;
  }

  .row-c63d .box-text {
    height: 10vh;
  }

  .row-3ca7 .col-2e38 {
    /* margin-left: 6vw; */
  }

  .col-01e0 span {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-2 .block_widget {
    width: 33%;
  }

  .text-4dc2 {
    margin-left: -200px;
    padding-top: 135px;
    padding-bottom: 40px;
    padding-left: 30px;
    /* padding-right: 48px; */
  }

  #masthead li {
    margin-left: 5vw;
  }
}

@media only screen and (min-width: 821px) {
  .menu-mobile {
    display: none;
  }

  .btn-nav-menu {
    /* border-color: white !important; */
    border-radius: 99px;
    height: 45px;
    background: #15489e;
    color: white;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 272px;
  }
  .btn-nav-menu span {
    color: white;
  }

  /* .custom-radios input[type="radio"] + label span {
    width: 81px;
    height: 65px;
  } */

  /* .custom-radios input[type="radio"] + label span img {
    margin-top: 15px;
    height: 20px;
  } */
}

@media only screen and (max-width: 849px) {
  .dot {
    height: 15px;
    width: 15px;
  }
  .blog-posts .post-item:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 850px) {
  .blog-posts .post-item:nth-child(2) .col-inner {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 821px) and (max-width: 1023px) {
  .banner-content {
    width: 350px;
  }

  .section-share .section-content .row-content {
    margin-top: -20px;
  }
  .dot {
    width: 15px;
    height: 15px;
  }

  .col-gallery {
    /* padding-top: 100px; */
  }

  .title-gallery {
    padding-left: 200px;
    padding-right: 200px;
  }
  .title-machine {
    padding-right: 50px;
  }
  .title-share {
    margin-left: 100px;
    padding-right: 120px;
  }
  .banner-content p {
    width: 350px;
    font-size: 11px;
  }
  .btn-banner span {
    font-size: 13px;
  }
  .banner-content .btn-banner-wrapper {
    display: flex;
    padding-top: 5px;
    height: unset;
    align-items: center;
    padding-bottom: 5px;
    width: 270px;
  }
  .img-share-down .col-img-down img {
    height: 110px;
  }
  .number-question {
    padding-left: unset;
    font-size: 13px;
  }
  /* .section-cooperate {
    height: 700px;
    margin-top: -120px;
  } */
  .img-circle-bgr {
    position: absolute;
    top: 12%;
    width: 320px !important;
    margin-top: unset;
  }
  .img-share-down .col-img-down img {
    margin-top: -60px;
  }
  .submit-question {
    width: 250px;
  }
  .mouse-down-first {
    margin-top: 500px;
  }
  .col-secure-info {
    padding-left: 80px;
    text-align: justify;
    padding-right: 80px;
  }

  .section-symptoms {
    margin-top: -120px;
    height: 900px;
  }

  .row-causes-img .col-causes-group-img {
    margin-top: unset;
    margin-left: -50px;
    z-index: 0;
  }

  .row-causes-img .col:first-child {
    z-index: 1;
  }
  .img-symptoms-single img {
    margin-left: 100px;
  }

  .section-symptoms .section-content {
    margin-top: 100px;
  }

  .section-share {
    margin-top: -110px;
  }
  .menu-mobile {
    display: none;
  }
  .text-machine {
    text-align: justify;
    padding-right: 50px;
  }
  .section-sick-info {
    height: 600px;
  }

  .section-sick-info .section-content {
    /* margin-top:-200px; */
  }

  .text-introduce {
    font-size: 13px;
  }

  .row-sick-introduce .col-introduce {
    padding-right: unset;
  }
  .row-list-sick {
    margin-left: 40px;
    margin-top: unset;
    display: flex;
    flex-wrap: nowrap;
    padding-top: unset;
  }

  .section-50-percent {
    height: 600px;
    margin-top: -80px;
  }

  .section-causes {
    margin-top: -110px;
  }

  .row-first {
    height: 140px;
  }

  .img-causes-down img {
    margin-top: -10px;
  }

  .row-comment .col:nth-child(1) .col-inner {
    margin-bottom: -20px;
  }
  .row-comment .col:nth-child(3) .col-inner {
    margin-left: 80px;
  }
  .btn-comment-more {
    margin-left: 0;
  }

  .custom-radios .row:not(:last-child) {
    padding-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  /* .custom-radios .row .col:nth-child(2) {
    padding-left: 150px;
  } */

  .custom-radios .row .col:not(:last-child) {
    font-size: 16px;
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 100px;
  }

  .submit-question {
    height: 50px;
  }

  .section-machine {
    margin-top: -280px;
  }

  .section-machine .section-content {
    margin-top: 120px;
  }

  .row-machine-content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 40px;
  }
  .btn-machine-more {
    height: 50px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 250px;
  }

  .img-machine-down img {
    margin-top: -450px;
  }
  .mouse-up {
    margin-top: -100px;
  }

  .mouse-down {
    margin-top: -100px;
  }

  .section-gallery {
    height: 800px;
    margin-top: -100px;
  }
  .text-machine {
    font-size: 20px;
  }

  .row.row-result {
    padding-top: 20px;
  }

  .row.row-pleasure {
    padding-top: 20px;
  }

  .row.row-icons .col:nth-child(2) {
    margin-left: -10px;
  }

  .row.row-result .col:nth-child(2) .col-inner {
    padding-top: 20px;
    width: 500px;
    margin-left: -300px;
  }

  .row.row-result .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-result .col:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row.row-result .col:nth-child(4) .col-inner {
    margin-left: 70px;
    width: 700px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    width: 250px;
    margin-left: -100px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    padding-top: 70px;
    width: 500px;
    margin-left: -300px;
  }

  .row.row-pleasure .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-pleasure .col:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row.row-pleasure .col:nth-child(4) .col-inner {
    margin-left: 70px;
    width: 700px;
  }

  .row.row-technology .text-technology {
    height: 60px;
    justify-content: center;
    font-size: 11px;
  }

  .product-title h2 {
    font-size: 18px;
  }

  .col-technology-hylacross {
    padding-left: 100px;
  }

  .col-technology-vycross {
    padding-right: 100px;
  }

  .table-product-params td {
    height: 70px;
  }

  .section.product-section {
    margin-top: -20px;
  }

  #mashead {
    margin-left: 250px;
  }

  #mashead li {
    margin-left: 50px;
  }

  .row-1385 .col {
    margin-left: -90px;
    background-color: #f7d1d0;
  }

  .row-1385 .col-780e .col-inner .box.has-hover {
    position: absolute;
    width: 30%;
    left: 10%;
    bottom: -62px;
  }

  .section.section-models-age {
    margin-top: unset;
  }

  .row-c01d .col-0971 .col-inner .box.has-hover {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 450px;
  }

  .row-c01d .col-abb5 .col-inner .box.has-hover {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 450px;
    padding-top: 30px;
  }

  .row-btn-more .button-more-hylacross {
    display: flex;
  }

  .row-btn-more .button-more-vycross {
    display: flex;
  }

  .col-0971 .button-more-hylacross {
    display: none;
  }

  .col-abb5 .button-more-vycross {
    display: none;
  }

  .col-0971 .col-inner .box-text {
    padding-left: 45px;
    padding-right: 35px;
    width: 180px;
  }

  .col-abb5 .col-inner .box-text {
    padding-left: 45px;
    padding-right: 35px;
    width: 180px;
  }

  .row-btn-more {
    margin-top: -110px;
  }

  .col-btn-more-med-large {
    padding-left: 25px;
    padding-right: 25px;
  }

  .col-btn-more-med-large span {
    display: flex;
    padding-top: 5px;
    font-size: 10px;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    padding-left: 5px;
  }

  .row-9881 .box-text-inner {
    margin-top: 30px;
  }

  .row-c01d .col-0971 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .row-c01d .col-abb5 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .row-3ca7 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-21e9 {
    margin-top: unset;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 400px;
    padding-right: 35px;
  }

  .row-1385 .col.medium-2 {
    margin-left: -10vw;
  }

  .row-c63d {
    margin-top: 50px;
  }

  .text-4dc2 {
    padding-top: 300px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: unset;
    margin-left: -200px;
  }

  .row.row-1385 {
    margin-top: 130px;
    margin-left: -100px;
  }
}

@media only screen and (min-width: 768px) {
  .col-quote .img-quote {
    margin-left: 60px;
    padding-right: 80px;
  }
  .row-comment {
    padding-left: 50px !important;
  }
  .doctor-comment {
    width: 250px;
  }
  .doctor-share-title {
    margin-left: 70px;
  }
  .row-machine-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .title-question img {
    width: auto;
    height: 92px;
  }

  .title-question {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1024px) {
  /*NEUROBION*/
  /* .row-share {
    height: 610px;
  } */

  .btn-machine-more span {
    font-size: 16px;
  }
  .quote-img-second {
    margin-top: 0;
    margin-left: 0;
  }
  .section-share .section-content .row-content {
    margin-top: -10px;
  }
  .banner-content {
    width: 400px;
  }
  .text-machine p {
    font-size: 15px;
  }

  .title-share {
    padding-left: 120px;
    padding-right: 70px;
  }
  .title-machine {
    padding-right: 50px;
  }
  .title-gallery {
    padding-left: 300px;
    padding-right: 300px;
  }
  .banner-content p {
    width: 400px;
    font-size: 13px;
  }
  .btn-banner-wrapper {
    width: 350px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn-banner span {
    font-size: 13px;
  }
  .dot {
    height: 15px;
    width: 15px;
  }
  .col-machine-text {
    margin-left: 50px;
  }
  .col-machine-content {
    padding-top: 200px !important;
  }
  .img-share-down .col-img-down img {
    height: 120px;
  }
  .row-comment .col:nth-child(3) .col-inner {
    margin-left: 100px;
  }
  .doctor-comment {
    margin-left: 30px;
    width: 300px;
  }
  .img-share-down .col-img-down img {
    /* margin-left:70px; */
    margin-top: -80px;
  }
  .img-circle-bgr {
    /* margin-top: -530px; */
    position: absolute;
    width: 350px !important;
  }
  .submit-question {
    width: 300px;
  }
  .mouse-down-first {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 550px;
  }
  .mouse-up {
    margin-top: -100px;
  }

  .mouse-up.mouse-gallery {
    margin-top: auto;
  }

  .mouse-down {
    margin-top: -100px;
  }
  .text-symptoms {
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
  }
  .row-causes-img {
    padding-top: 20px;
  }
  .section-symptoms {
    height: 850px;
  }

  .row-causes-img .col-causes-group-img {
    margin-top: unset;
    margin-left: -100px;
    z-index: -1;
  }

  .img-symptoms-single img {
    margin-left: 80px;
  }

  .row-causes-img .col:first-child {
    z-index: 1;
  }

  .section-symptoms .section-content {
    margin-top: -50px;
  }

  .section-machine {
    margin-top: -260px;
  }

  .section-machine .section-content {
    margin-top: unset;
  }

  .section-gallery {
    height: 700px;
    margin-top: -100px;
  }
  .footer-neurobion {
    margin-top: -300px;
  }
  .section-sick-info {
    height: 800px;
  }

  .row-sick-introduce .col-introduce {
    padding-right: unset;
  }

  .text-introduce {
    font-size: 16px;
  }

  .row-list-sick {
    margin-top: unset;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    padding-top: unset;
  }

  .section-50-percent {
    height: 800px;
  }

  .section-causes {
    margin-top: -130px;
  }
  .row-first {
    height: 140px;
  }
  /* .img-causes-down img {
    margin-top: -450px;
  } */
  .section-share {
    margin-top: -130px;
  }
  .text-green.doctor-comments {
    font-size: 20px;
  }
  .doctor-comment h4 {
    font-size: 18px;
  }

  .row-comment .col:nth-child(2) .col-inner {
    width: 240px;
  }

  .btn-comment-more {
    margin-left: unset;
  }
  .btn-comment-more span {
    font-size: 16px;
  }

  .number-question {
    font-size: 14px;
  }

  .custom-radios .row:not(:last-child) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .custom-radios .row:not(:last-child) .col:first-child {
    width: 1200px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50px;
  }

  /* .section-machine {
    margin-top: -150px;
  }

  .section-gallery {
    height: 1200px;
    margin-top: -150px;
  }

  .footer-neurobion {
    margin-top:-250px;
  }

  .section-gallery .section-content {
    margin-top:150px;
  }
  .col-secure-info {
    margin-top: 100px;
    padding-left: 130px;
    font-size: 20px;
    padding-right: 130px;
} */

  .row-machine-content {
    font-size: 20px;
    padding-top: 30px;
    text-align: justify;
  }
  .text-machine {
    padding-right: 50px;
  }

  .btn-machine-more {
    margin-top: 30px;
    width: 350px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .img-machine-down img {
    margin-top: -500px;
  }

  .col-secure-info {
    padding-left: 100px;
    font-size: 20px;
    padding-right: 100px;
    text-align: justify;
  }

  .footer-neurobion .row-content {
    margin-top: -20px;
  }

  .row-btn-result .col:first-child {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }
  /*end */

  #masthead li {
    height: 90px;
    padding-top: 18px;
    width: 200px;
    font-size: 20px;
    text-align: center;
  }

  .row.row-result {
    padding-top: 20px;
  }

  .row.row-pleasure {
    padding-top: 20px;
  }

  .row.row-icons .col:nth-child(2) {
    margin-left: -10px;
  }

  .row.row-result .col:nth-child(2) .col-inner {
    padding-top: 20px;
    width: 500px;
    margin-left: -300px;
  }

  .row.row-result .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-result .col:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row.row-result .col:nth-child(4) .col-inner {
    margin-left: 130px;
    width: 700px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    width: 250px;
    margin-left: -100px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    padding-top: 70px;
    width: 500px;
    margin-left: -300px;
  }

  .row.row-pleasure .col:nth-child(2) {
    margin-left: 200px;
  }

  .row.row-pleasure .col:nth-child(4) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row.row-pleasure .col:nth-child(4) .col-inner {
    margin-left: 130px;
    width: 700px;
  }

  .table-product-params td {
    height: 70px;
  }

  .product-title h2 {
    font-size: 20px;
  }
  .col-technology-hylacross {
    padding-left: 150px;
  }

  .col-technology-vycross {
    padding-right: 150px;
  }

  .section.product-section {
    margin-top: -30px;
  }

  #masthead li {
    margin-left: 50px;
  }

  .row-1385 .col-780e .col-inner .box.has-hover {
    position: absolute;
    width: 40%;
    left: 8%;
    bottom: -120px;
  }

  .section.section-models-age {
    margin-top: unset;
  }

  .row-btn-more span {
    padding-top: 5px;
  }

  .row-c63d .box-image {
    overflow: inherit;
  }

  .row-btn-more .button-more-hylacross {
    display: flex;
    flex-direction: column;
  }

  .row-1385 .col.medium-2 {
    margin-left: -15vw;
  }

  .col-abb5 .col-inner .box-text {
    width: 16vw;
    margin-left: 4vw;
  }

  .col-abb5 img {
    margin-top: 30%;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .row-btn-more .button-more-hylacross {
    display: flex;
  }

  .row-btn-more .button-more-vycross {
    display: flex;
  }

  .col-0971 .button-more-hylacross {
    display: none;
  }

  .col-abb5 .button-more-vycross {
    display: none;
  }

  .row-c63d .text-4dc2 {
    margin-left: -15vw;
    margin-top: 0vh;
  }

  .row-1385 img {
    margin-top: -25px;
    width: auto;
  }

  .row-1385 .box-image {
    overflow: inherit;
  }

  .row-1385 .col-780e {
    margin-left: -80px;
  }

  .section-comment {
    margin-top: -10%;
  }

  .row-c63d {
    margin-right: -10vw;
  }

  .row-btn-more span {
    font-size: 0.7rem;
  }

  .row-c01d .col-0971 .col-inner {
    height: 60vh;
  }

  .col-0971 .col-inner .box-text {
    width: 18vw;
    padding-left: unset;
    padding-left: 15px;
    padding-right: 80px;
  }

  .col-abb5 .col-inner .box-text {
    margin-left: 70px;
    padding-top: 45px;
    width: 21vw;
    padding-left: unset;
    padding-left: 20px;
    padding-right: 60px;
  }

  .row-btn-more {
    margin-top: 20px;
  }

  .row-9881 p {
    padding-top: 10px;
  }

  .row-btn-more .col.medium-4 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: calc(-30%);
  }

  .row-btn-more .col.medium-6 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: calc(-30%);
  }

  .col-0971 .button-more-hylacross {
    display: none;
  }

  .col-abb5 .button-more-vycross {
    display: none;
  }

  .row-1385 {
    margin-top: 15vw;
  }

  .row-1385 .col {
    background-color: #f7d1d0;
    height: 45vh;
  }

  .row-1385 .text-21e9 h4 {
    font-size: 14px;
    padding-right: 70px;
  }

  .row-c63d .text-4dc2 h4 {
    font-size: 14px;
  }

  .section-comment h2 {
    font-size: 23px;
  }

  .row-c01d .col-0971 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .row-c01d .col-abb5 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .col-0971 .title-wrapper {
    width: 100%;
  }
  .col-abb5 .title-wrapper {
    width: 100%;
  }

  .row-c01d .col-0971 .col-inner .box.has-hover {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: unset;
  }

  .col-09c3 .text-4dc2 {
    margin-left: -200px;
    margin-right: -90px;
  }

  .row-c63d {
    margin-top: 50%;
  }

  .row-c63d img {
    height: 550px;
    margin-top: -380px;
    margin-left: 100px;
    width: auto;
  }

  .row-3ca7 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .row-1385 .text-21e9 {
    padding-top: 50px;
    padding-left: 50%;
  }
  /* .section-cooperate {
    height: 700px;
  } */
  h1 {
    font-size: 24px;
  }
  /* #masthead li {
    margin-left: 5vw;
  } */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1280px) {
  /* .title-question img {
    width: 500px;
  } */
  .section-share .section-content .row-content {
    margin-top: 10px;
  }
  .mouse-up {
    margin-left: 15px;
  }
  .mouse-down {
    margin-left: 15px;
  }
  .title-share img {
    width: 700px;
  }
  .dot {
    width: 25px;
    height: 25px;
  }

  .doctor-comment h4 {
    font-size: 25px;
  }
  .row-machine-content {
    padding-top: 370px;
  }
  /* .mouse-up {
    margin-left: 15px;
  }
  .mouse-down {
    margin-left: 15px;
  } */
  /*NEUROBION*/
  .title-machine {
    padding-right: 100px;
  }
  .title-share {
    padding-left: 150px;
    padding-right: unset;
  }
  .title-gallery {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-gallery img {
    width: 500px;
  }
  .section-share {
    /* margin-top: -200px; */
    margin-top: -150px;
  }
  .banner-content p {
    width: 500px;
    font-size: 16px;
  }
  .banner-content .btn-banner-wrapper {
    width: 400px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-banner span {
    font-size: 14px;
  }
  .section-causes .row-first img {
    height: 700px;
  }

  .img-causes-down img {
    margin-top: -100px;
  }
  .img-circle-bgr {
    top: 10%;
    width: 500px !important;
  }
  .img-share-down .col-img-down img {
    height: 140px;
    margin-top: -45px;
  }
  .section-question {
    margin-top: -210px;
  }
  .row-list-question {
    margin-top: unset;
  }

  .row-list-question .col-question-content {
    padding-top: 100px;
  }
  .submit-question {
    width: 300px;
  }
  .mouse-down-first {
    margin-top: 750px;
  }
  .section-machine {
    margin-top: -450px;
  }
  .col-machine-content {
    padding-top: 0 !important;
  }
  .section-machine .section-content {
    margin-top: 0;
  }
  .section-gallery {
    min-height: 1000px;
    height: auto;
    /* margin-top: -140px; */
  }
  /* .section-cooperate {
    margin-top: -150px;
    height: 800px;
  } */

  .footer-neurobion {
    margin-top: -250px;
  }

  .col-secure-info {
    margin-top: 100px;
    padding-left: 130px;
    font-size: 20px;
    padding-right: 130px;
  }
  .section-symptoms {
    height: 850px;
  }

  .symptoms-text {
    font-size: 20px;
    line-height: 30px;
  }
  .section-symptoms .section-content {
    margin-top: unset;
  }

  .img-symptoms-single {
    position: absolute;
    top: 30%;
  }
  .text-symptoms {
    padding-left: 100px;
    padding-right: 100px;
  }

  .img-symptoms-single img {
    margin-left: 160px;
  }

  .row-causes-img .col:first-child {
    z-index: 1;
  }

  .row-causes-img .col-causes-group-img {
    margin-left: -70px;
    margin-top: unset;
  }
  .section-sick-info {
    height: 880px;
  }

  .row-sick-introduce {
    margin-top: -100px;
  }
  .text-introduce {
    padding-left: 100px;
    font-size: 20px;
  }
  .section-50-percent {
    height: 850px;
  }

  .section-causes {
    margin-top: -160px;
  }

  .doctor-comment {
    font-size: 32px;
    width: 400px;
    margin-left: 130px;
    text-align: justify;
  }

  .row-comment .col:nth-child(3) .col-inner {
    margin-left: 150px;
    padding-top: 210px !important;
  }
  /* 
  .row-comment {
    padding-left:unset;
  } */
  .doctor-text {
    font-size: 18px;
  }

  .row-comment .col:nth-child(2) .col-inner {
    width: 300px;
  }

  .row-comment .col:first-child img {
    margin-left: 20px;
    height: 50px;
    width: 70px;
  }

  .row-comment .col:nth-child(3) img {
    margin-top: 0;
    height: 50px;
    width: 70px;
  }

  .btn-comment-more {
    font-size: 18px;
  }

  .img-machine-down img {
    margin-top: -800px;
  }
  .section-content .row-content {
    margin-top: 50px;
  }
  .btn-machine-more {
    margin-top: 100px;
  }
  h1 {
    font-size: 32px;
  }
  .text-green.doctor-comments {
    font-size: 32px;
  }
  h4 {
    font-size: 23px;
  }
  .text-machine {
    padding-right: 100px;
  }
  .col-machine-text .col-inner {
    padding-left: 50px;
  }
  /*END NEUROBION*/

  .footer-wrapper {
    margin-top: -10px;
  }

  #masthead li {
    height: 90px;
    margin-left: unset;
    padding-top: 18px;
    width: 200px;
    font-size: 16px;
    text-align: center;
  }

  .row.row-result .col:nth-child(2) {
    margin-left: unset;
  }

  .row.row.row-pleasure .col:nth-child(2) {
    margin-left: unset;
  }

  .row.row-result .col:nth-child(2) .col-inner {
    width: 400px;
    margin-left: -110px;
    padding-top: 40px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    width: 400px;
    margin-left: -110px;
    padding-top: 100px;
  }

  .row.row-result .col:nth-child(4) .col-inner {
    display: flex;
    margin-left: -20px;
    width: 325px;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-start;
  }

  .row.row-pleasure .col:nth-child(4) .col-inner {
    padding-top: 50px;
    display: flex;
    margin-left: -20px;
    width: 325px;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-start;
  }

  .row-product .box-image {
    position: absolute;
    right: 10%;
    bottom: 10px;
  }

  .product-title {
    text-align: left;
    padding-left: 50px;
  }

  .row.row-technology .text-technology {
    height: 70px;
    justify-content: center;
  }
  .row-1385 .col {
    background-color: #f7d1d0;
  }

  .col-0971 .col-inner .box-text {
    width: 20vw;
    padding-left: unset;
    padding-left: 15px;
    padding-right: 160px;
  }

  h4 span {
    font-size: 1.2rem;
  }

  .row-1385 .col-780e .col-inner .box.has-hover {
    position: absolute;
    bottom: -120px;
    left: 15%;
  }

  .row-1385 .col {
    background-color: #f7d1d0;
    height: 50vh;
  }

  .row-1385 .col-780e {
    margin-left: -210px;
  }

  .col-09c3 .text-4dc2 {
    padding-top: 100px;
    margin-left: -200px;
    margin-right: -90px;
  }

  .row-1385 .col.medium-2 {
    margin-left: -15vw;
  }

  .row-c63d {
    /* margin-left: -135px; */
    margin-top: 5vh;
  }

  .row-1385 .text-21e9 {
    padding-top: 40px;
    padding-left: 60%;
  }

  .row-1385 {
    margin-top: 250px;
    padding-right: 130px !important;
  }

  .row-btn-more {
    margin-top: 70px;
  }

  .col-abb5 .col-inner .box-text {
    padding-top: 40px;
    width: 17vw;
    margin-left: 4vw;
  }

  .col-abb5 .col-inner .box-text p {
    padding-top: 20px;
  }

  .page_header-db80 {
    width: 100%;
  }

  .row-c63d img {
    margin-top: -330px;
    margin-left: 120px;
  }

  .row-1385 .col-dc7c .col-inner {
    margin-top: 0vh;
  }
  .row-1385 .col-dc7c .box.has-hover {
    background-color: white;
  }

  .col-0971 .button-more-hylacross {
    display: none;
  }

  .col-abb5 .button-more-vycross {
    display: none;
  }

  .row-btn-more .col.medium-4 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: calc(-30%);
  }

  .row-btn-more .col.medium-6 .col-inner .row .col-inner {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: calc(-30%);
  }

  .row-c01d .col-0971 .col-inner {
    height: 510px;
  }

  .row-1385 .box-image {
    overflow: inherit;
  }

  .slider-banner .section {
    height: 850px;
  }
  .custom-radios .row:not(:last-child) {
    height: 50px;
  }
  .number-question {
    font-size: 14px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
  }
  /* .section-cooperate {
    height: 800px;
    margin-top: -140px;
  } */
}
@media only screen and (min-width: 1366px) {
  .ux_image-ba1f {
    padding-bottom: 70px;
  }
  .section-share .section-content .row-content {
    margin-top: 20px;
  }
  .img-share-down .col-img-down img {
    margin-top: -95px;
  }
  .section-cooperate {
    margin-top: -120px;
    min-height: 800px;
  }
  .section-cooperate .section-content {
    margin-top: 130px;
  }
  .section-gallery {
    margin-top: -120px;
  }
}

@media only screen and (min-width: 1400px) {
  .text-machine p {
    font-size: 18px;
  }
  .section-share {
    margin-top: -157px;
  }
  .banner-content p {
    width: 500px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-content {
    width: 600px;
  }
  .img-circle-bgr {
    top: 10%;
    width: 550px !important;
  }
  .section-share .section-content .row-content {
    margin-top: 40px;
  }
  .section-share {
    margin-top: -180px;
  }
  .btn-banner-wrapper {
    width: 500px;
    height: 50px;
  }
  .btn-banner span {
    font-size: 22px;
  }
  .banner-content p {
    width: 600px;
    font-size: 22px;
  }
  .banner-content .btn-banner-wrapper {
    width: 500px;
    height: 60px;
  }
  .text-machine p {
    font-size: 20px;
  }
  .custom-radios .row:not(:last-child) {
    height: 70px;
  }
  .number-question {
    font-size: 18px;
  }
  /* .section-cooperate {
    height: 800px;
    margin-top: -120px;
  } */
  .section-gallery {
    height: 1400px;
    margin-top: -160px;
  }
}
@media only screen and (min-width: 1920px) {
  .section-cooperate {
    min-height: 900px;
  }
  .doctor-comment {
    width: 600px;
  }
  .banner-content {
    width: 700px;
  }
  .banner-content .btn-banner-wrapper {
    width: 600px;
  }
  .img-circle-bgr {
    top: 10%;
    width: 700px !important;
  }
  .section-share .section-content .row-content {
    margin-top: 60px;
  }
  .custom-radios .row:not(:last-child) {
    height: 100px;
  }
  .number-question {
    font-size: 20px;
  }
  .text-machine p {
    font-size: 25px;
  }
  .text-green.doctor-comments {
    font-size: 40px;
  }
  .doctor-comment h4 {
    font-size: 35px;
  }
  .img-quote-first .col-inner {
    margin-left: -150px !important;
  }
  .img-quote-second .col-inner {
    margin-top: 160px !important;
    margin-left: 240px !important;
  }
  .doctor-comment h3 {
    font-size: 27px;
  }
  .section-share {
    margin-top: -200px;
  }
  .banner-content {
    margin-left: 100px;
  }
  .banner-content p {
    width: 700px;
    font-size: 25px;
  }
  .banner-content .btn-banner-wrapper {
    height: 70px;
    padding-top: 20px;
  }
  .btn-banner span {
    font-size: 25px;
    /* padding-left: 150px; */
  }
  h1 {
    font-size: 32px;
  }
  /* .section-cooperate {
    margin-top: -150px;
    height: 1000px;
  } */
  .section-gallery {
    min-height: 1300px;
    margin-top: -150px;
  }
  .col-gallery {
    padding-top: 0;
  }
  .row.row-result .col:first-child {
    margin-left: unset;
  }

  .row.row-pleasure .col:first-child {
    margin-left: unset;
  }

  .row.row-icons .col:first-child {
    margin-left: -160px;
  }
  .row.row-icons {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
  }

  .row.row-result {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .row.row-result .col:nth-child(2) .col-inner {
    width: 453px;
    margin-left: -10px;
  }

  .row.row-pleasure .col:nth-child(2) .col-inner {
    width: unset;
    margin-left: unset;
    padding-top: 100px;
  }

  .row.row-pleasure {
    margin-left: -90px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .title-result h1 {
    font-size: 45px;
  }

  .title-pleasure h1 {
    font-size: 45px;
  }

  .row.row-pleasure .col:nth-child(4) .col-inner {
    width: 426px;
    margin-left: -170px;
  }

  .row.row-result .col:nth-child(4) .col-inner {
    margin-left: -170px;
    width: 426px;
  }

  .row.row-technology .text-technology {
    height: 72px;
    justify-content: center;
  }

  .row.row-technology .text-technology h1 {
    font-size: 18px;
  }

  .col-technology-hylacross {
    padding-left: 319px;
  }

  .col-technology-vycross {
    padding-right: 319px;
  }

  .footer-2 .row.dark.large-columns-3.mb-0 {
    margin-left: 30px;
  }

  .footer-2 .block_widget {
    font-size: 20px;
    padding-left: 100px;
  }

  .footer-2 #block_widget-2 {
    padding-right: 150px;
  }

  .footer-2 .block_widget span {
    font-size: 22px;
  }

  .footer-2 .block_widget p {
    font-size: 20px;
  }

  .footer-2 .email-address {
    width: 250px;
    height: 48px;
  }

  .footer-2 .submit-email {
    height: 48px;
    margin-left: -5px;
  }

  .footer-2 .social-icons.follow-icons {
    padding-top: 30px;
  }

  .row-d2b9 .column-blog-more .col-inner {
    width: 300px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .page_header-db80 {
    width: 900px;
  }
  .row-1385 .col-780e .col-inner .box.has-hover {
    position: absolute;
    width: 40%;
    bottom: -70px;
    left: 35%;
  }

  .row-1385 .col-dc7c .box.has-hover {
    background-color: white;
  }
  .row-3ca7 .col-2e38 {
    margin-left: 0%;
  }

  .row-1385 .col.medium-2 {
    margin-left: -25vw;
  }

  .col-abb5 .col-inner .box-text {
    margin-left: 40px;
    padding-right: 35px;
    width: 12vw;
    padding-left: 15px;
  }

  .row-btn-more span {
    font-size: 18px;
  }

  .row-btn-more a {
    height: 55px;
  }

  .col-0971 .col-inner .box-text {
    width: 23vw;
    padding-left: unset;
    padding-left: 55px;
    padding-right: 200px;
  }

  .col-abb5 .col-inner .box-text {
    width: 23vw;
    padding-left: unset;
    padding-left: 55px;
    padding-right: 200px;
  }

  .row-btn-more .button-more-hylacross {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .row-c01d .col-0971 .col-inner .box.has-hover {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: unset;
  }

  .col-abb5 .col-inner .box-text {
    margin-left: 0vw;
    padding-right: 15%;
    width: 15vw;
  }

  .col-abb5 .col-inner .box-text h4 {
    font-size: 25px;
  }

  .col-0971 .col-inner .box-text h4 {
    font-size: 25px;
  }

  .row-c01d .col-abb5 .col-inner .box.has-hover {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: unset;
  }

  .row-1385 .col-dc7c .box.has-hover {
    background-color: #f7d1d0;
  }

  .row-1385 img {
    /* margin-top: -30px; */
    margin-top: -100px;
    width: auto;
  }

  .row-1385 .box-image {
    overflow: inherit;
  }

  .row-1385 .col-780e {
    /* padding-left: calc(1080px / 2 + 35vw); */
    margin-left: -500px;
  }

  .row-1385 .col {
    background-color: #f7d1d0;
    height: 45vh;
  }
  .row-1385 .col-780e .col-inner {
    padding-left: calc(1080px / 2 + 45vw);
  }

  .row-1385 {
    padding-left: calc(-1080px / 2 + 50vw);
  }

  .row-1385 .text-21e9 {
    height: 400px;
    margin-left: -550px;
    padding-top: 40px;
    padding-left: 50%;
    padding-right: 60px;
  }

  .row-1385 .text-21e9 h4 {
    padding-right: 50px;
    font-size: 20px;
  }

  .row-1385 .text-21e9 h2 {
    font-size: 30px;
  }

  .row-c63d img {
    height: 700px;
    margin-top: -480px;
    margin-left: 300px;
  }

  .col-09c3 .text-4dc2 {
    margin-left: -50px;
    margin-right: -290px;
  }

  .row-c63d .text-4dc2 h4 {
    font-size: 20px;
  }

  .row-c63d .text-4dc2 h2 {
    font-size: 30px;
  }

  .col-abb5 .col-inner .box-text p {
    padding-top: 25px;
  }

  .row-1385 .col-dc7c .box.has-hover {
    background-color: white;
  }

  .row-c01d .col-abb5 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 25px;
  }

  .row-c01d .col-0971 h1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 25px;
  }

  p {
    font-size: 22px;
  }

  .row-blogs h3 {
    font-size: 30px;
  }

  .col-01e0 a {
    height: 55px;
    font-size: 16px;
  }

  .col-01e0 .col-inner {
    width: 400px;
  }

  .accordion span {
    font-size: 20px;
  }

  #row-1596848922 {
    margin-top: 50px;
  }

  #masthead {
    padding-left: 250px;
  }

  #masthead li {
    height: 90px;
    padding-top: 18px;
    width: 200px;
    font-size: 20px;
    text-align: center;
  }

  #masthead ul {
    margin-left: 150px;
  }

  .row-d2b9 a {
    font-size: 20px;
  }

  #logo {
    margin-left: -200px;
  }

  .row-c01d .col-0971 .col-inner {
    height: 600px;
  }
}
/* @media only screen and (min-width: 1400px) {
  .section-gallery {
    height: 1200px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-gallery {
    height: 1400px;
    margin-top: -170px;
  }
} */
