/*@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/

.grecaptcha-badge {
    display: none !important;
}

:root {
    /*Fonts*/

    --navbar-nav-link-padding-x: 1.5rem !important;
--font-primary: "Palanquin Dark";
--font-secondary: "Barlow Condensed";
--font-tertiary: "Inter";
--font-weight-light: 200;
--font-weight-regular: 400;
--font-weight-book: 300;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--desktop-h1-fontfamily: var(--font-primary);
--desktop-h1-size: 64px;
--desktop-h1-lineheight: 80px;
--desktop-h1-weight: var(--font-weight-semibold);
--desktop-h2-fontfamily: var(--font-primary);
--desktop-h2-size: 48px;
--desktop-h2-lineheight: 60px;
--desktop-h2-weight: var(--font-weight-semibold);
--desktop-h3-fontfamily: var(--font-secondary);
--desktop-h3-size: 32px;
--desktop-h3-lineheight: 40px;
--desktop-h3-weight: var(--font-weight-semibold);
--desktop-h4-fontfamily: var(--font-secondary);
--desktop-h4-size: 24px;
--desktop-h4-lineheight: 30px;
--desktop-h4-weight: var(--font-weight-semibold);
--desktop-h5-fontfamily: var(--font-tertiary);
--desktop-h5-size: 18px;
--desktop-h5-lineheight: 24px;
--desktop-h5-weight: var(--font-weight-bold);
--desktop-h6-fontfamily: var(--font-tertiary);
--desktop-h6-size: 16px;
--desktop-h6-lineheight: 20px;
--desktop-h6-weight: var(--font-weight-semibold);
--mobile-h1-fontfamily: var(--font-primary);
--mobile-h1-size: 48px;
--mobile-h1-lineheight: 60px;
--mobile-h1-weight: var(--font-weight-semibold);
--mobile-h2-fontfamily: var(--font-primary);
--mobile-h2-size: 32px;
--mobile-h2-lineheight: 40px;
--mobile-h2-weight: var(--font-weight-semibold);
--mobile-h3-fontfamily: var(--font-secondary);
--mobile-h3-size: 24px;
--mobile-h3-lineheight: 30px;
--mobile-h3-weight: var(--font-weight-semibold);
--mobile-h4-fontfamily: var(--font-secondary);
--mobile-h4-size: 20px;
--mobile-h4-lineheight: 25px;
--mobile-h4-weight: var(--font-weight-semibold);
--mobile-h5-fontfamily: var(--font-tertiary);
--mobile-h5-size: 18px;
--mobile-h5-lineheight: 20px;
--mobile-h5-weight: var(--font-weight-bold);
--mobile-h6-fontfamily: var(--font-tertiary);
--mobile-h6-size: 16px;
--mobile-h6-lineheight: 20px;
--mobile-h6-weight: var(--font-weight-semibold);
--paragraph-fontfamily: var(--font-tertiary);
--paragraph-size: 18px;
--paragraph-lineheight: 28px;
--paragraph-weight: var(--font-weight-regular);
--paragraph-small-fontfamily: var(--font-tertiary);
--paragraph-small-size: 14px;
--paragraph-small-lineheight: 21px;
--paragraph-small-weight: var(--font-weight-regular);
--button-size: var(--paragraph-size);
--button-fontfamily: var(--font-secondary);
--button-lineheight: var(--paragraph-lineheight);
--input-fontfamily: var(--font-tertiary);
--button-weight: var(--font-weight-bold);
--input-size: var(--paragraph-size);
--input-lineheight: var(--paragraph-lineheight);
--input-weight: var(--font-weight-semibold);
--link-fontfamily: var(--font-secondary);
--link-size: var(--paragraph-size);
--link-lineheight: var(--paragraph-lineheight);
--link-weight: var(--font-weight-semibold);

/*File*/
--borderradius-interactives: 8px;
--borderradius-cards: 16px;
--desktop-sidepadding: 128px;
--mobile-sidepadding: 24px;

