@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;800&display=swap");
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: black;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

p, .p {
    margin-bottom: 1.5rem;
}

h2, .h2 {
    font-weight: 800;
    margin-bottom: 2.5rem;
}

h3, .h3 {
    font-weight: 800;
}

h4, .h4 {
    font-weight: 800;
}

h5, .h5 {
    font-weight: 800;
}

a {
    color: black;
}

a:hover {
    color: #6D132E;
    text-decoration: none;
}

p a {
    color: #6D132E;
    text-decoration: none;
}

p a:hover {
    color: #6D132E;
    text-decoration: underline;
}

a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

img {
    border-radius: 30px;
}

img.no-radius {
    border-radius: 0;
}

.navbar-brand img {
    border-radius: 0;
}

.vekop {
    border-radius: 0;
}

.container-1400 {
    max-width: 1400px;
}

.font-light {
    font-weight: 200;
}

.container-1600 {
  max-width: 1600px;
}

input[type=file] {
    position: absolute;
    background-color: var(--lightred);
    min-width: 0;
    left: 0;
    top: 0;
}

.form-control {
    border: none;
    height: 3rem;
    border-radius: 1.5rem;
    font-weight: 600;
    color: #113D4C;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    padding: 1rem;
}

.form-control::placeholder {
    color: #113D4C;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem #6D132E;
}

.form-group {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0;
}

.form-group label {
    position: absolute;
    top: 0.2rem;
    left: 0.75rem;
    font-size: 0.75rem;
    color: #c4c4c4;
}

.form-check {
    padding-left: 2.25rem;
}

.form-check .form-check-label {
    vertical-align: middle;
    paddint-top: 3px;
}

.form-check-label {
    font-size: 0.875rem;
    font-weight: 600;
}

.form-check-input {
    position: relative;
    margin-top: 0.3rem;
    margin-left: -2rem;
}

input[type=checkbox] {
    position: relative;
    appearance: none;
    width: 1.5rem;
}

input[type=checkbox]::before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 0;
    background-color: white;
    border: 2px solid #113D4C;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

input[type=checkbox]:checked::before {
    border-color: #113D4C;
    background-color: #113D4C;
}

.form-group label.error {
    position: relative;
    top: 0.2rem;
    left: 0;
    font-size: 0.75rem;
    color: red;
}

label.error {
    font-size: 14px;
    color: red;
    font-weight: 600;
    background-color: white;
    padding: 0 6px;
    border-radius: 16px;
    margin-top: 3px;
}

.btn {
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    min-width: 200px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    box-shadow: none !important;
}

.btn-primary {
    background-image: linear-gradient(to right, #450111 50%, #9B2046 100%);
    background-size: 200% 100%;
    background-position: 100% bottom;
    color: white;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
    border: none;
    background-image: linear-gradient(to right, #450111 50%, #9B2046 100%);
    background-size: 200% 100%;
    background-position: 25% bottom;
    color: white;
}

.btn-secondary {
    background-image: linear-gradient(to right, #092A36 50%, #00678B 100%);
    background-size: 200% 100%;
    background-position: 100% bottom;
    color: white;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus {
    border: none;
    background-image: linear-gradient(to right, #092A36 50%, #00678B 100%);
    background-size: 200% 100%;
    background-position: 25% bottom;
    color: white;
}

/*loader*/
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999999;
    color: #6D132E;
}

#loader > div {
    margin-left: auto;
    margin-right: auto;
}

.card {
    border-radius: 40px;
    background-color: white;
    padding: 2.5rem 2rem;
}

.card-p3 {
    padding: 2.5rem 3rem;
}

.questionnaire-info {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
}

.questionnaire-info a {
    color: #fff;
    text-decoration: underline;
}

.card-questionnaire {
    position: absolute !important;
    border-radius: 500px;
    width: 540px;
    right: 40px;
    height: 540px;
    padding: 60px 70px;
    top: 200px;
}

.card-questionnaire-left {
    position: absolute !important;
    border-radius: 500px;
    width: 540px;
    right: 490px;
    height: 540px;
    padding: 85px 25px;
    top: 200px;
}

.card-questionnaire img {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.card-questionnaire-left img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.card-questionnaire-content {
    position: relative;
    height: 100%;
}

.card-questionnaire-short {
    color: #6D132E;
    padding: 0 30px;
}

.card-questionnaire-text {
    padding: 0 30px;
}

.card-questionnaire-content .btn {
    position: absolute;
    bottom: 10px;
    margin: 0px auto;
    left: 0;
    right: 0;
    width: 100px;
}

.hero-image-questionnaire {
    min-height: 100vh !important;
    background-color: #fff0;
}

#questionnaire-questions img {
    max-width: 100%;
}

#questionnaire-questions h2 {
    margin-bottom: 0;
}

#questionnaire-questions .side1 {
    display: flex;
    align-items: center;
}

#questionnaire-questions .content {
    min-width: 600px;
    max-width: 100%;
    margin: auto;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width: 1000px) {
    #questionnaire-questions .content {
        min-width: 0;
    }
}

#questionnaire-questions .content label.radio:not(.radio-inline):first-of-type {
    margin-top: 20px;
}

.container-questions {
    width: auto;
    padding: 0 100px;
}

.container-questions h5 {
    color: darkgray;
    font-size: 1rem;
}

.container-questions button {
    margin: 0 auto 50px;
}

/*------------------------*/
/* The radio */
.radio {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-inline {
    display: inline-block;
    min-height: 16px;
}

.radio-group-header {
    display: inline-block;
    width: 29px;
    text-align: center;
    margin-right: 6px;
}

.radio-group .radio-inline {
    padding-left: 35px;
}

.radio-group .radio-inline:last-of-type {
    padding-left: 45px;
}

/*@media (max-width: 800px) {
  .card-questionnaire {
    position: absolute !important;
    border-radius: 500px;
    width: 540px;
    right: 0;
    height: 540px;
    padding: 30px 10px;
    top: 200px;
    max-width: 90%;
    margin: auto;
    left: 0;
  }
  #questionnaire-questions .content {
    padding: 20px 10px;
  }
}*/

@media (max-width: 1120px) {
    .card-questionnaire {
        position: absolute !important;
        border-radius: 30px;
        width: auto;
        right: 10px;
        height: auto;
        padding: 10px 10px 80px;
        top: 460px;
        left: 10px;
    }

    #questionnaire-questions .content {
        padding: 20px 10px;
    }

    .card-questionnaire img {
        display: none;
    }

    .card-questionnaire-content .btn {
        bottom: -65px;
    }

    .card-questionnaire-left {
        position: absolute !important;
        border-radius: 30px;
        width: auto;
        left: 10px;
        right: 10px;
        height: auto;
        padding: 5px 5px;
        top: 100px;
    }

    .card-questionnaire-left img {
        display: inline-block;
    }

    .card-questionnaire-left img {
        width: 110px;
    }

    .card-questionnaire-short {
        color: #6D132E;
        padding: 0;
    }

    .card-questionnaire-short h2 {
        font-size: 1.7rem;
    }
}


