#ctwa-timeline-modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.ctwa-story-line-swiper-wrapper {
    padding: 0 50px;
}

.ctwa-story-line-swiper:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    height: 15px;
    background: #00deff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ctwa-story-line-swiper .swiper-slide {
    padding: 130px 0;
}

.ctwa-story-line-swiper .ctwa-story-item {
    position: relative;
    z-index: 2;
}

.ctwa-story-item .ctwa-shapes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}

.ctwa-story-line-swiper .swiper-slide:nth-child(even) .ctwa-shapes {
    top: 100%;
    bottom: auto;
}

.ctwa-story-item .ctwa-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 35px;
    padding: 5px;
}

.ctwa-story-item .ctwa-icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ctwa-story-line-swiper .swiper-slide:nth-child(even) .ctwa-icon {
    margin: 35px auto 0;
}

.ctwa-story-item .ctwa-icon:before {
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    background: #c3cad1;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.ctwa-story-line-swiper .swiper-slide:nth-child(even) .ctwa-icon:before {
    top: -30px;
}

.ctwa-story-item .ctwa-icon:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}

.ctwa-story-line-swiper .swiper-slide:nth-child(even) .ctwa-icon:after {
    top: -38px;
}

.ctwa-story-item .ctwa-triangle {
    width: 55px;
    height: 55px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    opacity: 0.5;
    transform: rotate(135deg) skew(-8deg, -8deg);
    margin: 0 auto -33px;
    border-radius: 0 0 0 12px;
}

.ctwa-story-line-swiper .swiper-slide:nth-child(even) .ctwa-triangle {
    transform: rotate(-45deg) skew(-8deg, -8deg);
    margin: -33px auto 0;
}

.ctwa-story-item .ctwa-appointment {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 35px;
    max-width: 115px;
    border-radius: 40px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.35);
    background: linear-gradient(to bottom, #02abee 0%,#02abee 50%,#029ad6 50%,#029ad6 100%);
}

.ctwa-story-line-swiper .ctwa-story-title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    padding: 10px;
    top: auto;
    bottom: 0;
    text-align: center;
    background: linear-gradient(to bottom, #02abee 0%, #029ad6 100%), linear-gradient(to bottom, #029ad6 0%, #02abee 100%);
    width: 100%;
    border-radius: 23px;
    border: 3px solid transparent;
    background-clip: border-box;
    cursor: pointer;
    box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.25), inset 0 -6px 10px rgba(0, 0, 0, 0.35);
}

.ctwa-story-line-swiper .swiper-slide:nth-child(even) .ctwa-story-title {
    top: 0;
    bottom: auto;
}

.ctwa-story-line-swiper-wrapper .elementor-swiper-button {
    font-size: 50px !important;
}

.ctwa-story-line-swiper-wrapper .elementor-swiper-button-prev path {

    fill: #0690d4;
}

.ctwa-story-line-swiper-wrapper .elementor-swiper-button-next path {
    fill: #d40680;
}

.ctwa-story-line-swiper-wrapper .swiper-button-disabled {
    opacity: 0.5 !important;
}