ul,
h1,
h2,
h3,
h4,
p,
ol,
address,
figure {
  padding: 0;
  margin: 0;
}

img.img-fluid {
  width: auto;
  height: auto;
}
.head {
    padding-top: 19px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.nav{ width: 50%; } .nav ul{ display: flex; } .nav ul li{ list-style: none; } .nav ul li a{ text-decoration: none; color: #fff; margin: 0px 20px 0px 20px; } .navbar { height: 70px; width: 100%; background: black; color: white; } .navbar-nav { list-style-type: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: space-evenly; height: 100%; }  .dropdown-item a { width: 100%; height: 100%; }

.dropdown {
    opacity: 0;
    position: absolute;
    width: 220px; /* adjust width */
    background: black;
    z-index: 2;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    border-radius: 6px;

    display: flex;
    flex-direction: column;  /* makes items vertical */
    align-items: flex-start;
    justify-content: flex-start;

    transform: translateX(-20%);
    transition: opacity 0.15s ease-out;
    pointer-events: none;
    margin-left:3rem;
}

.dropdown-item {
    list-style: none;
    width: 100%;
}

.dropdown-item a {
    display: block;
    width: 100%;
    padding: 8px 14px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin:0px !important;
}

.dropdown-item a:hover {
    background: #222;
}

.has-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}


.has-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
:root {
  /* colors */
  --theme-color: #10713A;
  --yelowish: #ffb332;
  --mudish: #10713A;
  --bluish: #3a6cb2;
  --greyish: #efefef;
  --dark-grey: #474747;
  --light-blue: #a8e0f9;
  --light-mushish: #506978;
  --dark-mudish: #05151e;
  --light-greyish: #edf0f5;
  --grey: #8c8c8c;
  --skinsh: #fef7e8;
  --greenish: #f2f6f6;
  --sea-greenish: #41c2c2;
  --dark-bluish: #01173b;
  /* font-weights */
  --medium: 500;
  --semi-bold: 600;
  --bold: 700;
  --extra-bold: 800;
  --black: 900;

  /* font-family */
  /* font-family: "Poppins", serif; */
  --roboto: "Poppins", serif;
  --roboto-slab: "Poppins", serif;
}
.dropdown-item ul li{
  width: 500px;
}
body {
  font-family: var(--roboto);
}

/* header */
.header {
	padding-bottom: 0;
	border-bottom: 1px solid #fff;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
}

span.logo-head {
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 142px;
  height: 142px;
  padding: 20px;
  background-color: #fff;
}

.inner-page .navbar:not(.header-sticky) {
  padding-top: 50px;
}

.navbar {
  top: -100px;
  transition: top 0.3s;
  position: static !important;
}

.header-sticky {
  position: fixed !important;
  top: 0;
  padding: 15px 0px;
  background: #10713A !important;
  color: white;
  /* padding: 20px 0; */
  transition: top 0.3s;
  width: 100%;
  z-index: 9999;
}

.header-sticky.nav {
  padding: 30px !important;
}

.header-sticky .nav .stellarnav.mobile.left>ul {
  z-index: 9999;
}

.header-sticky .nav ul li:not(:last-of-type) {
  padding-right: 30px;
}

.bottom-navbar {
  width: 100%;
}

.header-sticky .bottom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-sticky .bottom-navbar a {
  color: white;
}

.header-sticky .contact-list {
  display: block;
  flex: 1 0 auto;
  margin-left: 8px;
}

.stellarnav.desktop>ul>li {
  margin: 8px 0;
}

.contact-list {
  display: none;
}

.top-head {
  background: var(--theme-color);
  /* margin-bottom: 55px; */
  margin-bottom: 0;
}

.top-nav {
  padding: 15px 0px;
  align-items: center;
}

.icons {
  padding-right: 50px;
}

.icons img {
  filter: brightness(100);
}

.icons img:first-of-type {
  padding-right: 40px;
}

.header-contact a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.header-contact a:hover span {
  color: var(--yelowish);
}

.header-contact span {
  transition: color 0.5s ease;
}

.header-contact img {
  padding-right: 8px;
  width: 40px;
}

.contact-text span:first-of-type {
  font-family: var(--roboto);
  font-weight: var(--medium);
  font-size: 15px;
}

.contact-text span:last-of-type {
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  font-size: 18px;
  line-height: 1;
}

.top-nav .header-contact:not(:last-of-type) {
  padding-right: 30px;
}

.contact {
  padding-right: 40px;
}

.top-nav>button {
  background: none;
  border: none;
}

.top-nav>a {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  transform: translateY(-50%);
}

.top-nav>a img {
  filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));
}

.nav {
  font-family: var(--roboto-slab);
  font-size: 18px;
  font-weight: var(--semi-bold);
}

.nav-list ul {
  list-style-type: none;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-list ul li:not(:last-of-type) {
  padding-right: 54px;
}

.nav-list ul li a.active {
  background: var(--yelowish);
  color: white;
  padding: 14px 25px;
  border-radius: 23.5px;
}

.nav-list ul li a {
  text-decoration: none;
  color: black;
}

.nav-list ul li {
  line-height: 1;
}

/* banner */
.banner {
  padding-bottom: 90px;
}

.banner img {
  position: relative;
  left: -85px;
  height: auto;
}

.banner-text {
  color: var(--mudish);
  padding-bottom: 45px;
}

.banner-text h1 {
  font-family: var(--roboto);
  font-size: 48px;
  font-weight: var(--black);
  padding-bottom: 26px;
}

.banner-text p {
  font-family: var(--roboto-slab);
  font-size: 18px;
  max-width: 550px;
}

/* filter */
.filter {
  background: #ffffff2b;
  font-family: var(--roboto-slab);
  font-weight: var(--medium);
  font-size: 16px;
  border-radius: 10px;
  padding: 20px 20px 8px 20px;
  /* box-shadow: 0 6px 12px 1px rgba(0, 0, 0, 0.1); */
}

.filter form .travel-info span,
.filter form .travel-info label {
  padding-right: 8px;
  color: black;
}

.filter form .travel-info label {
  color: #181819;
}

.filter form input, .filter select.form-select {
	font-size: 14px;
	padding-bottom: 7px;
	line-height: 1;
	transition: all 0.1s ease;
  border-radius: 3px;
  border: 1px solid transparent;
	font-weight: 500;
	height: 42px;
	color: #424548a3 !important;
}

.filter form input::placeholder {
  opacity: 1;
  color: #424548a3;
}

.filter form>input,
.filter form>select {
  flex-basis: 214px;
  max-width: 214px;
  font-weight: var(--medium) !important;
  font-size: 16px;
  padding: 0 0px 8px;
}

.travel-info {
  font-weight: var(--medium) !important;
}

.accomodate {
  font-weight: var(--medium) !important;
}

.filter form input:focus {
  border-color: var(--theme-color);
  outline: none;
}

.filter form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.date-picker,
.date-pick {
  background: url("../images/date-icon.png") no-repeat right center !important;
  background-size: 100%;
  background-position: right 1px !important;
  cursor: pointer;
}

.hajj-detail-form .date-picker {
  background: none !important;
}

.travel-info .select-input {
  background: white;
  border-radius: 10px;

  padding: 14px 11px;
}

.travel-info .select-input select {
  padding: 0;
  margin: 0;
  border: none;
  color: #181819;
}

.select-underline {
  position: relative;
}

.select-underline::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: gray;
  bottom: 0px;
  left: -1px;
}

.stay-info {
  flex-basis: 100% !important;
}

.stay-info .select-underline::after {
  width: 20px !important;
}

.stay-info .select-input:not(:last-of-type) {
  margin-right: 10px;
}

.stay-info .travel-info:last-of-type .select-input {
  background: white;
  border-radius: 10px;
  padding: 14px 6px;
}

.accomodate {
  padding-bottom: 35px;
  flex-basis: 100%;
}

.accomodate span {
  padding-right: 30px;
}

.filter form>input:nth-of-type(n + 4),
.filter form>select:nth-child(n + 4) {
  margin-bottom: 0;
}