/*Colors*/
--main-brand: #8EBE28;
--main-brandstring: "8EBE28";
--main-brandcolorname: "Bright Green";
--accents-1: #345A49;
--accents-1string: "345A49";
--accents-1colorname: "Forest Green";
--accents-2: #EEF6E9;
--accents-2string: "F3FCDF";
--accents-2colorname: "Pale Green";
--accents-3: #A1226D;
--accents-3string: "A1226D";
--accents-3colorname: "Deep Magenta";
--accents-4:#365D47;
--neutrals-white: #FFFFFF;
--neutrals-lightgrey: #F2F2F2;
--neutrals-mediumgrey: #D9D9D9;
--neutrals-darkgrey: #989898;
--neutrals-usp-bg:#F9F9F9;
--neutrals-black: #232930;
--ui-positive: #8EBE28;
--ui-negative: #F1416C;
--ui-warning: #FFC107;
--color-accordion: #333333;
}
.color-neutrals-darkgrey {
    color: var(--neutrals-darkgrey) !important;
}
.color-dark-green-theme {
    color: var(--accents-4) !important;
}
.color-green-theme {
    color: var(--main-brand) !important;
}
.color-black {
    color: var(--neutrals-black);
}
.text-underline {
    text-decoration: underline;
}
body {
    padding-top:76px;
}
.fixed-nav {
    position: fixed;
    background-color: white;
    z-index: 100;
    top:0;
}

body {
    font-family: var(--paragraph-fontfamily);
    font-size: var(--paragraph-size);
    line-height: var(--paragraph-lineheight);
    color: var(--neutrals-black);
}

h1 {
    font-size: var(--desktop-h1-size);
    line-height: var(--desktop-h1-lineheight);
    font-weight: var(--desktop-h1-weight);
    margin-bottom: 2rem;
    font-family: var(--desktop-h1-fontfamily);
}

h2 {
    font-size: var(--desktop-h2-size);
    line-height: var(--desktop-h2-lineheight);
    font-family: var(--desktop-h2-fontfamily);
    font-weight: var(--desktop-h2-weight);
    margin-bottom: 1rem;
}

h3 {
    font-family: var(--desktop-h3-fontfamily);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-lineheight);
}

h4 {
    font-family: var(--desktop-h4-fontfamily);
    font-size: var(--desktop-h4-size);
    line-height: var(--desktop-h4-lineheight);
    font-weight: var(--desktop-h4-weight);
}


.bg-brand-color-1 {
    background-color: var(--accents-1);
}
.bg-brand-color-1 :where(*:not(.btn)) {
    color: #fff;
}
.bg-brand-color-1 .btn-label{
    color: var(--main-brand);
}
.bg-brand-color-1 a:not(.btn){
    color: var(--main-brand);
    line-height: var(--link-lineheight);
    font-size: var(--link-size);
    font-weight: var(--link-weight);
    font-family: var(--link-fontfamily);
    text-transform: uppercase;
}
/*.bg-brand-color-1 .btn {
    background-color: #fff;
    color: var(--main-brand);
    border: 3px solid #fff;
}
.bg-brand-color-1 .btn:hover {

    color: var(--main-brand);
border-color: var(--neutrals-mediumgrey);
}*/

/*.bg-brand-color-1 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--accents-1);
    color: #fff;
}
.bg-brand-color-1 .btn-outline:hover {
    background-color: var(--accents-1);
    color: #000;
    border: 3px solid #000;
}*/

.bg-brand-color-2 {
    background-color: var(--accents-2);
}
.bg-brand-color-2 :where(*:not(.btn)) {
    color: var(--neutrals-black);
}
/*.bg-brand-color-2 .btn {
    color: var(--neutrals-white);
}
.bg-brand-color-2 .btn:hover {
    background-color: var(--neutrals-black);
    color: var(--accents-2);
}

.bg-brand-color-2 .btn-outline {
    border: 3px solid #fff;
    background-color: var(--accents-2);
    color: #fff;
}
.bg-brand-color-2 .btn-outline:hover {
    background-color: var(--accents-2);
    color: #000;
    border: 3px solid #000;
}
*/

