/* Modal Usulan Surat */
input, textarea {
    background-color: #F2F7FF;
}
/* Modal Usulan Surat */

/*  Section Bundling*/
#section-bundling {

    background-color: #F2F7FF;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

#section-bundling img {
    margin-bottom: -30px;
}

@media screen and (max-width: 768px) {
    #section-bundling {
        text-align: center;
    }
}

/*  Section Bundling*/

/*  Section Invoice*/
@media screen and (min-width: 995px) {
    #section-invoice {
        padding-top: 6em;
    }
}

/*  Section Invoice*/

/*  Section Berlangganan*/
@media screen and (max-width: 768px) {

    #section-berlangganan {
        overflow: hidden;
        text-align: center;
    }

    #section-berlangganan .wefdsc {
        text-align: center;
    }

    #section-berlangganan .ilustrasi_surat {
        margin-top: -108px;
    }
}

@media screen and (min-width: 995px) {
    #section-berlangganan .container-fluid {
        height: 660px;
    }

    #section-berlangganan .card {
        position: absolute;
        bottom: -90px;
        width: 80%;
        left: 0px;
        right: 0px;
        height: 215px;
        margin: auto;
    }

    .ilustrasi_surat {
        margin-top: -110px;
        margin-left: 125px;
    }

}


#section-berlangganan .container-fluid {
    position: relative;
    padding-top: 100px;
    padding-bottom: 12px;
    margin-top: 62px;
    background-color: #155BD5;
    z-index: 10;
}

#section-berlangganan .card-title {
    display: flex;
    position: relative;
}

#section-berlangganan .card-title img {
    position: absolute;
    top: 0;
    left: -32px;
}

#section-berlangganan .card {
    color: #4B4848;
    padding: 1em;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

#section-berlangganan .vector_bg_1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}

#section-berlangganan .vector_bg_2 {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: -2;
}

.wefdsc h2,
.wefdsc p {
    color: white;
}

/*  Section Berlangganan*/

/*  Section Tutorial*/
#section-tutorial .card {
    border: 1px solid rgba(217, 217, 217, 0.41);
    box-shadow: 0px 8px 20px rgba(120, 112, 112, 0.12);
    border-radius: 10px;
    padding: 12px;
}

#section-tutorial .accordion-button {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

#section-tutorial .accordion-button::after {
    display: none;
}

#section-tutorial .accordion-collapse {
    transition: 0.2s ease-out;
}

#section-tutorial .accordion-body {
    padding-top: 0;
    border-radius: 10px;
    color: #6C6C6C;
}

#text-tutorial #collapseText.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
}

#text-tutorial #collapseText.collapsing {
    height: 3rem;
}

#text-tutorial a.collapsed::after {
    content: 'Baca Lebih Banyak';
}

#text-tutorial a:not(.collapsed)::after {
    content: 'Baca Lebih Sedikit';
}

#text-tutorial p {
    text-align: justify;
    transition: 0.4s ease-out;
}

/* end section tutorial */

/* section pilih surat */
.label-harga {
    position: absolute;
    top: -0.7em;
    right: 15px;
    background-color: #155BD5;
    color: white;
    font-size: 1em;
}


.card-icon {
    margin-top: 12px;
    margin-left: 5px;
    width: 50px;
}

.card-icon img {
    height: 40px;
}

h1,
h2 {
    color: #3A3A3A;
}

#nav-tab {
    font-size: 12px;
}

#nav-populer,
#nav-bisnis,
#nav-ketenagakerjaan,
#nav-sekolah,
#nav-organisasi,
#nav-freelancer,
#nav-investasi,
#nav-perjanjian,
#nav-umum {
    width: 100% !important;
}

#section-3 .card {
    box-shadow: 0px 10px 40px #E1E5EC;
    border-radius: 5px;
    border: none;
    padding: 12px;
}

#section-3 h2 {
    margin-bottom: 10px;
}


#section-3 .card a,
#section-3 .card p {
    color: #3A3A3A;
}

#section-3 .card:hover {
    background-color: var(--primary);
    box-shadow: 0px 10px 20px #CACCCF;
    border-radius: 5px;
}

