
@font-face {
    font-family: 'Meta';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/MetaPro-CondBook.woff2) format('woff2'),
            url(../assets/fonts/MetaPro-CondBook.woff) format('woff');
            
}

@font-face {
    font-family: 'MetaBold';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/MetaPro-Bold.woff2) format('woff2'),
            url(../assets/fonts/MetaPro-Bold.woff) format('woff');
            
}

@font-face {
    font-family: 'MetaBoldBlack';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/MetaPro-Black.woff2) format('woff2'),
            url(../assets/fonts/MetaPro-Black.woff) format('woff');
            
}

@font-face {
    font-family: 'Berling';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/BerlingLTStd-Bold.woff2) format('woff2'),
            url(../assets/fonts/BerlingLTStd-Bold.woff) format('woff');
            
}


:root {
    /* https://htmlcolorcodes.com/color-picker/ tints & shades */
    --font-meta: 'Meta', sans-serif;
    --font-meta-bold: 'MetaBold', sans-serif;
    --font-meta-bold-black: 'MetaBoldBlack', sans-serif;
    --font-berling: 'Berling', sans-serif;
    --font-sz-default: 16px;
}

@media (max-width: 767.98px) and (max-height: 720px) {
    :root {
        --font-sz-default: 14px;
    }
}

html, body {
    height: 100%;
    overflow-y: hidden;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: var(--font-sz-default);
    margin: 0;
    padding: 0;
    color: var(--main-color);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}



a, a:hover, a:focus, a:active, a:visited {
    text-decoration: none
}

header {
    background-color: #ffffff;
    height: 125px;
    z-index: 99;
    
}

#topPages header, #homePage header, #symposiumPage header, #mapPage header{
    box-shadow: 0px 3px 99px #103876;
}

.mainRow {
    border-radius: 50px;
    margin-right: auto;
    height: 75vh;
    position: relative;
    margin: 70px;
}
.headerButton{
    cursor: pointer;
    padding: 39px 22px 29px;
}

.headerButton.activeLink{

    border-bottom: 8px solid white;

}

.mainContainer {
 
}
.logo{
    height: 75px;
    padding-left: 125px;
}
.logo img{
    height: 100%;
    margin-left: -1rem;
    display: none;
}
.blueLogo{
    display: block !important;
}

#topPages .whiteLogo, #homePage .whiteLogo, #symposiumPage .whiteLogo, #mapPage .whiteLogo{
    display: block !important;
}

#topPages .blueLogo, #homePage .blueLogo, #symposiumPage .blueLogo, #mapPage .blueLogo{
    display: none !important;
}


#topPages header, #homePage header, #symposiumPage header, #mapPage header{
    background-color: #1C4483;
    transition-duration: 0.3s;
}

#homePage .switchPages{
    display: none;
}
.homepageTtitle{
    display: none;
}
#homePage .homepageTtitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 49px;
}

.homeTitle{
    font-family: var(--font-berling);
    font-size: 123px;
    color: #ffffff;
    line-height: 128px;
}
.homeSubtitle{
    font-family: var(--font-meta);
    font-size: 75px;
    color: #ffffff;
    line-height: 81px;

}
.swiper{
    display: block;
    width: 936px;
    margin-right: unset;
}

#topPages .swiper{
    width: 100%;
    margin-right: auto;
}

#homePage .swiper{
    display: none;
}
#homeSwiper{
    display: none;
}
#homePage #homeSwiper{
    display: flex;
    height: 72vh;
    margin-top: -58px;
    margin-left: -70px;
}


.flex-fill {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    background-image: url(../assets/images/Bemfola.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    transition-duration: 0.3s;
}
#bemfola .flex-fill { 
    background-image: url(../assets/images/Bemfola.jpg);
}
#ganirelix .flex-fill { 
    background-image: url(../assets/images/ganirelix.jpg);
}
#cyclogest .flex-fill { 
    background-image: url(../assets/images/Cyclogest.jpg);
}
#ryeqo .flex-fill { 
    background-image: url(../assets/images/ryeqo-bg.jpg);
}
#topPages .flex-fill { 
    background-image: url(../assets/images/Homepage1.jpg);
}
#symposiumPage .flex-fill, #mapPage .flex-fill { 
    background-image: url(../assets/images/Homepage1.jpg);
}

#homePage .flex-fill { 
    background: #1C4483;
}

#bemfola .bemfola{
    position: absolute;
    width: 500px;
    left: 45px;
    top: 0px;
    transition-duration: 0.3s;
}

#bemfola .cyclogest {
    position: absolute;
    width: 200px;
    left: 365px;
    top: 485px;
    transition-duration: 0.3s;
}

#bemfola .ganirelix{
    position: absolute;
    width: 200px;
    left: 510px;
    top: 390px;
    transition-duration: 0.3s;
}

#bemfola .ryeqo {
    position: absolute;
    width: 200px;
    left: 195px;
    top: 530px;
    transition-duration: 0.3s;
}


#cyclogest .ryeqo {
    position: absolute;
    width: 200px;
    left: 510px;
    top: 390px;
    transition-duration: 0.3s;
}


#cyclogest .bemfola{
    position: absolute;
    width: 200px;
    left: 365px;
    top: 485px;
    z-index: 99;
    transition-duration: 0.3s;
}

#cyclogest .cyclogest {
    position: absolute;
    width: 500px;
    left: 45px;
    top: 0px;
    transition-duration: 0.3s;
}

#cyclogest .ganirelix{
    position: absolute;
    width: 200px;
    left: 195px;
    top: 530px;
    transition-duration: 0.3s;
}

