/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2023 | 13:12:13 */
.tp-tabs, .tp-thumbs{
	left:25px !important;
}
.tp-tab-desc {
    padding-top: 20px;
}

.tp-tab::before {
    content: '';
    width: 0;
    top: 0;
    height: 5px;
    background: #0071BC;
    display: block;
    position: absolute;
}

.tp-tab.selected::before {
    width: calc(100% + 1rem);
    transition: width ease-out 6s;
}