.left_arrow {
    position:absolute;
    top: 35%;
    left: -10px;
    font-size: 24px;
    height: 43px;
    width: 43px;
    background: #297bb7;
    color: white;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    line-height: 1.2;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .3s; 

}
.left_arrow:hover {
    background: #246c4e;
    border-color: #246c4e;
}

.right_arrow {
    position:absolute;
    top: 35%;
    right: -10px;
    font-size: 24px;
    height: 43px;
    width: 43px;
    background: #297bb7;
    color: white;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    line-height: 1.2;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .3s; 

}
.right_arrow:hover {
    background: #246c4e;
    border-color: #246c4e;
}

/*
.slick-dots {
    position: absolute;
    bottom: -10%;
    left:90%;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    margin: 0px 10px;
}
.slick-dots li button {
    font-size: 0;
    height: 12px;
    width: 10px;
    background: #000;
    border-radius: 50%;
    border: none;
    transition: .3s;
}
.slick-dots .slick-active button {
    background: #297bb7;
    height: 15px;
    width: 15px;

}
*/

.slick-track {
    margin-left: 0 !important;
}