/* Akrobat End */
/* FONT END */
/****** ROOT START ******/
:root {
    /* COLOR START */
    --primary: #098aa6;
    --primary-light: #e6f3f6;
    --primary-lighter: #f7fbfc;
    --primary-darker: #06424d;

    --secondary: #444d5c;
    --secondary-light: #111111;
    --secondary-dark: #111111;

    --tertiary: #3b6f9d;
    --tertiary-light: #222222;
    --tertiary-lighter: #222222;

    --gray: #f6f5f1;
    --gray-light: #e9e9e9;
    --gray-lighter: #f6f5f1;

    --white: #ffffff;
    --black: #000000;
    --pink: #db4167;

    --text-primary: #212121;
    --text-secondary: #098aa6;
    --text-tertiary: #aeb2b9;
    --text-gray: gray;
    --text-white: white;

    --border-primary: #ccc;
    --border-secondary: #8d94a0;
    --border-tertiary: #333333;
    --border-gray: #e8e8e8;
    --border-gray-light: #e9e9e9;
    --border-gray-lighter: #f3f3f3;
    --border-white: #ffffff;
    --border-black: #000000;
    /* COLOR END */

    /* FONT START */
    --font-text: 16px;
    /* FONT END */

    /* FONT FAMILY START */
    --font-family: ProximaNova, sans-serif;
    /* FONT FAMILY END */

    /* FILTER START */
    --filter-primary: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(606%) hue-rotate(143deg) brightness(104%) contrast(189%);
    --filter-secondary: invert(35%) sepia(60%) saturate(4209%) hue-rotate(325deg) brightness(95%) contrast(81%);
    --filter-tertiary: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(606%) hue-rotate(143deg) brightness(104%) contrast(189%);
    --filter-gray: invert(92%) sepia(7%) saturate(28%) hue-rotate(316deg) brightness(81%) contrast(84%);
    --filter-white: brightness(0) invert(1);
    --filter-black: invert(0%);
    --filter-pink: invert(36%) sepia(28%) saturate(2915%) hue-rotate(311deg) brightness(93%) contrast(90%);
    /* FILTER END */

    /* TRANSITION START */
    --transition-all: all .3s ease-out;
    --transition-color: color .3s ease-out;
    --transition-margin: margin .3s ease-out;
    --transition-transform: transform .3s ease-out;
    --transition-height: height .3s ease-out;
    /* TRANSITION END */

    /* MARGIN TOP START */
    --margin-top: 107px;
    --margin-top-fixed: 80px;
    --margin-top-mobile: 80px;
    --margin-top-mobile-fixed: 80px;
    /* MARGIN TOP END */

    /* BOX SHADOW START */
    --box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    --box-shadow-bottom: rgb(0 0 0 / 12%) 0px 5px 15px;
    /* BOX SHADOW END */

    /* ROUNDED START */
    --rounded: 3px;
    --rounded-large: 8px;
    --rounded-larger: 16px;
    /* ROUNDED END */

    --overlay: rgba(0, 0, 0, 0.65);
    --mdb-body-font-size: 16px;
}

/****** ROOT END ******/

/* Variables Start */
:root {

    /* Color Start */
    --primary: #098aa6;
    --primary-darker: #522291;
    --primary-light: #e6f3f6;
    --primary-lighter: NEW_COLOR;

    --secondary: #db4167;
    --secondary-light: NEW_COLOR;
    --secondary-lighter: NEW_COLOR;

    --tertiary-lighter: NEW_COLOR;
    --white: #fff;
    --black: #000;
    --gray-lighter: #f7fbfc;
    --gray: #f1f1f1;
    --dark-gray: #a3a3a3;
    --red: NEW_COLOR;
    --gold: #e56c7e;

    --text-primary: #000;
    --text-secondary: #098aa6;

    --border-gray: #e8e8e8;
    /* Color End */

    /* Font Start */
    --primary-font-size: 17px;
    /* Font End */

    /* Transition Start */
    --primary-transition: all .3s ease-in-out;
    /* Transition End */

    /* Background Start */
    /* Background End */

    /* Background Start */
    --primary-box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
    /* Background End */


    --margin-top: 110.58px;
    --transition-all: .3s ease-in-out;
}