#ryeqo .ryeqo{
    position: absolute;
    width: 500px;
    left: 45px;
    top: 0px;
    transition-duration: 0.3s;
}

#ryeqo .bemfola{
    position: absolute;
    width: 220px;
    left: 190px;
    top: 540px;
    z-index: 99;
    transition-duration: 0.3s;
}

#ryeqo .cyclogest {
    position: absolute;
    width: 220px;
    left: 520px;
    top: 340px;
    transition-duration: 0.3s;
}

#ryeqo .ganirelix{
    position: absolute;
    width: 220px;
    left: 380px;
    top: 480px;
    transition-duration: 0.3s;
}

#ganirelix .bemfola{
    position: absolute;
    width: 200px;
    left: 195px;
    top: 530px;
    transition-duration: 0.3s;
}

#ganirelix .cyclogest{
    position: absolute;
    width: 200px;
    left: 510px;
    top: 390px;
    z-index: 99;
    transition-duration: 0.3s;
}

#ganirelix .ganirelix{
    position: absolute;
    width: 500px;
    left: 45px;
    top: 0px;
    transition-duration: 0.3s;
}

#ganirelix .ryeqo{
    position: absolute;
    width: 200px;
    left: 365px;
    top: 485px;
    transition-duration: 0.3s;
}


#topPages .bemfola{
    position: absolute;
    width: 220px;
    left: 48px;
    top: 13px;
    transition-duration: 0.3s;
}

#topPages .cyclogest{
    position: absolute;
    width: 220px;
    left: 48px;
    top: 158px;
    z-index: 99;
    transition-duration: 0.3s;
}

#topPages .ganirelix{
    position: absolute;
    width: 220px;
    left: 48px;
    top: 320px;
    transition-duration: 0.3s;
}

#topPages .ryeqo img{
    position: absolute;
    width: 220px;
    left: 48px;
    top: 480px;
    transition-duration: 0.3s;
}





#bemfola .swiper-pagination-bullet {
    background: #F7CFAE;
}
#bemfola .swiper-pagination-bullet-active {
    background: #ED8A3D;
}
#cyclogest .swiper-pagination-bullet {
    background: #D1E2A3;

}
#cyclogest .swiper-pagination-bullet-active {
    background: #8ABA24;
}
#ganirelix .swiper-pagination-bullet {
    background: #CEA3CB;
}
#ganirelix .swiper-pagination-bullet-active {
    background: #8F2F91;
}

#ryeqo .swiper-pagination-bullet {
    background: #60028c;
}

#ryeqo .swiper-pagination-bullet-active {
    background: #60028c;
}
#topPages .swiper-pagination{
    display: none;
}

#homePage .swiper-pagination{
    display: none;
}

#bemfola .swiper-button-next {
    background: #046880;
}

#bemfola .swiper-button-prev {
    background: #046880;
}

#cyclogest  .swiper-button-next {
    background: #8ABA24;
}

#cyclogest  .swiper-button-prev {
    background: #8ABA24;
}

#ganirelix  .swiper-button-next {
    background: #8F2F91;
}

#ganirelix .swiper-button-prev {
    background: #8F2F91;
}

#ryeqo .swiper-button-next {
    background: #60028c;
}

#ryeqo .swiper-button-prev {
    background: #60028c;
}


#topPages .swiper-button-next {
    background: #ffffff;

}

#topPages .swiper-button-prev {
    background: #ffffff;
}

#topPages .swiper-button-next::after {
    color: #1C4483;
}

#topPages .swiper-button-prev::after {
    color: #1C4483;
}

.bemfola img{
    width: 100%;
}
.cyclogest img{
    width: 100%;
}
.ganirelix img{
  width: 100%;
}

.ryeqo img{
    width: 100%;
  }
.link.activeLink {
    background: #a51890;
    color: white;
}

.mainLinks {
   position: relative;
}

.headerButton {
    font-size: 30px;
    font-family: var( --font-meta);
    font-weight: 700;
    color: #1C4483;
 
}

#topPages .headerButton,  #homePage .headerButton, #symposiumPage .headerButton, #mapPage .headerButton {
    font-size: 30px;
    color: #ffffff;

}

.activeArea{
    transition-duration: 0.3s;
}

.inactiveArea {
    transition-duration: 0.3s;
}

.buttons {
    position: absolute;
    top: -1rem;
    right: -14rem;
    display: none;
    flex-direction: column;
    gap: 0.7rem;
}

#cyclogest .buttons{
    gap: 1rem;
    top: -1rem;
    left: 16rem;
}

#cyclogest .activeButton.activeLink {
    background-color: #01978E !important;
    color: white !important;
}

#cyclogest .activeButton {
    background-color: #fff;
    color: #01978E;
}


#bemfola .activeButton.activeLink {
    background-color: #046880 !important;
    color: white !important;
}

#bemfola .activeButton {
    background-color: #fff;
    color: #046880;
}


#ganirelix .buttons{
    top: -1rem;
    left: 16rem;
}

#ganirelix .activeButton.activeLink {
    background-color: #026880 !important;
    color: white !important;
}

#ganirelix .activeButton {
    background-color: #fff;
    color: #026880;
}

#ryeqo .buttons{
    gap: 1rem;
    top: -1rem;
    left: 16rem;
 }

#ryeqo .activeButton.activeLink {
    background-color: #983495 !important;
    color: white !important;
}

#ryeqo .activeButton {
    background-color: #fff;
    color: #983495;
}


.buttons.active{
    display: flex;
}
.buttons .activeButton:nth-child(2){
    margin-left: 6rem;
}

