* {
	padding: 0;
	margin: 0;
	--primary-font: "Open Sans", serif;
	--secondary-font: "Libre Baskerville", serif;
	--bg-primary-color: #151515;
	--bg-white: #ffffff;
	--bg-secondary-color: #b49164;
	--bg-black: #000000;
	--bg-primary-headings: #121E36;
	--bg-gradiant-mid: #3FAF59;
	--bg-content-heading: #19A06F;
}

body {
	font-family: var(--primary-font);
	color: var(--bg-primary-color);
}

ul,
a {
	list-style-type: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	padding: 0;
	margin: 0;
	color: var(--bg-primary-color);
}

span {
	margin: 0;
	padding: 0;
}

header.header {
	position: absolute;
	right: 0;
	z-index: 99;
	left: 0;
}

.header-sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	background: #101010;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 999 !important;
}

.header-sticky .vector {
	display: none;

}

.vector {
	overflow: hidden;
	left: 0;
	right: 0;
}

.head {
	padding-top: 57px;
	padding-bottom: 26px;
	border-bottom: 1px solid #4d4d4d;
}

.nav-custom-s .head {
	padding: 26px 0;
}

.header-area {
	background-color: #151515;
	min-height: 200px;
}

.header-area::before {
	content: "";
	position: absolute;
	background: url('/assets/images/Vector-design.png');
	top: 0px;
	width: 1920px;
	height: 28px;
	z-index: 98;
	right: 0;
}

.error-page .pattern2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.header-area::after {
	content: "";
	position: absolute;
	background: url('/assets/images/PatternNew.png');
	bottom: 0px;
	width: 1920px;
	height: 60px;
	background-repeat: no-repeat;
	right: 0;
}

.error-page .pattern {
	position: absolute;
	right: 60px;
	top: 2px;
}

.stellarnav li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	color: var(--bg-white);
	font-size: 18px;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-weight: 400;
	position: relative;
}

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

.stellarnav li.has-sub>a::after {
	margin-left: 14px;
	border-left: none;
	border-right: 2px solid var(--bg-white);
	border-bottom: 2px solid var(--bg-white);
	width: 8px;
	height: 8px;
	rotate: 45deg;
	border-top: none;
	transition: all 0.4s;
	margin-bottom: 2px;
}

.stellarnav ul ul {
	top: auto;
	width: 315px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;

}

.input-drop-down .scrollbar-content {
	max-height: 282px;
	padding-right: 20px;
}

.dropdown-menu.inner-menu .scrollbar-content {
	max-height: 282px;
}

.dropdown-menu.inner-menu .scrollbar-thumb {
	position: absolute;
	top: 0;
	border-radius: 20px;
	background-color: var(--bg-primary-color) !important;
	height: 86px !important;
	width: 10px;
	left: 3px;
}

.stellarnav ul ul li a {
	color: var(--bg-primary-color);
}

.stellarnav ul li a:hover {
	color: var(--bg-secondary-color);
}

.stellarnav li a::before {
	position: absolute;
	width: 40px;
	height: 2px;
	content: "";
	background-color: var(--bg-secondary-color);
	bottom: -44px;
	left: 50%;
	transition: all 0.5s ease;
	transform: translateX(-50%);
	border-radius: 2px;
	display: none;
}

.stellarnav li a:hover::before {
	display: block;
}

.stellarnav li {
	margin-right: 50px;
	text-transform: capitalize;
}

.stellarnav li.active a {
	color: var(--bg-secondary-color);
}

.stellarnav li.active a::before {
	display: block;
}

.stellarnav .dropdown-menu.inner-menu li a::before {
	display: none;
}

/* .stellarnav li li {
  margin-top: 10px;
  line-height: 5px;

} */

.stellarnav li ul {
	padding: 20px 10px 20px;
}

.stellarnav li li.active {
	display: block;
	background-color: var(--bg-secondary-color);
	border-radius: 5px;
}

.stellarnav li li.active a {
	color: var(--bg-white);
	font-size: 16px;
}

.stellarnav li li:hover {
	background-color: var(--bg-secondary-color);
	border-radius: 5px;

}

.stellarnav li li {
	margin-right: 22px;
}

.stellarnav.desktop li.has-sub ul li a {
	padding: 7px 10px;
}

.stellarnav li li:hover a {
	color: var(--bg-white);
}

.stellarnav {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.phone {
	background-color: var(--bg-white);
	border-radius: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 19px 6px 7px;
	margin-left: 31px;
	transition: all 0.4s;

	position: relative;
}

.phone:hover {
	background-color: var(--bg-secondary-color);
}

.phone span {
	transition: all 0.5s;
}

.phone:hover span {
	color: var(--bg-white);
}

.phone img {
	background-color: #dededf;
	border-radius: 50%;
	padding: 10px;
	margin-right: 6px;
}

.phone a {
	color: var(--bg-primary-color);
	font-size: 20px;
	font-weight: 700;

}

.phone::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 1px;
	background-color: #6f7071;
	left: -16px;

}

.whatsapp.d-flex {
	align-items: center;
}

.header-heading {
	padding: 225px 0 100px;
}

.main-heading span {
	color: var(--bg-white);
	font-family: var(--secondary-font);
	font-size: 60px;
	font-weight: 400;
	display: block;
}

.main-heading h1 {
	color: var(--bg-secondary-color);
	font-family: var(--secondary-font);
	text-transform: capitalize;
	font-size: 86px;
	font-weight: 400;
}

.umrah-scrollbar .scrollbar-thumb {
	left: -3px;
	width: 6px;
}

.umrah-scrollbar .scrollbar-track-y {
	width: 16px !important;
}

.header-form {
	padding-bottom: 155px;
	z-index: 98;

}

.header-area {
	padding-bottom: 110px;
}

.main-form {
	position: absolute;
	top: 20px;
	right: 50%;
	transform: translate(50%, 0);
	max-width: 1320px;
	width: 100%;
}


.main-form .form-control {
	display: block;
	width: 100%;
	padding: 14px 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #151515;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 25px;

}

.main-form .form-control::placeholder {
	color: #151515;
	opacity: 1;
}