@media (max-width: 1120px) {
    .container-questions {
        width: auto;
        padding: 0 10px;
    }

    .radio-group .radio-inline {
        padding-left: 30px;
        font-size: 15px;
    }

    .radio-group .radio-inline:last-of-type {
        padding-left: 35px;
    }

    .radio-group-header {
        margin-right: 1px;
    }
}

@media (max-width: 991px) {
    .card-questionnaire-left {
        top: 65px;
    }
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-color: #aea8a8;
    border-style: solid;
    border-width: 4px;
    border-radius: 50%;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6D132E;
}

/*------------------------*/

.navbar {
    background-color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    position: relative;
    margin-left: auto;
}

.navbar .navbar-nav {
    width: 100%;
}

.navbar .navbar-brand img {
    height: 50px;
}

.navbar-expand-lg .navbar-nav .languages {
    display: flex;
    justify-content: space-evenly;
}

.navbar-expand-lg .navbar-nav .languages .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: none;
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .languages .nav-link:not(:last-of-type)::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        width: 1px;
        background-color: #333333;
        height: 1rem;
        transform: translateY(-50%);
    }
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    color: black;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active .nav-link {
    color: #6D132E;
}

.navbar-light .navbar-nav .nav-item:not(.languages):not(.user-login) .nav-link:not(.btn-primary):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #6D132E;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .nav-item:not(.languages):not(.user-login) .nav-link:focus:before,
.navbar-light .navbar-nav .nav-item:not(.languages):not(.user-login) .nav-link:hover:before,
.navbar-light .navbar-nav .nav-item:not(.languages):not(.user-login).active .nav-link:before {
    left: calc(50% - 15px);
    width: 30px;
}

