@font-face {
    font-family: 'optima-bold';
    font-display: swap;
    src: url('../fonts/optima-bold-webfont.eot');
    src: url('../fonts/optima-bold-webfont.eot?#iefix') format('eot'), url('../fonts/optima-bold-webfont.svg') format('svg'), url('../fonts/Optima-Bold.woff') format('woff'), url('../fonts/Optima_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'optima-regular';
    src: url('../fonts/OPTIMALTSTD.eot');
    src: url('../fonts/OPTIMALTSTD.ttf') format('truetype'), url('../fonts/OPTIMALTSTD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'poppins-regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/OPTIMALTSTD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-display: swap;
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/OPTIMALTSTD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'poppins-lighter';
    src: url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/OPTIMALTSTD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #FFF7F5;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-family: 'poppins-regular';
}

.ffffff-bg{
    background-color: #fff;
}

.fafafa-bg{
    background-color: #fafafa;
}

.softpurple-bg{
    background-color: #FCF2FB;
}

h1,
h2,
h3 {
    color: #A03195;
    margin-bottom: 20px;
    font-family: 'poppins-bold';
}

.no-pad {
    padding: 0px;
}

.login-wrapper {
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

.login-wrapper a {
    color: #A03195;
    font-family: 'optima-bold';
}

.lang-index {
    margin-left: 10px;
}

.login-wrapper img {
    width: 20px;
}

.search-wrapper .search-form {
    margin-top: 15px;
}

.btn-outline-secondary {
    border-color: #CCC
}

#mainNavbar {
    margin-top: 20px;
}

#mainNavbar a {
    font-family: 'optima-bold';
    color: #A03195;
}

#mainNavbar .navbar-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#mainNavbar .navbar-nav .nav-item {
    display: table-cell;
}

#mainNavbar .navbar-nav .nav-item .nav-link {
    text-align: center;
}



.featured-menu {
    height: 139px;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20); */
}

.featured-menu .row {
    height: 100%;
}

.featured-menu a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
}

.featured-menu .item-menu {
    background-color: #A03195;
    transition: all 0.3s
}

.featured-menu .item-menu:after {
    content: "";
    width: 2px;
    border-right: 1px dashed #FFF;
    height: 80%;
    position: absolute;
    top: 20px;
    right: 0px;
}

.featured-menu .item-menu:last-child:after {
    content: "";
    width: 0px;
    border-right: 0px dashed #FFF;
}

.featured-menu .item-menu img {
    display: block;
    align-self: center;
    margin-bottom: 10px;
}

.featured-menu .item-menu a:hover {
    text-decoration: none;
}

.featured-menu .item-menu:hover {
    background-color: rgba(160, 49, 149, 0.7)
}

.main-category {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
}

.main-category .icon-category-name {
    position: absolute;
    left: 50%;
    bottom: 15%;
    width: 54%;
    transform: translate(-50%, -50%)
}

.main-category .icon-category-name-kehamilan {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 56%;
    transform: translate(-50%, -50%)
}

.main-category .icon-category-ico {
    position: absolute;
    left: 50%;
    bottom: 25%;
    width: 21%;
    transform: translate(-50%, -50%)
}

.main-category .icon-category-kehamilan {
    position: absolute;
    left: 50%;
    bottom: 25%;
    width: 10.3%;
    transform: translate(-50%, -50%)
}

.main-category .icon-category-menyusui {
    position: absolute;
    left: 50%;
    bottom: 25%;
    width: 17%;
    transform: translate(-50%, -50%)
}

.main-category .period-category .category-1 {
    background-color: #89b093;
    color: #FFF;
}

.main-category .period-category .category-2 {
    background-color: #69bbe3;
    color: #FFF;
}

.main-category .period-category .category-3 {
    background-color: #e16937;
    color: #FFF;
}

.main-category .period-category .card {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    border: 0px;
}

.main-category .period-category .card-img {
    position: relative;
}

.main-category .period-category .card-img>img:first-child {
    filter: brightness(70%);
}

.main-category .period-category .card .subcategory {
    padding: 0px;
    list-style: none;
}

.main-category .period-category .card .subcategory li {
    border-bottom: 1px solid #CCC;
}

.main-category .period-category .card .subcategory li a {
    color: #FFF;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    transition: all 0.2s
}

.main-category .period-category .card .subcategory li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.card .card-img p {
    position: absolute;
    left: 25%;
    bottom: 15%;
    font-size: 28px;
    color: #fff;
    font-family: 'optima-bold';
    opacity: 0.9;
}

.article-archive {
    margin-bottom: 40px;
    margin-left: -30px;
    margin-right: -30px;
}

.article-archive .article-item .article-img {
    position: relative;
    overflow: hidden
}

.article-archive .article-item .article-img .img-thumb {
    background-size: cover;
    background-position: center center;
    height: 233.3333px;
    overflow: hidden;
    transition: all 0.4s;
    transform: scale(1, 1);
}

.article-archive .article-item .article-img span {
    position: absolute;
    padding: 10px 15px;
    left: 0px;
    top: 0px;
    color: #FFF;
}

.article-archive .article-item .article-img span.category-1 {
    background-color: #89b093
}

.article-archive .article-item .article-img span.category-2 {
    background-color: #69bbe3
}

.article-archive .article-item .article-img span.category-3 {
    background-color: #e16937
}

.article-archive .article-item .article-title {
    font-size: 18px;
    color: #A03195;
    margin-top: 10px;
    border-bottom: 3px solid #FFF7F5;
    transition: all 0.4s
}

.article-archive .article-item a:hover {
    text-decoration: none;
}

.article-archive .article-item a:hover .article-img .img-thumb {
    transform: scale(1.1, 1.1);
}

.article-archive .article-item a:hover .article-title {
    border-bottom: 3px solid rgba(160, 49, 149, 0.2);
}

.pregnity-section,
.subscribe-section {
    background-color: #A03195;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    margin-bottom: 40px;
}

.pregnity-section .pregnity-menu {
    padding: 20px 40px;
    height: 100%
}

.pregnity-section .pregnity-menu h3 {
    color: #FFF;
}

.pregnity-section .pregnity-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pregnity-section .pregnity-menu ul>li>a {
    color: #FFF;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #aaa;
    transition: all 0.2s;
    font-family: "Gudea";
}

.pregnity-section .pregnity-menu ul>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2)
}

.carousel-product {
    margin: 0px -15px 60px;
}

.carousel-control-prev {
    margin-left: -85px;
}

.carousel-control-prev-icon {
    background-image: url(../images/ico-prev.png);
    height: 30px;
    width: 30px;
}

.carousel-control-next {
    margin-right: -85px;
}

.carousel-control-next-icon {
    background-image: url(../images/ico-next.png);
    height: 30px;
    width: 30px;
}

.footer-bottom {
    font-size: 15px;
    background: #e9c6dc;
    margin-right: -15px;
    margin-left: -15px;
    padding: 25px;
    padding-left: 45px;
    padding-top: 45px;
    font-family: 'poppins-regular';
}

.footer-bottom p {
    font-size: 13px;
}

.footer-bottom .footer-title {
    color: #A03195;
    font-family: 'poppins-bold';
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-bottom ul,
.footer-bottom ul.brand-name {
    list-style: none;
    padding: 0px;
}

.footer-bottom ul>li {
    margin-bottom: 5px;
}

.footer-bottom ul>li>a,
.footer-bottom ul.brand-name>li>a {
    color: #444
}

.footer-bottom .copyright {
    margin-bottom: 40px;
    margin-top: 60px;
}

.mwidth-600 {
    max-width: 600px;
    margin: 0px auto;
}

.mwidth-800 {
    max-width: 800px;
    margin: 0px auto;
}

.block-feature {
    color: #FFF;
    text-align: center;
    padding: 40px 20px;
    margin: 0px -15px 0px;
    background-size: cover;
}

.block-feature .feature-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.block-feature .feature-title h1 {
    font-size: 20px;
    color: #fff;
    opacity: 0.8;
}

.block-feature input,
.block-feature select {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 0px;
    color: #FFF;
}

.block-feature input::-webkit-input-placeholder {
    color: #FFF;
}

.block-feature input::-moz-placeholder {
    color: #FFF;
}

.block-feature input:-moz-placeholder {
    color: #FFF;
}

.block-feature input {
    color: #FFF
}

.block-feature input:focus,
.block-feature select:focus {
    background-color: transparent;
    color: #FFF;
}

.block-feature .btn-outline-secondary {
    color: #FFF;
    font-size: 14px;
    border-color: #FFF;
    border-radius: 0px;
}

.block-feature .btn-outline-secondary:hover {
    background-color: #FFF;
    color: #A03195;
    border: 1px solid #FFF;
}

.block-feature .link a {
    display: block;
    padding: 10px 0px;
    color: #FFF;
    border: 1px solid #FFF;
    transition: all 0.5s
}

.block-feature .link a:hover {
    background-color: #FFF;
    color: #A03195;
    text-decoration: none;
}

.block-feature label {
    padding-right: 20px;
}

.block-feature select {
    margin-top: 10px;
}

.block-feature .btn-area {
    text-align: center;
    margin-top: 20px;
    width: 100%
}

.block-feature .btn-area button {
    display: block;
    padding: 8px 30px 5px;
    color: #FFF;
    border: 1px solid #FFF;
    transition: all 0.5s;
    background-color: transparent;
}

.block-feature .btn-area button:hover {
    background-color: #FFF;
    color: #A03195;
    text-decoration: none;
    cursor: pointer
}

.feature-calculator {
    background: linear-gradient( rgba(160, 49, 149, 0.45), rgba(160, 49, 149, 0.45)), url(../images/bg-kalkulator.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-calendar {
    background-image: url(../images/bg-calendar.jpg)
}

.feature-bodyweight {
    background-image: url(../images/bg-bodyweight.jpg)
}

.feature-babyname,
.feature-babykick {
    background-image: url(../images/bg-bayi.jpg)
}

.result {
    margin-bottom: 0;
    display: none;
}

.result.calculator-result {
    font-size: 20px;
    color: #A03195;
    text-align: center;
}

.result.calculator-result p span {
    font-family: 'optima-bold';
}

.result.calculator-result .hasil-design {
    font-size: 20px;
    color: #A03195;
    text-align: center;
}

.result.calculator-result .hasil-design p span {
    font-family: 'optima-bold';
}

.result.calculator-result {
    color: #4A4A4A;
    font-size: 16px;
}

.result-kalkulator {
    display: none;
}

.result-kalkulator {
    margin-bottom: 60px;
    display: none;
}

.result-kalkulator.calculator-result {
    font-size: 20px;
    color: #A03195;
    text-align: center;
}

.result-kalkulator.calculator-result p span {
    font-family: 'optima-bold';
}

.result-kalkulator.calculator-result .hasil-design {
    font-size: 20px;
    color: #A03195;
    text-align: center;
}

.result-kalkulator.calculator-result .hasil-design p span {
    font-family: 'optima-bold';
}

.result-kalkulator.calculator-result {
    color: #4A4A4A;
    font-size: 16px;
}

.notes {
    color: #4A4A4A;
    font-size: 16px;
    padding-bottom: 20px;
}

.datepicker-dropdown {
    padding: 5px 15px
}

.result-kalender {
    display: none;
}

.result-kalender.calendar-result .table {
    background-color: transparent;
    margin-bottom: 30px;
}

.result-kalender.calendar-result .zabuto_calendar {
    color: #FFF;
}

.result-kalender .calendar-ovulating {
    background-color: #80C88E
}

.result-kalender .calendar-fertile {
    background-color: #5B9FB3
}

.result-kalender .calendar-period {
    background-color: #F16202
}

.result.calendar-result .table {
    background-color: transparent;
    margin-bottom: 30px;
}

.result.calendar-result .zabuto_calendar {
    color: #FFF;
}

.result .calendar-ovulating {
    background-color: #80C88E !important
}

.result .calendar-fertile {
    background-color: #5B9FB3
}

.result .calendar-period {
    background-color: #F16202
}

.feature-bodyweight input {
    margin-bottom: 10px;
}

.result.bodyweight-result {
    color: #A03195;
    text-align: center;
}

.result.bodyweight-result p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 15px;
}

.result.bodyweight-result .bodyweight-range {
    font-family: 'optima-bold';
    font-size: 24px;
}

.result.bodyweight-result .bodyweight-category {
    font-size: 24px;
    font-family: 'optima-bold';
}

.for-width {
    width: 50%;
}

.result.bodyweight-result canvas {
    margin: 30px 0px 50px;
}

.result-beratbadan {
    display: none;
}

.result-beratbadan.bodyweight-result {
    color: #A03195;
    text-align: center;
}

.result-beratbadan.bodyweight-result p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 15px;
}

.result-beratbadan.bodyweight-result .bodyweight-range {
    font-family: 'optima-bold';
    font-size: 24px;
}

.result-beratbadan.bodyweight-result .bodyweight-category {
    font-size: 24px;
}

.result-beratbadan.bodyweight-result canvas {
    margin: 30px 0px 50px;
}

.result2 {
    margin-bottom: 60px;
    display: none;
}

.result2.bodyweight-result2 .hasil-design {
    color: #A03195;
    text-align: center;
}

.result2.bodyweight-result2 .hasil-design p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0px;
    margin-top: 15px;
}

.result2.bodyweight-result2 .hasil-design .bodyweight-range {
    font-family: 'optima-bold';
    font-size: 24px;
}

.result2.bodyweight-result2 .hasil-design .bodyweight-category {
    font-size: 24px;
}

.result2.bodyweight-result2 .hasil-design canvas {
    margin: 30px 0px 50px;
}

.feature-babyname input[type="text"],
.feature-babyname select {
    margin: 12px 0px;
}

.feature-babyname input[type="radio"] {
    margin-bottom: 20px;
}

.result.babyname-result p {
    text-align: center;
    color: #A03195;
    font-size: 18px;
    margin-bottom: 30px;
}

.result.babyname-result p span {
    font-family: 'optima-bold';
}

.result-baby {
    display: none;
}

.result-baby.babyname-result p {
    text-align: center;
    color: #A03195;
    font-size: 18px;
    margin-bottom: 30px;
}

.result-baby.babyname-result p span {
    font-family: 'optima-bold';
}

.babyname-table .babyname-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    text-align: center;
}

.babyname-table .babyname-gender {
    text-align: center;
    font-size: 22px;
}

.babyname-table .babyname-love {
    text-align: center;
}

.babyname-table ul.pagination {
    margin-top: 40px;
}

.babyname-table ul.pagination .page-link {
    border: 0px;
    background-color: transparent;
    font-family: 'optima-bold';
    color: #A03195;
}

.babyname-table ul.pagination .page-item.active .page-link {
    background-color: #A03195;
    color: #FFF;
    border-radius: 5px;
}

.preg-video ul.pagination {
    margin-top: 40px;
}

.preg-video ul.pagination .page-link {
    border: 0px;
    background-color: transparent;
    font-family: 'optima-bold';
    color: #A03195;
}

.preg-video ul.pagination .page-item.active .page-link {
    background-color: #A03195;
    color: #FFF;
    border-radius: 5px;
}

.preg-infografik ul.pagination {
    margin-top: 40px;
}

.preg-infografik ul.pagination .page-link {
    border: 0px;
    background-color: transparent;
    font-family: 'optima-bold';
    color: #A03195;
}

.preg-infografik ul.pagination .page-item.active .page-link {
    background-color: #A03195;
    color: #FFF;
    border-radius: 5px;
}

.preg-artikel ul.pagination {
    margin-top: 40px;
    justify-content: center;
}

.preg-artikel ul.pagination .page-link {
    border: 0px;
    background-color: transparent;
    font-family: 'optima-bold';
    color: #A03195;
    font-size: 1.1rem;
    margin: 0px 10px;
}

.preg-artikel ul.pagination .page-item.active .page-link {
    background-color: #A03195;
    color: #FFF;
    border-radius: 5px;
}

#history-pagination ul.pagination {
    margin-top: 40px;
}

#history-pagination ul.pagination .page-link {
    border: 0px;
    background-color: transparent;
    font-family: 'optima-bold';
    color: #A03195;
}

#history-pagination ul.pagination .page-item.active .page-link {
    background-color: #A03195;
    color: #FFF;
    border-radius: 5px;
}

.feature-babykick select {
    margin-bottom: 30px;
}

.feature-babykick .big-btn {
    width: 100%;
}

.feature-babykick .big-btn .btn-area {
    width: 100%;
    text-align: center;
    margin: 5px 0px;
}

.feature-babykick .big-btn .btn-area button {
    padding: 10px;
    width: 40%;
    display: inline;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'optima-bold';
}

.feature-babykick .title {
    text-align: center;
    color: #FFF;
    margin-top: 30px;
    font-size: 18px;
    font-family: 'optima-bold';
}

.feature-babykick .time {
    text-align: center;
    color: #FFF;
    margin-top: 0px;
    font-size: 60px;
}

