@import url("https://fonts.googleapis.com/css2?family=Ysabeau:wght@400;500;600;700&display=swap");
@font-face {
    font-family: 'Back to Black Demo';
    src: url('../fonts/BacktoBlackDemo.woff2') format('woff2'), url('../fonts/BacktoBlackDemo.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

ul,
ul li {
    margin: 0;
    padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
    outline: none;
}

pre,
textarea {
    overflow: auto;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 0 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    outline: none;
}

ul li {
    list-style-type: none;
}

img {
    border: none;
}

textarea {
    resize: none;
}

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

a {
    outline: none;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
    display: none;
}

* {
    outline: none !important;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Ysabeau", sans-serif;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    .c-container {
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }
}

.header {
    width: 100%;
    height: 130px;
    /* background: #ffffff8c; */
    position: absolute;
    z-index: 999999;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: initial;
    top: 43px;
    position: relative;
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-social a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-social a:not(:last-child) {
    margin-right: 13px;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
}

.header-menu ul li {
    display: inline-block;
    padding-right: 30px;
}

.header-menu ul li:last-child {
    padding-right: 0;
}

.header-menu ul li a {
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.header-konst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 230px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    color: #0d4054;
    font-weight: 400;
}

.header-logo {
    width: 100%;
    max-width: 250px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    filter: invert(1);
}

.header-logo a {
    display: block;
    height: 100%;
}

.header-logo a img {}

.header-language {
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.people {
    background-color: #ffffff;
    padding: 200px 0 130px 0;
}

.people__image-container {
    padding-right: 45px;
    padding-top: 45px;
    background: #f4f4f4;
}

.people__image {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.people__info {
    /* width: 500px; */
}

.people__info h3 {
    font-size: 36px;
    color: #404040;
    margin-bottom: 20px;
}

.people__info span {
    display: block;
    font-size: 24px;
}

.people__info p {
    margin-top: 35px;
    line-height: 19px;
}

.aktif-hero {
    background-image: url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 807px;
}

.slider .text {
    width: 100%;
    max-width: 521px;
    position: relative;
    z-index: 3;
}

.slider .text h1 {
    font-size: 122px;
    font-family: 'Back to Black Demo';
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

.slider .text p {
    font-size: 54px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #ffffff;
}

.slider .text .line {
    background: #8e815f;
    height: 2px;
    width: 250px;
    margin: 5px auto;
}

.slider .text h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #ffffff;
}

.slider .text span {
    display: block;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    color: #ffffff;
}

.slider__item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 713px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slider__item::before {
    content: "";
    position: absolute;
    inset: 0;
}

.slider__item-img {
    position: absolute;
    inset: 0;
}

.slider__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 280px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #0d4054;
    font-weight: 600;
    margin-top: 35px;
}

.contact {
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form__inner {
    padding: 90px 0 70px 0;
}

.contact-form__background {
    background-color: rgba(226, 226, 226, 0.7);
    padding: 40px 0 50px 60px;
}

.contact-control {
    width: 100%;
    height: 55px;
    background-color: #e2e2e2;
    border: 1px solid #bd7d00;
    padding: 0 15px;
}

.contact__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 316px;
    margin-left: 15px;
}

.contact__address h3 {
    font-size: 39px;
    color: #404040;
    margin-bottom: 4px;
}

.contact__address span {
    font-size: 20px;
    color: #404040;
    line-height: 1.5;
}

.contact__social-media a {
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
    text-align: center;
    margin-right: 25px;
}

.contact__address-part {
    margin-bottom: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #bd7d00;
    padding-bottom: 15px;
}

.home-contact-form {
    margin-top: -180px;
}

.home-contact-form__inner {
    border-radius: 25px;
}

.home-contact-form .form-input__area {
    padding: 80px 80px 0 0;
}

.home-contact-form .form-input__area .form-control {
    font-size: 15px;
    color: #404040;
    height: 58px;
    background-color: #f8f7f5;
    border: 2px solid #9e8c5e1c;
    border-radius: 25px;
    font-weight: 400;
}

.home-contact-form .h-contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1205px;
    width: 100%;
    height: 327px;
    margin: 0 auto 0 auto;
    border-radius: 10px;
}

.home-contact-form .h-contact-form .c-subtitle {
    font-size: 44px;
    color: #404040;
    margin-left: 0;
    margin-bottom: 5px;
}

.home-contact-form .h-contact-form .c-description {
    font-size: 18px;
    color: #404040;
    margin-bottom: 0;
}

.c-title {
    font-size: 48px;
    line-height: 32px;
    color: #404040;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.c-subtitle {
    font-size: 48px;
    color: #404040;
    margin-left: 10px;
    margin-bottom: 22px;
}

.c-description {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
}

.pure-card {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    padding: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pure-card:hover {
    background-color: #0d4054;
}

.pure-card:hover .pure-card__title {
    color: #ffffff;
}

.pure-card__circle {
    min-width: 87px;
    width: 87px;
    height: 87px;
    border-radius: 44px;
    background-color: #cff1ff;
    border: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pure-card__circle img {
    width: 50px;
    height: 50px;
}

.pure-card__title {
    font-size: 18px;
    line-height: 21px;
    color: #0d4054;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
    max-width: 95px;
}

.aktif-pures__sync-title {
    font-size: 24px;
    color: #0d4054;
    font-weight: 700;
}

.aktif-pures__sync-description {
    max-width: 1108px;
    line-height: 22px;
    font-size: 16px;
    color: #626262;
    font-weight: 400;
    margin-top: 30px;
}

.aktif-pures__sync-more {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    color: #0d4054;
    font-weight: 600;
    margin-top: 24px;
}

.aktif-before-after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 640px;
}

.aktif-before-after-divider {
    max-width: 940px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 90px auto 50px auto;
}

.aktif-before-after .c-title-area * {
    color: #ffffff;
}

.aktif-before-after .c-title:before,
.aktif-before-after .c-title:after {
    background-color: #ffffff;
}

.aktif-before-after-slider {
    margin: -150px auto 0 auto;
}

.before-after-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.before-after-item__title {
    font-size: 69px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 12px;
}

.before-after-item__title p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.before-after-card {
    height: 274px;
    border-radius: 10px;
    background-color: #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.before-after-card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.aktif-steps {
    padding: 50px 0;
}

.aktif-steps-card {
    position: relative;
    height: 296px;
    border-radius: 10px;
    background-color: #0d4054;
    padding: 20px 21px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aktif-steps-card:hover {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: rgba(13, 64, 84, 0.89);
}

.aktif-steps-card:hover .aktif-steps-card__image {
    opacity: 1;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.aktif-steps-card__number {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 48px;
}

.aktif-steps-card__title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.aktif-steps-card__description {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    position: relative;
}

.aktif-steps-card__image {
    max-width: 100px;
    width: 100%;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aktif-package-card {
    padding: 31px 15px 53px 15px;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aktif-package-card:hover {
    -webkit-filter: drop-shadow(-1.873px -4.636px 8px rgba(0, 0, 0, 0.31));
    filter: drop-shadow(-1.873px -4.636px 8px rgba(0, 0, 0, 0.31));
}

.aktif-package-card__title {
    margin-right: 1rem;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aktif-package-card__title h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.aktif-package-card__circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background-color: #cff1ff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
}

.aktif-package-card__list {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.aktif-package-card__list li:not(:last-child) {
    margin-bottom: 1rem;
}

.aktif-package-card--blue {
    color: #0d4054;
}

.aktif-best {
    background-color: #ffffff;
}

.aktif-best-image {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

.aktif-best-info {
    max-width: 640px;
    margin-left: 70px;
}

.aktif-best-info h3 {
    margin-bottom: 20px;
}

.aktif-best-info p {
    margin-top: 35px;
    line-height: 24px;
}

.aktif-best-more {
    max-width: 177px;
    width: 100%;
    height: 40px;
    background-color: #f8f7f5;
    border: 1px solid #bd7d00;
    font-size: 14px;
    color: #404040;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    border-radius: 25px;
}

.aktif-best-more:hover {
    color: #ffffff;
    background: #040308;
    transition: all .5s;
}

.aktif-best .row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.patient-review-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.patient-review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 254px;
    width: 100%;
    height: 85px;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 40px;
    overflow: hidden;
    padding: 5px 20px 5px 5px;
}

.patient-review-card img {
    width: 145px;
    height: auto;
}

.patient-review-card__score {
    border-radius: 100%;
    background: #f7f7f7;
    color: #505050;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.patient-review-card:not(:last-child) {
    margin-right: 40px;
}

.patient-comment-card-slider .slick-list {
    padding: 30px 0;
    margin: 24px 0;
}

.patient-comment-card {
    padding: 0 35px 52px 35px;
    height: 373px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
}

.patient-comment-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.patient-comment-card__ico {
    width: 63px;
}

.patient-comment-card__avatar {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    background-color: #0d4054;
    overflow: hidden;
    position: relative;
    top: -30px;
}

.patient-comment-card__info h3 {
    font-size: 24px;
    color: #0d4054;
    font-weight: 700;
    margin-bottom: 26px;
}

.patient-comment-card__info p {
    font-size: 16px;
    line-height: 21px;
    color: #686868;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    position: relative;
}

.aktif-natural-result__image {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.aktif-natural-result__image-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aktif-natural-result__info {
    background-color: #0d4054;
    padding: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aktif-natural-result__info * {
    max-width: 540px;
}

.aktif-natural-result__info h3 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}

.aktif-natural-result__info p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
}

.aktif-natural-result__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 304px;
    height: 64px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #0d4054;
    font-weight: 600;
    margin-top: 40px;
}

.aktif-timeline {
    margin: 50px 0;
}

.aktif-pures {
    margin: 50px 0;
}

.about {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}

.about__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__card-image {
    position: relative;
}

.about__card .card-image-title {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 395px;
    opacity: 0.62;
    font-size: 101px;
    line-height: 395px;
    color: #ffffff;
    text-align: center;
}

.about-title {
    text-align: center;
    font-size: 62px;
    color: #404040;
    margin-bottom: 45px;
}

.about-subtitle {
    font-size: 51px;
    color: #404040;
    font-weight: 700;
    margin-top: 10px;
}

.about-description {
    margin-top: 41px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}

.about-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 46px;
    max-width: 304px;
    width: 100%;
    height: 64px;
    border-radius: 10px;
    background-color: #0d4054;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-more:hover {
    color: #ffffff;
    opacity: 0.8;
}

.about-image {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #8f99cd;
    margin: 30px auto 0 auto;
}

.about-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-shapes {
    position: absolute;
    inset: 0;
}

.timeline-top {
    margin: 70px 0;
}

.timeline-top .in {
    list-style: none;
    position: relative;
}

.timeline-top .in:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #0d4054;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-top .in .clearFix {
    clear: both;
    height: 0;
}

.timeline-top .in .timeline-badge {
    width: 98px;
    height: 98px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0d4054;
    z-index: 100;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timeline-top .in .timeline-badge span.timeline-balloon-date-day {
    font-size: 46px;
    color: #ffffff;
    font-weight: 700;
}

.timeline-top .in .timeline-badge.timeline-filter-movement {
    background-color: #fff;
    font-size: 1.7em;
    height: 35px;
    margin-left: -18px;
    width: 35px;
    top: 40px;
}

.timeline-top .in .timeline-badge.timeline-filter-movement a span {
    color: #137d8f;
    font-size: 1.3em;
    top: -1px;
}

.timeline-top .in .timeline-badge.timeline-future-movement {
    background-color: #fff;
    height: 35px;
    width: 35px;
    font-size: 1.7em;
    top: -16px;
    margin-left: -18px;
}

.timeline-top .in .timeline-badge.timeline-future-movement a span {
    color: #137d8f;
    font-size: 0.9em;
    top: 2px;
    left: 1px;
}

.timeline-top .in .timeline-movement {
    position: relative;
}

.timeline-top .in .timeline-movement .timeline-item {
    padding: 5px 0;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-item-in {
    height: 100%;
    position: relative;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel {
    color: #666;
    padding: 20px;
    position: relative;
    height: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel h3 {
    font-size: 16px;
    color: #0d4054;
    font-weight: 700;
    margin-bottom: 20px;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    font-weight: 400;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul li {
    color: #666;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
    text-align: center;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.causale {
    font-size: 85%;
    font-weight: 300;
}

.timeline-top .in .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul a {
    color: #000;
    text-decoration: none;
}

.timeline-top .in .timeline-movement.timeline-movement-top {
    height: 60px;
}

.timeline-top .page-header h1 {
    color: #137d8f;
    text-shadow: 1px 1px 1px #888;
    font-weight: bolder;
    text-align: center;
}

.timeline-top .full-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 10px;
    background-color: #000000;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.image-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 219px;
    overflow: hidden;
}

.image-card:hover .play-icon {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.image-card img {
    /* width: 100%; */
    /* height: 100%; */
    -o-object-fit: cover;
    /* object-fit: cover; */
    width: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
}

.play-icon:hover {
    opacity: 1;
}

.blog-card {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 261px;
    display: block;
}

.blog-content {
    background-color: #eeeeee;
    padding: 20px;
    height: 215px;
}

.blog-title {
    font-size: 24px;
    line-height: 32px;
    color: #0d4054;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-date {
    font-size: 16px;
    line-height: 32px;
    color: #1e91c3;
    font-weight: 400;
}

.blog-description {
    width: 316px;
    height: 79px;
    font-size: 14px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.read-more {
    font-size: 14px;
    line-height: 24px;
    color: #0d4054;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.read-more:hover {
    color: #000;
    border-bottom-color: #000;
}

.home-faq-content .faq {
    width: 100%;
}

.home-faq-content .faqitem .faq-header {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
    height: 70px;
    border-radius: 10px;
    background-color: #eeeeee;
}

.home-faq-content .faqitem .faq-header .faq-title {
    margin-left: 20px;
    font-size: 16px;
    color: #0d4054;
    font-weight: 700;
}

.home-faq-content .faqitem .faq-header i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #0d4054;
}

.home-faq-content .faqitem .faq-header .fa.fa-minus {
    display: none;
    color: #1b262c;
}

.home-faq-content .faqitem.jquery-accordion-active .fa.fa-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
}

.home-faq-content .faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
    color: #ffffff;
}

.home-faq-content .faqitem .content {
    padding: 15px 25px;
    color: #70798b;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: none;
}

.aktif-band {
    height: 247px;
    background-color: #1e91c3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aktif-band .c-container.container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.band-title {
    font-size: 41px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 16px;
}

.band-description {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
}

.band-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 329px;
    height: auto;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}

.footer p {
    text-align: center;
    font-size: 18px;
    color: #404040;
    margin-bottom: 40px;
}

.footer-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.footer-menu ul li a {
    padding: 0 30px;
    font-size: 18px;
    color: #404040;
    font-weight: 500;
}

@media (min-width: 767px) {
    .footer-inner {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}

.footer-review {
    font-size: 12px;
    font-weight: 400;
    color: #0c497e;
    margin-top: 35px;
}

.footer-rating {
    font-size: 16px;
    font-weight: 400;
    color: #0c497e;
    margin-top: 15px;
}

.footer-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-item {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.footer-item-container {
    text-align: center;
    margin-bottom: 15px;
}

.footer-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #0c497e;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-menu {
        /* height: 55px; */
    }
}

.footer-menu ul {
    text-align: center;
}

@media (max-width: 767px) {
    .footer-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        /* overflow-x: scroll; */
        display: block;
    }
}

.footer-menu ul li {
    display: inline-block;
}

@media (max-width: 767px) {
    .footer-menu ul li {
        scroll-snap-align: start;
        display: block;
        margin-bottom: 14px;
    }
}

.footer-menu ul li a {
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    padding-right: 15px;
    text-transform: none;
}

@media (max-width: 767px) {
    .footer-menu ul li a {
        font-size: 19px;
        /* white-space: nowrap; */
        /* display: block; */
    }
}

.footer-social {
    margin-bottom: 40px;
}

.footer-social a {
    width: 53px;
    height: 53px;
    border-radius: 10px;
    background-color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    color: #0d4054;
    margin-right: 7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: #1e91c3;
}

.footer-copyright {
    font-size: 16px;
    color: black;
    text-align: center;
}

.aktif-packages {
    padding: 70px 0 70px 0;
}

.aktif-packages .c-title-area {
    margin-bottom: 50px;
}

.comments {
    margin-top: 50px;
    margin-bottom: 50px;
}

.comments__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 45px;
}

.comments__rating .fa-star {
    font-size: 24px;
    color: #e4b439;
}

.comments__paragraph {
    max-width: 975px;
}

.comments__paragraph h3 {
    margin-bottom: 20px;
}

.comments__paragraph p {
    line-height: 24px;
    color: #404040;
}

.videos {
    background-image: linear-gradient(-10deg, #e5e5e5 0%, #fbfbfb 100%);
    padding: 70px 0 70px 0;
}

.videos__paragraph {
    max-width: 200px;
}

.videos__paragraph h3 {
    margin-bottom: 30px;
}

.videos__paragraph p {
    line-height: 24px;
    margin-bottom: 30px;
}

.videos__paragraph a {
    line-height: 24px;
    color: #000;
}

.videos .c-title-area {
    margin-bottom: 50px;
}

.aktif-blog {
    padding: 0 0 70px 0;
}

.aktif-blog .c-title-area {
    margin-bottom: 50px;
}

.aktif-faq {
    padding: 10px 0 170px 0;
}

.aktif-faq .c-title-area {
    margin-bottom: 50px;
}

.aktif-pures .slick-arrow,
.patient-comment-card-slider .slick-arrow,
.aktif-videos .slick-arrow,
.aktif-blog .slick-arrow,
.aktif-before-after-slider .slick-arrow,
.aktif-steps .slick-arrow,
.aktif-packages .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 16px;
    color: #0d4054;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
}

.aktif-pures .slick-next,
.patient-comment-card-slider .slick-next,
.aktif-videos .slick-next,
.aktif-blog .slick-next,
.aktif-before-after-slider .slick-next,
.aktif-steps .slick-next,
.aktif-packages .slick-next {
    right: 0;
}

.aktif-pures .slick-prev,
.patient-comment-card-slider .slick-prev,
.aktif-videos .slick-prev,
.aktif-blog .slick-prev,
.aktif-before-after-slider .slick-prev,
.aktif-steps .slick-prev,
.aktif-packages .slick-prev {
    left: 0;
}

#contact-mesaj {
    height: 140px;
}

#submitContactForm {
    width: 207px;
    height: 40px;
    background-color: #f8f7f5;
    border: 1px solid #bd7d00;
    font-size: 14px;
    color: #404040;
    font-weight: bold;
}

#home-submitContactForm {
    height: 58px;
    background-color: #f8f7f5;
    border: 2px solid #9e8c5e1c;
    text-transform: uppercase;
}

#homeVideoSlider .item {
    margin: 0 23px;
}

#homeVideoSlider .item img {
    border-radius: 25px;
}

#homeVideoSlider .slick-track {
    padding: 70px 0;
}

