.employe_outer_box {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
}
.emp_outer_main {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid white;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
}
.emp_outer_main img {
    object-fit: contain;
    max-width: 100%;
}
.emp_outer_main img {
    object-fit: contain;
    max-width: 100%;
}
.text_cnading {
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.name_txt {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.text_cnading {
    font-weight: 400;
    color: #616161;
    text-align: center;
    font-size: 14px;
    width: 100%;
    display: block;
    margin-top: 10px;

}
.emp_text_outyer{
    line-height: 13px;
    margin-bottom: 15px;
}
.dd_flexyteqi {
    display: flex;
    gap: 10px;
}
.icon_social {
    width: 30px;
    height: 30px;
    display: flex;

    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}
.dd_flex_outer_tyre{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}
.draggableBubbleIcon{
    align-items: center;
    display: flex;
    justify-content: center;
}

.customers_banner {
    display: flex;
    flex-direction: column;
    background: #ffff;
    border-radius: 30px;
    box-shadow: 0 1px 23px 0 rgb(50 57 66 / 10%);
    margin-top: 60px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;

}
.brand_slider_main_hed {
    padding: 0;
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}
.brandReadMore a button{
    font-size: 13px;
}
.box_outer_uyfmain {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.box_outr_tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: transform .85s cubic-bezier(.23,1,.32,1), background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin: 0px 0px 0px 0px;
    gap: 10px;
    flex-direction: column;
    padding: 15px 10px 15px 10px;
    align-items: center;
    background-color: #F9FAFC;
    border-radius: 18px;
    background-color: #FFFFFF;
    box-shadow: 0px 18px 50px 0px rgba(99.00000000000014, 89, 249, 0.12);
    min-width: 130px;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 142px;
    height: 142px;
    width: 130px;
}
.icon_cht_Dfx {
    min-width: 28px;
    font-size: 28px;
    border-radius: 20px;
    width: 58px;
    height: 58px;
    background-color: #0000000D;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text_mainytr {
    color: #1D1D1B;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: block;
}
.bg_light_green {
    background-color: #dffff1 !important;
}
.bg_light_blue {
    background: #f6f7fc;
}
.bg11 {
    background-color: #eae8ff;
}
.bg9 {
    background-color: #fff1d1;
}
.bg_light_violet {
    background-color: #fdecff !important;
}
.bg12 {
    background: #ffdbdb;
}
.bg10 {
    background-color: #e4ffcd;
}
.mar_btm_60px{
    margin-top: 60px;
}
.box_outer_uyfmain .box_outr_tr:nth-child(even) {
    margin-top: 20px;
}
.imag_block{
    width: 200px;
}
.imag_block img{
    max-width: 100%;
}
.main_tarewiuty{
    display: flex;
        margin-top: 30px;
        gap: 15px;
        justify-content: center;
}
.WID_CONTACT{
    min-width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
}
.WID_CONTACT img{
    margin-bottom: 10px;
}
.box_outr_tr:hover, .outer_section_box:hover {
    background: #e7dfff;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    html{
      width: 100%;
      overflow-x: hidden;
    }
    .dd_flex_outer_tyre{
        flex-direction: column;
    }
    .employe_outer_box{
        width: 100%;
    }
    .customers_banner{
        margin-bottom: 0;
    }
    .box_outer_uyfmain {
        overflow: auto;
        justify-content: flex-start;
        padding: 13px 10px;
    }
    .box_outer_uyfmain .box_outr_tr:nth-child(even){
        margin-top: 0px;
    }
}
