* {
  padding: 0;
  margin: 0;
  --primary-font: "Outfit", sans-serif;
  --secondary-font: "Oswald", sans-serif;
  --specific-font: "Berkshire Swash", serif;
  --bg-primary-color: #fdae15;
  --bg-white: #ffffff;
  --bg-secondary-color: #f2f2f2;
  --bg-black: #000000;
}

body {
  font-family: var(--primary-font);
  color: var(--bg-black);
  max-width: 1920px;
  margin: 0 auto;
}

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

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

span {
  margin: 0;
  padding: 0;
}

.head {
  padding-top: 19px;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.stellarnav {
  width: auto;
  z-index: 9900;
  background-color: var(--bg-white);
  border-radius: 5px;
  margin-left: 164px;
}

.stellarnav li a {
  font-size: 18px;
  font-weight: 500;
  color: var(--bg-black);
  transition: all 0.3s ease;
}

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

.stellarnav li.has-sub>a::after {
  content: "";
  margin-left: 10px;
  border-left: 5px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--bg-black);
  display: inline-block;
}

.stellarnav li a:hover::after {
  border-top: 6px solid var(--bg-secondary-color) !important;
}

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

.h-phn,
.h-wtsapp {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.whatsapp-img>a {
  background-color: #22ce58;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--bg-white);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.whatsapp-img:hover>a {
  background-color: var(--bg-black);
}

.phone>a {
  background-color: var(--bg-black);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  height: 50px;
  width: 50px;
}

.phone:hover>a {
  background-color: #22ce58;
}

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

.header-contact {
  max-width: 335px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

/* .phone img {
  margin-right: 9px;
} */
/* .whatsapp-img img {
  margin-right: 6px;
} */
.whatsapp-img {
  margin-left: 11px;
}

.form-with-contact .form-check-input.error {
  background-color: red;
}

.banner {
  background-color: var(--bg-secondary-color);
  padding-bottom: 51px;
}

.inner-page .banner {
  padding-bottom: 0;
}

.main-heading {
  max-width: 518px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}

.inner-page .main-heading {
  max-width: 90%;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}

.main-heading h2 {
  font-size: 45px;
  font-weight: 700;
}

.main-heading h1 {
  font-size: 45px;
  font-weight: 700;
}

.main-form {
  margin-top: 30px;
  padding: 6px 20px 1px;
  background-color: var(--bg-white);
  border-radius: 10px;
  position: relative;
  z-index: 999;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
}

.form-head span {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding-top: 10px;
  display: block;
  padding-bottom: 20px;
}

.main-form .form-input.form-size {
  max-width: 300px;
  width: 100%;
}

.main-form .form-input.form-sizes {
  max-width: 212px;
  width: 100%;
}

.main-form .form-input.form-sized {
  max-width: 258px;
  width: 100%;
}

.main-form .form-control::placeholder {
  color: var(--bg-black);
  opacity: 1;
}

.main-form .form-control {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.main-form .form-control:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

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

.ans-img span {
  font-size: 12px;
  font-weight: 500;
}

.drp {
  background: url("/assets/images/arrow.png") no-repeat 91% center;
}

.input-drop-down.form-dropping {
  padding: 19px 15px 20px 15px;
  font-size: 18px;
  font-weight: 400;
  top: 51px;
  max-width: 277px;
  width: 100%;
  z-index: 9;
  background-color: var(--bg-white) !important;
  border-radius: 10px;
  border-color: transparent !important;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
}

.main-form .form-input.dating {
  max-width: 270px;
  width: 100%;
  margin-top: 11px;
}

.img-sreen {
  position: absolute;
  right: 17px;
  top: 6px;
}

.main-form .input-drop-down.form-dropped ul {
  padding: 12px;
  color: black;
  max-width: 195px;
  border: none;
}

.main-form .airprt-inpts ul {
  height: 300px;
}

.main-form .input-drop-down.form-dropped ul li {
  color: black;
}

.input-drop-down.form-dropped {
  top: 48px;
  max-width: 190px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
  background-color: var(--bg-white);
  border: none !important;
  z-index: 9;
}

.counter {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 8px 8px 8px 12px;
  border-radius: 20px;
  color: var(--bg-black);
  margin-top: 10px;
  font-size: 18px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
}

.counter span:first-child {
  font-size: 12px;
  font-weight: 500;
  margin-right: 3px;
  max-width: 135px;
  width: 100%;
}

button:disabled {
  background-color: #5e4a3e;
  cursor: not-allowed;
}

.counter button {
  background-color: var(--bg-primary-color);
  border: none;
  padding: 0px 9px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 5px;
}

.counter span {
  font-size: 13px;
  font-weight: 500;
}

.night-over {
  padding-top: 20px;
}

.night-over p {
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.main-form .form-input label {
  font-size: 14px;
  color: var(--bg-black);
  font-weight: 500;
  margin-left: 4px;
}

.form-chq-star .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  margin: 0;
  margin-right: 5px;
  box-shadow: none;
  position: relative;
  margin-top: 3px;
  background-color: var(--bg-primary-color);
}

.form-chq-star .form-check-input:checked {
  background-color: var(--bg-primary-color);
  border-color: var(--bg-primary-color);
}

.form-chq-star .form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

.form-check-input:checked[type="radio"] {
  background-image: url("/assets/images/check-mark.png");
  background-size: auto;
}

.accomodation {
  margin-top: 26px;
}

.form-submit {
  background-color: var(--bg-primary-color);
  border-radius: 30px;
  max-width: 248px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-black);
  top: 28px;
  margin: auto;
}

.form-submit button.btn {
  background-color: var(--bg-primary-color);
  border-radius: 20px;
  text-align: center;
  color: var(--bg-black);
  text-transform: capitalize;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  padding: 7px 85px;
  transition: all 0.4s ease;
}

.form-submit button.btn:hover {
  background-color: var(--bg-black);
  color: var(--bg-white);
}

.save-data a {
  padding: 10.5px 39px;
  background-color: var(--bg-primary-color);
  color: var(--bg-black);
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  transition: all 0.4s ease-in;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 12px;
}

.book-lists ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.book-lists ul li {
  flex: 0 0 48%;
}

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

label.error {
  display: none !important;
}

.find-cheap-umrah {
  padding-top: 60px;
  padding-bottom: 51px;
  position: relative;
  z-index: 9;
  background-color: var(--bg-secondary-color);
}

.heading-man h2,
.heading-man h3 {
  font-size: 45px;
  font-weight: 700;
  max-width: 605px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.inner-page .heading-man h2,
.inner-page .heading-man h3 {
  font-size: 45px;
  font-weight: 700;
  max-width: 90%;
  width: 100%;
  margin: auto;
  text-align: center;
}

.city-anchor {
  max-width: 608px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.name-of-city a {
  padding: 10.5px 39px;
  background-color: #d8d8d8;
  color: var(--bg-black);
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  transition: all 0.4s ease-in;
}

.name-of-city a:hover {
  background-color: var(--bg-primary-color);
}

.heading-man {
  padding-bottom: 40px;
}

.name-of-city a.active {
  background-color: var(--bg-primary-color);
}

.hajj-umrah-package {
  background-color: var(--bg-white);
  border-radius: 10px;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
}

.all-cheap-packages {
  margin-top: 28px;
}

.media {
  text-align: center;
  padding-top: 12px;
}

.media img {
  border-radius: 16px;
  object-fit: cover;
}

.content {
  padding: 12px 13px 14px 24px;
  position: relative;
}

.content-head p {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.content-head img {
  margin-left: 6px;
}

.cont p {
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
  margin-top: 3px;
}

.selling-umrah-package {
  margin-top: 22px;
}

.price p {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--secondary-font);
}

.price-start span {
  font-size: 14px;
  font-weight: 600;
}

.price-start {
  top: -15px;
  left: 0;
}

.price sup {
  font-size: 15px;
  font-weight: 700;
  top: -15px;
  left: -1px;
}

.price small {
  font-size: 16px;
  font-weight: 500;
}

.see-detail {
  margin-top: 0;
}

.see-detail {
  /* width: 34px; */
  /* height: 34px; */
  background-color: var(--bg-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 0;
  margin-right: auto;
  transition: all 0.4s ease;
  position: absolute;
  bottom: 20px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  margin-right: 5px;
}

.hajj-umrah-package:hover .see-detail {
  background-color: #22ce58;
}

.why-choose-us {
  background-color: #121212;
  padding: 67px 0 89px;
}

.choose-design {
  position: absolute;
  bottom: 0;
  left: 9%;
}

.heading-choose h3 {
  color: var(--bg-primary-color);
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

.why-choose {
  position: relative;
}

.social-choose img {
  filter: brightness(100);
  transition: all 0.3s ease;
}

.social-choose {
  text-align: center;
  max-width: 177px;
  width: 100%;
}

.social-choose:hover p {
  color: var(--bg-primary-color);
  transition: all 0.3s ease;
}

.social-choose:hover img {
  filter: brightness(1);
  transition: all 0.2s ease;
}

.social-choose p {
  text-align: center;
  color: var(--bg-white);
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.choose-detail {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  margin-top: 76px;
  justify-content: space-between;
  align-items: center;
}

.best-selling {
  padding-top: 42px;
  padding-bottom: 34px;
  background-color: var(--bg-secondary-color);
}

.heading-mann h2 {
  font-size: 45px;
  font-weight: 700;
  max-width: 605px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}

.hajj-umrah-package.run {
  margin-top: 50px;
}

.visa-scrollbar {
  background-color: var(--bg-secondary-color);
  padding-top: 40px;
  padding-bottom: 83px;
}

.scrollbar {
  background-color: var(--bg-white);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
  padding: 50px 12px 50px 35px;
  border-radius: 10px;
}

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

.page-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
  color: #1d1d1d;
  margin-right: 25px;
}

.page-content h1 {
  font-size: 26px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 20px;
}

.page-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 5px;
}

.page-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 5px;
}

.page-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 5px;
}

.page-content h5 {
  font-size: 19px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 5px;
}

.page-content h6 {
  font-size: 19px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 5px;
}

.page-content ul ul,
.page-content ol ol,
.page-contents ul ul,
.page-contents ol ol {
  padding: 5px;
  margin: 5px;
  margin-bottom: 0;
}

.page-content ol,
.page-contents ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.page-content ul li,
.page-content ol li,
.page-contents ul li,
.page-contents ol li {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #1d1d1d;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.page-content ul li::before,
.page-contents ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 9px;
  left: 0;
  background-color: var(--bg-primary-color);
}

.page-content .scrollbar-content {
  height: 500px;
}

.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--bg-primary-color) !important;
  border-radius: 4px;
}

.page-content a {
  color: var(--bg-primary-color);
}

.starss {
  display: flex;
  margin-top: 10px;
  align-items: center;
  margin-top: 9px;
}

.star-folow {
  align-items: self-start;
}

.footer-section {
  position: relative;
  z-index: 99;
  overflow: hidden;
  background-color: #121212;
}

.footer-designing {
  position: absolute;
  z-index: 9;
}

.addressing-calls {
  position: relative;
  z-index: 99;
  margin-top: 80px;
}

.footer-pub {
  margin-top: 32px;
}

.footer-pub p {
  color: var(--bg-white);
  font-size: 15px;
  font-weight: 300;
}

.social a {
  width: 51px;
  height: 51px;
  background-color: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

.social a:hover {
  background-color: var(--bg-primary-color);
}

.socials {
  margin-top: 38px;
  max-width: 226px;
  width: 100%;
  justify-content: space-around;
  gap: 0 10px;
}

.contact-menu span {
  font-size: 20px;
  font-weight: 700;
  color: var(--bg-white);
  margin-bottom: 37px;
  display: block;
}

.contact-menu ul li {
  margin-bottom: 14px;
}

.contact-menu ul li a {
  color: var(--bg-white);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.contact-menu ul li a:hover {
  color: var(--bg-primary-color);
}

.contact-via-media p {
  font-size: 15px;
  font-weight: 700;
  color: var(--bg-white);
  text-transform: capitalize;
}

.contact-via-media a {
  color: var(--bg-white);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease;
}

.contact-via-media.foo-num {
  margin-top: 30px;
}

.contact-via-media a:hover {
  color: var(--bg-primary-color);
}

.contact-via-media span {
  color: var(--bg-white);
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease;
}

.contact-footer-para {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 9;
  margin-top: 33px;
  margin-bottom: 50px;
}

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

.copyrights {
  background-color: var(--bg-black);
  z-index: 99;
  padding: 17px 0;
}

.copyrights span {
  color: var(--bg-white);
  text-align: center;
  display: block;
}

.hajj-umrah-package a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
}

.head.inn-head {
  box-shadow: -7px -6px 14px rgba(0, 0, 0, 8%);
  position: relative;
}

.thankyou {
  padding-top: 145px;
  background-color: #f2f2f2;
  padding-bottom: 194px;
}

.thanku-design {
  position: absolute;
  top: 0px;
  left: 27%;
}

.thankyou-text {
  position: relative;
  z-index: 9;
}

.thankyou-text span {
  display: block;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.thankyou-text p {
  font-size: 15px;
  font-weight: 400;
  color: #6e7b8e;
  max-width: 1211px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.thankyou-button {
  max-width: 248px;
  width: 100%;
  margin: auto;
  margin-top: 71px;
  position: relative;
  z-index: 99;
}

.thankyou-tick {
  position: relative;
}

.thankyou-button a {
  background-color: #000000;
  color: var(--bg-white);
  padding: 15px 61px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s ease;
  display: block;
}

.thankyou-button a:hover {
  background-color: var(--bg-primary-color);
}

.error-sec {
  padding-top: 127px;
  background-color: #f2f2f2;
  padding-bottom: 163px;
}

.error-design {
  position: absolute;
  top: 0px;
  left: 27%;
}

.error-text {
  position: relative;
  z-index: 9;
}

.error-text span {
  display: block;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 18px;
}

.error-text p {
  font-size: 15px;
  font-weight: 400;
  color: #6e7b8e;
  max-width: 1211px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 34px;
}

.error-button {
  max-width: 248px;
  width: 100%;
  margin: auto;
  margin-top: 90px;
  position: relative;
  z-index: 99;
}

.error-tick {
  position: relative;
}

.error-button a {
  background-color: #000000;
  color: var(--bg-white);
  padding: 15px 61px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.error-button a:hover {
  background-color: var(--bg-primary-color);
}

.main-headings {
  padding-top: 41px;
}

.main-headings h1 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.star-heading h2,
.star-heading h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.star3-umrah-package {
  padding-top: 77px;
  position: relative;
  background-color: var(--bg-secondary-color);
}

.star-validation-pkg {
  margin-top: 42px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.star4-umrah-package {
  padding-top: 67px;
}

.star5-umrah-package {
  padding-top: 67px;
}

.star-validations-pkg {
  margin-top: 42px;
  padding-bottom: 0px;
}

.visa-scrollbar.invisa {
  padding-top: 17px;
}

.qurbani-required {
  margin-top: 40px;
}

.qurbani-required .form-check-input:checked {
  background-color: var(--bg-primary-color);
  border-color: var(--bg-primary-color);
}

.qurbani-required .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  margin: 0;
  margin-right: 5px;
  box-shadow: none;
  position: relative;
  margin-top: 3px;
  background-color: var(--bg-primary-color);
}

.qurbani-required .form-check {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

.contact-with-us {
  margin-top: 67px;
  position: relative;
}

.contact-form span {
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
}

.form-with-contact .form-control {
  display: block;
  width: 100%;
  padding: 8.5px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #212529;
  background-color: #d8d8d8;
  background-clip: padding-box;
  border: 1px solid #a2a2a2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #d8d8d8;
  border-color: #a2a2a2;
  outline: 0;
  box-shadow: none !important;
}

.form-with-contact .form-control::placeholder {
  color: #000000;
  opacity: 1;
}

.form-with-contact {
  margin-top: 31px;
}

.form-input.contact-main {
  margin-top: 20px;
}

.contact-form {
  position: relative;
}

.ans-imgs {
  right: 19px;
  top: 6px;
}

.ans-imgs span {
  font-size: 14px;
  font-weight: 600;
}

.contact-check {
  margin-top: 20px;
}

.form-with-contact .form-check-input:checked[type="checkbox"] {
  background-image: url("/assets/images/check-mar.png");
  background-size: auto;
}

.form-with-contact .form-check-input:checked {
  background-color: #000000;
  border-color: #000;
}

.contact-check label {
  font-size: 14px;
  font-weight: 600;
}

.cont-button {
  margin-top: 32px;
  max-width: 311px;
  width: 100%;
}

.cont-button button {
  background-color: var(--bg-black);
  color: var(--bg-white);
  font-size: 14px;
  font-weight: 600;
  max-width: 311px;
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 9.5px 27px;
  transition: all 0.4s ease;
}

.cont-button button:hover {
  background-color: var(--bg-primary-color);
}

.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none !important;
}

.form-with-contact .form-check-input {
  background-color: #000000;
  border-color: #000;
}

.contacting-kabba {
  margin-bottom: 30px;
}

.policies {
  background-color: #f2f2f2;
  padding-top: 57px;
  padding-bottom: 39px;
}

.page-contents h1 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 39px;
}

.page-contents p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 36px;
  text-align: justify;
}

.page-contents a {
  color: var(--bg-primary-color);
  text-decoration: underline;
  transition: all 0.4s ease;
}

.page-contents strong {
  color: var(--bg-primary-color);
}

.page-contents blockquote {
  color: var(--bg-primary-color);
}

.page-contents a:hover {
  color: #22ce58;
}

.page-contents ul li {
  position: relative;
  margin-left: 18px;
  margin-bottom: 15px;
}

.page-contents ol li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.page-contents ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: var(--bg-black);
  border-radius: 50%;
  left: -18px;
  top: 8px;
}

.page-contents span {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 37px;
  display: block;
}

.page-contents h2 {
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 35px;
}

.page-contents h3 {
  font-size: 31px;
  font-weight: 700;
  padding-bottom: 35px;
}

.page-contents h4 {
  font-size: 31px;
  font-weight: 700;
  padding-bottom: 35px;
}

.page-contents h5 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 35px;
}

.page-contents h6 {
  font-size: 29px;
  font-weight: 700;
  padding-bottom: 35px;
}

.turkey-holiday-package {
  padding-top: 52px;
}

.turkey-umrah-package {
  padding-top: 10px;
}

.hajj-detail {
  background-color: #f2f2f2;
  padding-top: 79px;
  padding-bottom: 58px;
}

.package-detail-swp .gallery-top {
  flex: 0 0 352px;
  order: 1;
}

.package-detail-swp .gallery-thumbs {
  flex: 0 0 77px;
  max-height: 449px;
}

.package-detail-swp .gallery-thumbs .swiper-slide {
  height: auto !important;
}

.package-detail-swp .swiper-slide.swiper-slide-thumb-active.swiper-slide-visible.swiper-slide-active {
  border: 2px solid var(--bg-primary-color);
  border-radius: 5px;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  background: var(--bg-white);
  width: 44px;
  height: 44px !important;
  border-radius: 50%;
  transition: all 0.5s linear;
  box-shadow: 0 0 6px rgba(0, 0, 0, 23%);
}

.arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-btn {
  position: relative;
}

.swiper-button-next {
  right: -333px;
  top: 214px;
}

.swiper-button-prev {
  left: 26px;
  top: 214px;
}

.day-umrah h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

/* .all-detail {
	margin-left: 10px;
} */
.makkah-madni-detail {
  max-width: 550px;
  width: 100%;
  padding: 47px 0px 45px;
}

.makkah-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.name-hotels {
  margin-left: 10px;
}

.name-hotels span {
  font-size: 16px;
  font-weight: 600;
}

.name-hotels p {
  font-size: 15px;
  font-weight: 500;
}

.feature-include {
  max-width: 413px;
  width: 100%;
}

.ride p {
  font-size: 12px;
  font-weight: 600;
  margin-top: 11px;
  text-transform: uppercase;
}

.package-pictures {
  justify-content: space-around;
  align-items: center;
}

.ride::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background-color: #000;
  top: 29%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.ride:first-child::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background-color: #000;
  top: 29%;
  left: -50%;
  transform: translate(-50%, -50%);
}