.filter .stay-info:first-of-type {
  padding-bottom: 24px;
}

.accomodate .form-check-input[type="radio"] {
  border-radius: 0;
  background: none;
  border: 1px solid #0d6efd;
  padding: 10px;
  border-radius: 3px;
  margin: 0px 8px 0px 0px;
}

.accomodate .form-check-input:checked[type="radio"] {
  background: url("../images/radio-bg.png") no-repeat 50% 47%;
  background-size: 12px;
}

.accomodate .form-check {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.accomodate .form-check:not(:last-of-type) {
  padding-right: 28px;
}

.accomodate .form-check>* {
  line-height: 1;
}

.accomodate .form-check label {
  color: var(--dark-grey);
}

.filter form>input:last-of-type {
  flex-basis: 137px !important;
}

.buttons button,
.buttons a {
  font-weight: 500;

  border: none;
  color: white;
  padding: 14px 27px;
  border-radius: 60px;
  transition: background-color 0.5s ease;
}

/* .filter form button span {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #10713A;
  transition: left 0.5s ease;
} */
/* .filter form button:hover span {
  left: 0;
} */
.filter form button {
  background-color: var(--yelowish);
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 42px;
  /* overflow: hidden; */
  border-radius: 3px;
  padding: 0;
}

/* .filter form button::before,
.filter form button::after {
  content: "Submit Request";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: top 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 1;
} */

.filter form button::before {
  top: 0;
}

.filter form button:hover {
  background-color: #d18d17 !important;
}

.filter form button::after {
  top: 100%;
}

/* .filter form button:hover::before {
  top: -100%;
}
.filter form button:hover::after {
  top: 0;
} */

/* .stellarnav.active>ul {
  background-color: #10713A !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
} */

.stellarnav>ul>li>a {
  padding: 0px 0px;
  /* color: white; */
}

.stellarnav.desktop>ul>li>a:not(.active):hover {
  color: var(--yelowish);
}

.stellarnav.active>ul>li>a {
  color: white;
}

.stellarnav .menu-toggle span.bars {
  margin-right: 0px;
}

.stellarnav .menu-toggle {
  padding: 8px 12px;
  border-radius: 5px;
  box-sizing: border-box;
  /* border: 1px solid white; */
  background-color: var(--yelowish);
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 20px;
  margin: 0 0 6px;
  background: white;
}

/* package-type */


.packages {
  font-family: var(--roboto-slab);
  font-size: 24px;
  font-weight: var(--bold);
  padding-bottom: 80px;
}

.outer {
  transition: padding 0.5s ease;
  position: relative;
}

.outer>a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
}

.package {
  background: var(--mudish);
  padding: 28px 29px;
  border-radius: 30px;
  margin-bottom: 20px;
  transition: padding 0.5s ease;
}

.packages .package img {
  transition: transform 0.5s ease;
  border-radius: 50%;
}

.packages .outer:not(:last-of-type) {
  margin-right: 12px;
  box-sizing: border-box;
}

.packages .outer:hover {
  padding-bottom: 70px;
}

.packages .outer:hover .package {
  padding: 0px 29px;
}

.packages .outer:hover .package img {
  transform: translateY(-52px);
}

.outer a {
  text-decoration: none;
  color: var(--mudish);
}

.outer a i {
  padding-left: 6px;
  font-size: 26px;
  transform: translateY(3px);
}

.packages .outer:nth-of-type(2) .package {
  background-color: #10713A;
}

.packages .outer:nth-of-type(3) .package {
  background-color: var(--yelowish);
}

.packages .outer:last-of-type .package {
  background-color: var(--light-blue);
}

.packages .outer:nth-of-type(2) a {
  color: #10713A;
}

.packages .outer:nth-of-type(3) a {
  color: var(--yelowish);
}

.packages .outer:last-of-type a {
  color: var(--light-blue);
}

/* umrah package */
.package-head h2,
.package-head span {
  font-family: var(--roboto);
  font-weight: var(--black);
  font-size: 76px;
  color: var(--mudish);
  padding-bottom: 62px;
}

.package-head span {
  padding-bottom: 0;
}

.package-head {
  padding-left: 120px;
}

.package-head {
  padding: 0px 112px 0px 12px;
}