#section-3 .card:hover * {
    color: white;
}


#section-3 .nav {
    justify-content: space-between;
}

#section-3 .premium {
    display: block !important;
}

#section-2 .card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: 357px;
}

#section-2 .card:hover svg {
    fill: red;
}

#section-2 .card:hover {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 8px 15px 8px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    fill: var(--primary);
    color: var(--primary);
}

.container-fluid {
    /* padding: 0 !important; */
}

.bg-f2f7ff {
    background-color: #F2F7FF;
}

#section-2 .card-img-top {
    width: 90px !important;
    margin: 24px auto 10px auto;
    /* padding: 12px 0 0 6px; */
}

#bundle-image {
    position: absolute;
    bottom: -0%;
    right: -0%;
    height: 500px;
    width: auto;
}

.selengkapnya:hover {
    cursor: pointer;
}

.surat-icon {
    margin-right: 12px;
}

.container-promo {
    position: relative;
    height: 500px;
    width: 100%;
    background: linear-gradient(97.57deg, #004CC3 2.62%, #2E6BD7 89.47%);
    /* Shadow Surat+ */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.18);
    border-radius: 15px;
}

#sampleCV {
    position: absolute;
    top: -10%;
    height: 120%;
}


.search-result-container {
    min-height: 8rem;
    z-index: 99;
    position: absolute;
    background: white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px !important;
    width: 88%;
    left: 3%;
    filter: drop-shadow(0px 8.8933px 22.2333px rgba(0, 0, 0, 0.18));
    top: 100%;
}

.search-result-container[data-result="loading"],
.search-result-container[data-result="none"] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

.no-result-text * {
    display: block;
}

.search-result-container:not([data-result="show"]) .search-result-data {
    display: none;
}

.search-result-container[data-result="show"] .search-result-data {
    display: revert;
    text-align: left !important;
}

.search-result-container[data-result="idle"] {
    display: none;
}

.search-result-container:not([data-result="loading"]) .sk-cube-grid,
.search-result-container:not([data-result="loading"]) .loading-text {
    display: none;
}

.search-result-container:not([data-result="none"]) .no-result-text {
    display: none;
}

.search-result-container[data-result="none"] .no-result-text {
    display: revert !important;
}

.search-result-data {
    padding: 1rem;
}

.search-result-data .result-title {
    color: var(--primary);
    font-weight: bold;
}

.search-result-data .surat-result-list a {
    display: block;
    text-decoration: none;
    padding: 8px 8px;
    cursor: pointer;
    color: #3A3A3A;
}

.search-result-data .surat-result-list a:hover {
    background: #F0F5FD;
    /* color: white; */
    border-radius: 5px;
}

.template-result-list {
    display: flex;
    flex-wrap: wrap;
}

.template-result-list a {
    margin-right: 10px;
}

.template-result-list img {
    width: 150px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.template-result-list span {
    display: block;
    margin-top: 5px;
}





@media screen and (max-width: 995px) {
    #sampleCV {
        display: none;
    }

    .surat-list a {
        font-size: 0.9em;
    }

    .features-style-one .features-title {
        font-size: 1.4em;
    }

    .grid-container {
        display: grid;
        grid-template-areas:
            ' title percentage'
            ' description description'
            ' action action';
        gap: 0px;
        /* background-color: #2196F3; */
    }

    .bola-1,
    .bola-2,
    .bola-3,
    .bola-4,
    .bola-5,
    .bola-6 {
        display: none;
    }

    .mobile-only {
        display: revert !important;
    }

    .desktop-only {
        display: none !important;
    }
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: revert;
}

#pencarian {
    /* border: 2px solid #155BD5; */
    border-radius: 40px;
    background-color: white;
    height: 46px;
}

.pencarian {
    width: 95%;
    background: #fff;
    border-radius: 40px;
    border: none;
    text-indent: 10px;
}

.pencarian:focus,
.pencarian:active {
    border: none;
    box-shadow: none
}

#button-cari {
    border-radius: 40px;
    padding: 10px 20px;
    /* border: 5px solid white; */
}