.bg-brand-color-3 {
    background-color: var(--accents-4);
}
.bg-brand-color-3 :where(*:not(.btn)) {
    color: #fff;
}
.bg-brand-color-3 .text-brand {
    color: var(--main-brand);
}
/*.bg-brand-color-3 .btn {
    background-color: var(--main-brand);
    border: 3px solid var(--main-brand);
    color: var(--accents-4);
}

.bg-brand-color-3 .btn:hover {
    background-color: var(--main-brand);
    border: 3px solid var(--main-brand);
    color: var(--accents-4);
}

.bg-brand-color-3 .btn-outline {
    border: 1.5px solid var(--main-brand);
    background-color: var(--accents-4);
    color: var(--main-brand);
}
.bg-brand-color-3 .btn-outline:hover {
    border: 1.5px solid var(--main-brand);
    background-color: var(--accents-4);
    color: var(--main-brand);
}*/

.bg-usp-card{
    background-color: var(--neutrals-usp-bg);
    color: var(--neutrals-black);
}
.bg-usp-card *{
    color: var(--neutrals-black);
}

.navbar-nav .nav-link {
    font-size: var(--link-size);
    font-family: var(--link-fontfamily);
    line-height: var(--link-lineheight);
    font-weight: var(--link-weight);
    color: var(--neutrals-black);
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover{
    color: var(--main-brand);
}

.navbar-nav .current-menu-item > .nav-link {
    color: var(--main-brand) !important;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}
ul li, ol li {
    padding-left: 0.8rem;
}
nav a.navbar-brand {
    font-size: var(--desktop-h2-lineheight);
    line-height: var(--logo-lineheight);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
}

#language_dropdown {
    /* order: 2; */
    border: 1px solid var(--neutrals-mediumgrey);
    border-radius: 4px;
    padding: 8px;
    margin-left: 1rem;
    font-size: var(--input-size);
    line-height: var(--input-lineheight);
    font-family: var(--font-tertiary);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
}

#language_dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;

    margin-top: 0.6rem !important;
    border: 1px solid #E3E4E3;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#language_dropdown .dropdown-menu a{
    text-transform: uppercase;
}
#language_dropdown #languageSwitcher {
    color: var(--neutrals-darkgrey);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
}

#language_dropdown .dropdown-item {
    padding: 4px 6px;
    min-width: 100%;
}

#language_dropdown .dropdown-toggle::after {
    content: url(../images/arrow-bottom.svg);
    border: unset;
    vertical-align: 0.1rem;
    font-size: 0.5rem;
    width: unset;
    height: unset;
}

.navbar-toggler,
.soc-btn {
    border: unset;
    box-shadow: 0px 4px 10px 0px #00000014;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-brand);
}

.btn {
    background-color: var(--main-brand);
    border: 3px solid var(--main-brand);
    color: var(--accents-4);
    font-weight: var(--button-weight);
    padding: 5px 22px;
    transition: all 0.3s ease-in-out;
    font-size: var(--button-size);
    line-height: var(--button-lineheight);
    font-family: var(--button-fontfamily);
    text-transform: uppercase;
    border-radius: 100px;
}

.btn:hover {
    background-color: var(--accents-4);
    color:  var(--main-brand);
    border-color: var(--main-brand);
}
.btn.btn-white {
    background-color: #fff;
    color: var(--accents-4);
    border: 3px solid #fff;
}
.btn.btn-white:hover {
    background-color: var(--neutrals-lightgrey);
    color: var(--accents-4);
    border-color: var(--neutrals-lightgrey);
}
.services_hover {
    transition: all 0.25s;
}
.services_hover:hover {
    color: var(--neutrals-black) !important;
    transform: translate(0, -8px);
}
.services_hover:hover *:not(a) {
    color: var(--neutrals-black);
}

.bg-brand {
    background-color: var(--main-brand);
}
.cursor-pointer {
    cursor: pointer;
}
.text-brand {
    color: var(--main-brand);
}