.navbar-light .navbar-nav .nav-link.btn {
    border: none;
    border-radius: 2rem;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    min-width: 170px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link.btn-primary {
    background-image: linear-gradient(to right, #450111 50%, #9B2046 100%);
    background-size: 200% 100%;
    background-position: 100% bottom;
    color: white;
}

.navbar-light .navbar-nav .nav-link.btn-primary:focus,
.navbar-light .navbar-nav .nav-link.btn-primary:hover {
    border: none;
    background-image: linear-gradient(to right, #450111 50%, #9B2046 100%);
    background-size: 200% 100%;
    background-position: 25% bottom;
    color: white;
}

.navbar-light .navbar-nav .nav-link.btn-secondary {
    background-image: linear-gradient(to right, #092A36 50%, #00678B 100%);
    background-size: 200% 100%;
    background-position: 100% bottom;
    color: white;
}

.navbar-light .navbar-nav .nav-link.btn-secondary:focus,
.navbar-light .navbar-nav .nav-link.btn-secondary:hover {
    border: none;
    background-image: linear-gradient(to right, #092A36 50%, #00678B 100%);
    background-size: 200% 100%;
    background-position: 25% bottom;
    color: white;
}

.navbar-light .navbar-nav .user-login .nav-link svg {
    height: 1.5rem;
}

.navbar-light .navbar-nav .user-login .nav-link svg path {
    stroke: white;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .user-login .nav-link:focus svg path,
.navbar-light .navbar-nav .user-login .nav-link:hover svg path {
    stroke: white;
}

.navbar-light .navbar-nav .user-login .nav-link.btn-primary {
    background-color: var(--light #6D132E);
    border-color: var(--light #6D132E);
    color: black;
    border-radius: 5px;
    padding: 5px 0.8rem;
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-light .navbar-nav .user-login .nav-link.btn-primary svg {
    margin-left: 5px;
}

.navbar-light .navbar-nav .user-login .nav-link.btn-primary:focus,
.navbar-light .navbar-nav .user-login .nav-link.btn-primary:hover {
    /*background-color: $primary;*/
    border-color: #6D132E;
    color: #6D132E;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        height: 90px;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 1120px) {
    .card-questionnaire {
        position: absolute !important;
        border-radius: 30px;
        width: auto;
        right: 10px;
        height: auto;
        padding: 10px 10px 80px;
        top: 460px;
        left: 10px;
    }

    #questionnaire-questions .content {
        padding: 20px 10px;
    }

    .card-questionnaire img {
        display: none;
    }

    .card-questionnaire-content .btn {
        bottom: -65px;
    }

    .card-questionnaire-left {
        position: absolute !important;
        border-radius: 30px;
        width: auto;
        left: 10px;
        right: 10px;
        height: auto;
        padding: 5px 5px;
        top: 100px;
    }

    .card-questionnaire-left img {
        display: inline-block;
    }

    .card-questionnaire-left img {
        width: 110px;
    }

    .card-questionnaire-short {
        color: #6D132E;
        padding: 0;
    }

    .card-questionnaire-short h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 991px) {
    .card-questionnaire-left {
        top: 65px;
    }
}


@media (max-width: 991px) {
    .navbar .navbar-brand {
        padding: 0;
    }

    .navbar .navbar-brand img {
        height: 40px;
    }

    .navbar-collapse {
        background-color: #ffffff;
        width: 100%;
        top: 56px;
        z-index: 999;
        left: 0;
    }

    .navbar-nav {
        padding: 1rem 0.5rem;
    }

    .navbar-nav .nav-link {
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #00000030;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

@media (min-width: 1400px) {
    .navbar {
        padding-right: 35px;
        padding-left: 35px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

/*Footer*/
.footer {
    background-color: #6D132E;
    color: white;
}

.footer a:hover {
    color: #ffffff;
}

.footer b, .footer strong {
    font-weight: 600;
}

.footer .row.first {
    padding: 10px 0 35px;
}

.footer .quick-nav {
    text-align: right;
    align-self: center;
}

.footer .quick-nav a:not(:last-child) {
    margin-right: 50px;
}

.footer .main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .sub {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 10px;
}

.footer .quick-nav a:hover, .footer ul li a:hover {
    text-decoration: underline;
}

.footer p {
    margin-bottom: 1rem;
}

.footer .editor p:last-child {
    margin-bottom: 0;
}

.footer ul {
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
}

.footer ul li:not(:last-child) {
    list-style: none;
    /*margin-bottom: 1rem;*/
}

.footer a {
    color: inherit;
}

.footer .socials svg * {
    fill: white;
}

.footer .socials a:not(:last-child) {
    margin-right: 20px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .socials a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .footer ul {
        margin-left: 0;
        padding-left: 0;
    }

    .footer .col-lg-3 {
        margin-bottom: 30px;
    }

    .footer .socials {
        margin-top: 15px;
    }

    .footer .quick-nav a:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 576px) {
    .footer ul {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        /*text-align: center;*/
        padding-left: 0;
    }

    .footer .quick-nav {
        text-align: left;
    }

    .footer .quick-nav a {
        margin-right: 25px;
        margin-top: 30px;
        display: block;
        width: 100%;
    }

    .footer .row.first {
        padding: 10px 0 40px;
    }
}

html {
    scroll-behavior: smooth;
}

.primary-gradient-theme {
    background-image: linear-gradient(90deg, #450111, #9B2046);
    color: white;
}

.primary-gradient-font {
    background: -webkit-linear-gradient(45deg, #450111, #9B2046);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.secondary-gradient-theme {
    background-image: linear-gradient(90deg, #092A36, #00678B);
    color: white;
}

.secondary-gradient-theme-2 {
    background-image: linear-gradient(90deg, #092A36 112px, #00678B);
    color: white;
    position: relative;
}

.secondary-gradient-theme-2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
    border-top: 30px solid #092A36;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.padding-top-bottom {
    padding-top: calc(1.75rem + 1.5vw);
    padding-bottom: calc(1.75rem + 1.5vw);
}

.asymmetric-padding-top-bottom {
    padding-top: calc(1.75rem + 1.5vw);
    padding-bottom: 1.75rem;
}

.asymmetric-padding-bottom-top {
    padding-top: 1.75rem;
    padding-bottom: calc(1.75rem + 1.5vw);
}

.padding-between:not(:last-of-type) {
    padding-bottom: calc(1.75rem + 1.5vw);
}

p:last-child {
    margin-bottom: 0;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body section:not(:last-of-type) {
    flex-grow: 1;
}

.section-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.hero-image {
    position: relative;
    min-height: min(calc(95vh - 90px), 75vw);
    background-color: rgba(9, 42, 54, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero-image h1 {
    font-size: 20px;
}

.hero-image h3 {
    font-size: 1.375rem;
    font-weight: 600;
}

.hero-image .card {
    position: relative;
}

.card-bg-left {
    position: relative;
    height: 100%;
    color: black;
}

.card-bg-left:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: calc(100% + 30px);
    top: -15px;
    right: 0;
    background-color: #ebebeb;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    color: inherit;
}

.applications-button {
    left: 0 !important;
    right: 0;
    margin: 0px 140px;
}

.applications-button-2 {
    left: 50%;
    transform: translateX(-50%);
}

.hero-image .card.card-p3 .btn {
    position: absolute;
    bottom: -40px;
}

@media (max-width: 1516px) {
    .hero-image .card.card-p3 .btn {
        position: absolute;
        bottom: -70px;
    }
}

@media (max-width: 1320px) {
    .hero-image .card.card-p3 .btn {
        position: absolute;
        bottom: -120px;
    }
}

@media (max-width: 767px) {
    .hero-image .card.card-p3 .btn {
        position: absolute;
        bottom: -20px;
    }
}

@media (max-width: 515px) {
    .hero-image .card.card-p3 .btn {
        position: absolute;
        bottom: -40px;
    }
}

.hero_left_box_button {
    left: 0 !important;
    right: 0;
    margin: 0px 40px;
}


.job-content {
    position: relative;
    padding-bottom: 80px !important;
}

.applications-button-3 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.pulse-button {
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
}

input[type="checkbox"]:before {
    border-radius: 50px;
}

@-webkit-keyframes pulse {
    0% {
    transform(scale(.9));
    }
    70% {
    transform(scale(1));
    }
    100% {
    transform(scale(.9));
    }
}


@media (min-width: 768px) {
    .offset-md-by-section-title {
        margin-top: -116px;
        top: -116px;
    }
}

#testimonials .primary-gradient-theme {
    background-image: linear-gradient(90deg, #450111, #9B2046);
}

@media (min-width: 992px) {
    #testimonials .primary-gradient-theme {
        background-image: linear-gradient(90deg, #450111 50%, #9B2046);
    }
}

#testimonials .owl-carousel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#testimonials .owl-carousel .owl-stage-outer {
    height: calc(100% - 25px) !important;
    min-height: 230px;
}

#testimonials .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

#testimonials .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#testimonials video {
    margin-bottom: -60px;
    display: block;
    z-index: 10;
    position: relative;
}

.career {
    padding-top: 120px;
    padding-bottom: 1.75rem;
}

#news {
    padding-top: 60px;
    padding-bottom: 60px;
}

#testimonials {
    z-index: 10;
}

#news .news-card, .career .news-card {
    background-color: white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    border-radius: 30px;
}

#news .news-card img, .career .news-card img {
    border-radius: 30px 30px 0 0;
}

#media .media-card {
    background-color: white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    border-radius: 0;
    text-align: center;
    height: 90px;
    padding: 5px;
}

#media .media-card img {
    border-radius: 0;
    max-height: 80px;
}

.section-bg-image-white-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -2;
}

.section-bg-image-white-cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: -1;
}

#contact {
    position: relative;
    background-color: #ebebeb;
}

#contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 280px);
    background-image: linear-gradient(90deg, #092A36, #00678B);
}

#whyUs .secondary-gradient-theme .before,
#importantToKnow .secondary-gradient-theme-2.before {
    position: relative;
}

#whyUs .secondary-gradient-theme .before::before,
#importantToKnow .secondary-gradient-theme-2.before::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translateX(-50%);
    background-image: linear-gradient(90deg, #092A36 49%, #00678B 51%);
    z-index: -1;
}

@media (min-width: 768px) {
    #whyUs .secondary-gradient-theme .before::before {
        left: 0;
        transform: none;
        background: #00678B;
    }
}

@media (min-width: 768px) {
    #importantToKnow .secondary-gradient-theme-2.before::before {
        left: unset;
        right: 0;
        transform: none;
        background: #092A36;
    }
}

svg * {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

* {
    outline: none !important;
}

.editor ul {
    padding-inline-start: 15px;
}

.editor ul li {
    list-style: none;
    position: relative;
    line-height: 1.375;
    margin-bottom: 0.5rem;
}

.editor ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: calc(50% - 3px);
    border-radius: 50%;
    background-color: #6D132E;
}

.editor img {
    max-width: 100%;
}

.bg-secondary-gradient .editor ul li:before,
.secondary-gradient-theme .editor ul li:before,
.primary-gradient-theme .editor ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: calc(50% - 3px);
    border-radius: 50%;
    background-color: white;
}

.section-ptb {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-pb {
    padding-bottom: 70px;
}

.section-pt {
    padding-top: 70px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h3 {
    margin-top: 20px;
}

.section-feedback h4 {
    margin-bottom: 1rem;
}

.centrum_box {
    border: 2px solid #6D132E;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}


.card-questionnaire-left img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .btn {
        display: block;
        margin: 15px auto;
    }
}

.mr-0 {
    margin-right: 0 !important;
}

/*owl-carousel*/
.partners .owl-carousel .owl-dots {
    height: 0;
}

.owl-carousel {
    position: relative;
}

.owl-nav button span {
    display: none;
}

.owl-nav button {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
    outline: none;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button.owl-prev:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
}

.owl-nav button.owl-next:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #6D132E;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #9B2046;
}

/*Slider feature*/
.slider-feature,
.slider-feature .item .content h2,
.slider-feature .item .image img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.slider-feature {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1000px;
    height: 500px;
    border-radius: 7px 0 0 7px;
    background-color: black;
    color: white;
}

/*.slider-feature .owl-item {*/
/*    height: 500px;*/
/*    width:1000px;*/
/*}*/
#sliderFeature .owl-carousel a {
    color: #fff;
}

.slider-feature .item {
    height: 500px;
    width: 1000px;
}

.slider-feature .item {
    display: flex;
}

#sliderFeatureExpander {
    display: block;
    z-index: 999;
    position: absolute;
    left: 40px;
    top: 50px;
    padding: 20px;
    margin-left: -20px;
    margin-top: -20px;
}

#sliderFeatureExpander i {
    transform: rotate(225deg);
    color: #6D132E;
    font-size: 18px;
}

