* {
	font-family: 'Montserrat', sans-serif;
}




/* Disable and style the last .inputField */
.form .inputField :nth-last-child() {
	background-color: #f5f5f5;
	/* Light gray to indicate disabled */
	color: #aaa;
	/* Muted text color */
	pointer-events: none;
	/* Prevent interaction */
	border-color: #ddd;
	/* Light gray border */
}

/* Remove the required styling for the last field */
.inputField:last-of-type:required {
	outline: none;
}










/*header starts*/
header.header {
	padding: 12px 0;
	border-bottom: 2px solid #219909;
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

header.header .header-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.header .header-nav .logo {
	display: flex;
	margin-top: 15px;
	margin-right: 48px;
}

header.header .header-nav .logo img {
	width: 120px;
}


header.header .header-nav .stellarnav {
	width: auto;
}

header.header .header-nav .menu {}

header.header .header-nav .childNav {
	background: #219909;
}

header.header .header-nav .childNav li {}

header.header .header-nav .childNav li a {
	color: #fff !important;
}

header.header .header-nav .childNav li a:hover {
	color: #219909 !important;
	background: #fff;
}

header.header .header-nav .menu li {}

header.header .header-nav .menu li a {
	color: #219909;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	transition: all .4s;
}

header.header .header-nav .menu li a:hover {
	color: #ffbb00;
}

header.header .header-nav .menu li a:hover::after {
	border-top-color: #ffbb00;
}

.stellarnav>ul>li>a {
	padding: 20px 35px;
}

.stellarnav li.has-sub>a::after {
	border-top-color: #219909;
}

.stellarnav.desktop li.has-sub a {
	padding-right: 23px;
}

header.header .header-nav .header-img {
	display: flex;
	align-items: center;
}

header.header .header-nav .header-img img {
	margin-right: 12px;
}

header.header .header-nav .header-contact {
	display: flex;
}

header.header .header-nav .header-contact a {
	text-decoration: none;
	color: #219909;
	font-size: 14px;
	transition: all .4s;
	display: flex;
	align-items: center;
}

header.header .header-nav .header-contact a.callUs {
	margin-right: 13px;
}

header.header .header-nav .header-contact a span {
	margin-left: 13px;
}

header.header .header-nav .header-contact a:hover {
	color: #ffbb00;
}

/*header end*/

/*banner starts*/
section.banner {
	padding: 95px 0 175px 0;
	background-size: cover !important;
}

section.banner .bannerContainer {
	position: relative;
}

section.banner .main-heading {
	max-width: 570px;
	margin-bottom: 40px;
}

section.banner .main-heading h1 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 70px;
	font-weight: 400;
	color: #219909;
}

section.banner .main-heading p {
	font-size: 16px;
	font-weight: 400;
	color: #5f5f5f;
}

section.banner .bannerForm {
	position: absolute;
	background: #219909;
	padding: 17px 20px 22px 20px;
	left: 0;
	right: 0;
	bottom: -230px;
	border-radius: 5px;
}

section.banner .bannerForm .form {}

section.banner .bannerForm .form .input-group {
	flex-direction: column;
}

section.banner .form label {
	color: #fff;
	font-size: 16px;
}

section.banner .form input.form-control {
	border-radius: 3px;
	padding: 7px 13px;
}

section.banner .form input::placeholder {
	color: #828282;
	font-size: 14px;
}

section.banner .form input:focus {
	box-shadow: none;
	outline: none;
}

section.banner .bannerForm .form .searchbtn {}

section.banner .bannerForm .form .searchbtn button {
	background: #fff;
	border-radius: 3px;
	color: #828282;
	width: 100%;
	font-size: 16px;
	border: 1px solid #dee2e6;
	height: 40PX;
	transition: all .4s;
}

section.banner .bannerForm .form .searchbtn button:hover {
	background: #ffbb00;
	color: #219909;
	border-color: #ffbb00;
}

/*validation starts*/
label.error {
	display: none !important;
}

