/*==================================
Template Name   : Theme Kusuma Beauty
Template URI    : https://github.com/rakaardiansyah
Description     : This is Kusuma Beauty
Author          : RakaArdiansyah
Author URI      : https://rakaardiansyah.my.id/
Version         : 0.2
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
0.  General css (Reset code)
0.  Top-area
1.  Header-header-navbar
2.  Header-Slider
3.  Home-Aboutus
4.  Section-Treatmentkami
5.  Section-Promotion1
6.  Section-Productkami
7.  Section-Productterlaris
8.  Section-Postinganartikel
9.  Section-Ulasanpelanggan
10. Footer
11. Scroll Top

==========================================*/

/*-------------------------------------
		0.General css (Reset code)
--------------------------------------*/

:root {
    --theme-primary: #8C1914;
    --theme-secondary: #F4D6C8;
    --theme-tertiary: #FCF5F5;
}

* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* FIXME: PERBAIKAN DI AGAR BODY PRESISI overflow-x: hidden;*/
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333333;
    background: #fff;
    text-transform: capitalize;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #616060;
    font-size: 16px;
    padding: 5px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

p {
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    /* margin-top: -14px; */
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;
    align-items: center;
    display: flex;
}

li>ul>li>a {
    color: var(--theme-secondary);
    padding: 15px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.row-oneline {
    align-items: center;
    display: flex;
    margin: 2px 0px;
}

.no-padding {
    padding: 0 !important;
}

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

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

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

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

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

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

/* section-header */
.section-header {
    position: relative;
    text-align: center;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 500;
}

.section-header h2 span {
    text-transform: capitalize;
}

.viewall {
    color: #fff;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
    border-radius: 35px;
    padding: 10px 20px;
}

.viewall:hover {
    color: #fff;
    background-color: #315E52;
    border-color: #315E52;
    border-radius: 35px;
}

/*=== theme-btn-primary ====*/
.btn-primary {
    border-radius: 10px;
    color: #fff;
    background-color: var(--theme-primary);
    border-color: var(--theme-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: #90201a;
    border-color: #911e18;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #88211b;
    border-color: #90201a;
    box-shadow: 0 0 0 .2rem #90211b
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #851e19;
    border-color: #851e19
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #851e19;
    border-color: #851e19
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #7a1c17
}

.btn-secondary {
    border-radius: 10px;
    color: #333;
    background-color: var(--theme-secondary);
    border-color: var(--theme-secondary);
}

.btn-secondary:hover {
    padding: 0px;
    color: #333;
    background-color: #F4D6C8;
    border-color: #ecd1c4;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #c4b091;
    border-color: #c4b091;
    box-shadow: 0 0 0 .2rem #94856d
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #c4b091;
    border-color: #c4b091
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #c4b091;
    border-color: #c4b091
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #94856d
}

.btn-tertiary {
    border-radius: 10px;
    color: #fff;
    background-color: var(--theme-tertiary);
    border-color: var(--theme-tertiary);
}

.btn-tertiary:hover {
    padding: 0px;
    color: #fff;
    border-color: #255f44;
    background-color: #255f44;
}

.btn-tertiary.focus,
.btn-tertiary:focus {
    color: #fff;
    background-color: #255f44;
    border-color: #255f44;
    box-shadow: 0 0 0 .2rem #1a4230
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #fff;
    background-color: #255f44;
    border-color: #255f44
}

.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show>.btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #255f44;
    border-color: #255f44
}

.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show>.btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #1a4230
}

/*=== theme-btn-submit ====*/
.btn-submit {
    font-size: 15px;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 5px 20px;
    margin: 2px 0px;
    cursor: pointer;
    color: white;
    border: 1px solid var(--theme-primary);
    background-color: var(--theme-primary);
}

.btn-submit:hover {
    padding: 0px;
    background-color: #315E52;
    color: #fff;
}

/*=== theme-btn ====*/
.theme-btn {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--theme-primary);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.theme-btn-filter {
    font-size: 15px;
    color: var(--theme-primary);
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid var(--theme-primary);
    font-weight: 500;
}

.theme-btn:hover {
    background-color: #fff;
    color: #315E52;
}

/*=== theme-btn-smaller ====*/
.theme-btn-smaller {
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

/*=== theme-btn-small ====*/
.theme-btn-small {
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/*=== theme-btn-gray ====*/
.theme-btn-gray {
    background-color: rgba(128, 137, 150, 0.1);
    color: #333333;
    border-color: rgba(128, 137, 150, 0.1);
}

.theme-btn-gray:hover {
    background-color: rgba(128, 137, 150, 0.2);
    color: #333333;
}

.recommended-tag.active {
    background-color: var(--theme-primary);
    color: #fff;
    border-color: var(--theme-primary);
}

.undo-btn {
    display: none;
    color: var(--theme-primary);
    cursor: pointer;
    padding: 2px;
}

.undo-btn.active {
    display: inline-block;
}

/*=== theme-btn-transparent ====*/
.theme-btn-transparent {
    background-color: #fff;
    color: var(--theme-primary);
}

.theme-btn-transparent:hover {
    background-color: var(--theme-primary);
    color: #fff;
}

/*=== theme-btn-rgb ====*/
.theme-btn-rgb {
    border: none;
    background-color: rgba(40, 125, 250, 0.1);
    color: var(--theme-primary);
}

.theme-btn-rgb:hover {
    background-color: rgba(40, 125, 250, 0.1);
}

/*=== theme-btn-danger-rgb ====*/
.theme-btn-danger-rgb {
    background-color: rgba(220, 54, 67, 0.1);
    color: var(--theme-primary);
}

.theme-btn-danger-rgb:hover {
    background-color: rgba(220, 54, 67, 0.1);
    color: var(--theme-primary);
}

/*=== theme-btn-hover-gray ====*/
.theme-btn-hover-gray {
    color: #333333;
    font-weight: 500;
}

.theme-btn-hover-gray:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.theme-btn-hover-gray:hover {
    background-color: rgba(128, 137, 150, 0.1);
    color: #333333;
}

/* section-header */

/*=============Style css=========*/

/*-------------------------------------
        0. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: var(--theme-primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.wrap-sticky .navbar a {
    position: relative;
}

.wrap-sticky .navbar a i {
    margin: 0px 12px 0px 5px;
    padding: 2px;
    position: absolute;
}


.wrap-sticky .navbar a img {
    border: none;
    width: 100%;
    height: auto;
}

/* === DROPDOWN MENU === */
/* Dropdown Container */
.navbar .dropdown {
    position: relative;
    padding-right: 10px;
}

.navbar .dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--theme-primary);
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    z-index: 1000;
    top: 100%;
    left: 0;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    /* width: 100%; */
    background: white;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    color: #333333;
}

.navbar .dropdown:hover > .dropdown-menu li a{
    color: #333333;
}

.navbar .dropdown:hover > .dropdown-menu li a:hover{
    background-color: antiquewhite;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    padding:  5px 15px;
    color: #ffffff;
    border: none;
    font-size: medium;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Submenu positioning */
.navbar .dropdown-menu .dropdown {
    position: relative;
}

.navbar .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Styling Links */
.navbar .dropdown-menu a {
    border-radius: 4px;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.navbar .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
/* === END DROPDOWN MENU === */


/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #616060;
    font-size: 24px;
    font-weight: 500;
    /* padding: 34px 0px; */
    text-transform: capitalize;
}

.navbar-header a.navbar-brand span {
    display: inline-block;
    color: var(--theme-primary);
    text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    /* padding: 30px 0px; */
    padding: 10px 0px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
    /* padding: 48px 25px; */
    padding: 25px 25px;
    /* padding: 0px; */
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    color: var(--theme-secondary);
}

nav.navbar.bootsnav ul.nav>li.active>a {
    color: var(--theme-secondary);
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 25px 25px;
}

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary);
}

/*.menu-ui-design*/

.navbar-dark .navbar-toggler {
    left: 0px !important;
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
}



/*.attr-nav*/
.attr-nav {
    right: 45px;
    top: 0px;
    float: right;
    display: inline-block;
    margin-left: 13px;
    margin-right: -15px;
}

.attr-nav>ul {
    padding: 0;
    margin: 0px 0px;
    list-style: none;
    display: inline-block;
    align-items: center;
    display: flex;
}

.attr-nav>ul>li {
    float: left;
    display: block;
}

.attr-nav>ul>li a {
    font-weight: bolder;
    padding: 5px 10px;
    display: flex;
    color: var(--theme-primary);
    border-radius: 30px;
    justify-content: space-between;
}

.attr-nav>ul>li hr {
    border-left: 1px #bebebe solid;
    margin: 15px 15px;
    height: 25px;
    width: 0px;
}

.attr-nav>ul>li>a {
    color: var(--theme-secondary);
    font-size: 18px;
    font-weight: 500;
}

.attr-nav>ul>li>div:hover {
    color: var(--theme-secondary);
}

.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav>ul>li>a {
    padding: 15px 15px;
}

.lang-toggle {
    display: flex;
    background: #fef7e9;
    border-radius: 30px;
    padding: 5px 15px;
    justify-content: space-between;
}