.result.babykick-result {
    font-size: 16px;
    color: #A03195;
    text-align: center;
}

.result.babykick-result p {
    font-size: 17px;
    margin-bottom: 10px;
}

.result.babykick-result p:nth-child(4) {
    margin-bottom: 30px;
}

.result.babykick-result p.date {
    font-size: 20px;
}

.result.babykick-result .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.result.babykick-result .table table thead tr td {
    font-family: 'optima-bold';
}

.result.babykick-result .table table tr td {
    display: table-cell;
    padding: .25rem
}

.result-babykick {
    display: none;
}

.result-babykick.babykick-result {
    font-size: 16px;
    color: #A03195;
    text-align: center;
}

.result-babykick.babykick-result p {
    font-size: 17px;
    margin-bottom: 10px;
}

.result-babykick.babykick-result p:nth-child(4) {
    margin-bottom: 30px;
}

.result-babykick.babykick-result p.date {
    font-size: 20px;
}

.result-babykick.babykick-result .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.result-babykick.babykick-result .table table thead tr td {
    font-family: 'optima-bold';
}

.result-babykick.babykick-result .table table tr td {
    display: table-cell;
    padding: .25rem
}

.select-language option,
.select-tendangan option {
    color: #A03195;
}

.preg-community,
.preg-infografik,
.preg-video,
.main-article,
.preg-main-profile {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px #e9e1df;
}

.find-community a {
    color: #A03195;
    font-family: 'optima-regular';
}

.find-community a:hover {
    text-decoration: none;
    color: #A03195;
    font-family: 'optima-bold';
}

.title-community p {
    color: #A03195;
}

.title-community a {
    text-decoration: none;
}

.title-community a:hover p {
    font-family: 'optima-bold';
}

.desc-community a {
    color: #000;
    font-family: 'optima-regular';
    text-decoration: none;
}

.desc-community p {
    color: #000;
    font-family: 'optima-regular';
}

.pad-preg {
    padding: 0px 15px 35px 15px;
}

.pad-item {
    padding-left: 30px;
    margin-top: 10px;
}

.pad-preg-community {
    padding: 0px 15px 10px 15px;
}

.pad-preg-qna {
    padding: 0px;
}

.pad-preg-btn {
    padding: 20px 0px 20px 30px;
}

.mgn-preg {
    margin-bottom: -15px;
    margin-top: 15px;
}

.select-preg-week {
    display: block;
    width: 100%;
    padding: .480rem .480rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border: 1px solid #A03195;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.in-preg-qna {
    display: block;
    width: 100%;
    padding: .450rem .400rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border: 1px solid #A03195;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.qty-community,
.ctg-community,
.time-community {
    font-size: 12px;
}

#style-dot {
    font-size: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.style-info {
    padding-top: 10px;
    padding-bottom: 15px;
}

.style-info img {
    padding-right: 10px;
}

.style-info a {
    color: #A03195;
    font-family: 'poppins-bold';
}

.style-info a:hover {
    text-decoration: none;
    color: #A03195;
}

.infografik-archive {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.infografik-archive .infografik-item .infografik-img {
    position: relative;
}

.infografik-archive .infografik-item .infografik-img .img-thumb {
    background-size: 100%;
    background-position: center center;
    height: 174px;
    overflow: hidden;
    transition: all 0.4s
}

.infografik-archive .infografik-item .infografik-title {
    font-size: 18px;
    color: #A03195;
    margin-top: 10px;
    font-style: italic;
    padding-left: 10px;
    transition: all 0.4s
}

.infografik-archive .infografik-item a:hover {
    text-decoration: none;
}

.infografik-archive .infografik-item a:hover .infografik-img .img-thumb {
    background-size: 110%
}

.infografik-archive .infografik-item a:hover .infografik-title {
    font-family: 'optima-bold';
}

.pgn-infografik {
    padding-bottom: 50px;
    padding-top: 5px;
}

.pgn-infografik a {
    color: #A03195;
}

.pgn-infografik a:hover {
    text-decoration: none;
    color: #A03195;
    font-family: 'optima-bold';
}

.video-item {
    margin-bottom: 30px;
}

.video-archive .video-item p {
    font-style: italic;
    font-size: 18px;
    color: #A03195;
    font-family: 'optima-bold';
}

.video-strip {
    border: solid 1px #A03195;
}

.strip {
    border: solid 1px #fff;
}

.video-archive .video-item a:hover {
    text-decoration: none;
}

.pgn-video {
    padding-bottom: 50px;
    padding-top: 5px;
}

.pgn-video a {
    color: #A03195;
}

.pgn-video a:hover {
    text-decoration: none;
    color: #A03195;
    font-family: 'optima-bold';
}

.video-archive {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.video-archive .video-item .video-img .img-thumb {
    background-size: 100%;
    height: 174px;
    background-size: cover;
    background-position: center center;
}

.video-archieve .video-img .img-thumb {
    display: block;
    transition: all 0.3s
}

.pgn-artikel {
    padding-bottom: 50px;
    padding-top: 5px;
}

.pgn-artikel a {
    color: #A03195;
}

.pgn-artikel a:hover {
    text-decoration: none;
    color: #A03195;
    font-family: 'optima-bold';
}

.preg-masa-persiapan {
    padding-top: 20px;
    background-color: #b358a8;
    text-align: center;
    padding-bottom: 10px;
}

.icon-set {
    width: 30%;
    float: center;
}

.icon-set2 {
    width: 17%;
    float: center;
}

.icon-set3 {
    width: 25%;
    float: center;
}

.minhead a img {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.minhead a p {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    font-family: 'optima-bold';
    float: left;
    margin-left: -75px;
    margin-top: 10px;
    font-size: 20px;
}

.minhead a:visited img {
    opacity: 1;
}

.minhead a:visited p {
    opacity: 1;
}

.minhead a:hover img {
    opacity: 1;
}

.minhead a:hover p {
    opacity: 1;
    text-decoration: none;
}

.mar-top {
    margin-top: 8px;
}

.mar-tops {
    margin-top: 8px;
    margin-bottom: 5px;
}

.stlink a {
    margin-right: 10px;
    color: #A03195;
    font-family: 'optima-regular';
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.stlink a:hover {
    text-decoration: none;
    opacity: .5;
}

.min-link,
.min-link a {
    padding-top: 10px;
    background-color: #b2dab7;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 10px;
}

.min-link-mm,
.min-link-mm a {
    padding-top: 10px;
    background-color: #f79d61;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 10px;
}

.min-link-mk,
.min-link-mk a {
    padding-top: 10px;
    background-color: #f68cba;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 10px;
}

.pads {
    margin-top: 20px;
    margin-bottom: 20px;
}

.art-archive {
    margin-bottom: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

.art-archive .art-item .art-img {
    position: relative;
}

.art-archive .art-item .art-img .img-thumb {
    background-size: 100%;
    background-position: center center;
    height: 224px;
    overflow: hidden;
    transition: all 0.4s
}

.art-archive .art-item .art-title {
    font-size: 18px;
    color: #A03195;
    margin-top: 10px;
    transition: all 0.4s
}

.highlight-art .art-title {
    position: absolute;
    font-size: 18px;
    color: #A03195;
    margin-top: 70%;
    transition: all 0.4s padding-right 15px;
}

.art-archive .art-item a:hover,
.highlight-art a:hover {
    text-decoration: none;
    font-family: 'optima-bold';
}

.art-archive .art-item a:hover .art-img .img-thumb {
    background-size: 110%
}

.art-archive .art-item .art-view {
    font-size: 13px;
    color: #ff8db7;
    font-family: 'optima-bold';
    padding-top: 20px;
}

.highlight-art .art-view {
    font-size: 13px;
    color: #ff8db7;
    font-family: 'optima-bold';
    padding-top: 20px;
    margin-top: 85%;
    position: absolute;
}

.pad-bot {
    padding-bottom: 40px;
}

.select-preg-mk {
    color: #fff;
    background-color: #f68cba;
    display: block;
    width: 100%;
    padding: .480rem .480rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border: 1px solid #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-article {
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-main-article h1 {
    color: #A03195;
    font-family: 'poppins-bold';
}

.author-main-article {
    font-style: italic;
    margin-bottom: -10px;
}

.img-main-article img {
    max-width: 100%;
    padding-bottom: 20px;
}

.ref-main-article ul li,
.ref-main-article ul li a {
    color: #A03195;
}

.ref-main-article ul {
    margin-left: -15px;
}

.share-link {
    margin-left: 15px;
    margin-right: 15px;
    /* margin-bottom: 30px; */
}

.icon-fb {
    margin-top: -8px;
    margin-right: 10px;
}

.icon-twitter {
    margin-top: -8px;
    margin-right: 10px;
}

.icon-whatsapp {
    margin-top: -8px;
    margin-right: 10px;
}

.icon-wa {
    margin-top: -8px;
}

.title-highlight {
    color: #A03195;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
}

.title-highlight h4 {
    font-family: 'optima-bold';
}

.highlight .img-highlight:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(160, 49, 149, 0.3);
}

.highlight a:hover p {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
}

.highlight p {
    padding-left: 35px;
    font-size: 22px;
    color: #fff;
    margin-top: -40%;
    font-family: 'optima-bold';
    position: absolute;
    padding-right: 43px;
}

.highlight-art img {
    max-width: 100%;
    opacity: .9;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    clip: rect(0px, 400px, 230px, 0px);
    padding-right: 30px;
}

.highlight-art a:hover img {
    opacity: 1;
}

.highlight-art {
    padding-bottom: 45px;
}

.mar-dist {
    margin-bottom: 10px;
}

.ico-preg {
    max-width: 100%;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.ico-section {
    max-width: 100%;
    margin-bottom: 20px;
}

.kalender-art {
    text-align: center;
    background-color: #f7e3df;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 75px;
    padding-left: 75px;
}

.kalender-art h5 {
    font-family: 'optima-bold';
}

.kalender-art a {
    color: #A03195;
}

.kalender-art a:hover {
    font-family: 'optima-bold';
    text-decoration: none;
}

.main-kalender {
    background-color: #a9459f;
    padding-bottom: 10px;
    color: #fff; 
}

.mar-bot {
    margin-bottom: 0;
}

.preg-daftar {
    margin-top: 50px;
    margin-bottom: 20px;
}

.tabs {
    margin-top: 10px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs .head-label {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 0.6rem 2rem;
    margin-right: 0.2rem;
    background: #000;
    color: #fff;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: block;
    padding: 1rem;
    background: #fff;
    margin-top: -10px;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #fff;
    color: #A03195;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs .head-label {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
    .tabs .head-label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.link-daftar a {
    color: #A03195;
    text-decoration: none;
}

.link-daftar a:hover {
    font-family: 'optima-bold';
}

.link-daftar {
    margin-top: 25px;
}

.label-daftar {
    color: #A03195;
}

.box-in {
    border-radius: 0;
    border-color: #f5e9f3;
    background-color: #f5e9f3;
}

.lines {
    padding-bottom: 30px;
}

.article-sub {
    margin-bottom: 40px;
    margin-top: 35px;
}

.article-sub .article-item .article-img {
    position: relative;
    overflow: hidden
}

.article-sub .article-item .article-img .img-thumb {
    background-size: cover;
    background-position: center center;
    height: 233.3333px;
    overflow: hidden;
    transition: all 0.4s;
    transform: scale(1, 1);
}

.article-sub .article-item .article-img span {
    position: absolute;
    padding: 10px 15px;
    left: 0px;
    top: 0px;
    color: #FFF;
}

.article-sub .article-item .article-img span.category-1 {
    background-color: #89b093
}

.article-sub .article-item .article-img span.category-2 {
    background-color: #69bbe3
}

.article-sub .article-item .article-img span.category-3 {
    background-color: #e16937
}

.article-sub .article-item .article-title {
    font-size: 18px;
    color: #A03195;
    margin-top: 10px;
    border-bottom: 3px solid #FFF7F5;
    transition: all 0.4s
}

.article-sub .article-item a:hover {
    text-decoration: none;
}

.article-sub .article-item a:hover .article-img .img-thumb {
    transform: scale(1.1, 1.1);
}

.article-sub .article-item a:hover .article-title {
    border-bottom: 3px solid rgba(160, 49, 149, 0.2);
}

.disp {
    display: none;
}

.fixed-header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: top 0.2s ease-in-out;
    /* margin-left: -15px; */
    width: 100%;
}

.tendangan {
    display: none;
}

.tendangan.babykick-tendangan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.tendangan.babykick-tendangan .table table thead tr td {
    font-family: 'optima-bold';
}

.tendangan.babykick-tendangan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.stopkick.babykick-stop .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.stopkick.babykick-stop .table table thead tr td {
    font-family: 'optima-bold';
}

.stopkick.babykick-stop .table table tr td {
    display: table-cell;
    padding: .25rem
}

.firstdisp {
    display: none;
}

.firstdisp.disp-hbb .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.firstdisp.disp-hbb .table table thead tr td {
    font-family: 'optima-bold';
}

.firstdisp.disp-hbb .table table tr td {
    display: table-cell;
    padding: .25rem
}

.seconddisp {
    display: none;
}

.seconddisp.disp-ukm .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.seconddisp.disp-ukm .table table thead tr td {
    font-family: 'optima-bold';
}

.seconddisp.disp-ukm .table table tr td {
    display: table-cell;
    padding: .25rem
}

.block-feature .btn-areas button {
    display: inline;
    border: none;
    transition: all 0.5s;
    background-color: transparent;
    margin-top: -10px;
    width: 30%;
}

.block-feature .btn-areas button:hover {
    text-decoration: none;
    cursor: pointer
}

.btn-tendangan {
    width: 100%;
}

.preg-produk {
    background-color: #fff;
    box-shadow: 0px 2px #e9e1df;
}

.produk-intro {
    margin-left: 15px;
    padding-right: 50px;
}

.product-headline-section{
    padding: 56px 0;
}

.main-produk {
    margin-bottom: 20px;
    background-color: transparent;
    color: #fff;
    box-shadow: 0px 2px #e9e1df;
}

.vid-produk {
    max-width: 100%;
}

.main-vid-pro {
    margin-top: 85px;
}

.main-vid-pro h5 {
    color: #fff;
    margin-top: 10px;
    font-family: 'optima-bold';
    font-style: italic;
}

.main-vid-pro a p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: -10px;
}

.main-vid-pro a:hover p {
    text-decoration: underline;
    color: #fff;
}

.desc-produk {
    padding-top: 60px;
}

.desc-produk h4 {
    font-family: 'optima-bold';
}

.pad-produk {
    padding-bottom: 20px;
    padding-right: 35px;
    padding-left: 40px;
}

.pad-produk2 {
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 40px;
}

#progress-bar-container {
    position: relative;
    margin: auto;
    height: 100px;
    margin-top: 40px;
}

#progress-bar-container a {
    color: #fff;
}

#progress-bar-container a:hover {
    text-decoration: none;
}

#progress-bar-container>ul {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    position: relative;
    width: 100%;
    margin-top: -40px;
}

#progress-bar-container>ul>li {
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    position: relative;
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#progress-bar-container>ul>li:hover {
    color: #fff;
    font-family: 'optima-bold';
    opacity: 1;
}

#progress-bar-container>ul>li.actived {
    color: #fff;
    font-family: 'optima-bold';
    opacity: 1;
}

#progress-bar-container2 {
    position: relative;
    margin: auto;
    min-height: 100px;
    margin-top: 40px;
}

#progress-bar-container2 a {
    color: #fff;
}

#progress-bar-container2 a:hover {
    text-decoration: none;
}

#progress-bar-container2>ul {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    position: relative;
    width: 100%;
    margin-top: -40px;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
}

#progress-bar-container2>ul>li {
    list-style: none;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    position: relative;
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#progress-bar-container2>ul>li:hover {
    color: #fff;
    font-family: 'optima-bold';
    opacity: 1;
}

#progress-bar-container2>ul>li.actived {
    color: #fff;
    font-family: 'optima-bold';
    opacity: 1;
}

.section-content {
    margin-top: -40px;
    display: none;
    animation: FadeInUp 700ms ease 1;
    animation-fill-mode: forwards;
    transform: translateY(15px);
    opacity: 0;
}

.section-content p {
    line-height: 1.7em;
    font-size: 15px;
}

.section-content.actived {
    display: block;
}

@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.product_view .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.video-pop {
    padding: 20px 35px 20px 35px;
}

.info-pop {
    padding: 20px 35px 20px 35px;
}

.info-width {
    width: inherit;
}

.close-popup {
    position: absolute;
    font-size: 30px;
    right: 0;
    margin-top: -15px;
    background-color: #fff;
    border-radius: 25px;
    color: #A03195;
    z-index: 9999;
}

.preg-kebijakan,
.preg-penggunaan,
.preg-faq,
.preg-sejarah {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px #e9e1df;
    padding-top: 30px;
    padding-bottom: 30px;
}