.stay-head i,
.package-heading .rating i {
  display: inline-block;
  background-image: linear-gradient(180deg, #ffd91f, #ffad28);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.umrah-packages {
  padding-bottom: 60px;
}

.package-head p {
  font-family: var(--roboto-slab);
  font-size: 18px;
  font-weight: var(--bold);
  color: var(--light-mushish);
}

/* star-packages */
.star-packages {
  padding: 25px 30px;
  background-color: var(--light-greyish);
  border-radius: 30px;
}

.star-package {
  background: white;
  padding: 25px 34px 30px;
  border-radius: 20px;
  font-family: var(--roboto-slab);
  transition: transform 0.5s ease;
  /* cursor: pointer; */
}

.star-package h3 {
  font-weight: var(--semi-bold);
  font-size: 24px;
  padding-bottom: 34px;
  color: black;
}

.star-package ul {
  display: flex;
  list-style-type: none;
  font-weight: var(--semi-bold);
  font-size: 14px;
  text-align: center;
  padding-bottom: 24px;
}

.star-package ul li:not(:last-of-type) {
  padding-right: 20px;
  position: relative;
}

.star-package ul li:not(:first-of-type) {
  padding-left: 20px;
}

.star-package ul li:not(:last-of-type)::after {
  content: "";
  background-color: gray;
  height: 17px;
  width: 1px;
  position: absolute;
  top: 3px;
  right: 0;
}

.stay-head {
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  font-size: 17px;
  padding-bottom: 20px;
}

.stay-head span:first-of-type {
  padding: 3px 12px;
  background-color: var(--mudish);
  color: white;
  border-radius: 28.34px;
  margin-right: 10px;
  font-size: 17.97px;
  /* line-height: 1; */
}

.rating {
  display: flex;
}

.rating i:not(:last-of-type) {
  padding-right: 4px;
}

.night {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.night-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.night-info span:first-of-type {
  font-family: var(--roboto);
  font-weight: 600;
  color: #08162c;
}

.night-info span:last-of-type {
  color: var(--grey);
}

.night>img {
  padding-right: 10px;
}

.night-divisons .night:not(:last-of-type) {
  padding-right: 65px;
}

.buttons a {
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  font-family: var(--roboto-slab);
  font-weight: 500;
  font-size: 18px;
  border-radius: 60px;
  transition: all 0.5s ease;
}

.package-details.buttons a:hover {
  background: var(--light-blue);
  color: var(--mudish);
}

.package-details.buttons a {
  background: var(--mudish);
  color: white;
}

.package-details.buttons a:first-of-type {
  margin-right: 17px;
}

.price-tag {
  padding: 18px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #3a6db2;
  position: absolute;
  max-width: 107px;
  width: 100%;
  z-index: 999;
  top: 95px;
  right: 27px;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.price-tag span:first-of-type {
  font-size: 15.12px;
  font-weight: var(--bold);
}

.price-tag span {
  line-height: 1;
  position: relative;
  z-index: 999;
}

.price-tag span:nth-of-type(2) {
  font-size: 36px;
  font-family: var(--roboto);
  font-weight: var(--black);
  color: var(--yelowish);
  padding-left: 2px;
}

.price-tag span:nth-of-type(2) sup {
  position: absolute;

  top: 15px;
  left: -12px;
  font-weight: 300;
}

.price-tag span:first-of-type,
.price-tag span:last-of-type {
  color: white;
}

.price-tag::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #3a6db2;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.package-head>img {
  position: absolute;
  top: 30px;
  left: -444px;
}

.package-head.right-side>img {
  right: -300px;
}

.about {
  background: var(--dark-mudish) url("../images/about-bg.png") no-repeat center;
  margin-bottom: 85px;
  position: relative;
}

.about::before {
  content: "";
  background: url("../images/left-cloud.png") no-repeat;
  background-size: cover;
  left: 16px;
}

.about::after {
  content: "";
  background: url("../images/right-cloud.png") no-repeat;
  right: 48px;
}

.about::before,
.about::after {
  position: absolute;
  bottom: -20px;
  display: none;
  width: 777px;
  height: 217px;
  z-index: 9;
}

.about-agency {
  padding: 80px 147px 205px;
  font-family: var(--roboto-slab);
  color: white;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 54px;
  position: relative;
  z-index: 999;
}

.about-agency h2 {
  text-align: center;
  font-size: 42px;
  padding: 13px 16px;
  background: var(--yelowish);
  font-weight: var(--bold);
}

.image-contain {
  padding: 12px;
  background-color: var(--light-blue);
  border-radius: 50%;
  margin-right: 15px;
}

.about-service h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.about-service p {
  font-size: 16px;
  max-width: 385px;
  color: #c8c8c8;
}

.service {
  flex-basis: 50%;
  position: relative;
  z-index: 999;
}

.services .service:nth-of-type(2n) {
  text-align: right;
  flex-direction: row-reverse;
}

.services .service:nth-of-type(2n)>.image-contain {
  margin: 0px 0px 0px 15px;
}

.services .service:not(:nth-last-of-type(2), :last-of-type) {
  padding-bottom: 35px;
}

.about>img {
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
}

.choose-wrap {
  height: 500px;
  /* border-radius: 30px; */
  color: var(--mudish);
  overflow: auto;
}

.why-choose-us {
  /* border-radius: 30px; */
  background: #f4f6f9;
  padding: 50px 45px;
}

.why-choose-us h1,
.why-choose-us h2,
.why-choose-us h3,
.why-choose-us h4,
.why-choose-us h5,
.why-choose-us h6 {
  font-family: var(--roboto);
  font-weight: var(--black);
  padding-bottom: 16px;
}

.why-choose-us h1 {
  font-size: 45px;
}

.why-choose-us ul,
.why-choose-us ol {
  padding-left: 15px;
}

.why-choose-us ul li:not(:last-of-type) {
  margin-right: 30px;
}

.why-choose-us h2 {
  font-size: 28px;
}

.why-choose-us h3 {
  font-size: 26px;
}

.why-choose-us h4 {
  font-size: 24px;
}

.why-choose-us h5 {
  font-size: 22px;
}

.why-choose-us h6 {
  font-size: 20px;
}

.why-choose-us a {
  color: var(--yelowish);
}

.why-choose-us ul ol,
.why-choose-us ol ul {
  padding-bottom: 0px;
}

.why-choose-us li::marker {
  color: var(--dark-mudish);
}

.why-choose-us p,
.why-choose-us ul,
.why-choose-us ol,
.why-choose-us span {
  font-family: var(--roboto-slab);
  font-size: 16px;
  padding-bottom: 25px;
  color: #565656;
  text-align: left;
}

.why-choose-us ul,
.why-choose-us ol {
  padding-bottom: 15px;
}

.why-choose-us blockquote {
  background-color: #3a6cb29c;
  padding: 30px;
  border-left: 8px solid var(--dark-mudish);
  color: white;
  font-size: 18px;
}

.why-choose-us blockquote p {
  font-family: var(--roboto);
  font-size: 15px;
}

.why-choose-us strong {
  color: var(--mudish);
  font-weight: 800;
}

.why-choose-us ul li a {
  text-decoration: none;
  transition: color 0.5s ease;
}

.why-choose-us ul li a:hover {
  color: var(--dark-mudish);
}

/* scroll-bar */
.scrollbar-thumb {
  background-color: var(--yelowish) !important;
}

.scrollbar-track.show,
.scrollbar-track:hover {
  background: #10713A6e;
  border-radius: 4px;
}

/* faq */
.faq {
  padding-bottom: 110px;
}

.faq .accordion-header button {
  font-family: var(--roboto);
  font-weight: var(--semi-bold);
  font-size: 18px;
  margin-bottom: 3px;
  border-bottom: 0;
}

.faq-heading {
  font-size: 40px;
  font-weight: var(--extra-bold);
  color: var(--mudish);
  display: block;
  margin-bottom: 45px;
}

.faq .accordion-body p {
  font-family: var(--roboto-slab);
  font-size: 16px;
  color: #6b6b6b;
}

.faq.accordion-body {
  background-color: #dddddd36;
}

.faq .accordion-button {
  padding: 22px 20px;
}

.faq .accordion-button span {
  color: #10713A;
}

.accordion-button::after {
  background-image: none;
  content: "\2b";
  font-family: FontAwesome;
  color: var(--yelowish);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: FontAwesome;
  color: var(--yelowish);
}

.accordion-button span {
  padding-right: 10px;
}

/* contact */
.contact-sec {
  padding: 85px 0px 50px;
  background: var(--skinsh);
  /* margin-bottom: 65px; */
}

/* .contact-info {
  padding-left: 256px;
} */
.contact-info ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-info ul li {
  width: 100%;
  padding-top: 20px;
  transition: padding 0.5s ease;
  display: flex;
}

.contact-info :hover {
  padding-top: 0;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.contact-info :hover .contact-no:hover {
  padding-bottom: 40px;
}

.contact-info ul li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.contact-no {
	padding: 53px 15px 16px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: var(--roboto-slab);
	width: 100%;
	position: relative;
	border-radius: 30px;
	transition: padding 0.5s ease;
	filter: drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.2));
	text-align: center;
	background: #10713A;
	line-height: 1;
	justify-content: flex-end;
}

.contact-info ul li span:last-of-type,
.contact-info ul li address {
  font-size: 16px;
  font-weight: var(--medium);
}

.contact-info ul li span:first-of-type {
  font-size: 16px;
  font-weight: var(--bold);
  margin-bottom: 8px;
}

.contact-info ul li img {
  position: absolute;
  top: -58px;
  width: 50px;
}

.contact-info .num span:last-of-type {
  font-size: 20px;
}

.contact-info ul li address {
  max-width: 215px;
}

.contact-info ul li:not(:last-of-type) {
  margin-right: 26px;
}

/* footer */
/* .footer {
  padding-top: 575px;
  background: url("../images/footer-bg.png") no-repeat center;
  position: relative;
} */

.footer-tag span {
  max-width: 1000px;
  padding-bottom: 12px;
  font-family: var(--roboto-slab);
  font-size: 16px;
  color: white;
}

.footer-tag img {
  padding-bottom: 45px;
}

.footer-tag ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  padding-bottom: 20px;
}

.footer-tag ul li {
  font-size: 28px;
  max-width: 67.34px;
  width: 100%;
  background: var(--light-greyish);
  text-align: center;
  padding: 13px 0px;
  border-radius: 5px;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.footer-tag::after {
  z-index: -999;
}

.footer-tag ul li a {
  color: var(--dark-grey);
  width: 100%;
  height: 100%;
  transition: color 0.5s ease;
}

.footer-tag ul li:not(:last-of-type) {
  margin-right: 10px;
}

.media-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-tag ul li a .svg {
  width: 35px;
  height: 28px;
  transition: color 0.5s ease;
  fill: var(--dark-grey);
}

.footer-tag ul li:hover a .svg {
  transition: color 0.5s ease;
  fill: white;
}

.footer-tag ul li:hover {
  background-color: var(--yelowish);
}

.footer-nav {
  background: var(--theme-color);
  padding: 60px 0px 40px;
  font-family: var(--roboto);
  font-size: 16px;
  text-align: center;
  color: white;
  /* border-radius: 40px 40px 0 0; */
}

.footer-nav ul {
  position: relative;
  z-index: 9;
  display: flex;
  padding: 15px;
  list-style-type: none;
  justify-content: center;
  margin-bottom: 25px;
}

.footer-nav ul li:not(:last-of-type) {
  padding-right: 25px;
}

.footer-nav ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.5s ease;
}

.footer-nav ul li a:hover {
  color: var(--yelowish);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #05151e54;
  z-index: 99;
}

.header .offcanvas {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  padding: 60;
}

.header .offcanvas .offcanvas-header {
  padding: 55px 36px;
}

.header .offcanvas .offcanvas-header button {
  margin-right: auto;
  margin-left: 0;
  color: black;
  border: 1px solid black;
  border-radius: 50%;
}