.slider-feature .item .content,
.slider-feature .item .image {
    flex: 1 0 50%;
    width: 500px;
}

.slider-feature .item .content {
    padding: 40px;
}

.slider-feature .content h2 {
    margin-top: 40px;
}

.slider-feature .item .image img {
    /*width: 100%;*/
    /*height:100%;*/
    /*object-fit: cover;*/
}

.slider-feature .owl-carousel .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 40px;
}

.slider-feature .owl-carousel .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}

.slider-feature .more-action {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 999999;
    font-size: 12px;
    font-weight: 600;
}

.slider-feature .more-action svg {
    margin-left: 4px;
    height: 10px;
    width: 10px;
    vertical-align: baseline;
}

.slider-feature .more-action:hover {
    color: #6D132E;
}

.slider-feature .more-action:hover svg path {
    fill: #6D132E;
}

.slider-feature.small {
    width: 400px;
    height: 200px;
}

.slider-feature.small .item {
    height: 200px;
    width: 400px;
}

.slider-feature.small #sliderFeatureExpander {
    left: 15px;
    top: 15px;
}

.slider-feature.small #sliderFeatureExpander i {
    transform: rotate(45deg);
}

.slider-feature.small .item .content,
.slider-feature.small .item .image {
    height: 200px;
    width: 100px;
}

.slider-feature.small .item .content {
    padding: 15px;
}

.slider-feature.small .content a h2 {
    color: white;
}

.slider-feature.small .content a:hover h2 {
    color: #6D132E;
}

.slider-feature.small .content h2 {
    font-size: 1rem;
    margin-top: 24px;
}

.slider-feature.small .owl-carousel .owl-dots {
    left: 15px;
}

.slider-feature.small .more-action {
    bottom: 15px;
    left: 15px;
}

.slider-feature.small .content p {
    display: none;
}

@media (max-width: 1279px) {
    .slider-feature,
    .slider-feature .item {
        width: 760px;
        height: 380px;
    }

    .slider-feature .item .content,
    .slider-feature .item .image {
        width: 380px;
        height: 380px;
    }

    #sliderFeatureExpander {
        top: 30px;
    }

    .slider-feature .content h2 {
        margin-top: 20px;
        font-size: 24px;
    }

    .slider-feature .owl-carousel .owl-dots {
        bottom: 40px;
    }

    .slider-feature.small {
        width: 400px;
        height: 200px;
    }

    .slider-feature.small .item {
        height: 200px;
        width: 400px;
    }

    .slider-feature.small .item .content,
    .slider-feature.small .item .image {
        height: 200px;
        width: 100px;
    }
}

@media (max-width: 991px) {
    .slider-feature {
        display: none;
    }
}

.quotes {
    position: relative;
    background-color: var(--light #6D132E);
    height: 400px;
    margin-bottom: 270px;
}

.quotes .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
}

.quotes:before {
    content: url("../images/svg/blood-cell-2.svg");
    position: absolute;
    display: block;
    top: -50px;
    left: 25%;
    z-index: 999;
}

.quotes .bg-img-overlay {
    position: absolute;
    display: block;
    bottom: -300px;
    left: 0;
    height: auto;
    width: 355px;
    z-index: 999;
    mix-blend-mode: multiply;
}

.quotes .container {
    position: relative;
}

.quotes .quotes-box {
    position: absolute;
    z-index: 9999;
    background-color: #6D132E;
    border-radius: 7px;
    width: 585px;
    max-width: 100%;
    padding: 50px 65px;
    right: 0;
    bottom: -520px;
}

.quotes .quotes-box img {
    height: 50px;
    width: 50px;
    margin-bottom: 60px;
}

.quotes .quotes-box,
.quotes .quotes-box p,
.quotes .quotes-box h6 {
    color: white;
}

.quotes .quotes-box .right {
    display: flex;
    align-items: flex-end;
    text-align: right;
}

.quotes .quotes-box .right h6 {
    text-transform: uppercase;
    font-weight: 800;
    margin-left: auto;
}

@media (max-width: 991px) {
    .quotes .bg-img {
        height: auto;
        width: 100%;
        object-fit: unset;
    }

    .quotes .bg-img-overlay {
        width: 33vw;
    }
}

.owl-team {
    margin-bottom: 50px;
}

.owl-team .item {
    text-align: center;
}

.owl-team .item img {
    border-radius: 7px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: 50% 0;
    margin-bottom: 20px;
}

.owl-team .item p {
    margin-bottom: 0;
}

.owl-team .item p:last-child {
    color: #113D4C;
}

.owl-team .owl-nav button.owl-prev {
    left: unset;
    right: 45px;
}

.owl-team .owl-nav button {
    height: 50px;
    top: unset;
    bottom: -45px;
}