.form-input.form-size {
	max-width: 213px;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.form-input.form-size:last-child {
	margin-right: 0;
}

.form-input.form-sizing {
	max-width: 213px;
	width: 100%;
	margin-right: 10px;
}

.form-input.form-sizing:last-child {
	margin-right: 0;
}

.form-submit {
	background-color: var(--bg-secondary-color);
	border-radius: 25px;
	max-width: 213px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.form-submit::before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	right: 0;
	left: auto;
	top: 0;
	background-color: var(--bg-primary-color);
	border-radius: 25px;
	transition: all 0.6s;
	z-index: 0;
}

.form-submit:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.form-submit button.btn {
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.acc-dp-dwn {
	width: 230px;
}

.input-drop-down {
	padding: 20px 11px;
	font-size: 18px;
	font-weight: 400;
	top: 65px;
	max-width: 720px;
	z-index: 9;
	border-radius: 5px !important;
	border: none !important;
	box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.15);
}

.acc-dp-dwn {
	border-radius: 0;
	border: 1px solid var(--bg-gradiant-mid);
}

.input-drop-down {
	font-size: 18px;
	font-weight: 400;

}

.input-drop-down li {
	transition: color 0.5s ease;
	color: #121E36;
	position: relative;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-top: 10px;
}

.modal-body .form-control {
	background-color: rgba(56, 68, 93, 6%);
	font-size: 16px;
}

.cart-icon {
	background: url("/front-end/images/cart-icon.png") no-repeat 95% center;
}

/* .input-drop-down li.active{
color: var(--bg-primary-color);
background-color: var(--bg-secondary-color);
border-radius: 5px;
} */
.input-drop-down li::before {
	position: absolute;
	width: 9px;
	height: 2px;
	background-color: #3FAF59;
	content: "";
	left: -13px;
	top: 14px;
	display: none;
}

.input-drop-down li:hover {
	display: block;
}

.input-drop-down li:hover {
	color: var(--bg-white);
	background-color: var(--bg-secondary-color);
	border-radius: 5px;
	margin-right: 25px;
	width: 100%;
}

.ans-img {
	position: absolute;
	right: 10px;
	top: 9px;
}

.company-data {
	margin-top: 80px;
}

.man-banner {
	position: absolute;
	right: 0;
}

.input-drop-down .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 10px !important;
	height: 100%;
	background: #f7f7f7 !important;
	border-radius: 8px !important;
}

.input-drop-down .scrollbar-thumb {
	position: absolute;
	top: 0;
	border-radius: 20px;
	background-color: var(--bg-primary-color) !important;
	height: 105px !important;
	width: 6px;
	left: -3px;
}

.input-drop-down li.active {
	color: var(--bg-white);
	background-color: var(--bg-secondary-color);
	border-radius: 5px;
	margin-right: 25px;
}

.company {
	background-color: var(--bg-primary-color);
	border-radius: 60px;
	padding: 25px 13px 25px 25px;
	max-width: 312px;
	width: 100%;
}

.input-drop-down.pos-room .scrollbar-content {
	max-height: 100px;
}

.input-drop-down.pos-room .scrollbar-thumb {
	position: absolute;
	top: 0;
	border-radius: 20px;
	background-color: var(--bg-primary-color) !important;
	height: 48px !important;
	width: 6px;
	left: -3px;
}

.company-img {
	max-width: 70px;
	width: 100%;
	height: 70px;
	background-color: var(--bg-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
}

.company-name p {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: var(--bg-secondary-color);
}

.inclusives {
	margin-top: 80px;
	margin-bottom: 70px;
}

.main-headingss h2 {
	font-family: var(--secondary-font);
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	color: var(--bg-primary-color);
	line-height: 1;
}

.design {
	position: absolute;
	bottom: -20px;
	transform: translate(-50%, 50%);
	left: 50%;
}

.swiper.inclusive-swap {
	margin-top: 120px;
	padding-bottom: 92px;

}

.hajj-umrah-package {
	border: 1px solid #d2d3d4;
	border-radius: 5px;
	margin-bottom: 1px;
	transition: all 0.5s ease;
	background-color: var(--bg-white);
	overflow: hidden;
}

.hajj-umrah-package:hover {
	border: 1px solid var(--bg-primary-color);
}

.hajj-umrah-package .media {
	display: flex;
	justify-content: center;
}

.deposite {
	background-color: var(--bg-primary-color);
	padding: 3px 13px 6px;
	position: absolute;
	bottom: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.deposite p {
	font-size: 16px;
	font-weight: 700;
	color: var(--bg-white);
	text-transform: capitalize;


}

.deposite span {
	color: var(--bg-secondary-color);
	font-size: 30px;
	font-weight: 700;
	margin-left: 5px;
}

.deposite small {
	font-size: 22px;
	line-height: 22px;
}

.content-head {
	margin-top: 10px;
	padding: 0 17px;
	background-color: var(--bg-white);
}

.content-head p {
	font-size: 26px;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: var(--bg-primary-color);
	text-align: center;
	text-transform: capitalize;
	padding-bottom: 15px;
}

.travel-circle {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid var(--bg-primary-color);
	background-color: #e7e7e8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gadets {
	justify-content: flex-start;
	padding: 11px 0;
	gap: 0 17px;
}

.star-travel {
	border-bottom: 1px solid #d3d4d5;
	border-top: 1px solid #d3d4d5;
	align-items: center;
	margin: 0 17px;
	background-color: var(--bg-white);
}

.travel-circle:not(:nth-last-of-type(1))::after {
	position: absolute;
	content: "";
	height: 22px;
	width: 1px;
	background-color: #d3d4d5;
	right: -10px;
}

.makk-detail {
	text-align: center;
	padding-bottom: 20px;
}

.mak-img {
	padding-top: 11px;
}

.name-hotel {
	padding-top: 10px;
	max-width: 187px;
}

.name-hotel span {
	font-size: 20px;
	font-weight: 700;
}

.name-hotel p {
	font-size: 18px;
	font-weight: 400;
	color: #8f8f8f;
	line-height: 24px;
	padding: 0 6px;
	padding-top: 8px;
}

.makkah-nights {
	justify-content: space-around;
	background-color: #fff;
}

.makkah-nights::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #d3d4d5;
	left: 50%;
}

.price-tax {
	background-color: #f7f7f7;
	padding: 6px 0 3px;
}

.price-tax p {
	font-size: 48px;
	font-family: var(--secondary-font);
	font-weight: 700;
	text-align: center;
}

.price-tax small {
	font-size: 30px;
	font-weight: 700;
}

.price-tax span {
	color: var(--bg-secondary-color);
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 600;
}

.calls-buttons button:first-child {
	padding: 10px;
	background-color: var(--bg-primary-color);
	color: var(--bg-white) !important;
	max-width: 240px;
	width: 100%;
	border: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
}

.calls-buttons button:first-child:hover {
	background-color: var(--bg-secondary-color);
}

.calls-buttons button a {
	font-size: 22px;
	color: var(--bg-white) !important;
	font-weight: 700;
}

.calls-buttons button:first-child img {
	margin-right: 10px;
}

.calls-buttons {
	display: flex;
}

.calls-buttons button:last-child {
	padding: 10px;
	background-color: var(--bg-secondary-color);
	color: var(--bg-white) !important;
	max-width: 184px;
	width: 100%;
	border: none;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;

}

.calls-buttons button:last-child:hover {
	background-color: var(--bg-primary-color);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 3px;
	margin: 0;
	width: 137px !important;
	border-radius: 6px;
	z-index: 99;

}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--bg-primary-color) !important;
	width: 180px !important;
	padding-top: 10px;
	position: absolute;
	bottom: 2px;
}