/* ===== Buttons Css ===== */
.white-btn {
    color: var(--primary);
    background: var(--white);
}

.white-btn:hover {
    color: var(--primary);
    background: rgb(248, 248, 248);
}

.header-six .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.header-six .active.primary-btn,
.header-six .primary-btn:hover,
.header-six .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.header-six .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.header-six .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
}

.header-six .active.primary-btn-outline,
.header-six .primary-btn-outline:hover,
.header-six .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
}

.header-six .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

/*===== HEADER SIX =====*/
.header-six .header-content-area {
    background-color: var(--white);
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-six .header-content-area {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .header-six .header-content-area {
        padding: 110px 0;
    }
}

@media (max-width: 992px) {
    #myTab {
        width: revert !important;
    }
}

.header-six .header-content {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-six .header-content {
        margin-top: 0;
    }
}

.header-six .header-title {
    font-size: 55px;
    line-height: 65px;
    color: var(--black);
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-six .header-title {
        font-size: 45px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .header-six .header-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.header-six .text {
    margin-top: 20px;
}

.header-six .header-btn {
    margin-top: 22px;
}

.header-six .header-btn li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.header-six .header-btn li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-six .header-image {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .header-six .header-image {
        margin-top: 30px;
    }
}

.header-six .header-image img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
    .header-six .header-image {
        padding: 60px;
    }
}

/* ===== Buttons Css ===== */
.features-style-one .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
}

.features-style-one .active.primary-btn-outline,
.features-style-one .primary-btn-outline:hover,
.features-style-one .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
}

.features-style-one .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

/*===========================
Features One CSS 
===========================*/

.features-one {
    /* background-color: var(--light-2); */
    padding-top: 120px;
    padding-bottom: 120px;
}

.features-one .section-title {
    padding-bottom: 10px;
}

.features-one .title {
    font-size: 38px;
    font-weight: 600;
    color: var(--black);
    line-height: 55px;
}

@media (max-width: 767px) {
    .features-one .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.features-one .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 24px;
}

.features-style-one:last-child {
    margin-bottom: 20px;
    margin-top: 20px;
}

.features-style-one:first-child {
    margin-top: 20px;
}

.features-style-one {
    background-color: var(--white);
    padding: 20px 0 40px 0px;
    box-shadow: var(--shadow-2);
    border-radius: 20px;
    transition: all 0.3s;
}

.features-style-one:hover {
    box-shadow: var(--shadow-4);
}

.features-style-one .features-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    color: var(--primary);
    border: 2px solid rgba(187, 187, 187, 0.192);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    .features-style-one .features-icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 35px;
    }
}

.features-style-one:hover .features-icon {
    border-color: transparent;
    color: var(--white);
    background-color: var(--primary);
}

.features-style-one .features-content {
    margin-top: 24px;
}

.features-style-one .features-title {
    text-align: left;
    text-indent: 38px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .features-style-one .features-title {
        font-size: 22px;
    }
}

.features-style-one .text {
    color: var(--dark-3);
    margin-top: 16px;
}

.features-style-one .features-btn {
    margin-top: 32px;
}

.list-style .list-style-nine ul li {
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
    color: var(--black);
    text-align: left;
    margin-left: 34px;
}

.list-style .list-style-nine ul li i {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    line-height: 25px;
    margin-right: 7px;
}

ul.surat-list a {
    color: unset;
}

ul.surat-list a:hover {
    color: var(--primary) !important;
}