.space {
    margin-bottom: 20px;
}

.preg-kontak {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px #e9e1df;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.click-kebijakan {
    display: none;
}

.click-kebijakan.desc-info-kebijakan .table table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.click-kebijakan.desc-info-kebijakan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kebijakan.desc-info-kebijakan .table table tr td {
    display: table-cell;
    padding: .25rem;
}

.click-cookies {
    display: none;
}

.click-cookies.desc-info-cookies .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-cookies.desc-info-cookies .table table thead tr td {
    font-family: 'optima-bold';
}

.click-cookies.desc-info-cookies .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-simpandata {
    display: none;
}

.click-simpandata.desc-info-simpandata .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-simpandata.desc-info-simpandata .table table thead tr td {
    font-family: 'optima-bold';
}

.click-simpandata.desc-info-simpandata .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-kegunaan {
    display: none;
}

.click-kegunaan.desc-info-kegunaan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-kegunaan.desc-info-kegunaan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kegunaan.desc-info-kegunaan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-keterbukaan {
    display: none;
}

.click-keterbukaan.desc-info-keterbukaan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-keterbukaan.desc-info-keterbukaan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-keterbukaan.desc-info-keterbukaan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-hak {
    display: none;
}

.click-hak.desc-info-hak .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-hak.desc-info-hak .table table thead tr td {
    font-family: 'optima-bold';
}

.click-hak.desc-info-hak .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-perubahan {
    display: none;
}

.click-perubahan.desc-info-perubahan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-perubahan.desc-info-perubahan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-perubahan.desc-info-perubahan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-kontak {
    display: none;
}

.click-kontak.desc-info-kontak .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-kontak.desc-info-kontak .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kontak.desc-info-kontak .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-hukum {
    display: none;
}

.click-hukum.desc-info-hukum .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-hukum.desc-info-hukum .table table thead tr td {
    font-family: 'optima-bold';
}

.click-hukum.desc-info-hukum .table table tr td {
    display: table-cell;
    padding: .25rem
}

.btn-kebijakan {
    border: none;
    padding: 0;
    color: #A03195;
    background-color: #fff;
    margin-bottom: 5px;
}

.kebijakan button {
    text-transform: uppercase;
    font-family: 'optima-bold';
    opacity: 1;
}

.kebijakan button:hover {
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7;
}

.btn-penggunaan {
    border: none;
    padding: 0;
    color: #A03195;
    background-color: #fff;
    margin-bottom: 5px;
}

.penggunaan button {
    text-transform: uppercase;
    font-family: 'optima-bold';
    opacity: 1;
}

.penggunaan button:hover {
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: .7;
}

.click-ditampilkan {
    display: none;
}

.click-ditampilkan.desc-info-ditampilkan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-ditampilkan.desc-info-ditampilkan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-ditampilkan.desc-info-ditampilkan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-akses {
    display: none;
}

.click-akses.desc-info-akses .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-akses.desc-info-akses .table table thead tr td {
    font-family: 'optima-bold';
}

.click-akses.desc-info-akses .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-intelektual {
    display: none;
}

.click-intelektual.desc-info-intelektual .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-intelektual.desc-info-intelektual .table table thead tr td {
    font-family: 'optima-bold';
}

.click-intelektual.desc-info-intelektual .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-rutin {
    display: none;
}

.click-rutin.desc-info-rutin .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-rutin.desc-info-rutin .table table thead tr td {
    font-family: 'optima-bold';
}

.click-rutin.desc-info-rutin .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-kewajiban {
    display: none;
}

.click-kewajiban.desc-info-kewajiban .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-kewajiban.desc-info-kewajiban .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kewajiban.desc-info-kewajiban .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-kunjungan {
    display: none;
}

.click-kunjungan.desc-info-kunjungan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-kunjungan.desc-info-kunjungan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kunjungan.desc-info-kunjungan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-hakkewajiban {
    display: none;
}

.click-hakkewajiban.desc-info-hakkewajiban .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-hakkewajiban.desc-info-hakkewajiban .table table thead tr td {
    font-family: 'optima-bold';
}

.click-hakkewajiban.desc-info-hakkewajiban .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-kesepakatan {
    display: none;
}

.click-kesepakatan.desc-info-kesepakatan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-kesepakatan.desc-info-kesepakatan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kesepakatan.desc-info-kesepakatan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-materi {
    display: none;
}

.click-materi.desc-info-materi .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-materi.desc-info-materi .table table thead tr td {
    font-family: 'optima-bold';
}

.click-materi.desc-info-materi .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-kepemilikan {
    display: none;
}

.click-kepemilikan.desc-info-kepemilikan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-kepemilikan.desc-info-kepemilikan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-kepemilikan.desc-info-kepemilikan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-tautan {
    display: none;
}

.click-tautan.desc-info-tautan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-tautan.desc-info-tautan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-tautan.desc-info-tautan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-tautan {
    display: none;
}

.click-tautan.desc-info-tautan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-tautan.desc-info-tautan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-tautan.desc-info-tautan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-variasi {
    display: none;
}

.click-variasi.desc-info-variasi .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-variasi.desc-info-variasi .table table thead tr td {
    font-family: 'optima-bold';
}

.click-variasi.desc-info-variasi .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-indemnifikasi {
    display: none;
}

.click-indemnifikasi.desc-info-indemnifikasi .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-indemnifikasi.desc-info-indemnifikasi .table table thead tr td {
    font-family: 'optima-bold';
}

.click-indemnifikasi.desc-info-indemnifikasi .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-keterpisahan {
    display: none;
}

.click-keterpisahan.desc-info-keterpisahan .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-keterpisahan.desc-info-keterpisahan .table table thead tr td {
    font-family: 'optima-bold';
}

.click-keterpisahan.desc-info-keterpisahan .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-efek {
    display: none;
}

.click-efek.desc-info-efek .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-efek.desc-info-efek .table table thead tr td {
    font-family: 'optima-bold';
}

.click-efek.desc-info-efek .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-korespondensi {
    display: none;
}

.click-korespondensi.desc-info-korespondensi .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-korespondensi.desc-info-korespondensi .table table thead tr td {
    font-family: 'optima-bold';
}

.click-korespondensi.desc-info-korespondensi .table table tr td {
    display: table-cell;
    padding: .25rem
}

.click-yurisdiksi {
    display: none;
}

.click-yurisdiksi.desc-info-yurisdiksi .table table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.click-yurisdiksi.desc-info-yurisdiksi .table table thead tr td {
    font-family: 'optima-bold';
}

.click-yurisdiksi.desc-info-yurisdiksi .table table tr td {
    display: table-cell;
    padding: .25rem
}

.space-input {
    margin-bottom: 10px;
}

.st-cap {
    font-style: italic;
}

.st-rand-cap {
    font-style: italic;
    font-family: 'optima-bold';
}

.btn-kirim-pesan {
    margin-top: 8px;
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    width: 100%;
}

.title-perusahaan {
    font-family: 'optima-bold';
}

.inp-pesan {
    padding: 0;
}

.img-kontak {
    max-width: 85%;
    margin-top: -40px;
    float: right;
}

.st-alamat h5 {
    color: #A03195;
    font-family: 'optima-bold';
}

.preg-tanyadokter {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px #e9e1df;
}

.in-qna-dokter {
    display: block;
    width: 100%;
    padding: .450rem .400rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border: 1px solid #A03195;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-tanyadokter {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    width: 100%;
}

.st-find-tanyadokter {
    padding-top: 5px;
}

.find-tanyadokter a {
    color: #A03195;
    font-family: 'optima-regular';
}

.find-tanyadokter a:hover {
    text-decoration: none;
    color: #A03195;
    font-family: 'optima-bold';
}

ul.pagin li {
    display: inline;
}

ul.pagin li a {
    color: black;
    float: left;
    padding: 0px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: none;
}

