﻿/* Media queries for adjusting design element at different screen sizes */
@media (min-width: 576px) { /* Small devices (576px and up) */
    .line {
        display: none; /* Example change for small devices */
    }
}

@media (min-width: 768px) { /* Medium devices (768px and up) */
    .line {
        display: none; /* Example change for small devices */
    }
}

@media (min-width: 992px) { /* Large devices (992px and up) */
    .line {
        position: absolute;
        width: 240px;
        height: 4px;
        background-color: #11CDB4;
        top: 4774px;
        left: 338px;
    }
}

@media (min-width: 1200px) { /* Extra large devices (1200px and up) */
    .line {
        position: absolute;
        width: 240px;
        height: 4px;
        background-color: #11CDB4;
        top: 4774px;
        left: 338px;
    }
}


/* Talk to a Rep  */
.annotation-line {
    position: absolute;
    top: 71%;
    left: 0;
    height: 4px;
    background-color: #11CDB4;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 899px) {
    .annotation-line {
        display: none; /* Hide the line */
    }
}

@media (max-width: 1200px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 10%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1300px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 15%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1500px) {
    .annotation-line {
        position: absolute;
        top: 71%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 20%;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (min-width: 1800px) {
    .annotation-line {
        position: absolute;
        top: 67%;
        left: 0;
        height: 4px;
        background-color: #11CDB4;
        width: 34%;
        transform: translateX(-50%) translateY(-50%);
    }
}

.mySlides {
    height: 100% !important;
    display: none;
}

    .mySlides.active {
        display: block;
    }

@media screen and (min-width: 768px) and (max-width: 916px) {

    span.details-product {
        padding-left: 0 !important;
    }

    .card-body {
        width: 258px !important;
    }

    span.btn.btn-whitearrow {
        float: right !important;
        padding: 18px 33px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 840px) {
    .card.bg-richblack.text-white {
        width: 238px;
    }
}

@media (min-width: 768px) and (max-width: 929px) {
    .ctaimage {
        flex-direction: column-reverse;
    }

    .article-text {
        order: 2;
    }

    .article-image {
        order: 1;
        width: 100%;
    }

        .article-image img {
            width: 100%;
            height: auto;
        }
}
