﻿.responsive1 .slick-next, .responsive1 .slick-prev{
    top: 28%;
     width: 33px;
    height: 56px;
    position: absolute;
     transform: inherit;
      z-index: 1000;
    transition: 0.3s;
}
.responsive1 .slick-next{  
    right: -4px;
    background: url(/images/right_btn.png) no-repeat center;
}
.responsive1 .slick-next:hover{

    background: url(/images/right_btn_1.png) no-repeat center;
    transition: 0.3s;
}
.responsive1 .slick-prev{
   
    background: url(/images/left_btn.png) no-repeat center;
    left: -3px;
}
.responsive1 .slick-prev:hover{
     background: url(/images/left_btn_1.png) no-repeat center;
    transition: 0.3s;
}
.responsive1 a:hover, .responsive2 a:hover{
    border: none !important;
    text-decoration: none !important;
}



.responsive2 .slick-next {
    right: -32px;
    background: url(/images/rp2-right.png) no-repeat center;
}
.responsive2 .slick-prev {
    left: -32px;
    background: url(/images/rp2-left.png) no-repeat center;
}
.responsive2 .slick-next, .responsive2 .slick-prev{
     width: 33px;
     height: 56px;
     position: absolute;
     transform: inherit;
     z-index: 1000;
     transition: 0.3s;
     top: 30%;
     background-size: 25px;
}
.responsive4 .slick-next,.responsive4 .slick-prev{
    width: 33px;
    height: 56px;
    position: absolute;
    top: 12px;
    /* border: 1px solid rgba(132, 128, 128, 0.49); */
    /* border-left: none; */
    transform: inherit;
    /* border-top-right-radius: 2px; */
    /* border-bottom-right-radius: 2px; */
    z-index: 1000;
    transition: 0.3s;
}
.responsive4 .slick-next {
    right: -14px;
    background: url(/images/home-btn-mb-next.png) no-repeat center;
}
.responsive4 .slick-prev{
    left: -18px;
    background: url(/images/home-btn-mb-prev.png) no-repeat center;
}
.responsive6 .slick-next {
    background: url(/images/next-rp6.png) no-repeat center;
    right: -5px;
}
.responsive6 .slick-prev {
    background: url(/images/prev-rp6.png) no-repeat center;
    right: 12px;
    left: inherit;
    background-size: 9px;
}
.responsive6 .slick-prev, .responsive6 .slick-next {
    width: 29px;
    height: 27px;
    position: absolute;
    top: -55px;
    transform: inherit;
    z-index: 5;
    transition: 0.3s;
    background-size: 9px;
}

@media (max-width: 992px)
{
   .responsive2 .slick-next, .responsive2 .slick-prev {
        top: 25%;
        background-size: 19px;
    }
   .responsive2 .slick-next {
        right: -10px;
    }
   .responsive2 .slick-prev {
        left: -11px;
    }
}
@media (max-width: 700px) {
    .responsive2 .slick-next, .responsive2 .slick-prev {
        top: 30%;
    }
}