.header .offcanvas-body ul:first-of-type {
  font-family: var(--roboto-slab);
  font-size: 27.6px;
  list-style-type: none;
  padding-left: 45px;
}

.header .offcanvas ul:last-of-type {
  list-style-type: none;
  display: flex;
  padding: 35px 0px 50px 24px;
  background-color: #fff9ef;
  flex-wrap: wrap;
}

.header .offcanvas ul:first-of-type li:last-of-type {
  padding-bottom: 30px;
}

.header .offcanvas ul:last-of-type li:not(:last-of-type) {
  padding: 0px 28px 20px 0px;
}

.header .offcanvas-body ul:first-of-type li:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid grey;
}

.header .offcanvas-body ul:first-of-type li a {
  color: var(--dark-grey);
  text-decoration: none;
}

.header .offcanvas-body ul:first-of-type li {
  padding-left: 30px;
  padding-bottom: 20px;
}

.header .offcanvas-body {
  padding: 0;
}

.header .offcanvas-body ul:first-of-type li a.active {
  font-weight: var(--bold);
  color: var(--yelowish);
}

.header .offcanvas {
  max-width: 500px;
  width: 100%;
  z-index: 999999;
}

.header .offcanvas-backdrop {
  z-index: 99999;
}

/* hajj-packages */
.hajj-packages,
.reviews {
  padding-top: 75px;
}

.inner-page .top-section {
  background: var(--theme-color) url("../images/header.webp") no-repeat bottom;
  /* background-size: contain; */
}

.inner-page .nav ul li a {
  color: white;
}

.inner-page .banner {
  padding: 250px 0px 70px;
  color: white;
  text-align: center;
}

.inner-page .banner h1 {
  font-family: var(--roboto);
  font-size: 76.62px;
  font-weight: var(--black);
  padding-bottom: 20px;
}

.inner-page .banner p {
  font-family: var(--roboto-slab);
  font-size: 16px;
  max-width: 1080px;
  margin: auto;
}

.inner-page .top-head {
  margin-bottom: 0;
}

.inner-page .top-section {
  position: relative;
}

/* .inner-page .header .top-head {
  background: transparent;
} */

.inner-page .header {
  padding-bottom: 0px;
  z-index: 1000;
}

/* .inner-page .top-section {
  margin-bottom: 70px;
} */
.hajj-pkgs h1,
.hajj-pkgs h2,
.umrah-package h1,
.umrah-package h2 {
  padding-bottom: 70px;
  text-align: center;
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  color: var(--dark-mudish);
  font-size: 48px;
}

.umrah-packages {
  overflow: hidden;
}

.hajj-pkgs .night-divisons {
  max-width: 420px;
}

.hajj-pkgs .night-divisons .night {
  padding-right: 0px;
  flex-basis: 50%;
}

.hajj-pkgs.price-tag {
  max-width: 108px;
  padding: 22px 0px;
}

.hajj-pkgs .price-tag {
  padding: 24px 4px;
  max-width: 118px;
  width: 100%;
}

.hajj-pkgs .price-tag {
  right: 29px;
  top: 100px;
}

/* umrah-packages */
.package-heading .rating {
  justify-content: center;
  font-size: 36px;
  padding-bottom: 27px;
}

/* reviews-page */
.reviews {
  background-color: var(--greenish);
  border-radius: 30px;
}

.review h2 {
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  font-size: 28px;
  text-align: center;
  padding-bottom: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.review {
  margin-bottom: 85px;
}

.customer-review {
  padding: 40px 60px;
  border-radius: 23px;
}

.customer-review h3 {
  font-family: var(--roboto-slab);
  padding-bottom: 35px;
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
}

.reviews {
  padding: 35px 35px 49px;
  max-width: 1060px;
  margin: auto;
}

.review-bg {
  background-color: var(--theme-color);
  border-radius: 23px;
}

.reviews p {
  font-family: var(--roboto);
  color: var(--dark-grey);
  font-size: 15px;
  padding: 0px 0px 40px 10px;
}

.customer-info,
.reviews p {
  padding-left: 10px;
}

.customer-info {
  align-items: center !important;
}

.reviews .customer-info span:first-of-type {
  font-family: var(--roboto);
  font-size: 18px;
  font-weight: 500;
  color: var(--yelowish);
}

.reviews .customer-info span:nth-last-of-type(2) {
  font-family: var(--roboto-slab);
  font-weight: var(--medium);
  font-size: 14px;
  color: var(--grey);
  padding-bottom: 20px;
}

.review .customer-info span:last-of-type {
  font-family: var(--roboto);
  font-weight: var(--black);
  font-size: 14px;
  color: #fff;
}

.review .customer-info span:last-of-type img {
  padding-right: 5px;
}

.customer-review .rating {
  padding: 0px 0px 28px 10px;
  letter-spacing: 0;
  justify-content: center;
}

.customer-review .rating i {
  font-size: 18px;
  padding: 0px;
  color: var(--yelowish);
}

/* about-us page */
.about-us {
  padding: 70px 0px 90px;
}

.about-us img {
  float: right;
}

.about-us h2 {
  font-family: var(--roboto);
  font-weight: var(--black);
  font-size: 36px;
  color: var(--dark-mudish);
  padding-bottom: 40px;
}

.about-us p {
  padding-bottom: 60px;
}

.about-us p,
.about-us span,
.about-us ul {
  font-family: var(--roboto-slab);
  color: var(--dark-grey);
  font-size: 18px;
}

.about-us ul {
  list-style-image: url("../images/star-icon.png");
  padding: 0px 0px 30px 30px;
}

.about-us span {
  padding-bottom: 40px;
}

.about-us ul li:not(:last-of-type) {
  padding-bottom: 15px;
}

.about-us ul~p {
  padding-bottom: 20px;
}

/* why-book-with-us */
.book-us ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.book-us h3 {
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  padding-bottom: 42px;
  text-align: center;
}

.book-us {
  padding: 35px 35px 42px;
  background-color: var(--skinsh);
  border-radius: 30px;
}

.book-us ul li {
  display: flex;
  align-items: center;
}

.book-us ul li span.img-icon {
  padding: 21px 24px;
  background-color: #10713A;
  border-radius: 50%;
  margin-right: 14px;
  /* aspect-ratio: 3/3; */
}

.book-us ul li span {
  font-family: var(--roboto);
  font-weight: var(--medium);
  font-size: 17.44px;
  max-width: 170px;
}

.why-book-us {
	margin-bottom: 75px;
	margin-top: 30px;
}

/* contact-us page */
.contact-us {
  padding: 60px 0 70px;
}

.contact-us form {
  padding: 48px 28px;
  background-color: #f2f3f4;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 50%;
  align-items: center;
  margin-right: 18px;
}

.contact-us form input {
  font-family: var(--roboto-slab);
  font-weight: var(--medium);
  /* flex-basis: 285px; */
  max-width: 265px;
  width: 100%;
}

.contact-us form input:focus,
.contact-us form textarea:focus {
  outline: none;
  background: none;
}

.contact-us form input,
.contact-us form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid grey;
  /* padding-bottom: 15px; */
  margin-bottom: 38px;
  padding: 0px 0px 5px;
  font-size: 18px;
  /* line-height: 1; */
  overflow: hidden;
}

.contact-us form textarea {
  flex-basis: 100%;
  resize: none;
}

.contact-us button {
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 18px;
  background-color: #ffb332;
  padding: 15px 32px;
  border-radius: 33.5px;
  color: var(--mudish);
  transition: all 0.5s ease;
}

.contact-us button:hover {
  color: #fff;
  background-color: var(--mudish);
}

/* .image-fluid {
  max-width: 100%;
  height: auto;
} */
.footer.msg-page {
  background: none;
  padding-top: 0;
}

.top-section.msg-page {
  padding-bottom: 150px;
}

.header.msg-page .top-head {
  margin-bottom: 0px;
}

.message-page {
  padding-bottom: 175px;
  padding-top: 30px;
}

.foot {
  padding: 25px 0px 20px;
  text-align: center;
  background-color: #10713A;
}