/* ===== Buttons Css ===== */
.header-thirteen .header-content-wrapper .rounded-buttons .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.header-thirteen .header-content-wrapper .rounded-buttons .active.primary-btn,
.header-thirteen .header-content-wrapper .rounded-buttons .primary-btn:hover,
.header-thirteen .header-content-wrapper .rounded-buttons .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.header-thirteen .header-content-wrapper .rounded-buttons .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*======================================
header Area CSS
========================================*/
.header-thirteen {
    padding-top: 100px;
    position: relative;
    height: 870px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 1400px) {
    .header-thirteen {
        height: 870px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-thirteen {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-thirteen {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-thirteen {
        height: auto;
        padding-top: 100px;
    }
}

.header-thirteen .header-content-wrapper h5 {
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
}

.header-thirteen .header-content-wrapper h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-thirteen .header-content-wrapper h1 {
        font-size: 45px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .header-thirteen .header-content-wrapper h1 {
        font-size: 40px;
        line-height: 52px;
    }
}

.header-thirteen .header-content-wrapper p {
    color: var(--dark-3);
    margin-bottom: 30px;
}

.header-thirteen .header-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48%;
    text-align: right;
    margin: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-thirteen .header-img {
        position: relative;
        width: 100%;
        top: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.header-thirteen .header-img.header-img-2 {
    top: 50%;
}

.header-thirteen .header-img .header-img-right {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-thirteen .header-img .header-img-right {
        position: static;
    }
}

@media (max-width: 767px) {
    .header-thirteen .header-img .header-img-right {
        position: static;
    }
}

.header-thirteen .header-img img.dot-shape {
    position: absolute;
    left: -60px;
    bottom: 60px;
    z-index: -1;
}

.header-thirteen .header-img .image {
    width: 100%;
}

.header-thirteen .header-img .video-btn {
    position: absolute;
    left: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .header-thirteen .header-img .video-btn {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.header-thirteen .header-img .video-btn a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: var(--shadow-4);
}

.header-thirteen .header-img .video-btn a:hover {
    box-shadow: var(--shadow-6);
}

.list-style .list-style-five ul li {
    font-size: 18px;
    line-height: 24px;
    margin-top: 13px;
    color: var(--black);
}

.list-style .list-style-five ul li i {
    font-size: 22px;
    font-weight: 600;
    color: var(--success);
    line-height: 25px;
    margin-right: 7px;
}

/* ===== Buttons Css ===== */
.features-nine .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.features-nine .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}

.features-nine .active.primary-btn,
.features-nine .primary-btn:hover,
.features-nine .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}

.features-nine .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.features-nine .primary-btn-outline {
    border-color: var(--primary);
    color: var(--primary);
}

.features-nine .active.primary-btn-outline,
.features-nine .primary-btn-outline:hover,
.features-nine .primary-btn-outline:focus {
    background: var(--primary-dark);
    color: var(--white);
}

.subscribe .success-btn-outline {
    border-color: var(--my-green);
    color: var(--my-green);
}

.subscribe .active.success-btn-outline,
.subscribe .success-btn-outline:hover,
.subscribe .success-btn-outline:focus {
    border-color: var(--white);
    background: #02a899;
    color: var(--white);
}

.features-nine .deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

/*===========================
features css 
===========================*/
.features-nine {
    margin-bottom: 100px;
}

.features-nine .features-items {
    padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-nine .features-items {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .features-nine .features-items {
        padding-top: 20px;
    }
}

.features-nine .features-title {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-nine .features-title {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .features-nine .features-title {
        margin-top: 20px;
    }
}

.features-nine .sub-title {
    color: var(--primary);
}

.features-nine .main-title {
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .features-nine .main-title {
        font-size: 28px;
        line-height: 36px;
    }
}

.features-nine .text-lg {
    margin-top: 19px;
}

.features-nine .features-image {
    margin-top: 50px;
    text-align: center;
}

.features-nine .features-image img {
    /* width: 100%; */
    height: 350px;
    border-radius: 8px;
}

.features-nine .feature-btn {
    margin-top: 32px;
}

.features-nine {
    /* background: white; */
}

/*===========================
Features Four CSS 
===========================*/
.features-four {
    /* background-color: var(--light-2); */
    background-color: white;
    padding-top: 120px;
    padding-bottom: 120px;
}

.features-four .section-title {
    padding-bottom: 10px;
}

.features-four .title {
    font-size: 44px;
    font-weight: 600;
    color: var(--black);
    line-height: 55px;
}

@media (max-width: 767px) {
    .features-four .title {
        font-size: 30px;
        line-height: 35px;
    }

    #features {
        text-align: center !important;
    }

    .list-style .list-style-nine ul li a {
        display: flex;
    }

    .list-style .list-style-nine ul li {
        margin-left: 0 !important;
    }

    .features-nine .features-image img {
        width: 100% !important;
        height: auto !important;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

.features-style-four {
    margin-top: 40px;
}

@media only screen and (min-width: 1400px) {
    .features-style-four {
        padding-right: 95px;
    }
}

.features-style-four .features-icon {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    max-width: 120px;
    width: 100%;
    height: 105px;
}

.features-style-four .features-icon i {
    font-size: 70px;
    line-height: 70px;
    color: var(--primary);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 767px) {
    .features-style-four .features-icon i {
        font-size: 60px;
        line-height: 60px;
    }
}

.features-style-four .features-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 5%;
    background-color: var(--primary);
    height: 75px;
    width: 75px;
    border-radius: 5px 5px 5px 60%;
    opacity: 0.1;
}

.features-style-four .features-content {
    padding-left: 16px;
}

@media (max-width: 767px) {
    .features-style-four .features-content {
        padding-top: 15px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-style-four .features-content {
        padding-top: 0;
        padding-left: 15px;
    }
}

.features-style-four .features-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features-style-four .text {
    color: var(--dark-3);
    margin-top: 16px;
}

/*===========================
about-06 css
===========================*/
.about-six {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.about-six .faq-title .sub-title {
    color: var(--primary);
    text-transform: uppercase;
}

.about-six .faq-title .title {
    padding-top: 10px;
}

.about-six .faq-accordion {
    margin-top: 45px;
}

.about-six .faq-accordion .accordion .card {
    border: 0;
    background: none;
}

.about-six .faq-accordion .accordion .card .card-header {
    padding: 0;
    border: 0;
    background: none;
    margin-top: 40px;
}

.about-six .faq-accordion .accordion .card .card-header a {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    display: block;
    position: relative;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-six .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-six .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

.about-six .faq-accordion .accordion .card .card-header a::before {
    content: "\eb30";
    font-family: "LineIcons";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-six .faq-accordion .accordion .card .card-header .collapsed::before {
    content: "\eb5c";
}

.about-six .faq-accordion .accordion .card .card-body {
    padding: 20px 20px 0;
}

.about-six .faq-image {
    margin-top: 50px;
}

.about-six .faq-image img {
    width: 100%;
}

.promo-title-wrapper {
    display: flex;
    justify-content: space-between;
}

#promo-content p {
    font-size: 1.4rem;
    margin-bottom: 1.75rem;
    margin-top: 1.75rem;
}

.promo-title-wrapper h2:first-child {
    font-size: 2.75rem;
}

.promo-title-wrapper h2:last-child span:last-child {
    font-size: 7rem;
    line-height: 1;
}

#promo-content {
    padding: 2.5rem 2rem 5rem 2rem;
    position: relative;
    z-index: 100;
}

#promo-content *:not(.btn) {
    color: white;
}

@media(max-width: 992px) {
    div#promo-content {
        padding: 1rem 0;
        margin-left: -1rem;
    }

    .promo-title-mobile {
        text-align: center;
        margin-bottom: 1rem;
    }

    .promo-title-wrapper h2:last-child span {
        font-size: 2rem !important;
        text-transform: uppercase;
    }

    div#promo-content p {
        font-size: 1rem;
        margin-bottom: 1.75rem;
        margin-top: 1.75rem;
        padding-right: 10px;
    }

    .mobile-cv-image {
        left: -3% !important;
        position: absolute !important;
        height: 300px !important;
        top: -10% !important;
    }

    #promo-content .btn img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(3445%) hue-rotate(208deg) brightness(113%) contrast(106%);
    }

    #promo-content .btn {
        width: 14rem !important;
        height: auto !important;
        background-color: var(--my-green);
        color: white;
        position: absolute;
        padding: 10px;
        left: -8%;
        bottom: -8%;
    }

    div.container-promo {
        height: auto;
        width: unset !important;
    }

    .template-result-list img {
        width: 80px;
    }

    #button-cari img {
        height: 30px !important;
    }

    #button-cari {
        padding: 13px;
    }
}

section.search {
    background-color: #F2F7FF;
}
