/*-----------------------------------------------Global---------------------------------------------------------------*/
html {
  overflow: auto;
}
body {
  font-family: "Nunito", sans-serif;
  overflow: hidden;
}

h1,
h2 {
  line-height: 1.2;
  text-align: center;
}

h1 {
  /* font-size: 59px; */
  color: rgb(30, 40, 100);
  font-weight: 800;
}

@media (min-width: 992px) {
  h1 {
    font-size: 59px;
  }
}

h2 {
  font-size: 28px;
  color: rgb(30, 40, 100);
  font-weight: 300;
}

h3 {
  font-size: 20px;
  color: rgb(30, 40, 100);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1280px;
  }
}

a.policy {
  color: white;
  text-decoration: underline;
}

a.policy:hover {
  color: white;
}

a.help {
  color: inherit;
  text-decoration: underline;
}

a.help:hover {
  color: inherit;
}

.scroll-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  border-top-left-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  z-index: 5;
}

.underline {
  border: 2px solid transparent;
}
.underline::after {
  width: 0%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: relative;
  top: 0px;
  left: 50%;
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.underline:hover::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  content: " ";
  position: relative;
  top: 0px;
  left: 0px;
}

/*-----------------------------------------------First row------------------------------------------------------------*/
.first {
  background-image: -moz-linear-gradient(
    45deg,
    rgb(63, 167, 240) 0%,
    rgb(240, 30, 90) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(63, 167, 240) 0%,
    rgb(240, 30, 90) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(63, 167, 240) 0%,
    rgb(240, 30, 90) 100%
  );
  width: 100%;
}

.first .navbar-nav a {
  font-size: 18pxs;
  color: rgb(255, 255, 255) !important;
  padding-left: 10px !important;
}

.first .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-align: right;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
  }
}

@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    background-image: -webkit-linear-gradient(
      45deg,
      rgb(63, 167, 240) 0%,
      rgb(240, 30, 90) 100%
    );
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navbar-toggler,
  .navbar-brand {
    z-index: 11;
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("images/menu.png");
  }

  .navbar-toggler-icon-x {
    background-image: url("images/cross.png") !important;
  }

  .first .navbar-dark .navbar-toggler {
    border: none;
  }

  .navbar-nav .nav-link {
    font-size: 28px;
  }
}

.first button:focus {
  outline: 1px;
}

.first .left-side {
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}

.first .left-side h1 {
  font-size: 59px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  text-align: left;
}

.first .left-side h2 {
  font-size: 28px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  text-align: left;
}

.first .garanted {
  border-radius: 30px;
  background-color: rgba(30, 40, 100, 0.7);
  padding-bottom: 20px;
  color: rgba(183, 220, 243, 0.8);
  line-height: 1.2;
  text-align: left;
}

.first .garanted .title {
  font-size: 24px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 800;
}

.first .garanted .text {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 300;
}

.first .list .text {
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}

.first .buttons .button-next {
  border-radius: 20px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  box-shadow: 0px 10px 20px 0px rgba(60, 170, 240, 0.2);
  width: 200px;
  height: 75px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.first .buttons .button-next.text {
  font-size: 16px;
  color: rgb(100, 115, 175);
  font-weight: 800;
  line-height: 75px;
}

.first .buttons .button-register {
  box-sizing: border-box;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
  background: none;
  border: none;
  border-top: 5px solid rgb(255, 255, 255);
  border-bottom: 5px solid rgb(255, 255, 255);
  position: relative;
  border-image: linear-gradient(
      to right,
      rgb(255, 255, 255) 0%,
      rgb(183, 220, 243) 100%
    )
    1 stretch;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  max-width: 100%;
  cursor: pointer;
}

.safari .first .buttons .button-register {
  border-image: -webkit-linear-gradient(
      left,
      rgb(255, 255, 255) 30%,
      rgb(183, 220, 243) 70%
    )
    38 stretch;
}

.first .buttons .button-register:before,
.first .buttons .button-register:after {
  content: "";
  display: block;
  width: 25px;
  height: 60px;
  border-radius: 20px 0 0 20px;
  border: 5px solid rgb(255, 255, 255);
  position: absolute;
  border-right: none;
  left: -25px;
  top: -5px;
}

.safari .first .buttons .button-register:before {
  left: -26px;
}

.first .buttons .button-register:after {
  border-radius: 0 20px 20px 0;
  border: 5px solid rgb(183, 220, 243);
  position: absolute;
  border-left: none;
  left: auto;
  height: 60px;
  right: -25px;
  top: -5px;
}

.safari .first .buttons .button-register:after {
  right: -26px;
}

.first .buttons .button-register:hover {
  background: rgba(0, 0, 0, 0);
}

.first .buttons .button-register:after,
.gomb-reg:before {
  background: rgba(0, 0, 0, 0);
}

.first .buttons .button-register.text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 65px;
}