ul.pagin {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagin li a:hover {
    font-family: 'optima-bold';
    color: #A03195;
}

.title-tanyadokter a {
    color: #A03195;
    font-family: 'optima-bold';
    opacity: .7
}

.title-tanyadokter a:hover {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

.share-it a {
    opacity: .5;
    color: #A03195;
    float: right;
}

.share-it a:hover {
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

.count-share-it p {
    float: right;
    margin-right: -25px;
}

.date-it p {
    color: #a5a3a5;
    font-size: 14px;
    margin-top: -10px;
}

.date-it-answer p {
    color: #a5a3a5;
    font-size: 14px;
    margin-left: -30px;
}

.who-it p {
    font-style: italic;
    font-size: 14px;
}

.dr-it p {
    font-style: italic;
    font-size: 14px;
    color: #A03195;
    margin-top: 2px;
}

.line-tanyadokter {
    padding-bottom: 20px;
}

.tanyadokter-position {
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 25px;
}

.btn-kirim-tanyadokter {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    margin-top: 15px;
    width: 100%;
}

.btn-batalkan {
    border-radius: 0;
    background-color: #fff;
    border-color: #A03195;
    color: #A03195;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 30px;
}

.mar-radio {
    margin-left: 80px;
}

.gol-darah {
    border-radius: 0;
    border-color: #f5e9f3;
    background-color: #f5e9f3;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.btn-kirim-thread {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    width: 100%;
}

.thread-position {
    margin-left: 15px;
}

.thread-position h5 {
    color: #A03195;
    font-family: 'optima-bold';
    margin-top: 30px;
}

.btn-new-thread {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    width: 100%;
}

.search-ico button {
    border-radius: 0px;
    border-color: #A03195;
    background-color: #fff;
}

.search-ico {
    padding-left: 0px;
}

.pad-qna {
    padding-right: 0px;
    padding-bottom: 35px;
    margin-left: 15px;
}

.detail-position {
    margin-top: 35px;
}

.add-preg {
    margin-top: 20px;
}

.add-pregs {
    margin-top: 20px;
    margin-left: 140px;
}

.pad-item-detail {
    padding-left: 30px;
    margin-top: -5px;
}

.btn-balasan {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    margin-top: 10px;
    width: 20%;
    float: right;
}

#style-minus {
    font-size: 6px;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-like {
    border: none;
    padding: 0px;
    margin-right: 20px;
    opacity: .7;
    background-color: #fff;
}

.btn-like:hover {
    cursor: pointer;
    color: #A03195;
    opacity: 1;
}

.thread-position-pop {
    margin-left: 37px;
}

.thread-position-pop h5 {
    color: #A03195;
    font-family: 'optima-bold';
    margin-top: 30px;
}

.tanyadokter-position-pop {
    margin-left: 37px;
}

.tanyadokter-pop {
    margin-left: 20px;
}

.faq-position {
    margin-left: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.faq {
    margin-left: 15px;
}

.faq h5 {
    color: #A03195;
    font-family: 'optima-bold';
    margin-top: 30px;
}

.answer-faq p {
    font-style: italic;
}

.home-icon {
    margin-right: 10px;
    font-size: 16px;
}

.btn-thread-index {
    background-color: #b358a8;
    border-color: #aaa;
    text-align: left;
    border-radius: 0px;
    margin-top: 5px;
}

.add-thread-index {
    margin-left: 65%;
}

.thread-ctg {
    border-radius: 0;
    border-color: #f5e9f3;
    background-color: #f5e9f3;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.table-pregnity {
    margin-left: 30px;
    margin-bottom: 45px;
}

.margin-table {
    margin-right: 65px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #ffe9ff;
}

.rm-btn a {
    color: #A03195;
    font-family: 'optima-bold';
    font-size: 15px;
}

.rm-btn a span {
    font-size: 12px;
}

.rm-btn a:hover {
    text-decoration: none;
}

.st-preg {
    margin-left: 15px;
    margin-right: 20px;
}

.detail-position-pagin {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.share_view .modal-dialog {
    max-width: 250px;
    width: 100%;
}

.ico-comment {
    color: #A03195;
    margin-left: -35px;
}

.count-it {
    color: #A03195;
}

.position-pagin {
    margin-left: 15px;
    margin-bottom: 50px;
}

.line-head {
    border: solid 2px;
    color: #fff;
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: none;
}

.preg-head-video a p {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    font-family: 'optima-bold';
    font-size: 23px;
    margin-bottom: 0px;
}

.preg-head-video a:hover {
    text-decoration: none;
}

.preg-head-video a:hover p {
    opacity: 1;
}

.preg-head-video {
    padding-top: 25px;
    background-color: #7d7abf;
    padding-bottom: 25px;
    color: #fff;
    font-size: 18px;
}

.preg-head-infografik a p {
    opacity: .5;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    font-family: 'optima-bold';
    font-size: 23px;
    margin-bottom: 0px;
}

.preg-head-infografik a:hover {
    text-decoration: none;
}

.preg-head-infografik a:hover p {
    opacity: 1;
}

.preg-head-infografik {
    padding-top: 25px;
    background-color: #7d7abf;
    padding-bottom: 25px;
    color: #fff;
    font-size: 18px;
}

.mar-grid {
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.grid-item {
    display: inline-block;
    background: #EEE6E4;
    margin: 0 0 10px;
    padding: 15px;
    padding-bottom: 5px;
    margin-top: 20px;
    border-radius: 10px;
}

.grid-item hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: .5em 10px;
    padding: 0;
}

.grid-item img {
    width: 100%
}

.grid-item p {
    margin: 10px;
    font-size: .8em;
    line-height: 1.5em;
}

#accordion .card {
    border-radius: 10px;
    border-bottom: 5px solid #A03195;
    border: 1px solid #B94AAE;
    margin-top: 5px;
}

.card-header {
    background-color: #B94AAE;
}

.card-body {
    border-color: #B94AAE;
}

.card-body p {
    padding-right: 20px;
    padding-left: 20px;
}

.card-header:first-child {
    border-radius: calc(0.50rem - 1px) calc(.50rem - 1px) calc(.50rem - 3px) calc(.50rem - 3px);
}

.accordion-title {
    padding: 0.1em 0.65em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0 !important;
    background-color: #B94AAE;
}

.accordion-title a {
    font-size: 20px;
    color: #fff;
}

.accordion-title>a:hover {
    text-decoration: none !important;
}

.poin-tips {
    margin-left: 25px;
}

#accordion {
    margin-left: 15px;
    margin-right: 25px;
    margin-bottom: 30px;
}

.title-kebijakan {
    margin-left: 15px;
    margin-right: 25px;
}

.title-insejarah {
    /* margin-left: 15px;
    margin-right: 25px; */
}

.desc-kebijakan p {
    margin-left: 15px;
    margin-right: 25px;
}

.desc-insejarah p {
    margin-left: 15px;
    margin-right: 25px;
}

.desc-insejarah h5 {
    margin-left: 15px;
    margin-right: 25px;
    font-family: 'optima-bold';
}

.title-penggunaan {
    margin-left: 15px;
    margin-right: 25px;
}

.desc-penggunaan p {
    margin-left: 15px;
    margin-right: 25px;
}

.link-daftar a {
    color: #A03195;
    text-decoration: none;
}

.link-daftar a:hover {
    font-family: 'optima-bold';
}

.link-daftar {
    margin-top: 25px;
}

.label-daftar {
    color: #A03195;
    padding-left: 20px;
    padding-top: 10px;
}

.link-daftar-popup a {
    color: #A03195;
    text-decoration: none;
}

.link-daftar-popup a:hover {
    font-family: 'optima-bold';
}

.link-daftar-popup {
    margin-top: 25px;
}

.label-daftar-popup {
    color: #A03195;
    padding-left: 60px;
    padding-top: 30px;
}

.box-in {
    border-radius: 0;
    border-color: #f5e9f3;
    background-color: #f5e9f3;
}

.btn-daftar {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    margin-top: 15px;
    width: 100%;
}

.btn-daftar-popup {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    margin-top: 15px;
    width: 100%;
}

.btn-login-fb {
    border-radius: 0;
    background-color: #375490;
    border-color: #375490;
    color: #fff;
    margin-top: 10px;
    width: 100%;
}

.btn-login-fb img {
    width: 25px;
    float: left;
}

.btn-login-fbs {
    border-radius: 0;
    background-color: #375490;
    border-color: #375490;
    color: #fff;
    margin-top: 10px;
    width: 100%;
}

.btn-login-fbs img {
    width: 25px;
    float: left;
}

.img-share {
    padding-top: 10px;
    height: 53px;
}

.close-popup-share {
    position: absolute;
    font-size: 30px;
    right: -12px;
    margin-top: -15px;
    background-color: #fff;
    border-radius: 25px;
    color: #A03195;
    z-index: 9999;
}

.share-fb {
    padding-left: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.share-fb img {
    width: 50px;
}

.share-twit {
    margin-left: 37px;
    margin-top: 20px;
}

.share-twit img {
    width: 50px;
}

.share-wa {
    margin-left: 25px;
    margin-top: 20px;
}

.share-wa img {
    width: 50px;
}

.pad-detail-tanyadokter {
    padding-left: 15px;
    padding-top: 40px;
}

.mgn-detail-tanyadokter {
    margin-left: 15px;
    margin-top: 40px;
}

.pad-item-title {
    margin-left: -30px;
    margin-bottom: -20px;
    margin-top: 15px;
}

.line-answer {
    width: 100%;
    color: #A03195;
    height: 0px;
    border: solid 1.8px;
    margin-left: 15px;
}

.line-info-popup {
    width: 100%;
    color: #A03195;
    height: 0px;
    border: solid 1.8px;
    margin-left: 38px;
}

.pad-preg h5 {
    color: #A03195;
}

.pad-preg-answer {
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.dr-it-answer p {
    font-style: italic;
    font-size: 14px;
    color: #A03195;
    margin-bottom: 1rem;
    margin-left: -30px;
}

.img-tanyadokter img {
    max-width: 70%;
}

.head-pad-item {
    margin-left: -45px;
}

.right-ico {
    padding-top: 80px;
    margin-left: -15px;
    font-size: 20px;
}

.related-width {
    width: 40%;
}

.share-infografik {
    margin-top: 40px;
    float: right;
    margin-right: 30px;
}

.related-infografik {
    padding-left: 38px;
    padding-right: 39px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.info-important {
    border: solid 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    opacity: 0.8;
}

.info-important p {
    color: #A03195;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.ico-important {
    width: 30px;
    float: left;
    margin-right: 15px;
    margin-left: 20px;
}

.important-alert {
    text-align: left;
    font-family: 'optima-bold';
    margin-bottom: -10px;
    margin-top: 35px;
}

.important-alert p {
    padding-top: 5px;
}

.simpandata {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.btn-simpandata {
    border-radius: 0;
    background-color: #721C6E;
    border-color: #721C6E;
    color: #fff;
    margin-top: 15px;
    width: 15%;
}

.desc-produk h3 {
    color: #EA7BDF;
}

.none {
    display: none;
}

.pro-width img {
    width: 85%;
}

.tdg-width img {
    width: 80%;
    margin-bottom: 20px;
}

.hasil-design {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.informasi-design {
    background-color: #A03195;
    margin-top: 30px;
    padding-bottom: 30px;
    opacity: 0.8;
}

.tag-hasil {
    text-align: center;
    background-color: #A03195;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: -15px;
    margin-top: -30px;
    opacity: 0.7;
}

.tag-informasi {
    background-color: #fff;
    color: #A03195;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 0px;
    margin-top: -30px;
    opacity: 0.7;
}

.informasi-design p {
    color: #fff;
}

.tag-art-calculator {
    background-color: #EFD8E8;
    color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 0px;
    margin-top: -30px;
    opacity: 0.7;
    font-size: 24px;
    font-family: 'optima-bold';
}

.pagin-namabayi {
    margin-top: 35px;
    margin-bottom: 35px;
}

.back-head {
    font-family: 'optima-bold';
    color: #fff;
    background-color: #A03195;
    padding-bottom: 10px;
    padding-top: 10px;
}

.font-color {
    color: #A03195;
}

.produk {
    padding-right: 20px;
}

.abjad-name a {
    color: #fff;
    margin-right: 5px;
}

.hot-babyname {
    margin-bottom: 10px;
}

.hot-babyname a {
    color: #fff;
}

.hot-babyname a:hover {
    font-family: 'optima-bold';
    text-decoration: none;
}

.preg-profile {
    padding-top: 20px;
    background-color: #7d7abf;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.profile-greeting {
    padding-left: 45px;
}

.profile-nama {
    margin-left: -19px;
}

.btn-keluar a {
    float: right;
    padding-right: 5px;
    color: #fff;
}

.btn-edit-profile a {
    float: right;
    padding-right: 5px;
    color: #fff;
}

.mar-main-profile {
    margin-top: 30px;
    margin-bottom: 30px
}

.profile-img {
    border-radius: 50%;
    width: 55%
}

.head-riwayat {
    color: #A03195;
    font-family: 'optima-bold';
}

.date-riwayat p {
    font-size: 15px;
    opacity: 0.6;
    margin-top: 20px;
    margin-bottom: 0px;
}

.link-detail-riwayat-bayi {
    margin-left: -30px;
}

.link-detail-riwayat-bayi a {
    color: #A03195;
}

.link-detail-riwayat-bayi a:hover {
    font-family: 'optima-bold';
    text-decoration: none;
}

.link-detail-riwayat {
    margin-left: -50px;
}

.link-detail-riwayat a {
    color: #A03195;
}

.link-detail-riwayat a:hover {
    font-family: 'optima-bold';
    text-decoration: none;
}

.mar-riwayat {
    margin-left: 15px;
    margin-bottom: 30px;
}

.btn-edit a {
    color: #A03195;
    font-family: 'optima-bold';
}

.btn-simpan {
    border-radius: 0;
    background-color: #A03195;
    border-color: #A03195;
    color: #fff;
    width: 30%;
}

.btn-kembali {
    border-radius: 0;
    background-color: #fff;
    border-color: #A03195;
    color: #A03195;
    width: 30%;
    margin-left: 20px;
}

.pad-bot-bb {
    padding-bottom: 40px;
}

.jns-keterangan {
    border-radius: 0;
    border-color: #f5e9f3;
    background-color: #f5e9f3;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.table-riwayat th {
    background-color: #A03195;
    color: #fff;
}

.table-riwayat {
    width: 91%;
}

.riwayat-pagin {
    margin-top: 20px;
}

.btn-lihat {
    border-radius: 0;
    background-color: #fff;
    border-color: #A03195;
    color: #A03195;
    width: 30%;
}

.mar-riwayat-kalender {
    margin-right: 14%
}

.mar-hasil-babyname {
    margin-bottom: 10px;
}

.tabs-bb li {
    width: 1.76%;
    list-style: none;
    border: solid 1px;
    border-color: #fff;
    color: #fff;
    background-color: #D4AF37;
}

.title-week {
    padding-bottom: 20px;
    padding-top: 22px;
    font-size: 12px;
}

.tabs-bb a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0;
    background: #D05BBF;
}

.tabs-bb a:hover,
.tabs-bb a.active {
    background: #D4AF37;
}

.tabgroup div {
    padding: 30px;
    box-shadow: 0px 2px #e9e1df;
    margin-bottom: 25px;
    background-color: #fff;
}

.tabgroup div ul {
    text-align: left;
}

.info-important ul li {
    color: #A03195;
    text-align: left;
    padding-right: 20px;
}

.table-tanyadokter {
    padding-left: 45px;
    margin-bottom: 45px;
}

.article-pop-tanyadokter {
    margin-top: -50px;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.list {
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    border-bottom: none;
    background-color: #D4AF37;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
    font-size: 8px;
    padding: 6px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.scroller-left {
    float: left;
    font-size: 8px;
    padding: 7px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.for-scroll {
    position: absolute;
    z-index: 9;
}

.for-scroll-right {
    position: absolute;
    right: 0px;
}

.info-important ul li {
    color: #A03195;
    text-align: left;
}

.weeks {
    border-radius: 0;
    border-color: #f5e9f3;
    background-color: #f5e9f3;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.pad-qna-profile {
    padding-right: 0px;
    padding-bottom: 35px;
}

.zoom {
    display: inline-block;
    position: relative;
}

.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.width-barang {
    width: 100%;
}

.back-img {
    width: 91.3%;
    margin-left: 15px;
    height: 240px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
}

.wrapper ul p {
    color: #fff;
    padding-top: 25px;
    text-align: center;
    padding-left: 8px;
    font-size: 12px;
}

.datepick-profile {
    border-radius: 0px;
    border-color: #A03195;
    background-color: #f5e9f3;
}

.img-support {
    max-width: 50%;
}

.logo-footer {
    margin-bottom: 15px;
}

.mar-kontak-footer {
    margin-top: -5px;
}

.img-kontak-footer {
    margin-left: 2px;
}

.img-kontak-footers {
    width: 125%;
    margin-left: 2px;
}

.icon-footer a img {
    width: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.icon-footer {
    margin-bottom: 20px;
}

.desc-preg {
    padding-top: 10px;
}

.sub-footer {
    margin-top: 35px;
}

.card-columns {
    padding-left: 30px;
    padding-right: 30px;
}

.mar-left-foot {
    margin-left: -20px;
}

.search-form .input-group {
    border-bottom: 2px solid #ced4da;
    border-radius: 5px;
}

.search-form .input-group button {
    border: none;
}

.search-form input {
    border: none;
    background-color: transparent;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 25px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button-baby-like {
    color: #A03195;
}

.button-baby-like:hover {
    color: #A03195;
}

.social-icon {
    font-size: 30px;
}

a.color-icon-fb {
    color: #4267b2;
    ;
}

a.color-icon-twitter {
    color: #4AB3F4;
}

a.color-icon-whatsapp {
    color: #1ebea5;
}

.card-infographic {
    padding: 15px;
    background-color: #EEE6E4;
}

#image-upload {
    display: none;
}

.main-vid-pro a .icon-play {
    font-size: 45px;
    position: absolute;
    left: 45%;
    top: 0%;
    margin-top: 30%;
    color: #fff;
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.main-vid-pro a:hover .icon-play {
    opacity: 1;
}

.video-item a .icon-play-video {
    font-size: 45px;
    position: absolute;
    top: 20%;
    right: 40%;
    color: #A03195;
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-item a:hover .icon-play-video {
    opacity: 1;
}

.preg-main-profile #birth-result .hasil-design .tag-hasil {
    font-size: 15px;
}

.preg-main-profile #name-result .hasil-design .tag-hasil {
    font-size: 15px;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.ico-war-result {
    width: 30px;
    float: left;
    margin-left: 30%;
    margin-right: -35%;
}

.detail-war-result {
    font-size: 15px !important;
    color: #D4AF37;
}

.title-war-result {
    font-size: 19px !important;
    font-family: 'optima-bold';
    color: #D4AF37;
}

.subscribe-section p {
    color: #FFF;
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    margin-left: -125px;
}

.subscribe-section h3 {
    color: #FFF;
    font-size: 25px;
    margin-bottom: 0px;
    font-family: 'optima-bold';
    text-align: center;
}

.subscribe-section input {
    height: 40px;
    margin-top: -5px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-subscribe {
    height: 40px;
    margin-top: -5px;
    border-radius: 0;
    background-color: #721C6E;
    border-color: #721C6E;
    color: #fff;
}

.pt-pb-subscribe {
    padding-top: 25px;
    padding-bottom: 10px;
}

.ml-125 {
    margin-left: -125px;
}

.p-0 {
    padding: 0px;
}

.preg-penggunaan .card-body ul li,
.preg-kebijakan .card-body ul li {
    padding-right: 20px;
    padding-left: 20px;
}

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

.seo-text {
    padding-bottom: 20px;
    padding-top: 20px;
    border-right: solid 1.5px #eee;
    border-top: solid 1.5px #eee;
    border-left: solid 1.5px #eee;
}

.seo-text h1,
.seo-text h2 {
    font-size: 15px;
}

.seo-text p {
    font-size: 12px;
}

.mobile-seo a {
    text-decoration: none;
}

.mobile-seo i {
    color: #fff;
}

.morecontent span {
    display: none;
}

a.morelink {
    color: #A03195;
}

.mobilever {
    display: none !important;
}

.fa-angle-up:before {
    content: "\f106";
}

.section{
    padding: 40px 0;
    /* background: #fafafa; */
}

.title-section-large{
    font-family: 'poppins-bold';
    font-size: 40px;
    margin-bottom: 40px;
}

.title-section-smaller{
    font-family: 'poppins-bold';
    font-size: 36px;
}

.flex-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.btn-white-border{
    /* background-color: #fafafa; */
    background-color: transparent;
    font-size: 14px;
    color: #A03196;
    font-family: 'poppins-lighter';
    border: 1px solid #EED7EC;
    padding: 12px 21px;
    /* width: 100%; */
    width: 200px;
    text-align: center;
    font-weight: 600;
}

.btn-purple{
    /* background-color: #fafafa; */
    background-color: transparent;
    font-size: 14px;
    color: #ffffff;
    font-family: 'poppins-lighter';
    border: 0;
    padding: 12px 21px;
    /* width: 100%; */
    width: 200px;
    text-align: center;
    font-weight: 600;
    background: #892980;
}

.btn-purple:hover{
    color: #ffffff;
}

.crmtools-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.crmtools-container-mobile{
    display: none;
}

.crmtool-box-slider{
    margin: 0;
    padding: 0;
}

.crmtool-box,.crmtool-box-slider .crmtool-box.produk-kami{
    position: relative;
    width: 21.66%;
    height: 540px;
    background: url("/images/produk-terbaik-kami.jpg") no-repeat center;
    background-size: cover;
    transition: width 0.3s ease;
}

.crmtool-box:nth-child(2),.crmtool-box-slider .crmtool-box.kalender-kesuburan{
    background: url("/images/kalender-kesuburan.jpg") no-repeat 57%;
    background-size: cover;

}

.crmtool-box:nth-child(3),.crmtool-box-slider .crmtool-box.kalkulator-perkiraan-lahir{
    background: url("/images/kalkulator-perkiraan-lahir.jpg") no-repeat center;
    background-size: cover;
}

.crmtool-box:nth-child(4),.crmtool-box-slider .crmtool-box.kumpulan-nama-bayi{
    background: url("/images/generator-nama-bayi.jpg") no-repeat 28%;
    background-size: cover;
}

.crmtool-box:nth-child(5),.crmtool-box-slider .crmtool-box{
    background: url("/images/generator-wajah-ai.jpg") no-repeat center;
    background-size: cover;
}

.crmtool-box.active{
    width: 35%;
}

.crmtool-box .crmtool-title{
    position: absolute;
    bottom: 0;
    color: #ffffff!important;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 40px 42.5px;
    display: flex;
    align-items: baseline;
} 

.crmtool-box_highlighted .crmtool-title{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff!important;
    font-size: 24px;
    padding: 40px 42.5px;
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #AA519F 100%);

}


.crmtool-box .crmtool-title h3,
.crmtool-box_highlighted .crmtool-title h3{
    color: #ffffff!important;
    margin-bottom: 0;
}

.crmtool-box.active .crmtool-title{
    opacity: 1;
    z-index: 2;
    width: 100%;
    justify-content: space-between;
}

.purple-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 0, 128, 0.5); 
    z-index: 1; 
}

.crmtool-box.active .purple-overlay{
    background: linear-gradient(180deg, rgba(160, 49, 150, 0.014) 0%, rgba(157, 89, 151, 0.518) 100%);
}

.crmtool-box_highlighted-1{
    background: linear-gradient(180deg, #DDB2D8 0%, #AE50A5 100%);

}

.crmtool-box_highlighted-2{
    background: linear-gradient(0deg, #DDB2D8 0%, #AE50A5 100%);
}

.crmtool-box_highlighted{
    padding: 40px 40px 80px 40px;
    height: 100%;
    position: relative;
}

.crmtool-box_highlighted .crmtool_highlighted-title{
    font-size: 26px;
    color: #fff;
    font-family: 'poppins-regular';
    text-align: center;
}

.crmtool-box_highlighted .crmtool_highlighted-image{
    text-align: center;
    margin-top: 20px;
}

.crmtool-box_highlighted-2 .crmtool_highlighted-image{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.crmtools-container-mobile .slick-next{
    right: 15px;
    width: 40px;
    height: 40px;
}
.crmtools-container-mobile .slick-prev{
    left: 15px;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    border-radius: 12px;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.videowrapper.active{
    display: block;
}

#banner{
    position: relative;
}

.nav-wrapper{
    backdrop-filter: blur(13px);
    border: 1px solid #FFFFFF;
    display: flex;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

.main-banner-nav{
    position: absolute!important;
    bottom: 0;
    width: 30%;
    margin: auto;
    transform: translate(-50%, -50%);
    left: 50%;
}

.main-banner-nav .slick-slide{
    width: 69px;
    transition: width 0.2s ease;
}

.main-banner-nav .slick-current{
    width: 235px;
}

.main-banner-nav .slick-slide .nav-wrapper .nav-text{
    /* display: none; */
    width: 0;
    font-size: 0;
    transition: all 0.2s ease;
}

.main-banner-nav .slick-current .nav-wrapper .nav-text{
    /* display: block; */
    width: auto;
    min-width: 150px;
    font-size: 12px;
    padding: 18px 10px;
    color:#ffffff;
    transition: all 0.2s ease;
}

.main-banner-nav .nav-wrapper img{
    width: 69px!important;
    border-radius:4px;
}

.main-produk .slick-current:not(.slick-cloned) img {
    transform: scale(1);
    z-index: 10 !important;
}

.main-produk .slick-slide:not(.slick-current) img {
    transform: scale(0.7);
}

.main-produk .slick-list {
    /* padding: 70px 12% 70px 12% !important */
}

.main-produk .slick-slide:not(.slick-current) .produk-text-section {
    display: none;
}

.main-produk .slick-slide:not(.slick-current).slick-showtext .produk-text-section {
    display: block;
}

.slick-showtext .btn-white-border{
    max-width: 200px;
    margin: auto;
}


.fontreg-24px{
    font-family: 'poppins-regular';
    font-size: 16px;
    color: #323232;
}

.prenagen-club-text{
    margin: 40px 0;
}
/* iframe {
    border: 0;
} */

.slick-current .p-mommy{
    transform: translateX(-9%)!important;
}

.your-carousel-class{
        width: 30%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.your-carousel-class .slick-slide{
    background-color: #000 !important;
}

.your-carousel-class .slick-slide.slick-current{
    width: 235px;
}

.logo-klikdokter{
    margin-bottom: 30px;
    display: block;
}

@media only screen and (max-width: 575px) {
    .pad-produk2 {
        display: none;
    }
    #main-pro1 {
        display: none;
    }
    .d-block #main-pro1 {
        display: block !important;
    }
    .mobilever {
        display: block !important;
    }
    .main-produk {
        margin-bottom: 0px;
        display: none;
    }
    .mobilever .main-produk {
        margin-bottom: 20px;
        display: block;
    }
    .mobile-seo #accordion .card {
        border: none;
        background-color: transparent;
    }
    .mobile-seo #accordion .card .card-header .accordion-title {
        background-color: transparent;
    }
    .mobile-seo #accordion .card .card-header .accordion-title a {
        color: #A03195;
    }
    .mobile-seo .card-header {
        border-radius: 0px;
    }
    .mobile-seo #accordion {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
    .mobile-seo h1 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #fff;
    }
    .mobile-seo h2 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #fff;
    }
    #history-container .table {
        padding-right: 0px;
    }
    .btn-subscribe {
        width: 100%;
        margin-top: 5px;
    }
    .subscribe-section p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .mar-top-show {
        margin-top: 40px;
    }
    .ico-war-result {
        width: 26px;
        margin-left: 11%;
    }
    .add-thread-index {
        float: right;
        margin-top: -20px;
    }
    .img-kontak-footer {
        width: 25px;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .carousel-control-next {
        margin-right: 0px;
    }
    .carousel-control-prev {
        margin-left: 0px;
    }
    .logo {
        margin-top: 15px;
    }
    .search-form {
        margin-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-toggler-icon {
        float: right;
        color: #A03195;
        width: auto;
        margin-top: 15px;
        font-size: 30px;
    }
    .navbar-toggler {
        border-radius: 0;
    }
    .navbar-brand img {
        width: 45%;
        margin: 10px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .navbar {
        position: absolute;
        top: 0;
        /* padding: 0rem; */
        background-color: #FFF7F5;
        z-index: 10;
        /* margin-left: -15px; */
        width: 100%;
    }
    .navbar-nav hr {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -5px;
    }
    #mainNavbar {
        margin-top: 0px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    #mainNavbar .navbar-nav .nav-item {
        display: block;
        margin-top: 10px;
    }
    .main-category {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30%;
    }
    .article-archive {
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .period-category {
        margin-bottom: 20px;
    }
    .article-item {
        margin-bottom: 20px;
    }
    .foot-down {
        float: right;
        margin-top: 10px;
    }
    .footer-bottom #accordion .card {
        border: none;
        background-color: transparent;
    }
    .footer-bottom #accordion .card .card-header {
        background-color: rgba(0, 0, 0, .03);
    }
    .footer-bottom #accordion .card .card-header .accordion-title {
        background-color: transparent;
    }
    .footer-bottom #accordion .card .card-header .accordion-title a {
        color: #A03195;
    }
    .footer-bottom #accordion {
        margin: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
    .fixed-header-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 10;
        transition: top 0.2s ease-in-out;
        margin-left: -15px;
        width: 100%;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.4);
    }
    /* .featured-menu {
        height: auto;
        background-color: #A03195;
    } */
    .featured-menu.fixed-header-mobile {
        background-color: #A03195;
        height: 65px;
    }
    .featured-menu a {
        font-size: 15px;
        padding-top: 10px;
    }
    .featured-menu .row {
        height: auto;
    }
    .card .card-img p {
        font-size: 15px;
        left: 51%;
        transform: translate(-50%, -50%);
        bottom: 5%;
    }
    .thread-position-pop {
        margin: 0;
    }
    .product_view .modal-dialog {
        width: auto;
    }
    .label-daftar-popup {
        padding-left: 30px;
        padding-right: 30px;
    }
    #mainNavbar .navbar-nav .nav-item .nav-link {
        text-align: left;
        padding-left: 15px;
    }
    #mainNavbar .navbar-nav .nav-item .nav-link img {
        display: none;
    }
    .featured-menu .item-menu:after {
        content: "";
        width: 2px;
        border-right: 1px dashed #FFF;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .featured-menu .item-menu:last-child:after {
        content: "";
        width: 0px;
        border-right: 0px dashed #FFF;
    }
    .featured-menu .dropdown-menu {
        background-color: #8B1C80;
        border-radius: 0px;
        background-clip: none;
        margin: 0px;
        margin-right: -6px;
        border: none;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.4);
    }
    .open-up {
        background-color: #A03195;
        border-radius: 0px;
        background-clip: none;
        border: none;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.4);
        display: absolute;
        top: 0;
        left: 0;
        margin-top: -76%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .open-menu {
        padding-left: 0px;
    }
    .desc-open-menu {
        font-size: 30px;
        color: #fff;
        margin-top: 55px;
        width: 100%;
    }
    .item-menu p {
        color: #fff;
        font-size: 15px;
        margin-top: 0px;
        font-family: 'optima-regular';
    }
    .btn-open-menu {
        border: none;
        color: #fff;
        position: absolute;
        margin-left: -15px;
    }
    .mar-open-menu {
        margin-left: -10px;
    }
    .mar-detail {
        margin-left: -45%;
    }
    .detail-open-menu img {
        margin-left: -65px;
        width: 18%;
    }
    .nav-item .sub-mobile {
        width: 9%;
        position: relative;
        margin-left: -5px;
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .min-link {
        margin-top: 25%;
    }
    .min-link {
        margin-top: 25%;
    }
    .min-link,
    .min-link a {
        font-size: 12px;
        padding-top: 0px;
    }
    .stlink {
        padding-top: 10px;
    }
    .art-archive {
        margin-left: 0px;
        margin-right: 0px;
    }
    .art-item {
        margin-bottom: 20px;
    }
    .art-archive .art-item .art-img .img-thumb {
        height: 170px;
    }
    .min-link-mm {
        margin-top: 30%;
    }
    .min-link-mk a {
        font-size: 14px;
        padding-top: 0px;
    }
    .min-link-mk {
        margin-top: 30%;
    }
    .min-link-mm a {
        font-size: 14px;
        padding-top: 0px;
    }
    .mar-tops {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .footer-bottom {
        padding-left: 0px;
        padding-top: 0px;
        padding: 25px;
    }
    .footer-bottom .copyright {
        margin-top: 25px;
        margin-bottom: 55px;
    }
    .support-footer {
        margin-bottom: 25px;
    }
    .min-link-mk,
    .min-link-mk a {
        padding-top: 0px;
        font-size: 14px;
    }
    .min-link-mm,
    .min-link-mm a {
        padding-top: 0px;
        font-size: 14px;
    }
    .highlight p {
        margin-top: 0%;
        font-size: 19px;
        position: relative;
        color: #A03195;
        margin-bottom: 25px;
    }
    .highlight a:hover {
        text-decoration: none;
    }
    .preg-kebijakan,
    .preg-penggunaan,
    .preg-faq,
    .preg-sejarah {
        padding-top: 30%;
    }
    .preg-kontak {
        padding-top: 30%;
    }
    .desc-kebijakan p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title-kebijakan {
        margin-left: 0px;
        margin-right: 0px;
    }
    .desc-penggunaan p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title-penggunaan {
        margin-left: 0px;
        margin-right: 0px;
    }
    .preg-penggunaan #accordion .card-body {
        padding: 0px;
    }
    .preg-penggunaan #accordion {
        margin-left: 0px;
        margin-right: 0px;
    }
    .preg-penggunaan #accordion .accordion-title {
        padding: 0px;
    }
    .preg-kebijakan #accordion .card-body {
        padding: 0px;
    }
    .preg-kebijakan #accordion {
        margin-left: 0px;
        margin-right: 0px;
    }
    .preg-kebijakan #accordion .accordion-title {
        padding: 0px;
    }
    .main-category .icon-category-ico {
        width: 17%;
    }
    .main-category .icon-category-kehamilan {
        width: 9.6%;
    }
    .main-category .icon-category-menyusui {
        width: 15%;
    }
    .table-tanyadokter {
        padding-left: 15px;
    }
    .article-pop-tanyadokter {
        padding-bottom: 100%;
    }
    .highlight-art img {
        clip: rect(0px, 400px, 185px, 0px);
        padding-right: 20px;
    }
    .highlight-art .art-title {
        font-size: 13px;
        margin-top: 70%;
    }
    .highlight-art .art-view {
        font-size: 11px;
        margin-top: 80%;
    }
    .video-pop {
        padding: 20px 0px 18px 33px;
    }
    #playing_video iframe {
        width: 89%;
        height: 215px;
        background-size: cover;
        background-position: center center;
    }
    .close-popup {
        font-size: 29px;
        right: 7px;
        margin-top: -9px;
    }
    .preg-head-infografik,
    .preg-head-video {
        margin-top: 20%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .line-head {
        width: 33%;
    }
    .preg-head-video a p,
    .preg-head-infografik a p {
        font-size: 15px;
    }
    .style-info a {
        font-size: 14px;
    }
    .card-title {
        font-size: 13px;
    }
    .title-highlight {
        border-top: solid 1px;
        padding-top: 25px;
        margin-top: 20px;
    }
    .back-img {
        margin-bottom: 15px;
    }
    .video-archive .video-item .video-img .img-thumb {
        height: 215px;
        background-size: cover;
        background-position: center center;
    }
    .line-info-popup {
        margin-right: 38px;
    }
    .preg-profile {
        margin-top: 22%;
    }
    .preg-profile p {
        margin-bottom: 10px;
    }
    .mar-mobile {
        margin-top: 30%;
    }
    .btn-balasan {
        width: auto;
    }
    .pad-preg-btn {
        padding: 20px -15px 20px 15px;
    }
    .st-preg {
        margin-left: 0px;
        margin-right: 0px;
    }
    .pad-qna {
        padding-right: 15px;
        margin-left: 0px;
    }
    .ico-preg {
        margin-left: 15px;
        margin-top: 60%;
    }
    .search-ico {
        position: absolute;
        right: 14%;
        width: 0%;
    }
    .table-pregnity {
        margin-left: 15px;
        margin-bottom: 0px;
    }
    .margin-table {
        margin-right: 15px;
    }
    .pad-item {
        padding-right: 30px;
    }
    .desc-insejarah p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title-insejarah {
        margin-left: 0px;
    }
    #return-to-top {
        position: fixed;
        bottom: 115px;
        right: 30px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 28px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.7);
    }
    #return-to-top:hover i {
        color: #fff;
        /* top: 5px; */
    }
    .video-item a .icon-play-video {
        top: 25%;
    }
    .block-feature {
        margin-top: 20%;
    }
    .tag-hasil {
        width: 50%;
    }
    .pad-null {
        padding: 0px;
    }
    .babyname-table .babyname-item {
        font-size: 12px;
    }
    .babyname-name,
    .babyname-arti,
    .babyname-jk,
    .babyname-bahasa,
    .babyname-love,
    .babyname-gender {
        width: 20%;
    }
    .btn-simpandata {
        width: 43%;
    }
    .mar-riwayat {
        margin-left: -15px;
        margin-right: 0px;
    }
    .table-riwayat {
        width: 100%;
    }
    .table-riwayat thead th {
        font-size: 12px;
    }
    .table-riwayat tbody td {
        font-size: 12px;
    }
    .btn-lihat {
        width: 100%;
        font-size: 12px;
    }
    .result.babykick-result .table table tr td {
        font-size: 12px;
    }
    .tag-informasi {
        width: 50%;
    }
    .result.babykick-result p {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .kalender-art {
        padding-right: 15px;
        padding-left: 15px;
    }
    .result-kalender.calendar-result .table {
        font-size: 12px;
    }
    #kick-result .table {
        font-size: 12px;
    }
    #weight-result .bodyweight-range,
    .preg-main-profile #weight-result .bodyweight-category {
        font-size: 20px;
    }
    #weight-result p {
        font-size: 15px;
    }
    #birth-result .hasil-design .tag-hasil,
    .preg-main-profile #birth-result p {
        font-size: 15px;
    }
    .result.bodyweight-result .bodyweight-category {
        font-size: 20px;
    }
    .result.calculator-result .hasil-design {
        font-size: 16px;
    }
    .tag-art-calculator {
        font-size: 20px;
    }
    #second-tab-group h2 {
        font-size: 28px;
    }
    #second-tab-group p {
        font-size: 15px;
    }
    .for-pad-art {
        padding-top: 15%;
    }
    .main-vid-pro a .icon-play {
        margin-top: 25%;
    }
    .preg-produk {
        padding-top: 20%
    }
    .desc-produk {
        padding-top: 30px;
    }
    .main-vid-pro {
        margin-top: 30px;
    }
    .mobile-produk img {
        width: 50%;
    }
    .mobile-produk h3 {
        color: #EA7BDF;
    }
    .mobile-produk a {
        color: #EA7BDF;
    }
    .mobile-produk a:hover {
        font-family: 'optima-bold';
        text-decoration: none;
    }
    #flexiselDemo1,
    #flexiselDemo2,
    #flexiselDemo3 {
        display: block;
    }
    .nbs-flexisel-container {
        position: relative;
        max-width: 100%;
        margin-top: -60px;
    }
    .nbs-flexisel-ul {
        position: relative;
        width: 9999px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
    }
    .nbs-flexisel-inner {
        overflow: hidden;
        float: left;
        width: 100%;
    }
    .nbs-flexisel-item {
        float: left;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        position: relative;
        line-height: 0px;
    }
    .nbs-flexisel-item img {
        width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 50%;
    }
    .size-flex {
        font-size: 40px;
    }
    .nbs-flexisel-item a h6 {
        color: #fff;
        font-size: 18px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .nbs-flexisel-item a:hover {
        text-decoration: none;
        font-family: 'optima-bold';
    }
    #progress-content-section {
        margin-top: 60px;
        margin-bottom: 35px;
    }
    #progress-content-section {
        margin-top: 60px;
        margin-bottom: 35px;
    }
    .title-mobile {
        color: #EA7BDF;
        text-align: center;
        margin-top: 35px;
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 22px;
        height: 22px;
        position: absolute;
        cursor: pointer;
        z-index: 9;
        opacity: 0.5;
    }
    .nbs-flexisel-nav-left {
        left: 10px;
    }
    .nbs-flexisel-nav-right {
        right: 5px;
    }
    #flexiselDemo2 li {
        padding-top: 20px;
    }
    #flexiselDemo2 li .title {
        line-height: 21px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        padding-top: 7px;
        position: relative;
        vertical-align: middle;
        width: 180px;
        background: #a93293;
        color: #fff;
        border-radius: 5px;
    }
    #flexiselDemo2 li .title-null {
        line-height: 21px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        padding-top: 7px;
        position: relative;
        vertical-align: middle;
        width: 180px;
        color: #fff;
        border-radius: 5px;
    }
    #flexiselDemo2 li .title {
        position: relative;
        background: #a93293;
    }
    #flexiselDemo2 li .title:after,
    .title:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    #flexiselDemo2 li .title:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #a93293;
        border-width: 8px;
        margin-left: -8px;
    }
    #flexiselDemo2 .title:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #a93293;
        border-width: 10px;
        margin-left: -10px;
    }
    #flexiselDemo2 li .box-produk {
        margin: auto;
        width: 120px;
        background: #f6f6f6;
        height: 139px;
    }
    #flexiselDemo2 li .box-produk-null {
        margin: auto;
        width: 120px;
    }
    #flexiselDemo2 li .boxes {
        margin-top: 17px;
    }
    #flexiselDemo2 li hr {
        width: 120px;
        margin: auto;
        margin-top: 6px;
        background: none repeat scroll 0% 0% rgb(163, 47, 144);
        height: 6px;
        border-radius: 10px;
        border: none;
        margin-bottom: 20px;
    }
    .article-pop-tanyadokter {
        display: none;
    }
    .wrapper {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .datepicker-dropdown {
        margin-top: 17%;
        z-index: 9;
    }
    .for-width {
        width: 95%;
    }
    .mar-top-show {
        margin-top: 40px;
    }
    .preg-tanyadokter {
        padding-top: 20%;
    }
}