.err-img.buttons a {
  position: absolute;
  bottom: 120px;
  right: 48%;
  transform: translateX(50%);
}

.msg-img span {
  border: 3px solid black;
  border-radius: 16px;
  font-family: var(--roboto);
  font-weight: var(--black);
  font-size: 26.67px;

  padding: 17px 23px;
  margin-bottom: 40px;
}

.msg-img p {
  font-family: var(--roboto-slab);
  font-weight: var(--bold);
  font-size: 18px;
  color: var(--dark-bluish);
  margin-bottom: 53px;
}

.message-page a {
  padding: 10px 35px;
  background-color: var(--yelowish);
  font-family: var(--roboto-slab);
  font-weight: var(--bold);
  font-size: 20px;
  border-radius: 20.8px;
  transition: all 0.5s ease;
}

.message-page a:hover {
  background-color: #cd9330f2;
}

.hajj-details {
  padding-bottom: 60px;
  background-color: #dddddd5e;
}

.hajj-details .stay-head span:first-of-type {
  padding: 8px 10px;
  margin-right: 8px;
  line-height: 1;
}

.hajj-details .rating i:not(:last-of-type) {
  padding-right: 3px;
}

.hajj-details .star-package {
  font-family: var(--roboto-slab);
  cursor: auto;
  padding: 85px 0px 0px;
  z-index: 99;
}

.hajj-details .star-package h3 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 0;
  line-height: normal;
}

.hajj-details .night-divisons .night:not(:last-of-type) {
  padding-right: 0px;
}

.hajj-details .night-divisons .night {
  /* max-width: 200px; */
  width: 100%;
}

.hajj-details .night-divisons .night{
  padding-bottom: 0px;
}

/* .hajj-details .star-package ul li:not(:first-of-type) {
  padding-left: 15px;
} */
.hajj-details .package-details.buttons a:not(:first-of-type) {
  /* max-width: 256px; */
  /* width: 100%; */

  padding: 14px 20px;
}

.hajj-details .package-details.buttons a {
  border: 1px solid transparent;
  line-height: 1;
  flex: 1 1 auto;
  width: 50%;
  font-size: 16px;
}

/* .star-package ul {
  padding-bottom: 40px;
} */

.hajj-details .price-tag {
  position: relative;
  top: 0;
  right: 0;

  margin: 0px 50px 0px 0px;
  max-width: 108px;
  width: 100%;
  padding: 20px 0px 18px;
}

.hajj-details .price-tag span:nth-of-type(2) {
  font-size: 36px;
}

.package-tags {
  margin-bottom: 10px;
}

.package-tags>span {
  max-width: 104px;
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  font-size: 16px;
  padding: 8px 20px 8px;
  text-align: center;
  border-radius: 60px;
  line-height: 1.2;
  background-color: #10713A;
}

.hajj-details .night-divisons {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--grey);
}

.hajj-details .package-details {
  padding-top: 24px;
  gap: 0 15px;
}

/* swiper */
.hajj-details .swiper {
  width: 100%;
  height: 100%;
}

.hajj-details .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hajj-details .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hajj-details .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.hajj-details .swiper-slide {
  background-size: cover;
  background-position: center;
}

.hajj-details .mySwiper2 {
  height: 80%;
  width: 100%;
}

.hajj-details .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.hajj-details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.hajj-details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.hajj-details .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* custom styling css */
.hajj-details .mySwiper .swiper-slide {
  opacity: 1;
}

.hajj-details .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 5px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background-color: white;
  color: var(--yelowish);
  font-size: 17px;
  padding: 22px;
  border-radius: 27px;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.5s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--yelowish);
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 17px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 5px;
}

/* .hajj-details .swiper {
  position: static;
} */

/* swiper-end */
.hajj-details .night-info span {
  line-height: 1;
}

.hajj-details .night-info span:nth-of-type(1) {
  margin-bottom: 4px;
}

/* .hajj-details .package-details.buttons a:first-of-type {
  margin-right: 8px;
} */
.hajj-details .package-details.buttons a:first-of-type {
  padding: 14px 20px;
  max-width: auto;
  line-height: 1;
  margin-right: 0 !important;
  background-color: #ffb332;
  color: var(--dark-bluish);
}

.hajj-details .package-details.buttons a:hover {
  background-color: transparent;
  border-color: black;
}

/* package-itineraries */
.package-itineraries {
  font-family: var(--roboto-slab);
    padding: 52px 25px 70px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    /* margin-bottom: 55px; */
    background-color: #fff !important;
  /* margin-bottom: 55px; */
}

.package-itineraries h2 {
  font-weight: var(--extra-bold);
  font-size: 24px;
  padding-bottom: 35px;
  line-height: 1;
}

/* .package-itineraries p {
  padding-bottom: 42px;
} */

.package-itineraries ul li {
  display: flex;
  line-height: 1;
  align-items: center;
}

.package-itineraries ul li:not(:last-of-type) {
  padding-bottom: 18px;
}

.package-itineraries ul li span:first-of-type {
  font-weight: 600;
  max-width: 150px;
  width: 100%;
  margin-right: 20px;
}

.hajj-detail-form {
  margin-bottom: 30px;
}

.hajj-detail-form form {
  padding: 55px 25px 65px 40px;
  background-color: var(--mudish);
  font-family: var(--roboto-slab);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.hajj-detail-form h2 {
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 24px;
  flex-basis: 100%;
  padding-bottom: 40px;
}

.hajj-detail-form input {
  max-width: 260px;
  width: 100%;
  line-height: 1;
  padding: 0px 0px 12px;
  margin-bottom: 42px;
}

.hajj-detail-form textarea,
.hajj-detail-form input {
  line-height: 1;
  color: white;
  font-size: 16px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--grey);
  transition: border-color 0.5s ease;
}

.hajj-detail-form input:not(:last-of-type) {
  margin-right: 16px;
}

.hajj-detail-form textarea {
  flex-basis: 100%;
  line-height: 1;
  resize: none;
  margin-bottom: 32px;
  padding-bottom: 12px;
}

.hajj-detail-form img {
  position: relative;
  left: -134px;
}

.hajj-detail-form textarea:focus,
.hajj-detail-form input:focus {
  outline: none;
  /* border-bottom-color: #10713A; */
}

.hajj-detail-form .feedback span {
  font-weight: var(--medium);
  font-size: 16px;
  padding-right: 15px;
}

.hajj-detail-form textarea::placeholder,
.hajj-detail-form input::placeholder {
  opacity: 1;
}

.hajj-detail-form .feedback {
  flex-basis: 100%;
}

.select-star .rating i {
  padding: 0;
  font-size: 25px;
  color: #ffb332;
  cursor: pointer;
}

.captcha-inp {
  max-width: 158px !important;
  margin-right: 36px;
}

.hajj-detail-form .buttons button {
  padding: 17px 20px;
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  color: var(--mudish);
  transition: all 0.5s ease;
}

.hajj-detail-form .buttons button:hover {
  background-color: #ffb332;
  color: white;
}

.stellarnav .icon-close::after,
.stellarnav .icon-close::before {
  border-bottom: solid 3px white;
}

.reviews>button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: lightblue;
  color: var(--mudish);
  font-size: 16px;
  transition: all 0.5s ease;
}

.reviews>button:hover {
  background-color: var(--mudish);
  color: lightblue;
}

.video-reviews {
  padding-bottom: 0;
}

/* video-reviews */