.first .buttons .button-register .text:hover {
  text-decoration: none;
}

.first .circle {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.first .wrapper {
  position: absolute;
  margin: auto;
  top: 108px;
  left: 31%;
  right: 31%;
}

@media (min-width: 1200px) {
  .first .wrapper {
    left: 28%;
    right: 28%;
  }
}

@media (max-width: 1200px) {
  .first .wrapper {
    left: 17%;
    right: 17%;
  }
}

@media (max-width: 992px) {
  .first .wrapper {
    left: 31%;
    right: 31%;
  }
}

@media (max-width: 770px) {
  /* .first .buttons .button-register {
    width: 84%;
  } */

  .first .buttons .button-next {
    text-align: center;
    width: 95%;
    margin-top: 1rem;
  }

  .first .wrapper {
    left: 26%;
    right: 25%;
  }
}

@media (max-width: 480px) {
  .first .left-side {
    text-align: center;
  }

  .first .left-side h1 {
    font-size: 2.45rem;
    text-align: center;
  }

  .first .left-side h2 {
    font-size: 1.15rem;
    text-align: center;
  }

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

  .first .garanted .text-white {
    display: block;
  }

  .first .garanted .text {
    margin-top: 0.5rem;
    font-size: small;
  }

  .first .list .text {
    line-height: 1.2;
  }

  .first .wrapper {
    left: 16%;
    right: 15%;
  }

  #mobil {
    width: inherit;
  }
}

/*-----------------------------------------------First row end--------------------------------------------------------*/
/*-----------------------------------------------Second row-----------------------------------------------------------*/
.second .circle-chart__circle.animate {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
}

