.d_arrow_hide_none {
    display: block !important;
}

.d_arrow_hide_desktop_ipad_mobile {
    display: none !important;
}

@media only screen and (min-width: 1025px) {
    .d_arrow_hide_desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) {
   .d_arrow_hide_desktop_mobile {
       display: none !important;
   }
}

@media only screen and (max-width: 600px)  {
    .d_arrow_hide_desktop_mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 1025px) {
    .d_arrow_hide_ipad {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
   .d_arrow_hide_ipad {
       display: block !important;
   }
}

@media only screen and (max-width: 1025px) {
    .d_arrow_hide_ipad_mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 767px)  {
    .d_arrow_hide_desktop_ipad {
        display: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .d_arrow_hide_mobile {
        display: none !important;
    }
}