.buttons .activeButton:nth-child(3){
    margin-left: 11rem;
}

.buttons .activeButton:nth-child(4){
    margin-left: 12.5rem;
}
.buttons .activeButton:nth-child(5){
    margin-left: 10.5rem;
}

.activeButton{
    padding: 1rem;
    background-color: white;
    text-align: center;
    border-radius: 51px;
    font-size: 25px;
    width: 265px;
    cursor: pointer;
    color: #1C4483;
    font-family: var(--font-meta-bold);
}

.activeButton.activeLink{
    background-color: #1C4483;
    color: white;
}

.activeArea{
    display: none;
}
.inactiveArea{
    display: none;
}

.activeArea.active{
    display: block;
}
.inactiveArea.active{
    display: block;
}

.headerButtons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    padding-right: 4.5rem;
    height: 100%;
}

.bottomMenu {
    gap: 1rem;
    position: absolute;
    bottom: -2.5rem;
    right: 0rem;
    width: max-content;
    z-index: 999;
}

.bottomBtn {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    color: #1C4483;
    padding: 1.7rem 3rem 1.7rem 3rem;
    font-size: 25px;
    font-family: var(--font-meta-bold);
    font-weight: bolder;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#homePage .bottomBtn.locationBtn img, #symposiumPage .bottomBtn.locationBtn img, #topPages .bottomBtn.locationBtn img{
    filter: invert(78%) sepia(15%) saturate(5168%) hue-rotate(193deg) brightness(96%) contrast(95%);
}

#homePage .backHome.backHomeBtn img, #symposiumPage .backHome.backHomeBtn img, #mapPage .backHome.backHomeBtn img, #topPages .backHome.backHomeBtn img{
    filter: invert(78%) sepia(15%) saturate(5168%) hue-rotate(193deg) brightness(96%) contrast(95%);
}

#mapPage .bottomBtn.locationBtn {
    background-color: #0b2c5f;
}

#bemfola .bottomBtn {
    background-color: #ed7b22;
}

#cyclogest .bottomBtn {
    background-color: #8aba24;
}

#ryeqo .bottomBtn {
    background-color: #60028c;
}

#ganirelix .bottomBtn {
    background-color: #8f2f91;
}

.symposiumBtn {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    color: #1C4483;
    padding: 1.7rem 3rem 1.7rem 6rem;
    font-size: 25px;
    font-family: var(--font-meta-bold);
    font-weight: bolder;
    position: absolute;
    bottom: -2.5rem;
    left: -7rem;
}

#symposiumPage .symposiumBtn {
    background-color: #0b2c5f;
    color: #fff;
}

.bottomBtn:active{
    transform: translateY(2px);
}

.swiper-button-next:active{
    transform: translateX(2px);
}
.swiper-button-prev:active{
    transform: translateX(-2px);
}

.link {
    display: flex;
    align-items: center;
    /* box-shadow: 0px 3px 6px #00000029; */
    padding: 2rem 3rem;
    border-bottom-right-radius: 97px;
    border-top-right-radius: 97px;
    height: 143px;
    font-family: var( --font-meta);
    font-size: 21px;
    line-height: 120%;
    font-weight: 900;
    color: #A51890;
    margin-bottom: 1rem;
    cursor: pointer;
    background: #ffffff linear-gradient(268deg, #FCDEE2 0%, #FCDEE200 100%) 0% 0% no-repeat padding-box;
}
.backHome {
    padding: 1rem 9rem 1rem 2rem!important;
    margin-right: -130px;
}

.locationBtn {
    padding: 1.5rem !important;
}

.locationBtn img {
    width: 50px;
    
}

.backHome img{
    width: 50px;
}
.swiper-wrapper {
    padding-top: 4.5rem;
    height: 65vh !important;
    width: 80% !important;
}

.swiper-button-disabled {
    display: none;
}

.swiper-button-next {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    right: -22px;
    top: 43%;
    transition-duration: 0.3s;
}

.swiper-button-prev {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    right: 918px;
    left: unset;
    top: 43%;
    transition-duration: 0.3s;
}

#homePage .swiper-button-prev {
    right: 1132px;
    top: 53.5% !important;
}
#homePage .swiper-button-next {
    right: -31px;
    top: 53.5% !important;
}

.swiper-button-next::after {
    color: white;
    font-weight: 800;
    padding-left: 5px;
    font-size: 34px;
}

.swiper-button-prev::after {
    color: white;
    font-weight: 800;
    padding-right: 5px;
    font-size: 34px;
}



.swiper {
    height: 72vh;
    margin-top: -58px;

}

.swiper-slide iframe{
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    top: 26px;
    left: -3px !important;
    width: 100%;
    text-align: initial;
    height: 30px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    
}


.swiper {
    display: none;
}

.swiper.active {
    display: block;
}




.efficacySlide1 {
    padding-left: 55px !important;
}

.surgerySlide4 {
    padding-left: 53px !important;
}


#requestInfoModal {
    backdrop-filter: blur(25px);
}


#requestInfoModal .modal-dialog{
    min-width: 60vw;
}


.modal .modal-content {
    background-color: #1c4483ab !important;
    padding: 2rem 3.5rem;
    box-shadow: 0px 3px 50px #00000029;
    border-radius: 45px;
    border-radius: 30px;
    backdrop-filter: blur(30px);
    
}

#requestInfoModal .modal-content {
    padding: 2rem 3.5rem;
    margin-top: -5rem;

}