@media (max-width: 480px) {
  .second {
    margin-top: -17rem;
    padding-top: 15rem;
    background-color: #fff;
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

/*-----------------------------------------------Second row end-------------------------------------------------------*/
/*-----------------------------------------------Third row------------------------------------------------------------*/
.third h1 {
  line-height: 1;
  text-align: left;
}

.third h2 {
  line-height: 1;
  text-align: left;
}

.third h3 {
  text-align: left;
}

.third .button-next {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  border-top: 5px solid rgb(240, 30, 90);
  border-bottom: 5px solid rgb(240, 30, 90);
  position: relative;
  border-image: linear-gradient(
      to right,
      rgb(240, 30, 90) 0%,
      rgb(63, 167, 240) 100%
    )
    1 stretch;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  height: 75px;
  width: 100px;
  box-shadow: none;
}

.safari .third .button-next {
  border-image: -webkit-linear-gradient(
      left,
      rgb(240, 30, 90) 35%,
      rgb(63, 167, 240) 65%
    )
    38 stretch;
}

.third .button-next:before,
.third .button-next:after {
  content: "";
  display: block;
  width: 25px;
  height: 75px;
  border-radius: 20px 0 0 20px;
  border: 5px solid rgb(240, 30, 90);
  position: absolute;
  border-right: none;
  left: -25px;
  top: -5px;
}

.safari .third .button-next:before {
  left: -26px;
}

.third .button-next:after {
  border-radius: 0 20px 20px 0;
  border: 5px solid rgb(63, 167, 240);
  position: absolute;
  border-left: none;
  left: auto;
  height: 75px;
  right: -25px;
  top: -5px;
}

.safari .third .button-next:after {
  right: -26px;
}

.third .button-next:hover {
  background: rgba(0, 0, 0, 0);
}

.third .button-next:after,
.third .button-next:before {
  background: rgba(0, 0, 0, 0);
}

.third .button-next.text {
  font-size: 16px;
  color: rgb(100, 115, 175);
  font-weight: 800;
  line-height: 65px;
}

.third .img-block-left {
  background-size: inherit;
  width: 90%;
  height: 500px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.third .img-step1 {
  background: url("images/step1-min.png") no-repeat fixed 0% 75%;
}

.third .img-step3 {
  background: url("images/step3-min.png") no-repeat fixed 0% 75%;
}

.third .img-step-left {
  position: absolute;
  top: 10%;
  left: 81%;
}

.third .img-block-right {
  margin-left: auto;
  background-size: inherit;
  width: 90%;
  height: 500px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.third .img-step2 {
  background: url("images/step2-min.png") fixed no-repeat;
  background-position-y: 50%;
  background-position-x: 100%;
  background-size: 46%;
}

.third .img-step4 {
  background: url("images/step4-min.png") fixed no-repeat;
  background-position-y: 50%;
  background-position-x: 100%;
  background-size: 46%;
}

.third .img-step-right {
  position: absolute;
  top: 10%;
  right: 82%;
}

.third .circle-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
}

.third .circle-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
}

.third .circle-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
}

@media (max-width: 1366px) {
  .third .img-block-left {
    width: 90%;
  }

  .third .img-block-right {
    width: 90%;
  }

  .third .img-step-left {
    left: 78%;
  }

  .third .img-step-right {
    right: 78%;
  }

  .third .img-step1 {
    background: url("images/step1-min.png") no-repeat fixed -20% 75%;
  }

  .third .img-step3 {
    background: url("images/step3-min.png") no-repeat fixed -20% 75%;
  }

  .third .img-step4 {
    background: url("images/step4-min.png") fixed no-repeat;
    background-position-y: 30%;
    background-position-x: 100%;
  }
}

@media (max-width: 1200px) {
  .third .img-block-left {
    width: 80%;
  }

  .third .img-block-right {
    width: 80%;
  }

  .third .img-step-left {
    left: 72%;
  }

  .third .img-step-right {
    right: 72%;
  }

  .third .img-step1 {
    background: url("images/step1-min.png") no-repeat;
  }

  .third .img-step2 {
    background: url("images/step2-min.png") no-repeat;
    background-size: cover;
  }

  .third .img-step3 {
    background: url("images/step3-min.png") no-repeat;
  }

  .third .img-step4 {
    background: url("images/step4-min.png") no-repeat;
    background-size: cover;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
  .img-step-left,
  .img-step-right {
    display: none;
  }
  .third .img-step1,
  .third .img-step3 {
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-size: cover;
  }
  .third .img-step2,
  .third .img-step4 {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-size: cover;
  }
  .third-image__container {
    padding: 0px !important;
  }

  .third .button-next {
    width: 80%;
  }

  .third .img-block-left {
    width: 100%;
  }
}
/*-----------------------------------------------Third row end--------------------------------------------------------*/
/*-----------------------------------------------Fourth row-----------------------------------------------------------*/
.fourth {
  position: relative;
  color: #fff;
}

.fourth h1 {
  color: rgb(255, 255, 255);
  text-align: left;
}

.fourth h2 {
  font-size: 23px;
  color: rgb(255, 255, 255);
  text-align: left;
}

.fourth .left > *,
.fourth .right > * {
  position: relative;
  z-index: 1;
}

.fourth .left::before,
.fourth .right::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120vw;
  overflow: hidden;
}

.fourth .left::before {
  right: -10%;
  background-color: rgb(240, 37, 98);
  box-shadow: -10px 25px 100px -15px rgb(240, 37, 98);
}

.fourth .right::before {
  left: -10%;
  background-color: rgb(88, 184, 244);
  box-shadow: 10px 25px 100px -15px rgb(88, 184, 244);
}

.fourth .orvos .details h3 {
  color: inherit;
  font-size: 30px;
  font-weight: bold;
}

.fourth .orvos .details p {
  font-size: 20px;
  font-weight: 400;
}

.fourth .orvos img {
  transform: translateX(20%);
}

@media (min-width: 320px) and (max-width: 480px) {
  .fourth h1 {
    text-align: center;
    width: 100%;
  }

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

@media (min-width: 768px) {
  .fourth .orvos {
    min-height: 400px;
  }

  .fourth .orvos img {
    max-height: 120%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  .fourth .orvos img[src*="klinger_maria"] {
    transform: translateX(30%);
  }
}

@media (min-width: 1200px) {
  .fourth .left::before {
    right: 0;
  }

  .fourth .right::before {
    left: 0;
  }

  .fourth .orvos .details {
    width: 50%;
  }
}

#orvosok-slider {
  margin-top: 3rem;
}

#orvosok-slider .swiper-container {
  margin-top: 60px;
  margin-bottom: 50px;
}

#orvosok-slider .swiper-slide .wrapper figure {
  padding-top: 4rem;
  background-image: linear-gradient(225deg, #F02562 0%, #58B8F4 100%);
  border-radius: 50px;
  overflow: hidden;
}

#orvosok-slider .swiper-slide .wrapper figure img {
  transform: scale(1.2);
  transform-origin: bottom;
}

