@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* classes */
.main-heading-small {
    font-size: 36px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.main-text-large {
    font-size: 22px;
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

/* hero-sec */
.hero-sec {
    padding-top: 56px;
}

.text-box h2 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
}

.text-box ul li {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 26px;
}

.text-box ul li span {
    width: 40px;
    height: 40px;
    display: block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.text-box ul li p {
    flex: 1;
}

.bg-red {
    background: #AA1D2E;
}

.bg-green {
    background: #94C120;
}

.bg-pink {
    background: #E6007E;
}

.product-inner {
    max-width: 1296px;
    margin: 0 auto;
}

.product-sec .text-box {
    max-width: 507px;
    margin-left: auto;
}

.product-sec {
    padding: 106px 0px 101px;
}

/*  */
.form-step-2 .form-label {
    font-size: 22px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px;
}

.form-step-2 .form-check-input {
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, 0.70);
    width: 18px;
    height: 18px;
    margin-top: 0;
}

.form-step-2 .form-check {
    display: flex;
    align-items: center;
    gap: 14px;
}

.form-step-2 .main-btn {
    width: 100%;
}

.form-step-2 {
    display: none;
}

.form-step-2 .form-check-input[type=checkbox] {
    background-color: transparent;
}

.form-step-2 .form-check-input:checked {
    background-color: #0d6efd;
}

.take-part-inner {
    border-radius: 200px 0px;
    background: linear-gradient(102deg, rgba(170, 29, 46, 0.20) 2%, rgba(249, 237, 126, 0.20) 50%, rgba(148, 193, 32, 0.20) 98%);
    padding: 112px 192px 87px 192px;
    position: relative;
}

.form-main input,
.form-main select {
    font-size: 18px;
    color: #929292;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 8px;
    height: 60px;
    padding-inline: 20px;
    border: 0;
}

.form-main select {
    background-position: right 20px center;
}

.take-part-right {
    max-width: 592px;
    margin-left: auto;
}

.leaf {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px 0px;
    background: #007F95;
}

.take-part-inner ol li {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    gap: 20px;
}

.take-part-left h3 {
    padding-bottom: 29px;
}

.take-part-sec {
    padding-bottom: 99px;
}

.take-part-sec .main-btn {
    font-size: 20px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    background: #007F95;
    border: 1px solid transparent;
    width: 100%;
}

.form-main label {
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.form-main {
    margin-bottom: 32px;
}

.take-part-main {
    max-width: 612px;
    width: 100%;
}

.take-part-main .main-text-large {
    flex: 1;
}

.form-step-bottom {
    padding-top: 8px;
    padding-bottom: 32px;
}

.form-step-bottom small,
.form-step-bottom p {
    font-size: 15px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.form-check-label.main-text-large {
    font-size: 20px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.form-box.form-sonstiges .form-label {
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.sonstiges-input {
    height: 56px;
    border-radius: 8px;
    border: 0;
}

.main-text-large.font-bold {
    font-weight: 700;
}

.form-box {
    padding-bottom: 24px;
}

.take-part-sec .main-btn:hover {
    background: transparent;
    border-color: #007F95;
    color: #007F95;
}

/* sovenol sec */
.soventol-sec .text-box .soventol-para {
    font-size: 28px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 33.6px */
}
.soventol-sec .medigel-sec .text-box .soventol-para:first-of-type {
	font-weight: bold;
    margin-bottom: 20px;
    font-size: 32px;
}
.medigel-sec ul {
	padding-top: 15px !important;
}

.soventol-sec .text-box {
    max-width: 100%;
}

.shape1 {
    border-radius: 96px 0px;
    background: rgba(215, 33, 59, 0.20);
    width: 205px;
    height: 205px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: -53px;
}

.soventol-left {
    position: relative;
}

.soventol-main {
    position: relative;
    z-index: 1;
}

.soventol-tube {
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 2;
}

.soventol-sec .text-box h2,
.perenterol-sec .text-box h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.soventol-sec .text-box ul li p {
    color: #000;
}

.soventol-sec .text-box ul {
    padding-top: 24px;
}

.bg-red.red-light {
    background: #DE022A;
}

.mehr-btn {
    font-size: 20px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 1000px;
    background: #DE022A;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 48px;
    border: 1px solid transparent;
    margin-top: 48px;
}

.mehr-btn:hover {
    background: transparent;
    color: #DE022A;
    border-color: #DE022A;
}

.soventol-sec .text-box ul li {
    margin-bottom: 16px;
}

.soventol-sec .text-box ul li:last-child {
    margin-bottom: 0;
}

.bg-blue {
    background: #0061A0;
}

.bg-blue:hover {
    border: 1px solid #0061A0;
    color: #0061A0;
}

.product-sec.perenterol-sec .text-box {
    margin-left: 0px;
}

.product-sec.perenterol-sec .text-box h2 span {
    color: #0061A0;
}

.product-sec.perenterol-sec .shape1 {
    background: #F4F9E9;
}

.bg-blue-1000 {
    background: #003594;
}

.bg-blue-1000:hover {
    border: 1px solid #003594;
    color: #003594;
}

.soventol-sec .text-box h2 span {
    color: #003594;
}

.product-sec.perenterol-sec {
    padding: 52px 0px 0px;
}

.text-box ul li:last-child {
    margin-bottom: 0px;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

footer .container {
    max-width: 1224px;
}

.footer-right {
    text-align: center;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.30);
    padding: 40px 0px 31px;
}

.footer-right p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.footer-right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 32px;
}

.footer-right ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 150%;
    text-decoration-line: underline;
}

.bottom-text {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 40px;
}

.download-section {
  padding: 140px 0;
  margin: 60px 0;
  background: linear-gradient(102deg, rgba(170, 29, 46, 0.20) 2%, rgba(249, 237, 126, 0.20) 50%, rgba(148, 193, 32, 0.20) 98%);
}
.download-section .container {
  max-width: 800px;
}
.download-section .h1 {
  font-weight: bold;
  margin-bottom: 30px;
}
.download-section .mehr-btn {
    margin-top: 25px;
}
label {
    color: var(--Text-Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
}

.one {}

.one {
    width: 50%;
}

.form-first {
    display: flex;
    gap: 14px;
}

input[type="text"] {
    display: flex;
    height: 60px;
    padding: 16px 20px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    border: none;
    background: var(--White, #FFF);
    width: 100%;
    margin-bottom: 32px;
}

select {
    display: flex;
    height: 60px;
    padding: 16px 20px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 8px;
    border: none;
    background: var(--White, #FFF);
    width: 100%;
    margin-bottom: 32px;
}
.sucess {
    display: none;
}
.red-decagon {
  border-radius: 16px 0px;
  background: #de022a;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.sec-three-head p {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    color: var(--Text-Grey---90, #333);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.auto-width {
  vertical-align: top;
}
.auto-width + label {
  width: calc(100% - 80px);
}
#wph-submit {
  font-size: 20px;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background: #007F95;
  border: 1px solid transparent;
  width: 100%;
  margin-top: 20px;
}