div.mlkeyboard ul li.active{
    background-color: #60028c40 !important;
    border-color: #60028C !important;
}
div.mlkeyboard ul li:hover{
    background-color: #60028c40 !important;
    border-color: #60028C !important;
}
#moaModal .modal-content {
    padding: 4rem 3.5rem;
}


.modal .close {
    border: none;
    background-color: transparent;
    position: absolute;
    top: -0.5rem;
    right: -5.5rem;
    font-size: 29px;
    line-height: 42px;
    font-weight: bold;
    color: #707070;
    width: 70px;
}

.modal .close img{
    width: 100%;
}

.modal .modal-dialog {
    min-width: 60vw;
}

#imageModalSmall .modal-dialog {
    min-width: 35vw;
}


.modal{
    backdrop-filter: blur(25px);
}

#libertyModal .close {
    top: 1rem;
    right: 1.1rem;
}
.form-control {
    border: none;
    background-color: #ffffff;
    padding: 1rem 1rem;
    border-radius: 11px;
    outline: none;
    box-shadow: none;
    font-family: var( --font-meta-bold);
    font-size: 20px;
    line-height: 28px;
    color: #1C4483 !important;
}

textarea {
    border: none;
    background-color: #ffffff;
    border-radius: 11px;
    padding: 1rem 1rem;
    outline: none;
    box-shadow: none;
    font-family: var( --font-meta-bold);
    font-size: 20px;
    line-height: 28px;
    color: #1C4483;
}

.form-control:focus {
    background-color: #ffffff;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea::placeholder, .form-control::placeholder {
    color: #B5B5B5;
    font-size: 20px;
    line-height: 28px;
}

.form-check-label {
    color: #ffffff;
    font-size: 21px;
    font-family: var(--font-meta);
    padding-top: 0 !important;
    line-height: 24px;
}


.form-title {
    color: #B5B5B5;
    font-size: 20px;
    line-height: 28px;
}


.modalTitle {
    color: #ffffff;
    font-size: 33px;
    line-height: 40px;
    font-family: var( --font-meta-bold);
    font-weight: 800;
}

.modalSubtitle {
    color: #ffffff;
    padding-top: 1rem;
    font-size: 23px;
    line-height: 22px;
    font-weight: 400 !important;
    font-family: var( --font-meta);
    
}

#infoReqSubmit {
    background-color: #ffffff;
    font-family: var( --font-meta-bold);
    font-size: 30px;
    border-radius:50px;
    border: 0px;
    color: #1C4483;
    padding: 1rem 2rem !important;
}

#infoReqSubmit:hover {
    background-color: #ffffff;
    border-radius:50px;
    color: #1C4483;
    border-color: #1C4483;
    border: 0px;
}

.submitBtn {
    float: right;
    padding: 1rem 4rem !important;
}
.form-check-input {
    appearance: auto !important;
    accent-color: #ffffff !important;
    -webkit-appearance: #ffffff !important;
    -webkit-appearance: #ffffff ;
}
.form-check-input:checked {
 
    accent-color: #ffffff !important;
}

.form-check-input:focus {
    border-color: #ffffff;
    box-shadow: none !important;
}

#titleSelect {
    border: none;
    background-color: #F5F5F5;
    padding: 1.1rem 1rem;
    border-radius: 11px;
    outline: none;
    box-shadow: none;
    font-family: var( --font-meta-bold);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #1C4483;
    font-size: 20px;
    line-height: 25px;
}

.titleSelect::after{
    content: "";
    background-image: url(../assets/images/down-arrow.svg);
    background-size: cover;
    width: 25px;
    height: 18px;
    right: 4px;
    top: 17px;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}
.titleSelect{
    position: relative;
    
}

.form-check-input {
    box-shadow: none !important;
  
    width: 1.6rem !important;
    height: 1.6rem !important;

}
.form-check .form-check-input{
    margin-left: -1.6em !important; 
}

.form-check-label {
    padding-left: 10px;
}

.libertyButtons {
    padding-left: 90px;   
     position: absolute;
    top: 70%;
    width: 65.5%;
    left: 2%;

}

.libertyButton {
    padding: 2rem 3rem 2rem 3rem;
    background-color: #F5F5F5;
    border-radius: 30px;
    font-family: var( --font-meta);
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}

.libertyButton:hover {
    background-color: #CACACA;

}

.normalText {
    color: #1C4483;
    font-family: var(--font-primary);
    font-size: 25px;
    line-height: 47px;
    font-weight: 700;
    padding-right: 17%;
    padding-left: 12%;
}

#libertyModal .modal-content {
    height: 74vh !important;
    margin-top: 4rem;
    padding: 4rem 2rem;
}
#imageModal .modal-content {
    margin-top: 6rem;
    padding: 3rem 3rem;
}
#imageModal .imageContent img{
    margin-bottom: -11px;
}

#imageModalSmall {
    z-index: 9999;
}

#imageModalSmall .modal-content {
    margin-top: 6rem;
    padding: 3rem 3rem;
}
#imageModalSmall .imageContent img{
    margin-bottom: -11px;
}


#succesModal .modal-content {
    padding: 2rem 3.5rem;
}

#libertyModal  .modal-dialog {
    min-width: 71vw !important;
}

#libertyModal  .close{
    top: 1rem;
    right: 1.1rem;
}

.liberty {
    overflow: auto;
    height: 63vh;
    display: none;
}

.imageContent {

    height: 67vh;
    overflow: hidden;
    border-radius: 33px;
}

#imageModal .imageContent{
   height: unset;
}

#imageModalSmall .imageContent{
    height: unset;
 }

.liberty.active {
    display: block;
}

