/*--Slider Css--*/
.owl-stage-outer
{
	max-height: 685px !important;	
}
.slider-area
{
	max-height: 685px !important;
}
.tabbased-search-area
{
	position:absolute;
	bottom:10px;
	z-index:9999;	
}

/*--End Slider Css--*/
/*--Package box Css--*/
.price-span span{
    background: #37b721 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    height: 40px;
    left: 0;
    line-height: 43px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 100px;
    z-index: 99;
}
.rel-pos{
	position:relative !important;
}
/*--End Package box css--*/