.owl-team .owl-nav button.owl-prev:after {
    content: url("../images/svg/left-black.svg");
}

.owl-team .owl-nav button.owl-next:after {
    content: url("../images/svg/right-black.svg");
}

.team p {
    margin-bottom: 0;
}

.team p span {
    font-weight: 800;
    color: #6D132E;
}

.team .btn {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .team .container {
        position: relative;
    }

    .team .container:before {
        content: url("../images/svg/blood-cell-3.svg");
        position: absolute;
        top: -90px;
        right: 0;
    }
}

@media (max-width: 575px) {
    .owl-team .item img {
        width: 100%;
    }
}

.blog .item {
    display: block;
    height: 100%;
    border-radius: 7px;
    overflow: hidden;
    background-color: var(--light #6D132E);
    /*border: 2px solid var(--light$primary);*/
    color: inherit;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.blog .item .content h5 {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.blog .item:hover .content h5 {
    color: #6D132E;
}

.blog .item .image img {
    width: 100%;
    height: auto;
}

.blog .item .content {
    padding: 30px;
}

.blog .more-btn {
    margin-top: 40px;
    text-align: center;
}

@media (min-width: 992px) {
    .blog.cell-figure-1 {
        position: relative;
    }

    .blog.cell-figure-1:before {
        content: url("../images/svg/blood-cell-4.svg");
        position: absolute;
        bottom: 60px;
        left: 0;
    }

    .blog.cell-figure-2 .container {
        position: relative;
    }

    .blog.cell-figure-2 .container:before {
        content: url("../images/svg/blood-cell-5.svg");
        position: absolute;
        top: 50px;
        right: -70px;
    }

    .blog.cell-figure-3 .container:after {
        content: url("../images/svg/blood-cell-6.svg");
        position: absolute;
        bottom: -85px;
        right: -60px;
    }
}

@media (max-width: 767px) {
    .blog .col-md-4 {
        margin-bottom: 30px;
    }
}

.contacts .item {
    display: flex;
    margin-bottom: 20px;
}

.contacts .item .icon {
    padding-right: 15px;
}

.contacts .item .icon.red {
    color: #6D132E;
}

.contacts .socials a:not(:last-child) {
    margin-right: 20px;
}

/*News*/
.news .d-flex > div {
    padding-left: 0;
    padding-right: 0;
}

.news .side1 {
    display: flex;
    align-items: center;
}

.news .content {
    width: 450px;
    max-width: 100%;
    margin: auto;
    padding: 10px;
}

.news .content h2 {
    margin-bottom: 30px;
}

.news .content p {
    margin-bottom: 30px;
}

.news .image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.news .content a.link {
    font-weight: 600;
}

.news .content a.link svg {
    height: 0.75rem;
    width: 0.75rem;
}

.news .content a.link svg * {
    fill: black;
}

.news .content a.link:hover svg * {
    fill: #6D132E;
}

@media (max-width: 991px) {
    .news {
        padding-top: 56px;
    }
}

@media (max-width: 765px) {
    .news .news-item {
        margin-bottom: 30px;
    }
}

/*News Show*/
.news-show .content h1 {
    font-size: 2rem;
}

.news-show .content .short {
    font-weight: 600;
}

.news-show .image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.news-show .content blockquote {
    display: block;
    padding: 45px;
    background-color: #6D132E;
    color: white;
    position: relative;
}

.news-show .content ul,
.news-show .content blockquote,
.news-show .content img {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .news-show .content blockquote {
        padding-left: 120px;
    }

    .news-show .content blockquote:before {
        content: url("../images/svg/quote.svg");
        z-index: 999;
        position: absolute;
        display: block;
        width: 60px;
        height: 100%;
        left: 45px;
    }
}

/*Sales*/
.sales .item {
    display: flex;
    padding: 70px 0;
    position: relative;
}

.sales .item:nth-child(2n-1):not(:last-child) .content:after {
    content: "";
    height: 2px;
    width: 150px;
    background-color: #6D132E;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sales .item:nth-child(2n):not(:last-child) .content:after {
    content: "";
    height: 2px;
    width: 150px;
    background-color: #6D132E;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sales .item .side1,
.sales .item .side2 {
    display: flex;
    align-items: center;
    position: unset;
}

.sales .item:nth-child(2n-1) .side2 {
    justify-content: flex-end;
}

.sales .item .content {
    width: 550px;
    max-width: 100%;
}

.sales .item .content h2 {
    margin-bottom: 30px;
}

.sales .item .content p {
    margin-bottom: 30px;
}

.sales .item .image img {
    max-width: 100%;
    /*width: 400px;*/
    /*height: 295px;*/
    /*object-fit: cover;*/
    border-radius: 7px;
}

.sales .item .content a.link {
    font-weight: 600;
}

.sales .item .content a.link svg {
    height: 0.75rem;
    width: 0.75rem;
}

.sales .item .content a.link svg * {
    fill: black;
}

.sales .item .content a.link:hover svg * {
    fill: #6D132E;
}

/*Page 404*/
.page-404 h2 {
    color: #6D132E;
    font-size: 4rem;
    margin-bottom: 30px;
}

.page-404 h5 {
    margin-bottom: 30px;
}

/*News*/
.subpage-header {
    position: relative;
    height: 285px;
    display: flex;
    align-items: center;
}

.subpage-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.subpage-header h2 {
    color: white;
}

.career .item {
    background-color: var(--light #6D132E);
    padding: 25px;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}

.career .item h5 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.career .item .short {
    margin-bottom: 20px;
}

.career .item a.link {
    font-weight: 800;
}

.career .item a.link svg {
    height: 0.75rem;
    width: 0.75rem;
}

.career .item a.link svg * {
    fill: black;
}

.career .item a.link:hover svg * {
    fill: #6D132E;
}

.career-show .bg-secondary-gradient {
    position: relative;
}

.career-show .bg-secondary-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-image: linear-gradient(90deg, #092A36, #00678B);
    z-index: -1;
}

@media (min-width: 768px) {
    .career-show .bg-secondary-gradient::before {
        width: 50vw;
        right: 0;
    }
}

.career-show .content {
    color: white;
}

.career-show .editor.short {
    margin-top: 40px;
    margin-bottom: 40px;
}

.career-show .editor.short p {
    font-weight: 600;
}

.career-show .editor h5 {
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 16px;
}

#careerForm button {
    display: block;
    margin: 20px auto 0;
}

#careerForm p.file {
    color: #6D132E;
    margin-bottom: 0;
}

/*GYIK*/
.gyik .accordion .card {
    background-image: linear-gradient(90deg, #092A36, #00678B);
    color: white;
    border: none;
    border-radius: 40px;
    padding: 1.25rem 2rem;
}

.gyik .accordion .card:not(:last-of-type) {
    margin-bottom: 1rem;
}

.gyik .accordion .card .card-header {
    background-color: transparent;
    border: none;
}

.gyik .accordion .card button {
    padding: 0 1.25rem;
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: white;
    margin: 0;
}

.gyik .search-bar input {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    padding: 0.375rem 40px 0.375rem 0.75rem;
}

.gyik .search-bar a {
    position: absolute;
    left: unset;
    top: 0.7rem;
    right: 0.75rem;
}

@media (max-width: 767px) {
    .gyik .search-bar input {
        width: 100%;
        height: 60px;
        margin-bottom: 20px;
    }

    .gyik .search-bar a svg {
        width: 38px;
        height: 38px;
    }
}

/*Login*/
.header.login {
    background-color: var(--light #6D132E);
}

.header.login .header-bg {
    height: calc(100% + 120px);
    z-index: 0;
}

.login .form-box {
    width: 480px;
    max-width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.login .btn {
    display: block;
    min-width: 0;
    width: 100%;
}

.login p.benefits {
    margin-top: 20px;
    opacity: 0.5;
}

.login .benefits-card {
    border-radius: 7px;
    background-color: #6D132E;
    color: white;
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 75px;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.login .benefits-card p {
    margin-bottom: 0;
}

.login p.benefits:hover ~ .benefits-card {
    opacity: 1;
    z-index: 1;
}

.login .back-btn a svg * {
    fill: black;
}

.login .back-btn a:hover svg * {
    fill: #6D132E;
}

.login .button {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Appointment*/
.appointment {
    /*margin: auto;*/
    /*width: 480px;*/
    max-width: 100%;
}

.appointment .appointment-header {
    margin-bottom: 20px;
    position: relative;
}

.appointment .minor-title {
    font-size: 0.75rem;
    color: #6D132E;
    opacity: 0.5;
    text-transform: uppercase;
}

.appointment .appointment-header .user-name {
    color: #6D132E;
    font-weight: 800;
}

.appointment .appointment-header h4 {
    margin-bottom: 0;
}

.appointment .appointment-header h6 {
    color: #6D132E;
}

.appointment .pager {
    text-align: right;
    font-size: 0.75rem;
    color: #6D132E;
}

.appointment .pager img {
    width: 14px;
}

.appointment .pager span {
    opacity: 0.5;
}

.appointment .content .first-buttons .btn {
    min-width: 0;
    display: block;
    margin: 0 0 20px;
}

.appointment .content .first-buttons .btn:last-child {
    margin-bottom: 0;
}

.appointment .buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.appointment .buttons a.btn {
    line-height: 1.4rem;
    width: 100%;
    min-height: 46px;
}

.appointment p {
    margin-bottom: 0;
}

.appointment .bottom {
    min-height: 1.375rem;
}

.appointment .bottom p.highlight {
    text-align: center;
    color: #6D132E;
    font-weight: 800;
}

.appointment .bottom p.highlight a {
    text-decoration: underline;
}

.appointment .bottom p.highlight a:hover {
    color: black;
}

.appointment .bottom a.benefits {
    display: block;
    width: fit-content;
    margin: auto;
    text-align: center;
    color: #6D132E;
    opacity: 0.5;
}

.appointment .benefits-card {
    border-radius: 7px;
    background-color: #6D132E;
    color: white;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    width: 480px;
    max-width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.appointment .benefits-card p {
    margin-bottom: 0;
}

.appointment a.benefits:hover ~ .benefits-card {
    opacity: 1;
    height: auto;
    padding: 40px;
    z-index: 1;
}

.appointment .bottom a.back-btn {
    color: #6D132E;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.appointment .bottom a.back-btn:hover {
    color: black;
}

.appointment .site-select .form-check {
    padding: 0;
}

.appointment .site-select .form-check-label {
    z-index: 1;
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    width: 100%;
}

.appointment .site-select .form-check-input {
    width: 0;
    z-index: -1;
    margin: 16px 50%;
    position: absolute;
}

.appointment .site-select .form-check-label:before {
    content: "";
    position: absolute;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px;
    z-index: -1;
}

.appointment .site-select .form-check-input:checked ~ .form-check-label:before {
    background-color: #ffbcb8;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #c4c4c4;
}

.bootstrap-datetimepicker-widget {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget a.btn {
    border: none;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget > .row > .datepicker.col-md-6 {
        max-width: 60% !important;
        flex: 0 0 60% !important;
        align-self: center !important;
    }

    .bootstrap-datetimepicker-widget > .row > .timepicker.col-md-6 {
        max-width: 40% !important;
        flex: 0 0 40% !important;
        align-self: center !important;
    }
}

.appointment .summary .minor-title {
    margin-bottom: 0.25rem;
}

.appointment .summary p {
    margin-bottom: 0.25rem;
}

.appointment .summary:not(:last-of-type) {
    margin-bottom: 20px;
}

.appointment p a.light {
    opacity: 0.5;
}

/*Dashboard*/
.dashboard {
    padding: 30px 30px;
    display: flex;
    align-items: center;
}

.dashboard h4 {
    font-size: 1.5rem;
}

.dashboard .right {
    display: flex;
}

.dashboard .alrt {
    display: flex;
    padding: 0px 15px;
    background-color: #6D132E;
    color: white;
    font-size: 0.875rem;
    border-radius: 7px;
    align-items: center;
    font-weight: 800;
    margin-right: 15px;
}

.dashboard .alrt span {
    font-weight: 400;
    display: block;
    font-size: 60px;
    margin-right: 10px;
    line-height: 65px;
}

.dashboard .top .right .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.dashboard .card {
    border: 0;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    height: 100%;
}

.dashboard .personals a.logout {
    color: #6D132E;
    float: right;
    margin-top: 5px;
}

.dashboard .personals a.logout:hover {
    text-decoration: underline;
}

.dashboard .personals a.btn.btn-primary {
    min-width: 0;
    width: 100%;
}

.dashboard h6 {
    font-size: 0.875rem;
    font-weight: 800;
}

.dashboard .head h6 {
    color: #6D132E;
    text-transform: uppercase;
}

.dashboard #personalData .btn {
    min-width: 0;
    width: 100%;
    margin-top: 14px;
    margin-left: 0 !important;
}

hr {
    border-color: #6D132E;
}

.dashboard .history img:first-of-type {
    margin-bottom: 0.5rem;
}

.dashboard .history img:nth-of-type(2) {
    float: right;
    margin-bottom: 0.5rem;
}

.dashboard .history .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -1rem;
}

.dashboard .history span {
    font-size: 2.25rem;
    font-weight: 800;
}

.dashboard .history .info p {
    margin-bottom: 0;
    text-align: right;
}

.mb-30 {
    margin-bottom: 30px;
}

.dashboard .main .right {
    display: flex;
    flex-direction: column;
}

.dashboard .main .right .card img:first-of-type {
    width: fit-content;
    margin-bottom: 15px;
}

.dashboard .main .right .card h4 {
    margin-bottom: 20px;
}

.dashboard .main .right .card.upper .info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.dashboard .main .right .card.upper .info span {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    white-space: nowrap;
}

.dashboard .main .right .card.upper .info p {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-right: 20px;
}

.dashboard .main .right .card.upper.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dashboard .main .right .card.upper.right span {
    font-size: 2.25rem;
    color: #6D132E;
    font-weight: 800;
}

.dashboard .main .right .card.bottom .info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.dashboard .main .right .card.bottom .info span {
    font-size: 2.25rem;
    font-weight: 800;
    white-space: nowrap;
}

.dashboard .main .right .card.bottom .info p {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.dashboard .main .right .card.bottom .info h6 {
    white-space: nowrap;
    text-align: right;
}

.dashboard .main .right .card.bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.progress {
    overflow: visible;
    width: calc(100% - 25px);
    position: relative;
    height: 10px;
    background-color: #dac4cb;
    margin-top: 30px;
}

.dashboard .progress img {
    position: absolute;
    height: 36px !important;
    width: 36px !important;
    margin-left: -16px;
    margin-top: -13px;
    margin-bottom: 0 !important;
}

.progress-bar {
    background-color: #6D132E;
}

.progress-bar.w-5 {
    width: 5% !important;
}

.progress-bar.w-15 {
    width: 15% !important;
}

.progress-bar.w-30 {
    width: 30% !important;
}

.progress-bar.w-60 {
    width: 60% !important;
}

.progress-bar.w-100 {
    width: 100% !important;
}

.dashboard .points-highlight-card {
    border-radius: 7px;
    background-color: #6D132E;
    color: white;
    padding: 20px 10px;
    position: absolute;
    top: -53px;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    width: 160px;
    text-align: center;
    font-weight: bold;
    left: -70px;
}

.dashboard .points-highlight:hover .points-highlight-card {
    opacity: 1;
    z-index: 1;
}

.dashboard-footer {
    position: relative;
    padding: 30px 30px;
}

.dashboard-footer a {
    color: white;
}

.dashboard-footer a :hover {
    color: #c3c3c3;
}

.dashboard-footer .owl-carousel .owl-dots .owl-dot.active span, .dashboard-footer .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: white;
}

.dashboard-footer .owl-carousel .owl-dots .owl-dot span {
    background-color: #c3c3c3;
}

.dashboard-footer h4,
.dashboard-footer p {
    margin-bottom: 0;
}

.dashboard-footer .owl-nav button.owl-prev:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: white;
}

.dashboard-footer .owl-nav button.owl-next:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: white;
}

.dashboard-footer .owl-carousel {
    padding: 0 50px;
}

.dashboard-footer .owl-nav button.owl-next {
    right: unset;
    left: 0;
    height: 50%;
    top: unset;
    bottom: 0;
}

.dashboard-footer .owl-nav button.owl-prev {
    height: 50%;
    top: 0;
}

.dashboard-footer a.more-btn {
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 999;
    color: white;
    font-size: 0.75rem;
}

.dashboard-footer a.more-btn:hover {
    color: white;
}

.dashboard-footer .owl-carousel .owl-dots {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .dashboard .main .col-lg-8.right {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .dashboard .main .col-lg-8.right > .row > .col-md-6:first-of-type {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .dashboard {
        padding: 10px;
    }

    .dashboard .alrt {
        display: flex;
        padding: 0px 15px;
        font-size: 0.875rem;
        border-radius: 7px;
        align-items: center;
        font-weight: 800;
        margin-right: 0;
    }

    .dashboard .p {
        padding: 8px 0;
    }

    .dashboard .top .right .btn {
        margin-left: 0;
        width: 100%;
    }

    .dashboard .info {
        flex-wrap: wrap;
    }
}

.swal2-styled.swal2-confirm {
    background-color: #6D132E !important;
}

.grecaptcha-badge {
    bottom: 120px !important;
    z-index: 999999 !important;
}

.modal-content {
    border: none;
    background-color: var(--light #6D132E);
    border-radius: 20px;
}

.modal-content h4 {
    color: #6D132E;
    text-transform: uppercase;
}

.modal-content .modal-header {
    border-bottom: 0;
}

.modal-content .modal-header button span {
    color: #6D132E;
    font-size: 32px;
}

#pheresisHistory .modal-content .modal-body {
    font-size: 0.875rem;
}

#pheresisHistory .modal-content .modal-body .history .case {
    display: flex;
    justify-content: space-between;
}

#pheresisHistory .modal-content .modal-body .history .case .site {
    flex-grow: 0.5;
}

#pheresisAppointment .make-appointment {
    margin-bottom: 50px;
}

#pheresisAppointment .make-appointment .btn {
    min-width: 0;
    width: 100%;
}

#pheresisAppointment .modal-content .modal-body {
    font-size: 0.875rem;
}

#pheresisAppointment .modal-content .modal-body .history .case {
    display: flex;
    justify-content: space-between;
}

#pheresisAppointment .modal-content .modal-body .history .case .site {
    flex-grow: 0.5;
}

#modifyAppointment .modal-header {
    padding-bottom: 0;
}