.bg-light-grey {
    background-color: var(--neutrals-lightgrey);
}
.bg-light-red{
    background-color: rgba(241, 65, 108, 0.2);
}
.bg-light-red .bi{
    color: rgba(241, 65, 108, 1);
}
.bg-light-yellow{
    background-color: rgba(255, 193, 7, 0.2);
}
.bg-light-yellow .bi{
    color: rgba(255, 193, 7, 1);
}
.bg-light-violet{
    background-color: rgba(114, 57, 234, 0.2);
}
.bg-light-violet .bi{
    color:  rgba(114, 57, 234, 1);
}
.bg-light-green{
    background-color: rgba(80, 205, 137, 0.2);
;
}
.bg-light-green .bi{
    color:  rgba(80, 205, 137, 1);
}
.bg-light-blue{
    background-color: rgba(44, 154, 255, 0.2);
}
.bg-light-blue .bi{
    color:  rgba(44, 154, 255, 1);
}


.br-intr {
    border-radius: var(--borderradius-interactives);
}

.br-cards {
    border-radius: var(--borderradius-cards);
}
.bs-cards{
    box-shadow: 0px 12px 24px 0px #00000014;

}

.br-cards-top {
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}

.icon-square {
    width: 48px;
    height: 48px;
    flex: none;
}

.icon-square-big {
    width: 64px;
    min-width: 64px;
    height: 64px;
    flex: none;
}

.border-custom {
    border: 1px solid var(--neutrals-lightgrey);
}
.border-custom-right-medium-grey{
    border-right: 1px solid var(--neutrals-mediumgrey);
}

.rotate-315 {
    transform: rotate(315deg);
}

.accordion-item {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border: unset;
    box-shadow: 8px 8px 32px 0px #0000000A; 
    padding: 16px 24px;
}
.accordion-item .icon-square{
    background-color: var(--neutrals-darkgrey);
}
.accordion-item button{
    color: var(--neutrals-darkgrey);
}
.accordion-button:not(.collapsed){
    color: var(--color-accordion);
}
.accordion-button:not(.collapsed) .icon-square{
    background-color: var(--accents-1);
}
.accordion-item .accordion-collapse{
display: unset !important;
}

.accordion-body{
    transition: all 0.3s ease, height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
}
.accordion-item.show .accordion-body{
    /* height: auto; */
    opacity: 1;   
    display: block;
    padding-top: 0.5rem;
}
.accordion-button {
    border: unset !important;
    box-shadow: unset !important;
    background: unset !important;
    padding: 0 !important;
}

.accordion-button::after {
    display: none !important;
}

h3 .accordion-button {
    font-family: var(--desktop-h3-fontfamily);
    font-size: var(--desktop-h3-size);
    font-weight: var(--desktop-h3-weight);
    line-height: var(--desktop-h3-lineheight);
}
.progress-bar-container {
    position: relative;
    height: 6px;
    margin-bottom: 16px;
    display: none; /* Hide by default */
    transition: opacity 0.3s ease;
    opacity: 0;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-brand);
    transition: width 5s linear;
}

.accordion-item.show .progress-bar-container {
    display: block; /* Show only in the active accordion item */
    opacity: 1;
}

.small-p,
.pagination-item {
    font-family: var(--paragraph-small-fontfamily);
    font-size: var(--paragraph-small-size);
    line-height: var(--paragraph-small-lineheight);
    font-weight: var(--paragraph-small-weight);
}

.swiper-arrow-left,
.swiper-arrow-right {
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5.82px 14.55px 0px #00000014;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    background-color: var(--neutrals-white);
}
.swiper-arrow-left:hover,
.swiper-arrow-right:hover{
    background-color: var(--neutrals-mediumgrey);
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--neutrals-darkgrey);
}

.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: var(--main-brand);
}

.swiper-pagination {
    bottom: unset !important;
    top: unset !important;
}

.link {
    font-size: var(--link-size);
    line-height: var(--link-lineheight);
    font-family: var(--link-fontfamily);
    font-weight: var(--link-weight);
    text-decoration: unset;
}
footer .link{
    color: var(--neutrals-darkgrey);
    text-transform: uppercase;
}

.pagination-item {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid var(--neutrals-lightgrey);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutrals-darkgrey);
    text-decoration: unset;
}

