/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 07:52:28 */
/* Align the Strategic Service Value Analysis heading to the right */
/* Position slider arrows beside the heading */
/* Attach slider arrows beside the heading */
.tb_s1f1390 { 
    position: relative !important;
}

/* Move arrows up beside the heading */
.tb_s1f1390 .tf_carousel_nav_wrap {
    position: absolute !important;
    top: -80px !important;        /* aligns vertically with heading */
    right: 0 !important;        /* right end */
    left: auto !important;
    width: auto !important;
    display: flex !important;
    gap: 18px;                  /* spacing between arrows */
    align-items: center !important;
    z-index: 99999 !important;
}

/* Remove unwanted spacing */
.tb_s1f1390 .tf_carousel_nav_wrap a {
    margin: 0 !important;
}