.ride:last-child:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background-color: #000;
  top: 29%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.ride-img {
  text-align: center;
}

.feature-include span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 27px;
  display: block;
}

.star-rate span {
  font-size: 18px;
  font-weight: 600;
}

.star-price {
  margin-top: 43px;
}

.deposite-price {
  margin-left: 25px;
}

.deposite-price p {
  font-size: 37px;
  font-weight: 500;
  font-family: var(--secondary-font);
  line-height: 37px;
}

.deposite-price small {
  font-size: 19px;
  font-weight: 400;
}

.deposite-price sup {
  font-size: 17px;
  font-weight: 400;
  top: -16px;
  left: -2px;
}

.book-button a:first-child {
  padding: 10px 21px;
  background-color: var(--bg-black);
  text-transform: capitalize;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-button a:first-child:hover {
  background-color: var(--bg-primary-color);
}

.book-button a:last-of-type {
  padding: 10px 21px;
  background-color: var(--bg-primary-color);
  text-transform: capitalize;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--bg-black);
  text-align: center;
  transition: all 0.3s ease;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-button {
  margin-top: 40px;
  display: flex;
}

.book-button img {
  margin-right: 10px;
}

.book-button a:last-of-type:hover {
  background-color: #22ce58;
}

.night-shift-detail {
  margin-top: 38px;
}

.night-shift-detail.pretend {
  margin-top: 44px;
}

.night-shift-detail span {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 17px;
}

.night-shift-detail p {
  font-size: 15px;
  font-weight: 400;
}

.slide-img img {
  border-radius: 5px;
}

.hajj-umrah-enquire {
  background-color: #f2f2f2;
  padding-bottom: 94px;
}

.contact-inquire-form span {
  font-size: 22px;
  font-weight: 800;
  display: block;
  text-align: center;
}

.contact-inquire-form {
  background-color: var(--bg-white);
  padding: 22px 20px 3px 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 22px #e3dfdf;
}

.forming-contacting .form-input.form-size-contact {
  max-width: 270px;
  width: 100%;
}

.forming-contacting .form-control {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #e9e9e9;
  border: none;
  border-radius: 0.375rem;
  padding: 8.5px 23px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
}

.contact-hajj {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.form-size-contactsss {
  margin-top: 20px;
}

.forming-contacting .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.contact-checks {
  margin-left: 46px;
  margin-top: 8px;
}

.contact-checks label {
  font-size: 14px;
  font-weight: 600;
}

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

.contact-checks .form-check-input:checked[type="checkbox"] {
  background-image: url("/assets/images/check-mark.png");
  background-size: auto;
}

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

.form-submitt-form button {
  background-color: var(--bg-primary-color);
  border: none;
  border-radius: 25px;
  padding: 8.5px 25px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  max-width: 249px;
  width: 100%;
  transition: all 0.3s ease;
  margin: auto;
  text-transform: capitalize;
}

.captcha-aggree {
  margin-top: 20px;
}

.form-sizing.form-submitt-form {
  top: 21px;
}

.form-submitt-form button:hover {
  background-color: #22ce58;
}

.why-book-with-us {
  background-color: var(--bg-white);
  padding: 22px 20px 48px 11px;
  border-radius: 10px;
  box-shadow: 0px 4px 22px #e3dfdf;
}

.why-book-with-us span {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  display: block;
}

.book-lists ul {
  margin-top: 34px;
}

.book-lists ul li {
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: 600;
}

.book-lists {
  max-width: 330px;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}

.book-your-contact a {
  color: var(--bg-white);
  font-size: 19px;
  font-weight: 600;
  background-color: var(--bg-black);
  padding: 18px 28px;
  border-radius: 30px;
  transition: all 0.4s ease;
}

.book-your-contact a:hover {
  background-color: var(--bg-primary-color);
}

.book-your-contact img {
  margin-right: 10px;
}

.book-your-contact {
  max-width: 100%;
  width: 100%;
  margin: auto;
  margin-top: 43px;
  text-align: center;
}

.lorem-list {
  margin-top: 34px;
  margin-bottom: 24px;
}

.lorem-list ul li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 9px;
}

.lorem-list ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid black;
  left: -19px;
  top: 6px;
}

