@media (min-width: 100px) and (max-width: 991px) {
 
 .home-section {
	 padding-top:57px;
 }
 
 
 /**** Banner button css start ***/
 
.home-slider-area.owl-carousel .owl-nav button.owl-prev, .home-slider-area.owl-carousel .owl-nav button.owl-next {
    left: 0%;
    bottom: 30px;
    width: 30px;
    height: 30px;
    top: inherit;
    font-size: 18px;
    line-height: 30px;
}

.home-slider-area.owl-carousel .owl-nav button.owl-next {
    right: 1%;
    left: inherit;
}

 
 /**** Banner button css End ***/
 
 
/*** About us button css start **/
.about-btn1{
	margin-left:125px !important;
}

/*** About us button css End **/
 
 /*** Quote button css start **/
.quote-btn1{
	margin-left:115px;
}

/*** Quote button css End **/
}