.review img {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.banner {
  position: relative;
}

.top-section>img {
  position: absolute;
  /* right: 0; */
  right: -268px;
  top: 150px;
  z-index: -1;
}

.umrah-packages {
  position: relative;
}

.umrah-packages:nth-of-type(2n + 1) .package-head {
  padding: 0px 12px 0px 180px;
}

.umrah-packages>img {
  position: absolute;
  bottom: 50%;
  z-index: -1;
  transform: translateY(50%);
}

.umrah-packages:nth-of-type(2n + 1)>img {
  left: -286px;
}

.umrah-packages.right-head>img {
  left: auto;
  right: -286px;
}

.reviews iframe {
  width: 100%;
}

.inner-page .hajj-details .price-tags {
  transform: none;
  margin-right: 24px;
}

.inner-page .price-tag span {
  line-height: 1;
}

.inner-page .price-tag {
  padding: 15px 0px 12px;
  z-index: 1;
}

.hajj-details .price-tag span:not(:last-of-type) {
  padding-bottom: 8px;
}

.inner-page .price-tag {
  max-width: 110px;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 5px;
  align-content: center;
  justify-content: center;
}

.inner-page .price-tag span:nth-of-type(2) {
  font-size: 36px;
}

.umrah-package {
  padding-top: 45px;
}

.top-section {
  /* overflow: hidden; */
  position: relative;
}

/* swiper */
.customer-review .swiper {
  width: 240px;
  height: 320px;
}

.customer-review .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.customer-reviews .swiper {
  width: 100%;
  height: 100%;
  /* translate: -40px; */
  /* width: 400px; */
  margin-left: auto;
  margin-right: 0;
}

.customer-reviews .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-reviews .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.customer-reviews .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 400px !important;
  border-radius: 40px !important;
  overflow: hidden;
}

/* .customer-review
  .swiper-slide:not(
    .customer-review .swiper-slide-active,
    .customer-review .swiper-slide-next,
    .customer-review .swiper-slide-prev
  ) {
  visibility: hidden;
}
.customer-review .swiper-slide-prev,
.customer-review .swiper-slide-active,
.customer-review .swiper-slide-next {
  visibility: visible;
} */
/* .customer-review .swiper-slide-active{
  z-index: 2 !important;
}
.customer-review .swiper-slide-prev,
.customer-review .swiper-slide-next {
  scale: 0.91;
} */

.customer-review {
  font-family: var(--roboto-slab);
  overflow: hidden;
  height: 100%;
  text-align: center;
  max-width: 1060px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.customer-review h2 {
  display: flex;
  flex-direction: column;
  font-weight: var(--bold);
  font-size: 42px;
  align-items: flex-start;
  color: white;
  margin-bottom: 50px;
  line-height: 1;
}

.customer-review h2>span {
  padding: 12px 25px 12px 14px;
  line-height: 0.9;
}

.customer-review h2>span:first-of-type {
  background-color: var(--theme-color);
}

.customer-review h2>span:last-of-type {
  background-color: #2f5387;
}

.customer-review h2>span:last-of-type span {
  color: var(--yelowish);
}

.customer-review p {
  color: #a6b2b9;
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.contact-list .header-contact {
  color: black !important;
}

/* date-picker */
.ui-datepicker td a {
  border-radius: 50% !important;
  text-align: center;
}

.ui-datepicker td {
  padding: 4px !important;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #10713A;
  color: white;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--light-blue);
  background: #10713A;
  color: white;
}

.hajj-packages>img {
  position: absolute;
}

.hajj-packages>img:first-of-type {
  right: -286px;
}

.hajj-packages>img:nth-last-of-type(2) {
  top: 930px;
  left: -286px;
}

.hajj-packages>img:last-of-type {
  bottom: 0;
  right: -286px;
}

.umrah-package>img {
  position: absolute;
}

.umrah-package>img:first-of-type {
  top: 0;
  right: -286px;
}

.umrah-package>img:nth-last-of-type(2) {
  top: auto;
  bottom: 0;
  left: -286px;
}

.umrah-package>img:last-of-type {
  bottom: auto;
  top: 0;
  right: -286px;
}

label.error {
  display: none !important;
}

input.error,
textarea.error,
select.error {
  border-color: red !important;
}

.nav-trigger {
  display: none;
}

.stellarnav.mobile.left>ul {
  z-index: 9999;
}

/* .customer-review .swiper-slide.swiper-slide-next,
.customer-review .swiper-slide.swiper-slide-prev {
  scale: 0.82;
  translate: 5px 18px !important;
} */

.customer-reviews img {
  border-radius: 30px;
  border: 4px solid white;
  position: relative;
  z-index: -1;
}

.customer-reviews .outer-iframe {
  position: relative;
  z-index: 99;
}

.customer-reviews .swiper-slide {
  position: relative;
}

.video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 395px;
}

.video-overlay>button {
  opacity: 0;
  width: 71px;
  height: 53px;
}

/* scrollbar */
.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  max-width: 109px;
  /* top: 710px; */
  left: 55%;
  transform: translateX(-50%);
  background-color: #ebe6dc;
  height: 9px;
}

.customer-review .swiper-wrapper {
  padding-bottom: 20px;
}

.swiper-scrollbar-drag {
  background-color: var(--yelowish);
}

.stellarnav ul ul li {
  transition: all 0.5s ease;
  background-color: #10713A;
  /* color: white; */
}

.stellarnav ul ul li a {
  color: white;
}

.stellarnav.desktop li.has-sub ul a {
  font-size: 14px;
  padding: 12px 15px;
}

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

/* .stellarnav ul ul li:hover {
  background-color: var(--yelowish);
} */
.stellarnav ul li a:hover {
  color: var(--yelowish) !important;
}

/* .stellarnav ul ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
} */

.stellarnav ul ul {
  background-color: #fff;
}