@media (min-width: 1200px) {
  #orvosok-slider .swiper-slide .wrapper figure {
    min-height: 350px;
  }

  #orvosok-slider .swiper-slide .wrapper figure img {
    transform: scale(1.4);
  }
}

#orvosok-slider .swiper-slide .wrapper p {
  color: rgb(30, 40, 100);
  font-size: 20px;
  font-weight: 400;
}

#orvosok-slider nav.slider-nav {
  text-align: center;
}

#orvosok-slider .slider-nav__prev,
#orvosok-slider .slider-nav__next {
  width: 60px;
  height: 60px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  background-image: linear-gradient(225deg, #E6F3FB 0%, #CAE5F6 100%);
  border-radius: 50%;
}

#orvosok-slider .slider-nav__prev svg,
#orvosok-slider .slider-nav__next svg {
  vertical-align: middle;
}

@media (min-width: 992px) {
  #orvosok-slider {
    margin-top: 6rem;
  }
}

/*-----------------------------------------------Fourth row end-------------------------------------------------------*/
/*-----------------------------------------------Fifth row------------------------------------------------------------*/
.fifth .diagram-text h1 {
  font-size: 40px;
  margin-bottom: 0;
}

.fifth .diagram-text h2 {
  font-size: 20px;
  font-weight: 300;
}

.fifth .line.animate {
  animation: line-draw 3s reverse;
}

@keyframes line-draw {
  to {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
  }
}

.fifth .button-diagram {
  border-radius: 30px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(240, 30, 90) 0%,
    rgb(63, 167, 240) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(240, 30, 90) 0%,
    rgb(63, 167, 240) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(240, 30, 90) 0%,
    rgb(63, 167, 240) 100%
  );
  width: 235px;
  height: 85px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.fifth .button-diagram .text {
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: 800;
  line-height: 72px;
}

.fifth .button-diagram .little {
  vertical-align: super;
  font-size: 22px;
  font-weight: 300;
}

@media (min-width: 320px) and (max-width: 480px) {
  .fifth.py-5 {
    padding-top: 0px !important;
  }

  .clinic-cost__container {
    margin-top: 3rem;
  }
}

/*-----------------------------------------------Fifth row end--------------------------------------------------------*/
/*-----------------------------------------------Sixth row------------------------------------------------------------*/
.sixth {
  position: relative;
  background: url("images/reg-bg-min.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 75vh;
}

.sixth h1 {
  color: rgb(255, 255, 255);
  text-align: left;
}

.sixth h2 {
  color: rgb(255, 255, 255);
  text-align: left;
}

.sixth .registration-form {
  border-radius: 20px;
  border: 4px solid rgb(183, 220, 243);
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  position: relative;
  z-index: 3;
  margin-left: 0px;
}

.sixth .form-control {
  font-family: "Nunito", sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  border: 0px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sixth .form-control:focus {
  box-shadow: none;
}

.sixth .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}

.sixth .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(255, 255, 255);
}

.sixth .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(255, 255, 255);
}

.sixth .registration-form .btn {
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  box-shadow: 0px 10px 20px 0px rgba(60, 170, 240, 0.2);
  font-family: "Nunito", sans-serif;
  border: none;
  color: rgb(100, 115, 175);
  font-weight: bold;
  font-size: 16px;
}

.sixth .circle {
  position: absolute;
  right: 0;
  bottom: 50%;
  height: 100%;
  z-index: 2;
}

.sixth .checkbox h3 {
  color: rgb(255, 255, 255);
}

.sixth .checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.sixth .checkbox .cr {
  position: relative;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  border: 4px solid rgb(183, 220, 243);
  border-radius: 15px;
  box-shadow: 0px 20px 40px 0px rgba(30, 40, 100, 0.2);
  display: block;
  width: 45px;
  height: 45px;
  float: left;
}

.sixth .checkbox .cr .cr-icon {
  position: absolute;
  font-size: 1.65em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.sixth .checkbox label input[type="checkbox"] {
  display: none;
}

.sixth .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
}