/* Variables End */


/* Default Start */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: var(--primary-font-size);
    line-height: 30px;
}

body {
    box-sizing: border-box;
    color: var(--text-primary);
    overflow-x: hidden;
}

/* ul {
    list-style: none !important;
} */

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    user-select: none;
}

.filter-p {
    filter: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(606%) hue-rotate(143deg) brightness(104%) contrast(189%);
}



/* Default End */


/* ScrollBar Start */
@media (min-width: 991px) {
    ::-webkit-scrollbar {
        width: 5px;
        scrollbar-color: var(--primary)
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
        border-radius: 10px
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
        background-color: var(--primary)
    }

    .sticky-nav {
        scrollbar-width: thin;
        scrollbar-color: var(--gray);
    }

    .sticky-nav::-webkit-scrollbar {
        width: 13px;
    }

    .sticky-nav::-webkit-scrollbar-track {
        background: var(--gray);
    }

    .sticky-nav::-webkit-scrollbar-thumb {
        background-color: var(--secondary);
        border-radius: 20px;
        border: 3px solid var(--gray);
    }
}

/* ScrollBar End */

/* Font Size Start */
/* .fs-xxxl {
    font-size: 250px;
    line-height: 210px;
}

.fs-xxl {
    font-size: 62px;
    line-height: 90px;
}

.fs-3xl {
    font-size: 52px;
    line-height: 62px;
}

.fs-xll {
    font-size: 48px;
    line-height: 72px;
}

.fs-xl {
    font-size: 34px;
    line-height: 51px;
}

.fs-lg {
    font-size: 24px;
    line-height: 36px;
}

.fs-xmd {
    font-size: 20px;
    line-height: 24px;
}

.fs-md {
    font-size: 19px;
    line-height: 24px;
}

.fs-sm {
    font-size: 15px;
    line-height: 24px;
}

.fs-xsm {
    font-size: 14px;
    line-height: 21px;
}

.fs-xxsm {
    font-size: 12px;
    line-height: 18px;
} */

