


.software_tools_module .row.item {
    margin-bottom: 0; /*20px;*/
    padding: 15px 0 0 0;
}

.software_tools_module .row.item:first-child {
    margin-top: 0;
    padding-top: 0;
}

    .software_tools_module .row.item a img {
        margin: 0 auto 25px auto;
        display: block;
        /* */
        width: 70%;
        height: auto;
        min-width: 200px;
        max-width: 300px;
    }

.software_tools_module .item ul {
    position: relative;
    margin-bottom: 20px;
}

    .software_tools_module .item ul li {
        padding-left: 15px;
        display: block;
        list-style: none;
        white-space: normal;
        text-transform: initial;
        font-size: 12px;
    }

.software_tools_module .item ul li:nth-child(1) {
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

    .software_tools_module .item ul li div {
        position: absolute;
        top: 3px;
        width: 5px;
        height: 50px;
        background: #3070a6;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        left: 0;
        background: #3070a6;
        background: linear-gradient(180deg, #3070a6 0%, #3070a6 100%);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

.software_tools_module .item a:hover ul > li > div {
    height: calc(100% - 5px);
    height: -webkit-calc(100% - 5px);
    height: -moz-calc(100% - 5px);
    background: #3070a6;
    background: linear-gradient(180deg, #3070a6 0%, #48a856 100%);
    transition: background 250ms, height 250ms;
}

@media (max-width: 767px){
    .software_tools_module .item {
        height: auto;
        padding: 15px 0;
    }
}

@media (max-width: 991px){
    .software_tools_module .item {
        padding: 15px 0;
    }
}



.salesanddistributorlist .tab-list .selector-holder {
    background-color: white;
    padding: 0;
    margin-bottom: 40px;
    padding-left: 0;
    width: 100%;
    margin-top: -30px;
}

@media (max-width: 767px){
    .salesanddistributorlist .tab-list .selector-holder {
        margin-top: 10px;
        margin-bottom: 15px;
    }
}