.switchliberty.active {
    background-color: #CACACA;
}

.liberty::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;
    border-radius: 20px;

}

.liberty::-webkit-scrollbar {
    width: 10px;
    background-color: #cbd9ec;
    border-radius: 20px;
}

.liberty::-webkit-scrollbar-thumb {
    background-color: #60028C;

    border-radius: 20px;
}

.hidden {
    display: none;
}



.efficacyButton {
    position: absolute;
    top: 41%;
    right: 35.5%;
}

.twoButtons {
    position: absolute;
    top: 28%;
    right: 18%;
}

.surgeryButtons {
    display: flex;
    gap: 20px;
}

.surgeryElement {
    position: relative;
}

.surgeryButton {
    width: 150px;
    height: 150px;
    background-color: #F6F6F6;
    box-shadow: 0px 3px 6px #00000029;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 39px;
    cursor: pointer;
    z-index: 99;
    position: relative;

}

.surgeryButton.active {
    background-color: #9A82BB;
}

.surgerycontent {
    position: absolute;
    width: 320px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 60px;
    display: none;
    padding: 3rem;
    padding-top: 5rem;
    top: 84%;
    left: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    z-index: 9;
}

.surgerycontent.active {
    display: block;
}

.lastElement {
    right: 0;
    left: unset;
}

.switchImage{
    display: none;
}

.switchImage.active{
    display: block;
}

.swiperNavigation{
    display: none;
}

.swiperNavigation.active{
    display: block;
}

#succesModal .modal-content {
    background-color: #ffffff !important;
    border-radius: 50%!important;
}
.invalid{
    outline: 2px solid red !important;
}

.checkboxes input.invalid{
    appearance: inherit !important;
}
#iAgree.invalid{
    appearance: inherit !important;
}

#succesModal .modal-dialog {
    min-width: 40vw;
}

#succesModal .logoModal {
    justify-content: center;
    display: flex;
    margin-top: 4rem;
}

#succesModal .logoModal img{
    width: 360px;
}

#succesModal .modalSubtitle {
    font-size: 30px;
    color: #1C4483;
    font-family: var(--font-meta);
}
#succesModal .modalSubtitle b{
    font-family: var( --font-meta-bold);
}

.modalText{
    font-size: 52px;
    line-height: 58px;
    color: #1C4483;
    font-family: var(--font-meta-bold);
    margin-bottom: 4rem;
}

.closeKeyboardBtn{
    position: absolute;
    right: -4rem;
    bottom: 0;
}

.closeKeyboardBtn img
{
    width: 20px;
}
.mlkeyboard{
    z-index: 99999;
}

.blueSwiper .swiper-slide{
    border-radius: 30px;
    background-color: #264E8D;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.title{
    font-size: 33px;
    color:#fff;
    font-family: var( --font-meta-bold);
}

.normalText{
    font-size: 27px;
    line-height: 33px;
    color:#fff;
    font-family: var( --font-meta);
    padding: 0;
}

video{
    border-radius: 29px;
}

#swiper15 .title{
    font-size: 30px;
    color:#fff;
    font-family: var( --font-meta-bold);
}

.sliderButton{
    padding: 12px 45px;
    width: fit-content;
    border: 2px solid white;
    color: white;
    font-size: 29px;
    border-radius: 50px;
    font-family: var( --font-meta);
}

#topPages .mainLinks{
    width: 27% !important;
}

#topPages .mainSliderSection{
    width: 73% !important;
}

#topPages .swiper-button-prev{
    right: 1265px;
}

#swiper17 img{
    height: 100px;
}

#swiper17 .sliderButton{
    font-size: 22px;
    font-family: var( --font-meta);
    width: unset;
    text-align: center;
}

#swiper17 .sliderButton b{
    font-size: 22px;
    font-family: var( --font-meta-bold);
}

#swiper17 .normalText b{
  
    font-family: var( --font-meta-bold);
}

#moaModal .modal-content {
    padding: 0;
}

#imageModal .modal-content {
    margin-top: -4rem;
    padding: 0;
}

#imageModalSmall .modal-content {
    margin-top: -4rem;
    padding: 0;
}

.smpc {
    font-size: 27px;
    font-family: var(--font-meta-bold);
    color: #1C4483;
    border-bottom: 2px solid #1C4483;
    line-height: 33px;
    cursor: pointer;
    display: none;
}

#bemfola .smpc { 
    color: #046880;
    border-bottom: 2px solid #046880;
}

#cyclogest .smpc { 
    color: #01978E;
    border-bottom: 2px solid #01978E;
}

#bemfola .bemfolaSmpc {
    display: block;
}

#cyclogest .cyclogestSmpc {
    display: block;
}

#ganirelix .ganirelixSmpc {
    display: block;
    color:#026880;
    border-bottom: 2px solid #026880;
}

#ryeqo .ryeqoSmpc {
    display: block;
    color:#60028C;
    border-bottom: 2px solid #60028C;
}


#ganirelix .symposiumBtn {
    background-color:#8f2f91;
    color: #fff;
}

#ganirelix .requestBtn {
    background-color:#8f2f91;
    color: #fff;
}

#cyclogest .symposiumBtn {
    background-color:#8aba24;
    color: #fff;
}

#cyclogest .requestBtn {
    background-color:#8aba24;
    color: #fff;
}

#bemfola .symposiumBtn {
    background-color:#ed7b22;
    color: #fff;
}

#bemfola .requestBtn {
    background-color:#ed7b22;
    color: #fff;
}

#ryeqo .symposiumBtn {
    background-color:#60028c;
    color: #fff;
}