#modifyAppointment .modal-body {
    padding-top: 0;
}

#modifyAppointment .modal-body a.btn.btn-primary {
    width: 100%;
    min-width: 0;
}

@media (max-width: 991px) {
    #pheresisAppointment .modal-content .modal-body .history .case .modify {
        font-size: 20px;
        margin-right: 15px;
    }

    #pheresisAppointment .modal-content .modal-body .history .case .delete {
        font-size: 20px;
    }
}

a[disabled] {
    cursor: not-allowed;
}

a[disabled]:hover {
    color: var(--gray);
}

#cookie_future {
    z-index: 999999;
}

#cookie_future .btn {
    font-size: 1.25rem !important;
    min-width: 200px !important;
    padding: 0.375rem 0.75rem !important;
}

@media (max-width: 575px) {
    #cookie_future .pull-right {
        width: 100%;
    }

    #cookie_future .btn {
        min-width: 0 !important;
        width: 100% !important;
    }
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mt-60 {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }
}

.modal {
    z-index: 999998;
}

.modal.style1 .modal-body {
    padding-top: 0;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .modal.style1 .modal-dialog {
        max-width: 800px;
    }

    .modal.style1 .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }

    .modal.style1 .modal-body h2.title {
        text-align: center;
        color: #6D132E;
        margin-bottom: 30px;
    }
}