.package-button {
	margin-top: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.package-button a {
	color: var(--bg-white);
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	border: none;
	max-width: 240px;
	width: 100%;
	background-color: var(--bg-primary-color);
	transition: all 0.4s ease;
	text-align: center;
	padding: 14px 35px;
	border-radius: 30px;
	transition: all 0.4s ease;

}

.package-button a:hover {
	background-color: var(--bg-secondary-color);
}

.inclusives.second-inc {
	background-color: #f7f7f7;
	padding-top: 83px;
	padding-bottom: 70px;
	margin-top: 0;
	margin-bottom: 0;
}

.cheap-umrah {
	background-color: var(--bg-primary-color);
	padding: 80px 0 70px;
	overflow: hidden;
}

.cheap-umrah .pattern2 {
	position: absolute;
	left: 0;
	bottom: -133px;
}

.cheap-umrah .pattern {
	position: absolute;
	right: 69px;
	top: -277px;
}

.cheap-heading h4 {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--secondary-font);
	color: var(--bg-secondary-color);
	text-align: center;
}

.cheap-heading p {
	font-size: 18px;
	font-weight: 400;
	color: var(--bg-white);
	text-align: center;
	padding-top: 20px;
}

.cheap-umrah-package {
	max-width: 424px;
	width: 100%;
	background-color: var(--bg-white);
	border-radius: 45px;
	padding: 32px 19px;
	margin-top: 77px;
	margin-bottom: 70px;
}

.brown-image {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #f6f2ee;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.cheap-umrah-detail {
	padding-top: 15px;
	text-align: center;
}

.cheap-umrah-detail span {
	font-family: var(--secondary-font);
	font-size: 24px;
	font-weight: 400;
	text-transform: capitalize;
}

.cheap-umrah-detail p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #7f7f7f;
}

.cheap-umrah .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 3px;
	margin: 0;
	width: 137px !important;
	border-radius: 6px;
	z-index: 99;
	background-color: #8f8f8f;
}

.cheap-umrah .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--bg-secondary-color) !important;
	width: 180px !important;
	padding-top: 10px;
	position: absolute;
	bottom: 2px;
}

.transform {
	background-image: url("/assets/images/tranform.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 74px 0 82px;
}

.transform-heading {
	max-width: 1068px;
	width: 100%;
}

.transform-heading h5 {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--secondary-font);
	color: var(--bg-secondary-color);
	text-transform: capitalize;
}

.transform-heading p {
	line-height: 30px;
	font-size: 18px;
	color: var(--bg-white);
	font-weight: 400;
	padding-top: 10px;
}

.holistic-journey {
	margin-top: 31px;
	max-width: 500px;
	width: 100%;
}

.holistic-journey span {
	color: var(--bg-secondary-color);
	font-size: 30px;
	font-weight: 400;
	font-family: var(--secondary-font);
}

.list-img {
	max-width: 20px;
	width: 100%;
	height: 20px;
	border-radius: 50%;
	background-color: var(--bg-secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.holistic-journey ul {
	margin-top: 25px;
	margin-bottom: 85px;

}

.holistic-journey ul li {
	color: var(--bg-white);
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 32px;
	position: relative;
	padding-left: 35px;


}

.holistic-journey ul li::before {
	content: '';
	height: 20px;
	width: 20px;
	background-image: url('/assets/images/tick.png');
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
}

.socials a:hover {
	background: var(--bg-secondary-color) !important;
	border-radius: 50%;
}

.holistic-journey a {
	border-radius: 30px;
	border: 1px solid var(--bg-secondary-color);
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--bg-white);
	padding: 14px 50px;
	background-color: rgba(180, 145, 100, 25%);
	transition: all 0.4s ease;
	position: relative;
	z-index: 9;
}

.holistic-journey a:hover {
	background-color: var(--bg-secondary-color);
}

.prayer-time {
	background-color: var(--bg-secondary-color);
	position: relative;
	padding: 80px 0 75px;
	overflow: hidden;
}

.pattern {
	position: absolute;
	right: 60px;
	top: -216px;
}

.pattern2 {
	position: absolute;
	left: 0;
	bottom: -219px;
}

.prayer-heading {
	text-align: center;
}

.prayer-heading h5 {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--secondary-font);
	color: var(--bg-white);
	line-height: 1;
}

.prayer-heading span {
	font-size: 24px;
	font-weight: 600;
	padding-top: 20px;
	display: inline-block;

}

.prayer-section {
	width: 190px;
	height: 190px;
	background-color: #fef0dd;
	border-radius: 50%;
	padding: 20px 0;
	border: 10px solid rgba(180, 145, 100, 100%);
	outline: 2px dashed var(--bg-white);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prayers {
	max-width: 90%;
	margin: auto;
	margin-top: 53px;
}

.namaz-name span {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}

.namaz-name p {
	font-size: 20px;
	font-weight: 500;
}

.namaz-img {
	margin-top: 10px;
}

.umrah-scrollbar {
	padding: 81px 0;
}

.scrollbar {

	background-color: #f7f7f7;
	padding: 42px 13px 45px 37px;
}

.scrollbar-content {
	max-height: 780px;
}

/* .makkah-content {
padding: 62px 4px;
} */
.makkah-content h1 {
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--secondary-font);
}

.makkah-content h2 {
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	padding-top: 37px;
}

.makkah-content h3 {
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	padding-top: 37px;
}

.makkah-content h4 {
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	padding-top: 37px;
}

.makkah-content h5 {
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	padding-top: 37px;
}

.makkah-content h6 {
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	padding-top: 37px;
}

.makkah-content p {
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
	color: #7f7f7f;
}

.makkah-content span {
	font-size: 20px;
	color: var(--bg-primary-color);
}

.scrollbar-thumb {
	position: absolute;
	top: 0;
	border-radius: 20px;
	background-color: var(--bg-primary-color) !important;
	height: 200px !important;
	width: 10px;
	margin-left: 5px !important;

}

.makkah-content {
	padding-right: 28px;
}

.makkah-content a {
	font-size: 20px;
	color: var(--bg-primary-color);
}

.scrollbar-track-y {
	top: 0;
	right: 0;
	width: 19px !important;
	height: 100%;
	background: var(--bg-white) !important;
	border-radius: 8px !important;
}

.experience {
	background-image: url("/assets/images/serving-banner.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 37px 42px;
	margin-bottom: 80px;
}

.serving-head {
	max-width: 597px;
	width: 100%;
}

.serving-head h5 {
	font-size: 30px;
	line-height: 46px;
	font-family: var(--secondary-font);
	color: var(--bg-secondary-color);

}

.pil-image p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: var(--bg-white);
}

.pil-image img {
	margin-right: 10px;
	margin-top: -5px;
}

.pilgrims {
	margin-top: 27px;
}

.ministry-hajj {
	max-width: 610px;
	width: 100%;

}

.ministry-img {
	position: relative;

}

