Hi,
I changed left:-36px to 0px from given below code:-
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-leftarrow.large, .rev_slider_wrapper .tp-leftarrow.square, .rev_slider_wrapper .tp-leftarrow.round, .rev_slider_wrapper .tp-leftarrow.default {
background: rgba(0, 0, 0, 0) url("images/slider-nav.png") no-repeat scroll left center;
cursor: pointer;
display: block;
height: 38px;
left: 0 !important;
margin: -19px 0 0;
opacity: 0;
position: absolute;
text-indent: -9999px;
top: 50% !important;
transition: all 0.3s ease-in-out 0s;
width: 36px;
}
Thanks
Mohammad