@import url('//fonts.googleapis.com/css2?family=Nunito&display=swap');
@font-face {
    font-family: "Nunito";
    /* src: url("https://indohomecare.com/assets/fonts/Nunito-Regular.ttf"); */
}

html,
body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
}

nav {
    font-family: "Nunito", sans-serif;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
}

footer {
    background-color: #1B8043;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-top: 2rem;
    border-top: 1px solid #dee0e2;
    /* padding: 1rem; */
    padding-top: 3rem;
}

footer a {
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    transition: all 0.2s ease;
}

footer a:hover {
    color: #fff;
    border-bottom: 0;
    text-decoration: none;
    font-weight: bold;
}

footer h5 {
    font-size: 16px;
    font-weight: bold;
}

.footer-copyright {
    background-color: #1B5030;
    color: #fff;
    font-size: 14px;
}

.footer-copyright i {
    padding-right: 10px;
}

.hero-title {
    font-family: "Nunito", sans-serif;
    text-align: center;
}

.hero-title h5 {
    font-weight: bold;
}

.hero-title hr {
    height: 1px;
    width: 200px;
    border-radius: 20px;
    background-color: #28A745;
}

.navbar-nav,
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 3rem;
    margin-bottom: 0;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgb(0 0 0 / 0%);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #28A745;
    display: block;
    transition: 0.3s;
    font-family: "Nunito", sans-serif;
}

.sidenav a:hover {
    background-color: #28A745;
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .closebtn:hover {
    background-color: transparent;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav .active,
.sidenav .active a {
    background-color: #fff;
    color: #aaa;
}

.nav-mobile {
    background-color: #fff;
    margin: 0;
    border-radius: 8px 8px 0px 0px;
}

.nav-mobile .nav-link {
    padding: 0;
    margin-bottom: -10px;
    margin-top: -10px;
    margin-right:2px;
}


.nav-mobile i {
    color: #aaa;
    margin-bottom: -10px;
}

.nav-mobile .nav-item span {
    color: #aaa;
    font-size: 10.5px;
    font-weight: 550;
    font-family: "Nunito", sans-serif;
    margin-bottom:10px;
}

.nav-mobile .nav-item {
    text-align: center;
    margin-left: -42px;
    padding-top: 10px;
}

.nav-mobile .active i{
    color: #28A745;
}

.nav-mobile .active span{
    color: #28A745;
}

@media (min-width: 768px) {
    .carousel {
        padding: 1rem 2rem 0 2rem;
    }

    .carousel-item img {
        border-radius: 10px;
    }

    .carousel-item-next img,
    .carousel-item-left img {
        border-radius: 10px;
    }

    .promotion .card {
        width: 360px;
    }

    .documentation .card {
        width: 340px;
    }

    .officer .card {
        width: 360px;
    }

    #checkout-mobile {
        display: none;
    }

    .logout-mobile {
        display: none;
    }

    .profile-nav-mobile {
        display: none;
    }

    .patient-mobile {
        display: none;
    }

    .login-btn {
        display: none;
    }

    .image-profile-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .carousel {
        padding: 1rem 0;
    }

    .steps h5,
    .hero-title h5,
    .title {
        font-size: 17px;
    }

    .bottom-space {
        margin-bottom: 4rem;
    }

    .promotion .card {
        width: 250px;
    }

    .documentation .card {
        width: 230px;
    }

    .officer .card {
        width: 250px;
    }

    #checkout-pc {
        display: none;
    }

    #checkout-mobile {
        display: block;
    }

    .profile-desktop {
        display: none;
    }

    .profile-nav-desktop {
        display: none;
    }

    .logout-desktop {
        display: none;
    }

    .image-profile-mobile {
        display: inline-block;
    }

    .history-order-desktop {
        display: none;
    }
}

.service-center {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}