.ministry-img:not(:nth-last-of-type(1))::after {
	position: absolute;
	content: "";
	height: 97px;
	width: 1px;
	background-color: #525252;
	right: -40px;
	top: -9px;
}

.frequent {
	background-color: var(--bg-primary-color);
	padding: 78px 0;

}

.frequent .pattern {
	position: absolute;
	right: 0;
}

.frequent-heading {
	text-align: center;
}

.frequent-heading h5 {
	font-size: 48px;
	font-weight: 400;
	font-family: var(--secondary-font);
	color: var(--bg-secondary-color);
	text-transform: capitalize;
}

.frequent-heading p {
	font-size: 18px;
	font-weight: 400;
	color: var(--bg-white);
	padding-top: 10px;
}

.faq-accordian {
	padding-top: 46px;
}

.stars {
	font-size: 0;
}

.accordion-item {
	margin-bottom: 15px;
	border-radius: 25px;
	background: transparent;
	border: none;
}

.accordion-button {
	border-radius: 25px;
	background-color: var(--bg-secondary-color);
	color: var(--bg-white);
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	box-shadow: none !important;
}

.accordion-header {
	border-radius: 25px;
	background: var(--bg-secondary-color);
}

.accordion-body {
	border-radius: 25px;
	background-color: var(--bg-white);
	padding: 20px 31px;
}

.accordion-body p {
	color: #7f7f7f;
	line-height: 30px;
	font-size: 18px;
}

.accordion-collapse.collapse.show {
	position: relative;
	top: 2px;
}

.accordion {
	--bs-accordion-color: #7f7f7f9;
	--bs-accordion-bg: #fff;
	--bs-accordion-inner-border-radius: 25px;

	--bs-accordion-btn-color: #212529;
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-focus-border-color: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: #fff;
	--bs-accordion-active-bg: var(--bg-secondary-color);
}

.accordion-button::after {
	margin-left: auto;
	content: "";
	background-image: url("/assets/images/keyboard-right-arrow-down.png") !important;
	position: relative;
	top: 5px;
	width: 16px;
	height: 10px;
	background-size: auto;
	background-position: center;
	rotate: 180deg;
	top: 0;
	rotate: 0deg;
}

.footer {
	margin-top: 240px;
	position: relative;
}

.footer-section {
	background-color: #f7f7f7;
	padding: 32px 0;
}

.footer-logo {
	text-align: center;
}

.contact-menu {
	margin: 30px 76px;
	padding: 29px 29px;
	max-width: 1144px;
	width: 100%;
	border-top: 1px solid #b7b8ba;
	border-bottom: 1px solid #b7b8ba;
	justify-content: center;
}

.contact-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-menu ul li a {
	font-size: 18px;
	font-weight: 400;
	color: var(--bg-primary-color);
	text-transform: capitalize;
	transition: all 0.5s ease;
	position: relative;

}

.contact-menu ul li a::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: var(--bg-secondary-color);
	left: 50%;
	bottom: -31px;
	transform: translateX(-50%);
	transition: all 0.5s;
	display: none;
}

.contact-menu ul li.active a::after {
	display: block;
}

.contact-menu ul li a:hover::after {
	display: block;
}

.contact-menu ul {
	gap: 0 68px;

}

.links {
	max-width: 879px;
	width: 100%;
	margin: auto;
	justify-content: space-between;
	align-items: baseline;
}

.footer-contact {
	text-align: center;
	flex: 0 0 33%;
}

.contact-num a {
	font-size: 24px;
	font-weight: 600;
	color: var(--bg-primary-color);
	transition: all 0.4s ease;

}

.contact-num a:hover {
	color: var(--bg-secondary-color);
}

.contact-num {
	padding-top: 11px;
}

.contact-num p {
	font-size: 24px;
	font-weight: 600;
	color: var(--bg-primary-color);
}

.footer-half {
	background-color: var(--bg-primary-color);
	padding-top: 187px;
}

.footer-menu {
	position: absolute;
	left: 50%;
	top: -50%;
	transform: translate(-50%, 0%);
	max-width: 1320px;
	width: 100%;
}

.social-media {
	padding-top: 40px;
	max-width: 432px;
	width: 100%;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.socials:not(:nth-last-of-type(1))::after {
	content: "";
	position: absolute;
	height: 44px;
	width: 1px;
	background-color: #555555;
	right: -20px;
	top: -4px;
}

.socials {
	position: relative;
	margin-right: 40px;
}

.socials a {
	height: 34px;
	width: 34px;
	display: inline-block;
	position: relative;
}

.socials a::after {
	content: '';
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	transition: all 0.5s;
	box-shadow: 0 0 0 0 var(--bg-secondary-color);
}

.socials a:hover::after {
	box-shadow: 0 0 10px 2px var(--bg-secondary-color);
}

.footer-para {
	padding: 40px 0 50px;
	max-width: 1114px;
	width: 100%;
	margin: auto;
}

.footer-para p {
	font-size: 18px;
	font-weight: 400;
	color: var(--bg-white);
	text-align: center;
}

.copywrite {
	background-color: var(--bg-secondary-color);
	padding: 30px 0;
}

.copywite-para p {
	font-weight: 600;
	text-align: center;
	color: var(--bg-white);
	font-size: 20px;
}

label.error {
	display: none !important;
}

.error-page {
	background-color: var(--bg-secondary-color);
	position: relative;
	padding: 186px 0 194px;
}

.design-error {

	padding: 20px;
	margin-top: 72px;

}

.stellarnav .dropdown-menu.inner-menu li a:hover::after {
	display: none;
}

.form-control.error {
	border: 1px solid red;
	color: red;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.dropdown-menu.inner-menu .scrollbar-track-y {
	top: 0;
	right: 0;
	width: 10px !important;
	height: 100%;
	background: #f7f7f7 !important;
	border-radius: 8px !important;
}

.dropdown-menu.inner-menu .scrollbar-thumb {
	position: absolute;
	top: 0;
	border-radius: 20px;
	background-color: var(--bg-primary-color) !important;
	height: 100px !important;
	width: 6px;
	margin-left: -1px !important;
}

.design-error p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	max-width: 442px;
	width: 100%;
	margin: auto;
	color: #fff;
}

.home-button {
	max-width: 262px;
	width: 100%;
	margin: auto;
	margin-top: 60px;
}

.home-button a {
	background-color: var(--bg-primary-color);
	color: var(--bg-white);
	padding: 15px 64px;
	border-radius: 30px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	transition: all 0.5s ease;

}

.home-button a:hover {
	background-color: var(--bg-white);
	color: #000000;
}

.error .pattern2 {
	position: absolute;
	left: 0;
	bottom: 0px;
}

.error .pattern {
	position: absolute;
	right: 60px;
	top: 0px;
}

.error.thnx {
	padding: 298px 0;
}

.inner-header {
	background-color: var(--bg-primary-color);
}

.vector {
	position: absolute;
	top: 0;
}

.inner-header .stellarnav li a::before {
	position: absolute;
	width: 40px;
	height: 4px;
	content: "";
	background-color: var(--bg-secondary-color);
	bottom: -47px;
	left: 50%;
	transition: all 0.5s ease;
	transform: translateX(-50%);
	border-radius: 2px;
	display: none;
}

.inner-page .inner-header .stellarnav li a::before {
	bottom: -52px;
}

.inner-header .stellarnav li a:hover::before,
.inner-header .stellarnav li.active>a::before {
	display: block;
}

.inner-header .head {
	padding-bottom: 33px;
}

.about-us {
	padding-top: 71px;
}

.about {
	padding-top: 110px;
}

.about-description p {
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
}

.about-detail {
	padding: 61px 0 65px;
}

.about-detail p {
	font-size: 18px;
	font-weight: 400;
	line-height: 29px;
	text-align: justify;

}

.inner-choose {
	padding-top: 70px;
	padding-bottom: 60px;
}

.choose-detail {
	padding-top: 100px;
}

.choose-detail p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-align: justify;
}

