#layerslider {
    max-width: 100% !important;
    position: relative;
    background: linear-gradient(0deg, #1d3292a6, #061323), url(../img/slide.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

#layerslider .ls-content {
    left: 10% !important;
}

#layerslider .text-box h2 {
    font-weight: 700;
    font-size: 2.8rem;
    color: #FFF;
    line-height: 45px;
}

#layerslider .text-box .btn_theme_secondary,
#layerslider .text-box .btn_theme_tertiary {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 20px !important;
    margin-top: 3rem !important;
    display: block;
    max-width: 210px;
}

#layerslider .text-box .btn_theme_tertiary {
    padding: 8px 20px !important;
    margin-top: 1rem !important;
}

#layerslider .ls-slide .ls-l {
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100% !important;
}




@media (max-width: 1299px) {
    #layerslider .ls-content {
        left: 9% !important;
    }
}

@media (max-width: 991px) {
    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 2.2rem;
        line-height: 35px;
    }

    #layerslider .ls-content {
        left: 9% !important;
        top: 10% !important;
    }

    #layerslider .text-box .btn_theme_tertiary,
    #layerslider .text-box .btn_theme_secondary {
        margin: 1rem .6rem 0 0 !important;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 2rem;
        line-height: 30px;
    }

    #layerslider .text-box .btn_theme_tertiary,
    #layerslider .text-box .btn_theme_secondary {
        margin: 1rem .6rem 0 0 !important;
        font-size: 1rem;
        display: inline-block;
    }
}

@media (max-width: 649px) {
    #layerslider .text-box h2 {
        font-weight: bolder;
        font-size: 1.8rem;
        line-height: 30px;
        margin-top: -3rem;
    }

    #layerslider .text-box .btn_theme_tertiary,
    #layerslider .text-box .btn_theme_secondary {
        display: none;
    }
}

@media (max-width: 575px) {
    #layerslider .text-box h2 {
        font-size: 0.9rem;
        line-height: 16px;
        margin-top: 50px;
        margin-left: 0px;
        font-weight: 500;
    }

    #layerslider .btn-neon-tertiary {
        display: none;
    }

    #layerslider .btn-neon-primary {
        display: none;
    }

}

@media (max-width: 325px) {
    #layerslider .text-box h2 {
        margin-top: 90px;
    }

}