    /* Incharger/Seller */
    
    .dtdr-user-list-item {
        margin-bottom: 30px;
    }
    
    .dtdr-user-list-item .dtdr-user-sociallinks-list {
        display: flex;
        /* grid-column-gap: 10px; */
        flex-wrap: wrap;
        margin: 0 -20px;
    }
    
    .dtdr-user-list-item .dtdr-user-item-meta-data h4 {
       font-size: var(--wdtFontSize_H6);
       font-weight: 500;
       text-transform: uppercase;
       /* letter-spacing: 3.08px; */
       margin:8px 0;
       
    }
    .dtdr-user-list-item.type3 .dtdr-user-sociallinks-list {
        margin-top: 10px;
    }
    .dtdr-user-list-item .dtdr-user-item-meta-data .dtdr-user-item-meta-details h4 a {
        color: var(--wdtLinkColor);
    }
    .dtdr-user-list-item .dtdr-user-item-meta-data .dtdr-user-item-meta-details h4 a:hover {
        color: var(--wdtLinkHoverColor);
    }
    .dtdr-user-list-item .dtdr-user-item-meta-data .dtdr-user-specialization {
        font-size: calc(var(--wdtFontSize_H6) - 2px);
        letter-spacing: 3.08px;

    }
    /* Type1 */
    .dtdr-user-list-item .dtdr-user-image {
        overflow: hidden;
    }
    .dtdr-user-list-item.type1 {
        box-shadow: none;
        overflow: hidden;
    }
    .dtdr-user-list-item .dtdr-user-image img{
        transition: var(--wdtBaseTransition);
    }
    
    .dtdr-user-list-item.type1.dtdr-incharge-list-item:hover {
        background-color: transparent;
        box-shadow: none;
    }
    .dtdr-user-list-item.type1.dtdr-seller-list-item:hover {
        box-shadow: none;
        background-color: transparent;
    }
    .dtdr-user-list-item.type1 .dtdr-user-image img{
        margin: auto;
        transition: var(--wdtBaseTransition);
    }
    .dtdr-user-list-item:hover .dtdr-user-image img{ transform: scale(1.05) translateX(5px);}
    .dtdr-user-list-item.type1 .dtdr-user-sociallinks-list {
        /* margin-top: -65px; */
        opacity: 1;
        visibility: visible;
        margin-bottom: 10px;
    }
    
    .dtdr-user-list-item.type1:hover .dtdr-user-sociallinks-list {
        opacity: 1;
        visibility: visible;
    }
    @-moz-document url-prefix() {
        .dtdr-user-list-item.type1 .dtdr-user-sociallinks-list li:not(:last-child) {
            margin-right: 0;
        }
    }
    
    .dtdr-user-list-item.type1 .dtdr-user-sociallinks-list li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        letter-spacing: 2.08px;
        font-size: 14px;
    }
    .dtdr-user-list-item .dtdr-user-sociallinks-list li a {
        letter-spacing: 2.08px;
        font-size: var(--wdtFontSize_Base);
    }
    .dtdr-user-list-item .dtdr-user-sociallinks-list li{
        padding: 0 20px;
        margin: 0;
        position: relative;
        margin-right: 0;
        
    }
    .dtdr-user-list-item .dtdr-user-sociallinks-list li:not(:last-child):after {
        position: absolute;
        content: "";
        width: 1px;
        height: 10px;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(15deg);
        -webkit-transform: translateY(-50%) rotate(15deg);
        background-color: var(--wdtPrimaryColor);
    }
    .dtdr-user-list-item.type1 .dtdr-user-item-meta-data .dtdr-user-sociallinks-list li a:hover {
        background-color: transparent;
    }
    .dtdr-user-list-item.type1 .dtdr-user-item-meta-data .dtdr-user-sociallinks-list li a:hover {
        color: var(--wdtLinkColor);
    }
    .dtdr-user-list-item.type1 .dtdr-user-item-meta-data {
        padding: 20px;
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .dtdr-user-list-item.type1 .dtdr-user-item-meta-data .dtdr-user-specialization {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        left: 0;
        right: 0;
        opacity: 1;
        position: absolute;
        visibility: visible;
        transition: var(--wdtBaseTransition);
        -webkit-transition: var(--wdtBaseTransition);
        color: var(--wdtLinkHoverColor);
    }
    .dtdr-user-list-item.type1:hover .dtdr-user-item-meta-data .dtdr-user-specialization {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
    }
    .dtdr-user-list-item.type1 .dtdr-user-item-meta-data .dtdr-user-sociallinks-list {

        position: relative;
        left: auto;
        right: auto;
        bottom: -15px;
        visibility: hidden;
        opacity: 0;
        width: auto;
        margin: 0 -20px;
    }
     .dtdr-user-list-item.type1:hover .dtdr-user-item-meta-data .dtdr-user-sociallinks-list {
        bottom: 0px;
        visibility: visible;
        opacity: 1;
    }
    .elementor-widget-dtdr-widget-sp-author .dtdr-user-list-item.type1:hover {
        box-shadow: none;
    }
    /* Type2 */
    
    .dtdr-user-list-item.type2 {
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 30px;
        align-items: center;
    }
    /* .dtdr-user-list-item.type2 .dtdr-user-image img {
        border: 3px solid;
    } */
    
    /* .dtdr-user-list-item.type2 .dtdr-user-specialization {
        font-size: 14px;
    }
     */
    .dtdr-user-list-item.type2 .dtdr-user-contactdetails-list {
        margin-top: 15px;
        /* font-size: 14px; */
    }
    .dtdr-user-list-item.type2 .dtdr-user-contactdetails-list li span a{
        word-break: break-all;
    }
    .dtdr-user-list-item.type2 .dtdr-user-contactdetails-list li {
        line-height: 24px;
        word-wrap: break-word;
    }
    
    /* .dtdr-user-list-item.type2 .dtdr-user-contactdetails-list li:not(:last-child) {
        margin-bottom: 5px;
    } */
    
    .dtdr-user-list-item.type2 .dtdr-user-contactdetails-list li span {
        margin-right: 15px;
    }
    .dtdr-user-list-item.type2 .dtdr-user-image img{
        margin: auto;
    }
    /* .dtdr-user-list-item.type2 .dtdr-user-item-meta-data h4,
    .dtdr-user-list-item.type2 .dtdr-user-contactdetails-list li {
        margin-bottom: 0;
    } */
    /* Type3 */
    
    .dtdr-user-list-item.type3 {
        border-width: 1px;
        border-style: solid;
        display: grid;
        grid-template-columns: 32% 68%;
        width: 100%;
        margin: 0 0 30px;
        align-items: center;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-image img {
        object-fit: cover;
        min-height: 100%;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-item-meta-data {
        padding: 30px 40px;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-item-meta-data .dtdr-user-item-meta-elements {
        display: grid;
        grid-template-columns: calc(100% - 95px) 55px 55px;
        margin-bottom: 5px;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-item-meta-data .dtdr-user-specialization {
        margin-top: -10px;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-item-meta-data h4 {
        /* font-size: var(--wdtFontSize_H4); */
        padding-right: 20px;
        margin-bottom: 0;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-sociallinks-list li {
        margin: 0 0 0 0;
    }
/*     
    .dtdr-user-list-item.type3 .dtdr-user-sociallinks-list li a {
        font-size: 18px;
    }
     */
    .dtdr-user-list-item.type3 .dtdr-user-contactdetails-list {
        margin-top: 30px;
    }
    
    .dtdr-user-list-item.type3 .dtdr-user-contactdetails-list li span {
        margin-right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
    }


    /* Wdt custom team with user */
    .elemento-element.wdt-custom-team-user .elementor-widget-container .dtdr-user-list-item{
        display: flex;
        flex-direction: column;
    }
    .elemento-element.wdt-custom-team-user .elementor-widget-container .dtdr-user-list-item:nth-child(even){
        display: flex;
        flex-direction: column-reverse;
    }
    /* .dtdr-user-list-item.type3 .dtdr-user-image img{
        margin: auto;
    } */
    /*With Sidebar Styles*/
    
    #primary.with-both-sidebar .dtdr-user-list-item.type2.dtdr-one-half,
    #primary.with-both-sidebar .dtdr-user-list-item.type2.dtdr-one-third {
        width: 100%;
        margin: 0 0 30px;
    }
    
    #primary.with-both-sidebar .dtdr-user-list-item.type1.dtdr-one-third {
        width: calc(50% - 1%);
    }
    
    #primary.with-both-sidebar .dtdr-user-list-item.type1.dtdr-one-third:nth-child(even) {
        float: right;
    }
    /*----*****---- << Small Monitor >> ----*****----*/
    /* Note: Design for a width of 1440px */
    
    @media only screen and (min-width:1281px) and (max-width:1440px) {
        #primary.with-both-sidebar .dtdr-user-list-item.type3 .dtdr-user-item-meta-data {
            width: 100%;
            padding: 30px 32px 25px;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type3 .dtdr-user-item-meta-data .dtdr-user-item-meta-elements {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 15px;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type3 .dtdr-user-item-meta-data h4 {
            width: 100%;
            padding: 0 0 10px 0;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type3 .dtdr-user-item-meta-data .dtdr-listings-utils-favourite {
            margin-right: 10px;
        }
    }
    /*----*****---- << Tablet (Landscape) >> ----*****----*/
    /* Note: Design for a width of 960px */
    
    @media only screen and (min-width:1025px) and (max-width:1280px) {
        #primary.page-with-sidebar:not(.with-both-sidebar) .dtdr-user-list-item.type2.dtdr-one-third {
            width: 50%;
            margin: 0 0 30px;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type3 {
            display: flex;
            flex-wrap: wrap;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type3 .dtdr-user-item-meta-data {
            width: 100%;
            padding: 30px 32px 25px;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type1.dtdr-one-third {
            width: 100%;
            margin: 0 0 30px;
        }
        
    }

    @media only screen and (max-width:1024px) {
        /* .dtdr-user-list-item .dtdr-user-sociallinks-list li {
            padding: 0 14px;
        } */
        .dtdr-user-list-item .dtdr-user-sociallinks-list {
            grid-gap:  0px;
        }
        .elementor-widget-dtdr-widget-sp-author .dtdr-user-list-item.type1 img{
            margin: auto;
        }
    }
    /*----*****---- << Tablet (Portrait) >> ----*****----*/
    /* Note: Design for a width of 768px */
    
    @media only screen and (min-width:768px) and (max-width:1024px) {
        .dtdr-user-list-item.type2.dtdr-column,
        .dtdr-user-list-item.type3.dtdr-column {
            width: 100%;
            margin: 0 0 30px;
            grid-template-columns: 35% 65%;
        }
        .dtdr-user-list-item.type1.dtdr-one-third .dtdr-user-item-meta-data {
            padding: 35px 0 25px;
        }
        .dtdr-user-list-item.type1.dtdr-one-column .dtdr-user-sociallinks-list {
            /* margin-top: -55px; */
            margin-bottom: 0px;
        }
        /* .dtdr-user-list-item.type1.dtdr-one-third .dtdr-user-sociallinks-list {
            margin-top: -50px;
        } */
        .dtdr-user-list-item.type1.dtdr-one-third .dtdr-user-sociallinks-list li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
        }
        .dtdr-user-list-item.type2.dtdr-one-third {
            width: 48%;
            margin: 0 5px 30px;
        }
        .dtdr-user-list-item.type2:not(.dtdr-column) {
            grid-template-columns: 35% 65%;
        }
    }
    /*----*****---- << Mobile (Landscape) >> ----*****----*/
    /* Note: Design for a width of 767px */
    
    @media only screen and (max-width: 767px) {
        .dtdr-user-list-item.type3 {
            display: flex;
            flex-wrap: wrap;
        }
        .dtdr-user-list-item.type3 .dtdr-user-item-meta-data {
            width: 100%;
            padding: 30px 32px 25px;
        }
        .dtdr-user-list-item.type3 .dtdr-user-item-meta-data .dtdr-user-item-meta-elements {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
        .dtdr-user-list-item.type3 .dtdr-user-item-meta-data h4 {
            width: 100%;
            padding: 0 0 10px 0;
        }
        .dtdr-user-list-item.type3 .dtdr-user-item-meta-data .dtdr-listings-utils-favourite {
            margin-right: 10px;
        }
        #primary.with-both-sidebar .dtdr-user-list-item.type1.dtdr-one-third {
            width: 100%;
            margin: 0 0 30px;
        }
    }
    /*----*****---- << Mobile (Portrait) >> ----*****----*/
    /* Note: Design for a width of 480px */
    
    @media only screen and (max-width: 479px) {
        .dtdr-user-list-item.type1 .dtdr-user-item-meta-data {
            padding: 35px 0 25px;
        }
        /* .dtdr-user-list-item.type1:hover .dtdr-user-item-meta-data {
            padding: 35px 32px 25px;
        } */
        .dtdr-user-list-item.type1 .dtdr-user-sociallinks-list {
            margin-top: -55px;
            margin-bottom: 0px;
        }
        .dtdr-user-list-item.type2 {
            display: flex;
            flex-wrap: wrap;
        }
        /* .dtdr-user-list-item.type2 .dtdr-user-item-meta-data {
            margin-top: 20px;
        } */
        .dtdr-user-list-item.type3 .dtdr-user-sociallinks-list li a,
        .dtdr-user-list-item.type3 .dtdr-user-specialization {
            font-size: 14px;
        }
        .dtdr-user-list-item.type3 .dtdr-user-contactdetails-list {
            font-size: 14px;
            margin-top: 15px;
        }
        .dtdr-user-list-item.type3 .dtdr-user-item-meta-data{
            padding: 30px 25px 25px;
        }
    }