.choose-detail p:first-child {
	text-align: center;
	padding-bottom: 36px;
}

.servises-detail p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	padding-top: 107px;
	text-align: center;
}

.detail-of-services {
	padding-top: 70px;

}

.footer.in-foot {
	margin-top: 205px;
}

.service-packge {
	background-color: #f7f7f7;
	border-radius: 45px;
	padding: 28px 0;
	margin-bottom: 24px;
}

.service-packge .cheap-umrah-detail p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #7f7f7f;
	padding: 0 18px;


}

.brown-image.intent {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.contacts {
	padding-top: 77px;
}

.detail-contact {
	padding-top: 115px;
}

.cheap-umrah-detail.con span {
	color: var(--bg-secondary-color);
	display: block;
}

.cheap-umrah-detail.con a {
	font-size: 20px;
	color: #7f7f7f;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	display: block;
	transition: all 0.3s ease;
}

.cheap-umrah-detail.con a:hover {
	color: var(--bg-primary-color);
}

.have-question {
	padding-top: 83px;
}

.have-form {
	background-color: var(--bg-primary-color);
	position: relative;
	margin-top: 108px;
	padding: 40px 0;
}

.contact-form .form-input.form-size-contact {
	max-width: 652px;
	width: 100%;
	margin-bottom: 25px;
}

.form-input.form-size-contact .form-control {
	border-radius: 30px;
	border: none;
	padding: 16px 23px;
	font-size: 18px;
}

.form-input.form-size-contact input::placeholder {
	color: var(--bg-primary-color);
}

.form-input.form-size-contact.lame {
	max-width: 100%;
	width: 100%;
}

.form-input.form-size-contact.lame textarea {
	border-radius: 60px;
	border: none;
	padding: 16px 23px;
	font-size: 18px;
}

.form-input.form-size-contact.lame textarea::placeholder {
	color: var(--bg-primary-color);
}

.num {
	position: absolute;
	right: 13px;
	top: 13px;
}

.form-input.form-size-contact button[type="submit"] {
	max-width: 652px;
	width: 100%;
	border: none;
	border: none;
	padding: 15px;
	border-radius: 30px;
	background-color: var(--bg-secondary-color);
	transition: all 0.5s ease-in-out;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--bg-white);

}

.form-input.form-size-contact .passenger-inputs button {
	width: 42px;
	height: 30px;
	border: none;
	border-radius: 30px;
	background-color: var(--bg-secondary-color);
	transition: all 0.5s ease-in-out;
	color: var(--bg-white);
}

.form-input.form-size-contact .passenger-inputs button.minus {
	background-color: var(--bs-black);
}

.form-input.form-size-contact button:hover {
	background-color: #7f7f7f;
}

.form-input.form-size-contact button a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--bg-white);

}

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

.contact-form .form-check label {
	color: var(--bg-white);
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;

}

.contact-form .form-check-input:checked {
	background-color: var(--bg-secondary-color);
	border-color: var(--bg-secondary-color);
}

.contact-form .form-check .form-check-input {
	margin-top: 8px;
	background-color: var(--bg-secondary-color);
	border-color: var(--bg-secondary-color);
}

.visa-application {
	padding-top: 80px;
}

.caret-icon {
	background: url("/assets/images/keyboard-right-arrow-butto.png") no-repeat 98% center;
}

.contact-form .input-drop-down {
	padding: 17.5px 15px 33px 15px;
	font-size: 18px;
	font-weight: 400;
	top: 65px;
	max-width: 97%;
	z-index: 9;
	width: 100%;
}

.visa-application .have-form {
	background-color: var(--bg-primary-color);
	position: relative;
	margin-top: 108px;
	padding: 40px 0 20px;
}

.beat-quote {
	padding-top: 83px;
}