.pagination-item.active {
    border: 1px solid var(--main-brand);
    color: var(--neutrals-white);
    background-color: var(--main-brand);
}

.pagination-item.disable {
    border: unset;
}
.wpcf7-form label,
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea {
    border: 1px solid var(--neutrals-lightgrey);
    border-radius: var(--borderradius-interactives);
    padding: 12px;
    margin-top: 0.5rem;
    background-color: var(--neutrals-white);
}

.wpcf7-form input:not([type=submit]):focus,
.wpcf7-form input:not([type=submit]):active,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
    border: 1px solid var(--bg-black) !important;
    outline: unset !important;
}

.wpcf7-form label {
/*    color: var(--neutrals-black);*/
    font-size: var(--input-size);
    font-family: var(--input-fontfamily);
    line-height: var(--input-lineheight);
    font-weight: var(--font-weight-semibold);
}

.wpcf7-form input[type=submit] {
    width: auto;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-form .wpcf7-radio label{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.wpcf7-form .wpcf7-radio label input{
    margin-top: 0;
}
.wpcf7-form .wpcf7-radio{
    margin-top: 0.5rem;
    display: flex;
    gap: 1.5rem;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item{
    margin: 0;
}
.wpcf7-form input[type='radio'] {
    position: relative;
    visibility: hidden;
    border: 1px solid #989898;
    border-radius: 25px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpcf7-form input[type='radio']:after{
    width: 24px;
    height: 24px;
    border-radius: 15px;
    top: unset;
    left: unset;
    position: absolute;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #989898;
}
.wpcf7-form input[type='radio']:checked:after{
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: unset;
    left: unset;
    position: absolute;
    background-color: #8EBE28;
    content: '';
    display: inline-block;
    visibility: visible;
    outline: 1px solid #989898;
    border: 4px solid #fff;
}
.border-top {
    border-top: 1px solid var(--neutrals-lightgrey) !important;
}

.custom-ul p{
    display: flex; 
    gap: 16px;
}
.custom-ul p i{
    font-size: 16px;
    color:var(--main-brand);
}
/* .div-doctor{
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 100%;
} */
.row-doctorr img{
    width: 100px;
    height: 100px;
}
 .row-doctor{
    margin-bottom: -11rem;
 }
.btn-chat{
    width: 44px;
    height: 44px;
    background-color: var(--neutrals-white);
    border-radius: 100%;
}

.btn-label{
    background-color: var(--accents-2);
    color: var(--main-brand);
    font-size: var(--button-size);
    font-weight: var(--button-weight);
    line-height: var(--button-lineheight);
    font-family: var(--button-fontfamily);
    padding: 4px 16px;
    border-radius: 100px;
}
header{
    background-image: url(../images/header-bg.svg);
    background-position: left;
    background-repeat: no-repeat;
}
.sub-menu{
    position: absolute;
    z-index: 9999;
    background: #fff;
    list-style: none;
    padding: 20px 5px;
    font-size: 17px;
    display: none;
    box-shadow: 0px 4px 15px 0px #00000026;
    text-align: left;
    flex-direction: column;

}
.menu-item-has-children:hover .sub-menu {
    display: flex;
}
.menu-item-has-children {
    position: relative;
    padding-right: 0.7rem;
    margin-right: 0.5rem;
}
.menu-item-has-children::before {
    content: '';
    background-image: url(../images/dropdown-header.svg);
    width: 12px;
    height: 7px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 44%;
    transition: all 0.3s;
}
.menu-item-has-children:hover::before {
    transform: rotate(180deg);
}
.wpcf7-not-valid-tip{
    font-size: var(--paragraph-small-size) !important;
    font-family: var(--paragraph-small-fontfamily);
    line-height: var(--paragraph-small-lineheight);
    font-weight: var(--paragraph-small-weight);
    color: var(--ui-negative) !important;
}
@media(min-width:1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--navbar-nav-link-padding-x);
        padding-left: var(--navbar-nav-link-padding-x);
    }
}
@media (min-width: 1200px) {
    .text-xl-start {
        text-align: left;
    }
}
@media(max-width:1399px){
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: white;
        width: 100%;
        top: 76px;
        left: 0;
        z-index: 100;
        box-shadow: 0px 4px 10px 0px #00000014;
    }
    .navbar-nav li.menu-item-has-children .sub-menu li a {
        color: #a9a9a9;
    }
    #language_dropdown{
        width: 90%;
        text-align: center;
        margin-left: 0;
    }
    nav .btn{
        width: 90%;
    }
    nav.navbar {
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-right: calc(var(--bs-gutter-x)* .5);
    }
    .menu-item-has-children .sub-menu{
        box-shadow: unset;
    position: relative;
    text-align: center;
    padding: 0;
            display: block;
    }
    .menu-item-has-children{
            position: relative;
    padding-right: 0;
    margin-right: 0;
    }
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../images/cross.svg);
        width: 12px;
        height: 12px;
    }
    .navbar-toggler:focus{
            box-shadow: 0px 4px 10px 0px #00000014;
    }
}
@media(max-width:1200px) {
    .container, .container-lg, .container-xl {
        max-width: 100%;
    }
    nav a.navbar-brand {
        font-size: var(--mobile-h2-lineheight);
        line-height: var(--mobile-logo-lineheight);
    }
}

