.artex-slider1 .tp-bullets {
    width: 45px !important;
    height: 200px !important;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .artex-slider1 .tp-bullets {
        margin-top: 0;
    }
}
.artex-slider1 .tp-bullets .tp-bullet {
    overflow: visible !important;
    width: 30px !important;
    height: 50px !important;
    box-shadow: none !important;
    transition: all 0.5s ease-in-out !important;
    transform: scale(1);
}
.artex-slider1 .tp-bullets .tp-bullet:hover {
    background-color: transparent !important;
}
.artex-slider1 .tp-bullets .tp-bullet:focus {
    outline: 0;
    box-shadow: none !important;
}
@media (max-width: 575px) {
    .artex-slider1 .tp-bullets .tp-bullet {
        width: 20px !important;
        height: 20px !important;
    }
}
.artex-slider1 .tp-bullets .tp-bullet:after {
    color: #fff;
    opacity: 0.25;
    font-weight: 600;
    width: 30px !important;
    height: 30px !important;
    box-shadow: none !important;
    background-color: transparent !important;
    transition: all 0.5s ease-in-out !important;
}
@media (max-width: 575px) {
    .artex-slider1 .tp-bullets .tp-bullet:after {
        width: 20px !important;
        height: 20px !important;
    }
}
.artex-slider1 .tp-bullets .tp-bullet:before {
    content: "";
    z-index: 1;
    height: 2px;
    width: 0;
    background-color: #fff;
    top: 40%;
    transform: translateY(-50%);
    right: 170%;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.artex-slider1 .tp-bullets .tp-bullet.selected {
    transform: scale(1.5);
    transition: all 0.5s ease-in-out !important;
}
@media (max-width: 575px) {
    .artex-slider1 .tp-bullets .tp-bullet.selected {
        transform: scale(1.3);
    }
}
.artex-slider1 .tp-bullets .tp-bullet.selected:after {
    opacity: 1;
}
.artex-slider1 .tp-bullets .tp-bullet.selected:before {
    width: 30px;
}
@media (max-width: 575px) {
    .artex-slider1 .tp-bullets .tp-bullet.selected:before {
        display: none;
    }
}
.artex-slider1 .tp-bullets .tp-bullet:nth-child(1):after {
    content: "01" !important;
}
.artex-slider1 .tp-bullets .tp-bullet:nth-child(2):after {
    content: "02" !important;
}
.artex-slider1 .tp-bullets .tp-bullet:nth-child(3):after {
    content: "03" !important;
}
.artex-slider1 .tp-bullets .tp-bullet:nth-child(4):after {
    content: "04" !important;
}
.artex-slider1 .tp-bullets .tp-bullet:nth-child(5):after {
    content: "05" !important;
}
.btn-text {
    position: relative;
    color: #fff;
    text-align: left;
    line-height: 25px;
    font-weight: 600;
    padding-right: 115px;
    text-decoration: none !important;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.btn-text:hover {
    opacity: 0.7;
    color: #fff !important;
}
.btn-text:before {
    content: "";
    height: 1px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
@media (max-width: 1366px) {
    .artex-slider1 .tp-bullets {
        transform: translate(-130px, -47px) !important;
    }
}
@media (max-width: 991px) {
    .artex-slider1 .tp-bullets {
        transform: translate(-80px, -55px) !important;
    }
}
@media (max-width: 575px) {
    .artex-slider1 .tp-bullets {
        width: 30px !important;
        transform: translate(-35px, -55px) !important;
    }
}
@media (max-width: 1199px) {
    .artex-slider1 .btn-text:before {
        right: -25px;
    }
}
@media (max-width: 991px) {
    .artex-slider1 .btn-text:before {
        right: -25px;
    }
}
@media (max-width: 600px) {
    .artex-slider1 .btn-text {
        font-size: 18px;
    }
    .artex-slider1 .btn-text:before {
        right: -45px;
    }
}
@media (max-width: 480px) {
    .artex-slider1 .btn-text {
        font-size: 16px;
    }
    .artex-slider1 .btn-text:before {
        right: 10px;
    }
}
