@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: all 0.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;
}
body{
    font-family: "Figtree", serif;
}
/* FONTS SIZE  */
.main-heading{
    font-size: 64px;
    color: #000;
font-style: normal;
font-weight: 600;
line-height: 115%; /* 73.6px */
letter-spacing: 1.28px;
}
.main-heading-large{
    font-size: 56px;
    color:  #2D2D2D;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 67.2px */
letter-spacing: -0.56px;
max-width: 1034px;
text-align: center;
width: 100%;
margin: 0 auto;
}
.main-heading-small{
    font-size: 36px;
    color: #2D2D2D;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 43.2px */
letter-spacing: -0.36px;
}
.main-paragraph-large{
    font-size: 20px !important;
    color:  #363636 !important;
font-style: normal;
font-weight: 400 !important;
line-height: 150%; /* 30px */
}
.main-paragraph-small{
    font-size: 20px;
    color:  #363636;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.text-inner{
    font-size: 24px !important;
    color:  #363636 !important;
font-style: normal;
font-weight: 600 !important;
line-height: 140%; /* 33.6px */
}
.main-paragraph-xsmall{
    font-size: 14px;
    color:  #363636;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 21px */
}
/* FONT SIZE  */
/* header start  */
.navbar,
.navbar-brand{
    padding: 0;
    margin: 0;
}
.navbar-brand img{
    height: 50px;
}
header{
    padding: 24px 0;
    background: #FFFFFF;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}
header .dropdown-toggle::after{
    display: none;
}
.nav-link,
header .dropdown-toggle{
    font-size: 16px;
    color:  #2D2D2D;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
letter-spacing: 0.32px;
padding: 0 !important;
}
header .dropdown-toggle{
    display: flex;
        align-items: center;
        gap: 11px;
        border: 0;
}
header .navbar-nav{
    align-items: center;
    margin-left: 60px;
}
.nav-item{
    padding-right: 32px;
}
.nav-item:last-child{
    padding-right: 0;
}
.main-btn{
    font-size: 16px;
    color:  #FFF;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
letter-spacing: 0.32px;
border-radius: 16px;
background:  #0A4882;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid transparent;
padding-inline: 31px;
}
.main-btn:hover{
    color: #0A4882;
    border-color: #0A4882;
}
/* header end  */
/* hero start  */
.hero{
    border-radius: 0px 0px 48px 48px;
    background: #FFF4ED;
    padding: 196px 0 120px;
}
.hero-left h1{
    font-size: 64px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: 1.28px;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}

.main-paragraph-large span{
    font-weight: 700;
}
.hero-left p{
    max-width: 753px;
    width: 100%;
    padding-bottom: 40px;
}
.hero-left ul{
    display: flex;
    align-items: center;
    padding-bottom: 56px;
}
.hero-left ul li:first-child{
    margin-right: 16px;
}
.hero-left ul li:nth-child(2){
    margin-right: 24px;
}
.hero-left ul li:last-child p{
    font-size: 14px;
    color:  #363636;
font-style: normal;
font-weight: 400;
line-height: 150%;
padding-bottom: 0;
}
.hero-left ul li:last-child p span{
    display: block;
}
.main-btn.main-btn-transparent{
border: 1px solid  #0A4882;
color: #0A4882;
background: transparent;
}
.main-btn.main-btn-transparent:hover{
    background: #0A4882;
    color: #FFF;
}
.hero-left-bottom{
    border-radius: 24px;
background:  #DCE8D6;
display: flex;
align-items: center;
gap: 40px;
max-width: 753px;
width: 100%;
}
.hero-left-bottom h2{
    font-size: 24px;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 5px;
}
.hero-left-bottom img{
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.shape-brown{
    border-radius: 0 96px 0px;
    background: #FFE6D4;
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 211px;
    position: absolute;
    top: 2px;
    left: -157px;
    z-index: 0;
}
.hero-left {
    position: relative;
    padding-top: 18px;
}
/* video-sec styling start */
.video-inner {
    position: relative;
    z-index: 1;
}

.video-main {
    text-align: center;
}

.video-container {
    position: relative;
    text-align: right;
    max-width: 442px;
    z-index: 1;
}

.video-container video {
    border-radius: 16px;
    width: 100%;
    max-width: 442px;
    margin: 0 auto;
    height: 699px;
    object-fit: cover;
}

.myVideo {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button img {
    max-width: 108px;
    width: 100%;
}

.play-button:hover img {
    opacity: 1;
}

.play-button.hidden {
    display: none;
}

.video-sec .btn-main {
    justify-content: center;
}

/* video-sec styling end */
.hero-right{
    position: relative;
}
.shape-success{
    max-width: 426px;
    width: 100%;
    height: 345px;
    display: flex;
    align-items: center;
    background: #DCE8D6;
    position: absolute;
    top: -32px;
    right: -110px;
    border-radius: 144px 0px;
    z-index: 0;
}
.shape-brown.shape-bottom-0{
    top: auto;
    bottom: -24px;
}
/* hero end  */
/* insurance start  */
.insurance-sec {
    padding: 66px 0;
}
.insurance-sec ul{
    display: flex;
    align-items: center;
    gap: 32px;
}
.insurance-left p{
    font-size: 32px;
    color: #2D2D2D;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 760px;
    width: 100%;
}
.insurance-main{
    display: flex;
    align-items: center;
    gap: 138px;
}
/* insurance end  */
/* company sec start  */
.company-sec{
    background: #FFC8A8;
    padding: 102px 0 120px;
    border-radius: 48px;
}
.company-top{
    text-align: center;
    padding-bottom: 100px;
}
.company-left h3{
    padding-bottom: 20px;
}
.company-left{
    border-radius: 96px 0px;
    background: #FFE6D4;
    padding: 48px;
    padding-right: 150px;
    margin-top: -32px;
    position: relative;
    z-index: 1;
}
.company-left-bottom {
    padding-top: 38px;
}
.company-left-bottom h4{
    padding-bottom: 20px;
}
.ff-select2 {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #8D8D8D;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.32px;
}
.ff-select-btn {
    width: 100%;
    text-align: left;
    padding: 20px 24px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
border: 1px solid #ECEBF1;
background: #FFF;
font-weight: 500;
box-shadow: 0px 1px 4px 0px rgba(10, 72, 130, 0.08);
}
.ff-select2.open .ff-select-btn .ff-dwn-arw {
    transform: rotate(180deg);
}
.ff-select-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
border: 1px solid #ECEBF1;
background: #FFF;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
border-radius: 12px;
padding: 25px 30px;
margin-top: 10px;
}

.ff-select2.open .ff-select-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.ff-select-item {
  padding: 15px 0px;
    cursor: pointer;
    border-bottom: 1px solid #ECEBF1;
    color: #2B2B2B;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}

.ff-select-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.ff-select-item:first-child {
    padding-top: 0;
}

.ff-select-item:hover {
    background-color: transparent;
    color: #2C3576;
}
.company-right{
    border-radius: 0px 96px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(10, 72, 130, 0.08);
    padding: 48px;
    margin-left: -120px;
    position: relative;
    z-index: 2;
}
.main-heading-large.text-blue{
    color:  #0A4882;
}
.company-right .main-heading-large{
    padding-bottom: 7px;
}
.main-paragraph-large .text-orange{
color: #FF7540;
font-weight: 500;
}
.company-right-top{
    padding-bottom: 40px;
}
.einmalig-btn{
    color: #0A4882;
    height: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 32px;
    border-radius: 16px;
background:  #FFE6D4;
}
.einmalig-main{
    padding-bottom: 40px;
}
.company-right ol li{
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.company-right ol{
    padding-bottom: 30px;
}
.company-right ol li p{
    flex: 1;
}
.company-main{
    display: flex;
        align-items: flex-start;
}
.company-left .main-paragraph-large span{
    font-weight: 500;
}
.company-left-bottom small{
    display: block;
    padding-top: 8px;
}
.shape-white{
    max-width: 287.11px;
    height: 233px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 96px 0px;
background: #FFF;
position: absolute;
bottom: -59px;
left: -154px;
z-index: 0;
}
.company-left-main{
    position: relative;
}
.company-right-main{
    position: relative;
}
.charachter1{
    position: absolute;
    bottom: -60px;
    right: -170px;
    z-index: 3;
}
/* company sec end  */
/* refund sec start  */
.refund-sec{
    background: #FFF4ED;
    padding: 116px 0;
}
.refund-main{
    border-radius: 500px 12px;
background: #FFF;
padding: 95px 0;
}
.refund-top{
    text-align: center;
    padding-bottom: 64px;
}
.refund-top h2{
    padding-bottom: 16px;
}
.refund-inner{
max-width: 956px;
width: 100%;
margin: 0 auto;
}
.step-main-left h3 {
    padding-top: 8px;
    padding-bottom: 28px;
    max-width: 513px;
    width: 100%;
}
.step-main{
    background: #FFA171;
    height: 57px;
    padding-inline: 24px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    border-radius: 100px;
}
.refund-right-img{
    text-align: right;
}
.step-main-left{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.step-last,
.step-2{
    padding-top: 62px;
}
.step-btn {
    text-align: center;
    padding-top: 44px;
}
.step-btn .main-btn{
    display: inline-flex;
}
/* refund sec end  */
/* menopause sec start  */
.menopause-sec{
    padding: 112px 0 106px;
}
.main-heading-small.text-orange{
    color: #FF7540;
}
.menopause-top{
    text-align: center;
    padding-bottom: 80px;
}
.menopause-top .main-heading-large{
    padding-bottom: 15px;
}
.menopause-right .main-heading-small{
    padding-bottom: 24px;
}
.menopause-right ol li{
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 15px;
}
.main-paragraph-large.font-bold{
    font-weight: 700;
}
.main-paragraph-large.text-blue{
    color: #0A4882;
}
.menopause-bottom p{
    padding-bottom: 44px;
}
.menopause-right ol li:last-child{
    padding-bottom: 22px;
}
.menopause-bottom-btn .main-btn{
    display: inline-flex;
    margin-top: 20px;
}
.menopause-right{
    max-width: 600px;
    margin-left: auto;
    width: 100%;
    padding-top: 35px;
}
/* menopause sec end  */
/* reviews sec start  */
.reviews-sec{
    background: #DCE8D6;
    padding: 101px 0;
}
.reviews-top{
    padding-bottom: 80px;
}
.reviews-right h3{
    padding-bottom: 28px;
}
.reviews-right{
    max-width: 598px;
    width: 100%;
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.reviews-sec iframe{
    border-radius: 16px;
}
.review-last{
    padding-top: 50px;
}
/* reviews sec end  */
/* complaints sec start  */
.complaints-sec{
    padding: 113px 0;
}
.complaints-top h2{
    max-width: 906px;
    width: 100%;
    margin: 0 auto;
}
.complaints-top{
    padding-bottom: 66px;
}
.shape-sky{
    max-width: 288.34px;
    height: 234px;
    position: absolute;
    top: -26px;
    left: -90px;
    width: 100%;
    background: #F0F7FF;
    border-radius: 0 96px 0px;
    z-index: 0;
}
.complaint-left{
    position: relative;
    max-width: 463px;
    width: 100%;
}
.screen-img{
    position: relative;
    z-index: 1;
}
.complaints-sec .charachter1 {
    bottom: -18px;
    right: 60px;
}
.box2,
.box1{
    border-radius: 96px 0px;
background: #DCE8D6;
padding: 48px;
}
.box1{
background: #CEDAC8;
max-width: 752px;
width: 100%;
}
.box2{
    max-width: 752px;
    width: 100%;
    margin-left: auto;
    margin-top: -33px;
}
.main-paragraph-small.font-bold{
    font-weight: 700;
}
.box2 p{
    padding-bottom: 26px;
}
.box2 ol li{
    padding-bottom: 26px;
}
.box2 ol li:last-child{
    padding-bottom: 0;
}
/* complaints sec end  */
/* support-sec start  */
.support-sec{
    border-radius: 48px;
    padding-top: 112px;
    padding-bottom: 117px;
background: #FFF4ED;
}
.support-top{
    padding-bottom: 64px;
}
.support-left ul li{
    padding-bottom: 22px;
}
.support-left ul li:last-child{
    padding-bottom: 0;
}
.support-left ul li:last-child{
    font-weight: 500;
}
.support-right{
    text-align: right;
}
.support-main{
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}
.support-left{
    height: 100%;
    display: flex;
    align-items: center;
}
/* support-sec end  */
/* why progressive sec start  */
.why-progressive-sec .complaints-top{
    text-align: center;
}
.why-progressive-sec .complaints-top p{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.why-progressive-sec .complaints-top h2{
    padding-bottom: 16px;
}
.why-progressive-main{
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
.why-progressive-sec .shape-brown{
    background: #FFF4ED;
    top: -24px;
    left: -87px;
}
.why-progressive-right ul li{
    display: flex;
    align-items: center;
    padding-bottom: 37px;
    gap: 24px;
}
.why-progressive-right ul li:last-child{
    padding-bottom: 0;
}
.why-progressive-right ul li p{
    flex: 1;
}
.why-progressive-right ul li p span{
    font-weight: 700;
}
.why-progressive-right{
    max-width: 595px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.why-progressive-right ul{
    position: relative;
    z-index: 1;
}
.why-progressive-sec .complaint-left{
    margin-left: auto;
}
.why-progressive-right .shape-brown{
    left: auto;
    right: -134px;
    top: auto;
    bottom: 16px;
    z-index: 0;
    border-radius: 96px 0px;
}
.why-progressive-btn{
    text-align: center;
    padding-top: 47px;
}
.why-progressive-btn .main-btn{
    display: inline-flex;
}
/* why progressive sec end  */
/* progressive muscle start  */
.progressive-muscle{
    border-radius: 0px 0px 48px 48px;
background:  #FFF4ED;
padding: 106px 0;
}
.progressive-cards{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(10, 72, 130, 0.08);
    padding: 24px;
    height: 100%;
}
.progressive-shape-main{
    border-radius: 12px;
    text-align: center;
background:  #FEE5EF;
margin-bottom: 16px;
min-height: 184px;
}
.progressive-muscle-top{
    padding-bottom: 64px;
}
.progressive-muscle-main{
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}
.progressive-muscle-btn{
    margin-top: 48px;
}
.progressive-muscle-btn .main-btn{
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}
/* progressive muscle end  */
/* achieve sec start  */
.achieve-sec{
padding: 115px 0;
}
.achieve-top{
    padding-bottom: 74px;
}
.achieve-left p{ 
    padding-bottom: 25px;
}
.achieve-left p:last-child{
    padding-bottom: 0;
}
.achieve-left{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 593px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.achieve-sec .image-holder{
    text-align: right;
}
.achieve-main{
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
}
.achieve-btn{
    text-align: center;
    padding-top: 46px;
}
.achieve-btn .main-btn{
    display: inline-flex;
}
.achieve-left .shape-brown{
    background: #FFF4ED;
    z-index: 0;
    top: -120px;
    left: -157px;
}
.achieve-inner{
    z-index: 1;
}
/* achieve sec end  */
/* solution sec start  */
.solution-sec{
    background: #FFF4ED;
}
.main-paragraph-small span{
    font-weight: bold;
}
.solution-sec .box1{
    background: #DCE8D6;
}
.solution-sec .box2{
    background: #fff;
}
.solution-bottom{
    max-width: 752px;
    width: 100%;
    margin-left: auto;
    padding-top: 43px;
}
.solution-bottom p{
    padding-bottom: 19px;
}
.solution-bottom p:last-child{
    padding-bottom: 0;
}
.solution-list li a{
    border-radius: 16px;
background:  #FFF;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.solution-list li{
    margin-bottom: 16px;
}
.solution-list li:last-child{
    margin-bottom: 0;
}
.solution-top{
    text-align: center;
    padding-bottom: 50px;
    padding-top: 23px;
}
.solution-top h3{
    padding-bottom: 5px;
}
.solution-left{
    border-radius: 24px;
background:  #DCE8D6;
border-radius: 24px;
text-align: center;
max-width: 442px;
width: 100%;
}
.solution-left img{
    width: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.solution-left-inner{
    padding-inline: 27px;
    padding-bottom: 29px;
}
.solution-top .text-inner{
    max-width: 253px;
    width: 100%;
    margin: 0 auto;
}
/* solution sec end  */
/* femfeel-achieve sec start  */
.femfeel-achieve{
    padding: 115px 0;
}
.femfeel-achieve-top{
    padding-bottom: 74px;
}
.femfeel-achieve-left{
    border-radius: 96px 0px;
background: #DCE8D6;
padding: 48px;
}
.femfeel-achieve-left .text-inner{
    padding-bottom: 23px;
}
.femfeel-achieve-left ol{
    display: flex;
    align-items: center;
    gap: 16px;
}
.femfeel-achieve-top .main-heading-large{
    max-width: 906px;
    width: 100%;
    margin: 0 auto;
}
.femfeel-achieve-right p{
    max-width: 532px;
    width: 100%;
}
.femfeel-achieve-right{
    max-width: 597px;
    width: 100%;
    margin-left: auto;
}
.femfeel-achieve-right .swiper-pagination-bullet{
    background: #BBDEFC;
    opacity: 1;
}
.femfeel-achieve-right .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 47px;
    border-radius: 4px;
}
.femfeel-achieve-right{
    position: relative;
}
.femfeel-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.femfeel-inner .femfeel-left{
    max-width: 752px;
    width: 100%;
}
.femfeel-achieve-right .swiper{
    margin-right: 56px;
}
.femfeel-achieve-btn{
    text-align: center;
    padding-top: 44px;
}
.femfeel-achieve-btn .main-btn{
    display: inline-flex;
}
/* femfeel-achieve sec end  */
/* footer start */
.partnership-main ul{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 36px;
}
.partnership-main h3 {
    padding-bottom: 8px;
}
footer ol li {
    padding-bottom: 12px;
}
footer ol li:last-child{
    padding-bottom: 0;
}
.footer-brand{
    display: flex;
    margin-bottom: 30px;
}
.legal-main {
    padding-top: 22px;
}
.legal-main ol li a{
    color: #0A4882;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 12px;
}
.legal-main .partnership-main h3{
    padding-bottom: 11px;
}
.footer-right ol li a{
    color: #0A4882;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-right ul {
    padding-top: 68px;
}
.footer-right ul li{
    padding-bottom: 15px;
}
.footer-right ul li a{
  display: inline-flex;
}
.footer-right ul li:last-child{
    padding-bottom: 0;
}
footer{
    padding: 70px 0;
}
/* footer end */
.femfeel-app-tittle{
    border-radius: 100px;
background:  #D539B5;
padding-inline: 24px;
height: 57px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 38px;
}
.femfeel-right .main-paragraph-large {
    padding: 12px 0 28px;
}
.femfeel-right ul li a{
    display: inline-flex;
    align-items: center;
}
.femfeel-right ul{
    display: flex;
    align-items: center;
}
.femfeel-right ul li:first-child{
    margin-right: 24px;
}
.femfeel-right{
    position: relative;
}
.femfeel-right .shape-white{
    bottom: auto;
    top: -32px;
    left: -155px;
}
.femfeel-right-inner{
    position: relative;
    z-index: 1;
}
.femfeel-app.hero{
    padding-top: 225px;
}
.shape-pink-light{
    background: #FEE9FB;
    border-radius: 144px 0px;
    max-width: 425.328px;
height: 345px;
width: 100%;
}
.femfeel-app .shape-pink-light{
    position: absolute;
    bottom: 0;
    left: 0;
}
.brand-main ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-main{
    max-width: 912px;
    width: 100%;
    padding: 16px 0;
    margin: 0 auto;
}
.starsite-page .refund-inner {
    max-width: 956px;
}
.starsite-page .refund-top{
    max-width: 1066px;
    width: 100%;
    margin: 0 auto;
}
.starsite-page .refund-top p{
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
}
.feel-better-right a{
    display: inline-flex;
}
.feel-better-right p{
    padding: 27px 0 34px;
}
.feel-better-right{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.starsite-page .complaint-left .charachter1 {
    right: auto;
    left: -146px;
    bottom: -20px;
}
.starsite-page .refund-sec{
    border-radius: 48px 48px 0px 0px;
background:  #FFF4FE;
}
.feel-better-right .shape-pink-light{
    max-width: 260px;
    height: 211px;
    border-radius: 96px 0px;
    background: #FFF4FE;
    position: absolute;
    top: 80px;
    right: 0;
}
.feel-better-right-inner{
    position: relative;
    z-index: 1;
}
.shape-pink-light.shape-pink-light-small{
    left: -84px;
    right: auto;
    max-width: 152.796px;
    height: 124px;
    border-radius: 0 56px;
    top: 0;
}
.starsite-page .aid-right .charachter1 {
    right: 0;
    left: auto;
}
.shape-brown-light{
    background: #FFF4ED;
    max-width: 260px;
    width: 100%;
height: 211px;
position: absolute;
left: -186px;
top: 124px;
border-radius:  0px 96px;
}
.shape-brown-light.shape-brown-small{
    max-width: 152.796px;
    height: 124px;
    border-radius: 56px 0px;
    left: auto;
    right: 55px;
    top: 0;
}
.starsite-page .aid-left{
    position: relative;
}
.starsite-page .patterns-left .charachter1{
    left: -126px;
    bottom: -29px;
}
.track-bottom{
    text-align: center;
    padding-top: 80px;
}
.main-heading-small.text-blue{
    color: #0A4882;
}
.track-bottom .step-btn ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.track-bottom .step-btn{
    padding-top: 30px;
}
.main-heading-large.text-left{
    text-align: left;
}
.starsite-page .menopause-right ul {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 11px;
}
.starsite-page .menopause-right{
    margin-left: 0;
}
.starsite-page .menopause-right .main-heading-large {
    padding-bottom: 29px;
}
.starsite-page .menopause-right .main-paragraph-small {
    padding-bottom: 20px;
}
.starsite-page .menopause-sec{
    background: #FFF4ED;
}
.main-paragraph-xsmall.font-bold{
    font-weight: 700;
}
.starsite-page .menopause-sec .main-paragraph-xsmall{
    padding-top: 20px;
    display: block;
}
.familiar-main{
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}
.familiar-boxes{
background: #FEE9FB;
border-radius: 112px 0px;
background:  #FEE9FB;
padding: 56px 48px;
}
.familiar-top {
    padding-bottom: 60px;
}
.familiar-sec{
    padding: 115px 0;
}
.familiar-sec .track-bottom {
    padding-top: 50px;
}
.experience-sec{
 background: url('../images/experience-bg.png');   
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 padding: 125px 0;
}
.experience-main {
    border-radius: 144px 0px;
    background: #D539B5;
    text-align: center;
    padding: 68px 0 76px;
    max-width: 1060px;
    margin: 0 auto;
    width: 100%;
}
.experience-main .main-heading-small{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 26px;
}
.experience-main ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.experience-main .main-heading-large {
    padding-bottom: 52px;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.starsite-page .reviews-sec{
    background: #FFF4ED;
    border-radius: 48px 48px 0px 96px;
}
.support-bottom{
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
    padding-top: 114px;
}
.support-bottom-div{
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
    text-align: center;
    padding: 20px;
    padding-bottom: 26px;
    height: 100%;
}
.support-bottom-div .text-inner{
    padding-bottom: 5px;
}
.support-bottom-text {
    padding-top: 13px;
}
.starsite-page .reviews-sec .track-bottom {
    padding-top: 58px;
}
 .frau-sec{
padding: 111px 0;
}
.frau-top{
    padding-bottom: 80px;
}
.frau-video-main{
    text-align: center;
    position: relative;
}
.frau-video-main .shape-pink-light {
    border-radius: 0px 144px;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.frau-video-inner{
    position: relative;
    z-index: 1;
    max-width: 1219px;
    width: 100%;
    margin: 0 auto;
}
.frau-sec .shape-pink-light.shape-pink-light-small{
    border-radius: 96px 0px;
    background: #FEE9FB;
    max-width: 287px;
    width: 100%;
    height: 245px;
    left: auto;
    right: -157px;
}
.frau-sec iframe{
    border-radius: 24px;
}
.expert-top{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 74px;
}
.expert-top .main-heading-large{
    padding-bottom: 8px;
}
.expert-sec{
    background: #FFF4FE;
    padding: 110px 0;
}
.expert-main{
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}
.expert-cards{
    margin-bottom: 24px;
    padding-bottom: 0;
}
.cards-main {
    display: grid;
    grid-auto-flow: column; 
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 24px;
    position: relative;
    z-index: 1;
}
.card-main-inner{
    position: relative;
}
.card-main-inner .shape-pink-light{
    right: auto;
    left: -155px;
    bottom: auto;
    top: -48px;
    position: absolute;
    border-radius:  0px 144px;
}
.charachter6{
    position: absolute;
    bottom: -50px;
    right: -150px;
    z-index: 2;
}
.about-sec{
    background: #FFF4ED;
    padding: 118px 0;
}
.about-top{
    padding-bottom: 74px;
}
.about-sec .accordion-item{
    margin-bottom: 24px;
    border-radius: 12px;
background:  #FFF;
box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
border: 0;
}
.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-radius: 12px;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background: transparent;
}
.about-sec .accordion-item button{
    font-size: 20px;
    padding: 21px 20px 21px 24px;
    color: #363636;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */
}
.about-sec .accordion-button{
    border-radius: 12px;
}
.about-sec .accordion-body{
    padding-top: 0;
}
.about-sec .accordion-button::after{
    background-image: url('../images/accordion-arw.svg');
    background-size: 15px;
    background-position: center;
}
.about-sec .accordion-item p{
    font-size: 16px;
    color: #363636;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}
.about-sec .accordion-item:last-child{
    margin-bottom: 0;
}
.choose-package{
    background: #FFC8A8;
    padding: 114px 0;
    border-radius: 0px 0px 48px 48px;
}
.choose-package-top{
    padding-bottom: 74px;
}
.choose-package-left ol{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.choose-package-left ol li a,
.package-cards span{
    border-radius: 100px;
background:  #FFF;
height: 46px;
display: flex;
align-items: center;
padding-inline: 24px;
color: #D539B5;
}
.choose-package-left ol li:first-child{
    margin-right: 16px;
}
.main-paragraph-large.font-medium{
    font-weight: 500;
}
.choose-package-left{
    border-radius: 96px 0px;
background:  #FFE6D4;
padding: 56px 0;
max-width: 443px;
width: 100%;
position: relative;
z-index: 1;
}
.choose-package-left-inner,
.list-main-inner{
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
}
.choose-package-left-inner{
    padding-bottom: 23px;
}
.list-main ol{
    flex-direction: column;
    align-items: flex-start;
}
.list-main ol li{
    display: flex;
    align-items: center;
    gap: 16px;
}
.list-main{
    border-top: 1px solid #FFFFFF;
    padding-top: 23px;
}
.list-main-inner .text-inner{
    padding-bottom: 20px;
}
.list-main ol li{
    padding-bottom: 11px;
}
.list-main ol li:last-child{
    padding-bottom: 0;
}
.choose-package-left-main{
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 24px;
}
.choose-package-left-main .shape-white{
    bottom: auto;
    top: 85px;
    left: -56px;
}
.choose-package-top-right{
    text-align: center;
    border-bottom: 1px solid #FFC8A8;
    padding-bottom: 20px;

}
.choose-package-right{
    border-radius: 0px 96px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
    padding: 56px 0;
    max-width: 1064px;
    width: 100%;
}
.choose-package-right-inner{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
.choose-package-right-inner .list-main-inner{
    max-width: 100%;
}
.choose-package-right-inner .text-inner{
    padding-bottom: 15px;
}
.choose-package-right-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.package-cards{
    border-radius: 12px;
background:  #FFF4ED;
box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
padding: 20px;
padding-bottom: 26px;
}
.package-cards .main-heading-large{
    text-align: left;
    padding-top: 18px;
    padding-bottom: 10px;
}
.package-cards span{
    display: inline-flex;
}
.choose-main-bottom{
    position: relative;
}
.flowers{
    position: absolute;
    top: -112px;
    left: 50%;
    transform: translateX(-50%);
}
.studies-main{
    background: #FEE9FB;
    border-radius: 500px 12px;
    padding: 83px 0;
}
.studies-sec{
    padding: 114px 0;
}
.studies-top {
    padding-bottom: 58px;
}
.studies-main-inner{
    max-width: 956px;
    width: 100%;
    margin: 0 auto;
}
.studies-sec .progressive-shape-main{
    background: #FFF4ED;
}
.studies-sec .progressive-shape-main{
    min-height: auto;
}
.studies-sec .progressive-cards .text-inner{
    text-align: center;
}
.taboo-corner{
    background: #FFF4ED;
    padding: 90px 0 123px;
}
.taboo-main{
    text-align: center;
}
.taboo-main .main-heading-large {
    padding-top: 6px;
}
.taboo-corner .track-bottom {
    padding-top: 50px;
}
.brand-main ul li a{
    display: flex;
}
.starsite-page .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.starsite-page .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.kurs-seite-page .hero ol{
    display: flex;
    gap: 24px;
    align-items: center;
}
.kurs-leaf{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.kurs-hero-left{
    position: relative;
    z-index: 1;
}
.kurs-seite-page .hero .shape-white {
    border-radius: 96px 0 96px;
}
.kurs-seite-page .hero-left {
    max-width: 753px;
    width: 100%;
    padding-top: 58px;
}
.kurs-seite-page .shape-success.shape-white{
    max-width: 426px;
    width: 100%;
    height: 345px;
    left: auto;
    right: -75px;
    border-radius: 144px 0px;
}
.kurs-seite-page .hero-left .shape-white{
    max-width: 260px;
    height: 211px;
}
.kurs-seite-page .refund-sec{
    background: #FFF4FE;
}
.kurs-seite-page .step-main-left{
    justify-content: center;
    max-width: 465px;
    width: 100%;
    margin-left: auto;
    gap: 24px;
}
.kurs-seite-page .refund-right-img {
    text-align: left;
    position: relative;
    padding-top: 63px;
}
.kurs-seite-page .step-main-left{
    padding-top: 63px;
}
.kurs-seite-page .refund-right-img img{
    z-index: 1;
    position: relative;
}
.kurs-seite-page .refund-right-img .shape-pink-light{
    max-width: 260px;
    height: 211px;
    border-radius: 0px 96px;
    background: #FFF4FE;
    position: absolute;
    bottom: -24px;
    left: -130px;
}
.kurs-seite-page .refund-sec .step-main-left{
    position: relative;
}
.kurs-seite-page .refund-sec .shape-brown-light{
    border-radius: 56px 0px;
background: #FFF4ED;
max-width: 152.796px;
height: 124px;
width: 100%;
right: -152.796px;
left: auto;
bottom: auto;
top: 0;
}
.kurs-seite-page .refund-sec .main-heading-small{
    color: #323232;
    padding-bottom: 23px;
}
.kurs-seite-page .refund-right-img.text-right{
    text-align: right;
}
.kurs-seite-page .refund-sec .shape-pink-light-small{
    max-width: 152.796px;
height: 124px;
background: #FFF4FE;
border-radius: 56px 0px;
right: -152.796px;
bottom: auto;
top: 0;
left: auto;
position: absolute;
}
.kurs-seite-page .refund-expert .shape-brown-light{
    border-radius: 0 96px;
background:  #FFF4ED;
position: absolute;
top: auto;
left: -130px;
bottom: -24px;
max-width: 260px;
height: 211px;
}
.kurs-seite-page .hero{
    border-radius: 0;
}
.kurs-seite-page .course-main{
    text-align: center;
}
.kurs-seite-page .course-sec{
    border-radius: 0px 0px 48px 48px;
background: #FFC8A8;
position: relative;
padding: 120px 0;
}
.kurs-seite-page .course-main .main-heading-large {
    padding-top: 28px;
    padding-bottom: 17px;
}
.course-main ol{
    display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        margin-top: 36px;
}
.course-flower{
    position: absolute;
    bottom: 0;
    left: 169px;
}
.kurs-seite-page .course-charachter{
    position: absolute;
    bottom: -14px;
    right: 185px;
}
.kurs-expert-sec{
    padding: 120px 0;
}
.kurs-expert-main{
    max-width: 1196px;
    width: 100%;
    margin: 0 auto;
}
.kurs-expert-left{
    position: relative;
}
.kurs-expert-left .shape-brown-light{
    border-radius: 96px 0px;
    background: #FFF4ED;
    left: auto;
    right: 140px;
    bottom: auto;
    top: -20px;
}
.kurs-expert-left .screen{
    position: relative;
    z-index: 1;
}
.kurs-expert-left .charachter5 {
    bottom: -21px;
    position: absolute;
    left: -162px;
    z-index: 2;
}
.kurs-expert-main .main-heading-large{
    text-align: left;
    padding-bottom: 35px;
}
.kurs-expert-right .main-paragraph-small{
    padding-bottom: 24px;
}
.kurs-expert-right ol{
    display: flex;
    align-items: center;
    gap: 24px;
}
.kurs-expert-right{
    position: relative;
}
.kurs-expert-right-inner{
    position: relative;
    z-index: 1;
}
.kurs-expert-right .shape-pink-light{
    background: #FFF4FE;
    right: 0;
    left: auto;
    bottom: -90px;
    top: auto;
    position: absolute;
}
.excercise-right{
    border-radius: 0px 96px;
background: #FFF;
padding: 56px;
max-width: 596px;
width: 100%;
}
.excercise-sec{
    border-radius: 0px 0px 48px 48px;
background: #FEE9FB;
padding: 120px 0;
}
.excercise-main{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
}
.excercise-right .main-heading-large{
    padding-bottom: 40px;
    max-width: 484px;
    margin: 0;
    text-align: left;
}
.excercise-right .main-paragraph-small {
    padding-bottom: 16px;
}
.main-btn.btn-transparent{
    color: #0A4882;
    border-color: #0A4882;
    background: transparent;
}
.main-btn.btn-transparent:hover{
    background: #0A4882;
    border-color: #0A4882;
    color: #fff;
}
.excercise-sec .main-btn{
    display: inline-flex;
    margin-top: 30px;
}
.excercise-left .main-heading-small{
    padding-bottom: 30px;
}
.excercise-module-mid{
    text-align: center;
    border-radius: 24px;
background:  #FFF;
padding: 24px 20px;
}
.excercise-left ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.excercise-left ul li span{
    margin-right: 16px;
}
.excercise-module-mid .text-inner {
    padding-bottom: 12px;
}
.excercise-left{
    text-align: center;
    border-radius: 96px 0px 96px;
background:  #FFE6D4;
max-width: 597px;
width: 100%;
position: relative;
z-index: 1;
}
.excercise-left-inner{
    padding: 53px 53px 38px 53px;
}
.excercise-bottom{
    background: #FFC8A8;
    border-bottom-right-radius: 96px;
    padding: 32px 0;
}
.excercise-main-img{
    position: absolute;
    top: -68px;
    left: -155px;
}
.excercise-left-main{
    position: relative;
    max-width: 597px;
    width: 100%;
}
.course-leader-right{
    border-radius: 0px 96px;
background:  #FFF4FE;
padding: 56px;
}
.course-leader-main{
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
}
.course-leader-sec{
    padding: 120px 0;
}
.course-leader-right .text-inner {
    padding-top: 34px;
    padding-bottom: 12px;
}
.course-leader-right-inner{
    position: relative;
    z-index: 1;
}
.course-leader-right-main{
    position: relative;
    max-width: 591px;
    width: 100%;
}
.course-leader-right-main .charachter6{
    height: 162px;
    right: -70px;
}
.course-sec.download-app{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 160px;
}
.kurs-seite-page footer{
    border-radius: 48px 48px 0px 0px;
    background: #FFF;
    margin-top: -40px;
    position: relative;
}
.kurs-seite-page .download-app .course-charachter {
    bottom: 25px;
}
.kurs-seite-page .download-app .course-flower {
    bottom: 31px;
}
.fachkreis-page .hero .main-btn{
display: inline-flex;
}
.fachkreis-page .hero .shape-white{
    bottom: auto;
    top: 0;
    max-width: 425px;
    height: 345px;
}
.fachkreis-page .hero-left p{
    padding-bottom: 21px;
}
.fachkreis-page .hero-right .shape-white{
    max-width: 442px;
    height: 336px;
    bottom: -174px;
    top: auto;
    border-radius: 0px 180px;
}
.frachkreis-main{
    position: relative;
    z-index: 1;
}
.fachkreis-shape1{
    position: absolute;
    bottom: -170px;
    right: -70px;
}
.heart-img{
    position: absolute;
    bottom: -38px;
    right: 94px;
    z-index: 2;
}
.patients-sec{
    background: #FFF4ED;
    padding: 120px 0;
}
.patient-top{
    text-align: center;
}
.patients-sec .main-heading-small.text-pink{
    color: #D539B5;
}
.patient-top{
    padding-bottom: 60px;
}
.patient-top .main-heading-small {
    padding-bottom: 8px;
}
.patient-left{
    border-radius: 0px 96px;
    background: #FFE6D4;
    padding: 54px;
    max-width: 748px;
    width: 100%;
}
.patient-left .main-heading-small {
    padding-bottom: 34px;
}
.patient-left .text-inner {
    padding-bottom: 17px;
}
.patient-left ol li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
}
.patient-left ol li:last-child{
    margin-bottom: 0;
}
.patient-left .main-paragraph-large{
    color: #D539B5;
    font-weight: bold;
}
.patient-left ol {
    padding-bottom: 19px;
}
.patient-main{
    display: flex;
    align-items: center;
    max-width: 1219px;
    width: 100%;
    margin: 0 auto;
}
.patient-right{
    border-radius: 96px 0px;
background:  #FFF;
box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
max-width: 597px;
width: 100%;
}
.remifemin-hero-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.remifemin-page .remifemin-hero{
    background: #FEE9FB;
    padding: 136px 0 100px;
}
.remifemin-page .remifemin-hero .shape-white-light{
    background: #FFF4FE;
    top: 60px;
}
.remifemin-hero-left .form-check label a{
    text-decoration: underline;
    color: #363636;
}
.remifemin-page .input-main input{
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1.2px solid  #0A4882;
    background: #FFF;
    padding: 15px 24px;
}
.remifemin-page .input-main input::placeholder{
    color: #6D758F;
}
.remifemin-page .form-check .form-check-input{
    border-color: #363636;
}
.remifemin-img2{
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
}
.remifemin-page .hero-right{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remifemin-page .hero-left h1{
    padding-bottom: 16px;
}
.femfeel-app-div1{
    border-radius: 96px 0px;
background:  #FFE6D4;
padding: 52px;
margin-right: -40px;
position: relative;
z-index: 2;
}
.femfeel-app-div2{
    border-radius: 0px 96px;
    background: #FFF;
    padding: 52px;
    max-width: 402px;
    width: 100%;
    position: relative;
    text-align: center;
}
.femfeel-app-right{
    display: flex;
        align-items: center;
        position: relative;
        justify-content: flex-end;
}
.femfeel-app-sec{
    background: #FFF4ED;
    padding: 120px 0;
}
.femfeel-app-left{
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.femfeel-app-left .main-heading-large {
    padding-bottom: 32px;
    max-width: 598px;
    margin-left: 0;
    width: 100%;
    text-align: left;
}
.femfeel-app-left .main-paragraph-small{
    padding-bottom: 20px;
}
.main-paragraph-small.text-pink{
    color: #D539B5;
    font-weight: bold;
}
.femfeel-text-bottom{
    padding-bottom: 20px;
}
.femfeel-font-bold{
    font-weight: 700;
}
.remifemin-brand{
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-heading-small.text-pink{
    color: #D539B5;
    text-align: center;
    margin-top: 20px;
}
.femfeel-app-remifemin {
    position: absolute;
    bottom: 180px;
    right: -50px;
}
.plus{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    z-index: 3;
}
.femfeel-app-sec .remifemin-hero-left{
    flex-direction: column;
}
.femfeel-app-bottom{
    background: #FFE6D4;
    border-radius: 32px;
    padding: 56px 30px;
    margin-top: 120px;
}
.femfeel-app-bottom-inner{
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}
.femfeel-app-bottom-inner .main-heading-large {
    padding-bottom: 30px;
}
.femfeel-app-bottom-inner .remifemin-hero-left{
    padding-top: 20px;
}
.femfeel-app-bottom-inner .remifemin-hero-left  .form-check{
    margin-bottom: 32px;
}
/******* 6-3-2025 *****/
.course-overview-sec {
    background-color: #FFF4ED;
    border-radius: 0 0 48px 48px;
    padding: 196px 0 96px;
    overflow: hidden;
}

.course-overview-inner {
    position: relative;
}

.course-overview-sec .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    justify-content: center;
}

.course-overview-sec ul {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 24px;
}

.course-overview-sec .image-holder {
    text-align: right;
    position: relative;
    z-index: 10;
}

.leaf-shape {
    border-radius: 144px 0px;
    background: #FFF;
    width: 425px;
    height: 345px;
    position: absolute;
    left: -151px;
    top: 0;
}

.leaf-shape-small {
    border-radius: 56px 0px;
    background: #FFF;
    width: 152.796px;
    height: 124px;
    position: absolute;
    right: 130px;
    bottom: 0;
}

.leaf-shape-pink {
    width: 260px;
    height: 211px;
    border-radius: 96px 0px;
    background: #FEE9FB;
    position: absolute;
    bottom: -140px;
    right: 0;
}

.title {
    text-align: center;
}

.premium-courses-sec {
    padding: 120px 0;
}

.premium-course-inner {
    margin: 68px 0 0 0;
}

.premium-course-box {
    border-radius: 24px;
    background: #FFF4ED;
    margin: 12px 0;
    box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
}

.premium-course-box .image-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.premium-course-box .image-holder img {
    border-radius: 24px 24px 0 0;
}

.premium-course-box .text-box {
    padding: 32px;
}

.premium-course-box .text-box a {
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    color: #0A4882;
    font-weight: 600;
    line-height: 140%;
    gap: 12px;
    font-size: 24px;
}

/***** INSURANCE SEC *******/
.overview-insurance-sec {
    background-color: #FFF4ED;
    border-radius: 48px 48px 0 0;
    padding: 120px 0;
}

.overview-insurance-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1216px;
}

.leaf-insurance {
    border-radius: 96px 0px;
    background: #fff;
    width: 288px;
    height: 234px;
    position: absolute;
    left: -159px;
    top: -20px;
}

.overview-insurance-inner .text-box {
    max-width: 598px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.overview-insurance-inner .text-box h2 {
    margin-bottom: 34px;
}

.learm-buy {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 40px 0 24px;
}

.learm-buy li a {
    background-color: #0A4882;
    border: 1px solid #0A4882;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    padding: 0 33px;
}

.learm-buy li a:hover {
    background-color: transparent;
    color: #0A4882;
}

.learm-buy li a.learn-btn {
    background-color: transparent;
    color: #0A4882;
}

.learm-buy li a.learn-btn:hover {
    background-color: #0A4882;
    color: #fff;
}

.overview-insurance-inner .text-box h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    color: #363636;
}

.overview-insurance-right {
    position: relative;
    position: relative;
    z-index: 10;
}

.overview-insurance-right .image-holder img {
    border-radius: 180px 0 180px 0;
    width: 100%;
}

.overview-insurance-right span {
    position: absolute;
    right: -80px;
    bottom: -22px;
}

/**** OVERVIEW CTA ******/
.overview-cta-sec {
    background-color: #FFE6D4;
    padding: 120px 0;
}

.overview-cta-sec .text-box {
    max-width: 598px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.overview-cta-sec .text-box h4 {
    font-weight: bold;
    font-size: 14px;
    list-style: 150%;
    color: #363636;
}

.leaf-box {
    width: 152.796px;
    height: 124px;
    border-radius: 0 56px;
    background-color: #FFF4ED;
    position: absolute;
    right: 0;
    bottom: -128px;
}

/***** ABOUT US  ******/
.about-hero-sec {
    padding: 220px 0 96px;
    background-color: #FFF4ED;
    border-radius: 0 0 48px 48px;
}

.about-box {
    margin-bottom: 96px;
    position: relative;
}

.leaf2 {
    border-radius: 0 96px;
    width: 287px;
    height: 264px;
    background-color: #fff;
    position: absolute;
    left: -150px;
    top: 96px;
    display: flex;
    align-items: flex-end;
}

.about-box .text-box {
    position: relative;
    z-index: 10;
}

.unsere {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    display: inline-flex;
    padding: 7px 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    border-radius: 100px;
    background: #D539B5;
}

.about-box .image-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.about-box .image-holder span {
    display: flex;
    align-items: center;
    position: absolute;
    left: 135px;
    bottom: 0;
}

.leaf-icon {
    position: absolute;
    right: 44px;
    bottom: 0;
}

.about-bottom .text-box {
    max-width: 907px;
    width: 100%;
    margin-left: auto;
    position: relative;
}

.about-bottom .text-box h3,
.about-bottom .text-box p {
    position: relative;
    z-index: 10;
}

.leaf-about {
    border-radius: 0 96px;
    background: #FFF;
    width: 260px;
    height: 211px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

/***** TEAM SEC ******/
.team-sec {
    padding: 120px 0;
}

.team-inner {
    max-width: 1218px;
    width: 100%;
    margin: 80px auto 0;
}

.team-box {
    background-color: #FFE6D4;
    border-radius: 96px 0 96px 0;
    margin: 24px 0;
}

.team-box .image-holder img {
    border-radius: 96px 0 0 0;
    width: 100%;
}

.team-box .text-box {
    text-align: center;
    padding: 28px 20px 38px;
}

.team-box .text-box h4 {
    color: #2D2D2D;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-bottom: 14px;
}

.team-box .text-box p {
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 294px;
    width: 100%;
    margin: 0 auto;
    min-height: 90px;
}

.team-detail {
    margin: 120px 0 0 0;
    position: relative;
}

.video-holder {
    max-width: 1218px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
}

.video-holder iframe {
    width: 100%;
    height: 684px;
}

.leaf-pink-left {
    width: 425px;
    height: 345px;
    background-color: #FEE9FB;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 144px;
}

.leaf-pink-right {
    width: 287px;
    height: 245px;
    background-color: #FEE9FB;
    position: absolute;
    right: -163px;
    top: 150px;
    border-radius: 96px 0px;
}

/******** BEHIND EXPERT SEC *****/
.behind-expert-sec {
    background-color: #FFE6D4;
    padding: 120px 0;
}

.behind {
    color: #D539B5;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 100px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 46px;
    margin-bottom: 32px;
}

.behind-expert-inner {
    position: relative;
}

.behind-expert-inner .text-box {
    text-align: center;
    margin: 56px 0 0 0;
}

.behind-expert-inner .text-box h4 {
    color: #2D2D2D;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-bottom: 14px;
}

.behind-expert-inner .text-box p {
    color: #363636;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-width: 908px;
    width: 100%;
    margin: 0 auto;
    line-height: 150%;
}

.expert-detail {
    max-width: 1218px;
    width: 100%;
    margin: 48px auto 0;
}

.behind-expert-box {
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 24px 24px 32px 24px;
    margin: 12px 0;
}

.behind-expert-box h4 {
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 16px 0 8px 0;
}

.behind-expert-box p {
    color: #363636;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 342px;
    width: 100%;
}

.expert-shape {
    position: absolute;
    left: -120px;
    bottom: -12px;
}

/***** TRAINER SEC *******/

.expert-trainers {
    max-width: 1218px;
    width: 100%;
    margin: 96px auto 0;
    position: relative;
}
.expert-trainers .expert-shape { 
    left: -276px;
    bottom: -30px;
}
.expert-trainers .title p {
    max-width: 908px;
    width: 100%;
    margin: 14px auto 0;
}

.trainers-inner {
    margin: 48px 0 0 0;
}

.trainers-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 3px 0px rgba(10, 72, 130, 0.08);
    text-align: center;
    padding: 24px 24px 32px 24px;
    margin: 12px 0;
}

.trainers-box h4 {
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 16px 0 8px 0;
}

.trainers-box p {
    color: #363636;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 342px;
    width: 100%;
}
.kurs-hero-left .main-paragraph-large,
.kurs-hero-left .text-inner {
  padding-top: 0;
}