

.package-col>div img {
	margin-bottom: 18px;
	height: 240px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
.section-title, .faq-title  {
  font-family: "FFGood-Pro";
}

.faq-list  .faq-title {
	font-family: "Open Sans", sans-serif;
	display: flex;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.2px;
}

.play-video {
      padding: 10px;
  border: 1px solid #0000001f;
  border-radius: 13px;
  box-shadow: 0 12px 12px #ff772275;
}

.package-col>div {
	padding: 0 0 30px 0px;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	margin: 0 3px;
}

.package-col {
	height: auto;
	display: flex;
}
.package-col > div .title {
	font-size: 19px;
	margin-bottom: 0;
	  font-family: "FFGood-Pro";
	  display: block;
	padding: 0 18px;
	letter-spacing: 0;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}
.card__price-amount {
	display: block;
	padding: 10px 13px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 20px;
	line-height: 1;
  font-weight: 700;
	color:#f72;
	letter-spacing: -1.2px;
	border-radius: 8px;
}

.package-col>div p {
	margin: 5px 15px 18px 15px;
	font-size: 15px;
	text-align: center;
	color: #000;
	opacity: .7;
	font-weight: 500;
	line-height: 1.63;
}

.package-col>div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.package-col>div ul li {
	position: relative;
	color: #111111f0;
	text-align: left;
	padding: 8px 50px 13px 25px;
	border-bottom: 1px solid #0d0a0a33;
	font-size: 15px;
}

.package-col>div strong {
	display: inline-block;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	padding: 5px 21px 8px 10px;
	background: #ffb14b;
	border-radius: 0 50px 50px 0;
	color: #111;
	margin-bottom: 10px;
}


.button-holder {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	width: calc(100% - 40px);
	margin: 20px;
	margin-bottom: 0;
	flex: 1;
	justify-content: center;
}

.button-holder 
.sc-button {
	border: none;
	background-color: #f72;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px;
	/* display: block; */
	width: 100%;
	margin: 0;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	transition: 0.3s ease;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
}


.section-package-variation .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap:7px;
}

.section-package-variation .owl-dots .owl-dot {
	border: 1px solid gray;
	background: #ffffff29;
	border-radius: 50%;
	height: 13px;
	width: 13px;
	position: relative;
}

.sister-company .owl-carousel .owl-item img {
	max-width: 150px;
	aspect-ratio: 16/9;
	object-fit: contain;
}

.section-package-variation .owl-dots .owl-dot.active, 
.section-package-variation .owl-dots .owl-dot:hover {
   background-color: #f72;
   border-radius: 50%;
}