.sixth .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
}

.sixth .checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}

/*-----------------------------------------------Sixth row end--------------------------------------------------------*/
/*-----------------------------------------------Seventh row----------------------------------------------------------*/
.seventh {
  background-image: -moz-linear-gradient(
    45deg,
    rgb(183, 220, 243) 0%,
    rgb(255, 255, 255) 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(183, 220, 243) 0%,
    rgb(255, 255, 255) 100%
  );
  background-image: -ms-linear-gradient(
    45deg,
    rgb(183, 220, 243) 0%,
    rgb(255, 255, 255) 100%
  );
}

.seventh .comment-form {
  border: 4px solid rgb(100, 115, 175);
  border-radius: 40px;
  background-color: rgba(100, 115, 175, 0.2);
  box-shadow: 0px 20px 40px 0px rgba(100, 115, 175, 0.2);
  width: 700px;
  height: 155px;
}

.seventh .comment-input.form-control {
  font-family: "Nunito", sans-serif;
  display: block;
  width: 100%;
  padding: 1rem 3.75rem;
  margin-right: 15rem;
  font-size: 1.1rem;
  line-height: 1.35;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 40px;
  outline: none;
  resize: none;
}

.seventh .comment-input.form-control:focus {
  outline: none;
  box-shadow: none;
}

.seventh .comment-input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(100, 115, 175);
  opacity: 1; /* Firefox */
}

.seventh .comment-input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(100, 115, 175);
}

.seventh .comment-input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(100, 115, 175);
}

.seventh .button-comment {
  background: linear-gradient(
      to right,
      rgb(240, 30, 90) 0%,
      rgb(63, 167, 240) 100%
    )
    no-repeat;
  font-size: 15px;
  color: white;
  border-radius: 20px;
  font-family: "Nunito", sans-serif;
  line-height: 2rem;
  margin-right: 15px !important;
}

.seventh .comment-container .comment-image {
  border-radius: 50px;
  box-shadow: 0px 30px 40px 0px rgba(30, 40, 100, 0.2);
  position: absolute;
  top: 45px;
  bottom: 0;
  left: -110px;
  width: 180px;
  height: 180px;
  display: inline-block;
}