.lang-toggle:hover {
    background: var(--theme-secondary);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.lang-toggle a {
    font-weight: bolder;
    padding: 5px 10px;
    display: flex;
    color: var(--theme-primary);
    border-radius: 30px;
    justify-content: space-between;
}
/*.attr-nav*/

/*badge*/
.badge {
    background-color: #198754;
    border: 2px solid #4FC18C;
    border-radius: 10px;
}

.attr-nav>ul>li>a span.badge {
    margin-top: -25px;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    font-weight: bold;
    color: var(--theme-secondary);
}

/*.badge*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--theme-secondary);
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: var(--theme-secondary);
}
/*.navbar-toggle */

/*.cart-list*/
ul.dropdown-menu.cart-list {
    height: 232px;
    overflow-y: scroll;
    border-radius: 3px;
}

ul.cart-list>li img {
    width: 50px;
    height: 50px;
    border: transparent;
}

.s-cate::-webkit-scrollbar {
    width: 5px;
}

.s-cate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.s-cate::-webkit-scrollbar-thumb {
    background-color: var(--theme-primary);
}

.single-cart-list {
    position: relative;
    display: flex;
}

ul.cart-list>li {
    border-bottom: solid 1px #ebebeb;
    padding: 20px !important;
}

ul.cart-list>li:last-child {
    border-bottom: 0;
}

.attr-nav ul.cart-list>li>a:hover {
    border-left: 2px solid transparent !important;
}

.dropdown-menu.cart-list h6 a {
    color: #43465d;
    font-size: 12px;
    line-height: 1.3;
}

.cart-list-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
}

ul.cart-list>li .price {
    font-weight: 300;
}

.cart-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

ul.cart-list>li.total>span {
    padding-top: 0px;
    position: relative;
    top: 4px;
}

ul.cart-list>li.total span {
    color: #43465d;
    font-size: 14px;
    font-weight: 500;
}

ul.cart-list>li.total {
    background-color: #fff;
    padding-bottom: 20px !important;
}

.btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-primary);
    border: 1px solid var(--theme-primary);
    width: 80px;
    height: 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
}
/*.cart-list*/

/*.packages-price */
.packages-price p {
    position: relative;
    color: #616060;
    font-size: 16px;
    font-weight: 500;
}

.packages-price del,
.packages-price span {
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 500;
}

.packages-price del {
    margin-left: 10px;
}
/*.packages-price */

