.company-slider {
    margin-top: 30px;
}

.leader-list-new .company-list-sldier .leader-company-name-sec h3 {
    font-size: 14px !important;
    padding-bottom: 50px;
    line-height: 1;
    text-align: center !important;
}
.leader-list-new .company-list-sldier {
    margin: 0px 10px !important;
}
.leader-list-new .slick-arrow {
    background-color: #42827E;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 30px;
    height: 30px;
}
.leader-list-new .slick-arrow::before {
    font-size: 30px;
    line-height: unset;
}
.leader-list-new .slick-arrow:hover {
    background-color: #8D2347;
}

.leader-list-new .slick-prev.slick-arrow::before {
    width: 10px; 
    height: 10px; /* Adjust height as needed */
    border-left: 2px solid #fff; /* Adjust color and thickness */
    border-bottom: 2px solid #fff; /* Adjust color and thickness */
    transform: rotate(45deg);
    top: 50%; /* Center vertically */
    left: 56%; /* Center horizontally */
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    display: block;
    content: "";
}

.leader-list-new .slick-next.slick-arrow::before {
    content: '';
    position: absolute;
    width: 10px; /* Adjust width as needed */
    height: 10px; /* Adjust height as needed */
    border-right: 2px solid #fff; /* Adjust color and thickness */
    border-bottom: 2px solid #fff; /* Adjust color and thickness */
    transform: rotate(-45deg);
    top: 50%; /* Center vertically */
    left: 48%; /* Center horizontally */
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1200px) {
    .leader-list-new .slick-prev.slick-arrow {
        left: -5px;
        z-index: 99;
    }
    .leader-list-new .slick-next.slick-arrow {
        right: -5px;
        z-index: 99;
    }
}