@media (min-width: 2761px) and (max-width: 2767px) {
    .mobile-seo #accordion .card {
        border: none;
        background-color: transparent;
    }
    .mobile-seo #accordion .card .card-header .accordion-title {
        background-color: transparent;
    }
    .mobile-seo #accordion .card .card-header .accordion-title a {
        color: #A03195;
    }
    .mobile-seo .card-header {
        border-radius: 0px;
    }
    .mobile-seo #accordion {
        margin: 0px;
        margin-bottom: 10px;
        width: 100%;
    }
    .mobile-seo h1 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #fff;
    }
    .mobile-seo h2 {
        font-size: 20px;
        margin-bottom: 0px;
        color: #fff;
    }
    #history-container .table {
        padding-right: 0px;
    }
    .btn-subscribe {
        width: 100%;
        margin-top: 5px;
    }
    .subscribe-section p {
        margin-left: 0px;
    }
    .mar-top-show {
        margin-top: 40px;
    }
    .ico-war-result {
        width: 26px;
        margin-left: 17%;
    }
    .for-width {
        width: 95%;
    }
    .datepicker-dropdown {
        margin-top: 17%;
        z-index: 9;
    }
    .font-color {
        font-size: 12px;
    }
    .wrapper {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .article-pop-tanyadokter {
        display: none;
    }
    .video-item a .icon-play-video {
        top: 25%;
        right: 45%;
    }
    .title-mobile {
        color: #EA7BDF;
        text-align: center;
        margin-top: 35px;
    }
    #flexiselDemo1,
    #flexiselDemo2,
    #flexiselDemo3 {
        display: none;
    }
    .nbs-flexisel-container {
        position: relative;
        max-width: 100%;
        margin-top: -60px;
    }
    .nbs-flexisel-ul {
        position: relative;
        width: 9999px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
    }
    .nbs-flexisel-inner {
        overflow: hidden;
        float: left;
        width: 100%;
    }
    .nbs-flexisel-item {
        float: left;
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        position: relative;
        line-height: 0px;
    }
    .nbs-flexisel-item img {
        width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 50%;
    }
    .size-flex {
        font-size: 40px;
    }
    .nbs-flexisel-item a h6 {
        color: #fff;
        font-size: 20px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .nbs-flexisel-item a:hover {
        text-decoration: none;
        font-family: 'optima-bold';
    }
    #progress-content-section {
        margin-top: 60px;
        margin-bottom: 35px;
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 22px;
        height: 22px;
        position: absolute;
        cursor: pointer;
        z-index: 9;
        opacity: 0.5;
    }
    .nbs-flexisel-nav-left {
        left: 10px;
    }
    .nbs-flexisel-nav-right {
        right: 5px;
    }
    #flexiselDemo2 li {
        padding-top: 20px;
    }
    #flexiselDemo2 li .title {
        line-height: 21px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        padding-top: 7px;
        position: relative;
        vertical-align: middle;
        width: 180px;
        background: #a93293;
        color: #fff;
        border-radius: 5px;
    }
    #flexiselDemo2 li .title-null {
        line-height: 21px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        padding-top: 7px;
        position: relative;
        vertical-align: middle;
        width: 180px;
        color: #fff;
        border-radius: 5px;
    }
    #flexiselDemo2 li .title {
        position: relative;
        background: #a93293;
    }
    #flexiselDemo2 li .title:after,
    .title:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    #flexiselDemo2 li .title:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #a93293;
        border-width: 8px;
        margin-left: -8px;
    }
    #flexiselDemo2 .title:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #a93293;
        border-width: 10px;
        margin-left: -10px;
    }
    #flexiselDemo2 li .box-produk {
        margin: auto;
        width: 120px;
        background: #f6f6f6;
        height: 139px;
    }
    #flexiselDemo2 li .box-produk-null {
        margin: auto;
        width: 120px;
    }
    #flexiselDemo2 li .boxes {
        margin-top: 17px;
    }
    #flexiselDemo2 li hr {
        width: 120px;
        margin: auto;
        margin-top: 6px;
        background: none repeat scroll 0% 0% rgb(163, 47, 144);
        height: 6px;
        border-radius: 10px;
        border: none;
        margin-bottom: 20px;
    }
    .mobile-produk a {
        color: #EA7BDF;
    }
    .mobile-produk a:hover {
        font-family: 'optima-bold';
        text-decoration: none;
    }
    .mobile-produk h3 {
        color: #EA7BDF;
    }
    .mobile-produk img {
        width: 50%;
    }
    .main-vid-pro {
        margin-top: 30px;
    }
    .desc-produk {
        padding-top: 30px;
    }
    .preg-produk {
        padding-top: 20%
    }
    .for-pad-art {
        padding-top: 15%;
    }
    .preg-main-profile #kick-result .table {
        font-size: 12px;
    }
    .preg-main-profile #weight-result .bodyweight-range,
    .preg-main-profile #weight-result .bodyweight-category {
        font-size: 20px;
    }
    .preg-main-profile #weight-result p {
        font-size: 15px;
    }
    .preg-main-profile #birth-result .hasil-design .tag-hasil,
    .preg-main-profile #birth-result p {
        font-size: 15px;
    }
    .result-kalender.calendar-result .table {
        font-size: 13px;
    }
    .kalender-art {
        padding-right: 15px;
        padding-left: 15px;
    }
    .result.babykick-result .table table tr td {
        font-size: 14px;
    }
    .result.babykick-result p {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .tag-informasi {
        width: 50%;
    }
    .btn-lihat {
        width: 100%;
        font-size: 12px;
    }
    .table-riwayat tbody td {
        font-size: 12px;
    }
    .table-riwayat thead th {
        font-size: 12px;
    }
    .table-riwayat {
        width: 100%;
    }
    .mar-riwayat {
        margin-left: -15px;
        margin-right: 0px;
    }
    .babyname-name,
    .babyname-arti,
    .babyname-jk,
    .babyname-bahasa,
    .babyname-love,
    .babyname-gender {
        width: 20%;
    }
    .tag-hasil {
        width: 50%;
    }
    .add-thread-index {
        float: right;
        margin-top: 5px;
    }
    .img-kontak-footer {
        width: 25px;
        margin-left: 20px;
        margin-bottom: 5px;
    }
    .carousel-control-next {
        margin-right: 0px;
    }
    .carousel-control-prev {
        margin-left: 0px;
    }
    .logo {
        margin-top: 15px;
    }
    .search-form {
        margin-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-toggler-icon {
        float: right;
        color: #A03195;
        width: auto;
        margin-top: 15px;
        font-size: 30px;
    }
    .navbar-toggler {
        border-radius: 0;
    }
    .navbar img {
        width: 45%;
        margin: 10px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .navbar {
        position: absolute;
        top: 0;
        /* padding: 0rem; */
        background-color: #FFF7F5;
        z-index: 10;
        /* margin-left: -15px; */
        width: 100%;
    }
    .navbar-nav hr {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: -5px;
    }
    #mainNavbar {
        margin-top: 0px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    #mainNavbar .navbar-nav .nav-item {
        display: block;
        margin-top: 10px;
    }
    .main-category {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30%;
    }
    .article-archive {
        margin-bottom: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .period-category {
        margin-bottom: 20px;
    }
    .article-item {
        margin-bottom: 20px;
    }
    .foot-down {
        float: right;
        margin-top: 10px;
    }
    .footer-bottom #accordion .card {
        border: none;
        background-color: transparent;
    }
    .footer-bottom #accordion .card .card-header {
        background-color: rgba(0, 0, 0, .03);
    }
    .footer-bottom #accordion .card .card-header .accordion-title {
        background-color: transparent;
    }
    .footer-bottom #accordion .card .card-header .accordion-title a {
        color: #A03195;
    }
    .footer-bottom #accordion {
        margin: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
    .fixed-header-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 10;
        transition: top 0.2s ease-in-out;
        margin-left: -15px;
        width: 100%;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.4);
    }
    .featured-menu {
        height: 65px;
        background-color: #A03195;
    }
    .featured-menu .item-menu img {
        width: 10%;
    }
    .featured-menu a {
        font-size: 15px;
        padding-top: 10px;
    }
    .featured-menu .row {
        height: auto;
    }
    .card .card-img p {
        font-size: 18px;
        left: 51%;
        transform: translate(-50%, -50%);
        bottom: 5%;
    }
    .thread-position-pop {
        margin: 0;
    }
    .product_view .modal-dialog {
        width: auto;
    }
    .label-daftar-popup {
        padding-left: 30px;
        padding-right: 30px;
    }
    #mainNavbar .navbar-nav .nav-item .nav-link {
        text-align: left;
        padding-left: 15px;
    }
    #mainNavbar .navbar-nav .nav-item .nav-link img {
        display: none;
    }
    .featured-menu .item-menu:after {
        content: "";
        width: 2px;
        border-right: 1px dashed #FFF;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .featured-menu .item-menu:last-child:after {
        content: "";
        width: 0px;
        border-right: 0px dashed #FFF;
    }
    .featured-menu .dropdown-menu {
        background-color: #8B1C80;
        border-radius: 0px;
        background-clip: none;
        margin: 0px;
        margin-right: -6px;
        border: none;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.4);
    }
    .open-up {
        background-color: #A03195;
        border-radius: 0px;
        background-clip: none;
        border: none;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.4);
        display: absolute;
        top: 0;
        left: 0;
        margin-top: -75.9%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .open-menu {
        padding-left: 0px;
    }
    .desc-open-menu {
        font-size: 30px;
        color: #fff;
        margin-top: 55px;
        width: 100%;
    }
    .item-menu p {
        color: #fff;
        font-size: 15px;
        margin-top: 0px;
        font-family: 'optima-regular';
    }
    .btn-open-menu {
        border: none;
        color: #fff;
        position: absolute;
        margin-left: -15px;
    }
    .mar-open-menu {
        margin-left: -10px;
    }
    .mar-detail {
        margin-left: -45%;
    }
    .detail-open-menu img {
        margin-left: -65px;
        width: 18%;
    }
    .nav-item .sub-mobile {
        width: 9%;
        position: relative;
        margin-left: -5px;
        margin-top: -15px;
        margin-bottom: -15px;
    }
    .min-link {
        margin-top: 25%;
    }
    .min-link,
    .min-link a {
        font-size: 14px;
        padding-top: 0px;
    }
    .stlink {
        padding-top: 10px;
    }
    .art-archive {
        margin-left: 0px;
        margin-right: 0px;
    }
    .art-item {
        margin-bottom: 20px;
    }
    .art-archive .art-item .art-img .img-thumb {
        height: 170px;
    }
    .min-link-mm {
        margin-top: 30%;
    }
    .min-link-mk a {
        font-size: 14px;
        padding-top: 0px;
    }
    .min-link-mk {
        margin-top: 30%;
    }
    .min-link-mm a {
        font-size: 14px;
        padding-top: 0px;
    }
    .mar-tops {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .footer-bottom {
        padding-left: 0px;
        padding-top: 0px;
        padding: 25px;
    }
    .footer-bottom .copyright {
        margin-top: 25px;
        margin-bottom: 55px;
    }
    .support-footer {
        margin-bottom: 25px;
    }
    .min-link-mk,
    .min-link-mk a {
        padding-top: 0px;
        font-size: 14px;
    }
    .min-link-mm,
    .min-link-mm a {
        padding-top: 0px;
        font-size: 14px;
    }
    .highlight p {
        margin-top: 0%;
        font-size: 19px;
        position: relative;
        color: #A03195;
        margin-bottom: 25px;
    }
    .highlight a:hover {
        text-decoration: none;
    }
    .preg-kebijakan,
    .preg-penggunaan,
    .preg-faq,
    .preg-sejarah {
        padding-top: 30%;
    }
    .preg-kontak {
        padding-top: 30%;
    }
    .desc-kebijakan p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title-kebijakan {
        margin-left: 0px;
        margin-right: 0px;
    }
    .desc-penggunaan p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title-penggunaan {
        margin-left: 0px;
        margin-right: 0px;
    }
    .preg-penggunaan #accordion .card-body {
        padding: 0px;
    }
    .preg-penggunaan #accordion {
        margin-left: 0px;
        margin-right: 0px;
    }
    .preg-penggunaan #accordion .accordion-title {
        padding: 0px;
    }
    .preg-kebijakan #accordion .card-body {
        padding: 0px;
    }
    .preg-kebijakan #accordion {
        margin-left: 0px;
        margin-right: 0px;
    }
    .preg-kebijakan #accordion .accordion-title {
        padding: 0px;
    }
    .main-category .icon-category-ico {
        width: 17%;
    }
    .main-category .icon-category-kehamilan {
        width: 9.6%;
    }
    .main-category .icon-category-menyusui {
        width: 15%;
    }
    .table-tanyadokter {
        padding-left: 0px;
    }
    .article-pop-tanyadokter {
        padding-bottom: 100%;
    }
    .highlight-art img {
        clip: rect(0px, 400px, 185px, 0px);
        padding-right: 20px;
    }
    .highlight-art .art-title {
        font-size: 13px;
        margin-top: 70%;
    }
    .highlight-art .art-view {
        font-size: 11px;
        margin-top: 80%;
    }
    .video-pop {
        padding: 20px 0px 20px 40px;
    }
    #playing_video iframe {
        width: 89%;
        height: 215px;
        background-size: cover;
        background-position: center center;
    }
    .close-popup {
        font-size: 29px;
        right: 7px;
        margin-top: -9px;
    }
    .preg-head-infografik,
    .preg-head-video {
        margin-top: 20%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .line-head {
        width: 33%;
    }
    .preg-head-video a p,
    .preg-head-infografik a p {
        font-size: 15px;
    }
    .style-info a {
        font-size: 14px;
    }
    .card-title {
        font-size: 13px;
    }
    .title-highlight {
        border-top: solid 1px;
        padding-top: 25px;
        margin-top: 20px;
    }
    .back-img {
        margin-bottom: 15px;
    }
    .video-archive .video-item .video-img .img-thumb {
        height: 215px;
        background-size: cover;
        background-position: center center;
    }
    .line-info-popup {
        margin-right: 38px;
    }
    .preg-profile {
        margin-top: 22%;
    }
    .preg-profile p {
        margin-bottom: 10px;
    }
    .mar-mobile {
        margin-top: 30%;
    }
    .btn-balasan {
        width: auto;
    }
    .pad-preg-btn {
        padding: 20px -15px 20px 15px;
    }
    .st-preg {
        margin-left: 0px;
        margin-right: 0px;
    }
    .pad-qna {
        padding-right: 15px;
        margin-left: 0px;
    }
    .ico-preg {
        margin-left: 15px;
        margin-top: 60%;
    }
    .search-ico {
        position: absolute;
        right: 14%;
        width: 0%;
    }
    .table-pregnity {
        margin-left: 15px;
        margin-bottom: 0px;
    }
    .margin-table {
        margin-right: 15px;
    }
    .pad-item {
        padding-right: 30px;
    }
    .desc-insejarah p {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title-insejarah {
        margin-left: 0px;
    }
    #return-to-top {
        position: fixed;
        bottom: 75px;
        right: 20px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        width: 50px;
        height: 50px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 28px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.7);
    }
    #return-to-top:hover i {
        color: #fff;
        top: 5px;
    }
    .block-feature {
        margin-top: 20%;
    }
    .feature-babyname input[type="radio"] {
        margin-left: -20px;
    }
    .block-feature label {
        padding-right: 0px;
    }
    .btn-simpandata {
        width: 40%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .subscribe-section p {
        margin-left: -80px;
    }
    .subscribe-section h3 {
        margin-left: -50px;
    }
    .profile-nama {
        margin-left: 0px;
    }
    .carousel-control-prev {
        margin-left: 0px;
    }
    .carousel-control-next {
        margin-right: 0px;
    }
    .add-thread-index {
        float: right;
        margin-top: -20px;
    }
    .card .card-img p {
        left: 28%;
        font-size: 20px;
    }
    .minhead a p {
        margin-left: -65px;
    }
    .highlight p {
        margin-top: -55%;
    }
    .highlight-art .art-title {
        margin-top: 85%;
    }
    .highlight-art .art-view {
        margin-top: 102%;
    }
    .btn-lihat {
        width: 35%;
    }
    .main-vid-pro a .icon-play {
        font-size: 35px;
        margin-top: 30%;
    }
    .wrapper {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 768px) and (max-width: 1020px) {
    .subscribe-section p {
        font-size: 9px;
        margin-left: -110px;
    }
    .subscribe-section h3 {
        font-size: 17px;
        margin-left: -30px;
    }
    .subscribe-section input {
        height: 35px;
        width: auto;
        margin-left: -55px;
    }
    .btn-subscribe {
        height: 37px;
        margin-top: -44px;
        margin-left: 130px;
    }
    .wrapper {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .video-item a .icon-play-video {
        top: 16%;
    }
    .profile-nama {
        padding-left: 50px;
    }
    .btn-edit-profile p {
        margin-left: -20px;
    }
    .btn-simpandata {
        width: 20%;
    }
    .search-form .input-group {
        width: 85%;
        float: right;
    }
    .collapse {
        display: block;
    }
    /* .navbar-toggler {
        display: none;
    } */
    .add-thread-index {
        float: right;
        margin-top: -20px;
    }
    .card .card-img p {
        bottom: 10%;
        font-size: 17px;
    }
    .carousel-control-prev {
        margin-left: 0px;
    }
    .carousel-control-next {
        margin-right: 0px;
    }
    .minhead a p {
        margin-left: -55px;
        margin-top: 5px;
        font-size: 15px;
    }
    .pregnity-section .pregnity-menu {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .art-archive .art-item .art-img .img-thumb {
        height: 175px;
    }
    .highlight p {
        margin-top: -69%;
        font-size: 19px;
    }
    .back-img {
        width: 100%;
        margin-left: 0px;
        height: 160px;
    }
    .right-ico {
        padding-top: 50px;
    }
    .main-vid-pro a .icon-play {
        font-size: 35px;
        margin-top: 25%;
    }
    .highlight-art img {
        clip: rect(0px, 400px, 220px, 0px);
    }
    .highlight-art .art-title {
        font-size: 15px;
        margin-top: 110%;
    }
    .highlight-art .art-view {
        margin-top: 128%;
    }
    .btn-lihat {
        width: 50%;
    }
    #playing_video iframe {
        width: 100%;
        background-size: cover;
        background-position: center center;
    }
    .product_view .modal-dialog {
        max-width: 730px;
    }
}

.breadcrumb-wrapper{
    background: #F7F3F6;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    /* margin-left: -30px; */
    font-size: 15px;
    line-height: 15px;
    font-family: 'poppins-bold';
    padding: 26px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
    color: #A03195
}

.breadcrumb a {
    color: #A03195
}

.featured-menu a {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.featured-menu .item-menu {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.featured-menu .item-menu img {
    display: block;
    align-self: center;
    margin-bottom: 10px;
    margin-right: 25px;
}

.highlighted-features img {
    margin-top: 20%;
}

.highlighted-features p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
    font-family: 'optima-bold';
}

.highlighted-features a:hover {
    text-decoration: none;
}

.highlighted-features a:hover p,
.highlighted-features a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 1;
    text-decoration: none;
}

@media only screen and (max-width: 575px) {
    /* .featured-menu {
        height: auto;
        background-color: #a03195;
        margin-top: 20%;
        font-size: 18px;
    }
    .featured-menu .item-menu img {
        height: 60%;
        margin-right: 10px;
    } */
    .min-link {
        margin-top: 0%;
    }
}

/* @media only screen and (max-width: 428px) {
    .featured-menu a {
        font-size: 15px;
    }
} */

/* @media only screen and (max-width: 384px) {
    .featured-menu a {
        font-size: 10px;
    }
    .featured-menu .item-menu {
        max-width: 100%;
    }
    .featured-menu .item-menu img {
        height: 45%;
        margin-right: 5px;
    }
} */

@media (min-width: 768px) and (max-width: 1020px) {
    #accordion .collapse {
        display: none;
    }
    #accordion .collapse.show {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .preg-kebijakan,
    .preg-penggunaan,
    .preg-faq,
    .preg-sejarah {
        padding-top: unset;
    }
}

/* @media (min-width: 574px) and (max-width: 768px) {
    .featured-menu a {
        flex-direction: column;
    }
    .featured-menu .item-menu img {
        margin-right: unset;
    }
} */

/* @media only screen and (max-width: 575px) {
    .featured-menu .item-menu:last-child {
        border-top: 1px dashed #fff;
    }
}

@media screen and (max-width: 299px) {
    .featured-menu .item-menu {
        border-top: 1px dashed #fff;
    }
} */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

h3,
h3 {
    font-size: 1.25rem !important
}

/*new home css start here*/
.body-container{
    background-color: #ffffff;
}
.new-navbar{
    background-color: #ffffff!important;
    color: #323232;
    padding: 16px;
}

.search-button{
    /* margin-right: 32px; */
}

.navbar-brand{
    padding: 0;
}

.new-navbar.navbar-light .navbar-nav .nav-link{
    color: #323232;
    padding: 10px;
    font-family: 'poppins-regular';
}

.dropdown-menu{
    top: 185%;
    border: transparent;
    opacity: 0; 
    transition: opacity 0.3s ease, transform 0.3s ease; /* Transition properties */
    transform: translateY(-10px); /* Initially translate it upwards */
}

.dropdown-menu.show{
    opacity: 1; /* Make it fully visible */
    /* transform: translateY(0); Move back to original position */
}

.main-banner .slick-slide{
    padding: 0;
    margin: 0;
}

.main-banner .slick-dots{
    bottom: 70px;
}

.main-banner .slick-dots li button:before{
    color: #A03196!important;
}

.main-banner .slick-dots li{
    opacity: 1;
    color: #A03196;
    width: 15px;
    height: 15px;
    background: #A03196;
    border-radius: 100px;
}

.main-banner .slick-dots li.slick-active{
    opacity: 1;
    color: #A03196;
    width: 34px;
}

.main-banner .slick-prev{
    left: 50px;
    z-index: 9;
    width: 56px;
    height: 56px;
}

.main-banner .slick-next{
    right: 50px;
    z-index: 9;
    width: 56px;
    height: 56px;
}

.featured-menu .item-menu{
    border-radius: 8px;
    height: 100%;
}

#crm-tools{
    padding: 80px 0 40px 0;
}

