body {
    background: #f2f2f2;
}

.hero-index {
    background: #256aec;
    min-height: 220px;
    /*  border-radius: 0px 0px 20px 20px;*/
}

.container-main {
    background-color: #fff;
}

.hero-search {
    margin-top: -83px;
}

.hero-fixed-search {
    margin-top: -83px;
}



input.search-query {
    padding-left: 26px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: .5;
    z-index: 1000;
}


.s006 form {
    width: 100%;
    max-width: 790px;
}

.s006 form legend {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    margin-bottom: 59px;
}

.s006 form .inner-form {
    width: 100%;
    margin-bottom: 17px;
}

.s006 form .inner-form .input-field {
    height: 50px;
    width: 100%;
    position: relative;

}

.s006 form .inner-form .input-field input {

    border: 0;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 70px;
    font-size: 12px;
    color: #666;
    border-radius: 34px;

}

.s006 form .inner-form .input-field input.placeholder {
    color: #ccc;
    font-size: 12px;
}

.s006 form .inner-form .input-field input:-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}

.s006 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}

.s006 form .inner-form .input-field input:hover,
.s006 form .inner-form .input-field input:focus {
    box-shadow: 1px 6px 20px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 6px 20px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 20px -8px rgba(0, 0, 0, 0.75);
    outline: 0;
}

.s006 form .inner-form .input-field .btn-search {
    width: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    height: 80%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.s006 form .inner-form .input-field .btn-search svg {
    fill: #ccc;
    width: 30px;
    height: 30px;
    transition: all .2s ease-out, color .2s ease-out;
}

.s006 form .inner-form .input-field .btn-search:hover,
.s006 form .inner-form .input-field .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.s006 form .inner-form .input-field .btn-search:hover svg,
.s006 form .inner-form .input-field .btn-search:focus svg {
    fill: #666;
}

.s006 form .suggestion-wrap {
    padding: 0 15px;
}

.s006 form .suggestion-wrap span {
    font-size: 14px;
    font-family: 'Helvetica', sans-serif;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 15px;
    line-height: 32px;
    color: #fff;
    border-radius: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card-mendesak {
    min-width: 220px;
    margin-right: 10px;
    border-radius: 14px;
    box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
}

.card-dampak {
    min-width: 198px;
    margin-right: 10px;
    border-radius: 14px;
    box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
}

.card-img-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.scrol-mendesak {
    padding-bottom: 30px;
}

.scroll-container-mendesak {
    overflow-x: auto;
    padding-left: 15px;
    position: relative;
}

.scroll-button-mendesak {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    background: #fff;
    color: #bbbbbb;
    box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    border-radius: 50%;
    width: 30px;
    height: 30px;

}

.scroll-left-mendesak {
    left: 15px;
}

.scroll-right-mendesak {
    right: 15px;
}

/*dampak*/

.scrol-dampak {
    padding-bottom: 30px;
}

.scroll-container-dampak {
    overflow-x: auto;
    padding-left: 150px;
    position: relative;
}

.scroll-button-dampak {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    background: #fff;
    color: #bbbbbb;
    box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(212, 212, 212, 1);
    border-radius: 50%;
    width: 30px;
    height: 30px;

}

.scroll-left-dampak {
    left: 15px;
}

.scroll-right-dampak {
    right: 15px;
}

/********/



.warp {
    position: relative;
}

.icon-scroll {
    position: absolute;
    margin-left: 5px;
}

/* serach fiex */
.serach-is-fixed {
    position: fixed;
    z-index: 9999;
    top: 28px;
    width: 100%;
    max-width: 480px;
}

.serach-is-fixed-background {
    background-color: #256aec;
}

.serach-background {
    background-color: #fff;
    box-shadow: 1px 6px 20px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 6px 20px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 6px 20px -8px rgba(0, 0, 0, 0.75);
}

.biruinfak {
    background: rgb(37, 106, 236);
    background: radial-gradient(circle, rgba(37, 106, 236, 1) 17%, rgba(30, 87, 197, 1) 72%);
}

.icons-kategori {
    box-shadow: 5px 2px 20px -1px rgba(184, 184, 184, 0.3);
    -webkit-box-shadow: 5px 2px 20px -1px rgba(184, 184, 184, 0.3);
    -moz-box-shadow: 5px 2px 20px -1px rgba(184, 184, 184, 0.3);
    border-radius: 15px;
    padding: 10px;
    width: 50px;
}

.card-img-list {
    border-radius: 10px;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    width: 175px;
    padding-right: 15px;
}

.row-list {
    place-items: center;
}

.lihat-semua {
    border-radius: 50rem;
    font-size: 12px;
    background-color: #256aec;
    border-color: #256aec;
    padding-left: 30px;
    padding-right: 30px;
}

.m-nav {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
}

.dampak-image-icon {
    position: absolute;
    left: 20px;
    /* Initial left position */
    opacity: 1;

    display: block;
    /* Initially display the image */
}