/* Responsive CSS For all Bootstrap Breakpoints */


/* XS - Extra Small Devices ----------- */
@media
only screen and (max-width : 767px) {
/* Styles */

.col-sm-8 { border: none !important; }
#home-slider .slides li img { width: 80%; margin: 0  auto; }
.banner_txt:before { height: 0 !important; }
.btn { margin-top: 15px; }

}


/* SM - Small Devices ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 991px) {
/* Styles */

#home-slider .slides li { min-height: 400px !important; }

}


/* MD - Medium Devices ----------- */
@media only screen
and (min-width : 992px)
and (max-width : 1199px) {
/* Styles */



}


/* LG - Large Devices */
@media
only screen and (min-width : 1200px) {
/* Styles */



}