/*slick slider*/
#xa-banner .slick-dots {
    bottom: 10px !important;
}

#xa-banner .slick-dots li {
    margin: 0 !important;
}

#xa-banner .slick-dots li.slick-active button:before {
    color: var(--xaRed) !important;
}

#xa-banner .slick-dots li button:before {
    font-size: 1rem !important;
    color: var(--xaWhite) !important;
    opacity: 1 !important;
}

.slick-dotted .slick-slider {
    margin-bottom: 0 !important;
}

#xa-banner {
    position: relative;
    height: 600px;
}

#xa-banner .xa-item {
    position: relative;
    display: block;
    height: 600px;
}

#xa-banner img {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1200px) {
    #xa-banner {
        height: 400px;
    }

    #xa-banner .xa-item {
        height: 400px;
    }
}


@media only screen and (max-width: 1024px) {
    #xa-banner {
        height: 300px;
    }

    #xa-banner .xa-item {
        height: 300px;
        bottom: -60px;
    }
}

@media only screen and (max-width: 576px) {
    #xa-banner {
        height: 250px;
    }

    #xa-banner .xa-item {
        height: 250px;
        bottom: -30px;
    }
}

@media only screen and (max-width: 480px) {
    #xa-banner {
        height: 220px;
    }

    #xa-banner .xa-item {
        height: 220px;
        bottom: -20px;
    }
}

@media only screen and (max-width: 420px) {
    #xa-banner {
        height: 200px;
    }

    #xa-banner .xa-item {
        height: 200px;
        bottom: -20px;
    }
}

@media only screen and (max-width: 375px) {
    #xa-banner {
        height: 180px;
    }

    #xa-banner .xa-item {
        height: 180px;
        bottom: -20px;
    }
}

@media only screen and (max-width: 320px) {
    #xa-banner {
        height: 150px;
    }

    #xa-banner .xa-item {
        height: 150px;
        bottom: -20px;
    }
}