input.form-control.error {
	border: 1px solid red !important;
}

/*validation end*/

/*count-passenger starts*/

p.guest {
	background: #fff;
	padding: 7px 6px;
	color: #828282;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 0;
	border: 1px solid #dee2e6;
	height: 40px;
}

.passenger .svg {
	width: 30px;
	height: 30px;
	fill: #219909;
	flex: 0 0 10%;
}

.passengerDropSectionBox {
	position: relative;
	min-width: 0;
}

.passengerDropSectionBox p {}



.dropSection {
	position: absolute;
	top: 95%;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px #219909;
	max-width: 300px;
	z-index: 999;
}

.dropSectionFields {
	padding: 20px 0 20px 0;
}

.passenger {
	background-color: #fff;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.passenger span.label {
	font-size: 16px;
	color: #747474;
	margin-left: 10px;
	margin-right: 8px;
	flex: 0 0 25%;
}

.passenger span.minus,
.passenger span.plus {
	font-size: 18px;
	width: 30px;
	height: 26px;
	color: #fff;
	background-color: #219909;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	transition: background-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
	flex: 0 0 auto;
}

.passenger input {
	width: 35px;
	border: none;
	border-bottom: 1px solid #219909;
	text-align: center;
	padding: 0;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 600;
	color: #219909;
	border-radius: 0;
	background-color: #fff;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.popup .passengerDropSectionBox {
	width: auto;
}

.popup .passengers {
	position: relative;
	border-bottom: 1px solid #e8e9ea;
	padding-bottom: 10px;
}

.popup .passengers input {
	padding: 0;
	margin-bottom: 3px;
}

.popup .dropSection {
	top: 35px;
}

.passengerDropSectionBox:focus .svg {
	fil: red;
}


/*passengers css end*/
/*count-passenger end*/
/*banner end*/


/*reviews starts*/
section.reviews {
	padding: 85px 0 35px 0;
}

section.reviews .reviewBox {
	padding: 20px 35px;
	box-shadow: 0 0 10px #e1d7d7;
	border-radius: 20px;
	text-align: center;

}

/*reviews end*/

/*package-intro starts*/
section.package-intro {}

.heading {
	/* Adjusted padding for better spacing */
	background: linear-gradient(135deg, #219909, #1f8b06);
	/* Gradient background for a dynamic look */
	text-align: center;
	border-radius: 10px;
	margin: 0px 30px;
	/* Rounded corners for a smoother look */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	/* Soft shadow for depth */
}

.heading h3 {
	font-size: 28px;
	padding: 10px;
	/* Larger font size for emphasis */
	font-family: 'Cormorant Garamond', serif;
	color: #fff !important;
	font-weight: bold;
	/* Make the text stand out */
	letter-spacing: 2px;
	/* Spacing between letters for a more refined look */
	text-transform: uppercase;
	/* Capitalize for a more impactful feel */
	transition: all 0.3s ease-in-out;
	/* Smooth transition for hover effect */
}



section.package-intro .intro-content {
	padding: 40px 0;
	text-align: center;
}

section.package-intro .intro-content p {
	font-size: 16px;
	color: #818181;
	margin-bottom: 27px;
}

/*package-intro end*/

/*umrah package starts*/
section.umrah-package {}

section.umrah-package .packages-box {
	padding: 55px 0 50px 0;
}

section.umrah-package .package {
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	/* Soft shadow for better depth */
	border: 1px solid #e0e0e0;
	/* Light border color for subtle contrast */
	transition: all 0.4s ease-in-out;
	/* Smooth transition effect */

	/* Add padding for better content spacing */
	background-color: #ffffff;
	/* Ensure the background is white for clarity */
}

section.umrah-package .package:hover {
	transform: translateY(-10px);
	/* Slightly lift the package on hover */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	/* Stronger shadow on hover */
	border-color: #FCB937;
	/* Highlight border color on hover */
	transform: scale(1.05);
	/* Slight zoom effect to make it pop */
}


section.umrah-package .package .package-header {
	padding: 12px 0;
}

section.umrah-package .package span.header {
	font-size: 22px;
	font-weight: 700;
	color: #219909;
	max-width: 270px;
	display: block;
	margin: auto;
	text-align: center;
	padding: 0 10px;
}

section.umrah-package .package .package-img {
	position: relative;
}

section.umrah-package .package .package-img .overlap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	padding: 10px;
	background: #219909;
	max-width: 325px;
	margin: 0 auto;
	border-radius: 5px;
}