.sub-layanan p {
    font-size: 12px;
    color: #222222;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: none;
    /* display: block; */
    /* align-items: center; */
    text-align: center;
    /* margin-left: 0; */
    /* margin: auto; */
}

.sub-layanan .card-img-top {
    object-fit: cover;
    border-radius: 50%;
}

.sub-layanan .card {
    margin: auto;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
}

.sub-layanan .card:hover{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sub-layanan .card:hover p:hover{
    color: #138061;
    text-decoration: none;
}

/* .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 1%;
    margin-left: -15px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 1%;
    right: -4px;
    display: block !important;
    border:0px solid black;
}

.owl-prev i, .owl-next i {
    transform : scale(0.7,0.7);
    color: #fff;
    padding: 0.4rem 0.7rem;
    border-radius: 50%;
    background-color: #2222222e;
} */

.steps {
    padding: 1rem 0;
    text-align: center;
    font-family: "Nunito", sans-serif;
}

.steps .card-img-top,
.steps .card {
    object-fit: cover;
    /* border-radius: 50%; */
    /* width: 200px; */
    /* box-shadow: none; */
    margin-bottom: 1rem;
}

.steps p {
    font-weight: bold;
    margin-top: 5px;
}

.card {
    /* border-color: #fff; */
    transition: all 0.3s ease;
}

.card {
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border-color: #fff;
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 5px;
}

.box-contact {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    border: 2px solid #28A745;
    border-radius: 20px;
    color: #28A745;
}

.box-contact:hover{
    border: 2px solid #efefef;
    background-color: #28A745;
    color: white;
}

.box-body {
    padding: 1rem 0 0 0;
}

.box-body p {
    font-size: 15px;
}

.contact a{
    text-decoration: none;
}

.btn-rounded {
    border-radius: 50%;
}

.icon-media {
    font-size: 13px;
}

.promotion .card,
.promotion img {
    border-radius: 10px;
    border: 0;
    box-shadow: none;
}

.why-us img {
    width: 55%;
}

.why-us p {
    font-weight: bold;
}

.description-services {
    border-left: 3px solid #28A745;
    border-radius: 7px;
    padding: 1rem;
    background-color: #fff;
}

.card-contact {
    border-left: 3px solid #28A745;
    border-radius: 7px;
    padding: 1rem;
    background-color: #fff;
}

.job-officer-card {
    border-left: 3px solid #28A745;
    border-radius: 7px;
    padding: 1rem;
    background-color: #fff;
}

.btn {
    font-size: 14px;
}

@media (min-width: 768px) {
    .gallery .card-img-top {
        width: 270px;
        height: 250px;
        object-fit: cover;
        margin-top: 1rem;
        cursor: zoom-in;
    }

    .officer-image {
        float: right;
    }
}

/* Gallery */
@media (max-width: 768px) {
    .gallery .card-img-top {
        width: 160px;
        height: 160px;
        object-fit: cover;
        margin-top: 1rem;
        cursor: zoom-in;
    }

    .officer-image{
        float: center;
        margin-bottom: 1rem;
        width: 100%;
    }
}

/* Pagination Custom */
.pagination {
    display: inline-flex;
}

.page-link {
    color: #000;
}

.page-link:hover {
    color: #28A745;
}

.page-item.active .page-link {
    background-color: #28A745;
    border-color: #28A745;
}
/* End */

/* Faq */
.faq .card {
    box-shadow: none;
}

.accordion > .card > .card-header {
    margin-bottom: 0;
}

.faq .card-header {
    transition: all 0.4s ease;
}

.faq .card-header:hover {
    cursor: pointer;
    background-color: #28A745;
}

.faq .card-header .btn {
    color: #000;
    font-size: 1rem;
    font-weight: bold;
}

.faq .card-header .btn:hover {
    color: #fff;
}

.faq .btn i {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.faq .card-img-top {
    object-fit: cover;
}
/* End */

.petugas .card {
    box-shadow: none;
    height: 300px;
}

.petugas .card-img-top {
    object-fit: cover;
    border-radius: 5px;
    border: #fff;
}

.petugas .card-body {
    /* padding: 0 0; */
    padding: 5px;
}

.officer-name{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -5px;
}

.officer-skill {
    font-size: 12px;
    color: #C7C7C7;
    font-weight: bold;
    margin-top: 0;
}

.officer-valuation {
    /* display: inline-flex; */
    font-size: 10px;
}

.petugas a{
    color: #000;
}

.petugas a:hover{
    text-decoration: none;
}

.detail-officer-name {
    padding: 0.5rem;
    background-color: #28A745;
    color: #fff;
}

.detail-officer-name h5{
    font-size: 25px;
    font-weight: bold;
}

.petugas-available {
    /* position: absolute;
    top: 113px; */
    margin-top: -20px;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    background-color: #E1AA1D;
    color: #fff;
    border-radius: 0 0 5px 5px;
}

.blog-popular-1 .card {
    height: 330px;
}

.blog-popular-1 img {
    object-fit: cover;
    height: 330px;
}

.blog-popular-1 .card-title {
    position: absolute;
    bottom: 0;
    font-size: 25px;
}

.blog-popular-2 a {
    text-decoration: none;
}

.blog-popular-2 .media {
    margin-top: 1rem;
}

.blog-popular-2 img {
    width: 100px;
}

.blog-popular-2 .title {
    font-size: 15px;
    font-weight: bold;
}

.blog-popular-3 .card {
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 100%;
}

.blog-popular-3 .card:hover {
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 8%), 0 21px 40px 0 rgb(0 0 0 / 11%);
}

.blog-popular-3 .card img {
    object-fit: cover;
    height: 170px;
}

.blog-popular-3 .card-body {
    padding: 1rem;
}

.blog-popular-3 .card-title {
    font-size: 16px;
    font-weight: bold;
}

.blog-popular-3 p {
    font-size: 12px;
    margin-top: 0;
}

.blog-popular-3 a {
    text-decoration: none;
}

.blog-title {
    font-size: 28px;
    font-weight: bold;
}

.blog-tag {
    display: inline-flex;
}

.blog-tag-item {
    margin-right: 5px;
    padding: 6px 11px 6px 11px;
    color: #586bb2;
    background-color: #eef0f7;
    font-size: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

.blog-date {
    position: absolute;
    right: 12px;
}


.creator-name,
.blog-date {
    color: #999999;
    font-size: 12px;
    font-weight: bold;
}

.blog-view {
    position: absolute;
    right: 12px;
    color: #999999;
    font-size: 10.5px;
    font-weight: bold;
    margin-top:7px;
    /* float: right; */
}

.blog-img {
    width: 100%;
}

.blog-referensi ul {
    list-style: none;
    font-style: italic;
    margin-left: -40px;
}

.referensi-title {
    font-size: 16px;
    font-weight: bold;
}

.ralated-article {
    font-size: 18px;
    font-weight: bold;
    color: #53565a;
}

/* Form input*/


.form-plus {
    background: #fafafa;
    /* box-shadow: inset 4px 5px 3px 0px rgb(0 0 0 / 8%); */
    border-radius: 5px;
    border: #fff;
    font-size: 12px;
}

.label {
    color: #555;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.required {
    color: rgb(255, 0, 0);
    font-size: 10px;
}
/* End */

.anouncement-checkout {
    display: flex;
}

.img-anouncement {
    width: 80px;
    height: 80px;
}

.text-anouncement {
    padding: 1.7rem 0 2rem 0;
    font-size: 12px;
}

.pay-card .card{
    /* border: 2px solid #C4C4C4; */
    box-shadow: none;
    border-bottom: 2px solid #DBDEE2;
    margin-bottom: 0.5rem;
}

.pay-card .card-body {
    padding: 0.6rem 1.25rem;
}

.pay-title {
    font-size: 16px;
    font-weight: bold;
}

.pay-customer span{
    color: #C4C4C4;
    font-size: 12px;
    font-weight: bold;
}

.pay-customer p {
    line-height: 1;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 13px;
}

.pay-customer small {
    float: right;
    margin-top: -16px;
    font-size: 10px;
    color: #28A745;
}

.pay-line {
    margin-top: 0;
}

.service-check {
    display: flex;
}

.img-service-check {
    width: 50px;
    height: 50px;
}

.service-text-check h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}


.service-text-check span{
    font-size: 12px;
    /* color: #C4C4C4; */
    font-weight: lighter;
}

.service-text-check p {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
}

.button-label {
    display: inline-block;
    padding: 1rem 1rem 0.3rem;
    margin: 0.5em;
    cursor: pointer;
    color: #292929;
    border-radius: 0;
    background: #efefef;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.button-label h1 {
    font-size: 1em;
    font-family: "Lato", sans-serif;
}
.button-label:hover {
    background: #d6d6d6;
    color: #101010;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 40em) {
    .button-label {
        padding: 10px 1em 3px;
        margin: 0.25em;
        border-radius: 0;
    }
}

#cash-button:checked + .button-label {
    background: #2ecc71;
    color: #efefef;
}
#cash-button:checked + .button-label:hover {
    background: #29b765;
    color: #e2e2e2;
}