.visa-headings h1 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 41px;
}

.visa-detail {
  max-width: 1151px;
  width: 100%;
  margin: auto;
  z-index: 99;
  top: 57px;
  left: 50%;
  transform: translate(-50%);
  justify-content: space-between;
  align-items: end;
}

.low-price-visa h6 {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}

.low-price-visa span {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  display: block;
}

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

.low-price-visa small {
  font-size: 35px;
  font-weight: 500;
}

.low-price-visa sup {
  font-size: 35px;
  font-weight: 500;
  top: -29px;
  left: -2px;
}

.visa-number {
  z-index: 99;
  top: 232px;
  left: 50%;
  transform: translate(-50%);
}

.visa-number a {
  font-size: 40px;
  font-weight: 800;
  color: black;
  text-align: center;
  transition: all 0.4s ease;
}

.visa-number a:hover {
  color: var(--bg-primary-color);
}

.visa-scrollbar.head-visa-scroll .banner-design {
  position: absolute;
  left: 26%;
  top: -49px;
}

.find-cheap-umrah.sec-cheap {
  padding-top: 64px;
}

.find-cheap-umrah.sec-cheap .city-anchor {
  padding-bottom: 33px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #707070;
  border-radius: 4px;
  margin-top: 11px;
}

.ui-widget-header {
  color: var(--bg-primary-color);
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  border: transparent;
}

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