span.rating.stay-head {
  font-size: 36px;
  align-items: center;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq-img {
  position: relative;
}

/* .faq-img img {
  position: absolute;
  transform: translateY(-50%);
} */
.has-sub ul {
  margin-top: 7px;
}

.contact-us h2 {
  font-family: var(--roboto);
  font-weight: var(--bold);
  font-size: 26.8px;
  padding-bottom: 50px;
}

.triangle-pattern {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 84px solid transparent;
  border-right: 84px solid transparent;
  border-bottom: 83px solid #3a6db2;
  top: -83px;
}

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

.header-sticky .stellarnav li.has-sub>a::after {
  border-top-color: white;
}

.inner-page .stellarnav li.has-sub>a::after {
  border-top-color: white !important;
}

.inner-page .stellarnav li.has-sub>a.active {
  padding-right: 16px;
}

.stellarnav a.dd-toggle .icon-plus::after,
.stellarnav a.dd-toggle .icon-plus::before {
  border-bottom-color: white;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  color: white;
  background: #ffb332;
  border: none;
  margin-right: 5px;
  padding: 4px;
}

.has-sub ul li a {
  padding-left: 36px;
}

.accordion-button:not(.collapsed) {
  color: black;
}

.inner-page .banner h1 {
  position: relative;
  line-height: 1;
}

.inner-page .banner h1::before {
  content: "";
  height: 1px;
  position: absolute;
  max-width: 353px;
  width: 100%;
  background-color: #215797;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

/* modals */
.call-modal {
  padding-top: 34px;
}

.call-modal .close-button button {
  border-radius: 50%;
  font-size: 21px;
  background-color: var(--yelowish);
  color: white;
  padding: 13px 16px;
  line-height: 1;
  border: none;
}

.call-modal .close-button {
  padding-bottom: 40px;
}

.call-modal form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.call-modal form input {
  font-family: var(--roboto-slab);
  font-weight: var(--medium);
  font-size: 16px;
  border: none;
  border-bottom: 1px solid black;
  max-width: 378px;
  width: 100%;
  padding: 0px 14px 12px;
  line-height: 1;
}

.call-modal form input:focus {
  outline: none;
  border-color: #10713A;
  border-width: 2px;
}

.call-modal form input::placeholder {
  opacity: 1;
}

.call-modal form input:not(:last-of-type) {
  margin-bottom: 42px;
}

.call-modal form input:last-of-type {
  margin-bottom: 46px;
}

.call-modal .buttons button {
  background-color: var(--mudish);
  transition: all 0.5s ease;
  color: white;
}

.call-modal .buttons button:hover {
  background-color: #10713A;
  color: white;
}

.top-down {
  /* padding-top: 360px !important; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: auto;
  display: flex;
  justify-content: center;
}

.modal-center {
  padding-bottom: 40px;
}

/* .hajj-details figure {
  padding-bottom: 12px;
} */

.book-modal .filter {
  padding: 20px 42px;
}

.book-modal {
  background-color: var(--greyish);
  border-radius: 15px;
  /* max-width: 762px; */
  /* max-width: 762px; */
}

.book-modal .close-button button {
  padding: 7px 9px;
  font-size: 16px;
  line-height: 1;
  background-color: black;
  color: white;
}

.book-modal .close-button {
  padding-bottom: 55px;
}

/* .book-modal .filter {
  padding: 0;
} */
/* .custom-modal {
  max-width: 762px !important;
} */
.book-modal h4 {
  font-family: var(--roboto);
  font-size: 23px;
  font-weight: var(--medium);
}

.book-modal h4 span {
  font-weight: var(--black);
}

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}

.customer-review-text {
  padding-left: 45px;
}

.faq .accordion-button {
  display: flex;
  align-items: start;
}

.faq-img {
  position: relative;
}

.faq-img img {
  position: absolute;
  left: -259px;
}

[data-lity] {
  position: relative;
  display: inline-block;
}

[data-lity]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 82px;
  height: 82px;
  background-image: url(../images/youtube-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

/* .star-package .night {
  flex-basis: 50%;
} */

.filter form>.travel-info:first-of-type {
  max-width: 214px;
  width: 100%;
}

.price-tag span:last-of-type {
  font-size: 15px;
}

/* Select 2 Styling  */

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;

}

.select2-container--default .select2-selection--single {
  display: flex;
  height: 42px;
  border: none;
  align-items: center;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #424548a3 !important;
  border: none;
  width: 100%;
  border: none;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  height: 42px;
  font-size: 16px;
}

/* Select 2 Styling  */
.select2-container {
  flex-basis: 214px;
  font-size: 16px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  font-size: 14px;
}

.select2 {
  background: url("../images/caret-dwn-pr-icon.png") no-repeat;
  background-position: center right;
  background-size: 10px;
}

.filter .select2 {
  display: block !important;
  max-width: 100% !important;
  width: 100%;
}

/* Review swiper css  */
.reviews .swiper-button-prev,
.reviews .swiper-rtl .swiper-button-next {
  left: 0;
  transform: translateX(-50%);
  right: auto;
}

/* Review swiper css  */

.bottom-navbar .contact {
  padding-right: 0 !important;
  color: white !important;
}

.bottom-navbar .contact .contact-text {
  color: white;
}

.bottom-navbar .stellarnav {
  width: auto;
}

a.btn-whatsapp-pulse {
  background: #25d366 !important;
  color: white !important;
  font-size: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  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;
}

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

  80% {
    box-shadow: 0 0 0 14px transparent;
  }
}

.logo-link {
  position: absolute;
  top: -20px;
  left: 0;
  display: none;
}

.logo-cvr {
  align-self: stretch;
  width: 115px;
  max-width: 115px;
  flex: 1 0 auto;
  margin-right: 18px;
}

.logo-link span {
  width: 115px;
  height: 115px;
}

.header-sticky .logo-link {
  display: block;
}

.accordion-button span {
  position: relative;
  transition: padding 0.5s ease;
  /* margin-right: 10px; */
}

.accordion-button:hover span {
  padding-left: 20px;
}

.accordion-button::after {
  transition: all 0.5s ease;
}

.accordion-button:hover::after {
  rotate: -45deg;
}

.package-details-list ul li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.package-details-list ul li img {
  height: 30px;
  width: 30px;
}

.package-details-list ul li span {
  font-weight: 500 !important;
  font-style: normal;
  max-width: 100% !important;
  margin-right: 0 !important;
  line-height: 20px;
  font-size: 16px;
}

.package-details-list ul li {
  padding-bottom: 0 !important;
  margin-bottom: 15px;
}

/* Cookie policy section at footer CSS */

.cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.cookie-policy .policy-text {
  background-color: var(--mudish);
  border: 1px solid var(--mudish);
  padding: 19px 44px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-policy .policy-text p {
  flex: 0 0 94%;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.cookie-policy .policy-text a {
  color: var(--yelowish);
  font-weight: 600;
}

.cookie-policy .policy-text a#msg-close {
  flex: 0 0 6%;
  font-weight: 400;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
  color: var(--mudish);
  border-color: var(--mudish);
}

/* Cookies Police Ends here  */
.accomodate span {
  color: black;
}

.select-underline select {
  appearance: none;
}

.stay-info .select-input {
  background: white url(../images/caret-dwn-pr-icon.png) no-repeat 95% center !important;
}

.filter form>.travel-info .select-input {
  background: white url(../images/caret-dwn-pr-icon.png) no-repeat 85% center !important;
}

.stay-info .travel-info:first-of-type .select-input {
  height: 49px;
  width: 100%;
  width: 131px !important;
}

.stay-info .travel-info:first-of-type .select-input:last-of-type {
  width: 138px !important;
}

.travel-info .select-input {
  width: 60px;
  height: 49px;
}

.stay-info .travel-info:last-of-type .select-input {
  width: 84px;
}

.select-underline select {
  width: 42px;
}

.page-heading {
  padding-top: 20px;
}

.inner-page .page-desc p {
  padding-bottom: 0 !important;
}

.page-desc p {
  padding-bottom: 40px;
}

.inner-page .page-heading {
  padding-top: 35px;
}

.content-sec {
  background: #f4f6f9;
  padding: 20px 0px;
  border-radius: 30px;
  margin-bottom: 100px;
  overflow: hidden;
}

.umrahSwiper .swiper-slide {
  width: 50%;
  height: 100% !important;
}

.umrahSwiper .swiper-wrapper {
  width: auto;
}

.select-input span {
  color: #181819;
}

/* side navigation  */

.stellarnav.mobile.right>ul {
  z-index: 99999;
  max-width: 300px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.stellarnav.mobile.right .logo a {
  max-width: 130px;
}
.stellarnav.mobile.right a {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a;
}

/* .nav-bar ul li a:hover,
.stellarnav.mobile.right ul li.active a {
  color: #eebe7c !important
} */

.stellarnav.mobile.right ul li:not(:last-of-type) a {
  border-bottom: 1px solid #ccc;
}

.stellarnav.mobile>ul li {
  background-color: #fff;
}

.stellarnav.mobile>ul ul li a {
  padding-left: 35px;
}

.close-menu,
.menu-toggle {
  display: none !important;
}

.nav-bar .logo {
  padding-top: 24px;
  padding-right: 25px;
  margin-bottom: 40px;
}

.nav-bar .header-contact {
  margin-top: 75px;
  margin-right: 10px;
}

.nav-bar .header-contact .contact-item:nth-last-of-type(1) {
  margin-right: 0;
}

span.menu-close {
  cursor: pointer;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-item:hover span {
  color: #eebe7c;
}

.query-form .form-input {
  position: relative;
}

.query-form .form-input img {
  position: absolute;
  left: 3px;
  bottom: 2px;
}

.stellarnav:not(.active) {
  display: none;
}

.contact-item span:first-of-type {
  font-size: 12px;
}

.contact-item span:last-of-type {
  font-size: 14px;
}

.menu-btn {
  height: 40px;
  width: 40px;
  background-color: var(--yelowish) !important;
  border-radius: 5px;
  border: none !important;
}

.menu-btn img {
  filter: brightness(50);
}

/* side navigation  */

.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.inner-page .header.sticky .top-head {
  background-color: #10713A !important;
}

.w-16 {
  width: 18%;
}

.submit-request {
  height: 45px;
  width: 100%;
  font-size: 16px;
  background-color: var(--yelowish);
  color: #fff !important;
  border-color: var(--yelowish);
}
.slidecontent h2{
color:#fff;
text-transform: uppercase;
}
.slidecontent p{
color:#fff;
margin-bottom: 10px;
}
.top-banner {
  position: relative;
  margin-bottom: 80px;
}
.package-included ul li img{
  width: 30px;
}
.s-form {
    background-color: var(--theme-color);
    padding: 20px 0;
    position: absolute;
    top: 10%;
    z-index: 99;
    width: 40%;
    right: 60px;
    border-radius: 10px;
}

.top-headings h2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 15px;
}

.top-headings p {
  font-size: 18px;
  font-weight: 600;
  color: var(--grey);
  margin-bottom: 25px;
}

.top-headings {
  margin-bottom: 50px;
  max-width: 1008px;
}

.btn.btn-primary.view-all {
  background-color: #ffb332;
  border-color: #ffb332;
  border-radius: 29px;
  font-size: 18px;
  padding: 8px 24px;
  font-weight: 600;
}

/* Custom css start for new design start */
.package-box {
  padding: 8px;
  background-color: #edf0f5;
  margin-bottom: 20px;
}

.package-contnet-box {
  padding: 15px 15px 0 0;
  background-color: #fff;
  flex: 1 1 auto;
}

.package-media {
  flex: 0 0 41%;
}

.package-media img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}

.package-contnet-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.package-sub-content {
  flex: 0 0 75%;
}

.package-included ul {
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 60px;
  height: 50px;
  padding-top: 6px;
}

.package-included ul li {
flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    float: left;
    margin-left: 18px;
    margin-right: 18px;
    text-decoration: none;
    list-style: none;
    display: flex;
}
.plus span{
      font-size: 20px !important;
    padding-top: 10px;
}

.package-included ul li:last-child {
  margin-bottom: 0;
}

.night-with-star span {
  background-color: #10713A;
  border-radius: 22px;
  padding: 4px 20px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  margin-right: 15px;
}

.night-with-star ul {
  padding-left: 0;
  list-style-type: none;
}

.night-with-star ul li i {
  display: inline-block;
  background-image: linear-gradient(180deg, #ffd91f, #ffb332);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.package-included ul li span {
  color: #000;
  font-size: 12px;
  margin-top: 1px;
  margin-left: 0px;
  display: flex;
}

.nights-detail .nights-in:not(.nights-detail .nights-in:last-child) {
  margin-right: 6px;
}

.nights-detail .nights-in {
  width: 50%;
}

.nights-detail .nights-in span {
  font-size: 12px;
  font-weight: 600;
}

.nights-detail {
  margin-top: 22px;
  margin-bottom: 22px;
}

.nights-detail .nights-in span:last-child {
  font-size: 12px;
  color: #8c8c8c;
}

.nights-in img {
  margin-bottom: 10px;
}

.contact-infoo {
  margin-top: 17px;
  display: flex
;
  padding-bottom: 10px;
}

.contact-infoo a {
background-color: #10713A;
    border-color: #10713A;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    display: block;
    margin: 5px 5px 5px 5px;
    transition: all 0.5s ease;
    float: left;
    text-decoration: none;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {

    line-height: 2 !important;
}


.contact-infoo a:hover {
  background-color: #000;
  border-color: #000;
}

.package-media::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  width: 100%;
  height: 100%;
}

.price-tags {
background: rgba(16, 113, 58, 0.8);
    position: absolute;
    z-index: 9;
    max-width: 184px;
    bottom: 0;
left: 92px;
    transform: translateX(-50%);
    width: 100%;
    padding: 0px 0px;
    border-radius: 0px;
    border-top-right-radius: 10px;
}

.price-tags span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.price-tags span:nth-child(2) {
  font-size: 36px;
  font-weight: 700;
  line-height: 2rem;
  color: #ffb332;
}

.price-tags span:nth-child(2) sup {
  font-size: 25px;
  font-weight: 500;
}

.top-heading {
  margin-bottom: 15px;
}

.inner-heading {
}

.top-heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 11px;
  color: var(--theme-color);
  margin-bottom: 0;
  position: relative;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}

.top-heading h2::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 4px;
  left: 3px;
  top: 0;
  background-color: var(--yelowish);
  border-radius: 39px;
}

.top-heading p {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 400;
}

.top-heading a {
  background-color: #ffb332;
  border-color: #ffb332;
  border-radius: 62px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.top-heading a:hover {
  background-color: #10713A;
  border-color: #10713A;
}

.product-item {
  margin-bottom: 60px;
}

.sides-banners .sides-img:not(.sides-banners .sides-img:last-child) {
  margin-bottom: 20px;
}

.sides-banners .sides-img {
  border: 1px solid #e8e8e8;
}

/* Custom css start for new design ends */
.main_heading {
  max-width: 900px;
  margin: auto auto 60px auto;
}

.main_heading h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 11px;
  color: var(--theme-color);
}

.main_heading p {
  font-size: 16px;
  font-weight: 400;
  color: #8c8c8c;
}

.footer-logo {
  margin: 0 0 35px 0;
}

.media-social li {
  padding: 0 !important;
  width: 50px !important;
  height: 50px;
}

.media-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-media {
  position: relative;
}
@media (max-width: 600px) {
.nav{
  display: none;
}
.swiper{
  display: none !important;
}
.s-form {
    position: static;
    width: 100%;
}
.slidecontent h2 {
    font-size: 15px;
    font-weight: 600;
}
.slidecontent p {
    font-size: 11px;
}
    .package-box {
        max-width: 100% !important;
    }
        .package-included {
        position: static !important;
    }
}
/* select 2  */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #10713A;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-within {
  outline: none !important;
}

