/* Color CSS File 
	===================
	Item Name: Valuation - Modern slider pricing tables.
	Author: Ashishmaraviya
	Version: 1.0
	Copyright 2020
===================*/
.package_sec .owl-item.active.center .package_block, .package_sec .buy_btn, .package_sec.package_inn .package_block.select {
	background: #22A99B;
}
.package_sec .owl-carousel .owl-dot.active span {
	background: #22A99B;
}
.package_sec .owl-carousel .owl-dot span, .package_sec .package_block {
	border: 1px solid #22A99B;
}
.package_sec .package_block h3 {
	color: #22A99B;
}
.package_sec .owl-item.active.center .package_block .buy_btn {
	background: #22A99B;
	border: 1px solid #fff;
	box-shadow: none;
}
.package_sec .buy_btn:hover {
	background-color: #fff;
	border: 1px solid #22A99B;
    color: #22A99B;
	box-shadow: none;
}
.package_sec .owl-item.active.center .package_block h3 {
	color: #e1def3;
}
.package_sec .owl-carousel .owl-nav button.owl-prev:hover,
.package_sec .owl-carousel .owl-nav button.owl-next:hover {
	color: #fff !important;
	background: #22A99B !important;
	border-color: #22A99B;
}
.package_sec .owl-carousel .owl-nav button.owl-prev,
.package_sec .owl-carousel .owl-nav button.owl-next {
	color: #22A99B !important;
	background: #fff !important;
	border-color: #22A99B !important;
}