.home-banner {
  background: var(--bg-secondary-color) url(/assets/images/bann-design.png) no-repeat top center;
}

.viewall ul {
  /* max-width: 608px; */
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  gap: 10px 10px;
}

.viewall ul li {
  background-color: #d8d8d8;
  color: var(--bg-black);
  border-radius: 20px !important;
}

.viewall ul li button {
  padding: 9px 39px;
  background-color: #d8d8d8 !important;
  color: var(--bg-black) !important;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px !important;
  transition: all 0.4s ease-in;
}

.viewall ul li button:hover {
  background-color: var(--bg-primary-color) !important;
}

.hoteling-swap .swiper-button-next {
  right: -60px;
  top: 147px;
}

.hoteling-swap .swiper-button-prev {
  left: -58px;
  top: 147px;
}

.viewall ul li button.active {
  background-color: var(--bg-primary-color) !important;
}

.selling-swap .swiper-button-next {
  right: -60px;
  top: 147px;
}

.selling-swap .swiper-button-prev {
  left: -58px;
  top: 147px;
}

.button-three.tab-bttn {
  margin-top: 56px;
}

.button-three.tab-bttn .viewall ul li:last-child button {
  padding: 9px 53px;
}

.button-three.tab-bttn .viewall ul li:nth-of-type(3) button {
  padding: 9px 50px;
}