.quote-head p {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.quote-head {
	padding-top: 100px;
}

.beat-quote .have-form {

	margin-top: 48px;
}

.line-of-thought {
	padding-top: 70px;
}

.bloging-heading h5 {
	font-family: var(--secondary-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

.bloging-heading span {
	display: block;
}

.sauid-man-name {
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.sauid-man-name p {
	font-size: 20px;
	font-weight: 700;
}

.sauid-man-name img {
	margin-right: 10px;
}

.time-views {
	max-width: 566px;
	width: 100%;
	margin: auto;
	justify-content: space-between;
	margin-top: 20px;
}

.timimg-date p {
	font-size: 18px;
	font-weight: 400;
}

.timimg-date:not(:nth-last-of-type(1))::after {
	position: absolute;
	content: "";
	height: 25px;
	width: 1px;
	background-color: var(--bg-primary-color);
	right: -26px;
	top: 3px;
}

.share-post {
	padding-top: 25px;
}

.share-post p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.blog-socail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 209px;
	width: 100%;
	margin: auto;
	margin-top: 12px;
}

.line-details {
	margin-top: 50px;
}

.line-detailing h5 {
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	font-family: var(--secondary-font);
	text-align: center;
}

.line-detailing {
	padding-top: 50px;

}

.line-detailing p {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	padding-top: 30px;
}

.line-detailing a {
	color: var(--bg-secondary-color);
	text-decoration: underline;
}

.line-cheap-umrah {
	padding-top: 45px;
}

.country-umer {
	width: 40px;
	height: 40px;
	background-color: var(--bg-primary-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.countries {
	max-width: 633px;
	width: 100%;
	margin: auto;
	margin-top: 46px;
	justify-content: space-between;
	padding-bottom: 20px;
}

.mecca {
	width: 140px;
	height: 40px;
	background-color: var(--bg-primary-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mecca p {
	font-size: 18px;
	color: var(--bg-white);
}

.mecca-name {
	max-width: 575px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.anti-comment {
	max-width: 877px;
	width: 100%;
	margin: auto;
	border-radius: 10px;
	padding: 25px;
	border: 1px solid #ebebeb;
	margin-top: 48px;
	box-shadow: 0px -2px 18px 0px #ebebeb;

}

.anti-img {
	max-width: 118px;
	width: 100%;
}

.arab-man span {
	font-size: 20px;
	font-weight: 700;

}

.arab-man p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #7f7f7f;
}

.liningcheap-data {
	padding-bottom: 78px;
	border-bottom: 1px solid #e4e5e5;
}

.post h4 {
	font-size: 30px;
	line-height: 46px;
	font-family: var(--secondary-font);
}

.post-comment {
	padding-top: 78px;
}

.post-comment .have-form {
	margin-top: 43px;
}

.commenting {
	padding-top: 40px;
}

.num-comment h5 {
	font-size: 22px;
	font-weight: 600;
}

.arrow-rply p {
	font-size: 16px;
	padding-left: 5px;
}

.img-reply {
	margin-bottom: 5px;
}

.all-comments .anti-comment {
	margin-top: 30px;
}

.load-more {
	max-width: 202px;
	width: 100%;
	margin: auto;
	margin-top: 49px;
}

.load-more a {
	color: var(--bg-white);
	background-color: var(--bg-primary-color);
	padding: 17px 48px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 600;
	transition: all 0.5s ease;
}

.load-more a:hover {
	background-color: var(--bg-secondary-color);
}

.related-article {
	padding: 32px 20px;
	background-color: #f7f7f7;
	margin-top: 30px;
	border-radius: 10px;
}

.article h5 {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--secondary-font);
}

.art-img {
	max-width: 106px;
	width: 100%;
}

.atrticulants {
	margin-top: 24px;
	display: flex;
}

.name-artical h5 {
	font-size: 18px;
	font-weight: 700;
}

.name-artical span {
	font-size: 18px;
	font-weight: 600;
	color: var(--bg-secondary-color);
	padding-top: 5px;
}

.name-artical p {
	font-size: 14px;
	font-weight: 400;
	color: #7f7f7f;
}

.article-detail::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 349px;
	background-color: #7f7f7f;
	bottom: -30px;
	left: 10px;
}

.tag-heading {
	margin-top: 60px;
}

.tag-heading h5 {
	font-family: var(--secondary-font);
	font-size: 20px;
	font-weight: 700;
}

.tag a {
	font-size: 16px;
	font-weight: 400;
	color: var(--bg-white);
	background-color: var(--bg-primary-color);
	padding: 14px 13px;
	border-radius: 5px;
	max-height: 40px;
}

.tags-point {
	margin-top: 35px;

}

.tag a:nth-of-type(5) {
	margin-top: 20px;
	position: relative;
	top: 33px;
}

.tags {
	margin-bottom: 84px;
}

.tag ul li {
	background-color: var(--bg-primary-color);
	color: var(--bg-white);
	padding: 14px 13px;
	display: block;
}

.tag a:nth-of-type(6) {
	margin-top: 20px;
	position: relative;
	top: 33px;
}

.tag a:nth-of-type(7) {
	margin-top: 20px;
	position: relative;
	top: 33px;
}

.tag a:nth-of-type(8) {
	margin-top: 20px;
	position: relative;
	top: 68px;
}

.tag a:nth-of-type(9) {
	margin-top: 20px;
	position: relative;
	top: 68px;
}

.hajj-pack {
	margin-top: 134px;
}

.packages-ranges .hajj-umrah-package {
	margin-top: 0px;
	margin-bottom: 24px;
}

.packages-ranges {
	margin-top: 108px;
	padding-bottom: 38px;
	position: relative;
}

.packages-ranges::after {
	position: absolute;
	content: "";
	width: 1100px;
	height: 1px;
	background-color: #bdbec0;
	bottom: -18px;
	left: 7%;
}

.umrah-scrollbar.in-scroll {
	padding: 90px 0 0;
}

.hajji {
	margin-top: 80px;
}

.shift-head p {
	font-family: var(--secondary-font);
	font-size: 30px;
	font-weight: 400;

}

.shift-hotel {
	margin-top: 21px;
}

.shift-hotel span {
	font-size: 20px;
	font-weight: 700;
	padding-right: 10px;
	line-height: 30px;
}

.shift-hotel p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 8px;
}

.pkg-circle:not(:nth-last-of-type(1))::after {
	position: absolute;
	content: "";
	height: 32px;
	width: 1px;
	background-color: #d3d4d5;
	right: -20px;
}

.pkg-circle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid var(--bg-primary-color);
	background-color: #e7e7e8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gadeting {
	max-width: 317px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 42px;
}

.pack-price {
	margin-top: 33px;
}

.pack-price p {
	font-family: var(--secondary-font);
	font-size: 48px;
	font-weight: 700;
}

.pack-price small {
	font-family: var(--secondary-font);
	font-size: 30px;
	font-weight: 700;
}

.pack-price span {
	font-family: var(--primary-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--bg-secondary-color);
}

.all-shift-detail ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 13px;
	position: relative;
	padding-left: 30px;

}

.checklist ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	padding-left: 30px;

}

.checklist ul li::before {
	content: '';
	height: 14px;
	width: 18px;
	background-image: url('/assets/images/checkpk.png');
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
}

.all-shift-detail ul {
	margin-top: 17px;
}

.pkg-buttons a:first-child {
	font-size: 22px;
	font-weight: 700;
	color: var(--bg-white);
	background-color: var(--bg-primary-color);
	padding: 13px 20px;
	border-radius: 30px;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.pkg-buttons {
	margin-top: 50px;

}

.pkg-buttons img {
	margin-right: 13px;
	margin-bottom: 6px;

}

.pkg-buttons a:first-child:hover {
	background-color: var(--bg-secondary-color);
}

.pkg-buttons a:nth-of-type(2) {
	font-size: 22px;
	font-weight: 700;
	color: var(--bg-white);
	background-color: var(--bg-secondary-color);
	padding: 13px 20px;
	border-radius: 30px;
	transition: all 0.5s ease;
}

.pkg-buttons a:nth-of-type(2):hover {
	background-color: var(--bg-primary-color);
}

.all-type-of-detail {
	margin-top: 80px;
}

.include-head {
	background-color: var(--bg-primary-color);
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.include-head p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: var(--bg-white);
	text-align: center;
}

.include-head img {
	margin-left: 10px;
	margin-bottom: 4px;

}

.rotate-c img {
	rotate: 180deg;
}

.include-details {
	background-color: #f7f7f7;
	padding: 30px 30px 10px 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.checklist ul li img {
	margin-right: 10px;
	margin-bottom: 4px;
}

.checklist ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
}

.hajj-details .why-book-us {
	margin-top: 35px;
}

.book-detail {
	background-color: #f7f7f7;
	padding: 30px 30px 0 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;


}

.book-detail .checklist ul li {
	margin-bottom: 20px;
}

.custome-support {
	margin-top: 20px;
	border-top: 1px solid #7f7f7f;
	padding-bottom: 25px;
	position: relative;
	z-index: 9;
}

.custome-time {
	margin-top: 35px;
}

.custome-name p {
	font-weight: 600;
	font-size: 24px;
}

.custome-name a {
	font-weight: 800;
	font-size: 56px;
	color: var(--bg-secondary-color);
	line-height: 52px;
}

.custome-img img {
	max-width: 71px;
	width: 100%;
	margin-right: 15px;
}

.custome-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.day-iternity {
	background-color: #f7f7f7;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 25px 0 27px;
	display: flex;
	flex-direction: column;
	gap: 29px 0;
}

.day-iternity .accordion-item {
	margin-bottom: 0 !important;
	border-radius: 0px !important;
	background: transparent;
	border: none;
}

.day-iternity .accordion-header {
	border-radius: 1px !important;
	background: #f7f7f7 !important;

}

.day-iternity .accordion-button:not(.collapsed) {
	background-color: #f7f7f7;
	color: var(--bg-primary-color);
	border-radius: 0;
}

.day-iternity .accordion-header button span {
	font-size: 18px;
	font-weight: 400;
	margin-left: 13px;
}

.day-iternity .accordion-body {
	border-radius: 0;
	color: var(--bg-secondary-color);
	background-color: transparent;
	line-height: 30px;
	font-size: 18px;
	padding: 20px 30px 20px 98px;
}

.day-iternity .accordion-button {
	border-radius: 0;
	background-color: transparent;
	color: var(--bg-primary-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	box-shadow: none;
	padding: 29px 26px;
}

.day-iternity>p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	box-shadow: none;
	padding-left: 30px;
}

.day-iternity>p span {
	font-weight: 700;
	margin-right: 10px;
}

.day-iternity .accordion-button::before {
	content: "";
	position: absolute;
	max-width: 588px;
	width: 100%;
	height: 1px;
	background-color: #d8d9da;
	margin: auto;
	bottom: 0px;
}

.day-iternity .accordion-button:not(.collapsed)::after {
	background-image: url("/assets/images/keyboard-right-buttn-arrow.png");
	position: relative;
	top: 0px;
	background-size: auto;
}

.day-iternity .accordion-button::after {
	margin-left: auto;
	content: "";
	background-image: url("/assets/images/keyboard-right-buttn-arrow.png");
	position: relative;
	top: 0;
	background-position: center;
	background-size: contain;
	width: 11px;
	height: 8px;
}

.pkg-form .contact-form .form-check .form-check-input {
	margin-top: 8px;

}

.pkg-form .have-form {
	margin-top: 60px;
}

.ranging {
	background-color: #f7f7f7;
	padding: 40px 30px 40px;
	border-radius: 5px;
}

.ranging h2 {
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: capitalize;
	font-family: var(--secondary-font);
	color: var(--bg-primary-color);
}

.range-slider .ui-widget.ui-widget-content {
	border: none;
	margin-bottom: 12px;
}

/* .price-range-filter{
padding: 10px 10px 20px;
background-color: #F2EDFB;
border-radius: 10px;
margin-top: 20px;
} */
.range-data {
	margin-bottom: 13px;
}

.ranges-number {
	justify-content: space-between;
	align-items: center;
}

.price-range-filter .ui-widget-content {
	background: var(--bg-white) !important;
	border-radius: 50px !important;
	border: none !important;
	outline: none !important;
	height: 10px;
}

.price-range-filter .ui-widget-header {
	border: none;
	background: var(--bg-secondary-color);
	color: #333;
	font-weight: bold;
	height: 10px;
}

.price-range-filter .ui-state-default,
.price-range-filter .ui-state-active,
.price-range-filter .ui-state-focus,
.ui-widget-content .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid var(--bg-secondary-color) !important;
	background: var(--bg-white);
	outline: none;
	font-weight: normal;
	color: #454545;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: -5px;
}

.price-range-filter .min-max-range {
	display: flex;
	border: none;
	justify-content: space-between;
	align-items: center;
	max-width: 410px;
	width: 100%;
}

.price-range-filter .min-max-range input {
	border: none;
	background: transparent;
	/* color: #959595; */
	/* padding: 0 25px; */
	margin-top: 20px;
	font-size: 22px;
	font-weight: 600;
	max-width: 150px;
}

.price-range-filter {
	padding-bottom: 30px;
	/* border: 1px solid red; */
	border-bottom: 1px solid #cdcecf;
}

.view-all-stars {
	margin-top: 30px;
}

.view-all-stars .form-check label {
	font-size: 22px;
	font-weight: 600;
}

.view-all-stars .form-check-input:checked {
	background-color: var(--bg-secondary-color);
	border-color: var(--bg-secondary-color);
}

.view-all-stars .form-check-input {
	width: 17px;
	height: 18px;
	background-color: var(--bg-secondary-color);
	margin-top: 7px;
}

.form-check-input:focus {
	border-color: none;
	outline: 0;
	box-shadow: none;
	border-color: #fff;
}

.price-range-filter .min-max-range input:nth-last-of-type(1) {
	text-align: right;
}

.form-check.star-check label {
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
}

.form-check.star-check {
	margin-top: 15px;
}

.number-game {
	margin-top: 25px;
}

.our-blog {
	margin-top: 74px;
}

.madina-banner {
	margin-top: 80PX;
}

.continent-swiper .swiper-button-next {
	position: absolute;
	background-color: var(--bg-secondary-color);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;

	transition: all 0.4s linear;
	border-radius: 50%;
	right: 40px;
}

.continent-swiper .swiper-button-next:hover {
	background-color: #102636;
}

.continent-swiper .swiper-button-prev {
	position: absolute;
	background-color: #102636;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s linear;
	border-radius: 50%;
	left: 40px;

}

.continent-swiper .swiper-button-prev:hover {
	background-color: #102636;
}

.continent-swiper .swiper-button-prev:hover::after {
	color: #fff;
}

.btn-cover {
	max-width: 1320px;
	margin: auto;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: initial;
}

.blog-img {
	max-width: 66px;
	width: 100%;

}

.blog-man span {
	font-size: 20px;
	font-weight: 700;
	color: var(--bg-white);
}

.blog-man p {
	font-size: 18px;
	font-weight: 400;
	color: var(--bg-white);
}

.blog-name-min.d-flex {
	align-items: center;
	position: absolute;
	top: 40px;
	left: 110px;
	z-index: 99;
	max-width: 300px;
	width: 100%;
}

.go-to-guide h5 {
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	color: var(--bg-white);
	font-family: var(--secondary-font);
}

.go-to-guide p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: var(--bg-white);
	margin-top: 10px;

}