#ryeqo .requestBtn {
    background-color:#60028c;
    color: #fff;
}

/* #ganirelix .backHomeBtn {
    background-color:#8f2f91;
    color: #fff;
}

#ganirelix .locationBtn {
    background-color:#8f2f91;
    color: #fff;
} */

.smpcs{
    position: absolute;
    top: -3rem;
    right: 0.8rem;
    z-index: 999;
}

#pdfModal .title{
    display: none;
}

#bemfola #pdfModal .bemfolaSmpc{
    display: block;
}
#cyclogest #pdfModal .cyclogestSmpc{
    display: block;
}
#ganirelix #pdfModal .ganirelixSmpc{
    display: block;
    color: #fff !important;
    border-bottom: none !important;
}
#ryeqo #pdfModal .ryeqoSmpc{
    display: block;
    color: #fff !important;
    border-bottom: none !important;
}
#pdfModal .imageContent{
    border-radius: 0px;
}

#pdfModal iframe{
   width: 100%;
   height: 90%;
   padding-top: 1rem;
}
.sliderButton{
    cursor: pointer;
}

.checkboxes{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.checkboxes .form-check{
    display: flex;
    align-items: center;
}

.checkboxes .form-check input{
   margin-top: 0 !important;
   
   width: 1.6rem !important;
   height: 1.6rem !important;

}

.checkboxes .form-check-label{
    font-size: 23px;
}

/* #region Old homepage carousel */
/*.container {
    margin: 0 auto;
    width: 280px;
    height: 230px;
    position: relative;
    perspective: 1000px;
}
.carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.carousel div {
    transform-style: preserve-3d;
}
.item {
    display: block;
    position: absolute;

    width: 280px;
    height: 230px;
    transition: transform 1s;
}
.a {
    transform: rotateY(0deg) translateZ(380px);
}
.b {
    transform: rotateY(120deg) translateZ(380px) rotateY(-120deg);
}
.c {
    transform: rotateY(240deg) translateZ(380px)  rotateY(-240deg);
}*/
/* #endregion Old homepage carousel */

/* #region New homepage carousel */
#homeSwiper .item {
    width: 53vh;
    height: 53vh;
    position: absolute;
    top: 53%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 1s ease-in-out;
    /* border: 1px solid #fff; */
    cursor: pointer;
}
#homeSwiper .bg-prev,
#homeSwiper .bg-active,
#homeSwiper .bg-next,
#homeSwiper .bg-last {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.7s ease-in-out;
    pointer-events: none;
}
#homeSwiper .prev .bg-prev,
#homeSwiper .active .bg-active,
#homeSwiper .next .bg-next,
#homeSwiper .last .bg-last  {
    opacity: 1;
    
}
#homeSwiper .item.active {
    z-index: 2;
}
#homeSwiper .prev {
    translate: -108% -50%;
    scale: 0.85;
    z-index: 1
}
#homeSwiper .next {
    translate: -2% -50%;
    scale: 0.85;
    z-index: 1;
}
#homeSwiper .last {
    translate: 22% -50%;
    scale: 0.68;
    z-index: 0;
}
/* #homeSwiper .g.prev {
    z-index: 2;
}
#homeSwiper .g.next {
    translate: 7% -68%;
} */
#homeSwiper .g .bg-prev {
    width: 120%;
    height: 124%;
    top: -16%;
    right: -18.5%;
    background: url(../assets/images/hpSwiper/bg-ganirelix-prev.png) center / cover no-repeat;
}
#homeSwiper .g .bg-active {
    width: 200%;
    height: 146%;
    top: -27%;
    right: -39.5%;
    background: url(../assets/images/hpSwiper/bg-ganirelix-active.png) center / cover no-repeat;
}
#homeSwiper .g .bg-next {
    width: 170%;
    height: 170%;
    top: -42%;
    left: -28%;
    background: url(../assets/images/hpSwiper/bg-ganirelix-next.png) center / cover no-repeat;
}
#homeSwiper .g .bg-last {
    width: 170%;
    height: 170%;
    top: -45%;
    left: -23%;
    background: url(../assets/images/hpSwiper/bg-ganirelix-last.png) center / cover no-repeat;
}


#homeSwiper .b .bg-prev {
    width: 151%;
    height: 151%;
    top: -28%;
    right: -22.5%;
    background: url(../assets/images/hpSwiper/bg-bemfola-prev.png) center / cover no-repeat;
}
#homeSwiper .b .bg-active {
    width: 151%;
    height: 151%;
    top: -28%;
    right: -22.5%;
    background: url(../assets/images/hpSwiper/bg-bemfola-active.png) center / cover no-repeat;
}
#homeSwiper .b .bg-next {
    width: 115%;
    height: 115%;
    top: -14%;
    right: -6.5%;
    background: url(../assets/images/hpSwiper/bg-bemfola-next.png) center / cover no-repeat;
}
#homeSwiper .b .bg-last {
    width: 164%;
    height: 164%;
    top: -39%;
    right: -54%;
    background: url(../assets/images/hpSwiper/bg-bemfola-last.png) center / cover no-repeat;
}
#homeSwiper .c .bg-prev {
    width: 146%;
    height: 146%;
    top: -27%;
    left: -29%;
    background: url(../assets/images/hpSwiper/bg-cyclogest-prev.png) center / cover no-repeat;
}
#homeSwiper .c .bg-active {
    width: 185%;
    height: 146%;
    top: -22%;
    right: -39.5%;
    background: url(../assets/images/hpSwiper/bg-cyclogest-active.png) center / cover no-repeat;
}
#homeSwiper .c .bg-next {
    width: 170%;
    height: 170%;
    top: -36%;
    left: -38%;
    background: url(../assets/images/hpSwiper/bg-cyclogest-next.png) center / cover no-repeat;
}
#homeSwiper .c .bg-last {

    width: 151%;
    height: 151%;
    top: -29.5%;
    left: -3%;

    background: url(../assets/images/hpSwiper/bg-cyclogest-last.png) center / cover no-repeat;
}