#crmtools{
    padding: 80px 0 40px 0;
}

#produk-kami{
    padding: 40px 0;
}

/* #produk-kami .main-produk{
    background: #fafafa!important;
} */

.main-produk .slick-slide{
    margin: 0;
}

.main-produk .slick-prev,.main-produk .slick-next{
    z-index: 9;
    width: 56px;
    height: 56px;
    top: unset;
    bottom: 30%;
}

.main-produk .slick-prev{
    left: 30%;
}

.main-produk .slick-next{
    right: 30%;
}

.main-produk .slick-dots{
    text-align: left;
}

.main-produk .slick-dots li,.articles-slider .slick-dots li{
    opacity: 1;
    color: #A03196;
    width: 9px;
    height: 9px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #A03196;
}

.main-produk .slick-dots li.slick-active,.articles-slider .slick-dots li.slick-active{
    opacity: 1;
    color: #A03196;
    background: #A03196;
    width: 25px;
    height: 9px;

}

.main-produk .slick-dots li button:before,.articles-slider .slick-dots li button:before{
    color: #A03196!important;
    opacity: 0!important;
}

.main-produk .slick-active, .main-produk .slick-clone, .main-produk .slick-slide,
.articles-slider .slick-active, .articles-slider .slick-clone, .articles-slider .slick-slide{
    opacity: 1;
}