.contact__social-media {
    margin-top: 17px;
    display: block;
}

.single-header {
    position: relative;
    background: #121212;
    height: 500px;
    overflow: hidden;
    z-index: 9999999;
    background: url(../images/singleBg.jpg);
    background-position: center center;
    background-size: cover;
}

.header-inner {
    height: initial;
    top: 43px;
    position: relative;
}

.single-head {
    position: relative;
    z-index: 99999999;
}

.single-head-title h1 {
    padding-top: 20px;
    font-size: 65px;
    color: #000;
    margin-bottom: 25px;
    /* font-family: 'Back to Black Demo'; */
}

.single-head img {
    position: relative;
    margin-top: -350px;
    z-index: 99999;
}

.single-content ul {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 15px;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
}

.single-content ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 13px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
}

.single-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #00030e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.single-content a {
    color: #000;
}

.single-content {
    margin-top: 20px;
    margin-bottom: 50px;
}

.single-content p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
}

.single-content h2 {
    font-size: 50px;
    margin-bottom: 25px;
    color: #000;
}

.single-content h3 {
    font-size: 39px;
    margin-bottom: 25px;
}

.single-content h4 {
    font-weight: 600;
    font-size: 39px;
    margin-bottom: 25px;
}

.single-comments {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
}

.home-blog {
    background: #f4f1eb;
    padding-bottom: 75px;
}