.seventh .comment-image.comment-1 {
  background: url("images/comment1-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 77%;
}

.seventh .comment-image.comment-2 {
  background: url("images/comment2-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 77%;
}

.seventh .comment-image.comment-3 {
  background: url("images/comment3-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 77%;
}

.seventh .comment-image.comment-4 {
  background: url("images/comment4-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 77%;
}

.seventh .comment-image.comment-5 {
  background: url("images/comment5-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 77%;
}

.seventh .comment-image.comment-6 {
  background: url("images/comment6-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 77%;
}

.seventh .comment-container .comment-text {
  min-height: 325px;
  background-size: cover;
  font-family: "Nunito", sans-serif;
  color: rgb(30, 40, 100);
  font-size: 27px;
  font-style: italic;
  font-weight: 300;
  padding: 9% 10% 12% 20%;
  background-color: white;
  border-radius: 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
.comment-text:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}
.comment-text::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  position: relative;
  top: 35px;
  color: #ccc;
  font-size: 3em;
}
.seventh .comment-container .comment-sign {
  position: absolute;
  right: 10%;
  bottom: 5%;
  font-size: 22px;
  color: rgb(100, 115, 175);
  line-height: 1.2;
  text-align: left;
  font-weight: 800;
}

.seventh .cascade-slider_container {
  position: relative;
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}

.seventh .cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 2s ease;
  opacity: 0;
  z-index: -1;
  width: 80%;
}

.seventh .cascade-slider_item.next {
  left: 50%;
  transform: translateY(-50%) translateX(-150%) scale(0.6);
  opacity: 0.5;
  z-index: 1;
}

.seventh .cascade-slider_item.prev {
  left: 50%;
  transform: translateY(-50%) translateX(50%) scale(0.6);
  opacity: 0.5;
  z-index: 1;
}

.seventh .cascade-slider_item.now {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}
@media (min-width: 320px) and (max-width: 480px) {
  .seventh .col-auto {
    width: unset;
    flex: initial;
  }

  .seventh .comment-input.form-control {
    margin-right: 0px;
  }

  .comment-image {
    display: none !important;
  }
}
/*-----------------------------------------------Seventh row end------------------------------------------------------*/
/*-----------------------------------------------Eighth row-----------------------------------------------------------*/
.eighth .list {
  font-size: 26px;
  font-family: "Nunito", sans-serif;
  color: rgb(100, 115, 175);
  line-height: 1.923;
  text-align: left;
}

@media (min-width: 320px) and (max-width: 480px) {
  .eighth .list {
    text-align: center;
  }
}
/*-----------------------------------------------Eighth row end-------------------------------------------------------*/
/*-----------------------------------------------Nineth row-----------------------------------------------------------*/
.nineth {
  position: relative;
  background: url("images/nineth-min.png") no-repeat center;
  background-size: cover;
  background-position-y: 20%;
  min-height: 85vh;
}

@media (max-width: 1300px) {
  .nineth {
    background-image: -moz-linear-gradient(
      45deg,
      rgb(30, 40, 100) 0%,
      rgb(240, 30, 90) 100%
    );
    background-image: -webkit-linear-gradient(
      45deg,
      rgb(30, 40, 100) 0%,
      rgb(240, 30, 90) 100%
    );
    background-image: -ms-linear-gradient(
      45deg,
      rgb(30, 40, 100) 0%,
      rgb(240, 30, 90) 100%
    );
    height: initial;
    min-height: initial;
  }
}

.nineth h1,
.nineth h2,
.nineth h3 {
  color: rgb(255, 255, 255);
  text-align: left;
}

.nineth .form-control {
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  font-family: "Nunito", sans-serif;
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  font-size: 1.1rem;
  line-height: 2.5;
  border-radius: 20px;
  border: 4px solid rgb(183, 220, 243);
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nineth .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}

.nineth .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(255, 255, 255);
}

.nineth .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(255, 255, 255);
}

.nineth .button-register {
  border-radius: 20px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(183, 220, 243) 100%
  );
  box-shadow: 0px 10px 20px 0px rgba(60, 170, 240, 0.2);
  width: 400px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  border: none;
  color: rgb(100, 115, 175);
  font-weight: bold;
  font-size: 16px;
}

.nineth .button-register:hover {
  cursor: pointer;
}

.nineth .button-register .text {
  font-size: 16px;
  color: rgb(100, 115, 175);
  font-weight: 800;
  line-height: 70px;
}

.nineth .circle {
  position: absolute;
  right: 0;
  bottom: 125%;
  height: 100%;
  z-index: 2;
}

.nineth .checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

.nineth .checkbox .cr {
  position: relative;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(183, 220, 243, 0.3) 100%
  );
  border: 4px solid rgb(183, 220, 243);
  border-radius: 15px;
  box-shadow: 0px 20px 40px 0px rgba(30, 40, 100, 0.2);
  display: block;
  width: 45px;
  height: 45px;
  float: left;
}

.nineth .checkbox .cr .cr-icon {
  position: absolute;
  font-size: 1.65em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.nineth .checkbox label input[type="checkbox"] {
  display: none;
}

.nineth .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  opacity: 0;
}

.nineth .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  opacity: 1;
}

.nineth .checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: 0.5;
}

@media (min-width: 320px) and (max-width: 480px) {
  .nineth h1 {
    text-align: center;
    margin-top: 0px !important;
  }
  .nineth h2,
  .nineth h3 {
    text-align: center;
  }

  .nineth #lastName {
    margin-top: 10px;
  }

  #doctor-register-btn {
    width: 100%;
  }
}
/*-----------------------------------------------Nineth row end-------------------------------------------------------*/
/*-----------------------------------------------Footer---------------------------------------------------------------*/

.footer h1 {
  font-size: 20px;
  text-align: left;
  font-weight: 800;
}

.footer h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 300;
}

.footer .kovess-text {
  font-size: 12px;
  color: rgb(30, 40, 100);
}

.footer .social-text {
  font-size: 20px;
  color: rgb(100, 115, 175);
  line-height: 1.2;
  text-align: left;
  font-weight: 800;
}