@media(min-width:992px) {
    .ratio-lg-16x9 {
        --bs-aspect-ratio: 56.25%;
    }
    
}
@media(max-width:992px) {
    
    .row-y-gap {
        --bs-gutter-y: 1.5rem;
    }        
}

@media(max-width:991px) {
    body {
        font-family: var(--font-tertiary);
        font-size: var(--paragraph-size);
        line-height: var(--paragraph-lineheight);
        color: var(--neutrals-black);
    }

    h1 {
        font-size: var(--mobile-h1-size);
        line-height: var(--mobile-h1-lineheight);
        font-weight: var(--mobile-h1-weight);
        font-family: var(--mobile-h1-fontfamily);
    }

    h2 {
        font-size: var(--mobile-h2-size);
        line-height: var(--mobile-h2-lineheight);
        font-family: var(--mobile-h2-fontfamily);
        font-weight: var(--mobile-h2-weight);
    }

    h3 {
        font-family: var(--mobile-h3-fontfamily);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-lineheight);
    }

    h4 {
        font-family: var(--mobile-h4-fontfamily);
        font-size: var(--mobile-h4-size);
        line-height: var(--mobile-h4-lineheight);
        font-weight: var(--mobile-h4-weight);
    }

    h3 .accordion-button {
        font-family: var(--mobile-h3-fontfamily);
        font-size: var(--mobile-h3-size);
        font-weight: var(--mobile-h3-weight);
        line-height: var(--mobile-h3-lineheight);
        padding-left: 0;
        padding-right: 0;
    }

    .accordion-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .div-doctor{
        position: relative;
        transform: unset;
        top: unset;
        left: unset;
        margin-bottom: -8rem;
    }
    .row-doctor .btn-chat{
        width: auto;
        border-radius: 100px;
        height: auto;
        padding: 12px 24px;
        color: var(--main-brand);
    }
    .row-doctor .btn-chat div{
        color: var(--main-brand);
    }
}

/*EDIT BY MAARTEN FROM HERE*/


.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-icon i.bi {
/*    color: #fff;*/
    font-size: 34px;
    line-height: 24px !important;
}




/* element divider */
.el-divider {
    min-height: 3rem;
}
.el-divider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 1;
    max-height: 503px;
    min-height: 277px;
}



 /*element logos */
.slider-logos .swiper-wrapper {
    transition-timing-function: linear !important;
    display: flex;
    align-items: center;  
}
.slider-logos .swiper-slide {
    max-width: 300px;
    width: auto;
    /*flex-shrink: 0;*/
}
.slider-logos .swiper-slide img {
    max-height: 100px;
    object-fit: contain;
}


.el-lime-line {
    background-color: var(--main-brand) ;
}




.fit-img-to-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fit-img-to-content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fit-img-to-content.contain > img {
    object-fit: contain;
}

.swiper-slide {
    height: auto;
}