.go-to-guide {
	position: absolute;
	bottom: 54px;
	left: 110px;
	z-index: 99;
	max-width: 935px;
	width: 100%;
}

.btnread {
	margin-top: 27px;
}

.btnread a {
	color: var(--bg-white);
	background-color: var(--bg-primary-color);
	font-size: 18px;
	font-weight: 600;
	padding: 14px 40px;
	border-radius: 25px;
	transition: all 0.5s ease;
}

.btnread a:hover {
	background-color: var(--bg-secondary-color);
}

.partners {
	margin-top: 70px;
}

.partner-heading h5 {
	font-size: 30px;
	line-height: 46px;
	font-family: var(--secondary-font);
	text-align: center;
}

.all-detail-of-blog {
	margin: 50px 0;
}

.data-blog {
	padding: 20px 59px;
}

.blog-main p {
	font-family: var(--secondary-font);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}

.duration-views {
	margin-top: 16px;
	text-align: center;
}

.duration-views span {
	color: var(--bg-secondary-color);
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.duration-views p {
	color: #8f8f8f;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.blog-content {
	margin-bottom: 73px;
}

.privacy-policy {
	margin-top: 80px;
}

.line-content h1 {
	font-family: var(--secondary-font);
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	color: var(--bg-primary-color);
	line-height: 1;
	position: relative;
	margin-bottom: 60px;
}

.line-content h1::after {
	content: '';
	height: 21px;
	width: 426px;
	position: absolute;
	background-image: url('/assets/images/design.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.line-content h4 {
	margin-top: 46px;
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	font-family: var(--secondary-font);
	text-align: center;
}

.line-content h5 {
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	font-family: var(--secondary-font);
	text-align: center;

}

.line-content p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
	padding-top: 30px;

}

.line-content a {
	color: var(--bg-secondary-color);
	text-decoration: underline;
}

.line-content h3 {
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	font-family: var(--secondary-font);
	text-align: center;

}

.line-content h2 {
	font-size: 30px;
	line-height: 46px;
	font-weight: 400;
	font-family: var(--secondary-font);
	text-align: center;

}

.line-content {
	margin-bottom: 80px;
}

.ui-widget.ui-widget-content {
	border: 11px solid #fff;
	border-radius: 28px;
	outline: 1px solid #172542;
	margin-top: 11px;
}

.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	background: transparent;
	border: none;
}