section.umrah-package .package .package-img .overlap p {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

section.umrah-package .package .package-img .overlap p span {
	font-weight: 100;
	font-size: 24px;
}

section.umrah-package .package .package-img .overlap p span.pound {
	font-weight: 100;
	font-size: 36px;
}

.package .package-content {
	padding: 50px 30px 35px 30px;
}

.package .cityContent {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.package .cityContent p {
	margin-bottom: 6px;
	max-width: 215px;
	color: #219909;
	font-size: 16px;
	font-weight: 400;
}

.package .cityContent p span {
	font-weight: 600;
	font-size: 20px;
	display: block;
}

.package .package-nights {
	display: flex;
	justify-content: space-between;
	background: #219909;
	padding: 10px 30px;
	color: #fff;
	border-radius: 4px;
	margin-top: 10px;
}

.package .package-nights p {
	margin-bottom: 0;
	padding-right: 26px;
	font-size: 20px;
	font-weight: 500;
}

.package .package-nights p.p-nights {
	background: url("../images/moon.png") no-repeat center right;
}

.package .package-nights p.p-star {
	background: url("../images/star.png") no-repeat center right;
}

.package .packageDetails {
	padding: 25px 0;
}

.package .packageBtn {
	display: flex;
	justify-content: space-between;
}

.package .packageBtn a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #219909;
	border-radius: 5px;
	padding: 0 10px;
	height: 40px;
	width: 167px;
	color: #219909;
	text-align: center;
	line-height: 40px;
	transition: all .4s;
}

.package .packageBtn a:hover {
	background: #219909;
	color: #fff;
}

section.umrah-package .package:hover {
	box-shadow: 0;
	border: 1px solid #219909;
}

/*umrah package end*/

/*section content starts*/
section.content {
	background: #f2fffe;
	padding: 50px 0;
}

section.content .content-data.home-content {
	height: 875px;
	padding-right: 40px;
}

.content-data h1 {
	font-size: 28px;
	font-weight: 700;
	color: #219909;
}

.content-data h2 {
	font-size: 26px;
	font-weight: 400;
	color: #219909;
}

.content-data h3 {
	font-size: 24px;
	font-weight: 600;
	color: #219909;
}

.content-data h4 {
	font-size: 22px;
	font-weight: 400;
	color: #219909;
	margin-bottom: 10px;
}

.content-data h5 {
	font-size: 20px;
	font-weight: 400;
	color: #219909;
}

.content-data p {
	font-size: 16px;
	font-weight: 400;
	color: #898e8d;
	margin-bottom: 43px;
}

.content-data a,
.content-data p a {
	text-decoration: none;
	color: #219909 !important;
	transition: all .4s;
}

.content-data a:hover,
.content-data p a:hover {
	text-decoration: underline;
	color: #ffbb00 !important;
}

.content-data ol {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 0;
}

.content-data ul {
	list-style-position: inside;
	padding-left: 0;
}

.content-data ul li,
.content-data ol li {
	color: #898e8d;
	font-size: 16px !important;
	line-height: 30px;
	font-weight: 500 !important;
	margin-bottom: 5px;
}

.content-data ul li::marker {
	color: #898e8d;
}

.content-data ol li::marker {
	color: #898e8d;
}

.content-data strong {
	font-weight: 700;
}

.content-data blockquote {
	margin-left: 60px;
	border-left: 4px solid #219909;
	padding: 15px 20px;
	color: #373737;
	background: #f2f2f2f2;
	font-size: 18px;
}

.scrollbar-thumb {
	width: 14px !important;
	background: #219909 !important;
}

.scrollbar-track {
	background: none !important;
	border: 1px solid #219909 !important;
}

.scrollbar-track-y {
	width: 16px !important;
	border-radius: 6px;
}

/*section content end*/

/*footer starts*/
footer {}

footer .certification {
	padding: 30px 115px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #84949a;
	margin-bottom: 45px;
}

footer .quickLinks {}

footer .quickLinks ul {
	padding-left: 0;
}

footer .quickLinks ul li {
	list-style: none;
}

footer .quickLinks h3 {
	font-size: 22px;
	font-weight: 600;
	color: #219909;
	transition: all .4s;
	margin-bottom: 40px;
}

footer .quickLinks a,
footer .quickLinks p {
	color: #219909;
	font-size: 18px;
	font-weight: 400;
	display: block;
	text-decoration: none;
	margin-bottom: 27px;
}

footer .quickLinks a:hover {
	color: #ffbb00;
}

footer .quickLinks a img {
	margin-right: 20px;
}

footer .quickLinks p img {
	margin-right: 20px;
}

footer .quickLinks p {
	display: flex;
	align-items: center;
}

footer .quickLinks.contactUs a,
footer .quickLinks.contactUs p {
	margin-bottom: 37px;
	word-break: break-all;
}

footer .copyRights {
	padding: 35px 0 45px 0;
}

footer .copyRights p {
	font-size: 16px;
	font-weight: 400;
	color: #219909;
	;
	text-align: center;
	margin-bottom: 0;
}

footer .bottomFooter {
	padding: 20px;
	background: #219909;
}

footer .bottomFooter p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

/*footer end*/




/*innerpage starts*/
.innerpage section.content .content-data.home-content {
	height: auto !important;
}

section.content.thanksbox {
	background: #fff;
}

.innerpage .thankyou {
	max-width: 875px;
	margin: auto;
	padding: 50px 0 100px 0;
	text-align: center;
}

.innerpage .thankyou .thanksImg {
	position: relative;
}

.innerpage .thankyou .thanksImg .thumb {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	text-align: center;
}

.innerpage .thankyou .thanksImg p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-size: 72px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.innerpage .thankyou p {
	color: #818181;
	font-size: 16px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 45px;
}

.innerpage .thankyou a {
	color: #219909;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #219909;
	border-radius: 4px;
	padding: 10px;
	display: inline-block;
	width: 360px;
	margin: auto;
	text-align: center;
	transition: all .4s;
}

.innerpage .thankyou a:hover {
	background: #219909;
	color: #fff;
}

/*errorpage starts*/
.innerpage .thankyou.error {
	text-align: center;
}

.innerpage .thankyou.error .thanksImg h3 {
	position: absolute;
	top: 30px;
	font-size: 150px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
}

.innerpage .thankyou.error .thanksImg p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 146px;
	font-weight: 400;
	bottom: 30px;
}

