body {
    padding-top: 90px;
    font-family: 'Lato';
    /* src: url('../fonts/Lato-Regular.ttf'); */
}

section,
footer {
    padding: 40px 0px;
}

#preloader {
    background-color: #2e9947;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0.6;
}

.load-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
}

.preloader--bounce {
    position: absolute;
    top: 56%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 40px;
}

.preloader-bouncer--1,
.preloader-bouncer--2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    -webkit-animation: 2s ease-in-out infinite bounce;
    animation: 2s ease-in-out infinite bounce;
}

.preloader-bouncer--2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.preloader--bounce .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    animation: 1s ease-in-out infinite opacity-2;
}

.load {
    font-weight: 700;
    color: #fff;
}

.preloader--bounce .line-1,
.preloader--bounce .line-9 {
    animation-delay: 0.8s;
}

.preloader--bounce .line-2,
.preloader--bounce .line-8 {
    animation-delay: 0.6s;
}

.preloader--bounce .line-3,
.preloader--bounce .line-7 {
    animation-delay: 0.4s;
}

.preloader--bounce .line-4,
.preloader--bounce .line-6 {
    animation-delay: 0.2s;
}

@keyframes opacity-1 {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@keyframes opacity-2 {

    0%,
    100% {
        opacity: 1;
        height: 15px;
    }

    50% {
        opacity: 0;
        height: 12px;
    }
}

.navbarAvantee {
    padding: 20px 0 !important;
    background: #ffffff;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    display: block;
}

@media (max-width: 991px) {
    .navbar.navbarDesktop {
        display: none;
    }
}

.navbarAvantee.navbarDesktop .navbarCollapse {
    justify-content: space-between;
}

.navbarAvantee.navbarDesktop .navbar-brand img {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 170px;
    height: 38px;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.navbarAvantee.navbarDesktop .navbarCollapse .navbarNav {
    position: relative;
    gap: 1rem;
    margin-left: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.navbarAvantee.navbarDesktop .navbarCollapse .dropdown-menu {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    margin-left: -50px !important;
}

.navbarAvantee.navbarDesktop .navbarCollapse .dropdown-menu li {
    width: 100%;
}

.navbarAvantee.navbarDesktop .navbarCollapse .dropdown-menu a {
    font-size: 18px;
    color: #45484e;
    /* font-family: f.$fontLato; */
    font-weight: 700;
    padding: 12px 0px;
    text-align: center;
}

.navbarAvantee.navbarDesktop .navbarCollapse .dropdown-menu a:hover {
    transition: all 300ms ease-in;
    color: #2f9a48;
    background-color: #ebfff6;
}

.navbarAvantee.navbarDesktop .navbarCollapse .dropdown-menu.show {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 230px;
}

.navbarAvantee.navbarDesktop .navbarCollapse .navbarNav .navLink {
    font-size: 18px;
    color: #45484e;
}

.navbarAvantee.navbarDesktop .navbarCollapse .navbarNav .navLink:hover {
    transition: all 300ms ease-in;
    color: #2f9a48;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup {
    top: 0;
    justify-content: flex-end;
    display: flex;
}

.navbarAvantee.navbarDesktop .navbarCollapse ul.boxGroup {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    column-gap: 15px;
    list-style: none;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li:nth-last-child(1) {
    margin-left: 20px;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 4px;
    text-align: right;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li p.textPersen {
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    color: #2f9a48;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li button.btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup a {
    text-decoration: none;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li button.btnAvt.btnGreenPrimaryOutline {
    color: #2f9a48;
    border: 1.5px solid #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li button.btnAvt.btnGreenPrimaryOutline:hover {
    border: 1.5px solid #267238;
    background: #ebfff6;
    color: #2f9a48;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li button.btnAvt.btnGreenPrimary {
    color: #ffffff;
    border: 1.5px solid #2f9a48;
    background: #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.navbarAvantee.navbarDesktop .navbarCollapse .boxGroup li button.btnAvt.btnGreenPrimary:hover {
    border: 1.5px solid #267238;
    background: #267238;
    color: #ffffff;
    transition: all 300ms ease-in;
}

.footer {
    color: #ffffff;
    background: #2f9a48;
}

@media (max-width: 992px) {
    .footer .boxFooter {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .footer .boxFooter .boxListMenu {
        margin-bottom: 20px;
    }
}

.footer .boxFooter .boxListMenu ul {
    background: transparent;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .footer .boxFooter .boxListMenu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer .boxFooter ul {
    padding-left: 0px;
    list-style: none;
}

.footer .boxFooter .boxListMenu ul li {
    background: transparent;
    border: none;
    outline: none;
    margin-bottom: 10px;
}

.footer .boxFooter ul li {
    padding: 0px 0px;
    list-style: none;
}

.footer .boxFooter ul li h5 {
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer .boxFooter .boxListMenu ul.listMenu {
    display: flex;
    flex-wrap: wrap;
}

.footer .boxFooter .boxListMenu ul.listMenu li {
    flex: 1 1 50%;
}

@media (min-width: 769px) and (max-width: 991px) {

    .footer .boxFooter .boxListMenu ul.listMenu li.blog,
    .footer .boxFooter .boxListMenu ul.listMenu li.karir,
    .footer .boxFooter .boxListMenu ul.listMenu li.laporanKeuangan {
        padding-left: 25px;
    }
}

.footer .boxFooter ul li a {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}

.footer .boxFooter .boxListMenu ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    bottom: -7px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.footer .boxFooter .boxListMenu ul li a:hover {
    transition: all 300ms ease-in;
}

.footer .boxFooter .boxListMenu ul li a:hover:before {
    transform-origin: left;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.footer .boxFooter .boxContact {
    display: flex;
}

@media (max-width: 768px) {
    .footer .boxFooter .boxContact {
        text-align: center;
        justify-content: center;
    }
}

.footer .boxFooter ul li p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
    .footer .boxFooter ul li p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer .boxFooter .boxAddressSosmed {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.footer .boxFooter .boxAddressSosmed ul.boxAddress li p {
    margin-bottom: 0;
}

.footer .boxFooter .boxAddressSosmed ul.boxSosmed {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-bottom: 0px;
}

.footer .boxFooter .boxAddressSosmed ul.boxSosmed li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.footer .boxFooter .boxSosmed .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.footer .boxFooter .boxSosmed .btnAvt:hover {
    transition: all 300ms ease-in;
}

.footer .boxFooter .boxSosmed .btnSosmed {
    outline: 0;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 7px 10px;
    background-color: #6db87f;
}

.footer .boxDisclaimer {
    margin-top: 30px;
}

@media (max-width: 576px) {
    .footer .boxDisclaimer {
        padding: 0px 15px;
    }
}

.footer .boxDisclaimer h4 {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block;
}

@media (max-width: 767px) {
    .footer .boxDisclaimer h4 {
        text-align: center;
    }
}

.footer .boxFooter .boxDisclaimer h4 span {
    margin-right: 5px;
    font-style: italic;
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.footer .boxFooter .boxDisclaimer ul li {
    list-style: disc;
    margin-bottom: 30px;
}

.footer .boxFooter .boxDisclaimer ul li:before {
    display: none;
}

.footer .boxFooter .boxDisclaimer ul li p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    text-align: justify;
}

.footer .boxFooter .boxCopyRight h4 {
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
}

section.frontPageSlider {
    padding: 0px;
}

.frontPageSlider .carousel-inner .carouselItem {
    height: calc(100vh - 90px);
}

.frontPageSlider .carousel-inner .carouselItem img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .frontPageSlider .carousel-inner .carouselItem img {
        display: none;
    }
}

.frontPageSlider .carousel-inner .carouselItem img.img-mobile {
    display: none;
}

@media (max-width: 767px) {
    .frontPageSlider .carousel-inner .carouselItem img.img-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .frontPageSlider .carousel-inner .carouselItem {
        height: 750px;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    width: fit-content;
    left: 20%;
    right: 0px;
}

@media (max-width: 767px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        bottom: 100px;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn h3,
.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn span {
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 64px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian {
    left: 17%;
    width: 500px;
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian.slide-5 {
    left: 16%;
}


.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian.slide-5 p {
    font-size: 32px;
}

@media(max-width:768px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian {
        width: 90%;
    }

    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian.slide-5 {
        left: 0;
    }

    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian.slide-5 p {
        font-size: 22px;
    }

}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian h3 {
    border-bottom: 2px solid;
    padding-bottom: 11px;
    display: block;
    margin-bottom: 5px;
    width: fit-content;
}



@media(max-width:767px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian {
        left: 0;
        top: 55%;
        padding: 0px 5px;
    }

    .text-banner-2 {
        font-size: 2.4rem;
        margin-top: 200px;
    }

    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian h3 {
        width: fit-content;
        text-align: center;
        margin: 0 auto;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian p {
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian button {
    background-color: #81D4BC;
    color: #2F488B;
    border: none;
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 20px;
    position: absolute;
    left: 0;
}

@media (max-width: 768px) {

    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn h3,
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn span {
        font-size: 34px;
        margin-bottom: 10px;
        margin-bottom: 36px;
        text-align: center;
    }

    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn.danaGajian button {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
    }

}

@media (max-width: 576px) {

    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn h3,
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn span {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 36px;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn h3 span {
    display: block;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn h3 span {
        text-align: center;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn p {
    text-align: left;
    width: 50%;
    font-family: "Lato", sans-serif;
    margin-bottom: 30px;
    font-size: 29px;
}

@media (max-width: 768px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn p {
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn p {
        width: 300px;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn a {
    text-decoration: none;
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn button.btnAvt {
    padding: 9px 25px;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 80px;
}

@media (max-width: 992px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn button.btnAvt {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn button.btnAvt {
        margin: 0 auto;
        margin-top: 36px;
    }
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn button.btnAvt.btnGreenPrimary {
    color: #ffffff;
    border: 1.5px solid #2f9a48;
    background: #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.frontPageSlider .carousel-inner .carouselItem .carouselBoxTextBtn button.btnAvt:hover {
    border: 1.5px solid #267238;
    background: #267238;
    color: #ffffff;
}

.frontPageSlider .carousel .carousel-indicators button {
    opacity: 1;
    position: relative;
    top: -25px;
    background-color: transparent;
    border: 2px solid white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.frontPageSlider .carousel .carousel-indicators button.active {
    background-color: white;
}

.frontPageSlider .carousel .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

@media (max-width: 767px) {

    .frontPageSlider .carousel .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }
}

.frontPageSlider .carousel .carousel-control-prev {
    left: 6%;
}

@media (max-width: 576px) {
    .frontPageSlider .carousel .carousel-control-prev {
        left: 0%;
    }
}

.frontPageSlider .carousel .carousel-control-next {
    right: 6%;
}

@media (max-width: 576px) {
    .frontPageSlider .carousel .carousel-control-next {
        right: 0%;
    }
}

.frontPageSlider .carousel .carousel-control-next-icon,
.frontPageSlider .carousel .carousel-control-prev-icon {
    width: 2.5rem;
    height: 6rem;
}

@media (max-width: 767px) {

    .frontPageSlider .carousel .carousel-control-next-icon,
    .frontPageSlider .carousel .carousel-control-prev-icon {
        width: 2rem;
        height: 4rem;
    }
}

.frontPageSlider .carousel .carousel-control-next .carousel-control-next-icon {
    rotate: 360deg;
}

.nomor {
    background-color: #2f9a48;
    position: relative;
}

@media (max-width: 992px) {
    .nomor .boxNomor {
        padding: 0;
    }
}

.nomor .boxNomor .boxNominal {
    background-color: #ffffff;
    padding: 40px 0px;
    border-radius: 18px;
}

.nomor .boxNomor .boxInformation {
    height: 100%;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .nomor .boxNomor .boxInformation {
        margin-bottom: 30px;
    }

    .nomor .boxNomor .boxInformation.last-child {
        margin-bottom: 0;
    }
}

.nomor .boxNomor .boxInformation h3 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #2f9a48;
    text-align: center;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .nomor .boxNomor .boxInformation h3 {
        font-size: 38px;
    }
}

.nomor .boxNomor .boxInformation h3 span {
    font-size: 25px;
    margin: 0 10px;
}

.nomor .boxNomor .boxInformation h3 small {
    font-size: 25px;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .nomor .boxNomor .boxInformation h3 span {
        margin: 0 5px;
    }
}

.nomor .boxNomor .boxInformation.line {
    border-right: 2px solid #96cca3;
    border-left: 2px solid #96cca3;
}

@media (max-width: 992px) {
    .nomor .boxNomor .boxInformation.line {
        border: 0px;
    }
}

.nomor .boxNomor .boxAmountBorrower {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .nomor .boxNomor .boxAmountBorrower {
        background-color: #ffffff;
        border-radius: 12px;
    }
}

.nomor .boxNomor .boxAmountBorrower .boxInformation {
    padding: 38px 0px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 992px) {
    .nomor .boxNomor .boxAmountBorrower .boxInformation {
        border-radius: 0px;
        padding: 16px 0px;
        background-color: transparent;
        margin-bottom: 0px;
    }
}

.nomor .boxNomor .boxAmountBorrower .boxInformation p {
    max-width: 230px;
}

.nomor .boxNomor .boxInformation p {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: normal;
    max-width: 250px;
    color: #45484e;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .nomor .boxNomor .boxInformation p {
        font-size: 17px;
        max-width: 200px;
    }
}

.penawaran {
    background-color: #ebfff6;
    padding-bottom: 70px;
}

.penawaran.empty {
    padding-bottom: 10px;
    background-color: white;
}

.penawaran .boxHeader {
    margin-bottom: 40px;
    text-align: center;
}

.penawaran .boxHeader h4 {
    color: #2f9a48;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .penawaran .boxHeader h4 {
        font-size: 22px;
    }
}

.penawaran .boxHeader h3 {
    color: #45484e;
    font-size: 36px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

@media (max-width: 767px) {
    .penawaran .boxHeader h3 {
        font-size: 28px;
    }
}

.penawaran .boxPenawaran {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width: 1200px) {
    .penawaran .boxPenawaran {
        padding: 0px 100px !important;
    }
}

@media (max-width: 576px) {
    .penawaran .boxPenawaran {
        padding: 0px 20px !important;
    }
}

@media (max-width: 576px) {
    .penawaran .boxPenawaran {
        padding: 0 0px !important;
    }
}

.penawaran .boxPenawaran .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    position: initial;
    padding-bottom: 15px;
}

.penawaran .boxPenawaran .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
    opacity: 1;
}

.penawaran .boxPenawaran .swiper-button-next,
.penawaran .boxPenawaran .swiper-button-prev {
    top: 45%;
}

@media (max-width: 576px) {

    .penawaran .boxPenawaran .swiper-button-next,
    .penawaran .boxPenawaran .swiper-button-prev {
        display: none;
    }
}

.penawaran .boxPenawaran .swiper-button-next:after,
.penawaran .boxPenawaran .swiper-button-prev:after {
    font-size: 25px;
    border: 1px solid;
    padding: 10px;
    border-radius: 4px;
    background-color: #2f9a48;
    color: white;
}

.penawaran .boxPenawaran span.swiper-pagination-bullet {
    opacity: 1;
    background-color: transparent;
    border: 2px solid #2f9a48;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.penawaran .boxPenawaran span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2f9a48;
}

.penawaran .box-information {
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    transition: all 0.3s ease-in;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
    top: 0px;
    justify-content: flex-end;
    position: relative;
}

.penawaran .boxPenawaran .swiper-slide {
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    padding-top: 40px;
}

.penawaran .box-information:hover {
    border: 1px solid #2f9a48;
    transition: all 0.3s ease-in;
    top: -40px;
}

.penawaran .box-information ul.box-skoring-loan .box-skoring h4 {
    font-size: 31px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    color: #ffffff;
}

.penawaran .box-information.khusus .ronded {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    position: absolute;
}

.penawaran .box-information.khusus .line {
    border-bottom: 6px solid #2f488b;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    transform: rotate(-45deg);
    top: 57px;
    left: -63px;
    width: 236px;
}

@media (max-width: 991px) {
    .penawaran .box-information.khusus .line {
        top: 56px;
        left: -62px;
        width: 234px;
    }
}

@media (max-width: 400px) {
    .penawaran .box-information.khusus .line {
        top: 52px;
        left: -62px;
        width: 225px;
    }
}

.penawaran .box-information.khusus .box-triangle-publikasi {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 150px 0 0;
    border-color: #2f488b transparent transparent transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    border-top-left-radius: 12px;
}

@media (max-width: 400px) {
    .penawaran .box-information.khusus .box-triangle-publikasi {
        border-width: 140px 140px 0 0;
    }
}

.penawaran .box-information.khusus .box-triangle-publikasi p {
    position: absolute;
    font-weight: bold;
    top: -113px;
    left: 26px;
    transform: rotate(-45deg);
    text-align: center;
    color: white;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    outline: none;
    margin-bottom: 0;
    line-height: 1.1;
}

@media (max-width: 400px) {
    .penawaran .box-information.khusus .box-triangle-publikasi p {
        top: -110px;
        left: 26px;
        font-size: 16px;
    }
}

.penawaran .box-information ul.box-skoring-loan .pra-publikasi {
    display: flex;
    justify-content: center;
    margin: 4px 0px;
}

.penawaran .box-information ul.box-skoring-loan .pra-publikasi .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.penawaran .box-information ul.box-skoring-loan .pra-publikasi .text-pra-publikasi {
    margin-bottom: 0px;
    color: #2f9a48;
    font-weight: 500;
    font-size: 16px;
}

.penawaran .box-information ul.box-skoring-loan .text-no-loan {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 19px;
    font-family: "Lato", sans-serif;
    color: #45484e;
}

.penawaran .box-information ul.box-skoring-loan .text-jenis-loan {
    font-weight: 700;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #d9d9d9;
}

.penawaran .box-information ul.box-skoring-loan {
    text-align: center;
}

.penawaran .box-information ul {
    margin-bottom: 0;
    padding-left: 0;
}

.penawaran .box-information ul.box-skoring-loan .box-skoring {
    background-color: #2f9a48;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.penawaran .box-information ul.box-jumlah-pendanaan {
    text-align: center;
}

.penawaran .box-information ul li {
    list-style: none;
}

.penawaran .box-information ul.box-jumlah-pendanaan .text-pendanaan {
    font-weight: 700;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #45484e;
}

.penawaran .box-information ul.box-suku-durasi {
    display: flex;
    justify-content: space-between;
}

.penawaran .box-information ul.box-suku-durasi li p {
    text-align: center;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.penawaran .box-information ul.box-suku-durasi li p span {
    display: block;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    font-size: 19px;
}

.penawaran .box-information ul.box-publikasi li {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.penawaran .box-information ul.box-publikasi li p {
    margin-bottom: 10px;
}

.penawaran .box-information ul.box-progress {
    margin-bottom: 20px;
}

.penawaran .box-information ul.box-progress .progress {
    height: 20px;
    border-radius: 10px;
    background-color: #d9d9d9;
}

.penawaran .box-information ul.box-progress .progress .progress-bar {
    background-color: #2f9a48;
    text-align: right;
    padding-right: 5px;
    border-radius: 10px;
}

.penawaran .box-information ul.box-detail li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.penawaran .box-information ul.box-detail li span {
    font-size: 18px;
    color: #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.penawaran .box-information ul.box-detail li .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f9a48;
    color: #ffffff;
    padding: 3px;
    border-radius: 50%;
}

.penawaran .box-information ul.box-detail li .box-icon svg {
    width: 11px;
    height: 11px;
}

.section-penawaran-modal-box-information .modal-content {
    border-radius: 18px;
}

.section-penawaran-modal-box-information .modal-header {
    border-bottom: 0;
    background-color: #ebfff6;
    padding: 15px 5rem;
}

.section-penawaran-modal-box-information .modal-body {
    padding: 15px 5rem;
}

@media (max-width: 992px) {
    .section-penawaran-modal-box-information .modal-body {
        padding: 15px 3rem;
    }
}

@media (max-width: 992px) {
    .section-penawaran-modal-box-information .modal-header {
        padding: 15px 3rem;
    }
}

.section-penawaran-modal-box-information .modal-header .modal-title {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.section-penawaran-modal-box-information .modal-header .btn-close {
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    opacity: 1;
}

.section-penawaran-modal-box-information .modal-body ul.box-loan-by-publikasi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-penawaran-modal-box-information .modal-body ul.box-loan-by-publikasi {
        flex-direction: column;
    }
}

.section-penawaran-modal-box-information .modal-body ul.box-loan-by-publikasi li {
    flex: 1 1;
}

.section-penawaran-modal-box-information .modal-body ul.box-loan-by-publikasi li span {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #45484e;
    margin-bottom: 10px;
    display: block;
}

.section-penawaran-modal-box-information .modal-body ul.box-loan-by-publikasi li h4 {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #2f9a48;
}

.section-penawaran-modal-box-information .modal-body ul.box-total-pendanaan {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .section-penawaran-modal-box-information .modal-body ul.box-total-pendanaan {
        flex-direction: column;
    }
}

.section-penawaran-modal-box-information .modal-body ul li {
    list-style: none;
}

.section-penawaran-modal-box-information .modal-body ul.box-total-pendanaan li span {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.section-penawaran-modal-box-information .modal-body ul {
    padding-left: 0;
}

.section-penawaran-modal-box-information .modal-body ul.box-progress .progress {
    height: 20px;
    border-radius: 10px;
}

.section-penawaran-modal-box-information .modal-body ul.box-progress .progress .progress-bar {
    background-color: #2f9a48;
    text-align: right;
    padding-right: 10px;
    border-radius: 10px;
}

.section-penawaran-modal-box-information .modal-body ul.box-paragraf {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #45484e;
    text-align: justify;
}

.section-penawaran-modal-box-information .modal-body ul.box-paragraf span {
    display: block;
    margin-bottom: 20px;
}

.section-penawaran-modal-box-information .modal-body ul.box-title-pendanaan li h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #45484e;
}

.section-penawaran-modal-box-information .modal-body .box-information-pendanaan ul {
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .section-penawaran-modal-box-information .modal-body .box-information-pendanaan ul {
        flex-direction: column;
    }
}

.section-penawaran-modal-box-information .modal-body .box-information-pendanaan ul li {
    flex: 1 1;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.section-penawaran-modal-box-information .modal-body .box-information-pendanaan ul li h6 {
    display: block;
    margin-bottom: 0;
    color: #45484e;
}

.section-penawaran-modal-box-information .modal-body .box-information-pendanaan ul li span {
    color: #2f9a48;
}

.section-penawaran-modal-box-information .modal-body .box-button {
    display: flex;
    justify-content: center;
    margin: 50px 0px;
    margin-bottom: 30px;
}

.section-penawaran-modal-box-information .modal-body .box-button .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.section-penawaran-modal-box-information .modal-body .box-button .btnGreenPrimary {
    color: #ffffff;
    border: 1.5px solid #2f9a48;
    background: #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.simulasi {
    background-color: #ebfff6;
    padding-top: 80px;
    padding-bottom: 80px;
}

.simulasi .boxSimulasiNew .navPills {
    background-color: #f2f2f2;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border: 0px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

.simulasi .boxSimulasiNew .navPills .navItem {
    flex: 1 1;
    z-index: 2;
}

.simulasi .boxSimulasiNew .navPills .navItem button {
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 700;
    cursor: pointer;
    border: 0px;
}

.simulasi .boxSimulasiNew .nav-link {
    color: #8c8c8c;
    background-color: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 12px;
}

.simulasi .boxSimulasiNew .nav-link.nav-link-pemberi-dana.active {
    color: #2f9a48;
}

.simulasi .boxSimulasiNew .nav-link.nav-link-pemberi-dana {
    border-top-left-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.simulasi .boxSimulasiNew .nav-link.nav-link-penerima-dana.active {
    color: #2c2c6c;
}

.simulasi .boxSimulasiNew .nav-link.nav-link-penerima-dana {
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.simulasi .boxSimulasiNew .boxForm {
    background-color: #ffffff;
    padding: 20px 40px 30px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: auto;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

.simulasi .boxSimulasiNew .boxForm h5 {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.simulasi .boxSimulasiNew .boxForm .boxKalkulasi form .formLabel {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.simulasi .boxSimulasiNew .boxForm .boxKalkulasi form .formControl,
.simulasi .boxSimulasiNew .boxForm .boxKalkulasi form .formSelect {
    font-size: 18px;
    color: #8c8c8c;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 2px;
    border-color: #8c8c8c;
}

.simulasi .boxSimulasiNew .boxForm .boxKalkulasi form .formControl:focus,
.simulasi .boxSimulasiNew .boxForm .boxKalkulasi form .formSelect:focus {
    border-color: #8c8c8c;
    box-shadow: none;
    box-shadow: initial;
}

.simulasi .boxSimulasiNew .boxForm .boxButton {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 5px;
}

.simulasi .boxSimulasiNew .boxForm .boxButton .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.simulasi .boxSimulasiNew .boxForm .boxButton .btnGreenPrimary {
    color: #ffffff;
    border: 1.5px solid #2f9a48;
    background: #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.simulasi .boxSimulasiNew .boxForm .boxButton .btnBlueSecondary {
    border: 3px solid #2c2c6c;
    background: #2c2c6c;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.simulasi .boxSimulasiNew .boxForm .boxButton .btnBlueSecondary:hover {
    border: 3px solid #2c2c6c;
    background: transparent;
    color: #2c2c6c;
}

.simulasi .boxSimulasiNew .boxForm .boxButton .btnGreenPrimary:hover {
    border: 1.5px solid #267238;
    background: #267238;
    color: #ffffff;
}

.simulasi .boxSimulasiNew .boxHasil {
    width: 100%;
    height: 100%;
    padding-left: 40px;
    position: relative;
    top: -50px;
}

@media (max-width: 992px) {
    .simulasi .boxSimulasiNew .boxHasil {
        top: 0px;
    }
}

@media (max-width: 992px) {
    .simulasi .boxSimulasiNew .boxHasil {
        padding-left: 0;
        margin-top: 30px;
    }
}

.simulasi .boxSimulasiNew .boxHasil ul {
    align-items: flex-end;
    display: flex;
    padding-left: 0;
}

.simulasi .boxSimulasiNew .boxHasil ul li {
    flex: 1 1;
    list-style: none;
}

.simulasi .boxSimulasiNew .boxHasil ul.box1 h5 {
    font-size: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
    margin-bottom: 0;
}

.simulasi .boxSimulasiNew .boxHasil.cBlue ul.box1 h5 {
    color: #2c2c6c;
}

.simulasi .boxSimulasiNew .boxHasil ul li h4 {
    text-align: end;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0;
    color: #45484e;
}

.simulasi .boxSimulasiNew .boxHasil ul li h6 {
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #45484e;
    margin-bottom: 0;
}

.simulasi .boxSimulasiNew .boxHasil ul.box3 span {
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    display: block;
}

.simulasi .boxSimulasiNew .boxHasil ul.box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.simulasi .boxSimulasiNew .boxHasil.cBlue ul.box2 {
    margin-bottom: 0px;
}

.simulasi .boxSimulasiNew .boxHasil ul.box4 {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #8c8c8c;
    display: flex;
}

.simulasi .boxSimulasiNew .boxHasil ul.box4 li h6,
.simulasi .boxSimulasiNew .boxHasil ul.box4 li h4 {
    color: #2f9a48;
}

.simulasi .boxSimulasiNew .boxHasil.cBlue ul.box4 li h6,
.simulasi .boxSimulasiNew .boxHasil.cBlue ul.box4 li h4 {
    color: #2c2c6c;
}

.simulasi .boxSimulasiNew .boxHasil.cBlue ul.box2.cBlue li h6,
.simulasi .boxSimulasiNew .boxHasil.cBlue ul.box2.cBlue li h4 {
    color: #2c2c6c;
}

.pemberiDana {
    position: relative;
    background-color: #2f9a48;
}

.pemberiDana .boxPemberiDana {
    padding: 40px 0;
}

.pemberiDana .boxPemberiDana .image {
    position: absolute;
    bottom: -55px;
    left: 10%;
}

@media (max-width: 1400px) {
    .pemberiDana .boxPemberiDana .image {
        width: 500px;
        right: 0%;
    }
}

@media (max-width: 1200px) {
    .pemberiDana .boxPemberiDana .image {
        width: 450px;
        right: 0%;
    }
}

@media (max-width: 991px) {
    .pemberiDana .boxPemberiDana .image {
        width: 340px;
        bottom: 515px;
        left: 48%;
    }
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .image {
        display: none;
    }
}

.pemberiDana .boxPemberiDana .boxInformation {
    padding-right: 50px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .boxInformation {
        margin-bottom: 80px;
    }
}

.pemberiDana .boxPemberiDana .boxInformation h4 {
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #96cca3;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxInformation h4 {
        font-size: 22px;
    }
}

.pemberiDana .boxPemberiDana .boxInformation p {
    font-size: 36px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
    color: #ffffff;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .boxInformation p {
        font-size: 28px;
        margin-bottom: 0px;
        width: 360px;
    }
}

.pemberiDana .boxPemberiDana .boxPoint {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .boxPoint {
        padding-left: 0px;
    }
}

.pemberiDana .boxPemberiDana .boxPoint li {
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxPoint li {
        flex: 0 0 100%;
    }
}

.pemberiDana .boxPemberiDana .boxPoint li h3 {
    margin-bottom: 40px;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    color: #2f9a48;
    font-weight: 700;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxPoint li h3 {
        font-size: 28px;
        margin-bottom: 22px;
    }
}

.pemberiDana .boxPemberiDana .image {
    position: absolute;
    bottom: -49px;
    left: 10%;
}

.pemberiDana .boxPemberiDana .image img {
    width: 450px;
    height: 450px;
}

.pemberiDana .boxPemberiDana .boxPoint li h3 {
    margin-bottom: 40px;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    color: #2f9a48;
    font-weight: 700;
}

.pemberiDana .boxPemberiDana .boxPoint li p {
    margin-bottom: 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
    font-size: 25px;
    line-height: normal;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxPoint li p {
        font-size: 22px;
        width: 100%;
    }
}

/* end pemberi_dana */

/* penerima_dana */

.penerimaDana {
    position: relative;
    background-color: #2c2c6c;
}

.penerimaDana .boxPenerimaDana {
    padding: 40px 0;
}

.penerimaDana .image {
    position: absolute;
    bottom: -27px;
    right: 0;
}

@media (max-width: 1400px) {
    .penerimaDana .image {
        width: 320px;
        bottom: -27px;
    }
}

@media (max-width: 1200px) {
    .penerimaDana .image {
        width: 280px;
        bottom: -24px;
    }
}

@media (max-width: 992px) {
    .penerimaDana .image {
        bottom: 469px;
        width: 210px;
        right: 92px;
    }
}

@media (max-width: 767px) {
    .penerimaDana .image {
        display: none;
    }
}

.penerimaDana .image img {
    width: 400px;
    height: 400px;
}

.penerimaDana .boxPenerimaDana .boxPoint {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

@media (max-width: 992px) {
    .penerimaDana .boxPenerimaDana .boxPoint {
        padding-left: 0px;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint li {
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 776px) {
    .penerimaDana .boxPenerimaDana .boxPoint li {
        flex: 0 0 100%;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint li h3 {
    margin-bottom: 40px;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    color: #2c2c6c;
    font-weight: 700;
}

@media (max-width: 768px) {
    .penerimaDana .boxPenerimaDana .boxPoint li h3 {
        margin-bottom: 22px;
        font-size: 28px;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint li p {
    margin-bottom: 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2c2c6c;
    font-size: 25px;
    line-height: normal;
}

@media (max-width: 768px) {
    .penerimaDana .boxPenerimaDana .boxPoint li p br {
        display: none;
    }

    .penerimaDana .boxPenerimaDana .boxPoint li p {
        font-size: 22px;
        width: 100%;
    }
}

.penerimaDana .boxPenerimaDana .boxInformation {
    padding-right: 50px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .penerimaDana .boxPenerimaDana .boxInformation {
        margin-bottom: 80px;
    }
}

.penerimaDana .boxPenerimaDana .boxInformation h4 {
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #97a3c5;
    font-size: 25px;
    margin-bottom: 10px;
}

.penerimaDana .boxPenerimaDana .boxInformation p {
    font-size: 36px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
    color: #ffffff;
    margin-bottom: 70px;
}

@media (max-width: 992px) {
    .penerimaDana .boxPenerimaDana .boxInformation p {
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    .penerimaDana .boxPenerimaDana .boxInformation p {
        font-size: 28px;
        width: 350px;
    }
}

.joinNow {
    background: #2f9a48;
    position: relative;
}

.joinNow .boxJoinNow {
    padding: 40px 0px;
}

@media (max-width: 767px) {
    .joinNow .boxJoinNow {
        padding: 0px 0px;
        margin-bottom: 200px;
        position: relative;
    }
}

.joinNow .boxJoinNow .boxImg {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    left: 15%;
    bottom: -0px;
}

@media (max-width: 992px) {
    .joinNow .boxJoinNow .boxImg {
        left: 5%;
    }
}

@media (max-width: 767px) {
    .joinNow .boxJoinNow .boxImg {
        left: -10%;
        width: 100%;
        bottom: -240px;
    }
}

.joinNow .boxJoinNow .boxImg img {
    width: 400px;
    /*	height: 300px;*/
}

.joinNow .boxJoinNow .boxImg img.img-responsive {
    display: none;
}

@media (max-width: 767px) {
    .joinNow .boxJoinNow .boxImg img {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .joinNow .boxJoinNow .boxImg img {
        display: none;
    }

    .joinNow .boxJoinNow .boxImg img.img-responsive {
        display: block;
    }
}

.joinNow .boxJoinNow .boxInformation {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .joinNow .boxJoinNow .boxInformation {
        justify-content: center;
    }
}

.joinNow .boxJoinNow .boxInformation h3 {
    color: #ffffff;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 36px;
    width: 400px;
}

@media (max-width: 767px) {
    .joinNow .boxJoinNow .boxInformation h3 {
        text-align: left;
        width: 300px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    section.achievementys {
        padding-bottom: 20px;
    }
}

.achievementys .boxAchievementys {
    padding: 10px 100px;
}

@media (max-width: 991px) {
    .achievementys .boxAchievementys {
        padding: 10px 0px;
    }
}

.achievementys .boxAchievementys .row {
    justify-content: center;
}

.achievementys .boxAchievementys .boxInformation {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.achievementys .boxAchievementys .boxInformation {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .achievementys .boxAchievementys .boxInformation {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .achievementys .boxAchievementys .boxInformation {
        margin-bottom: 15px;
    }
}

.achievementys .boxAchievementys .boxInformation h5 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.achievementys .boxAchievementys .boxInformation img {
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .achievementys .boxAchievementys .boxInformation img {
        width: 200px;
    }

    .achievementys .boxAchievementys .row>div:nth-child(1) .boxInformation img {
        width: 170px;
    }
}

.achievementys .boxAchievementys .row>div:nth-child(1) .boxInformation img {
    position: relative;
    top: -35px;
}

@media (max-width: 992px) {
    .achievementys .boxAchievementys .row>div:nth-child(1) .boxInformation h5 {
        margin-bottom: 0px;
    }

    .achievementys .boxAchievementys .row>div:nth-child(1) .boxInformation img {
        position: relative;
        top: 0px;
    }
}

.pemberiDana {
    position: relative;
    background-color: #2f9a48;
}

.pemberiDana .boxPemberiDana {
    padding: 40px 0;
    position: relative;
}

.pemberiDana .boxPemberiDana .image {
    position: absolute;
    bottom: -55px;
    left: 10%;
}

@media (max-width: 1400px) {
    .pemberiDana .boxPemberiDana .image {
        width: 500px;
        right: 0%;
    }
}

@media (max-width: 1200px) {
    .pemberiDana .boxPemberiDana .image {
        width: 450px;
        right: 0%;
    }
}

@media (max-width: 991px) {
    .pemberiDana .boxPemberiDana .image {
        width: 340px;
        bottom: 515px;
        left: 48%;
    }
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .image {
        display: block;
    }
}

.pemberiDana .boxPemberiDana .boxInformation {
    padding-right: 50px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .boxInformation {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .boxInformation {
        padding-right: 0px;
    }
}

.pemberiDana .boxPemberiDana .boxInformation h4 {
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #96cca3;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .boxInformation h4 {
        font-size: 22px;
        text-align: center;
    }
}

.pemberiDana .boxPemberiDana .boxInformation p {
    font-size: 36px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
    color: #ffffff;
    margin-bottom: 50px;
}

.pemberiDana .boxPemberiDana .boxInformation a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .boxInformation a {
        display: flex;
        justify-content: center;
    }
}

.pemberiDana .boxPemberiDana .boxInformation .btnAvt.btnWhite {
    color: #2f9a48;
    border: 1.5px solid #ffffff;
    background: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 30px;
}

.pemberiDana .boxPemberiDana .boxInformation .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .boxInformation p {
        font-size: 28px;
        margin-bottom: 0px;
        width: 360px;
    }
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .boxInformation p {
        font-size: 28px;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }
}

.pemberiDana .boxPemberiDana .boxPoint {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .boxPoint {
        padding-left: 0px;
    }
}

.pemberiDana .boxPemberiDana .boxPoint li {
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxPoint li {
        flex: 0 0 100%;
    }
}

.pemberiDana .boxPemberiDana .boxPoint li h3 {
    margin-bottom: 40px;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    color: #2f9a48;
    font-weight: 700;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxPoint li h3 {
        font-size: 28px;
        margin-bottom: 22px;
    }
}

.pemberiDana .boxPemberiDana .image {
    position: absolute;
    bottom: -90px;
    left: 15%;
}

@media (max-width: 1200px) {
    .pemberiDana .boxPemberiDana .image {
        left: 6%;
    }
}

@media (max-width: 991px) {
    .pemberiDana .boxPemberiDana .image {
        left: 8%;
    }
}

@media (max-width: 991px) {
    .pemberiDana .boxPemberiDana .image {
        position: absolute;
        bottom: initial;
        left: 48%;
        top: -26px;
    }

    .pemberiDana .boxPemberiDana .image.page {
        position: absolute;
        bottom: initial;
        left: 48%;
        top: -26px;
    }
}

.pemberiDana .boxPemberiDana .image img {
    width: 450px;
    height: 450px;
}

@media (max-width: 992px) {
    .pemberiDana .boxPemberiDana .image img {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 767px) {
    .pemberiDana .boxPemberiDana .image img {
        display: none;
    }
}

.pemberiDana .boxPemberiDana .boxPoint li h3 {
    margin-bottom: 40px;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    color: #2f9a48;
    font-weight: 700;
}

.pemberiDana .boxPemberiDana .boxPoint li p {
    margin-bottom: 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
    font-size: 25px;
    line-height: normal;
}

@media (max-width: 768px) {
    .pemberiDana .boxPemberiDana .boxPoint li p {
        font-size: 22px;
        width: 100%;
    }
}

.simulasiPagePemberiDana {
    background-color: #ebfff6;
    padding-top: 80px;
    padding-bottom: 80px;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav {
    background-color: #ffffff;
    padding: 20px 40px 30px;
    border-radius: 25px;
    height: auto;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav h5 {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxKalkulasi form .formLabel {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxKalkulasi form .formControl {
    font-size: 18px;
    color: #8c8c8c;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 2px;
    border-color: #8c8c8c;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxKalkulasi form .formControl:focus {
    border-color: #8c8c8c;
    box-shadow: none;
    box-shadow: initial;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxKalkulasi form .formSelect {
    font-size: 18px;
    color: #8c8c8c;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 2px;
    border-color: #8c8c8c;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxKalkulasi .select2-container {
    width: 100% !important;
}

.simulasiPagePemberiDana .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.simulasiPagePemberiDana .btnGreenPrimary {
    color: #ffffff;
    border: 1.5px solid #2f9a48;
    background: #2f9a48;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.simulasiPagePemberiDana .btnGreenPrimary:hover {
    border: 1.5px solid #267238;
    background: #267238;
    color: #ffffff;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxKalkulasi form .formSelect:focus {
    border-color: #8c8c8c;
    box-shadow: none;
    box-shadow: initial;
}

.simulasiPagePemberiDana .boxSimulasi .tabContentNav .boxButton {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.simulasiPagePemberiDana .tabContent2 .tabPane {
    width: 100%;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul {
    align-items: flex-end;
    display: flex;
    padding-left: 0;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul.box1 h5 {
    font-size: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
    margin-bottom: 0;
}

.simulasiPagePemberiDana .tabContent2 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

@media (max-width: 992px) {
    .simulasiPagePemberiDana .tabContent2 {
        padding-left: 0px;
        margin-top: 30px;
    }
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul li h6 {
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #45484e;
    margin-bottom: 0;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul li h4 {
    text-align: end;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0;
    color: #45484e;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul.box3 span {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    display: block;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul li {
    flex: 1 1;
    list-style: none;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul.box4 {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #8c8c8c;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul.box4 li h6 {
    color: #2f9a48;
}

.simulasiPagePemberiDana .tabContent2 .tabPane ul.box4 li h4 {
    color: #2f9a48;
}

.syarat .header {
    font-size: 36px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-align: center;
    margin-bottom: 50px;
    color: #45484e;
}

.syarat .boxInformation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 22px;
    height: 100%;
    align-items: center;
}

.syarat .boxInformation .boxImg img {
    width: 100px;
    height: 100px;
}

.syarat .boxInformation .description {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    width: 230px;
    text-align: center;
}

.alurPendanaan {
    background-color: #ebfff6;
}

.alurPendanaan .boxAlurPendanaan .header {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #45484e;
    text-align: center;
}

.alurPendanaan .boxAlurPendanaan .boxInformation {
    margin: 0 auto;
    background-color: #ffffff;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    margin-top: 34px;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .boxNumber {
    background: #2f9a48;
    width: -moz-fit-content;
    width: fit-content;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .boxNumber span {
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .title {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #45484e;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .description {
    width: 65%;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #45484e;
}

/*.boxSimulasi .select2-container {
	width: 100% !important;
}

.boxSimulasi .select2-container--default .select2-selection--single {
	border-radius: 2px;
	border-color: #8c8c8c;
	padding: 7px 10px;
	position: relative;
}*/

/*.boxSimulasi
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 18px;
	color: #8c8c8c;
}*/

/*.boxSimulasi .select2-container .select2-selection--single {
	height: 43px;
}

.boxSimulasi
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 43px !important;
	right: 10px;
}*/

.penerimaDana {
    position: relative;
    background-color: #2c2c6c;
}

.penerimaDana .boxPenerimaDana {
    padding: 40px 0;
    position: relative;
}

.penerimaDana .image {
    position: absolute;
    bottom: -61px;
    right: 0;
}

@media (max-width: 1400px) {
    .penerimaDana .image {
        width: 320px;
    }
}

@media (max-width: 1200px) {
    .penerimaDana .image {
        width: 320px;
    }
}

@media (max-width: 991px) {
    .penerimaDana .image {
        top: 113px;
        width: 240px;
        right: 60px;
        height: fit-content;
    }

    .penerimaDana .image.page {
        top: 113px;
        width: 240px;
        right: 60px;
        height: fit-content;
    }
}

.penerimaDana .image img {
    width: 320px;
    height: 320px;
}

@media (max-width: 991px) {
    .penerimaDana .image img {
        width: 240px;
        height: fit-content;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

@media (max-width: 992px) {
    .penerimaDana .boxPenerimaDana .boxPoint {
        padding-left: 0px;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint li {
    padding: 30px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 776px) {
    .penerimaDana .boxPenerimaDana .boxPoint li {
        flex: 0 0 100%;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint li h3 {
    margin-bottom: 40px;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    color: #2c2c6c;
    font-weight: 700;
}

@media (max-width: 768px) {
    .penerimaDana .boxPenerimaDana .boxPoint li h3 {
        margin-bottom: 22px;
        font-size: 28px;
    }
}

.penerimaDana .boxPenerimaDana .boxPoint li p {
    margin-bottom: 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2c2c6c;
    font-size: 25px;
    line-height: normal;
}

@media (max-width: 768px) {
    .penerimaDana .boxPenerimaDana .boxPoint li p br {
        display: none;
    }

    .penerimaDana .boxPenerimaDana .boxPoint li p {
        font-size: 22px;
        width: 100%;
    }
}

.penerimaDana .boxPenerimaDana .boxInformation {
    padding-right: 50px;
    max-width: 500px;
}

@media (max-width: 992px) {
    .penerimaDana .boxPenerimaDana .boxInformation {
        margin-bottom: 80px;
        padding-right: 0px;
    }
}

.penerimaDana .boxPenerimaDana .boxInformation h4 {
    text-transform: capitalize;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #97a3c5;
    font-size: 25px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .penerimaDana .boxPenerimaDana .boxInformation h4 {
        text-align: center;
    }
}

.penerimaDana .boxPenerimaDana .boxInformation p {
    font-size: 36px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-family: "Barlow", sans-serif;
    margin-bottom: 0;
    color: #ffffff;
    margin-bottom: 70px;
}

.penerimaDana .boxPenerimaDana .boxInformation a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .penerimaDana .boxPenerimaDana .boxInformation a {
        display: flex;
        justify-content: center;
    }
}

.penerimaDana .boxPenerimaDana .boxInformation .btnAvt.btnWhite {
    color: #2c2c6c;
    border: 1.5px solid #ffffff;
    background: #ffffff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-top: 30px;
}

.penerimaDana .boxPenerimaDana .boxInformation .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

@media (max-width: 767px) {
    .penerimaDana .boxPenerimaDana .boxInformation p {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .penerimaDana .boxPenerimaDana .boxInformation p {
        margin-bottom: 0px !important;
        width: 360px;
    }
}

@media (max-width: 767px) {
    .penerimaDana .boxPenerimaDana .boxInformation p {
        font-size: 28px;
        width: 100%;
    }
}

.simulasiPagePenerimaDana {
    background-color: #ebfff6;
    padding-top: 80px;
    padding-bottom: 80px;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav {
    background-color: #ffffff;
    padding: 20px 40px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: auto;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .penerimaDana {
    background-color: #ffffff;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxKalkulasi form .formLabel {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxKalkulasi form .formControl {
    font-size: 18px;
    color: #8c8c8c;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 2px;
    border-color: #8c8c8c;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxKalkulasi form .formControl:focus {
    border-color: #8c8c8c;
    box-shadow: initial;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxKalkulasi form .formSelect:focus {
    border-color: #8c8c8c;
    box-shadow: none;
    box-shadow: initial;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxKalkulasi form .formControl,
.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxKalkulasi form .formSelect {
    font-size: 18px;
    color: #8c8c8c;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 7px 10px;
    border-radius: 2px;
    border-color: #8c8c8c;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav h5 {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav {
    background-color: #ffffff;
    padding: 20px 40px 30px;
    height: auto;
    border-radius: 25px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxButton {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxButton .btnAvt {
    padding: 10px 30px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-weight: normal;
    text-align: center;
    outline: none;
    line-height: normal;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxButton .btnAvt.btnBlueSecondary {
    border: 3px solid #2c2c6c;
    background: #2c2c6c;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.simulasiPagePenerimaDana .boxSimulasi .tabContentNav .boxButton .btnAvt.btnBlueSecondary:hover {
    border: 3px solid #2c2c6c;
    background: transparent;
    color: #2c2c6c;
}

.simulasiPagePenerimaDana .tabContent2 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

@media (max-width: 992px) {
    .simulasiPagePenerimaDana .tabContent2 {
        padding-left: 0px;
        margin-top: 30px;
    }
}

.simulasiPagePenerimaDana .tabContent2 .tabPane {
    width: 100%;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul {
    align-items: flex-end;
    display: flex;
    padding-left: 0;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul li {
    flex: 1 1;
    list-style: none;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box1 h5 {
    font-size: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
    margin-bottom: 0;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane.tabPanePenerimaDana .box1 h5 {
    color: #2c2c6c;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul li h6 {
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #45484e;
    margin-bottom: 0;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul li h4 {
    text-align: end;
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0;
    color: #45484e;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box3 span {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    display: block;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box4 {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #8c8c8c;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box4.cBlue li h6 {
    color: #2c2c6c;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box4.cBlue li h4 {
    color: #2c2c6c;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box2.cBlue li h6,
.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box2.cBlue li h4 {
    color: #2c2c6c;
}

.simulasiPagePenerimaDana .tabContent2 .tabPane ul.box3.cBlue li span {
    color: #2c2c6c;
}

.syarat .header {
    font-size: 36px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-align: center;
    margin-bottom: 50px;
    color: #45484e;
    background: transparent;
}

.syarat .boxInformation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 56px;
    align-items: center;
}

.syarat .boxInformation .title {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 16px;
    font-weight: 600;
}

.syarat .boxInformation .boxImg img {
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .syarat .boxInformation .boxImg img {
        width: 150px;
        height: 150px;
    }
}

.syarat .boxInformation .description {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    width: 230px;
    text-align: center;
}

.syarat .boxInformation .description.bold {
    font-weight: 700;
}

.alurPendanaan {
    background-color: #ebfff6;
    padding: 80px 0px;
}

.alurPendanaan .boxAlurPendanaan .header {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #45484e;
    text-align: center;
    margin-bottom: 60px;
}

.alurPendanaan .boxAlurPendanaan .boxInformation {
    margin: 0 auto;
    background-color: #ffffff;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px;
    margin-top: 34px;
    border-radius: 18px;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .alurPendanaan .boxAlurPendanaan .boxInformation {
        width: 90%;
    }
}

.pemberiDana.alurPendanaan .boxAlurPendanaan .boxInformation .boxNumber {
    background: #267238;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .boxNumber {
    background: #2c2c6c;
    width: -moz-fit-content;
    width: fit-content;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .boxNumber span {
    font-family: "Barlow", sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .title {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #45484e;
}

.alurPendanaan .boxAlurPendanaan .boxInformation .description {
    width: 65%;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #45484e;
}

.headerTentangKami .boxHedaerTentangKami .boxDescription h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #45484e;
}

.headerTentangKami .boxHedaerTentangKami .boxDescription h4 {
    margin-top: 24px;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #45484e;
}

.headerTentangKami .boxHedaerTentangKami .boxDescription p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #45484e;
}

.headerTentangKami .boxHedaerTentangKami .boxImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.headerTentangKami .boxHedaerTentangKami .boxImg img {
    width: 400px;
}

@media (max-width: 767px) {
    .headerTentangKami .boxHedaerTentangKami .boxImg img {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .headerTentangKami .boxHedaerTentangKami .boxImg {
        display: none;
    }
}

@media (max-width: 768px) {
    .headerTentangKami .boxHedaerTentangKami .boxImg img {
        width: auto;
        height: auto;
    }
}

.visiMisi {
    background-color: #2f9a48;
}

.visiMisi .boxVisiMisi .boxDescription {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    justify-content: center;
}

.visiMisi .boxVisiMisi .boxDescription h4 {
    font-size: 25px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    color: #ffffff;
    margin-bottom: 12px;
}

.visiMisi .boxVisiMisi .boxDescription p {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    width: 500px;
}

@media (max-width: 768px) {
    .visiMisi .boxVisiMisi .boxDescription p {
        width: auto;
    }
}

section.profile {
    padding-bottom: 0px;
}

@media (max-width: 768px) {
    .boxProfile {
        padding: 0px 0px;
    }

    .boxProfile .boxFlip {
        width: auto;
    }
}

.boxProfile {
    margin-bottom: 80px;
    padding: 0 100px;
}

@media (max-width: 1200px) {
    .boxProfile {
        padding: 0px 0px;
    }
}

.boxProfile .boxHeader {
    text-align: center;
}

.boxProfile .boxHeader h5 {
    font-size: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
}

.boxProfile .boxHeader h4 {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #45484e;
}

.boxProfile .boxFlip {
    width: 400px;
    height: 450px;
    transform-style: preserve-3d;
    transition: all 300ms ease-in;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

@media (max-width: 567px) {
    .boxProfile .boxFlip {
        width: 100%;
    }
}

.boxProfile .boxFlip:hover {
    transform: rotateY(-180deg);
}

.boxProfile .boxFlip .front,
.boxProfile .boxFlip .back {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    height: 100%;
}

.boxProfile .boxFlip .front .boxImg {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #2f9a48;
    border-radius: 50%;
}

.boxProfile .boxFlip .front .boxImg img {
    width: 170px;
    height: 170px;
}

.boxProfile .boxFlip .front h4 {
    font-size: 25px;
    font-weight: 700;
    color: #2f9a48;
    font-family: "Lato", sans-serif;
    margin-top: 12px;
    text-align: center;
}

.boxProfile .boxFlip .front .boxIcon {
    margin-top: 12px;
    padding: 8px 8px;
    border-radius: 4px;
    background-color: #2f9a48;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxProfile .boxFlip .back {
    transform: rotateY(180deg);
}

.boxProfile .boxFlip .back {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    height: 100%;
}

.boxProfile .boxFlip .back .boxDescription {
    width: 90%;
    text-align: center;
}

.boxProfile .boxFlip .back .boxDescription h4 {
    font-size: 25px;
    font-weight: 700;
    color: #45484e;
    font-family: "Lato", sans-serif;
    margin-bottom: 12px;
}

.boxProfile .boxFlip .back .boxDescription p {
    font-size: 18px;
    color: #45484e;
    font-family: "Lato", sans-serif;
    margin-bottom: 6px;
}

.laporanKeuangan .boxHeader h5 {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #45484e;
    text-align: center;
    margin-bottom: 40px;
}

.laporanKeuangan .boxLaporanKeuangan img {
    width: 100%;
}

.hubungiKami .boxHubungiKami {
    border-radius: 12px;
}

.hubungiKami .boxHubungiKami .boxDetail {
    background-color: #2f9a48;
    padding: 20px 70px;
    color: white;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {
    .hubungiKami .boxHubungiKami .boxDetail {
        padding: 20px 20px;
    }
}

.hubungiKami .boxHubungiKami .boxDetail .boxHeader h4 {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}

.hubungiKami .boxHubungiKami .boxDetail .boxHeader p {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 390px;
    font-size: 19px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .hubungiKami .boxHubungiKami .boxDetail .boxHeader p {
        width: 90%;
    }
}

.hubungiKami .boxHubungiKami .boxDetail .boxContactAddress ul {
    padding-left: 0px;
    display: flex;
    margin-top: 24px;
}

.hubungiKami .boxHubungiKami .boxDetail .boxContactAddress ul li.icon {
    position: relative;
    top: -1px;
}

.hubungiKami .boxHubungiKami .boxDetail .boxContactAddress ul li {
    margin-right: 12px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
    display: block;
}

.hubungiKami .boxHubungiKami .boxDetail .boxSosmed {
    margin-top: 42px;
}

.hubungiKami .boxHubungiKami .boxDetail .boxSosmed h4 {
    font-size: 19px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.hubungiKami .boxHubungiKami .boxDetail .boxSosmed .boxIcon {
    display: flex;
    padding-left: 0px;
}

.hubungiKami .boxHubungiKami .boxDetail .boxSosmed .boxIcon li {
    margin-right: 12px;
    display: block;
    list-style: none;
}

.hubungiKami .boxHubungiKami .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 600px;
}

.hubungiKami .boxHubungiKami .mapouter .gmapCanvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 100%;
}

.hubungiKami .boxHubungiKami .mapouter .gmapCanvas .gmapIframe {
    width: 100% !important;
    height: 100%;
}

.header {
    background: #ebfff6;
}

.header h4 {
    font-size: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #2f9a48;
    margin-bottom: 16px;
}

.header p {
    font-size: 36px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #45484e;
    width: 485px;
    line-height: normal;
}

@media (max-width: 767px) {
    .header p {
        width: 100%;
    }
}

section.isiSyaratKetentuan {
    padding-top: 0px;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent {
    text-align: justify;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent {
    text-align: justify;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent .heading-centered {
    padding: 0px 0px;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent .text-justified {
    padding: 20px 0px;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent .headingCentered ol.A {
    padding-left: 20px;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent .headingCentered ol.A li {
    list-style-type: upper-alpha;
    margin-bottom: 30px;
    padding-left: 10px;
}

.isiSyaratKetentuan .boxIsiSyaratKetentuan .aboutContent .headingCentered ol.one li {
    list-style-type: decimal;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    #pilihcategory {
        text-align: center;
    }

    #childcontent {
        padding-top: 20px;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
    }

    #layoutform {
        padding-left: 15px;
        padding-right: 15px;
    }

    .input-margin {
        margin-bottom: 20px;
    }

    #lender {
        margin-bottom: 10px;
    }

    #paperplaneimg {
        position: absolute;
        bottom: 0px;
        height: 180px;
        width: auto;
        left: -50px;
    }
}

@media (min-width: 1000px) {
    #layoutform {
        padding-left: 150px;
        padding-right: 150px;
    }

    #childcontent {
        padding-top: 70px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    #paperplaneimg {
        position: absolute;
        bottom: 0px;
        /*		height: 500px;*/
        width: auto;
        left: -50px;
    }

    #lender {
        text-align: right;
    }
}

#bgcontent {
    background-color: #2f9a48;
    height: 91%;
    width: 100%;
    position: fixed;
}

#childcontent {
    background-color: white;
    position: absolute;

    height: 100%;
    top: 0;
    right: 0;
    overflow: scroll;
}

#judul_daftar {
    color: white;
    text-align: left;
    padding-top: 70px;
    font-size: 45px;
    padding-right: 100px;
}

#judul_samping {
    color: #2f9a48;
    text-align: center;
    font-weight: bold;
}

#subjudul {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.form-control:focus {
    border: 2px solid #2f9a48;
}

.button-primary {
    width: 100%;
    background-color: #2f9a48;
    color: white;
    padding: 10px 0px;
}

.link-front {
    text-decoration: none;
    color: #2f9a48;
}

.control-label {
    font-weight: bold;
    margin: 5px 0px;
}

.pictlink {
    width: 250px;
    border-radius: 10px;
}

.pictlink:hover {
    border: 2px solid blueviolet;
}

#pilihcategory {
    display: block;
    margin-top: 40px;
}

#formdaftar {
    visibility: hidden;
}

#lanjut {
    background-color: #2e9947;
    padding-top: 10px;
    width: 50%;
    border-radius: 5px;
    height: 50px;
}

#lanjut:disabled {
    cursor: not-allowed;
    background-color: #80db95;
}

@media (max-width: 1200px) {
    #button-position {
        text-align: center;
        margin-top: 10px;
    }

    #card-hub {
        padding: 30px 30px;
        margin-left: 16px;
        margin-right: 16px;
    }

    #title-hub {
        text-align: center;
        font-size: 25px;
    }

    #margin-mobile {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    #button-position {
        text-align: end;
    }

    #card-hub {
        padding: 30px 30px;
        margin-left: 16px;
        margin-right: 16px;
    }

    #title-hub {
        font-size: 2rem;
    }

    #margin-mobile {
        margin-top: 0px;
    }
}

section.page-content {
    padding: 0px;
}

.bgTitle {
    background-color: #ebfff6;
    padding: 60px 0 50px;
    margin-bottom: 50px;
}

.bgTitle .box-title-description .title-mini {
    font-size: 26px;
    font-weight: bold;
    color: #2f9a48;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .bgTitle .box-title-description .title-mini {
        font-size: 22px;
    }
}

.bgTitle .box-title-description .title-big {
    width: 500px;
    color: #45484e;
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .bgTitle .box-title-description .title-big {
        width: 90% !important;
    }
}

.bgTitle .box-title-description .title-big.syarat-ketentuan,
.bgTitle .box-title-description .title-big.karir,
.bgTitle .box-title-description .title-big.blog {
    width: 600px;
}

.bgTitle .box-title-description .title-big.blog {
    width: 800px;
}

@media (max-width: 992px) {
    .bgTitle .box-title-description .title-big.blog {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .bgTitle .box-title-description .title-big {
        width: 90%;
        font-size: 34px;
    }
}

.card {
    box-shadow: 0px 0px 3px;
}

.titleFont {
    color: black;
    font-weight: bold;
    font-size: 17px;
}

.accordion-body {
    border-bottom: 3px solid #2f9a48;
    border-left: 3px solid #2f9a48;
    border-right: 3px solid #2f9a48;
}

#card-hub {
    background-color: #2f488b;
    margin-top: 50px;
    height: auto;
    align-items: center;
    border-radius: 9px;
}

#title-hub {
    color: white;
    font-weight: bold;
    margin-top: 5px;
}

#button-hub {
    background-color: white;
    padding: 7px 20px;
    border-radius: 4px;
    color: #2f488b;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.subtitlefoot {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

#nav-responsive {
    display: none;
    /* justify-content: space-between; */
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    background-color: white;
    box-shadow: inset 0 -4px 9px -6px black;
    /* padding: 21px 16px; */
}

@media screen and (max-width: 992px) {
    nav.navbar {
        display: none;
    }

    #nav-responsive {
        display: block;
    }

    .tkb-m:hover .tkb-info-card {
        display: block !important;
        min-width: 350px;
    }

    .tkb-info-card {
        z-index: 99999;
        position: fixed !important;

    }
}

#responsive-menu {
    background-color: #2f9a48;
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 109;
    overflow: hidden;
}

#responsive-menu div#list-responsive a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 55px;
    padding-left: 16px;
    border-bottom: 1px solid white;
}

.btn-primary-responsive {
    padding: 7px 70px;
    border-radius: 5px;
    border: 0px;
    color: #2f9a48;
    margin-bottom: 20px;
}

.btn-secondary-responsive {
    padding: 7px 70px;
    border-radius: 5px;
    border: 1px solid white;
    color: white;
    background-color: #2f9a48;
}

.new-informasi .accordion-button::after {
    background-image: url(../../../avantee/assets/images/arrowgreen.png);
    background-size: contain;
}

.new-informasi .accordion-button:not(.collapsed)::after {
    background-image: url(../../../avantee/assets/images/arrow-white.png);
    transform: rotate(90deg);
}

.new-informasi .accordion-button:not(.collapsed) {
    color: white;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background-color: #2f9a48;
}

.top-user-menu {
    display: inline-block;
    margin-left: 15px;
}

.top-user-menu .dropdown-menu.show {
    right: 0;
    left: auto;
    width: auto !important;
}

.top-user-menu .dropdown-menu>li {
    line-height: 22px;
}

.top-user-menu .dropdown-menu>li.user-header {
    text-align: left;
}

.top-user-menu .dropdown-menu>li>a {
    display: block;
    padding: 0 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-weight: 400 !important;
    line-height: 1.42857143;
    white-space: nowrap;
    text-align: left !important;
    font-size: 1rem !important;
}

.top-user-menu .dropdown-menu a:hover {
    /*	transition: all 300ms ease-in;
	color: #2f9a48;*/
    /* background-color: #ffffff !important; */
}

.top-user-menu .dropdown-menu>li.user-header img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.2);
}

.top-user-menu .dropdown-menu>li.user-header p {
    margin-top: 15px;
    font-size: 1rem !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.top-user-menu .dropdown-menu>li:nth-last-child(1) {
    margin-left: 0px !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group.has-error label,
.error {
    color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon,
.form-group.has-error .input-group-text {
    box-shadow: none;
    border-color: #dd4b39;
}

button[disabled] {
    cursor: not-allowed;
    background-color: #2e9947;
    opacity: 0.65;
}

.dropmenu-responsive {
    list-style: none;
    position: fixed;
    right: 5px;
    background-color: white;
    padding: 10px;
    display: none;
    border-radius: 5px;
}

.dropmenu-responsive .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropmenu-responsive>li {
    line-height: 22px;
}

.dropmenu-responsive>li>a {
    text-decoration: none;
    color: #45484e;
}

ol.isiKebijakanPrivasi {
    counter-reset: list;
}

ol.isiKebijakanPrivasi>li {
    list-style: none;
    position: relative;
}

ol.isiKebijakanPrivasi>li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
    position: absolute;
    left: -1.4em;
}

.box-accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #2f9a48;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    color: #45484e;
}

.box-accordion .accordion-item .accordion-button {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    background-color: #2f9a48;
    color: white;
    border: 1px solid #2f9a48;
}

.box-accordion .accordion-item .accordion-button.collapsed {
    background-color: white;
    color: #45484e;
    outline: none;
}

.box-accordion .accordion-item .accordion-button.collapsed:hover {
    background-color: #ebfff6;
}

.box-accordion .accordion-item .accordion-button:active,
.box-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.box-accordion .accordion-item .accordion-button.collapsed:after {
    background-image: url(../images/arrowgreen.png);
    width: 20px;
    height: 25px;
    background-size: 15px;
    transform: rotate(0deg);
}

.box-accordion .accordion-item .accordion-button:after {
    background-image: url(../images/arrow-white.png);
    width: 20px;
    height: 25px;
    background-size: 15px;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.box-accordion .accordion-item .accordion-body {
    border: none;
}

section.karir {
    padding-top: 0;
}

.karir .box-karir .box-form {
    width: 90%;
    float: right;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 20px;
    border-radius: 16px;
    color: #45484e;
}

@media (max-width: 991px) {
    .karir .box-karir .box-form {
        width: 100%;
        margin-top: 40px;
    }
}

.karir .box-karir .box-form .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.karir .box-karir .box-form .help-block {
    color: red;
}

.karir .box-karir .box-form .wpcf7 label {
    font-weight: 500;
    font-size: 18px;
    color: #45484e;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-family: inherit;
}

.karir .box-karir .box-form .wpcf7-select {
    padding: 8px 10px;
    box-shadow: none;
    font: inherit;
    line-height: inherit !important;
}

.karir .box-karir .box-form input.wpcf7-text {
    background-color: transparent;
    border: 2px solid #ddd;
}

.karir .box-karir .box-form input.wpcf7-text.file {
    padding: 6px 12px;
}

.karir .box-karir .box-form input:focus,
.karir .box-karir .box-form .wpcf7-select:focus {
    border-color: #2f9a48;
    box-shadow: none;
    font: inherit;
}

.karir .box-karir .box-form textarea:focus {
    border-color: #2f9a48 !important;
    box-shadow: none;
}

.karir .box-karir .box-form .box-button {
    display: flex;
    justify-content: center;
}

.karir .box-karir .box-form .box-button .btn.btn-primary.wpcf7-submit {
    background-color: #2f9a48;
    padding: 8px 50px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.karir .box-karir .box-form .box-button .btn.btn-primary.wpcf7-submit:active,
.karir .box-karir .box-form .box-button .btn.btn-primary.wpcf7-submit:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

.karir .box-karir .box-form .box-button .btn.btn-primary.wpcf7-submit:hover {
    background-color: #267238;
}

.blog.detail .boxBlog .boxTitle {
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .blog.detail .boxBlog .row .orderSidebar {
        order: 2;
    }

    .blog.detail .boxBlog .row .orderContent {
        order: 1;
        margin-bottom: 30px;
    }
}

.blog-content ol li:before {
    display: none !important;
}

.blog.detail .boxBlog .boxTitle h3 {
    width: 90%;
    font-family: "Barlow", sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    color: #44484e;
}

@media (max-width: 767px) {
    .blog.detail .boxBlog .boxTitle h3 {
        width: 100%;
        font-size: 30px;
    }
}

.blog.detail .boxBlog .boxDateCategory ul {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
}

.blog.detail .boxBlog .boxDateCategory ul li {
    color: #626161;
    list-style: none;
    font-size: 16px;
}

.blog.detail .boxBlog .boxDateCategory ul li span {
    font-family: "Barlow", sans-serif;
}

.blog.detail .boxBlog .boxDateCategory ul li a {
    font-family: "Barlow", sans-serif;
}

.blog.detail .boxBlog .boxDateCategory ul li.icon-user::before {
    margin-right: 8px;
}

.blog.detail .boxBlog .boxDateCategory ul li.icon-clock {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
}

.blog.detail .boxBlog .boxDateCategory ul li.icon-clock::before {
    margin-right: 8px;
}

.blog.detail .boxBlog .boxDateCategory ul li span.textCategory {
    position: relative;
    top: -2px;
    text-transform: capitalize;
}

.blog.detail .boxBlog .boxDescription {
    margin-top: 20px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 15px;
}

.blog.detail .boxBlog .boxDescription p {
    color: #44484e !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px;
}

@media (max-width: 767px) {
    .blog.detail .boxBlog .boxDescription p {
        font-size: 16px;
    }
}

.blog.detail .boxBlog .boxDescription {
    margin-top: 20px;
}

.blog.detail .boxBlog .boxDescription p {
    color: #44484e !important;
    font-family: "Barlow", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px;
}

.blog.detail .boxBlog .boxShare {
    margin-top: 15px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 5px;
    position: relative;
}

.blog.detail .boxBlog .boxShare h5 {
    font-size: 18px;
    color: #45484e;
    font-family: "Barlow", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    color: #626161;
    margin-bottom: 10px;
}

.blog.detail .boxBlog .boxShare ul {
    display: flex;
    padding-left: 0;
    gap: 8px;
}

.blog.detail .boxBlog .boxShare ul li {
    list-style: none;
}

.blog.detail .boxBlog .boxShare ul li img {
    width: 35px;
}

.blog.detail .boxBlog .boxShare .copylink {
    display: flex;
}

@keyframes colorChange {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.blog.detail .boxBlog .boxShare .copylink .animated-element {
    padding: 8px 6px;
    background-color: grey;
    opacity: 0;
    color: white;
    border-radius: 10px;
    width: fit-content;
    margin-top: 10px;
    font-size: 10px;
    position: absolute;
    top: -15px;
    cursor: context-menu;
}

.blog.detail .boxBlog .boxShare .copylink .animated-element.active {
    animation: colorChange 2s ease;
    /* Apply the animation */
}

.blog.detail .boxBlog .boxShare .copylink input {
    opacity: 0;
    order: 2;
    position: absolute;
    top: 10px;
    left: 0;
}

.blog.detail .boxBlog .boxShare .copylink a {
    order: 1;
    margin-left: 10px;
    padding-left: 15px;
    border-left: 2px solid #afafaf;
}

.blog.detail .boxBlog .boxButtonBack {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.blog.detail .boxBlog .boxButtonBack a {
    border-color: #2f9a48;
}

.blog.detail .boxBlog .boxButtonBack a button {
    background-color: transparent;
    border: 2px solid #2f9a48;
    color: #2f9a48;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 17px;
    transition: 0.2s all ease-in;
}

.blog.detail .boxBlog .boxButtonBack a button i {
    margin-right: 3px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.blog.detail .boxBlog .boxButtonBack a button:hover {
    background: #ebfff6;
    transition: 0.2s all ease-in;
    outline: none;
}

.blog-post section {
    padding: 0px;
}

.blog-post a {
    color: #2e9947;
}

@media (max-width: 767px) {
    ul.blog-posts {
        padding-left: 12px !important;
    }
}

.aside-right section {
    padding: 0px;
}

.aside-right a {
    color: #2e9947;
}

@media (max-width: 767px) {
    .bg-profile-new {
        padding-top: 50px;
    }

    .info-chart {
        text-align: center;
    }

    .desc-chart {
        justify-content: center;
    }

    .bold {
        text-align: center;
    }

    .panel-title {
        text-align: center;
    }

    .jmlTotal {
        text-align: center;
    }
}

@media (min-width: 1000px) {
    .desc-chart {
        justify-content: flex-start;
    }
}

.bg-profile-new {
    height: auto;
    background-color: white;
    margin-bottom: 25px;
    margin-top: 25px;
}

.box-dashboard-new {
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
}

.box-dashboard-new .box-dashboard-image-new {
    display: block;
    float: left;
    text-align: center;
    width: 80px;
    margin-right: 10px;
    height: 80px;
}

.box-dashboard-new .box-dashboard-image-new .img-circle {
    width: 85px;
    height: auto;
}

.box-dashboard-new .box-dashboard-content-new {
    margin-left: 65px;
    padding: 7px 10px;
    height: 77px;
    display: grid;
}

.box-dashboard-content-new .info-box-name {
    font-weight: 700;
    font-size: 27px;
}

.box-dashboard-content-new .info-small {
    font-size: 14px;
    color: #8c8c8c;
}

.box-dashboard-new .pinjaman-title {
    align-items: center;
    background-color: #ebfff6;
    padding: 10px 7px;
    border-radius: 35px;
    width: fit-content;
    justify-content: space-around;
    margin-bottom: 30px;
}

.number-title {
    font-size: 30px;
    font-weight: 700;
}

.radius-title {
    font-weight: 500;
    font-size: 18px;
}

#title-pinjaman-berjalan {
    justify-content: space-between;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.panel-box-header-new {
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    background-color: #f2f2f2;
    padding: 10px 15px;
}

a.link-color {
    font-weight: bold;
    text-decoration: none;
    color: #2f9a48;
}

.box-chart,
.box-dashboard {
    display: block;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
    padding: 20px;
}

.box,
.box-chart,
.box-dashboard,
.panel {
    box-shadow: 0 5px 15px 0 rgba(102, 127, 156, 0.12);
}

.panel-title {
    font-size: 16px;
    font-weight: 300;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-box {
    border: 1px solid rgba(34, 36, 38, 0.1);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel-box-body,
.panel-box-header {
    padding: 10px 15px;
}

.listing-progress .progress-bar-success {
    background-color: #2e9947;
}

.listing-progress {
    height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #eaf4ec;
    border-radius: 50px;
}

.customNav {
    background-color: #2e9947;
    color: white;
    padding: 8px;
}

.showCount {
    padding: 8px;
    background-color: #e9ecef;
}

span.note {
    color: #555;
    font-size: 15px;
}

.jmlTotal {
    margin-bottom: 10px;
}

.portofolio-box {
    margin-bottom: 0;
    padding: 15px 15px;
}

.nominal-title {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
}

.title-portofolio {
    font-weight: 500;
    margin-bottom: 0px;
}

section.blog .boxBlog h6 {
    color: #45484e;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

section.blog .boxBlog .boxSearch {
    margin-bottom: 35px;
}

section.blog .boxBlog .boxSearch input {
    border: 2px solid #8c8c8c;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 17px;
}

section.blog .boxBlog .boxSearch input::placeholder {
    color: #8c8c8c;
}

section.blog .boxBlog .boxCategori {
    margin-bottom: 35px;
}

section.blog .boxBlog .boxCategori .boxButton ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0px;
}

section.blog .boxBlog .boxCategori .boxButton ul li {
    list-style: none;
}

section.blog .boxBlog .boxCategori .boxButton ul li {
    border-radius: 8px;
    border: transparent;
    color: white;
    padding: 13px;
    font-weight: bold;
    font-size: 22px;
    font-family: "Barlow", sans-serif;
    outline: none;
    width: 100%;
}

section.blog .boxBlog .boxCategori .boxButton ul li a {
    color: white;
    text-align: center;
    display: block;
}

section.blog .boxBlog .boxCategori .boxButton ul li:nth-child(odd) {
    background-color: #2f9a48;
    transition: 0.3s all ease;
}

section.blog .boxBlog .boxCategori .boxButton ul li:nth-child(odd):hover {
    background: #267238;
    transition: 0.3s all ease;
}

section.blog .boxBlog .boxCategori .boxButton ul li:nth-child(even) {
    background-color: #2f488b;
    transition: 0.3s all ease;
}

section.blog .boxBlog .boxCategori .boxButton ul li:nth-child(even):hover {
    background-color: #063c5f;
    transition: 0.3s all ease;
}

section.blog .boxBlog .boxCategori .boxButton ul li a {
    text-decoration: none;
}

@media (max-width: 767px) {
    section.blog .boxBlog .boxCategori .boxButton ul li a {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    section.blog .boxBlog .boxTopPosts {
        margin-bottom: 40px;
    }
}

section.blog .boxBlog .boxTopPosts a {
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #45484e;
    font-weight: bold;
    display: block;
}

@media (max-width: 767px) {
    section.blog .boxBlog .boxTopPosts a {
        width: 100%;
    }
}

section.blog .boxBlog .boxWrapperContent {
    padding-left: 30px;
}

@media (max-width: 991px) {
    section.blog .boxBlog .boxWrapperContent {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    section.blog .boxBlog .boxWrapperContent .boxContent {
        flex-direction: column;
    }

    section.blog .boxBlog .boxWrapperContent .boxContent .boxImage img {
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px !important;
        width: 100% !important;
        height: 100% !important;
    }

    section.blog .boxBlog .boxWrapperContent .boxContent .boxDescription {
        padding: 25px;
    }
}

section.blog .boxBlog .boxWrapperContent a {
    text-decoration: none;
}

section.blog .boxBlog .boxWrapperContent .boxContent {
    cursor: pointer;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
    outline: none;
    margin-bottom: 30px;
    border-radius: 8px;
    display: flex;
}

section.blog .boxBlog .boxWrapperContent .boxContent .boxImage img {
    width: 250px !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (max-width: 767px) {
    section.blog .boxBlog .boxWrapperContent .boxContent .boxImage img {
        width: 100% !important;
    }
}

section.blog .boxBlog .boxWrapperContent .boxContent .boxDescription {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Lato;
    padding-bottom: 30px;
    padding-top: 30px;
}

section.blog .boxBlog .boxWrapperContent .boxContent .boxDescription .titleOne {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.blog .boxBlog .boxWrapperContent .boxContent .boxDescription .titleOne span {
    color: #2f9a48;
}

section.blog .boxBlog .boxWrapperContent .boxContent .boxDescription .titleTwo {
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #45484e;
}

section.blog .boxBlog .boxWrapperContent .boxContent .boxDescription .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #45484e;
    font-size: 16px;
}

section.blog .boxBlog .boxWrapperContent .boxPagination {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

section.blog .boxBlog .boxWrapperContent .boxPagination .boxButton .btnAvt {
    color: white;
    outline: none;
    text-align: center;
    border: transparent;
    padding: 13px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #2f488b;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    outline: none;
}

section.blog .boxBlog .boxWrapperContent .boxPagination .boxButton .btnAvt:hover {
    background-color: #063c5f;
    transition: 0.3s all ease;
}

section.blog .boxBlog .boxWrapperContent .boxPagination .boxButton .btnAvt i {
    font-size: 16px;
    position: relative;
    top: 2px;
    outline: none;
    padding-left: 5px;
}

section.blog .boxBlog .boxWrapperContent .boxPagination .boxButton .btnAvt.arrow {
    margin-right: 8px;
    border: 1px solid #2f488b;
    background-color: transparent;
}

section.blog .boxBlog .boxWrapperContent .boxPagination .boxButton .btnAvt.arrow i {
    color: #2f488b;
    padding-left: 0;
}

.boxTopPosts ul {
    padding-left: 0;
}

.boxTopPosts ul li {
    margin-bottom: 15px;
    list-style: none;
}

.boxTopPosts ul li .blogImageTitle {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .boxTopPosts ul li .blogImageTitle {
        flex-direction: column;
        align-items: flex-start;
    }

    .boxTopPosts ul li .blogImageTitle img {
        width: 100%;
    }
}

.boxTopPosts ul li .blogImageTitle a {
    flex: 1;
}

.boxTopPosts ul li .blogImageTitle .title {
    padding-left: 10px;
    text-decoration: none;
    padding-right: 10px;
    font-size: 15px;
    color: #000;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .boxTopPosts ul li .blogImageTitle .title {
        padding-left: 0px;
    }
}

.boxTopPosts ul li .blogDescriptionDate span {
    color: #979797;
    font-size: 14px;
    font-style: normal;
    position: relative;
    top: -15px;
}

.boxTopPosts ul li .blogDescriptionDate .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
}

.blog-posts .pagination {
    justify-content: flex-end;
}

.blog-posts .pagination ul li.active a {
    color: white;
}

.blog-posts .pagination ul li a {
    text-decoration: none;
    color: #2e9947;
}

.blog-posts .pagination ul li a:hover {
    color: white;
}

section.blog .boxBlog .pagination {
    justify-content: end;
}

section.blog .boxBlog .pagination ul {
    display: flex;
    justify-content: center;
    padding-left: 0px;
    gap: 5px;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
}

section.blog .boxBlog .pagination ul li {
    float: left;
    margin-right: 5px;
    width: fit-content;
    height: fit-content;
    border-radius: 6px;
    background-color: transparent;
    border: 2px solid #2f488b;
    margin-right: 0px;
}

section.blog .boxBlog .pagination ul li.arrow {
    background-color: #2f488b;
}

section.blog .boxBlog .pagination ul li.dots a {
    cursor: no-drop;
}

section.blog .boxBlog .pagination ul li.arrow.last a {
    cursor: no-drop;
}

section.blog .boxBlog .pagination ul li.arrow a {
    color: white;
}

section.blog .boxBlog .pagination ul li.arrow a i {
    position: relative;
    top: 2px;
}

section.blog .boxBlog .pagination ul a {
    padding: 8px 17px;
    width: fit-content;
    height: fit-content;
    color: #2f488b;
    border: 2px solid #2f488b;
    border-radius: 6px;
    height: 100%;
}

section.blog .boxBlog .pagination ul li:hover a {
    background-color: transparent;
}

section.blog .boxBlog .pagination ul li.active {
    background-color: transparent;
    color: #2f488b;
    border: 2px solid #2f488b;
    cursor: no-drop;
}

section.blog .boxBlog .pagination ul li.active a {
    cursor: no-drop;
    background-color: #2f488b;
    border-radius: 4px;
    color: white;
}

section.blog .boxBlog .pagination ul li a[rel="prev"] {
    outline: none;
    background-color: #2f488b;
    color: white;
    outline: none;
    border-radius: 0px;
}

section.blog .boxBlog .pagination ul li a[rel="prev"]:hover {
    background-color: #063c5f;
    outline: none;
}

section.blog .boxBlog .pagination ul li a[rel="next"] {
    outline: none;
    background-color: #2f488b;
    color: white;
    outline: none;
    border-radius: 0px;
}

section.blog .boxBlog .pagination ul li a[rel="next"]:hover {
    background-color: #063c5f;
    outline: none;
}

section.blog .boxBlog .pagination ul li a {
    padding: 3px 11px;
    width: fit-content;
    height: fit-content;
    color: #2f488b;
    border: 2px solid transparent;
    display: table-cell;
    text-align: center;
}

.tkb {
    width: 100px;
    margin: 0 !important;
}

.tkb li {
    display: flex;
    flex-direction: column;
    align-items: end;
}