#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/slide.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 600px;
}

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

#layerslider .text-box h2 {
    font-size: 2.35rem;
    font-weight: 700;
    -webkit-text-stroke: 0px;
    line-height: 43px;
    text-transform: uppercase;
    font-family: 'Poppins';
    width: 36%;
}

#layerslider .text-box .btn_theme_primary {
    font-size: 1.6rem;
    margin-top: 1.5rem !important;
}

#layerslider .ls-slide .ls-l {
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100% !important;
    margin-left: 10rem !important;
    margin-top: 7rem!important;
}


@media (max-width: 991px) {
	
	#layerslider .text-box h2 {
	font-size: 1.7rem;
	line-height: 32px;
	width: 40%;
	}
	#layerslider .ls-slide .ls-l {
	bottom: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100% !important;
	margin-left: 4rem !important;
	margin-top: 5rem!important;
	}

#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/slide.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    height: 450px;
}

	#layerslider .ls-content {
		top: 2% !important;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

@media (max-width: 499px) {


    #layerslider .text-box .btn_theme_primary {
        display: none;
    }
	#layerslider {
    max-width: 100% !important;
    position: relative;
    background: url(../img/slide.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: 280px;
}

#layerslider .ls-slide .ls-l {
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100% !important;
    margin-left: 1rem !important;
    margin-top: 4rem!important;
}
#layerslider .text-box h2 {
    font-size: 18px;
    line-height: 23px;
    width: 50%;
}

}