/*errorpage end*/

/*contactUs page starts*/


/*contactUs page end*/
.innerpage .content-data .contact-form {
	margin: 0 112px;
	box-shadow: 0 0 5px #cac7c7;
	padding: 30px;
	border-radius: 5px;
	background: #fff;
}

.innerpage .contactUsForm {}

.contactUsForm input.form-control,
.innerpage .contactUsForm p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #219909;
}

.contactUsForm input.form-control {
	border: 1px solid #E8E4E4;
	box-shadow: 0 0 3px #cac7c7;
	padding: 10px;
}

.contactUsForm textarea.form-control {
	outline: 0;
	border: 1px solid #E8E4E4;
	box-shadow: 0 0 3px #cac7c7;
	padding: 10px;
	margin-bottom: 25px;
}

.contactUsForm input.form-control:focus {
	border: 1px solid #cac7c7;
	box-shadow: none;
}

.contactUsForm label,
.contactUsForm label {
	font-size: 16px;
	font-weight: 400;
	color: #219909;
	margin-bottom: 12px;
}

.contactUsForm input.form-control::placeholder,
.contactUsForm textarea.form-control::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #828282;
}

.contactUsForm input.form-control:focus {
	box-shadow: none;
}

.contactUsForm .searchbtn {
	margin-top: 05px;
}