#homeSwiper .h .bg-prev {
    width: 151%;
    height: 151%;
    top: -28%;
    right: -22.5%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-prev.png) center / cover no-repeat;
}
#homeSwiper .h .bg-active {
    width: 170%;
    height: 154%;
    top: -30%;
    right: -22.5%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-active.png) center / cover no-repeat;
}
#homeSwiper .h .bg-next {
    width: 151%;
    height: 151%;
    top: -28%;
    right: -29.5%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-next.png) center / cover no-repeat;
}
#homeSwiper .h .bg-last {
    width: 151%;
    height: 151%;
    top: -31%;
    right: -40.5%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-last.png) center / cover no-repeat;
}
#homeSwiper .carousel-indicators [data-bs-target]:not(.active) {
    opacity: .38;
}
#homeSwiper .carousel-indicators button {
    width: 14px;
    height: 14px;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}
#homeSwiper .product-logo {
    width: 50%;
    transition: all .3s ease;
}
#homeSwiper .b .product-logo {
    width: 63%;
}
#homeSwiper .b.active .product-logo {
    margin-top: 12%;
}
#homeSwiper .b.prev .product-logo {
    margin-left: -10%;
}
#homeSwiper .c .product-logo {
    width: 67%;
}
#homeSwiper .c.next .product-logo {
    margin-right: -12%;
}
#homeSwiper .g.active .product-logo {
    margin-bottom: -12%;
}
/* #endregion New homepage carousel*/

/* #region Homepage bubbles background */
.bg-bubble {
    visibility: hidden;
    display: none;
    position: fixed;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}
#homePage .bg-bubble {
    visibility: visible;
    display: block;
}
.bg-bubble-ellipse12 {
    width: 25vmin;
    height: 25vmin;
    top: 30%;
    left: 1%;
    border: 1px solid #707070;
    opacity: 0.1;
    background: #fff;
}
.bg-bubble-ellipse13 {
    width: 13.4vmin;
    height: 13.4vmin;
    top: 26%;
    left: 7.5%;
    border: 1px solid #707070;
    opacity: 0.18;
    background: #fff;
    filter: blur(19px);
}
.bg-bubble-path127 {
    width: 48.75vmin;
    height: 48.75vmin;
    top: 83.88%;
    left: 42.26%;
    background: radial-gradient(closest-side at 50% 50%, #173B75 0%, #173B75 52%, #19214D 100%);
    opacity: 0.15;
}
.bg-bubble-ellipse9 {
    width: 18.88vmin;
    height: 18.88vmin;
    top: 76.6%;
    left: 29.6%;
    border: 1px solid #707070;
    opacity: 0.03;
    background: #fff;
}
.bg-bubble-ellipse10 {
    width: 8.4vmin;
    height: 8.4vmin;
    top: 83.1%;
    left: 24.55%;
    border: 1px solid #707070;
    opacity: 0.18;
    background: #fff;
    filter: blur(19px);
}
.bg-bubble-ellipse14 {
    width: 10.41vmin;
    height: 10.41vmin;
    top: 24%;
    left: 73%;
    border: 1px solid #707070;
    opacity: 0.1;
    background: #fff;
}
.bg-bubble-g187 {
    width: 20.83vmin;
    height: 20.83vmin;
    top: 57.15%;
    left: 86.83%;
    opacity: 0.17;
    background: radial-gradient(closest-side at 50% 50%, #173B75 0%, #173B75 52%, #19214D 100%);
}
.bg-bubble-ellipse11 {
    width: 10.9vmin;
    height: 10.9vmin;
    top: 63.36%;
    left: 94.5%;
    border: 1px solid #707070;
    opacity: 0.03;
    background: #fff;
}
/* #endregion Homepage bubbles background */


 #swiper15 img{
    border-radius: 20px;
 }
 #swiper16 img{
    border-radius: 20px;
 } 

 .reference {
    width: fit-content;
    position: absolute;
    bottom: 110px;
    right: -20px;
    z-index: 999;
    display: none;
}

 #cyclogest  .reference{
    display: block;
 }

 .referenceBtn{
    padding: 0.5rem 2rem;
    background-color: #fff;
    border-radius: 70px;
    color: #8ABA24;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    font-weight: 300 !important;
    cursor: pointer;
 }

 #referenceModal .referenceSwiper{
    overflow: hidden;
    border-radius: 34px;
 }

 #referenceModal .swiper-wrapper{
    height: auto !important;
    padding-top: 0;
 }

 #referenceModal .modal-content{
    padding: 3rem 3rem !important;
 }

 
 #referenceModal .prevBtnRef{
    left: -82px;
    top: 50%;
    background: #ffffff;

 }

 #referenceModal .nextBtnRef{
    right: -84px;
    top: 50%;
    background: #ffffff;
 }

 #referenceModal .prevBtnRef::after{
    color: #1C4483;
 }

 #referenceModal .nextBtnRef::after{
    color: #1C4483;
 }

 .inactive{
    pointer-events: none;
 }

 #qrModal  .modal-content{
    padding: 3rem 3rem;
 }
 #qrModal  .modal-dialog {
    min-width:auto;
}