.select2-container {
  font-size: 14px !important;
  color: #05151e;
}

/* Passenger Css  */

.passenger-type .passengers-label label {
  color: #1b2a2f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 20px;
  line-height: 1;
  font-weight: 400;
}

.btn.minus,
.btn.plus {
  width: 15px;
  height: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #ededed;
}

.passenger-type .passengers-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.passenger-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  box-shadow: 0 1px 5px 1px #0002;
  background-color: #fff;

}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.passenger-type .form-control {
  border: none;
  border-bottom: 1px solid #01012f;
  box-shadow: none;
  text-align: center;
  margin: 0 5px !important;
  padding: 0;
  height: auto;
  opacity: 0.5;
  background-color: transparent;
}

.passenger-type .passenger {
  flex: 0 0 35%;
  display: flex;
  align-items: flex-end;
}

.btn.general-btn.btn-block {
  width: 100%;
  background-color: #10713A;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: non;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}

.form-group.passenger-contain {
  position: relative;
}

.passenger-dropdown,
.passenger-dropdon {
  text-align: center;
  background-color: #f6f8fb;
  padding: 10px;
  box-shadow: 0 0 10px 1px #0000004f;
  position: absolute;
  top: 50px;
  z-index: 22;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.sides-col {
  max-width: 262px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #10713A;
  border-color: #10713A;
}

/* Detail page   */

.hajj-details .mySwiper2 {
  overflow: hidden;
  border-radius: 5px;
}

.star-package {
  background-color: transparent;
}


.outer-div {
  padding: 11px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.price-box span.price-amount {
  font-size: 24px;
  font-weight: 700;
  color: #ffb332;
}

.price-box {
  position: absolute;
  background-color: #10713A;
  padding: 9px 14px;
  border-radius: 60px;
  top: 0;
  transform: translateY(-50%);
  z-index: 99;
  left: 25px;
}

.price-box span {
  color: #fff;
  font-size: 11px;

}

.stay-head .rating {
  top: 0;
  right: 25px;
  background-color: #10713A;
  padding: 10px 19px;
  border-radius: 20px;
  transform: translateY(-50%);
}

span.deposit-only {
  position: absolute;
  z-index: 2;
  border-radius: 0 0 50% 50%;
  top: 11px;
  left: 35px;
  max-width: 69px;
  font-family: var(--roboto-slab);
  font-weight: var(--semi-bold);
  font-size: 14px;
  padding: 15px 5px 15px;
  text-align: center;
  line-height: 1.5;
  background-color: #ffb332;
  color: #212529;
}

/* Modal form css  */
.modal .filter form input,
.modal select {
  font-size: 16px;
  /* font-weight: var(--medium); */
  border: none;
  border-bottom: 1px solid gray;
  background: none;
  padding-bottom: 7px;
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.1s ease;
  font-weight: 500;
}

.modal .filter form button {
	background-color: var(--yelowish);
	position: relative;
	max-width: 174px;
	width: 100%;
	height: 52px;
	overflow: hidden;
  border-radius: 60px;
}

.modal .stay-info .select-input {
  background: none !important;
  background-color: #fff !important;
}

/* Modal form css  */