.contactUsForm .searchbtn button {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #219909;
	width: 100%;
	transition: all .4s;
}

.contactUsForm .searchbtn button:hover {
	background: #ffbb00;
}

.contactUsForm .searchbtn button i {
	margin-left: 06px;
}

.contactUsForm .form-check-input[type="checkbox"] {
	border-radius: 0;
	border-color: #535353;
	box-shadow: none;
	background-color: transparent;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url("../images/checkbox.png");
	background-size: 70%;
}

.contact-form .form-check label {
	font-size: 14px;
	font-weight: 400;
	color: #219909;
	margin-left: 3px;
	margin-bottom: 23px;
}

.contact-form .form-check {
	margin-top: 25px;
}

.contact-form .btn-default {
	background: #ffbb00;
	border: none;
	color: #fff;
	border-radius: 5px;
}

.contact-form .btn-default.active {
	background: #219909;
}

.contact-form .contactusSwitch {
	align-items: center;
}

.contact-form .contactusSwitch input {
	position: absolute;
	opacity: 0;
}

.contact-form .contactusSwitch label {
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px !important;
	margin-bottom: 0;
}

.contact-form .contactusSwitch span {
	font-size: 14px;
	color: #219909;
	font-weight: 500;
	margin-right: 30px;
}

.contact-form .contactusSwitch label.btn-on-1 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.contact-form .contactusSwitch label.btn-off-1 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

/*umrah package detail page starts*/

.innerpage .detail-box {
	padding: 50px 0;
}

.innerpage .detail-box .package {
	padding: 15px;
}

.innerpage .detail-box .package-header {
	padding: 15px 25px 0 25px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #219909;
	padding-bottom: 10px;
}

.innerpage .detail-box .package-header p {
	font-size: 36px;
}

.innerpage .detail-box .package-header p span {
	font-size: 24px;
	font-weight: 100;
}

.innerpage .detail-box .package-header p span.pound {
	font-size: 36px;
	font-weight: 100;
}

.innerpage .detail-box .package-header span.header {
	font-size: 26px;
	font-weight: 400;
	color: #219909;
	max-width: 280px;
	line-height: 31px;
}

.innerpage .detail-box .package .package-content {
	position: relative;
}

.innerpage .detail-box .package .package-content .overlap {
	position: absolute;
	background: #219909;
	right: -15px;
	padding: 10px 0 15px 15px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	max-width: 122px;
	top: 18%;
}

.innerpage .detail-box .package .package-content .overlap::after {
	position: absolute;
	content: "";
	height: 81px;
	width: 11px;
	right: -11px;
	bottom: 0;
	background: #219909;
	border-top-right-radius: 8px;
}

.innerpage .detail-box .package .package-content .overlap p {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	max-width: 122px;
	line-height: 19px;
}

.innerpage .detail-box .package .package-content .overlap p span.save {
	font-size: 16px;
	font-weight: 100;
	color: #fff;
	margin-right: 15px;
}

.innerpage .detail-box .package .package-content .overlap p span.discount {
	font-size: 28px;
	font-weight: 500;
	color: #f6d15b;
}

.innerpage .detail-box .package .packageBtn a {
	width: 100%;
}

.innerpage .detail-box .package .packageDetails {
	text-align: center;
}

.innerpage .detail-box .package .packageCity {
	max-width: 360px;
}

.innerpage .detail-box .umrahPackagedetail {
	box-shadow: 0 0 4px #e1d7d7;
	border-radius: 8px;
}