#qrModal  .imageContent {
    height: unset;
}
 #succesModal .modalSubtitle{
    display: flex;
    justify-content: center;
    align-items:flex-start;

 }
 #succesModal .modalSubtitle img{
    width: 41px;
 }
 #succesModal .modalSubtitle  .text{
    line-height: 36px;
    margin-top: -3px;
  }

  .scrollImage {
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
  }

  .scrollImage::-webkit-scrollbar-track {
    background-color: #fff;
    display: none;
  }
  .scrollImage::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    display: none;
  }
  .scrollImage::-webkit-scrollbar-thumb {
    background-color: #60028c;
    border: 2px solid #60028c;
    border-radius: 10px;
    display: none;
  }

  .scrollImage2 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
  }

  .scrollImage2::-webkit-scrollbar-track {
    background-color: #fff;
    display: none;
  }
  .scrollImage2::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    display: none;
  }
  .scrollImage2::-webkit-scrollbar-thumb {
    background-color: #60028c;
    border: 2px solid #60028c;
    border-radius: 10px;
    display: none;

  }

  .scrollSection{
    overflow-x: hidden;
    overflow-y: auto;
    height: 429px;
  }

  .scrollBtnBtottom {
    position: fixed;
    bottom:-3px;
    right:0;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    box-shadow: rgba(0, 0, 0, 0.95) 0px -50px 36px -28px inset;
    padding-right:10px;
    padding-bottom: 20px;
    width:100%;
  }

  .scrollBtnBtottom2 {
    position: fixed;
    bottom:-3px;
    right:0;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    box-shadow: rgba(0, 0, 0, 0.95) 0px -50px 36px -28px inset;
    padding-right:10px;
    padding-bottom: 20px;
    width:100%;
  }

  .scrollBtnUp{
    position: fixed;
    bottom:-3px;
    right:0;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    box-shadow: rgba(0, 0, 0, 0.95) 0px -50px 36px -28px inset;
    padding-right:10px;
    padding-bottom: 20px;
    width:100%;
  }

  .scrollSection::-webkit-scrollbar-track {
    background-color: #1C4483;
  }
  .scrollSection::-webkit-scrollbar {
    width: 10px;
    background-color: #1C4483;
  }
  .scrollSection::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
  }

.historySlide  .scrollSection{
    overflow-x: hidden;
    overflow-y: auto;
    height: 514px;
  }

  .historySlide .normalText{
    line-height: 34px;
  }
  
  .symposiumSection{
    display: none;
  }

  .symposiumSection.active{
    display: flex;
    gap: 4%;
    justify-content: center;
  }

  .symposiumcolumn{
    border-radius: 30px;
    background-color: #264E8D;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
    height: 65vh;
    width: 46%;
  }

  .symposiumcolumn .date {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 30px;
  }


  .symposiumcolumn .scrollSection {
    height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .arrow img {
    width: 90%;
    padding-top: 5px
  }

  .intro {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 30px;
  }

  .intro span{
    color:#fff;
    font-family: var(--font-meta-bold);
    font-size: 30px;
    padding: 0;
  }

  .condition {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 30px;
    margin-left: -15px;
  }

  .condition span{
    opacity: 50%;
  }

  .time {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 30px;
    opacity: 0.5;
  }

  .program {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 26px;
  }

  .program span{
    opacity: 0.5;
  }

  .secondContainer{
    display: none;
  }
  .mapSection{
    display: none;
  }

  .mapSection.active{
    display: flex;
    gap: 4%;
    justify-content: center;
    height: 65vh;
    align-items: center;
    border-radius: 30px;
    background-color: #264E8D;
    padding: 50px;
  }

  #mapModal .modal-dialog {
    min-width: 90vw;
  }

  #symposiumMainModal .close {
    top: 1.5rem;
    right: 3.5rem;
  }

  #symposiumMainModal .modal-dialog {
    min-width: 100vw;
  }

  #symposiumMainModal .modal-body {
    padding: 0 !important;
    gap:3rem;
    display: flex;
  }

  #symposiumMainModal .modal-content{
    background-color: transparent!important;
    box-shadow: none !important;
  }

  #symposiumModal .modal-dialog {
    min-width: 90vw;
  }

  #symposiumModal .modal-body {
    padding: 0 !important;
  }

  /* #symposiumModal .modal-content{
    background-color: transparent!important;
    box-shadow: none !important;
  } */

  .imgBenign {
    width: 90%
  }

  .imageGarcia{
    margin-top:-2rem !important;
  }

  .symposiumMainModal{
    display: none;
  }

  .symposiumMainModal.active{
    display: block;
  }

  .symposiumModalContent{
    display: none;
  }

  .symposiumModalContent.active{
    display: block;
  }
  
  
  .mapBtn{
    position: absolute;
    /* background-color: #00ffff57; */
    cursor: pointer;
  }
  .corporateBtn{
    width: 150px;
    height: 40px;
    left: 349px;
    top: 220px;
  }

  .benignBtn{
    width: 68px;
    height: 68px;
    left: 243px;
    top: 417px;
  }
  .fertilityBtn{
    width: 102px;
    height: 102px;
    left: 213px;
    top: 286px;
  }

  .educationalBtn{
    width: 309px;
    height: 40px;
    left: 990px;
    top: 188px;
  }

  .mapContent{
    display: none;
  }

  .mapContent.active{
    display: block;
  }

  #symposiumMainModal .modal-body {
    width: 95%;
    }
    .symposiumcolumn{
        width: 49%;
    }