#info_modal .card {
    border-radius: 7px;
    border: none;
    background-color: white;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 240px;
}

#info_modal .card img {
    margin-bottom: 20px;
}

#info_modal .card .info {
    margin-bottom: 20px;
    font-size: 1.325rem;
    font-weight: 800;
}

#info_modal .card .info.text-green {
    color: #009C10;
}

#info_modal .card .info.text-red {
    color: #6D132E;
}

#info_modal .card .smaller {
    font-size: 0.875rem;
}

@media (min-width: 576px) {
    #info_modal .col-6:first-of-type .card {
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    #info_modal .modal-dialog {
        margin-top: 60px;
    }

    #info_modal .modal-header {
        position: absolute;
        right: 0;
    }

    #info_modal .modal-body .title {
        margin-top: 15px;
    }

    #info_modal .card .info {
        font-size: 1rem;
    }

    .modal-header .close {
        z-index: 99;
    }
}

.header-content lottie-player {
    position: absolute;
}

@media (max-width: 1400px) {
    .header-content lottie-player {
        width: 72%;
        right: -50px;
    }
}

@media (max-width: 1200px) {
    .header-content lottie-player {
        display: none;
    }
}

.waitMe_container .waitMe .waitMe_text {
    font-weight: 600;
}

.card .waitMe_container .waitMe {
    left: -20px;
    right: -20px;
}

