.enabler-banner {
    background: url(../images/export/export-enablers-banner.jpg);
    background-size: cover;
    text-align: center;
}

.enabler-banner .container {
    padding: 7% 0;
}

.enabler-button {
    background: #9B9587;
    color: #fff;
    border: solid 1px #9B9587;
    border-radius: 0;
}


/** NAVBAR **/

.enabler-nav {
    margin-top: -20px;
}

.enabler-nav ul {
    text-align: center;
}

.enabler-nav ul li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
}

.enabler-nav ul li a {
    padding: 8px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}


/** PROFILE **/

.enabler-profile {
    border: solid 1px #9B9587;
    padding-top: 30px;
}

.enabler-profile .content ul li {
    list-style: inside!important;
}

.enabler-profile .left {
    border-right: solid 1px #9B9587;
    text-align: center;
    padding: 12px;
}

.enabler-profile .right {
    border-right: solid 0px #9B9587;
    padding: 0;
    margin: 0;
}

.enabler-profile .left img {
    width: 200px;
}

.enabler-profile .right .name {
    padding: 20px;
}

.enabler-profile .right .content {
    border-top: solid 1px #9B9587;
    padding: 20px;
}

.enabler-profile .left .contact {
    margin-top: 20px;
}

.enabler-content p {
    font-size: 18px;
}


/** ALL **/

.enabler-divider {
    margin: 50px;
    text-align: center;
}

.button-header {
    background: #fff;
    padding: 12px 50px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

.button-more {
    background: #9B9587;
    padding: 12px 50px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 50px;
    color: #fff !important;
}

.enabler-title {
    margin-top: 20px;
    text-align: center;
    padding: 30px;
    font-size: 36px;
    font-weight: 600;
}


/** SLIDER **/

.slick .slide .button {
    background: #9B9587;
    padding: 6px 12px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
}

.slick .slide {
    border: solid 2px #9B9587;
    padding: 10px 30px;
    height: 350px;
    text-align: center;
}

.slick .slide img {
    width: 100%;
    height: 220px;
    padding: 20px;
    object-fit: contain;
}

.slick .slide p {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #9B9587;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #9B9587;
}

@media only screen and (max-width: 600px) {
    .slick .slide {
        padding: 3px 10px;
    }
    .slick .slide img {
        padding: 5px;
    }
}


/* MSME OFFERS & PROGRAMS CSS */

.card {
    border: solid 2px #9B9587;
    padding: 0;
}

small {
    font-size: 11px;
}

.badge {
    font-size: 11px;
    font-weight: normal;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border: 1px solid #c4d0da !important;
    border-radius: 10rem;
}

.logo-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.comp-logo {
    padding: 5px;
    background-color: #fff;
}

.msme-title {
    font-size: 30px;
    font-weight: 600;
}

p a:after {
    margin: 0 !important;
    padding: 0 !important;
}