
.rev_slider .zeus .tp-bullet {
    border-color: #fff !important;
    border-width: 2px !important;
    height: 8px !important;
    width: 8px !important;
}

.rev_slider .tp-bullet.selected,
.rev_slider .tp-bullet:hover {
    background-color: #fff !important;
}

.rev_slider .zeus .tp-bullet::after {
    background: none !important;
}

.rev_slider .zeus.tparrows::before {
    color: #fff !important;
}

[class*="ts-big"] {
    white-space: normal !important;
}

.revslider-btn--main-color{
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}


/**
 *  Media Queries -> 240px ( 15em )
 */

@media screen and (min-width: 15em) {

    .ts-w620-hide,
    .bs-w620-hide,
    .ts-w992-hide {
        display: none !important;
    }

    [class*="ts-big"] {
        display: none !important;
        margin-left: -20% !important;
        margin-top: -27% !important;
    }

    .ts-btn {
        margin-left: -20% !important;
        margin-top: -16% !important;
    }

    .ts-btn,
    .bs-btn {
    }

    .ts-text {
        display: none !important;
    }

}

/**
 *  Media Queries -> 320px ( 20em )
 */

@media screen and (min-width: 20em) {

    [class*="ts-big"] {
        display: block !important;
    }

}

/**
 *  Media Queries -> 620px ( 38.75em )
 */

@media screen and (min-width: 38.75em) {

    [class*="ts-big"] {
        margin-left: 0 !important;
        margin-top: -20% !important;
    }

    .ts-btn {
        margin-left: 0 !important;
        margin-top: -20% !important;
    }

    .ts-w620-hide,
    .bs-w620-hide {
        display: block !important;
    }
}

@media screen and (max-width: 38.75em) {

    .ts-btn {
        font-size: 16px !important;
        padding: 0 10px 0 !important;
        min-width: 155px !important;
        min-height: 35px !important;
        line-height: 35px !important;
    }
}

/**
 *  Media Queries -> 992px
 */

@media screen and (min-width: 992px) {


    [class*="ts-big"] {
        margin-top: -14% !important;
    }

    .ts-btn {
        margin-top: -28% !important;
    }

    .ts-w992-hide {
        display: block !important;
    }

}

/**
 *  Media Queries -> 1200px
 */

@media screen and (min-width: 1200px) {

    [class*="ts-big"],
    .ts-btn {
        margin-top: 0 !important;
    }

}


/* Rtl */

@media screen and (min-width: 15em) {

    body.rtl [class*="ts-big"] {
        margin-right: -20% !important;
        margin-left: auto;
    }

    body.rtl .ts-btn {
        margin-right: -20% !important;
        margin-left: auto;
    }

}

@media screen and (min-width: 38.75em) {

    body.rtl [class*="ts-big"] {
        margin-right: 0 !important;
        margin-left: auto;
    }

    body.rtl .ts-btn {
        margin-right: 0 !important;
        margin-left: auto;
    }

}