.produk-card{
    padding: 0 16px;
}

.produk-card .produk-image{
    height: 204px;
    text-align: center;
}

.produk-card .produk-name{
    font-size: 24px;
    font-family: 'poppins-bold';
}

.produk-card .h6-product{
    color:#323232;
    font-family: 'poppins-lighter';

}

.produk-card .product-name{
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 11px;
}

.product-filter-container{
    margin-right: 32px;
    position: relative;
}

.product-filter-container::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 24px;
    /* top: 38%; */
    top: 24px;
    transform: translateY(-50%);
}

#product-filter{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.listItem{
    padding-top: 50px;
}

.main-produk .slick-list{
    /* padding:0 12% 0 12% !important; */
}

.produk-text-section{
    /* border: 1px solid #F0F0F0; */
    /* padding: 100px 24px 24px 24px; */
    padding: 39px 0px 0px 0px;
    border-radius: 16px;
    top: -35px;
    position: relative;
    height: 100%;
    min-height: 247px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.produk-card .btn-white-border{
    width: 100%;
}

#banner-babygen{
    padding: 40px 0 80px 0;
}

#prenagen-club{
    /* background: #A03196; */
    padding: 40px 0;
}

.button-wrapper-mobile{
    margin-top: 26px;
}

.gold-button{
    background: #BE8E35;
    background: linear-gradient(90deg, rgba(190, 142, 53, 1) 0%, rgba(236, 211, 125, 1) 68%, rgba(190, 142, 53, 1) 100%);
    color: #212121;
    padding: 12px;
    border-radius: 32px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.purple-button{
    background: #A03196;
    color: #ffffff;
    padding: 12px;
    border-radius: 32px;
    display: block;
}

.white-button{
    color: #A03196;
    background: #ffffff;
    padding: 12px;
    border-radius: 32px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.prenagen-club-title{
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 24px;
    color: #ffffff;
}

.prenagen-club-desc{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
}

.prenagen-club-whitebox{
    border: 1px solid #C7C7C9;
    border-radius: 16px;
    background-color: #ffffff;
    padding: 56px;
    margin-top: 80px;
}

.prenagen-club-button a{
    text-align: center;
    display: block;
    width: fit-content;
    margin: auto;
    text-decoration: none;
}

.prenagen-club-button a .white-button{
    padding-left: 35px;
    padding-right: 35px;
}

.prenagen-club-button a .white-button:hover{
    filter: brightness(0.8);
    transition: all 0.3s ease;
}

.prenagen-club-whitebox ul{
    text-align: left;
    margin: 30px auto 10px auto;
    padding-inline-start: 0px;
}

.prenagen-club-whitebox li{
    background:url("/images/slicing/prenagen-club/list-img.png") no-repeat left top;
    padding: 2px 4px 3px 45px;
    list-style: none;
    margin: 0;
}

.text-1{
    font-size: 18px;
    margin-bottom: 5px
}
.text-2{
    font-size: 15px;
}

#section-video{
    padding: 98.5px 0;
}

.videowrapper { 
    display: none;
    float: none; 
    clear: both; 
    width: 100%; 
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 25px; 
    height: 0; 
    border-radius: 12px;
} 

.videowrapper iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border-radius: 12px;
}

#prenagen-update{
    background-color: #FAFAFA;
    padding: 0px 0 120px 0;
}

.prenagen-update-flex{
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
    margin-bottom: 40px;
}

#prenagenUpdateTab.nav-tabs{
    border: 1px solid #A03196;
    border-radius: 4px;
}

#prenagenUpdateTab .nav-link{
    background: transparent;
    color: #212121;
    border: 1px solid #A03196;
    padding: 10px 24.5px;
    border-radius: 0;

}

#prenagenUpdateTab .nav-link.active{
    background:#A03196;
    color: #ffffff;
}

a{
    text-decoration: none!important;
}

.navbar-light .navbar-toggler{
    border: 0;
}

.navbar-light .navbar-toggler-icon{
    background-image: url(../images/new-menu-toggler-icon.png);
    height: 40px;
    width: 40px;
    margin: 0;
}

.articles-slider .slick-track{
    display: flex!important;
}

.articles-slider .slick-slide{
    height: inherit;
}

.article-img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    overflow: hidden;
}

.article-details{
    background-color: #ffffff;
    padding: 16px 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 275px;
}

.article-item .article-img .img-thumb {
    background-size: cover;
    height: 283px;
    transform: scale(1, 1);
    background-position: center center;
    overflow: hidden;
    transition: 0.4s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.article-item .article-img span {
    position: absolute;
    left: 15px;
    top: 15px;
    color: rgb(255, 255, 255);
    padding: 8px 14px;
    font-size: 12px;
    font-family: 'poppins-bold';
}

.article-item .article-img span.category-1{
    background:rgb(137, 176, 147);
}
.article-item .article-img span.category-2{
    background:#69BBE3;
}

.article-item .article-img span.category-3{
    background:#AA7B36;
}

.article-item .article-img span.category-1,
.article-item .article-img span.category-2,
.article-item .article-img span.category-3{
    background: #B35AAB;
    border-radius: 5px;
}


.article-title{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #323232;
    margin-bottom: 10px;
    font-family: 'poppins-bold';
}

.article-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #626262;
    height: 100%;
    font-family: 'poppins-regular';
}

.article-item{
    border-radius: 8px;
    border: 1px solid #C7C7C9;
    height: 100%;
    background-color: #ffffff;
}

.article-card-footer{
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.article-date{
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 1.2;
    color: #323232;
    display: flex;
}

.read-more{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #A03196!important;
}

.read-more a{
    color: #A03196!important;
}

.see-all-articles{
    color: #000000;
    position: relative;
    bottom: -50px;
    text-align: end;
    font-weight: bold;
}

.see-all-products{
    color: #000000;
    position: relative;
    bottom: 30px;
    text-align: end;
    font-weight: bold;
}

.see-all-articles a, .see-all-products a{
    color: #000000;
}

.show-mobile{
    display: none;
}

.show-desktop{
    display: block;
}

.articles-slider .slick-prev{
    left: 30%;
}

.articles-slider .slick-next{
    left: unset;
    right: 30%;
}

.articles-slider .slick-prev, .articles-slider .slick-next{
    z-index: 9;
    width: 56px;
    height: 56px;
    top: unset;
    bottom: -120px;
}

.articles-slider .slick-dots{
    bottom: -85px;
}

.publish-date-icon img{
    width: 18px;
    height: auto;
}

.publish-date-icon{
    margin-right: 10px;
}

.footer-bottom{
    margin: 0;
}

#prenagenUpdateTab #masa-persiapan-tab {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#prenagenUpdateTab #masa-menyusui-tab {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.curr-lang{
    display: flex;
    align-items: center;
    color: #000000;
}

.curr-lang div{
    margin: 0 8px 0 16.5px;
    font-weight: 600;
    font-size: 16px;
    color: #7D8699;
    font-weight: bold;
}

.lang-options{
    min-width: unset!important;
}

.language-desktop{
    display: block;
}

.language-mobile{
    display: none;
}

.babygen-box{
    background: linear-gradient(180deg, rgba(160, 49, 150, 0.34) 0%, #A03196 100%);
    padding: 40px 40px 60px 40px;
    border-radius: 16px;
}

.babygen-box .title-babygen{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
}

.babygen-box .babygen-pic{
    margin: 36px auto;
    width: 100%;
}

.babygen-button a{
    display: block;
    width: fit-content;
    margin: auto;
}

.babygen-button a .white-button{
    padding: 12px 36px;
}


section#seo-box {
    padding: 40px 0;
    background-color: #fafafa;
    font-family: 'poppins-lighter';
}

.font-bold_32-24{
    font-family: 'poppins-bold';
    font-size: 32px;
    color: #892980;
    line-height: 1.5;
}

.font-bold_20-20{
    font-family: 'poppins-bold';
    font-size: 20px;
    color: #892980;
}

.font-light_16-16{
    font-family: 'poppins-lighter';
    font-size: 16px;
    color: #323232;
}

.font-bold_16-16{
    font-family: 'poppins-bold';
    font-size: 16px;
    color: #323232;
}


.product-headline-wrapper .product-category-badge-wrapper{
    display: flex;
    margin-bottom: 16px;
}

.product-headline-wrapper .product-category-badge,
.article-category-badge{
    font-family: 'poppins-bold';
    font-size: 12px;
    color: #ffffff;
    padding: 8px 14px;
    background-color: #B35AAB;
    border-radius: 5px;
    width: fit-content;
}

.product-headline-wrapper .product-tagline{
    font-family: 'poppins-regular';
    font-size: 16px;
    color: #323232;
    margin-bottom: 16px;
}

.product-headline-wrapper .product-description{
    margin-bottom: 24.5px;
}

.product-variant-selection{
    border: 1px solid #EED7EC;
    border-radius: 4px;
    padding: 16px 24px;
    margin-bottom: 24.5px;
}

.product-variant-selection-wrapper{
    display: flex;
    justify-content: space-between;
}

#product_variant,#product_variant2{
    border: 0;
    background-color: transparent;
    color: #A03196;
}

.product-nutrition-section{
    padding: 80px 0;
}

.product-nutrition-row{
    padding: 40px 0;
}

.nutrition-fact-wrapper{
    padding: 24px 20px;
    border-radius: 8px;
}

/* .prenagen-mommy-uht-sec, .prenagen-mommy-sec, .prenagen-lactamom-sec{
    display: block;
}

.prenagen-uht-alsoy-sec, .prenagen-mommy-soya-sec, .prenagen-lactamom-soya-sec{
    display: none;
} */

.nutrition-fact-wrapper ::-webkit-scrollbar {
    width: 9px;
}

.nutrition-fact-wrapper ::-webkit-scrollbar-thumb {
    background: #A03196;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 55px;
}

.nutrition-fact-wrapper ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.takaran-saji-text{
    font-size: 13.13px;
    font-family: 'poppins-lighter';
    color: #A03196;
    margin-bottom: 24px;
}

.nutrition-fact-table{
    border: 3px solid #A03196;
    border-radius: 15px;
    padding: 15px 20px;
    color: #6C757D;
    font-size: 13.24px;
    font-family: 'poppins-bold';
    height: 240px;
    overflow-y: scroll;
}

