

.package-card{
	min-height:564px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	
	padding-top:20px;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px;
}
.p-images img{
	width:100%;
	border-radius: 4px;
	border: 1px solid #ccc;

}
.package-card h5{
	font-size: clamp(18px, 2.8vw, 30px);
    font-weight: 600;
    font-family: "Jost", serif;
    color: #555555;
    margin: 0;
	font-style: normal;
    margin: 8px 0px;
	/*text-transform: uppercase;*/
	
}
.key-highlights{
	
	
	padding:12px;
	
}
.key-highlights li i{
    color: #ea4c89;
    font-weight: 500;
    margin-right: 5px;
	width:17px;
}
.key-highlights li  {
	
	display: flex;
}
.key-highlights li p {
	margin: 0 !important;
	font-size: clamp(15px, 2vw, 19px);
	
    font-weight: 400;
text-align: justify;
margin-bottom:27px;
font-family: "Jost", serif;
    color: #111827;
	
    margin-left: 30px;
	
    
}
.package-card h6{
	font-family: 'Quicksand', sans-serif;
	color: #38404f;
    font-weight: 800;
    font-size: 17px;
	padding-left:8px;
	margin:5px;
}
.f-card{
	font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 17px;
	padding:12px 24px;
	text-align:center;
}
.select-wrapper input{
	font-size:13px;
}
label{
		font-family: 'Poppins', sans-serif;
		font-size:13px !important;
		color:#595959 !important;
	}
	input[type="checkbox"]{
		color:#595959 !important;
		border: 1px solid #dfdfdf !important;
	}
	input[type="checkbox"] + label {
		font-family: 'Poppins', sans-serif;
		position: relative;
		padding-left: 35px !important;
		cursor: pointer;
		display: inline-block;
		height: 25px;
		/* line-height: 25px; */
		font-size: 1rem;
		-webkit-user-select: none;
		line-height: 4px;
	}
	input[type=range] + .thumb {
    position: absolute;
    top: 0px !important;
    left: 0;
    border: none;
    height: 0;
    width: 0;
    border-radius: 50%;
    background-color: red;
    margin-left: 7px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.f-card:nth-child(2){
	background:#ffecf0;
}
.f-button{
	font-family: 'Quicksand', sans-serif;
    display: block;
    width: 100%;
    padding: 10px 25px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    background: #ff681a;
    color: #fff;
    text-align: center;
}
.f-button:hover {
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.banner-head-title {
	font-size:47px;
}
.package-amt{
	color: #ff681a;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 800;
	font-family: 'Quicksand', sans-serif;
}
.inn-com-form form input[type="submit"] {
   background: #ff681a;
    padding: 7px 25px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 2px;
    width: 100%;
    font-size: 13px;
}
.inn-com-form form input[type="submit"]:hover{
	 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.package-desc{
	font-size: clamp(15px, 2vw, 19px);
	line-height: 1.8;
    font-weight: 400;
text-align: justify;
margin-bottom:27px;
font-family: "Jost", serif;
    color: #111827;
	text-align: justify;
}
.right-top{
	margin-bottom:5px;
}
.right-top div{
	padding-left:4px !important;
	padding-right:4px !important;
	text-align:center;
	
	
	}
.right-top div p{
	font-family: "Mona Sans", system-ui, sans-serif;
	font-size:13px;
	font-weight:500;
}
.right-top div i{
	background: #f4f4f4;
    width: 34px;
    height: 34px;
    color: #ff681a;
    border-radius: 17px;
    padding: 10px 5px;

}
.h-sm1{
	font-family: "Mona Sans", system-ui, sans-serif;
	font-size:17px;
	font-weight:500;
	color:#303030;
}
.mt-10{
	margin-top:10px;
}
.nmlr{
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	margin-left: 0px;
}
.mb0{
	margin-bottom:0px;
}
.ft-17-b{
	font-family: "Mona Sans", system-ui, sans-serif;
    font-weight: 800 !important;
	font-size:17px !important;
}