.home-blog-title {
    text-align: center;
    font-size: 44px;
    color: #404040;
    padding-top: 45px;
    margin-bottom: 45px;
}

.home-blog .item {
    border: 1px solid;
    padding: 15px;
}

.home-blog .item img {
    width: 100%;
    margin-bottom: 20px;
}

.home-blog .item .title {
    display: block;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.home-blog .item p {
    font-size: 17px;
    line-height: 1.2;
}

.home-blog .item .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    width: 100% !important;
    display: inline-block;
    color: #000;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-blog .item .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.home-blog .item {
    margin: 0 15px;
}

.home-blog-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 39px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    /* left: -23px; */
}

.home-blog-slider .slick-next {
    right: -1px;
    left: initial !important;
}

.videos-title {
    text-align: center;
    font-size: 44px;
    color: #404040;
}

.single-comments {
    text-align: center;
}

.single-comments .comments__rating {
    justify-content: center;
}

.single-comments .comments__paragraph {
    margin: 0 auto;
}

.single-comments .aktif-best-more {
    margin: 24px auto;
}

.category {
    background: initial;
}

.faq-title {
    font-size: 44px;
    color: #404040;
    margin-bottom: 35px;
}

/* Faq */

.single-detail-faq-content-faq {
    width: 100%;
    margin-bottom: 150px;
}

.single-detail-faq-content-header {
    padding: 21px 20px;
    color: #22252a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    /* margin-bottom: 15px; */
    border-radius: 0;
    border: 1px solid #f3f3f3;
}

.single-detail-faq-content-header h4 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}

.single-detail-faq-content-header i {
    color: #000;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-header .fa.fa-minus {
    display: none;
    color: #000;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-minus {
    display: block;
    color: #000;
}

.single-detail-faq-content-faqitem.jquery-accordion-active .fa.fa-plus {
    display: none;
    color: #e61c49;
}

.single-detail-faq-content-faqitem .single-detail-faq-content-content {
    padding: 23px 15px;
    display: none;
    font-size: 18px;
    line-height: 1.2;
}


.single-detail-faq-content-faqitem {
    margin-bottom: 15px;
}

.single-detail-faq.section {
    margin-bottom: 90px;
}


.single-video a {
    position: relative;
}

.single-video .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.single-video .play-button .butons-btn {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 1;
}