i.bi {
    /*color: var(--main-brand);
    display: block;
    font-size: 24px;*/
}
i.bi.fs-normal {
    font-size: inherit;
}

i.bi.bi-star-fill {
    color: var(--neutrals-mediumgrey);
    font-size: 16px;
}
i.bi.bi-star-fill.color-yellow {
    color: var(--ui-warning);
}
.btn-chat i.bi {
    font-size: 16px;
    transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
}

.bi-chevron-left::before,
.bi-chevron-right::before {
    font-weight: 600 !important;
}

a {
    color: var(--main-brand);
    text-decoration: none;
}
a:hover:not(.btn),
a:active:not(.btn) {
    color: var(--main-brand);
    opacity: .8;
}
.div-tips > div {
    cursor: pointer;
    background-color: var(--neutrals-lightgrey);
    border-radius: var(--borderradius-cards);
    padding: 12px 16px;
    font-size: var(--paragraph-size);
    font-family: var(--paragraph-fontfamily);
    line-height: var(--paragraph-lineheight);
    font-weight: var(--paragraph-weight);
    color: var(--accents-1);
}
.div-tips > div:hover {
    background-color: var(--neutrals-mediumgrey);
}
.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item img{
    max-height: 110px;
    max-width: 250px;
}
@media(max-width:991px) {
    .align-items-center-2 {
        align-items: center;
    }
    .fit-img-to-content {
        position: relative;
    }

    .owl-carousel .owl-item img{
        max-height: 110px;
        max-width: 100px;
    }
}

.port-card{
        box-shadow: 8px 8px 16px 0px #0000001A;
    border: 1px solid #F3F2F3;
    color: var(--neutrals-black);
}
.port-card *{
    color: var(--neutrals-black);
}
.port-card .img-main, .port-card .img-hover{
transition: all 0.3s ease-in-out;
}
.port-card .img-main{
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.port-card .img-main::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0,0.3);
    border-top-left-radius: var(--borderradius-cards);
    border-top-right-radius: var(--borderradius-cards);
}
.port-card .img-main h3{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
    border-radius: 20px;
    color: var(--main-brand);
}
.port-card .img-hover{
    opacity: 0;
}
.port-card:hover .img-hover{
    opacity: 1;
}
.port-card:hover{
    opacity: 1;
    text-decoration: none;
}
.port-card:hover h4, .port-card:hover p{
    text-decoration: none !important;
}


.outside_frame {
    position: absolute;
    bottom: -2rem;
    right: 0;
    object-fit: contain;
    height: 400px;
}
@media (max-width: 768px) {
    .outside_frame {
        position: relative;
        margin:auto;
        display: block;
        margin-top: -4em;
        bottom: 0;
    }
}


.btn i.bi-chevron-right {
    font-size: 14px;
}

.contact-icon-div {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--accents-1);
    align-items: center;
}

.contact-icon-div i.bi {
    font-size: 26px;
    color: var(--neutrals-light-grey);
}

i.fs-16-custom {
    font-size: 16px;
    color: var(--accents-1);
}

.contact-div-link a {
    color: var(--accents-1);
}

.mt-minus-2 {
    margin-top: -3rem;
}



#faqAccordion .accordion-button .toggle-icon {
    font-weight: bold;
    transition: transform 0.2s ease-in-out;
}
#faqAccordion .accordion-button.collapsed .toggle-icon {
    content: "+";
}
#faqAccordion .accordion-button:not(.collapsed) .toggle-icon {
    content: "×";
}

#faqAccordion .accordion-button .toggle-icon {
    font-weight: 700;
    line-height: 1;
    margin-left: 1rem;
    min-width: 1rem;
    text-align: center;
    user-select: none;
}

#faqAccordion .card {
    background-color: transparent;
    border: 0;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--Main-Brand, #8EBE28);
    border-radius: 0;
    padding-bottom: 1em;
}
#faqAccordion .card .card-body p {
    margin-bottom: 0;
}


div#faqAccordion .card-header {
    background-color: transparent;
    border: 00;
}






