#synectiontabs-group-steps .synection-tab-group:not(.active-group),
#synectiontabs-group-steps .synection-tab-content:not(.active-text) {
    display: none;
}


#synectiontabs-group-steps .synection-step {
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap: wrap;
    display: flex;
    display:-webkit-flex;
    display:-ms-flex;
    border-top:1px solid #6599CA;
    border-bottom:1px solid #6599CA;
}

#synectiontabs-group-steps .synection-step .synection-step-link {
    padding: .25rem 0 .25rem 2.5rem;
    min-height: 101px;
    display: flex;
    display:-webkit-flex;
    display:-ms-flex;
    width: auto;
    max-width: none;
    flex: 1 1 12.5%;
    flex-wrap: nowrap;
    align-self: center;
    justify-self: center;
    background-color: #fff;
    position: relative;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    line-height: 21px;
    color:#E33C46;
}

#synectiontabs-group-steps .synection-step .synection-step-link:hover
{
    background-color: #e7eaec;
}

#synectiontabs-group-steps .synection-step .synection-step-link:hover::before {
    background: linear-gradient(to right top,#e7eaec 46%,#e7eaec 46.01%,#e7eaec 49.999%,transparent 50%);
}

#synectiontabs-group-steps .synection-step .synection-step-link:hover::after {
    background: linear-gradient(to right bottom,#e7eaec 46%,#e7eaec 46.01%,#e7eaec 49.999%,transparent 50%);
}

#synectiontabs-group-steps .synection-step .synection-step-link::before {
    content: " ";
    top: 0px;
    background: linear-gradient(to right top,#fff 46%,#6599CA 46.01%,#6599CA 49.999%,transparent 50%);
    width: 1.5rem;
    height: 51%;
    position: absolute;
    left: 100%;
    left: calc(100% - 1px);
    z-index: 1;
}

#synectiontabs-group-steps .synection-step .synection-step-link::after {
    top: 50%;
    background: linear-gradient(to right bottom,#fff 46%,#6599CA 46.01%,#6599CA 49.999%,transparent 50%);
    width: 1.5rem;
    height: 51%;
    position: absolute;
    left: 100%;
    left: calc(100% - 1px);
    z-index: 1;
    content: "";
}

#synectiontabs-group-steps .synection-step .synection-step-link.active-synection {
    background-color: #E33C46;
    border-color: #E33C46;
    color: #fff;
}

#synectiontabs-group-steps .synection-step .synection-step-link.active-synection::before {
    background:linear-gradient(to right top,#E33C46 50%,transparent 0);
}

#synectiontabs-group-steps .synection-step .synection-step-link.active-synection::after {
    background:linear-gradient(to right bottom,#E33C46 50%,transparent 0);
}

#synectiontabs-group-steps .synection-tab-content {
    padding:60px 0px 60px 0px;
}

#synectiontabs-group-steps .synection-tab-description {
    padding-top:55px;
    max-width:800px;
}

#synectiontabs-tabs {
    padding-top:50px;
    padding-bottom:50px;
}

#synectiontabs-tabs .synection-tabs-link {
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 2px solid #E0E0E0;
    padding-left: 20px;
    padding-right: 20px;
}

#synectiontabs-tabs .synection-tabs-link.synection-clicked-tab {
    border-bottom:2px solid #E33C46;
}

@media screen and (max-width:1024px) {
    #synectiontabs-tabs .synection-tabs-link {
        text-decoration: none;
        font-size: 21px;
        font-weight: 700;
        padding-bottom: 5px;
        border-bottom: 0px solid #E0E0E0;
        padding-left: 20px;
        padding-right: 20px;
        display: table;
        width: auto;
        margin: 20px auto;
    }
    #synectiontabs-group-steps .synection-step .synection-step-link {
        padding: .25rem 2.5rem .25rem 2.5rem;
        min-height: 80px;
         display: flex;
         display: -webkit-flex;
        display: -ms-flex;
        width: 100%;
        max-width: none;
        flex: 1 1 100%;
        flex-wrap: nowrap;
        align-self: center;
        justify-self: center;
        background-color: #fff;
        position: relative;
        align-items: center;
        text-decoration: none;
        font-weight: 700;
        font-size: 19px;
        line-height: 21px;
        color: #E33C46;
    }
    #synectiontabs-group-steps .synection-step .synection-step-link.active-synection::before,
    #synectiontabs-group-steps .synection-step .synection-step-link.active-synection::after,
    #synectiontabs-group-steps .synection-step .synection-step-link::after,
    #synectiontabs-group-steps .synection-step .synection-step-link::before
    {
        display:none;
    }
    #synectiontabs-group-steps .synection-tab-content {
        padding: 40px 5px 35px 5px;
    }
    #synectiontabs-group-steps .synection-tab-description {
        padding-top: 20px;
        max-width: 800px;
    }
    #synectiontabs-group-steps {
        padding-bottom:80px;
    }
    #synectiontabs-group-steps .synection-step .synection-step-link {
        border-color: #E33C46;
        background: #fff url("/app/themes/thuega-refactoring/includes/siteorigin/Synectiontabs_Widget/images/plus.svg");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 95% center;
        border:1px solid #6599CA;
    }
    #synectiontabs-group-steps .synection-step .synection-step-link.active-synection {
        border-color: #E33C46;
        color: #fff;
        background: #E33C46 url("/app/themes/thuega-refactoring/includes/siteorigin/Synectiontabs_Widget/images/minus.svg");
        background-repeat: no-repeat;
        background-size: 14px 2px;
        background-position: 95% center;
    }
    #synectiontabs-group-steps .synection-step {
        border-top: 0px solid;
        border-bottom: 0px solid;
    }
}

#synectiontabs-tabs .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
#synectiontabs-tabs .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #E33C46;
    border-color: #E33C46 transparent #E33C46 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.synection-tabs-link.hidetabs {
    display:none;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