/*-------------------------------------
        1.  Header-header-navbar
--------------------------------------*/
.header-navbar {
    position: relative;
    background-size: cover;
    z-index: 9999;
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.single-slide-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-slide-item.slide1 {
    background: transparent;
}

.single-slide-item.slide2 {
    background: transparent;
}

.single-slide-item.slide3 {
    background: transparent;
}


/*-------------------------------------
        2. Header-Slider
--------------------------------------*/
.sliderowl-carousel .item {
    position: relative;
    height: 100vh;
    display: flex;
    text-transform: none;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 0 20px;
}

.slider-header1 {
    background-image: url('/assets/images/header/img-header1.jpeg');
}

.slider-header2 {
    background-image: url('/assets/images/header/img-header2.jpeg');
}

.slider-header3 {
    background-image: url('/assets/images/header/img-header3.jpeg');
}

.slider-text {
    justify-content: left;
    text-align: left;
    display: block;
}

.slider-text h1 {
    font-size: 32px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.slider-text h2 {
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.slider-text h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    color: var(--theme-primary);
}

.slider-text h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.slider-text h5 {
    font-size: 13.28px;
    padding-bottom: 10px;
    font-weight: 500;
}

.slider-text h6 {
    font-size: 10.72px;
    padding-bottom: 10px;
    font-weight: 500;
}

.slider-text p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.custom-nav {
    position: absolute;
    top: 90%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-nav .owl-prev,
.custom-nav .owl-next {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    pointer-events: all;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #fff;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #ffffff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #8c1914;
}

/*-------------------------------------
        3. Home-Aboutus
--------------------------------------*/
.home-aboutus {
    padding: 80px 0px;
    text-transform: none;
    background-color: #ffffff;
}

.home-aboutus .section-header {
    position: relative;
    text-align: center;
}

.home-aboutus .section-header h2 {
    font-size: 55px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.home-aboutus .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.home-aboutus .section-header h4 {
    margin: 8px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
}

.home-aboutus .section-header h5 {
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.home-aboutus .section-header h6 {
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
}

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

.home-aboutus-content .bgimg {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-aboutus-content .bgimg img {
    border: none;
    max-width: 100%;
    height: auto;
}

.home-aboutus-content .page-scroll {
    width: 100%;
    margin: 0px 85px;
    /* overflow: hidden; */
    overflow: visible;
    display: inline-block;
}

.home-aboutus-content .home-about-us {
    height: fit-content;
    position: relative;
    text-align: left;
    /* overflow: hidden; */
    overflow: visible;
}

.home-aboutus-content .home-about-us img {
    width: 100%;
    height: 100%;
}

.home-aboutus-content .home-about-us .card {
    padding: 5px;
    background-color: #F5F5F5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(156, 156, 156, 0.125);
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.home-aboutus-content .home-about-us .icon-homeabout {
    width: 70px;
    height: 70px;
}

.home-aboutus-content .home-about-us h2 {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.home-aboutus-content .home-about-us h3 {
    color: var(--theme-primary);
    font-size: 40px;
    display: block;
    text-transform: uppercase;
    margin: 1px;
    font-weight: bold;
}

.home-aboutus-content .home-about-us h4 {
    color: var(--theme-primary);
    margin: 5px 0px;
    font-size: 32px;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
}

.home-aboutus-content .home-about-us h5 {
    margin: 5px 0px;
    font-size: 25px;
    display: block;
}

.home-aboutus-content .home-about-us h6 {
    margin: 5px 0px;
    font-size: 17px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.home-aboutus-content .home-about-us p {
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

.single-populer-product-img.mt40 {
    margin-top: 40px;
}

.single-inner-home-aboutus {
    margin-top: 40px;
    padding: 0 45px 0 30px;
    text-align: left;
}

.home-about-us h2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #5f5b57;
    margin: 25px 0 22px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.home-about-us:hover h2 a {
    color: var(--theme-primary);
}

.single-inner-populer-product-txt {
    margin-top: 8px;
}

.home-about-us .single-inner-populer-product-txt h2 a {
    margin: 0;
}

.single-inner-populer-product-txt span {
    text-transform: lowercase;
}

.single-inner-populer-product-txt p {
    font-size: 14px;
    margin: 18px 0 13px;
}

.home-aboutus-price h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
}

.home-aboutus-price h4 span {
    color: var(--theme-primary);
}

/*-------------------------------------
        4. Section-Treatmentkami
--------------------------------------*/
.section-treatmentkami {
    padding: 80px 0px;
    text-transform: none;
    background-color: #F5F5F5;
}

.section-treatmentkami .section-header {
    padding-bottom: 40px;
}

.section-treatmentkami .section-header h2 {
    font-size: 45px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
}

.section-treatmentkami .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.section-treatmentkami .section-header h4 {
    margin: 5px 0px;
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.section-treatmentkami .section-header h5 {
    margin: 5px 0px;
    font-size: 23px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}

.section-treatmentkami .section-header h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.section-treatmentkami .section-header .lihat-semua {
    color: #333333;
    margin: 5px 0px;
    font-size: 20px;
    display: block;
    font-weight: 500;
}

.section-treatmentkami .section-header .lihat-semua:hover {
    color: var(--theme-primary);
    font-size: 20px;
}

.section-treatmentkami .product-content-wrapper {
    display: block;
    width: 100%;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami {
    width: fit-content;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami img {
    width: 100%;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami h3 {
    font-size: 35px;
    display: block;
    margin: 10px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami h4 {
    color: var(--theme-primary);
    margin: 10px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami h5 {
    margin: 10px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami h6 {
    margin: 10px 0px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.4;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami p {
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami .txtbuatjanji {
    color: #333333;
    margin: 5px 0px;
    font-size: 15px;
    display: block;
    font-weight: bold;
    text-align: right;
}

.section-treatmentkami .product-content-wrapper .bg-treatmentkami .txtbuatjanji:hover {
    color: var(--theme-primary);
    font-size: 15px;
}

/*-------------------------------------
        5. Section-Promotion1
--------------------------------------*/
.section-promotion1 {
    padding: 80px 0px;
    text-transform: none;
    background-image: url("/assets/images/section-promotion1.png");
    background-size: cover;
}

.section-promotion1 .promotion1-content {
    padding: 20px 0px;
}

.section-promotion1 .promotion1-content h1 {
    font-size: 32px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: initial;
}

.section-promotion1 .promotion1-content h2 {
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.3px;
    line-height: 1.6;
    text-transform: initial;
}

.section-promotion1 .promotion1-content h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 20px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.3px;
    line-height: 1.6;
    text-transform: initial;
}

.section-promotion1 .promotion1-content h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    text-transform: initial;
}

.section-promotion1 .promotion1-content h5 {
    font-size: 13.28px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: initial;
}

.section-promotion1 .promotion1-content h6 {
    font-size: 10.72px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: initial;
}

.section-promotion1 .promotion1-content p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.section-promotion1 .promotion1-content button {
    margin-top: 15px;
    font-weight: bold;
    padding: 12px 25px;
}

/*-------------------------------------
        6. Section-Productkami
--------------------------------------*/
.section-productkami {
    padding: 80px 0px;
    text-transform: none;
    background-color: #FFF5F0;
}

.section-productkami .section-header {
    padding-bottom: 40px;
}

.section-productkami .section-header h2 {
    font-size: 45px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
}

.section-productkami .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.section-productkami .section-header h4 {
    margin: 5px 0px;
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.section-productkami .section-header h5 {
    margin: 5px 0px;
    font-size: 23px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}

.section-productkami .section-header h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.section-productkami .section-header .lihat-semua {
    color: #333333;
    margin: 5px 0px;
    font-size: 20px;
    display: block;
    font-weight: 500;
}

.section-productkami .section-header .lihat-semua:hover {
    color: var(--theme-primary);
    font-size: 20px;
}

.section-productkami .productkami-content {
    display: block;
    width: 100%;
}

.section-productkami .productkami-content .card {
    margin: 8px 0px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F4D6C8;
    border: 0px solid rgba(0, 0, 0, .125);
}

.section-productkami .productkami-content .card img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.section-productkami .productkami-content .card h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.section-productkami .productkami-content .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.section-productkami .productkami-content .card h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding: 2px 5px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.section-productkami .productkami-content .card h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.section-productkami .productkami-content .card h5 i{
    font-family: fontawesome;
}

.section-productkami .productkami-content .card h5 span {
    padding-left: 2px;
    font-weight: bold;
}

.section-productkami .productkami-content .card h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.section-productkami .productkami-content .card p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.section-productkami .productkami-content .card button {
    border-radius: 12px;
    margin-top: 12px;
    padding: 10px 0px;
}


/*-------------------------------------
        7. Section-Productterlaris
--------------------------------------*/
.section-productterlaris {
    padding: 80px 0px;
    text-transform: none;
    background-color: #ffffff;
}

.section-productterlaris .section-header {
    padding-bottom: 40px;
}

.section-productterlaris .section-header h2 {
    font-size: 45px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
}

.section-productterlaris .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.section-productterlaris .section-header h4 {
    margin: 5px 0px;
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.section-productterlaris .section-header h5 {
    margin: 5px 0px;
    font-size: 23px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}

.section-productterlaris .section-header h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.section-productterlaris .section-header .lihat-semua {
    color: #333333;
    margin: 5px 0px;
    font-size: 20px;
    display: block;
    font-weight: 500;
}

.section-productterlaris .section-header .lihat-semua:hover {
    color: var(--theme-primary);
    font-size: 20px;
}

.section-productterlaris .productterlaris-content {
    display: block;
    width: 100%;
}

.section-productterlaris .productterlaris-content .card {
    margin: 8px 0px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F8E5DC;
    border: 0px solid rgba(0, 0, 0, .125);
}

.section-productterlaris .productterlaris-content .card img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.section-productterlaris .productterlaris-content .card h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 0px;
    display: block;
    font-weight: bold;
}

.section-productterlaris .productterlaris-content .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 0px;
    display: block;
    font-weight: bold;
}

.section-productterlaris .productterlaris-content .card h4 {
    color: #333333;
    font-size: 16px;
    padding: 2px 0px;
    display: block;
    font-weight: 500;
}

.section-productterlaris .productterlaris-content .card h4 span {
    padding: 0px 3px;
}

.section-productterlaris .productterlaris-content .card h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 0px;
    font-weight: 500;
}

.section-productterlaris .productterlaris-content .card h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 0px;
    font-weight: 500;
}

.section-productterlaris .productterlaris-content .card p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.section-productterlaris .productterlaris-content .card .rating {
    color: #F8CE00;
    font-size: 16px;
    padding: 2px 0px;
    display: block;
    font-weight: 500;
}

.section-productterlaris .productterlaris-content .card button {
    border-radius: 12px;
    margin-top: 10px;
    padding: 10px 0px;
}

/*-------------------------------------
        8. Section-Postinganartikel
--------------------------------------*/
.section-postinganartikel {
    padding: 80px 0px;
    text-transform: none;
    background-color: #F5F5F5;
}

.section-postinganartikel .section-header {
    padding-bottom: 40px;
}

.section-postinganartikel .section-header h2 {
    font-size: 45px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
}

.section-postinganartikel .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.section-postinganartikel .section-header h4 {
    margin: 5px 0px;
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.section-postinganartikel .section-header h5 {
    margin: 5px 0px;
    font-size: 23px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}

.section-postinganartikel .section-header h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.section-postinganartikel .section-header .lihat-semua {
    color: #333333;
    margin: 5px 0px;
    font-size: 20px;
    display: block;
    font-weight: 500;
}

.section-postinganartikel .section-header .lihat-semua:hover {
    color: var(--theme-primary);
    font-size: 20px;
}

.section-postinganartikel .postinganartikel-content {
    display: block;
    width: 100%;
}

.section-postinganartikel .postinganartikel-content .card {
    margin: 8px 0px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px solid rgba(0, 0, 0, .125);
}

.section-postinganartikel .postinganartikel-content .card img {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 2px;
}

.section-postinganartikel .postinganartikel-content .card .date-badge-ribbon {
    position: absolute;
    top: 130px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0px -15px;
    padding: 6px 14px;
    background-color: #b2957b;
    clip-path: polygon(55% 85%, 55% 0%, 0% 82%);
    z-index: 1;
}

.section-postinganartikel .postinganartikel-content .card .date-badge {
    position: absolute;
    top: 140px;
    left: 0;
    background-color: #f2d6c2;
    color: #800000;
    font-size: 14px;
    margin: 0px -15px;
    padding: 6px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
}

.section-postinganartikel .postinganartikel-content .card .card-desc {
    padding: 10px 12px;
}

.section-postinganartikel .postinganartikel-content .card .card-desc h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.section-postinganartikel .postinganartikel-content .card .card-desc h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.section-postinganartikel .postinganartikel-content .card .card-desc h4 {
    color: #333333;
    font-size: 16px;
    padding: 2px 0px;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
}

.section-postinganartikel .postinganartikel-content .card .card-desc h4 span {
    padding: 0px 3px;
}

.section-postinganartikel .postinganartikel-content .card .card-desc h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.section-postinganartikel .postinganartikel-content .card .card-desc h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.section-postinganartikel .postinganartikel-content .card .card-desc p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

/* .section-postinganartikel .postinganartikel-content .card .card-desc button {
    border-radius: 5px;
    margin-bottom: 2px;
}

.section-postinganartikel .postinganartikel-content .card .card-desc button i {
    margin-left: 15px;
} */

.section-postinganartikel .postinganartikel-content .card .card-desc a{
    border-radius: 5px;
    margin-bottom: 2px;
}

.section-postinganartikel .postinganartikel-content .card .card-desc a i{
    margin-left: 15px;
}

.section-postinganartikel .postinganartikel-content .card .card-desc a:hover{
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

/*-------------------------------------
        9. Section-Ulasanpelanggan
--------------------------------------*/
.section-ulasanpelanggan {
    margin: 80px 0px;
    text-transform: none;
    background-color: #ffffff;
}

.section-ulasanpelanggan .section-header {
    margin-bottom: 40px;
}

.section-ulasanpelanggan .section-header h2 {
    font-size: 45px;
    display: block;
    margin: 5px 0px;
    font-weight: bold;
}

.section-ulasanpelanggan .section-header h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
}

.section-ulasanpelanggan .section-header h4 {
    margin: 5px 0px;
    font-size: 28px;
    display: block;
    font-weight: bold;
}

.section-ulasanpelanggan .section-header h5 {
    margin: 5px 0px;
    font-size: 23px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
}

.section-ulasanpelanggan .section-header h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    font-weight: 500;
}

.ulasanpelanggan-content {
    position: relative;
}

.ulasanpelanggan-content .ulasanpelanggan {
    padding: 20px 0px;
}

.ulasanpelanggan-content .testimonial-card {
    height: 28vh;
    background-color: #8b0000;
    color: #fff;
    text-align: center;
    padding: 55px 15px 30px;
    border-radius: 24px;
    position: relative;
    margin: 50px 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.ulasanpelanggan-content .testimonial-card .testimonial-photo {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
}

.ulasanpelanggan-content .testimonial-card .testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ulasanpelanggan-content .testimonial-card .testimonial-text {
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
}

.ulasanpelanggan-content .testimonial-card .testimonial-name {
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
    text-decoration: underline;
}

.ulasanpelanggan-content .custom-nav-review {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: darkred;
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1000;
}

.ulasanpelanggan-content .custom-nav-review.prev {
    left: -20px;
}

.ulasanpelanggan-content .custom-nav-review.next {
    right: -20px;
}

/*-------------------------------------
        10. Footer
--------------------------------------*/
.footer-kusumabeauty {
    padding: 60px 35px;
    text-transform: none;
    background-color: var(--theme-secondary);
    background-size: cover;
}

.footer-kusumabeauty .hm-footer-widget {
    margin-bottom: 30px;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para {
    margin-bottom: 20px;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para img{
    border-radius: 20px;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para h4 {
    color: #333333;
    margin: 5px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para h5 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: bold;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    line-height: 1.6;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para p {
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.footer-kusumabeauty .hm-footer-widget .hm-foot-para .txtavailmplace {
    color: #333333;
    font-weight: 500;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
    text-align: left;
}

.hm-footer-widget .hm-foot-menu {
    margin-bottom: 30px;
}

.hm-footer-widget .hm-foot-menu>ul>li {
    color: #333333;
    list-style: none;
    align-items: center;
    display: flex;
    padding: 5px 0px;
    text-transform: none;
}

.hm-footer-widget .hm-foot-menu>ul>li img {
    margin: 5px 0px;
    width: 35%;
}

.hm-footer-widget .hm-foot-menu>ul>li i {
    color: var(--theme-primary);
    align-items: center;
    display: flex;
    padding-right: 5px;
}

.hm-footer-widget .hm-foot-menu .title-sub {
    color: #333333;
    font-weight: bold;
    margin: 5px 0px;
    font-size: 16px;
    display: block;
}

.hm-footer-widget .hm-foot-menu h5 {
    color: #333333;
    margin: 5px 0px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 1.6;
}

.hm-footer-widget .hm-foot-menu h6 {
    color: #333333;
    margin: 5px 0px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    line-height: 1.6;
}

.hm-footer-widget .hm-foot-menu p {
    color: #333333;
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.hm-foot-title img {
    border: none;
    max-width: 70%;
    height: auto;
    margin-bottom: 5px;
}

.hm-foot-title h4 {
    margin: 5px 0px;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
}

.hm-foot-title h5 {
    margin: 5px 0px;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
}

.hm-foot-title h6 {
    margin: 5px 0px;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
}

.hm-foot-menu ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hm-foot-menu ul li a:hover {
    color: var(--theme-primary);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

/*hm-foot-email*/
.hm-foot-email {
    position: relative;
}

.foot-email-box .form-control {
    background: #fff;
    display: block;
    padding: 25px 15px;
    outline: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border: 0;
}

.foot-email-box input[type="text"] {
    font-size: 14px;
    color: #bcb7b2;
}

.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: var(--theme-primary);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-email-box .form-control:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
}

/*hm-foot-email*/

.hm-bottom-footer .txtbottomfooter {
    background-color: var(--theme-primary);
    font-size: 17px;
    padding: 20px 0px;
    color: #ffffff;
    align-items: center;
}


/*-------------------------------------
        11. Scroll Top
--------------------------------------*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #9c6868;
    background: var(--theme-tertiary);
    border: 1px solid var(--theme-tertiary);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #fff;
    color: var(--theme-primary);
    border: 1px solid var(--theme-primary);
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}


/*===============================
   Page-Contact us
===============================*/
/* SECTION CONTACT-US */
.home-aboutus-content .right-text-content {
    width: 100%;
    border-radius: 5px;
    padding: 17px 30px;
    text-transform: none;
    background-color: var(--theme-primary);
    justify-content: left;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.home-aboutus-content .right-text-content .card-contact-form {
    word-break: break-word;
}

.home-aboutus-content .right-text-content .card-contact-form .contact-form {
    margin-bottom: 15px;
}

.home-aboutus-content .right-text-content .card-contact-form h4 {
    margin: 5px 0px;
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: #fff;
}

.home-aboutus-content .right-text-content .contact-form h3 {
    font-size: 35px;
    display: block;
    margin: 1px;
    font-weight: bold;
    color: var(--theme-primary);
    font-weight: 500;
    color: #fff;
}

.home-aboutus-content .right-text-content .contact-form h6 {
    font-size: 16px;
    display: block;
    font-weight: 500;
    text-transform: lowercase;
    color: #fff;
}

.home-aboutus-content .right-text-content .contact-form h6 i {
    margin-right: 10px;
    color: #fff;
}

.home-aboutus-content .right-text-content .contact-form p {
    font-size: small;
    color: #fff;
}

.home-aboutus-content .right-text-content .card-contact-form h5 {
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 25px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.home-aboutus-content .right-text-content .txtsocial {
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 25px;
    display: block;
    font-weight: bold;
    color: #fff;
}

.home-aboutus-content .right-text-contentul li:first-child {
    margin-left: 0px;
}

.home-aboutus-content .right-text-contentul li {
    display: inline-block;
    margin-left: 10px;
}

.home-aboutus-content .right-text-contentul li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home-aboutus-content .right-text-contentul li a:hover {
    background-color: #bc9332;
    color: #333333;
}

.footer-social a i {
    align-items: center;
    text-align: center;
    font-size: 17px;
    border-radius: 100%;
    background-color: var(--theme-primary);
    color: #ffffff;
    padding: 14px 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-social i:hover {
    color: var(--theme-tertiary);
}

/*===============================
   Page-Promo
===============================*/
.page-section-promo {
    /* padding: 2vh 0vh; */
    text-transform: none;
    background-color: #ffffff;
}

.page-section-promo .header-promotions {
    padding: 40px 0px;
    background-color: #F4D6C8;
}

.page-section-promo .header-promotions h1 {
    color: var(--theme-primary);
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .header-promotions h2 {
    color: var(--theme-primary);
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .header-promotions h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.page-section-promo .header-promotions h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

.page-section-promo .header-promotions h5 {
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
	line-height: 1.6;
}

.page-section-promo .header-promotions h6 {
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
	line-height: 1.6;
}

.page-section-promo .header-promotions p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.page-section-promo .header-promotions .claimview{
    display: flex !important;
}

.page-section-promo .header-promotions .claimview img{
    cursor: pointer;
	width: 120px;    
}

.page-section-promo .header-promotions img:hover {
    border-radius: 30px;
    background-color: #c1a19f;    
}

.page-section-promo .breadcrumb-website {
    padding: 23px 0px;
    position: relative;
}

.page-section-promo .breadcrumb-website h2 {
    font-size: 24px;    
	display: block;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.page-section-promo .breadcrumb-website h2 span{
    font-weight: bold;
    padding: 0px 10px;
    color: var(--theme-primary);
}

.page-section-promo .breadcrumb-website h3 {
    font-size: 18.72px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
}

.page-section-promo .breadcrumb-website h3 span{
    font-weight: bold;
    padding: 0px 10px;
    color: var(--theme-primary);
}

.page-section-promo .breadcrumb-website h4 {
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.page-section-promo .breadcrumb-website h5 {
    font-size: 13.28px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.page-section-promo .title-page {
    position: relative;
    padding: 38px 0px;
}

.page-section-promo .title-page h1 {
    color: var(--theme-primary);
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .title-page h2 {
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .title-page .card {
    color: var(--theme-primary);
    position: relative;
    padding: 12px 0px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: var(--theme-secondary);
}

.page-section-promo .title-page .card:hover {
    color: #BB4B46;
    background-color: #DECAC1;
}

.page-section-promo .title-page .card i{
    position: relative;
    padding-right: 10px;
    color: var(--theme-primary);
    font-family: fontawesome;
}

.page-section-promo .content {
    display: contents;
    position: relative;
}

.page-section-promo .content .sidebar-filter{
    width: fit-content;
}

.page-section-promo .content .sidebar-filter .title-sidebar {
    position: relative;
    padding: 20px 0px;
}

.page-section-promo .content .sidebar-filter .title-sidebar h1 {
    color: var(--theme-primary);
    text-decoration: underline;
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .content .sidebar-filter .title-sidebar h2 {
    color: var(--theme-primary);
    text-decoration: underline;
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .content .sidebar-filter .title-sidebar h3 {
    font-size: 18.72px;
    text-decoration: underline;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.page-section-promo .content .sidebar-filter .tabs {
    display: flex;
    gap: 10px;
    cursor: pointer;
    flex-direction: column;
}

.page-section-promo .content .sidebar-filter .tabs {
    padding: 5px 0px;
    justify-content: center;
    display: flex;
    gap: 10px;
}

.page-section-promo .content .sidebar-filter .tab.active {
    background: var(--theme-primary);
    color: white;
}

.page-section-promo .content .sidebar-filter .tab.active {
    border: 2px solid var(--theme-primary);
    border-radius: 10px;
    padding: 10px 20px;
    background-color:  var(--theme-primary);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-section-promo .content .sidebar-filter .tab {
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #1A2A23;
    font-size: 18px;
   font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar {
    position: relative;
    padding: 20px 0px;
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar {
    position: relative;
    padding: 20px 0px;
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar h4 {
    color: #333333;
    font-size: 16px;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar h4:hover{
    color: var(--theme-primary);
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar h5 {
    color: #333333;
    font-size: 13.28px;
	padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar h5:hover{
    color: var(--theme-primary);
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar h6 {
    color: #333333;
    font-size: 	10.72px;
	padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.page-section-promo .content .sidebar-filter .tabs .content-sidebar h6:hover{
    color: var(--theme-primary);
}

.page-section-promo .content .kusumabeauty-content-wrapper {
    display: block;
    width: 100%;
}

.page-section-promo .content .tab-kusumabeauty-content.active {
    display: block;
}

.page-section-promo .content .tab-kusumabeauty-content {
    display: none;
}

.page-section-promo .content .card {
    margin: 8px 0px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F4D6C8;
    border: 0px solid rgba(0, 0, 0, .125);
}

.page-section-promo .content .card img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.page-section-promo .content .card h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .content .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-section-promo .content .card h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding: 2px 5px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.page-section-promo .content .card h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.page-section-promo .content .card h5 span {
    padding-left: 2px;
    font-weight: bold;
}

.page-section-promo .content .card h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.page-section-promo .content .card h6 i{
    font-family: fontawesome;
}

.page-section-promo .content .card p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.page-section-promo .content .card button {
    border-radius: 12px;
    margin-top: 12px;
    padding: 10px 0px;
}

/*===============================
   Detail-Page-Promo
===============================*/

.detail-page-promo {
    /* padding: 2vh 0vh; */
    text-transform: none;
    background-color: #ffffff;
}

.detail-page-promo .breadcrumb-website {
    padding: 23px 0px;
    position: relative;
}

.detail-page-promo .breadcrumb-website h2 {
    font-size: 24px;
    display: block;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.detail-page-promo .breadcrumb-website h2 span {
    font-weight: bold;
    padding: 0px 10px;
    color: var(--theme-primary);
}

.detail-page-promo .breadcrumb-website h3 {
    font-size: 18.72px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
}

.detail-page-promo .breadcrumb-website h3 span {
    font-weight: bold;
    padding: 0px 10px;
    color: var(--theme-primary);
}

.detail-page-promo .breadcrumb-website h4 {
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.3px;
}

.detail-page-promo .breadcrumb-website h5 {
    font-size: 13.28px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.detail-page-promo .content-detail-promo {
    position: relative;
    padding: 10px 0px;
}

.detail-page-promo .content-detail-promo h1 {
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
}

.detail-page-promo .content-detail-promo h2 {
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
}

.detail-page-promo .content-detail-promo h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    line-height: 1.6;
    font-weight: bold;
    color: var(--theme-primary);
}

.detail-page-promo .content-detail-promo h4 {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 1.6;
    display: block;
    font-weight: 500;
}

.detail-page-promo .content-detail-promo h5 {
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}

.detail-page-promo .content-detail-promo h5 span{
    color: #859F2A;
    padding-right: 5px;
    font-weight: bold;
    text-decoration: underline;
}

.detail-page-promo .content-detail-promo h6 {
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}

.detail-page-promo .content-detail-promo p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.detail-page-promo .content-detail-promo .bottom-share {
    font-size: 16px;
    font-weight: 500;
	padding: 0px 15px;
    text-align: center;
    justify-content: start;
    align-items: center;
}

.detail-page-promo .content-detail-promo .bottom-share .footer-social {
	padding: 15px 20px;
}

.detail-page-promo .content-detail-promo .card{
    color: #333333;
    position: relative;
    padding: 0px 15px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: var(--theme-secondary);
    border: 2px solid var(--theme-primary);
}

.detail-page-promo .content-detail-promo .card img{
    border: none;
    max-width: 60%;
    height: auto;
}

.detail-page-promo .content-detail-promo .card h3 {
    height: 100%;
    font-size: 18.72px;
    padding: 15px 0px;
    display: block;
    font-weight: 500;
    color: var(--theme-primary);
}

.detail-page-promo .content-detail-promo .card h4 {
    height: 100%;
    font-size: 16px;
    padding: 15px 0px;
    display: block;
    font-weight: 500;
}

.detail-page-promo .content-detail-promo .card h4 span{
    color: var(--theme-primary);
    font-weight: bold;
}

.detail-page-promo .content-detail-promo .card h5 {
    height: 100%;
    font-size: 13.28px;
    padding: 15px 0px;
    font-weight: 500;
}

.detail-page-promo .content-detail-promo .card h6 {
    height: 100%;
    font-size: 	10.72px;
    padding: 15px 0px;
    font-weight: 500;
}

.detail-page-promo .content-detail-promo .card p {
    height: 100%;
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.detail-page-promo .other-promos {
    display: block;
    padding: 20px 0px 45px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
}

.detail-page-promo .other-promos .otherpromos-content {
    position: relative;
}

.detail-page-promo .other-promos .otherpromos-content .otherpromos {
    padding: 20px 0px;
}

.detail-page-promo .other-promos h3{
    font-size: 20px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--theme-primary);
}

/* Other Promos For You */
.detail-page-promo .other-promos .card {
    margin: 8px 0px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F4D6C8;
    border: 0px solid rgba(0, 0, 0, .125);
}

.detail-page-promo .other-promos .card img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.detail-page-promo .other-promos .card h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.detail-page-promo .other-promos .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.detail-page-promo .other-promos .card h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding: 2px 5px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.detail-page-promo .other-promos .card h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.detail-page-promo .other-promos .card h5 i{
    font-family: fontawesome;
}

.detail-page-promo .other-promos .card h5 span {
    padding-left: 2px;
    font-weight: bold;
}

.detail-page-promo .other-promos .card h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.detail-page-promo .other-promos .card p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.detail-page-promo .other-promos .card button {
    border-radius: 12px;
    margin-top: 12px;
    padding: 10px 0px;
}


/*===============================
   Page-Lokasi
===============================*/
.content-page-lokasi {
    padding: 30px 0px;
    text-transform: none;
    background-image: url(../images/bg-page.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-page-lokasi .title-page {
    padding: 40px 0px;
    text-align: center;
	justify-content: center;
	align-items: center; 
	display: flex;
	flex-direction: column;
}

.content-page-lokasi .header-promotions {
    padding: 40px 0px;
    background-color: #F4D6C8;
}

.content-page-lokasi .title-page h1 {
    color: var(--theme-primary);
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-page-lokasi .title-page h2 {
    color: var(--theme-primary);
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-page-lokasi .title-page h3 {
    color: #333333;
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
}

.content-page-lokasi .title-page h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.content-page-lokasi .title-page h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-page-lokasi .title-page h6 {
    color: var(--theme-primary);
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-page-lokasi .title-page p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-page-lokasi .content-lokasi {
    position: relative;
}

.content-page-lokasi .content-lokasi .card {
    border-radius: 5px;
    padding: 0px;
    border-radius: 15px;
    background-color: #F5F5F5;
    border: 0px solid rgba(0, 0, 0, .125);
}

.content-page-lokasi .content-lokasi .card .title-card {
    height: 85px;
    border-radius: 10px 10px 0px 0px;
    padding: 15px 0px;
    margin-bottom: 10px;
    text-align: center;
	justify-content: center;
	align-items: center; 
	display: flex;
	flex-direction: column;
    background-color: var(--theme-primary);
}

.content-page-lokasi .content-lokasi .card .title-card h2 {
    color: white;
    font-size: 24px;    
	display: block;
    font-weight: bold;
}

.content-page-lokasi .content-lokasi .card .title-card h3 {
    color: white;
    font-size: 18.72px;
    display: block;
    font-weight: bold;
}

.content-page-lokasi .content-lokasi .card .title-card h4 {
    color: white;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-page-lokasi .content-lokasi .card .title-card h5 {
    color: white;
    font-size: 13.28px;
    font-weight: 500;
}

.content-page-lokasi .content-lokasi .card .title-card h6 {
    color: white;
    font-size: 	10.72px;
    font-weight: 500;
}

.content-page-lokasi .content-lokasi .card .content-card {
    height: 110px;
    padding: 0px 15px;
    text-align: center;
	justify-content: center;
	align-items: center; 
	display: flex;
	flex-direction: column;
}

.content-page-lokasi .content-lokasi .card .content-card h2 {
    font-size: 24px;    
	display: block;
    font-weight: bold;
}

.content-page-lokasi .content-lokasi .card .content-card h3 {
    font-size: 18.72px;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-page-lokasi .content-lokasi .card .content-card h4 {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-page-lokasi .content-lokasi .card .content-card h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.content-page-lokasi .content-lokasi .card .content-card h6 {
    font-size: 	10.72px;
    font-weight: 500;
}

.content-page-lokasi .content-lokasi .card .btn-primary-outline {
    margin: 3px 15px;
    background-color: transparent;
    color: var(--theme-primary);
    border: 2px solid var(--theme-primary);
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content-page-lokasi .content-lokasi .card .btn-primary-outline i{
    padding: 0px 5px;
    font-family: fontawesome;
}
  
.content-page-lokasi .content-lokasi .card .btn-primary-outline:hover {
    background-color: var(--theme-primary);
    color: #fff;
}



/*===============================
   Page-Artikel
===============================*/
.content-page-artikel {
    padding: 30px 0px;
    text-transform: none;
    background-image: url(../images/bg-page.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-page-artikel .title-page {
    padding: 40px 0px;
    text-align: center;
	justify-content: center;
	align-items: center; 
	display: flex;
	flex-direction: column;
}

.content-page-artikel .header-promotions {
    padding: 40px 0px;
    background-color: #F4D6C8;
}

.content-page-artikel .title-page h1 {
    color: var(--theme-primary);
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-page-artikel .title-page h2 {
    color: var(--theme-primary);
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-page-artikel .title-page h3 {
    color: #333333;
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
}

.content-page-artikel .title-page h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.content-page-artikel .title-page h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-page-artikel .title-page h6 {
    color: var(--theme-primary);
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-page-artikel .title-page p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-page-artikel .content-artikel {
    position: relative;
}

.content-page-artikel .content-artikel .card {
    margin: 8px 0px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px solid rgba(0, 0, 0, .125);
}

.content-page-artikel .content-artikel .card img {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 2px;
}

.content-page-artikel .content-artikel .card .date-badge-ribbon {
    position: absolute;
    top: 130px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0px -15px;
    padding: 6px 14px;
    background-color: #b2957b;
    clip-path: polygon(55% 85%, 55% 0%, 0% 82%);
    z-index: 1;
}

.content-page-artikel .content-artikel .card .date-badge {
    position: absolute;
    top: 140px;
    left: 0;
    background-color: #f2d6c2;
    color: #800000;
    font-size: 14px;
    margin: 0px -15px;
    padding: 6px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
}

.content-page-artikel .content-artikel .card .card-desc {
    padding: 10px 12px;
}

.content-page-artikel .content-artikel .card .card-desc h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.content-page-artikel .content-artikel .card .card-desc h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.content-page-artikel .content-artikel .card .card-desc h4 {
    color: #333333;
    font-size: 16px;
    padding: 2px 0px;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
}

.content-page-artikel .content-artikel .card .card-desc h4 span {
    padding: 0px 3px;
}

.content-page-artikel .content-artikel .card .card-desc h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.content-page-artikel .content-artikel .card .card-desc h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.content-page-artikel .content-artikel .card .card-desc p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.content-page-artikel .content-artikel .card .card-desc a{
    border-radius: 5px;
    margin-bottom: 2px;
}

.content-page-artikel .content-artikel .card .card-desc a i{
    margin-left: 15px;
}

.content-page-artikel .content-artikel .card .card-desc a:hover{
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

.content-page-artikel .content-artikel .card .card-desc a{
    border-radius: 5px;
    margin-bottom: 2px;
}

.content-page-artikel .content-artikel .card .card-desc a i {
    margin-left: 15px;
}

.content-page-artikel .content-artikel .card .btn {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

.content-page-artikel .content-artikel .card .btn-primary {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

/*===============================
   Detail-Artikel
===============================*/
.content-detail {
    position: relative;
    text-transform: none;
    background-color: #ffffff;
}

.content-detail .breadcrumb-website {
    padding: 23px 0px;
    position: relative;
}

.content-detail .breadcrumb-website h2 {
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: 500;
}

.content-detail .breadcrumb-website h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    color: var(--theme-primary);
}

.content-detail .breadcrumb-website h3 span{
    font-weight: bold;
    padding: 0px 10px;
    color: var(--theme-primary);
}

.content-detail .breadcrumb-website h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.content-detail .breadcrumb-website h5 {
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-detail .breadcrumb-website h6 {
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-detail .breadcrumb-website p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-detail .content-detail-artikel {
    position: relative;
    line-height: 1.6;
}

.content-detail .content-detail-artikel .title-artikel{
    color: var(--theme-primary);
    font-size: 36px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-detail .content-detail-artikel .tgl-artikel{
    color: #B38D7B;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.content-detail .content-detail-artikel .tgl-artikel span{
    font-weight: bold;
    text-decoration: underline;
}

.content-detail .content-detail-artikel .bg-image-artikel{
    margin: 15px 0px;
    text-align: center;
	justify-content: center;
	align-items: center; 
	display: flex;
	flex-direction: column;
}

.content-detail .content-detail-artikel .bg-image-artikel img{
    border: none;
    max-width: 100%;
    height: auto;
}

.content-detail .content-detail-artikel h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
    line-height: 1.6;
}

.content-detail .content-detail-artikel h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    line-height: 1.6;
}

.content-detail .content-detail-artikel h5 {
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}

.content-detail .content-detail-artikel h6 {
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}

.content-detail .content-detail-artikel p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
    line-height: 1.6;
}

.content-detail .other-artikel {
    display: block;
    padding: 20px 0px 45px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
}

.content-detail .other-artikel h2 {
    color: var(--theme-primary);
    font-size: 24px;    
	display: block;
    padding-bottom: 20px;
    font-weight: bold;
}

.content-detail .other-artikel h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-detail .other-artikel h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    font-weight: bold;
}

.content-detail .other-artikel h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
	padding-bottom: 20px;
    font-weight: 500;
}

.content-detail .other-artikel .card {
    margin: 8px 0px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0px solid rgba(0, 0, 0, .125);
}

.content-detail .other-artikel .card img {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 2px;
}

.content-detail .other-artikel .card .date-badge-ribbon {
    position: absolute;
    top: 130px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0px -15px;
    padding: 6px 14px;
    background-color: #b2957b;
    clip-path: polygon(55% 85%, 55% 0%, 0% 82%);
    z-index: 1;
}

.content-detail .other-artikel .card .date-badge {
    position: absolute;
    top: 140px;
    left: 0;
    background-color: #f2d6c2;
    color: #800000;
    font-size: 14px;
    margin: 0px -15px;
    padding: 6px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
}

.content-detail .other-artikel .card .card-desc {
    padding: 10px 12px;
}

.content-detail .other-artikel .card .card-desc h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.content-detail .other-artikel .card .card-desc h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 0px;
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.content-detail .other-artikel .card .card-desc h4 {
    color: #333333;
    font-size: 16px;
    padding: 2px 0px;
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
}

.content-detail .other-artikel .card .card-desc h4 span {
    padding: 0px 3px;
}

.content-detail .other-artikel .card .card-desc h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.content-detail .other-artikel .card .card-desc h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 0px;
    margin-bottom: 5px;
    font-weight: 500;
}

.content-detail .other-artikel .card .card-desc p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.content-detail .other-artikel .card .card-desc a {
    border-radius: 5px;
    margin-bottom: 2px;
}

.content-detail .other-artikel .card .card-desc a i {
    margin-left: 15px;
}

.content-detail .other-artikel .card .card-desc a:hover {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

.content-detail .other-artikel .card .card-desc a {
    border-radius: 5px;
    margin-bottom: 2px;
}

.content-detail .other-artikel .card .card-desc a i {
    margin-left: 15px;
}

.content-detail .other-artikel .card .btn {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

.content-detail .other-artikel .card .btn-primary {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: .375rem .75rem;
}

/*===============================
   Page-Tentang Kami
===============================*/
.content-tentangkami {
    padding: 50px 0px;
    text-transform: none;
    background-image: url(../images/bg-page.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-tentangkami .bg-img-tentangkami {
    height: fit-content;
    position: relative;
    text-align: left;
    /* overflow: hidden; */
    overflow: visible;
}

.content-tentangkami .bg-img-tentangkami img {
    width: 100%;
}

.content-tentangkami .bgkisah {
    border-radius: 5px;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px 25px;
    background-color: var(--theme-primary);
}

.content-tentangkami .bgkisah h2 {
    color: white;
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-tentangkami .bgkisah h3 {
    color: white;
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-tentangkami .bgkisah h4 {
    color: white;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-tentangkami h1 {
    color: var(--theme-primary);
    font-size: 32px;    
    padding: 10px 0px;
	display: block;
    font-weight: bold;
}

.content-tentangkami h2 {
    color: var(--theme-primary);
    padding: 10px 0px;
    font-size: 24px;    
	display: block;
    font-weight: bold;
}

.content-tentangkami h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    display: block;
    font-weight: bold;
}

.content-tentangkami h4 {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-tentangkami h5 {
    color: white;
    font-size: 13.28px;
    font-weight: 500;
}

.content-tentangkami h6 {
    font-size: 	10.72px;
    font-weight: 500;
}

.content-tentangkami p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-tentangkami .other-reward {
    display: block;
    padding: 20px 0px 20px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
    text-align: center;
}

.content-tentangkami .other-reward h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 15px 0px;
    font-weight: bold;
    justify-content: left;
    text-align: left;
    display: flex;
}

.content-tentangkami .other-reward h3 {
    font-size: 18.72px;
    display: block;
    padding: 15px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-tentangkami .other-reward h4 {
    color: #333333;
    font-size: 16px;
    padding: 15px 0px;
    display: block;
    font-weight: 500;
}

.content-tentangkami .other-reward h5 {
    font-size: 13.28px;
	padding: 15px 0px;
    font-weight: 500;
}

.content-tentangkami .other-reward h6 {
    font-size: 	10.72px;
	padding: 15px 0px;
    font-weight: 500;
}

.content-tentangkami .other-drlist {
    display: block;
    padding: 20px 0px 45px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
    text-align: center;
}

.content-tentangkami .other-drlist h2 {
    height: 75px;
    color: var(--theme-primary);
    font-size: 24px;
    display: block;
    font-weight: bold;
    justify-content: left;
    text-align: left;
    display: flex;
}

.content-tentangkami .other-drlist h3 {
    height: 75px;
    font-size: 18.72px;
    display: block;
    font-weight: bold;
    color: var(--theme-primary);
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.content-tentangkami .other-drlist h4 {
    height: 55px;
    color: #333333;
    font-size: 16px;
    display: block;
    font-weight: 500;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.content-tentangkami .other-drlist h5 {
    height: 55px;
    font-size: 13.28px;
    font-weight: 500;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.content-tentangkami .other-drlist h6 {
    height: 55px;
    font-size: 	10.72px;
    font-weight: 500;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.content-tentangkami .other-drlist a {
    padding: 5px 20px;
    border-radius: 5px;
}

.content-tentangkami .other-drlist a i {
    margin-right: 10px;
}

.content-tentangkami .other-drlist a:hover {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: 5px 20px;
}

.content-tentangkami .other-drlist .detail-dokter {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.content-tentangkami .other-drlist .detail-dokter:hover{
    color: var(--theme-primary);
}


/*===============================
   Detail-Dokter
===============================*/
.content-detaildokter {
    padding: 60px 0px;
    text-transform: none;
    background-image: url(../images/bg-page.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-detaildokter .bg-img-detaildokter {
    height: fit-content;
    position: relative;
    text-align: left;
    /* overflow: hidden; */
    overflow: visible;
}

.content-detaildokter .bg-img-detaildokter img {
    width: 100%;
}

.content-detaildokter .bgkisah {
    border-radius: 5px;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px 25px;
    background-color: var(--theme-primary);
}

.content-detaildokter .bgkisah h2 {
    color: white;
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-detaildokter .bgkisah h3 {
    color: white;
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-detaildokter .bgkisah h4 {
    color: white;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-detaildokter h1 {
    color: var(--theme-primary);
    font-size: 32px;    
    padding: 10px 0px;
	display: block;
    font-weight: bold;
}

.content-detaildokter h2 {
    color: var(--theme-primary);
    padding: 10px 0px;
    font-size: 24px;    
	display: block;
    font-weight: bold;
}

.content-detaildokter h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    display: block;
    font-weight: bold;
}

.content-detaildokter h4 {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-detaildokter h5 {
    color: white;
    font-size: 13.28px;
    font-weight: 500;
}

.content-detaildokter h6 {
    font-size: 	10.72px;
    font-weight: 500;
}

.content-detaildokter p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-detaildokter .other-reward {
    display: block;
    padding: 20px 0px 20px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
    text-align: center;
}

.content-detaildokter .other-reward h2 {
    color: var(--theme-primary);
    font-size: 24px;
    display: block;
    padding: 15px 0px;
    font-weight: bold;
    justify-content: left;
    text-align: left;
    display: flex;
}

.content-detaildokter .other-reward h3 {
    font-size: 18.72px;
    display: block;
    padding: 15px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-detaildokter .other-reward h4 {
    color: #333333;
    font-size: 16px;
    padding: 15px 0px;
    display: block;
    font-weight: 500;
}

.content-detaildokter .other-reward h5 {
    font-size: 13.28px;
	padding: 15px 0px;
    font-weight: 500;
}

.content-detaildokter .other-reward h6 {
    font-size: 	10.72px;
	padding: 15px 0px;
    font-weight: 500;
}

.content-detaildokter .other-reward .list-reward {
    text-align: left;
}

.content-detaildokter .other-reward .list-reward h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

/*===============================
   Page-Karir
===============================*/
.content-page-karir {
    padding: 50px 0px;
    text-transform: none;
    background-image: url(../images/bg-page.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-page-karir .title-page {
    padding: 40px 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.content-page-karir .title-page h1 {
    color: var(--theme-primary);
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-page-karir .title-page h2 {
    color: var(--theme-primary);
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-page-karir .title-page h3 {
    color: #333333;
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
}

.content-page-karir .title-page h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.content-page-karir .title-page h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-page-karir .title-page h6 {
    color: var(--theme-primary);
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
}

.content-page-karir .title-page p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-page-karir .content-karir {
    position: relative;
}

.content-page-karir .content-karir .card {
    flex-direction: row;
    border-radius: 10px;
    padding: 7px 5px;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(156, 156, 156, 0.125);
}

.content-page-karir .content-karir .card img {
    border-radius: 12px ;
    max-width: 100%;
}

.content-page-karir .content-karir .card h1 {
    font-size: 32px;    
	display: block;
    padding: 10px 0px;
    font-weight: bold;
}

.content-page-karir .content-karir .card h2 {
    font-size: 24px;    
	display: block;
    padding: 10px 0px;
    font-weight: bold;
}

.content-page-karir .content-karir .card h3 {
    font-size: 18.72px;
    display: block;
    padding: 10px 0px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-page-karir .content-karir .card h4 {
    color: #333333;
    margin-bottom: 7px;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-page-karir .content-karir .card h5 {
    color: #333333;
    font-size: 13.28px;
    font-weight: 500;
}

.content-page-karir .content-karir .card h6 {
    color: #333333;
    margin-bottom: 2px;
    font-size: 	10.72px;
    font-weight: 500;
}

.content-page-karir .content-karir .card .lihat-lowongan {
    color: var(--theme-primary);
    font-size: 13.28px;
    font-weight: bold;
}

.content-page-karir .content-karir .card .lihat-lowongan:hover {
    color: #B8514C;
}

/*===============================
   Detail-Karir
===============================*/
.content-detailkarir {
    padding: 60px 0px;
    text-transform: none;
    background-image: url(../images/bg-page.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-detailkarir .bg-img-detaildokter {
    height: fit-content;
    position: relative;
    text-align: left;
    /* overflow: hidden; */
    overflow: visible;
}

.content-detailkarir .bg-img-detaildokter img {
    width: 100%;
}

.content-detailkarir .bgkisah {
    border-radius: 5px;
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 10px 25px;
    background-color: var(--theme-primary);
}

.content-detailkarir .bgkisah h2 {
    color: white;
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.content-detailkarir .bgkisah h3 {
    color: white;
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.content-detailkarir .bgkisah h4 {
    color: white;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-detailkarir h1 {
    color: var(--theme-primary);
    font-size: 32px;    
    padding: 10px 0px;
	display: block;
    font-weight: bold;
}

.content-detailkarir h2 {
    color: var(--theme-primary);
    padding: 10px 0px;
    font-size: 24px;    
	display: block;
    font-weight: bold;
}

.content-detailkarir h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    display: block;
    font-weight: bold;
}

.content-detailkarir h4 {
    font-size: 16px;
    display: block;
    font-weight: bold;
}

.content-detailkarir h5 {
    color: white;
    font-size: 13.28px;
    font-weight: 500;
}

.content-detailkarir h6 {
    font-size: 	10.72px;
    font-weight: 500;
}

.content-detailkarir p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.content-detailkarir .list-detail-karir h4 {
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
}

.content-detailkarir .list-detail-karir .copy-container {
    display: inline-flex;
    align-items: center;
    font-family: sans-serif;
    color: #881010; /* warna merah sesuai gambar */
    position: relative;
}

.content-detailkarir .list-detail-karir .copy-icon {
    cursor: pointer;
    margin-left: 8px;
    background-color: #881010;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.content-detailkarir .list-detail-karir .tooltip {
    position: absolute;
    top: -30px;
    left: 0;
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.content-detailkarir .list-detail-karir .copy-container.show-tooltip .tooltip {
    opacity: 1;
}

/*===============================
   Lihat Semua Treament
===============================*/
.lihatsemua-treatment {
    text-transform: none;
    position: relative;
}

.lihatsemua-treatment .content-lihatsemua-treatment{
    padding: 5px 0px 25px 0px;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page {
    padding: 40px 0px;
    text-align: center;
	justify-content: center;
	align-items: center; 
	display: flex;
	flex-direction: column;
}

.lihatsemua-treatment .content-lihatsemua-treatment .header-promotions {
    padding: 40px 0px;
    background-color: #F4D6C8;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page h1 {
    color: var(--theme-primary);
    font-size: 32px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 1.6;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page h2 {
    color: var(--theme-primary);
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 1.6;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.6;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page h4 {
    color:#333333;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page h5 {
    color:#333333;
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page h6 {
    color: var(--theme-primary);
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1.6;
}

.lihatsemua-treatment .content-lihatsemua-treatment .title-page p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment {
    position: relative;
    margin-bottom: 25px;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card {
    flex-direction: row;
    border-radius: 10px;
    padding: 7px 5px;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(156, 156, 156, 0.125);
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card img {
    border-radius: 12px ;
    max-width: 100%;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card h1 {
    font-size: 32px;    
	display: block;
    padding: 10px 0px;
    font-weight: bold;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card h2 {
    font-size: 24px;    
	display: block;
    padding: 10px 0px;
    font-weight: bold;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    display: block;
    padding: 10px 0px;
    font-weight: bold;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card h4 {
    color: #333333;
    margin-bottom: 2px;
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card h5 {
    color: #333333;
    font-size: 13.28px;
    font-weight: 500;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card h6 {
    color: #333333;
    margin-bottom: 2px;
    font-size: 	10.72px;
    font-weight: 500;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card .lihat-treatment {
    width: 100%;
    color: var(--theme-primary);
    font-size: 13.28px;
    font-weight: bold;
    justify-content: end;
    align-items: center;
    display: flex;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card .lihat-treatment i{
    padding-left: 10px;
}

.lihatsemua-treatment .content-lihatsemua-treatment .content-all-treatment .card .lihat-treatment:hover {
    color: #B8514C;
}

.lihatsemua-treatment .lihatsemua-other-promos {
    display: block;
    padding: 20px 0px 10px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
}

.lihatsemua-treatment .lihatsemua-other-promos .promoalltreatment-content {
    position: relative;
}

.lihatsemua-treatment .lihatsemua-other-promos .promoalltreatment {
    padding: 20px 0px;
}

.lihatsemua-treatment .lihatsemua-other-promos h3{
    font-size: 20px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--theme-primary);
}

/* Other Promos For You */
.lihatsemua-treatment .lihatsemua-other-promos .card {
    margin: 8px 0px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F4D6C8;
    border: 0px solid rgba(0, 0, 0, .125);
}

.lihatsemua-treatment .lihatsemua-other-promos .card img {
    border-radius: 15px;
}

.lihatsemua-treatment .lihatsemua-other-promos .card h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.lihatsemua-treatment .lihatsemua-other-promos .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.lihatsemua-treatment .lihatsemua-other-promos .card h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding: 2px 5px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.lihatsemua-treatment .lihatsemua-other-promos .card h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.lihatsemua-treatment .lihatsemua-other-promos .card h5 span {
    padding-left: 2px;
    font-weight: bold;
}

.lihatsemua-treatment .lihatsemua-other-promos .card h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.lihatsemua-treatment .lihatsemua-other-promos .card p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

/*===============================
   Detail-Treament
===============================*/
.detail-treatment {
    position: relative;
    text-transform: none;
}

.detail-treatment .content-detail-treatment {
    padding: 5px 0px 25px 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.detail-treatment .content-detail-treatment .title-page {
    padding: 40px 0px;
    text-align: center;
    justify-content: center;
    align-items: center; 
    display: flex;
    flex-direction: column;
}

.detail-treatment .content-detail-treatment .header-promotions {
    padding: 40px 0px;
    background-color: #F4D6C8;
}

.detail-treatment .content-detail-treatment .title-page h1 {
    color: var(--theme-primary);
    font-size: 32px;    
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 1.6;
    text-transform: uppercase;
}

.detail-treatment .content-detail-treatment .title-page h2 {
    color: var(--theme-primary);
    font-size: 24px;    
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 1.6;
    text-transform: uppercase;
}

.detail-treatment .content-detail-treatment .title-page h3 {
    color: var(--theme-primary);
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: left;
}

.detail-treatment .content-detail-treatment .title-page h4 {
    color:#333333;
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.5;
    text-align: left;
}

.detail-treatment .content-detail-treatment .title-page h5 {
    color:#333333;
    font-size: 13.28px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.detail-treatment .content-detail-treatment .title-page h5 ol {
    padding-left: 15px;
}

.detail-treatment .content-detail-treatment .title-page h5 ol li {
    padding-left: 15px;
}

.detail-treatment .content-detail-treatment .title-page h6 {
    color: var(--theme-primary);
    font-size: 	10.72px;
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 1.6;
}

.detail-treatment .content-detail-treatment .title-page p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.detail-treatment .content-detail-treatment a {
    padding: 10px 20px;
    border-radius: 5px;
}

.detail-treatment .content-detail-treatment a i {
    margin-right: 10px;
}

.detail-treatment .content-detail-treatment a:hover {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: 10px 20px;
}

.detail-treatment .konsultasidokter {
    border-radius: 15px;
    border: 3px solid #EFF9FA;
    margin-bottom: 50px;
    padding: 30px;
    background-image: url('/assets/images/img-konsultasi.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.detail-treatment .konsultasidokter .titlekonsul{
    position: relative;
}

.detail-treatment .konsultasidokter .titlekonsul h2 {
    font-size: 24px;    
	display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.detail-treatment .konsultasidokter .titlekonsul h3 {
    font-size: 18.72px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--theme-primary);
}

.detail-treatment .konsultasidokter .titlekonsul h4 {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

.detail-treatment .konsultasidokter .desckonsul{
    position: relative;
}

.detail-treatment .konsultasidokter .desckonsul h5 {
    font-size: 13.28px;
	padding-bottom: 10px;
    font-weight: 500;
}

.detail-treatment .konsultasidokter .desckonsul h6 {
    font-size: 	10.72px;
	padding-bottom: 10px;
    font-weight: 500;
}

.detail-treatment .konsultasidokter .desckonsul p {
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 1.6;
}

.detail-treatment .konsultasidokter .sectionbtnkonsul {
    padding: 10px 10px;
    border-radius: 5px;
}

.detail-treatment .konsultasidokter .sectionbtnkonsul a {
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: 10px 20px;
}

.detail-treatment .konsultasidokter .sectionbtnkonsul a i {
    margin-right: 10px;
}

.detail-treatment .konsultasidokter .sectionbtnkonsul a:hover {
    border-radius: 23px;
    border: 1px solid transparent;
    background-color: #A8322D;
    padding: 10px 20px;
}

.detail-treatment .detail-other-promos {
    display: block;
    padding: 20px 0px 10px 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: var(--theme-primary);
}

.detail-treatment .detail-other-promos .promoalltreatment-content {
    position: relative;
}

.detail-treatment .detail-other-promos .promoalltreatment {
    padding: 20px 0px;
}

.detail-treatment .detail-other-promos h3{
    font-size: 20px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--theme-primary);
}

/* Other Promos For You */
.detail-treatment .detail-other-promos .card {
    margin: 8px 0px;
    padding: 10px;
    border-radius: 15px;
    background-color: #F4D6C8;
    border: 0px solid rgba(0, 0, 0, .125);
}

.detail-treatment .detail-other-promos .card img {
    border-radius: 15px;
}

.detail-treatment .detail-other-promos .card h2 {
    color: var(--theme-primary);
    font-size: 24px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.detail-treatment .detail-other-promos .card h3 {
    color: var(--theme-primary);
    font-size: 18.72px;
    padding: 2px 5px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.detail-treatment .detail-other-promos .card h4 {
    color: var(--theme-primary);
    font-size: 16px;
    padding: 2px 5px;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
}

.detail-treatment .detail-other-promos .card h5 {
    color: var(--theme-primary);
    font-size: 13.28px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.detail-treatment .detail-other-promos .card h5 span {
    padding-left: 2px;
    font-weight: bold;
}

.detail-treatment .detail-other-promos .card h6 {
    color: var(--theme-primary);
    font-size: 10.72px;
    padding: 2px 5px;
    padding-bottom: 10px;
    font-weight: 500;
}

.detail-treatment .detail-other-promos .card p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.6;
}



/*-------------------------------------
        **. Features
--------------------------------------*/
.feature {
    padding: 110px 0 0px;
}

.feature-content,
.article-content {
    margin-top: 75px;
}

.single-feature,
.single-article {
    margin-bottom: 30px;
}

/*.single-feature-txt */
.single-feature-txt,
.single-article-txt {
    margin-top: 20px;
}

.single-feature-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

span.spacial-feature-icon i {
    color: #a9a9a9;
}

span.feature-review {
    margin-left: 10px;
}

.single-feature-txt p {
    font-size: 14px;
}

.single-feature-txt h3 a,
.single-article-txt h2 a {
    color: #5f5b57;
    margin: 10px 0px 15px;
}

.single-feature-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

/*.single-feature-txt */

/*======= MODAL =======*/
#myModal,
#modalForm {
  display: none;
}

/* MODAL-LOKASI */
.modal-lokasi {
    display: none;
    position: fixed;
    overflow: visible;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Aktifkan modal */
.modal-lokasi.active {
    display: flex;
}

/* Modal Content */
.modal-lokasi .modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    width: 90%;
    max-width: 550px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Modal Header */
.modal-lokasi .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Garis pemisah */
.modal-lokasi hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

/* Tombol close */
.modal-lokasi .modal-content .close1 {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Body */
.modal-lokasi .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-lokasi .modal-body img {
    border: none;
    max-width: 90%;
    height: auto;
}

/* Konten Quickview */
.modal-lokasi .quickview-modal-content {
    margin: 10px 0px;
    text-align: left;
    align-items: center;
}

.modal-lokasi .quickview-modal-content h4,
.modal-lokasi .quickview-modal-content h5,
.modal-lokasi .quickview-modal-content h6 {
    margin: 5px 0px;
    font-weight: bold;
}

.modal-lokasi .quickview-modal-content h4 {
    font-size: 21px;
}

.modal-lokasi .quickview-modal-content h5 {
    font-size: 18px;
}

.modal-lokasi .quickview-modal-content h6 {
    font-size: 15px;
}

.modal-lokasi .quickview-modal-content p {
    font-size: small;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

/* Region Toggle */
.modal-lokasi .region {
    margin-bottom: 10px;
}

.modal-lokasi .region-label {
    font-weight: bold;
    color: #8B0000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-lokasi .region-options {
    margin-top: 5px;
    padding-left: 15px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.modal-lokasi .region-options.show {
    display: block;
}

.modal-lokasi .region-options label {
    display: block;
    margin: 8px 4px;
    cursor: pointer;
    text-align: left;
}

.modal-lokasi .region-options label input {
    margin: 0px 10px;
}

/* Animasi fadeIn */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Arrow */
.modal-lokasi .arrow {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.modal-lokasi .arrow.down {
    transform: rotate(180deg);
}

/* MODAL-CLAIM YOUR SPECIAL OFFER */
.modal-claim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Modal Content */
.modal-claim .modal-content {
    background-color: #fcd7c3;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

/* Modal Header */
.modal-claim .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-bottom: none;
    justify-content: center;
}

.modal-claim .modal-header .close2 {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

/* Modal Title */
.modal-claim .modal-header h2 {
    color: var(--theme-primary);
    max-width: fit-content;
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

/* Modal Body */
.modal-claim .modal-body {
    margin-top: 0px;
    padding: 0px;
}

.modal-claim .modal-body p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #333;
    text-transform: none;
}

.modal-claim .modal-body input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
}

.modal-claim .modal-body button.submit-btn {
    width: 100%;
    background-color: #8B0000;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}



/*======= start owl-carousel =======*/
.carousel-action .owl-dots {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    background-color: #BB4B46;
    border-color: #BB4B46;
}

.carousel-action .owl-dots div.active {
    background-color: var(--theme-primary);
    border-color: #BB4B46;
}

.carousel-action .owl-dots div {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid rgba(19, 41, 104, 0.1);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 2px;
}


@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}

/*=== RESPONSIVE SCREEN SIZE SETTINGS TAB/IPAD ===*/
@media (max-width: 1366px) {
    .custom-nav-review {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: darkred;
        cursor: pointer;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .custom-nav-review.prev {
        left: -20px;
    }

    .custom-nav-review.next {
        right: -20px;
    }

    .footer-kusumabeauty {
        padding: 45px 0px 10px 0px;
        background-color: var(--theme-secondary);
        background-size: cover;
    }

}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 10px 0px;
    }

    .footer-kusumabeauty {
        padding: 45px 0px 10px 0px;
        background-color: var(--theme-secondary);
        background-size: cover;
    }

    .home-aboutus-content .page-scroll {
        width: 100%;
        margin: 0px 65px;
        /* overflow: hidden; */
        overflow: visible;
        display: inline-block;
    }

    .custom-nav-review {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: darkred;
        cursor: pointer;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .custom-nav-review.prev {
        left: -20px;
    }

    .custom-nav-review.next {
        right: -20px;
    }

}

/*=== RESPONSIVE SCREEN SIZE SETTINGS MOBILE ===*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 10px 0px;
    }

    .footer-kusumabeauty {
        padding: 45px 0px 10px 0px;
        background-color: var(--theme-secondary);
        background-size: cover;
    }

    .home-aboutus-content .page-scroll {
        width: 100%;
        margin: 0px 65px;
        /* overflow: hidden; */
        overflow: visible;
        display: inline-block;
    }

    .custom-nav-review {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: darkred;
        cursor: pointer;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .custom-nav-review.prev {
        left: -20px;
    }

    .custom-nav-review.next {
        right: -20px;
    }

    .modal-claim .modal-header h2 {
        max-width: fit-content;
    }

    .modal-claim .modal-header .close2 {
        font-size: 20px;
        font-weight: bold;
        background-color: red;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }

    /* .modal-claim {
        display: none;
        position: fixed;
        overflow: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    
    .modal-claim .modal-content {
        background-color: #f3d3c2;
        padding: 40px 25px;
        border-radius: 15px;
        max-width: 80%;
        text-align: center;
        position: relative;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    } */

}

/*=== RESPONSIVE SCREEN SIZE SETTINGS MOBILE ===*/
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 10px 0px;
    }

    .footer-kusumabeauty {
        padding: 45px 0px 10px 0px;
        background-color: var(--theme-secondary);
        background-size: cover;
    }

    .home-aboutus-content .page-scroll {
        width: 100%;
        margin: -35px 0px;
        /* overflow: hidden; */
        overflow: visible;
        display: inline-block;
    }

    .custom-nav-review {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: darkred;
        cursor: pointer;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .custom-nav-review.prev {
        left: -20px;
    }

    .custom-nav-review.next {
        right: -20px;
    }

    .modal-claim .modal-header h2 {
        max-width: fit-content;
    }

    .modal-claim .modal-header .close2 {
        font-size: 20px;
        font-weight: bold;
        background-color: red;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }

    /* .modal-claim {
        display: none;
        position: fixed;
        overflow: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }
    
    .modal-claim .modal-content {
        background-color: #f3d3c2;
        padding: 40px 25px;
        border-radius: 15px;
        max-width: 80%;
        text-align: center;
        position: relative;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    } */

}

/*================= Thank you =================*/