.button-three.tab-bttn .viewall ul li:nth-of-type(2) button {
  padding: 9px 47px;
}

.button-three.tab-bttn .viewall ul {
  padding-bottom: 0;
}

.turkey-holiday-package {
  padding-top: 51px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.turkey-holiday-package .star-heading h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 42px;
}

.turkey-holiday-package.turk {
  padding-top: 18px;
}

.head.nav-custom-s {
  position: sticky;
  background: var(--bg-white);
  z-index: 9999;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 9%);
}

.heading-man.man-other {
  padding-bottom: 30px;
}

.slide-img img {
  border-radius: 5px;
}

/* .swiper-slide.swiper-slide-next.swiper-slide-thumb-active{
  border: 1px solid red;
} */
.gallery-thumbs .swiper-slide.swiper-slide-active.swiper-slide-thumb-active {
  border: 2px solid var(--bg-primary-color);
}

.gallery-thumbs .swiper-slide {
  margin-bottom: 12px;
  border-radius: 5px;
}

.form-control.error {
  border-color: #dc3545 !important;
  background-color: #fff !important;
}

.form-control.error:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

/* For dropdown fields */
.form-input .drp.error {
  border-color: #dc3545 !important;
}

/*info  detail starts here*/
.off-info .offcanvas-header .btn-close {
  text-align: left;
  margin-left: 0;
  margin-right: auto !important;
}