/* Font Size End */
@media (max-width:768px) {
    .ps-mobile-0 {
        padding-left: 0 !important;
    }

    .pe-mobile-0 {
        padding-right: 0 !important;
    }

    .px-mobile-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fs-mobile-xxsm {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .fs-mobile-xsm {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .fs-mobile-sm {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .fs-mobile-md {
        font-size: 20px !important;
        line-height: 27px !important;
    }

    .fs-mobile-lg {
        font-size: 24px !important;
        line-height: 36px !important;
    }

    .fs-mobile-xl {
        font-size: 27px !important;
        line-height: 51px !important;
    }
}


/* Font Family End */


/* Text Color Start */
.text-primary {
    color: var(--text-primary) !important;
}

.text-secondary {
    color: var(--primary) !important;
}

.text-s {
    color: var(--text-secondary);
}

.text-t {
    color: var(--secondary) !important;
}

.text-red {
    color: var(--text-red) !important;
}

.text-gold {
    color: var(--gold) !important;
}

/* Text Color End */


/* Border Start */
.border-gray {
    border: 1px solid var(--gray);
}

.border-top-gray {
    border-top: 1px solid var(--gray);
}

.border-right-gray {
    border-right: 1px solid var(--gray);
}

.border-bottom-gray {
    border-bottom: 1px solid var(--gray) !important;
}

.border-left-gray {
    border-left: 1px solid var(--gray);
}

.border-top-white {
    border-top: 1px solid var(--white);
}

.border-bottom-white {
    border-bottom: 1px solid var(--white);
}

.border-dark-gray {
    border: 1px solid var(--dark-gray);
}

.border-top-dark-gray {
    border-top: 1px solid var(--dark-gray);
}

.border-right-dark-gray {
    border-right: 1px solid var(--dark-gray);
}

.border-bottom-dark-gray {
    border-bottom: 1px solid var(--dark-gray);
}

.border-left-dark-gray {
    border-left: 1px solid var(--dark-gray);
}

.border-right-black {
    border-right: 1px solid var(--black);
}

.border-bottom-black {
    border-bottom: 1px solid var(--black);
}

/* Border End */


/* Background Start */
.bg-primary {
    background-color: var(--primary) !important;
}

.bg-p-lighter {
    background-color: var(--gray-lighter) !important;
}

.bg-primary-lighter {
    background-color: var(--primary-lighter) !important;
}

.bg-primary-darker {
    background-color: var(--primary-darker) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-secondary-lighter {
    background-color: var(--secondary-lighter) !important;
}

.bg-secondary-lighter {
    background-color: var(--secondary-lighter) !important;
}

.bg-tertiary-lighter {
    background-color: var(--tertiary-lighter) !important;
}

.bg-light-gray {
    background-color: var(--light-gray) !important;
}

.bg-gray {
    background-color: var(--gray) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.bg-none {
    background-color: unset !important;
}

.bg-cover {
    background-size: cover;
}

/* Background End */

.filter-w {
    filter: brightness(0) invert(1);
}

.icon-md {
    width: 20px;
    height: 20px;
}

.icon-lg {
    width: 25px;
    height: 25px;
}

.bg-s {
    background-color: var(--secondary);
}

.border-e {
    border-right: 1px solid;
}

.border-color-w {
    border-color: var(--white);
}

.z-100 {
    z-index: 100 !important;
}

/* Buttons Start */
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 150px;
    transition: var(--transition-all);
    padding: 0.5rem;
    border-radius: var(--rounded);
    font-family: NeueKabel-Regular, sans-serif;
    border: 1px solid;
    letter-spacing: .64px;
    height: 49px !important;
    border-radius: 3px;
}

.button-primary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
    transition: var(--transition-all);
}

.button.larger {
    width: 210px;
}

.button-primary:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
    transition: var(--transition-all);
}

/* Buttons End */


.icon-viber {
    width: 20px;
    height: auto !important;
    filter: invert(100%);
}

/* Max Width Start */
.max-w-unset {
    max-width: unset !important;
}

.max-w-150 {
    max-width: 150px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-350 {
    max-width: 350px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-900 {
    max-width: 900px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-1100 {
    max-width: 1100px;
}

@media (min-width: 768px) {
    .max-w-md-500 {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .obs.desktop-none {
        opacity: 1 !important;
    }

    .max-w-lg-300 {
        max-width: 300px;
    }

    .max-w-lg-400 {
        max-width: 400px;
    }

    .max-w-lg-500 {
        max-width: 500px;
    }

    .max-w-lg-600 {
        max-width: 600px;
    }

    .max-w-lg-700 {
        max-width: 700px;
    }

    .max-w-lg-800 {
        max-width: 800px;
    }

    .max-w-lg-900 {
        max-width: 900px;
    }

    .max-w-lg-1000 {
        max-width: 1000px;
    }

    .max-w-lg-1100 {
        max-width: 1100px;
    }
}

/* Max Width End */


/* Max Height Start */
.max-h-300 {
    max-height: 300px;
}

.max-h-400 {
    max-height: 400px;
}

.max-h-500 {
    max-height: 500px;
}

.max-h-600 {
    max-height: 600px;
}

.max-h-700 {
    max-height: 700px;
}

.max-h-100-vh {
    max-height: 100vh;
}

/* Max Height End */


/* Flex Classes Start */
.flex-row-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.flex-row-end {
    display: flex;
    justify-content: end;
    align-items: center;
}

.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flex-row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-column-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.flex-column-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 100%;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


/* Flex Classes End */


/* Icon Start */
.icon {
    width: 30px;
}

/* Icon End */


/* Radius Start */
.rounded {
    border-radius: 10px !important;
}

.rounded-small {
    border-radius: 8px !important;
}

/* Radius End */


/* Custom Classes Start */
.w-unset {
    width: unset;
}

.w-fit {
    width: fit-content;
}

.box-shadow {
    box-shadow: var(--primary-box-shadow) !important;
}

.text-justify {
    text-align: justify;
}

.sticky-top {
    position: sticky;
    top: 100px;
}

.sticky-box.active p {
    border: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.margin-top {
    margin-top: 100px;
}

.list-style-disc,
.list-style-disc ul {
    list-style: disc !important;
}

/* Custom Classes End */



.logo {
    max-width: 200px;
}

.contact .phone {
    width: 50px;
    height: 50px;
    background-color: var(--secondary);
    padding: 12px;
    border-radius: 50%;
    margin-left: 1rem;
    transition: var(--transition-all);
}

.contact .phone:hover {
    background-color: var(--primary);
    cursor: pointer;
}

.contact .phone img {
    filter: brightness(0) invert(1);
}

.contact .address {
    font-family: Niramit-SemiBold, sans-serif !important;
    color: var(--primary) !important;
    font-size: 19px !important;
}


/* Footer End */
.footer-link {
    display: flex;
    justify-content: start;
    align-items: start;
    width: fit-content;
}

.footer-link,
.footer-link h5 {
    transition: var(--primary-transition);
    color: white;
}

.footer-link:hover,
.footer-link:hover h5 {
    transition: var(--primary-transition);
    color: var(--gold);
}

.footer-logo {
    width: 180px;
}

.footer-social {
    display: flex;
    justify-content: start;
    align-items: center;
}

.social:not(:last-child) {
    margin-right: 2.5rem !important;
}

.social img {
    width: 19px;
    height: 19px;
}

.icon-shown {
    display: flex;
}

.icon-hidden {
    display: none;
}

.social:hover .icon-shown {
    display: none;
}

.social:hover .icon-hidden {
    display: flex;
}

.footer-bottom {
    background-color: var(--primary);
    font-size: 16px;
    padding: 20px 0;
}


.footer-top h5 {
    font-size: 14px !important;
}

.footer-bottom * {
    font-size: 15px !important;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-inner {
    display: flex;
    align-items: center;
}

.footer-inner-left {
    justify-content: flex-start;
}

.footer-inner-right {
    justify-content: flex-end;
}


.footer-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom * {
    color: var(--white);
}

.footer-bottom p {
    margin-bottom: 0 !important;
}

.footer-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-right: 10px;
}

.footer-image a img {
    width: 40px;
    filter: brightness(0) invert(1);
}

.footer-heading {
    margin-bottom: 0 !important;
    font-size: 16px;
}

/* Footer End */


/* Hero Start */
.hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-text * {
    font-size: 22px !important;
}

.hero-text>p {

    line-height: 1;
}

.cta-top p {
    font-size: 19px !important;
}

.main-title {
    font-family: Niramit-SemiBold, sans-serif !important;
    color: var(--primary);
}

h1 {
    line-height: 1 !important;
    font-size: 50px !important;
}

.btn.btn-primary {
    width: 240px;
    height: 57px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 28.5px !important;
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    font-family: Niramit-SemiBold, sans-serif !important;
    text-transform: none !important;
    font-size: 17px !important;
}

.btn.btn-primary:hover {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.btn-icon {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    margin-right: 1rem;
}

/* Hero End */
.cta-top {
    position: sticky;
    top: 100px;
    width: 100%;
    background-color: var(--primary) !important;
    z-index: 99;
}

.cta-btn {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-left: 2px solid white;
    border-right: 2px solid white;
    font-family: Niramit-SemiBold, sans-serif !important;
}

.subtitle {
    font-family: Niramit-SemiBold, sans-serif !important;
    color: var(--text-secondary) !important;
    font-size: 19px !important;
}

.sticky-nav {
    position: sticky;
    top: 115px;
    max-height: 80vh;
    overflow: auto;
    border-top: 1px solid var(--gray);
    border-right: 1px solid var(--gray);
    border-left: 1px solid var(--gray);
}

.anchor-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--gray);
}


.anchor-icon-holder {
    width: 70px;
    height: 70px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mobileNavText {
    height: 70px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.anchor-link.active {
    background: var(--primary);
    border-radius: 3px !important;
}

.anchor-link.active span {
    color: var(--white) !important;
}

.anchor-link.active .link-text {
    color: var(--text-secondary) !important;
}

.anchor-link .anchor-icon {
    filter: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(606%) hue-rotate(143deg) brightness(104%) contrast(189%);
}

.show-btn {
    border-bottom: 0 !important;
    font-size: 17px !important;
    text-transform: none !important;
}

.show-btn.active {
    background: var(--primary) !important;
    border-radius: 3px !important;
    position: relative !important;
}

.show-btn.active span {
    color: var(--white) !important;
}

.show-btn.active .link-text {
    color: var(--text-secondary) !important;
}

.show-btn.active .icon-lg-custom {
    filter: invert(100%) !important;
}

.hover-overlay:hover .overlay {
    opacity: 1;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000057;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: 10;
    pointer-events: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(29%) saturate(606%) hue-rotate(143deg) brightness(104%) contrast(189%);
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
}

.anchor-link.active .anchor-icon {
    filter: invert(100%);
}

.cena {
    font-size: 22px;
    color: var(--secondary) !important;
    font-family: Niramit-SemiBold, sans-serif !important;
}

.cena-black {
    font-size: 22px;
    color: var(--text-primary) !important;
    font-family: Niramit-SemiBold, sans-serif !important;
    text-decoration: line-through !important;
}

.form-button:hover {
    background-color: var(--primary) !important;
    border: 1px solid white !important;
}

.price-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem !important;
}

.price-item:not(:first-of-type) {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.link-text {
    font-family: Niramit-SemiBold, sans-serif !important;
    color: var(--primary);
}

.gray-bg {
    background-color: var(--gray);
}

.list-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--text-secondary);
    margin-right: 1rem;
}

.list-icon img {
    filter: brightness(0) invert(1);
}

.blok-number {
    color: var(--text-secondary);
    font-size: 34px;
    line-height: 51px;
    font-family: Niramit-Bold, sans-serif !important;
}

.blog-text {
    font-family: Niramit-SemiBold, sans-serif !important;
}

.why-us {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: var(--gray-lighter);
}

.cta {
    background-color: var(--primary) !important;
}

.cta-title-white {
    font-family: Niramit-SemiBold, sans-serif !important;
    font-size: 1.2rem !important;
}

.cta-title-red {
    font-family: Niramit-SemiBold, sans-serif !important;
    font-size: 1.5rem !important;
    color: var(--secondary);
}

.ratings {
    width: 6.66667rem;
    height: 1.33333rem;
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ratings>span {
    display: block;
    height: 1.33333rem;
    position: absolute;
    text-indent: -10000px;
    overflow: hidden;
}

.ratings::before {
    width: 6.66667rem;
    height: 1.33333rem;
    background-size: 1.33333rem;
    content: "";
    display: block;
    position: absolute;
    inset: 0px;
    background-repeat: repeat-x;
    background-image: url(/images/icons/poliklinika-beograd-ratings.svg);
}

.ratings>span::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0px;
    height: 1.33333rem;
    text-indent: 10000px;
    background-repeat: repeat-x;
    background-size: 1.33333rem;
    background-image: url(/images/icons/poliklinika-beograd-ratings-full.svg);
}

.review-text {
    height: 120px;
    overflow: hidden;
    text-align: justify;
    padding-right: 1rem;
    overflow-y: auto;
    white-space: normal;
}

.multi-carousel.reviews .multi-carousel-inner .multi-carousel-item {
    width: 50% !important;
    padding-right: 10px !important;
}

.fs-xsm {
    font-size: 15px !important;
    line-height: 27px !important;
}

/* Carousel Start */
/* Carousel End */


/* Form Start */
/* Form End */



/* Card Start */
/* Card End */



/* Accordion Start */
/* Accordion End */


/* MAX-WIDTH Start */
@media (max-width: 1600px) {}

@media (max-width: 1416px) {
    .footer-inner-right {
        flex-direction: column;
    }

    .footer-inner-right .footer-line {
        display: none;
    }

    .footer-bottom .footer-inner-right>* {
        margin-bottom: 10px !important;
    }

    .footer-bottom .footer-inner-right .footer-heading {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1150px) {
    .footer-inner-left {
        flex-direction: column;
    }

    .footer-image {
        margin-bottom: 10px;
    }

    .footer-top-column:not(:last-of-type) {
        margin-bottom: 3rem;
    }
}

@media (max-width: 1200px) {
    .multi-carousel .multi-carousel-inner .multi-carousel-item.pre-i-posle {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .main-title-mobile {
        border-radius: 3px;
        background-color: var(--white) !important;
        padding: .5rem 1rem !important;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        width: 100% !important;
        margin: 0 5px;
    }

    .text-align-last-mobile {
        text-align-last: center !important;
    }

    .multi-carousel.reviews .multi-carousel-inner .multi-carousel-item {
        padding-right: 0 !important;
    }

    .button {
        width: 160px !important;
        min-width: fit-content;
    }

    .multi-carousel .multi-carousel-inner {
        display: flex;
    }

    .multi-carousel.reviews .multi-carousel-inner .multi-carousel-item {
        min-width: 100% !important;
    }

    .fs-3xl {
        font-size: 35px !important;
        line-height: 48px !important;
    }

    .obs.mobile-none {
        opacity: 1 !important;
    }

    .footer-inner-left {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {}

@media (max-width: 575px) {
    .multi-carousel .multi-carousel-inner .multi-carousel-item.pre-i-posle {
        min-width: 100% !important;
    }
}

@media (max-width: 500px) {
    .friday-div p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .friday-span {
        display: flex;
    }
}

@media (max-width: 450px) {
    .footer-details {
        flex-direction: column;
    }

    .footer-inner-left .footer-line {
        display: none;
    }

    .footer-details :not(:last-child) {
        margin-bottom: 10px !important;
    }
}

/* MAX-WIDTH End */


/* MIN WIDTH Start */
@media (min-width: 576px) {}


@media (min-width: 991px) {
    .w-lg-auto {
        width: auto !important;
    }

    .section-before-after::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: min(671px, calc((.30485)* 100vw + (85.67961)* 1px));
        height: min(701px, calc((.31133)* 100vw + (103.25243)* 1px));
        background: url(/images/icons/poliklinika-beograd-hero-background.svg) no-repeat;
        background-size: 100%;
    }


    .section-before-after::after {
        content: "";
        position: absolute;
        right: 0;
        top: min(40px, calc((.01618)* 100vw + (8.93204)* 1px));
        width: min(196px, calc((.09191)* 100vw + (19.53398)* 1px));
        height: min(635px, calc((.29773)* 100vw + (63.34951)* 1px));
        background: url(/images/icons/poliklinika-beograd-hero-line.svg) no-repeat;
        background-size: 100%;
    }
}


@media (min-width: 1200px) {
    /* .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    } */

    .container {
        max-width: 1100px;
    }

    .container.narrow {
        max-width: 800px;
    }

    .hero-content {
        left: 120px;
    }
}


@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }

    .container {
        max-width: 1100px;
    }

    .container.narrow {
        max-width: 800px;
    }

    .hero-content {
        left: 70px;
    }
}

@media (max-width: 992px) {

    .contact .phone {
        width: 40px;
        height: 40px;
    }

    .mobile-fixed-nav {
        transition: var(--transition-all);
        transform: translateY(75px);
        z-index: 11;
    }

    .mobile-fixed-nav.fixed {
        transform: translateY(0);
    }
}

/* MIN WIDTH End */


.accordion-button {
    background-color: #fff;
    border-radius: 0 !important;
    color: var(--primary);
    box-shadow: none;
    border-radius: 3px !important;
}

.accordion-item {
    border-radius: 0 !important;
    border: none !important;
    background-color: none !important;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):focus {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.accordion-button {
    justify-content: space-between;
}

.accordion-button {
    border: 1px solid var(--primary);
}

.accordion-button:focus {
    border-color: var(--primary) !important;
}

.accordion-body {
    border-radius: 3px !important;
    background: white !important;
}

.accordion-body p {
    margin-bottom: 0px !important;
}

.cta-btn {
    outline: 0 !important;
    background-color: var(--primary) !important;
    border: none !important;
    border-left: 1px solid var(--white) !important;
    transition: var(--primary-transition);
    border-right: 1px solid var(--white) !important;
    font-size: 19px !important;
}

.cta-top .cta-btn.active {
    background-color: var(--secondary) !important;
}

.cta-top .cta-btn.active:hover {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.cta-top .cta-btn:hover {
    background-color: var(--secondary) !important;
    color: var(--white) !important;
}

.cta-title-red {
    color: var(--secondary);
    font-family: Niramit-SemiBold, sans-serif;
    font-size: 30px;
}

.cta-phone-icon {
    width: 40px;
}

.cta-phone-icon img {
    filter: invert(51%) sepia(51%) saturate(2771%) hue-rotate(309deg) brightness(101%) contrast(98%);
}

.cta-phone-text {
    font-family: Niramit-SemiBold, sans-serif !important;
    color: var(--gold);
    font-size: 42px !important;
}

.card-1 .image-1 {
    opacity: 1;
    transition: all .3s ease-out;
}

.card-1 .image-2 {
    transition: all .3s ease-out;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0 !important;
    z-index: 10;
}

.card-1:hover .image-2 {
    opacity: 1 !important;
}

/* [type=submit] {
    border-radius: 50px !important;
    min-width: fit-content;
    position: absolute;
    right: 0;
    border: none !important;
    background: var(--secondary);
    color: white;
} */

.accordion-button:after {
    background-image: url('/images/icons/poliklinika-beograd-arrow-downn-white.svg');
    background-size: 16px !important;
    background-position: center;
}

.accordion-button:after {
    position: static !important;
    width: 35px !important;
    min-width: 35px;
    height: 35px !important;
    min-height: 35px;
    background-color: var(--primary) !important;
    transition: var(--transition-all);
    opacity: 1 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.accordion-button:not(.collapsed):after {
    background-image: url('/images/icons/poliklinika-beograd-arrow-downn-primary.svg');
}


.accordion-button:not(.collapsed):after {
    background-color: var(--white) !important;
}

.accordion-button:after {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-left: .5rem;
}

.cta img {
    border-radius: 5px !important;
}


@media (max-width: 991px) {
    .accordion-button {
        padding: .75rem !important;
    }

    .price-item:first-of-type {
        padding-top: 0 !important;
    }

    .text-align-last-center-mobile {
        text-align-last: center !important;
    }

    .logo {
        width: 150px;
    }

    .cta-btn {
        height: 50px;
        border: 0 !important;
    }
}

@media (min-width: 991px) {
    .cta-top {
        height: 70px;
    }
}

#phone-error {
    position: absolute;
    bottom: -30px;
    left: 30
}

.phone-div {
    position: fixed !important;
    width: 250px;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    top: 115px;
    right: 15px;
    z-index: 999999;
    justify-content: center;
    align-items: center;
}

.phone-div.active {
    display: flex !important;
}

.fixedPhone {
    color: var(--primary);
    font-size: 20px;
    font-family: Niramit-SemiBold, sans-serif !important;
}

.fixedPhone:hover {
    color: var(--secondary) !important;
}

.closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--primary);
    opacity: 1;
}

.logo {
    transition: var(--primary-transition) !important;
}

.logo:hover {
    cursor: pointer;
    transform: scale(.95);
}

@media (max-width: 991px) {
    .fs-xsm-m {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .cta-top {
        position: static;
    }

    .sticky-nav {
        top: 59px;
        overflow: visible;
        max-height: unset !important;
        z-index: 99;
        margin-bottom: 3rem;
    }

    [type=submit] {
        position: relative;
    }

    .cta-phone-text {
        font-size: 27px !important;
    }

    .cta-phone-icon {
        width: 35px !important;
    }

    .landing .mobile-navigation-landing {
        margin: 0 -1rem;
        z-index: 9999;
        padding: 0 1rem;
        height: 75px;
        overflow: hidden;
        background: var(--primary);
        transition: all 0.5s ease-in-out;
    }

    .landing .mobile-navigation-landing.active {
        margin: 0 -1rem;
        z-index: 9999;
        padding: 0 1rem;
        height: calc(100vh - 70px) !important;
        max-height: unset !important;
        overflow: hidden;
        background: var(--primary);
    }

    .landing .mobile-navigation-landing.active .mobile-nav {
        overflow-y: scroll;
        height: calc(100vh - 175px);
    }



    .link-text {
        color: var(--white) !important;
    }

    .triggerNav {
        display: flex !important;
        align-items: center;
    }

    .burger-icon {
        width: 45px;
        height: 45px;
        filter: brightness(0) invert(1) !important;
        display: flex;
        align-items: center;
        padding: 3px;
        margin-left: auto;
    }

    .cta-btn {
        background-color: var(--secondary) !important;
        height: 45px;
        border-radius: 32px;
        width: 240px;
    }
}

.z-20 {
    z-index: 20;
}

.img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.video-yt .icon-yt {
    filter: invert(100%);
}

.video-yt:hover .icon-yt {
    filter: invert(10%) sepia(100%) saturate(5051%) hue-rotate(345deg) brightness(116%) contrast(79%);
}

.ratio-yt::before {
    display: none !important;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
    max-height: unset !important;
}

@media (max-width: 768px) {

    .h3,
    h3 {
        font-size: 28px !important;
    }

    .link-text {
        color: var(--white) !important;
    }

    .icon.anchor-icon.me-3 {
        filter: invert(26%) sepia(41%) saturate(474%) hue-rotate(197deg) brightness(89%) contrast(87%) !important;
    }

    .anchor-icon {
        filter: brightness(0) invert(1) !important;
    }
}

.carousel-control-gallery button {
    position: static !important;
    width: 49px !important;
    min-width: 50px;
    height: 50px !important;
    min-height: 50px;
    background-color: var(--primary) !important;
    border-radius: 0 !important;
    transition: var(--transition-all);
    opacity: 1 !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

.carousel-control-gallery button:hover {
    background-color: var(--secondary) !important;
    transition: var(--transition-all);
}

.carousel-control-gallery button span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-gallery button span::after {
    font-size: unset !important;
}


.modal-backdrop.show {
    opacity: .8 !important;
}

#modalVideo .btn-close {
    position: absolute;
    right: -35px;
    z-index: 100;
    filter: invert(1);
}

@media (max-width: 768px) {
    .link-text {
        color: var(--white) !important;
    }

    .anchor-icon {
        filter: brightness(0) invert(1) !important;
    }
}

@media (max-width: 650px) {
    .bg-square {
        height: 100svw !important;
        object-fit: cover;
    }

    #modalVideo .btn-close {
        top: 5px;
        right: 5px;
    }

    .white-bg {
        position: absolute;
        top: -25px;
        width: calc(100% + 34px);
        left: -17px;
    }

    .form-button,
    #telefon {
        width: 262px !important;
    }

    h1 {
        font-size: 42px !important;
    }

    .cta-phone {
        border-radius: 50px !important;
        min-width: fit-content;
        /* position: absolute; */
        /* right: 0; */
        border: none !important;
        background: var(--secondary);
        color: white;
        width: 262px;
        min-width: 262px;
        margin: auto;
        height: 64px;
    }

    .cta-phone-text {
        font-size: 17px !important;
        color: #fff;
    }

    .cta-phone-icon img {
        width: 30px !important;
        height: 30px !important;
        filter: brightness(0) invert(1) !important;
    }

    .cta-phone-icon {
        width: 25px !important;
        margin-right: 1rem !important;
    }

    .cta-btn {
        height: 64px !important;
    }

    .navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100% !important;
    }
}

.accordion-button {
    line-height: 25px !important;
}