#support-grid{
}
#support-grid .row{
}
#support-grid .row.row-demo{
    display: flex;
    padding-top: 50px;
    padding-bottom: 80px;
}
#support-grid .row.row-demo h5{
   letter-spacing: 0px;
   color: #4B5054;
   text-transform: uppercase;
}
#support-grid .row.row-demo button{
    background: #8EBE28 0% 0% no-repeat padding-box;
    border: 3px solid #8EBE28;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
#support-grid .row.row-demo button:hover{
    border: 3px solid #8ebe28;
    color: #333333;
    text-shadow: 1px 0 0 #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: transparent;
}
.price_floraconcepts {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
}
.price_floraconcepts span {
    font-family: 'Barlow Condensed';
    font-size: 32px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
    margin-right: 8px;
}
.icon_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.circle_hover {
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    position: absolute;
}
.col-support-id:hover .circle_hover{
    transform: scale(1);
}
.col-support-id p{
    margin-bottom: 0;
}
.col-support-id h3{
    margin-bottom: 10px;
    letter-spacing: 0px;
    color: #4B5054;
    margin-top: 16px;
}
.col-support-id .image_thumb {
    width: 100%;
    height: 180px;
    object-fit: contain;
}
#support-result{
    display: none;
}

#filter-header{
    display: flex;
    margin-top: 16px;
}
.input-header-div{
    position: relative;
    width: 100%;
    max-width: 800px;
}
#filter-header input[type=text]{
    width: 100%;
    border-radius: 50px;
    padding: 8px 44px;
    border: 1px solid var(--Neutrals-Medium-Grey, #D9D9D9);
    color: var(--neutrals-black);
}

.input-header-div::before{
    content: '';
    background-image: url(../../floraconcepts2/assets/img/icons/search-icon.svg);
    width: 16px;
    height: 16px;
    display: block;
    top: 15px;
    left: 20px;
    position: absolute;
    background-size: contain;
    opacity: 0.45;
}
.support-item {
    margin-bottom: 64px;
}
.support-item-div-img{
    position: relative;

}
.support-item-div-img img {
    width: 100%;
}
#vimeo-section {
    display: none;
}
.support-item-div-img .support-item-svg{
    width: 50px;
    height: 50px;
    background: #8EBE28 0% 0% no-repeat padding-box;
    border-radius: 100%;
    padding: 15px;
    position: absolute;
    right: 5px;
    bottom: 10px;
    /*opacity: 0;*/
    transition: 0.2s;
    cursor: pointer;
    /*visibility: hidden;*/
}
.support-item-div-img:hover .support-item-svg{
 opacity: 0.8;
}

.category-item label.category-item-label {
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.category-item input[type="radio"] {
    display: none;
}
.category-item input[type="radio"]:checked + label {
    color: var(--main-brand) !important;
    border-bottom: 2px solid var(--main-brand);
}



.parent-popup,.parent-popup-form{
    position: fixed;
    inset: 0%;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
}

.parent-popup .popup, .parent-popup-form .popup-form{
    background: white;

    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    font-size: large;
    line-height: 2rem;
    letter-spacing: 0.5px;
    word-spacing: 5px;
    animation: 1s drop;
    position: relative;
    max-width: 900px;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
/*justify-content: center;*/
align-items: center;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 20px;
overflow: auto;
max-height: 80%;
}

#popup-cross{
    width: 57px;
    height: 57px;
    background: #8EBE28 0% 0% no-repeat padding-box;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
#popup-cross-form{
    width: 40px;
    height: 40px;
    background: #8d8d8d 0% 0% no-repeat padding-box;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.popup-form form .row .col-100{
    padding: 0 1em;
}
.popup-form form .row .col-33 p{
    margin-bottom: 0.5em;
}
.popup-form form  .col-100{
    padding: 0px;
}
.popup-form form  .col-100 p{
    margin-bottom: 0.2em;
}
#popup-image {
    max-width: 500px;
}
#popup-content{
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 80px;
}
#popup-content strong{
    color: #8EBE28;
}

#popup-content ol, #popup-content ul {
    padding-left: 20px;
}

.video-large iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
}
.video-large .video-wrapper {
    padding-top: 56%;
    height: 0;
    position: relative;
}