* {
    padding: 0;
    margin: 0;
    font-family: 'open-sans', sans-serif;
}


/* .bdy,
html {
    overflow-x: hidden;   
}

.bdy2{
    overflow: hidden ;
} */

.msme-ss p{
    font-size: 26px;
    font-weight: 600;
}
.msme-enroll1{
    background: #4B2300;
    border: none !important;
       padding: 6px 25px;
    border-radius:15px;
    color: #fff !important;
    font-size: 14px;
}
@media(max-width:768px){
    .success-district{
        justify-content: start !important;
    }
}

/* slick css */



.msme-baratam{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 3px solid #000;
    display: inline-block;
}
.msme-storycontent{
    font-size: 16px;
}
.msme_sld_innr{
  /*background: #FFE2B6 0% 0% no-repeat padding-box;*/
border-radius: 10px;
padding: 10px;
}

.ss-text1{
    font-size: 16px;
}

.msmecorousalbtn {
    background: #000;
    height: 30px;
    width: 30px;
    border-radius: 50%;
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.msmecorousalbtn span{
 width: 19px;
}
.msmeleftbtn{
     margin-right: 100px;
}

.msmerightbtn{
    margin-left:100px;
}
.msme-ss{
position : relative;
}
    .msme-ss::after {
        content: '';
        border-bottom  : 4px solid #000;
        border-radius: 25px; 
            width: 21%;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-weight: normal;
    }

    @media(max-width:992px) {
        .msmecorousalbtn {
            display: none !important;
        }

        .msme-ss-contain {
            padding: 10px 0px !important;
        }
    }

    @media(max-width:576px) {
        .msme-ss-contain {
            padding: 10px 8px !important;
        }
    }

    @media(max-width:768px) {
        .share-story {
            margin-bottom: 4px;
        }
    }