.header-socials svg {
  height: 28px;
  width: 28px;
}


.workflow {
  margin-bottom: 100px;
}

.workflow .col-xl-2 {
  padding: 0;
}

.workflow-2 {
  margin-bottom: 40px;
}

.workflow-2 .col-xl-2 {
  padding: 0;
}

.workflow-2 .offset-xl-2 {
  margin-left: 22.2222230%;
}

.workflow .workflow-info-title, .workflow-2 .workflow-info-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  margin: 10% 0;
}

@media  (max-width: 1200px) {
  .workflow-2 .offset-xl-2 {
    margin-left: 0;
  }
}

@media  (max-width: 767px) {
    .workflow img, .workflow-2 img {
        max-width: 240px;
    }

    h2 {
        font-size: 27px;
    }
}

.tooltip, .tooltip-inner {
  background: #6D132E !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #fff !important;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #fff !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #fff !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #fff !important;
}
/*# sourceMappingURL=style.css.map */
/* galéria */
.owl-carousel-gellery-container {
    margin-top: 80px;
    margin-bottom: 40px;
}

.owl-carousel-gellery-container .gallery-item {
    position: relative;
}

.owl-carousel-gellery-container .owl-prev {
    position: absolute !important;
    left: -50px !important;
}

.owl-carousel-gellery-container .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel-gellery-container .owl-next {
    position: absolute !important;
    right: -50px !important;
}

.owl-carousel-gellery-container .owl-nav button {
    top: -20px;
}

@media (max-width: 991px) {
    .owl-carousel-gellery-container {
        margin-top: 120px;
    }
}

@media (max-width: 767px) {
    .owl-carousel-gellery-container .owl-next {
        display: none;
    }

    .owl-carousel-gellery-container .owl-prev {
        display: none;
    }
}

@media (min-width: 768px) {
    #whyUs .container {
        background: white;
        padding: 0;
    }

    #whyUs .container .secondary-gradient-theme {
        border-radius: 40px 0 0 0;
    }

    #importantToKnow .container {
        padding: 0;
    }

    #importantToKnow .secondary-gradient-theme-2 {
        border-radius: 0 30px 0 0;
    }

}


@media (max-width: 1000px) {
    .erfa-banner {
        display: none;
    }
}

.content-static {
    padding-top: 40px;
}


@media (max-width: 1800px) {
    .workflow {
        padding-left: 0;
        max-width: 112%;
    }
}

@media (max-width: 1200px) {
    .workflow {
        max-width: 100%;
    }
}

@media (max-width: 1000px) {
    .erfa-banner {
        display: none;
    }
}

/* pontok táblázat */
#points .table-points {
    border-collapse: collapse;
}

#points .table-points td, th {
    border: 1px solid #000!important;
    padding: 4px 8px!important;
    margin: 0;
}

#points .table-points th td {
    font-weight: bold;
}

#points .table-points td:nth-child(1), #points .table-points td:nth-child(2), #points .table-points td:nth-child(4), #points .table-points td:nth-child(5), #points .table-points td:nth-child(6) {
    font-weight: bold;
}

#points .table-points td:nth-child(2) {
    font-weight: bold;
}

#points .table-points .color-red {
    color: red;
}

#points .table-points .row-red td:nth-child(1), #points .table-points .row-red td:nth-child(2), #points .table-points .row-red td:nth-child(3), #points .table-points .row-red td:nth-child(4) {
    background: #ff0000;
    font-weight: bold;
}

#points .table-points .row-red td:nth-child(1) .color-red, #points .table-points .row-red td:nth-child(2) .color-red, #points .table-points .row-red td:nth-child(3) .color-red, #points .table-points .row-red td:nth-child(4) .color-red {
    color: #000 !important;
    font-weight: bold;
}

#points .table-points td .font-summ {
    font-size: 20px;
}

.sms_code {
    border: 2px solid #72112d;
    border-radius: 2rem;
    font-size: 20px;
    padding: 5px 15px;
    text-align: center;
    color: #72112d;
    font-weight: bold;
    margin-top: 15px;
}

@media (min-width: 1200px) and (max-width: 1460px) {
    .navbar .navbar-brand img {
        height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .navbar-light .navbar-nav .nav-link.btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
        min-width: 140px;
    }

    .navbar-light .navbar-nav .user-login .nav-link svg {
        height: 1rem;
    }
}


#appointmentForm p.benefits {
    margin-top: 20px;
}

#appointmentForm .benefits-card {
    border-radius: 7px;
    background-color: #6D132E;
    color: white;
    padding: 35px;
    position: absolute;
    left: 0;
    bottom: 100px;
    top: auto;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

#appointmentForm .benefits-card p {
    margin-bottom: 0;
}

#appointmentForm p.benefits:hover ~ .benefits-card {
    opacity: 1;
    z-index: 1;
    height: auto;
    width: auto;
}

