.header-sub-section{
    font-size:12px;
    color:#fff;
}

.index--container-slide {
    margin-top:0!important;
}

            #bp_container .bp-xc {
                width: 20px;
                display: grid;
                /* place-items: center; */
                place-content: center;
                left: 2%;
                bottom: 0px;
                padding: 9px 20px 7px;
                background: #d04444;
                border-radius: 2px 2px 0 0;
                opacity: .85;
            }
            /*#bp_container>.dl-x {*/
            /*    display:grid;*/
            /*    place-content:center;*/
                
            /*}*/

            #bp_container>.del-x {
                height: 41px;
                width: 41px;
                border-radius: 100%;
                top: 8px;
                right: 110px;
                opacity: 1;
                line-height: 1;
                display:grid;
                place-content:center;
                
            }
            #bp_container>.del-x:hover {
                background:#333;
            }

            /*#bp_container>.dl-x:hover {*/
            /*    background:#333;*/
            /*}*/

            #bp_container>.bp-x {
                height: 41px;
                width: 41px;
                border-radius: 100%;
                top: 8px;
                right: 14px;
                opacity: 1;
                display: grid;
                line-height: 1;
                place-content: center;
            }       