.innerpage .detail-box .package .package-nights {
	margin-top: 40px;
}

.innerpage .detail-box .detailHeader {
	background: #219909;
	text-align: center;
	padding: 8px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 30px;
}

.innerpage .detail-box .detailHeader p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

.innerpage .detail-box .question {
	padding-bottom: 15px;
}

.innerpage .detail-box .question ul {
	padding-left: 35px;
}

.innerpage .detail-box .question ul li {
	font-size: 16px;
	font-weight: 400;
	color: #219909;
	list-style: none;
	margin-bottom: 10px;
}

.innerpage .detail-box .question ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #219909;
	transition: all .4s;
}

.innerpage .detail-box .question ul li a:hover {
	color: #ffbb00;
}

.innerpage .detail-box .question ul li a img {
	margin-right: 20px;
}

.innerpage .detail-box .question.contactDetails {
	margin-top: 25px;
	box-shadow: 0 0 4px #e1d7d7;
	border-radius: 8px;
}

.innerpage .detail-box .question.contactDetails ul li {
	margin-bottom: 18px;
}

.innerpage .detail-box .tour-box {}

.innerpage .detail-box .tour-img {
	margin-bottom: 25px;
}

.innerpage .detail-box .tour-img img {
	border-radius: 8px;
}

.innerpage .detail-box .tour-box .accordion {}

.innerpage .detail-box .tour-box .accordion .accordion-item {
	border: none;
	box-shadow: 0 0 4px #e1d7d7;
}

.innerpage .detail-box .tour-box .accordion .accordion-item h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #219909;
	border-radius: 4px;
	padding: 9px;
	text-align: center;
	cursor: pointer;
}

.innerpage .detail-box .tour-box .accordion .accordion-item h2 i {
	margin-left: 10px;
	font-size: 12px;
}

.innerpage .detail-box .tour-box .accordion .accordion-item.active h2 i::before {
	content: "\f0d8";
}

.innerpage .detail-box .tour-box .accordion .accordion-item .accordion-body {
	display: none;
}

.innerpage .detail-box .tour-box .accordion .accordion-item.active .accordion-body {}

.innerpage .detail-box .tour-box .accordion .accordion-item .accordion-body h3 {
	font-size: 18px;
	font-weight: 600;
}

.innerpage .detail-box .tour-box .accordion .accordion-item .accordion-body p {
	font-size: 16px;
	font-weight: 400;
	color: #219909;
	margin-bottom: 0;
	line-height: 26px;
}

.innerpage .detail-box .tour-box .accordion .accordion-item .accordion-body ul {
	padding-left: 10px;
}

.innerpage .detail-box .tour-box .accordion .accordion-item .accordion-body ul li {
	font-size: 16px;
	font-weight: 400;
	color: #219909;
	list-style: none;
}

.innerpage .detail-box .tour-box .accordion .accordion-item .accordion-body ul li span {
	font-size: 18px;
	font-weight: 600;
	margin-right: 20px;
}

/* Changes */
section.banner .bannerForm {
	position: static !important;
	margin-top: 80px;
}

section.banner {
	padding: 95px 0 0 0 !important;
	min-height: 400px;
	height: auto !important;
}

section.reviews {
	padding: 35px 0 35px 0 !important;
}

header.header .header-nav .menu li:hover .icon-plus::after,
header.header .header-nav .menu li:hover .icon-plus::before {
	border-color: #219909 !important;
}

.inputField.passengers {
	position: relative;
}

.dropSection {
	width: auto !important;
	right: 0;
	left: auto;
	top: 100% !important;
}

a.call-btns {
	background-color: #000;
	border-color: #000;
	color: #fff !important;
}

a.whatsapp-btn {
	color: #fff !important;
	background-color: #48c353;
	border-color: #48c353 !important;
}

a.whatsapp-btn:hover {
	border-color: #219909 !important;
}


/*umrah package detail page end*/

/*innerpage end*/