#dp-button:checked + .button-label {
    background: #2ecc71;
    color: #efefef;
}
#dp-button:checked + .button-label:hover {
    background: #2ecc71;
    color: #e2e2e2;
}

#lunas-button:checked + .button-label {
    background: #2ecc71;
    color: #efefef;
}
#lunas-button:checked + .button-label:hover {
    background: #2ecc71;
    color: #e2e2e2;
}

.hidden {
    display: none;
}

.button-pay {
    display: flex;
}

.payment-details {
    font-size: 14px;
}

.payment-details h5 {
    font-weight: bold;
    font-size: 14px;
}

.payment-details .table td, .payment-details .table th {
    border-top: 0;
    padding: 0;
    margin-bottom: 10px;
}

.payment-details p {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 0;
}

.bank-logo {
    width: 70px;
}

.btn-light {
    background-color: #e3e5e7;
    border-color: #e3e5e7;
}

.dot-list {
    position: absolute;
    padding: 0.4rem;
    background-color: #28a745;
    border-radius: 50%;
    left: -7px;
}

.text-link {
    color: #999aa4;
}

.text-link:hover {
    color: #28A745;
}

.payment-method img {
    width: 100px;
    position: relative;
}

.payment-img {
    width: 35px;
}

@media (min-width: 768px) {
    .faq-text-1 {
        font-size: 40px;
        color: #28A745;
    }

    .faq-text-2 {
        font-size: 50px;
        color: #28A745;
    }

    .faq-jumbotron {
        background-image: url('https://indohomecare.com/assets/images/faq/faq.png');
        background-repeat: no-repeat;
        background-position: right;
        background-color: transparent;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .faq-text-1 {
        font-size: 60px;
        color: #28A745;
        opacity: 1;
    }

    .faq-text-2 {
        font-size: 70px;
        color: #28A745;
        opacity: 1;
    }

    .faq-jumbotron {
        background-color: #90e8b342;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }
}

.officer-home .card{
    width: 175px;
    background-color: transparent;
    border-color: transparent;
}

.search-input {
    border: 1px solid #c7c7c7;
    border-radius: 20px 0 0 20px;
}

.search-button {
    border-radius: 20px;
}

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

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.notif-point {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 40px;

    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.point-cart {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 10px;

    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.point-nav-mobile {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    right: 15%;
}


@keyframes  blink-animation {
    to {
      visibility: hidden;
    }
  }
@-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
}

a:hover {
    cursor: pointer;
}