.footer .navbar-nav .nav-link {
  color: rgb(30, 40, 100);
}
@media (min-width: 320px) and (max-width: 480px) {
  .footer .nav-links {
    display: none;
  }

  .footer .kovess-text,
  .footer .social-text {
    display: none;
  }

  .social-nav {
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
  }
}
/*-----------------------------------------------Override externel library styles---------------------------------------------------------------*/
.swal2-confirm {
  background: linear-gradient(
      to right,
      rgb(240, 30, 90) 0%,
      rgb(63, 167, 240) 100%
    )
    no-repeat !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.copyright {
  margin-top: 20px;
}

/*---------------------------------------------------Cookie-----------------------------------------------------------*/
.cookie-accept {
  position: fixed;
  background-color: white;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 20;
}

.cookie-accept .button-next {
  margin-left: 20px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  border-top: 2px solid rgb(240, 30, 90);
  border-bottom: 2px solid rgb(240, 30, 90);
  position: relative;
  border-image: linear-gradient(
      to right,
      rgb(240, 30, 90) 0%,
      rgb(63, 167, 240) 100%
    )
    1 stretch;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  height: 25px;
  width: 70px;
  box-shadow: none;
}

.safari .cookie-accept .button-next {
  border-image: -webkit-linear-gradient(
      left,
      rgb(240, 30, 90) 35%,
      rgb(63, 167, 240) 65%
    )
    38 stretch;
}

.cookie-accept .button-next:before,
.cookie-accept .button-next:after {
  content: "";
  display: block;
  width: 5px;
  height: 25px;
  border-radius: 5px 0 0 5px;
  border: 2px solid rgb(240, 30, 90);
  position: absolute;
  border-right: none;
  left: -5px;
  top: -2px;
}

.safari .cookie-accept .button-next:before {
  left: -6px;
}

.cookie-accept .button-next:after {
  border-radius: 0 5px 5px 0;
  border: 2px solid rgb(63, 167, 240);
  position: absolute;
  border-left: none;
  left: auto;
  height: 25px;
  right: -5px;
  top: -2px;
}

.safari .cookie-accept .button-next:after {
  right: -6px;
}

.cookie-accept .button-next:hover {
  background: rgba(0, 0, 0, 0);
}

.cookie-accept .button-next:after,
.cookie-accept .button-next:before {
  background: rgba(0, 0, 0, 0);
}

.cookie-accept .button-next.text {
  font-size: 13px;
  color: rgb(100, 115, 175);
  font-weight: 800;
  line-height: 20px;
}

.first .navbar-nav .custom-nav-button {
  height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #ffffff 0%, #b7dcf3 100%);
  box-shadow: 0 10px 20px 0 rgba(100, 115, 175, 0.4);
  max-width: 160px;
  font-weight: bold;
  color: #1e2864 !important;
  font-family: Nunito;
  font-size: 16px;
}

.enter-button {
  border-radius: 20px;
  background: linear-gradient(45deg, #ffffff 0%, #b7dcf3 100%);
  box-shadow: 0 10px 20px 0 rgba(100, 115, 175, 0.4);
  color: #6473af;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0 !important;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  text-align: center;
  padding: 10px;
}

@media (max-width: 998px) {
  .nav-item.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  #dokiLogoFooterMiddle {
    margin-top: 20px;
  }
}

@media (min-width: 998px) {
  .remove-padding {
    padding: 0;
  }

  nav.shrinking-nav.shrink a {
    font-size: 16px;
    color: #1b2666 !important;
  }

  nav.shrinking-nav.shrink .underline:hover::after {
    background-color: #1b2666 !important;
  }

  nav.shrinking-nav.shrink a.custom-nav-button {
    max-height: 40px;
    border-radius: 15px;
    border: 2px solid #6473af;
    color: #6473af !important;
    background: transparent;
    box-shadow: none;
  }
  nav.shrinking-nav.shrink .navbar-collapse {
    flex-grow: unset;
  }
  #brand1 img {
    margin-bottom: 7px;
  }
}

.navbar-toggler-icon {
  display: none;
}

nav.shrinking-nav.shrink .mobile-menu-icon {
  color: #6473af !important;
}

nav.shrinking-nav.shrink {
  min-height: 35px;
  background-color: #fff;
  height: 60px;
  box-shadow: 0 10px 20px 0 rgba(100, 115, 175, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.shrinking-nav.shrink #brand1 {
  display: none;
}

nav.shrinking-nav.shrink #brand2 {
  display: initial;
  margin-right: 150px;
}

#brand2 {
  display: none;
}

.list-item-link {
  cursor: pointer;
}

select.form-control {
    -webkit-appearance: none;
    height: 65px!important;
}

.opacity-5 {
  opacity: 0.5;
}