.offcanvas.offcanvas-start {
  z-index: 9999 !important;
}

.offcanvas-body .form-input {
  max-width: 272px;
  width: 100%;
  border-radius: 20px;
  margin: auto;
  margin-top: 10px;
}

.off-info .offcanvas-body .form-control {
  display: block;
  width: 100%;
  padding: 9px 19px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.off-info .offcanvas-body .form-control::placeholder {
  color: #000;
  opacity: 1;
}

.off-info .offcanvas-body .save-data {
  max-width: 272px;
  width: 100%;
  border-radius: 20px;
  margin: auto;
  margin-top: 40px;
}

.off-info .btn-close {
  background-size: 12px;
  opacity: 1;
}

.off-info button span {
  position: absolute;
  top: 12px;
  left: 41px;
}

.offcanvas.offcanvas-start {
  max-width: 330px;
  width: 100%;
}

.trav p {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.phone img:nth-of-type(2) {
  display: none;
}

.header-contact {
  max-width: 335px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.whatsapp-img img:nth-of-type(2) {
  display: none;
}

/* animation on mobile is starts here  */
.responsive-menu-cvr {
  bottom: 66px;
  z-index: 999;
  width: 100%;
  padding-left: 40px;
}

.responsive-menu-cvr .responsive-menu {
  height: 0;
}

.responsive-menu .whatsapp a {
  width: 80px;
  height: 80px;
  background-color: #22ce58;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  transition: all 0.3s;
  animation: 1.5s infinite pulse;
  box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .whatsapp a::after {
  content: "";
  position: absolute;
  height: 120%;
  width: 120%;
  background-color: #00000080;
  border: 2px solid #22ce58;
  border-radius: 50%;
  animation: 2s infinite width-height;
  z-index: -1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 206, 88, 0.15);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(34, 206, 88, 0.25);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 206, 88, 0.25);
  }
}

@keyframes width-height {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1
  }

  100% {
    width: 230%;
    height: 230%;
    opacity: 0
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.responsive-menu-cvr a i {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  color: #fff;
  font-size: 40px;
}

/* animation on mobile is ends here  */
.banner-design {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.phone,
.whatsapp-img {
  display: flex;
  align-items: center;
}

.h-phn {
  color: #000 !important;
  margin-left: 10px;
}

.h-phn a,
.h-wtsapp a {
  color: #000;
}