.nutrition-fact-table::-webkit-scrollbar-thumb {
  background: #A03196; 
  border-radius: 15px; 
}

.prenapro-section{
    border: 1px solid #EED7EC;
    border-radius: 16px;
    padding: 40px;
    margin: 40px 0;
}

.prenapro-hightlight-text{
    height: fit-content;
    margin: auto;
}

#prenaproAccordion .card{
    background-color: #fff;
    border: unset;
    margin-bottom: 24px;
}

#prenaproAccordion .card-header{
    background-color: #fff;
    border: 1px solid #EED7EC;
    padding: 0;
}

#prenaproAccordion .card-body{
    color: #892980;
    padding: 0 1.25rem 16px;
}

.prenapro-accordion-wrapper{
    margin-top:18px;
}

.prenapro-accordion-btn{
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #892980;
    font-family: 'poppins-bold';
    padding: 16px 30px;
}

.prenapro-accordion-btn:after {
  content: "\f0d8";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

.prenapro-accordion-btn.collapsed:after {
  content: "\f0d7";
}

.product-serving-section{
    padding: 56px 0;
}

.product-serving-container{
    padding: 30px;
}

#productServingTab .nav-item{
    text-align: center;
}

#productServingTab .nav-item{
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #EED7EC;
}

#productServingTab .nav-item .nav-link.active{
    background-color: #A03196;
    font-size: 14px;
    color: #ffffff;
}

#productServingContent{
    padding: 40px 0;
}

.product-serving-wrapper{
    column-count: 2;
}

.row-penyajian{
    display:flex;
    margin-bottom: 40px;
}

.row-penyajian img{
    max-width: 100px;
}

.row-penyajian .text-penyajian{
    flex-direction: column;
    margin: auto 0;
}

.row-penyajian .text-penyajian h4 {
    font-size: 14px;
}

.row-penyajian .text-penyajian h4 {
    font-size: 24px;
    font-family: 'poppins-regular';
    font-weight: bold;
    color: #A03195;
    margin-bottom: 8px;
}

.row-penyajian .text-penyajian p{
    margin-bottom: 0;
}

.product-gallery-slider .varian_list {
    text-align: center !important;
    justify-content: center;
    display: flex!important;
}

.product-gallery-slider .slick-next,
.product-gallery-slider .slick-prev {
    width: 50px;
    height: 50px;
}

.product-gallery-slider .slick-prev{
    left: 25px;
}

.product-gallery-slider .slick-next{
    right: 25px;
}

.gramasi-btn{
    background-color: transparent;
    font-family: 'poppins-regular';
    color:#A03196;
    border-radius: 0;
}



/*FAQ*/

.FAQ-headline-section{
    text-align: center;
    padding-top: 20px;
}

#FAQaccordion, 
#KebijakanAccordion,
#PenggunaanAccordion{
    font-family: 'poppins-regular';
}

#FAQaccordion .accordion-title,
#KebijakanAccordion .accordion-title,
#PenggunaanAccordion .accordion-title{
    font-family: 'poppins-bold';
}
#FAQaccordion .card * ,
#KebijakanAccordion .card *,
#PenggunaanAccordion .card *{
    background-color: transparent !important;
    color: #892980;
    line-height: 1.2!important;
    font-size: 16px;
}

#FAQaccordion .card,
#KebijakanAccordion .card,
#PenggunaanAccordion .card{
    border: 1px solid #EED7EC;
    border-radius: 8px;
    margin-bottom: 21px;
    background: transparent;
}

#FAQaccordion .accordion-title,
#KebijakanAccordion .accordion-title,
#PenggunaanAccordion .accordion-title{
    padding: 0;
}

#FAQaccordion .card-header,
#KebijakanAccordion .card-header,
#PenggunaanAccordion .card-header{
    padding: 16px 29px;
}

#FAQaccordion .card-body em a,
#KebijakanAccordion .card-body em a,
#PenggunaanAccordion .card-body em a{
    font-family: 'poppins-lighter';
}

#FAQaccordion .card-header .accordion-title:after,
#KebijakanAccordion .card-header .accordion-title:after,
#PenggunaanAccordion .card-header .accordion-title:after{
  content: "\f0d8";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#FAQaccordion .card-header.collapsed .accordion-title:after,
#KebijakanAccordion .card-header.collapsed .accordion-title:after,
#PenggunaanAccordion .card-header.collapsed .accordion-title:after{
  content: "\f0d7";
}
/*FAQ*/


/*Sejarah*/

.tentangkami-headline-section{
    padding: 56px 0;
}

.sejarah-milestone-section img{
    border-top: 1px solid #892980;
    border-bottom: 1px solid #892980;
    padding-bottom: 20px;

}

.sejarah-products-section{
    padding: 37.5px 0;
}

/*sejarah*/

/*prenagen club*/
.prenagenclub-headline-section .pc-banner{
    margin-top: 56px;
}

.prenagenclub-detail-section{
    padding: 80px 0 70px 0;
}

.prenagenclub-whitebox{
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 50px;
}

.prenagenclub-title-whitebox{
    margin-bottom: 30px;
    text-align: center;
}

.prenagenclub-point-box-row{
    margin-bottom: 57px;
}

.prenagenclub-point-box{
    text-align: center;
}

.prenagenclub-point-logo-wrapper{
    margin-bottom: 4px;
}

.prenagenclub-point-text-wrapper .title{
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
}

.prenagenclub-point-text-wrapper .desc{
    font-size: 14px;
}
/*prenagen club*/

/*article index*/
.article-highlight{
    padding: 56px 0 40px 0;
}

.article-hightlight-button-section{
    margin-top: 47px;
}

.article-highlight-detail .article-title{
    margin: 16px 0;
}

.article-recommendations{
    padding-bottom: 80px;
}

.article-box{
    padding: 20px;
    border: 1px solid #EED7EC;
    border-radius: 8px;
    margin: 20px 0;
}

.article-box-text{
    width: 75%;
    padding-right: 20px;
}

.article-box-image{
    /* width: 40%; */
    width: 142px;
}

.article-box-text .article-title{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 13px 0;
}

.pagination-sm .page-link{
    font-size: 16px;
    line-height: 1.5;
    padding: 16px;
    border: 0;
    display: inline;
    height: fit-content;
    color: #323232;
    font-family: 'poppins-bold';
}

.pagination-sm .page-item{
    display:flex;
    align-items: center;
}

.page-item.active .page-link{
    background-color: transparent;
    border-color: transparent;
    color: #A03196;
}

/*hubungi kami*/
.hubungikami-headline-section{
    border-bottom: 1px solid #A03196;
}

.hubungikami-form-section{
    border-bottom: 1px solid #A03196;
    padding: 40px 0 20px 0;
}

.bantuan-box{
    font-size: 13px;
}

.hubungikami-form-section .box-in {
    border-radius: 4px;
    border: 1px solid #892980;
    background-color: transparent;
}
.alamat-box .st-alamat h3{
    font-size: 24px;
    font-family: 'poppins-bold';
}

.lable-input{
    font-size: 20px;
    font-family: 'poppins-bold';
    color: #892980;
}
/*hubungi kami*/

.article-subcategory{
    display: flex;
    align-items: center;
    font-size: 10px;
    font-family: 'poppins-lighter';
    padding: 0 32px;
}

.title-highlight-articles{
    color:#892980;
    font-family: 'poppins-bold';
    font-size: 24px;
    text-align: left;
}

.new-highlighted-features{

}

.feature-background{
    position: relative;
    min-height: 147px;
    border-radius: 8px;
    padding: 0 25.5px;
    background-size: cover;
}

.feature-background .feature-title{
    position: absolute;
    bottom: 25px;
    text-align: left;
    font-size: 32px;
    font-family: 'poppins-bold';
    display: flex;
    color:#ffffff;
    z-index: 2;
    width: calc(100% - 45.5px);
    justify-content: space-between;
}

.highlight-article-badge{
    color: #B35AAB;
    font-size: 10px;
}


@media screen and (max-width: 1280px){
    .produk-card .produk-name {
        font-size: 22px;
    }
}

@media screen and (max-width: 1200px){
    .produk-image img{
        max-height: 80%;
    }

    .produk-text-section{
        min-height: 330px;
    }

    .language-desktop{
        display: none;
    }
    
    .language-mobile{
        display: block;

    }
    
}

@media screen and (max-width: 991px) {
    .search-button{
        display: none;
    }    

    .language .dropdown-menu {
        position: static;
        float: none;
    }

    .main-produk .slick-prev{
        left: 0px;
    }

    .main-produk .slick-next{
        right: 0px;
    }

    .prenagenclub-point-box {
        margin-bottom: 20px;
    }

    .article-subcategory{
        display: flex;
        align-items: center;
        font-size: 10px;
        font-family: 'poppins-lighter';
        padding: 7px 0 0 0;
    }

    .crmtool-box_highlighted .crmtool_highlighted-title{
        font-size: 18px;
    }

    .crmtool-box_highlighted{
        padding: 20px 20px 40px 20px;
    }

    .crmtool-box_highlighted .crmtool_highlighted-image img{
        width: 100%;
    }

    .crmtool-box_highlighted .crmtool-title{
        padding: 16px 32.5px;
    }
}
@media screen and (max-width: 768px){

    .articles-slider .slick-dots {
        bottom: -45px;
    }

    #crmtools{
        padding: 40px 0;
    }

    .main-banner-nav .slick-current .nav-wrapper .nav-text{
        background: rgb(0,0,0,0.3);
    }

    .main-banner .slick-prev{
        width: 40px;
        height: 40px;
    }

    .main-banner .slick-next{
        width: 40px;
        height: 40px;
    }

    .main-produk .slick-prev,.main-produk .slick-next{
        width: 40px;
        height: 40px;
    }

    .articles-slider .slick-prev, .articles-slider .slick-next{
        width: 40px;
        height: 40px;
    }



    .crmtool-box_highlighted{
        padding: 10px 10px 30px 10px;
    }

    .crmtool-box_highlighted .crmtool-title h3{
        font-size: 10px!important;
    }

    .crmtool-box_highlighted-2 .crmtool_highlighted-image{
        width: 65%;
    }
    
    .crmtool-box_highlighted .crmtool-title {
        padding: 16px;
    }

    .body-container{
        background-color: #FAFAFA;
    }
    .new-navbar.navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }

    .section-navbar-button a{
        width: fit-content;
        display: block;
    }

    .section-navbar-button .purple-button{
        padding: 10px 12px;
        font-size: 14px;
    }

    .main-banner .slick-dots {
        bottom: -35px;
    }

    .main-banner-nav {
        position: relative !important;
        bottom: 0;
        width: 90%;
        margin: 0;
        transform: translate(-50%, 0%);
        left: 50%;
    }

    .main-banner-nav .slick-current {
        width: 180px;
    }

    .listItem{
        padding-top: 0;
    }

    .crmtools-container-mobile{
        display: block;
    }

    .crmtools-container{
        display: none;
    }

    .babygen-box{
        padding: 28px;
        border-radius: 0;
        background: linear-gradient(180deg, rgba(160, 49, 150, -0.66) 0%, #A03196 100%);
    }

    .babygen-box .title-babygen{
        font-weight: 700;
        font-size: 22px;
        color: #A03196;
    }

    .babygen-button a {
        width: 85%;
    }

    .babygen-button a .white-button{
        padding: 10px;
        font-size: 14px;
    }

    #crm-tools{
        padding: 62px 0 20px 0;
    }

    #crm-tools .white-button{
        border: 1px solid #A03196;
    }

    .featured-menu .col-4{
        padding: 0 8px;
    }

    .featured-menu .col-4:first-child{
        padding-left: 15px;
    }

    .featured-menu .col-4:last-child{
        padding-right: 15px;
    }

    .produk-text-section{
        min-height: 200px;
    }
    
    .title-section-smaller, .title-section-large{
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    #prenagenUpdateTab #masa-persiapan-tab {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #prenagenUpdateTab #masa-menyusui-tab {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .featured-menu .item-menu{
        padding: 16px 21px;
    }

    .featured-menu a{
        flex-direction: column;
        font-size: 10px;
    }

    .featured-menu .item-menu img{
        margin-right: 0;
        width: 90%;
    }

    #produk-kami h2.title-section{
        text-align: center;
    }

    #produk-kami .produk-name h2{
        text-align: center;
        font-size: 18px;
    }

    .main-produk .slick-dots{
        text-align: center;
        bottom: 0;
    }

    .main-produk .slick-list{
        padding: 50px 0 0 0!important;
    }

    .main-produk .slick-slide img{
        transform: scale(0.6); /* Adjust scale value as needed */
        transition: 0.3s all ease;
    }

    .main-produk .slick-current:not(.slick-cloned) img{
        transform: scale(1); /* Adjust scale value as needed */
        z-index: 10!important;
        transition: 0.3s all ease;
    }

    .main-produk .slick-slide img[title="PRENAGEN mommy"]{
        right: 50px;

    }

    .main-produk .slick-current img[title="PRENAGEN mommy"]{
        transform: scale(1.1);
        right: unset;
        z-index: 10!important;
        transform: translateX(0)!important;
    }

    .main-produk .slick-slide:not(.slick-current) .produk-text-section{
        display: none;
    }

    .main-produk .slick-current .produk-text-section{
        position: relative;
        bottom: 25px;
        width: 100%;
        top: unset;
        padding-top: 29px;
    }

    .produk-card{
        padding: 0;
    }

    .flex-title{
        display: block;
    }

    .product-filter-container{
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .btn-white-border{
        width: 100%;
    }


    .crmtool-box{
        width: 100%!important;
    }

    .crmtool-box.active {
        width: 100%!important;
    }

    .crmtool-box .crmtool-title{
        /* padding: 0; */
        opacity: 1;
        z-index: 2;
        transition: all 0.3s ease;
    }

    .crmtool-box.active .crmtool-title{
        padding: 40px 22.5px;
    }

    .crmtool-box .crmtool-title>*{
        /* display: none; */
        /* width: 0; */
        transition: all 0.3s ease;
    }

    .crmtool-box.active .crmtool-title>*{
        display: flex;
        /* width: auto; */
    }



    #banner-babygen{
        padding: 40px 0 0 0;
    }

    #banner-babygen .container{
        padding:0;
        max-width: 100%;
    }

    #prenagen-club, #section-video{
        padding: 20px 0;
    }

    #prenagen-update{
        padding: 32px 0;
    }

    .button-wrapper-mobile{
        margin-top: 40px;
    }
    

    .show-mobile{
        display: block;
    }

    .show-desktop{
        display: none;
    }

    .prenagen-club-title{
        margin: 0;
        font-size: 22px;
    }

    .prenagen-club-desc{
        font-size: 14px;
    }

    .prenagen-club-button a .white-button{
        font-size: 14px;
        padding: 10px 35px;
    }

    .prenagen-club-image-mobile{
        margin: 25px 0;
    }

    .prenagen-club-button a{
        width: 85%;
    }

    .prenagen-club-whitebox{
        padding: 20px;
        margin-top: 40px;
    }

    .prenagen-club-whitebox ul{
        margin: 0;
    }

    .article-date{
        display: none;
    }
    
    .article-card-footer{
        justify-content: end;
    }

    .article-details{
        padding: 16px 20px;
    }

    .see-all-articles{
        bottom: unset;
        margin-bottom: 30px;
        text-align: center;
    }

    .see-all-products{
        bottom: unset;
        margin-bottom: 0px;
        text-align: center;
    }
    
    #prenagenUpdateTab .nav-link{
        font-size: 10px;
        padding: 10px;
    }

    #prenagenUpdateTab.nav-tabs {
        justify-content: center;
        border: 0;
    }

    .prenagen-update-flex{
        display: block;
        text-align: center;
        margin-bottom: 0px;
    }

    .logo-klikdokter{
        margin-bottom: 18px;
    }

    .product-serving-wrapper{
        column-count: 1;
    }

    .tentangkami-headline-section{
        padding: 40px 0 16px 0;
    }

    .prenagenclub-headline-section .pc-banner{
        margin-top: 40px;
    }

    .feature-background .feature-title{
        font-size: 24px;
    }

}

@media screen and (max-width: 575px) {
    .body-container {
        top: 75px;
        position: relative;
    }

    .button-wrapper-mobile{
        margin-top: 10vw;
    }

    .new-navbar{
        padding: 0 10px;
    }

    .navbar-brand img {
        /* margin: 0 15px;
        padding: 5px;
        width: auto;
        height: 100%; */
        position: relative;
        width: 55%
    }

    
    .main-produk .slick-slide img{
        transform: scale(0.5); /* Adjust scale value as needed */
    }

    .main-produk .slick-current img{
        transform: scale(1.3); /* Adjust scale value as needed */
        z-index: 10!important;
    }

    .article-box-text{
        width: 70%;
    }

    .article-box-image{
        width: 30%;
    }

    .pagination-sm .page-link{
        padding: 10px;
    }
}
/*new home css end here*/