.ui-datepicker .ui-datepicker-prev {
	left: 0;
	rotate: 180deg;
}

.ui-datepicker .ui-datepicker-next {
	right: 0;
	top: 6px;
}

.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

.ui-datepicker table {
	font-size: 20px;
	font-weight: 700;
	color: var(--bg-white);
	max-width: 271px;
	width: 100%;
	margin: auto;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: var(--bg-secondary-color);
	color: #333;
}

.ui-datepicker thead tr::after {
	content: "";
	height: 1px;
	max-width: 419px;
	left: 50%;
	translate: -50%;
	width: 100%;
	background-color: rgba(255, 255, 255, 30%);
	position: absolute;
	bottom: 10px;
}

.ui-datepicker thead tr {
	position: relative;
}

.ui-datepicker th {
	padding-bottom: 26px;
}

.ui-datepicker {
	width: 369px;
	padding: 13px;
	display: none;
}

.ui-widget-header .ui-icon {
	background-image: url("/assets/images/nxt.png");
	background-position: center;
}

.ui-datepicker-calendar thead {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 200 !important;
}

.passenger-info {
	border-radius: 5px;
	border: 1px solid var(--secondary-color);
	top: 37px;
	display: none;
	background: var(--bg-white);
	width: 100%;
	padding: 20px 11px 25px 11px;
	border: 0px solid #fff;
	border-radius: 16px;
	z-index: 999;
	margin-top: 27px;
	box-shadow: 0 0 10px 0 rgba(35, 31, 32, 0.15);
}

.passenger-info li button:first-of-type {
	background: var(--bg-primary-color);
}

.passenger-info li button {
	vertical-align: middle;
	font-size: 12px;
	border-radius: 2px;
	width: 19px;
	height: 19px;
	text-align: center;
}

.passenger-info li {
	display: flex;
	align-items: baseline;
	justify-content: space-around;
}

.stellarnav .dropdown-menu.inner-menu li a:hover::before {
	display: none;
}

.stellarnav li li a:hover::before {
	display: none;
}

.passenger-info input {
	width: 59px;
	border: 0;
	color: var(--bg-primary-color);
	background: transparent;
	border-bottom: 1px solid var(--bg-white);
}

.passenger-info input {
	padding-bottom: 0;
}

.passenger-info li:not(:last-of-type) {
	padding-bottom: 12px;
}



.passenger-info li button:last-of-type {
	background: var(--bg-secondary-color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: transparent;
	border-color: transparent;
}

.passenger-info li span {
	margin-right: 28px;
	flex: 0 0 62px;
	font-size: 16px;
	font-weight: 400;
	color: var(--bg-primary-color);
	text-transform: capitalize;
}

.form-control.error::placeholder {
	color: red !important;
	border-bottom: 1px solid #ff0000 !important;
	border-radius: 6px;
}

.drp {
	background: #fff url("/assets/images/keyboard-right-arrow-butto.png") no-repeat 96% center;
}

.main-form .form-size .drp {
	background: #fff;
}

.swiper-scrollbar {
	height: 2px !important;
}

.swiper-scrollbar-drag {
	position: relative;
	left: 0;
	top: -3px;
	padding: -6px;
	height: 8px;
	margin: 0;
	border-radius: 6px;
	z-index: 99;
	margin-bottom: 28px;
	background-color: var(--bg-primary-color);
}

.hajji-swap .swiper-scrollbar-drag {
	background-color: var(--bg-secondary-color);
}

.hajji-swap .swiper-scrollbar {
	background: #8f8f8f;
}

.detail-of-services .cheap-umrah-package {
	margin-bottom: 20px !important;
	margin-top: 0;
}

.detail-of-services .brown-image {
	background-color: #fff;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
	background-color: #151515;
	border: 1px solid var(--bg-white);
	color: #fff;
	text-align: center;
	padding: 10p;
	border-radius: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #151515;
	background: #151515;
	color: #fff;
}

.ui-datepicker-calendar tr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ui-datepicker-calendar td {
	flex: 0 0 14.33%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {

	text-align: center;
	border: none;
	border-radius: 5px;
}

.ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid var(--bg-primary-color);
	background: var(--bg-primary-color);
	color: var(--bg-white);
}

.ui-datepicker td a:hover {
	background-color: var(--bg-primary-color);
	color: var(--bg-white);

}

.num img,
.ans-img img {
	border-radius: 20px;
}

.include-details ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.include-details ul li {
	flex: 0 0 33%;
}


/* Whatsapp button animation start */
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulsewhatssapp;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	bottom: 35px;
	right: auto;
	left: 20px;
	z-index: 999;
}

.btn-whatsapp-pulse:hover {
	color: #fff;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 3px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}

	75% {
		padding: 50px;
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes pulsewhatssapp {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}