* {
  padding: 0;
  margin: 0;
  --primary-font: "Quicksand", sans-serif;
  --secondary-font: "Lato", sans-serif;
  --bg-primary-color: #fffcf2;
  --bg-white: #ffffff;
  --bg-secondary-color: #166e67;
  --bg-black: #000000;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

span {
  margin: 0;
  padding: 0;
}

.header-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.top-bar {
  padding-top: 21px;
  padding-bottom: 5px;
  transition: all 0.5s ease;
}

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

.stellarnav li a {
  color: var(--bg-black);
  font-size: 18px;
  font-family: var(--primary-font);
  text-transform: capitalize;
  transition: all 0.4s ease;
  position: relative;
  font-weight: 500;
  padding: 0;
}

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

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

.stellarnav li.has-sub>a::after {
  border-top: 6px solid var(--bg-black);
}

.stellarnav li a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #fee9a7;
  bottom: -18px;
  left: 37%;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.stellarnav ul li.has-sub ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}

.stellarnav>ul>li.drop-left>ul {
  right: 9px;
  padding-top: 8px;
  padding-left: 20px;
}

.stellarnav.desktop li.has-sub ul a {
	line-height: 32px;
	font-size: 15px;
	padding: 5px 0;
}

.stellarnav ul ul {
	background: #fff;
  width: 270px;
  left: 50%;
  transform: translateX(-50%);
	border-radius: 5px;
	padding: 10px 20px 20px !important;
}

.stellarnav.desktop li.has-sub ul li:not(:nth-last-of-type(1)) a {
	border-bottom: 1px solid #0003;
}

.stellarnav li li {
  margin-right: 0;
}

.stellarnav li a.active::before {
  background-color: var(--bg-black);
}

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

.stellarnav li a:hover::before {
  background-color: var(--bg-black);
}

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

.stellarnavli:last-child {
  margin-right: 0px;
}

.header-whatsapp {
  background-color: #fee9a7;
  /* padding: 8px 13px 8px 11px; */
  border-radius: 3px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.header-whatsapp:hover {
  background-color: #ffc100;
}

.header-whatsapp:hover a {
  color: var(--bg-black);
}

.header-whatsapp svg {
  margin-right: 10px;
}

.header-whatsapp a {
  font-size: 18px;
  color: var(--bg-black);
  transition: all 0.3s ease;
  width: 100%;
  padding: 8px 13px 8px 11px;
}

/* .header-whatsapp a:hover {
  color: var(--bg-white);
} */
.header-telephone {
  background-color: var(--bg-secondary-color);
  border-radius: 3px;
  padding: 8px 0px 8px 0px;
  transition: all 0.5s ease;
}

.header-telephone:hover {
  background-color: #ffc100;
}

.header-telephone:hover a {
  color: var(--bg-black);
}

.header-telephone svg {
  margin-right: 14px;
}

.header-telephone a {
  font-size: 18px;
  color: var(--bg-white);
  transition: all 0.3s ease;
  width: 100%;
  padding: 8px 40px 8px 40px;

}

.header-telephone a:hover {
  color: var(--bg-black);
}

.how-to-contact {
  margin-left: 20px;
}

.company-names {
  justify-content: center;
  align-items: center;
}

.atol {
  margin-right: 21px;
}

.banner {
  background-size: cover;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.lamp {
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 999;
}

.banner-heading {
  text-align: start;
  position: relative;
  z-index: 666;
  max-width: 725px;
  padding-top: 122px;
}

.banner-heading span {
  font-size: 71px;
  color: var(--bg-secondary-color);
  font-family: var(--secondary-font);
  font-weight: 900;
  text-transform: uppercase;
}

.banner-heading p {
  font-size: 16px;
  color: #646464;
  font-weight: 500;
}

.banner-allowance {
  padding-top: 120px;
  position: relative;
  z-index: 999;
  max-width: 539px;
  width: 100%;
  justify-content: start;
  align-items: center;
}

.banner-allowance svg {
  position: relative;
}

.line {
  width: 60px;
  height: 2px;
  background-color: #fee9a7;
  margin: 0px 30px;
  position: relative;
}

.line::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: var(--bg-black);
  bottom: -5px;
  left: 37%;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.allowance {
  justify-content: center;
  align-items: center;
}

.banner-img {
  padding-top: 150px;
}

.banner-detail {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
}

.main-form {
  background: #404040 url("../images/Texture.webp");
  padding: 34px 0px;
}

.form-detail {
  display: flex;
}

.main-form .form-group {
  max-width: 200px;
  width: 100%;
  margin-right: 26px;
}

.main-form .form-label {
  color: var(--bg-white);
  font-size: 16px;
}

.main-form .form-control,
.form-detail .form-control {
  border-radius: 3px !important;
  background-color: #2d2d2d;
  padding: 10px;
  color: var(--bg-white);
  box-shadow: none;
  border-color: #2d2d2d !important;
}

.main-form .form-group .btn-submit {
  background-color: #ffc100;
  padding: 9px;
  transition: all 0.5s linear;
}

.main-form .form-group .btn-submit:hover {
  background-color: var(--bg-secondary-color);
}

.main-form .form-group.submition .form-label {
  color: #ebd89c;
}

.main-form .form-group .form-control::placeholder {
  font-size: 14px;
  color: #6a6a6a;
}

.umrah-packages {
  padding: 40px 0px;
  background-color: var(--bg-primary-color);
}

.looking-for-pkg h1 {
  font-family: var(--secondary-font);
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

#passengerDetail {
  position: absolute;
  background-color: var(--bg-primary-color);
}

.dropSectionFields {
  /* padding-left: 13px; */
  padding: 10px 13px;
}

.looking-for-pkg p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #818181;
}

.star-3-umrah {
  padding-bottom: 30px;
}

.umrah-heading {
  padding-top: 36px;
  padding-bottom: 23px;
}

.umrah-heading h3 {
  font-size: 54px;
  font-family: var(--secondary-font);
  font-weight: 700;
  text-align: center;
}

.stays {
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #28272a;
}

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

.night-stay svg {
  margin-right: 10px;
}

.umrah-detailing {
  padding: 25px 23px 24px 23px;
}

.days p {
  font-size: 24px;
  color: #116b65;
  font-family: var(--secondary-font);
  font-weight: 700;
}

.days p:last-child {
  font-size: 36px;
  font-weight: 900;
  font-family: var(--secondary-font);
  text-align: end;
  color: var(--bg-black);
  /* color: #116b65; */
}

.days p span {
  color: #116b65;
  /* color: #000000; */
}

.makkah {
  justify-content: start;
  align-items: center;
  padding-top: 13px;
}

.makkah-img {
  margin-right: 12px;
}

.makkah-detail p:first-child {
  font-size: 18px;
  color: #116b65;
  font-weight: 700;
}

.makkah-detail p:last-child {
  font-size: 14px;
  color: #6a6a6a;
  font-weight: 700;
}

.lines {
  width: 35px;
  height: 1px;
  background-color: #fee9a7;
  margin: 0px 10px;
  position: relative;
}

.lines::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--bg-black);
  bottom: -3px;
  left: 37%;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.banner-allowances {
  padding-top: 37px;
  justify-content: center;
}

.umrah-3-detail {
  box-shadow: 0px 0px 11px 0px #6f6e6e21;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.enquire-umrah {
  padding-top: 25px;
  justify-content: space-around;
  align-items: center;
}

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

.allowance-img p {
  font-size: 14px;
  font-weight: 700;
  color: #6a6a6a;
  text-transform: capitalize;
}

.enquire-umrah a.btn-umrahs {
  max-width: 174px;
  width: 100;
  background-color: #28272a;
  color: var(--bg-white);
  padding: 12px 26px;
  transition: all 0.3s linear;
}

.enquire-umrah a.btn-umrahs:hover {
  background-color: var(--bg-secondary-color);

}

.enquire-umrah a.btn-enquire {
  background-color: var(--bg-secondary-color);
  color: var(--bg-white);
  padding: 12px 33px;
  transition: all 0.3s linear;
  font-size: 22px;
}

.enquire-umrah a.btn-enquire:hover {
  background-color: #28272a;
}

.enquire-umrah a {
  font-size: 16px;
  line-height: 16px;
  border: none;
  border-radius: 3px;
}

.star-4-umrah {
  background-color: #fffcf2;
  padding-bottom: 40px;
}

.star-5-umrah {
  margin-bottom: 50px;
}

.scrollbar {
  background-color: #fffcf2;
  padding-top: 45px;
  padding-bottom: 50px;
}

.scrollbar-content {
  max-height: 691px;
  padding-right: 20px;
}

.scrollbar-thumb {
  background: var(--bg-secondary-color) !important;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: var(--bg-secondary-color);
  line-height: 1.9;
  font-weight: 700;
  font-family: var(--secondary-font);
}

.page-content h1 {
  font-size: 24px;
}

.page-content h2 {
  font-size: 24px;
}

.page-content h3 {
  font-size: 25px;
}

.page-content h4 {
  font-size: 25px;
}

.page-content h5 {
  font-size: 26px;
}

.page-content h6 {
  font-size: 26px;
}

.page-content p {
  font-size: 16px;
  color: #818181;
  line-height: 25px;
  padding-bottom: 17px;
  font-weight: 500;
}

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

.page-content ul {
  list-style-type: disc;
}

.page-content ul,
.page-content ul ul,
.page-content ol,
.page-content ol ol {
  padding: 10px;
  margin: 10px;
}

.page-content ul li,
.page-content ol li {
  font-size: 18px;
  font-weight: 400;
  color: #818181;
  line-height: 26px;
  margin-bottom: 5px;
  padding-left: 5px;
}

.page-content blockquote {
  text-align: center;
  max-width: 80%;
  margin: 25px auto;
  padding: 20px 30px;
  border-radius: 10px;
  border-right: 10px solid var(--bg-secondary-color);
  border-left: 10px solid var(--bg-secondary-color);
  font-style: italic;
}

.page-content ul li a:hover,
.page-content ol li a:hover,
.page-content blockquote a:hover {
  color: #818181;
}

.page-content strong {
  color: var(--bg-secondary-color);
  font-weight: 600;
  font-size: 15px;
}

.all-contacts {
  background-color: #404040;
  padding: 24px 0;
}

.contact-info {
  background-color: var(--bg-white);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
}

.contact-details {
  padding: 10px 23px 9px;
}

.contact-address p:first-child {
  font-size: 18px;
  text-transform: capitalize;
}

.contact-imgs svg {
  margin-right: 19px;
}

.contact-address a {
  font-size: 16px;
  color: var(--bg-secondary-color);
  transition: all 0.3s ease;
}

.contact-address a:hover {
  color: #ebd89c;
}

.contact-address p:last-child {
  color: var(--bg-secondary-color);
  font-size: 16px;
  line-height: 20px;
  transition: all 0.3s ease;
}

.contact-address p:last-child:hover {
  color: #ebd89c;
}

.contact-details:last-child {
  max-width: 342px;
  width: 100%;
  padding-right: 41px;
}

.footer {
  padding-top: 50px;
}

.footer-logo span {
  width: 200px;
  height: 2px;
  background-color: #feecb3;
  display: block;
  position: relative;

}

.footer-logo img {
  text-align: center;
  padding: 0 25px;
}

.footer-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}

.footer-logo span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--bg-black);
  transform: rotate(45deg);
  left: 50%;
  bottom: -5px;
}

.other-pages {
  border: 2px solid #feecb3;
  border-radius: 5px;
  padding: 35px 18px;
}

.other-pages ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

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

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

.social-icons {
  padding-top: 50px;
  max-width: 686px;
  width: 100%;
  margin: auto;
}

.socia-media {
  padding-bottom: 60px;
  justify-content: space-between;
  align-items: center;

}

.social-icons p {
  font-size: 14px;
  font-weight: 500;
  color: var(--bg-black);
  margin-bottom: 30px;
}

.copywrite {
  background-color: #fee9a7;
  padding: 11px 0;
}

.copywrite p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.footer {
  background-size: cover;
  background-position: center;
}

.review {
  padding: 19px 10px;
  box-shadow: 0px 0px 11px 0px #6f6e6e21;
  border-radius: 5px;
  max-width: 313px;
  width: 100%;

}

.ratings {
  padding: 50px 0;
  text-align: center;
}

.rating-icons {
  justify-content: space-between;
  align-items: center;
}

.star-4-umrah .umrah-detailing {
  background-color: var(--bg-white);
}

.thankyou-section {
  padding-top: 178px;
  padding-bottom: 100px;
}

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

.thanku-details {
  padding-top: 20px;
  text-align: center;
  max-width: 1075px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;
}

.thanku-details h3 {
  font-size: 54px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: var(--bg-secondary-color);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.thanku-details p {
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a6;
}

.thankyou-section .thankyou-button {
  max-width: 176px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;

}

.thankyou-section .thankyou-button button {
  background-color: #28272a;
  color: var(--bg-white);
  border: transparent;
}

.error-section {
  padding-top: 244px;
  padding-bottom: 120px;
}

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

.error-details {
  padding-top: 20px;
  text-align: center;
  max-width: 1075px;
  width: 100%;
  margin: auto;
  padding-bottom: 50px;

}

.error-details h3 {
  font-size: 54px;
  font-weight: 700;
  font-family: var(--secondary-font);
  color: var(--bg-secondary-color);
  text-transform: capitalize;
  margin-bottom: 10px;

}

.error-details p {
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a6;
}

.error-section .error-button {
  max-width: 176px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.error-section .error-button button {
  background-color: #28272a;
  color: var(--bg-white);
  border: transparent;
  text-transform: capitalize;
}

.detailed-umrah-pkg {
  padding-top: 156px;
}

.umrah-pkg-img {
  margin-bottom: 21px;
}

.faq-accordian .accordion-item .accordion-button {
  font-size: 18px;
  background-color: #28272a;
  text-transform: uppercase;
  color: var(--bg-white);
}

.faq-accordian .accordion-item {
  background-color: #fffbed;
  color: #6a6a6a;
}

.faq-accordian .accordion-button:not(.collapsed)::after {
  background-image: url('..//images/minus.png');
  color: white;
  background-position: center;
}

.faq-accordian .accordion-button::after {
  background-image: url('..//images/plus.png');
  color: white;
}

.faq-accordian {
  margin-bottom: 40px;
}

.pkg-detail-umrah .umrah-detailing .days p {
  font-size: 36px;
  color: #116b65;
  font-family: var(--secondary-font);
  font-weight: 700;
  text-align: start;
  line-height: 50px;
}

.pkg-detail-umrah .umrah-detailing,
.package-cont {
  background-color: var(--bg-white);
  box-shadow: 0px 0px 11px 0px #6f6e6e21;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 16px 23px 28px 23px;
}

.makkah-madinah-price {
  justify-content: space-between;
}

iframe {
  max-width: 100% !important;
}

.pkg-detail-umrah .makkah-madina {
  margin-top: 32px;
}

.main-rate p {
  font-size: 46px;
  font-weight: 900;
  font-family: var(--secondary-font);
}

.discounted-prices {
  padding-right: 63px;
  margin-top: 25px;
}

.discount-save {
  position: absolute;
  bottom: 24px;
  left: 20px;
}

.discount-save p {
  font-size: 26px;
  font-weight: 900;
  font-family: var(--secondary-font);
}

.pkg-detail-umrah .book-button {
  padding-top: 37px;
}

.pkg-detail-umrah .book-button button {
  background-color: #ffc100;
  border: transparent;
  color: var(--bg-black);
  text-transform: capitalize;
  border-radius: 3px;
  transition: all 0.3s linear;
}

.pkg-detail-umrah .book-button button:hover {
  background-color: var(--bg-secondary-color);
  color: var(--bg-white);
}

.why-book-us {
  padding-top: 23px;
}

.pkg-detail-umrah .stays {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.book-us-heading {
  padding: 10px 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #28272a;
}

.book-us-heading p {
  font-size: 18px;
  color: var(--bg-white);
  text-transform: uppercase;
}

.book-list {
  padding: 10px 25px 20px 42px;
  background-color: var(--bg-white);
  box-shadow: 0px 0px 11px 0px #6f6e6e21;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.book-list ul {
  /* list-style-type:square !important; */
  margin-left: 23px;
}

.book-list ul li {
  font-size: 18px;
  font-weight: 700;
  color: #004d4b;
  position: relative;
}

.book-list ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  background-color: var(--bg-black);
  transform: rotate(45deg);
  left: -23px;
  height: 10px;
  top: 9px;
}

.got-a-question {
  padding-top: 24px;
  padding-bottom: 45px;
}

.got-email {
  background-color: var(--bg-white);
  padding-top: 10px;
  box-shadow: 0px 0px 11px 0px #6f6e6e21;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 20px;
}

.umrah-form .group-input {
  max-width: 651px;
  width: 100%;
}

.umrah-form .form-detail {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}

.umrah-form .form-detail .form-group {
  flex: 0 0 49%;
  margin-bottom: 18px;

}

.umrah-form .form-group .form-label {
  font-size: 16px;
  color: var(--bg-white);
}

.umrah-form .form-group .group-input .form-control {
  background-color: #2d2d2d;
  border-radius: 3px;
  border: transparent;
}

.umrah-form .form-group.msg {
  max-width: 1320%;
  width: 100%;
}

.umrah-form .form-detail .form-group.msg {
  flex: 0 0 100%;
  margin-bottom: 18px;
}

.umrah-form .group-input.msg {
  max-width: 100%;
  width: 100%;
}

.umrah-form .enquire {
  background-color: #ffc100;
  border-radius: 3px;
  text-transform: capitalize;
  margin-top: 13px;

}

.umrah-form .enquire button {
  font-size: 18px;
  font-weight: 700;
  padding: 4px;
  text-transform: capitalize;
}

.umrah-form .checking label {
  font-size: 18px;
  font-weight: 700;
  color: var(--bg-white);
  margin-left: 10px;
}

.umrah-form .form-detail .form-group.checking {
  flex: 0 0 64%;
  margin-bottom: 18px;
  padding-top: 12px;
}

.umrah-form .checking label a {
  color: #ffc100;
}

.umrah-form .checking .form-check-input:checked {
  background-color: #ffc100;
  border-color: #ffc100;
  padding: 8px;
  border-radius: 0;
  margin-right: 10px;
}

.umrah-form .form-control.error {
  /* border-color: #ffc100 !important; */
  border: 1px solid #ffc100 !important;
}

.umrah-form .checking .form-check-input[type="checkbox"] {
  border-radius: 0;
  padding: 10px;
}

.umrah-form {
  border-bottom: 2px solid var(--bg-white);
}

.inner-page.topp .top-bar {
  backdrop-filter: blur(2px);
  box-shadow: 0px 0px 3px 0px #b78c8c21;
}

.inner-heading {
  padding-top: 188px;
}

.inner-heading h2 {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  font-family: var(--secondary-font);
}

.cookies-data {
  padding-top: 10px;
  padding-bottom: 30px;
}

.umrah-form .btn-default.btn-on-1.active {
  background-color: #ffc100 !important;
  color: var(--bg-white);
  border: transparent;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.umrah-form .btn-default.btn-off-1 {
  background-color: #404040;
  color: var(--bg-white);
  border: transparent;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.umrah-form .form-group.yes-no .isEnable label {
  background-color: #28272a;
}

.umrah-form .isEnable .form-check-input {
  display: none;
}

.umrah-form .form-group.yes-no .form-label {
  margin-right: 40px;
}

.umrah-form .form-detail .form-group.yes-no {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.header-area.fixed-top {
  background-color: rgba(255, 255, 255, 1) !important;
  z-index: 150000;
  padding: 0;
  box-shadow: 0 5px 17px 5px rgba(0, 0, 0, 0.1);
}

.header-area.fixed-top .top-bar {
  padding-top: 5px;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

.main-form .form-control.error {
  border: 1px solid #ffc100 !important;
}


.main-form .form-group .form-control.error .error {
  display: none;
}

.faq-accordian .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

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

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

.main-form .trip-group.passengers .svg {
  position: initial;
}

.passenger .svg {
  width: 30px;
  height: 30px;
  fill: var(--bg-secondary-color);
  flex: 0 0 10%;
}

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

.passenger span.minus,
.passenger span.plus {
  font-size: 18px;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: var(--bg-secondary-color);
  display: inline-block;
  text-align: center;
  line-height: 19px;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  flex: 0 0 auto;
}

.passenger input {
  width: 26px;
  border: none;
  border-bottom: 1px solid #5d1049;
  text-align: center;
  padding: 0;
  flex: 0 0 auto;
}

.main-form input[type="number"],
.adult-style input[type="number"] {
  -moz-appearance: textfield;
}

.switch-field {
  display: flex;
  overflow: hidden;
}

.switch-field input:checked+label {
  background-color: #ffc100;
  box-shadow: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-black);
}

.switch-field label:last-of-type {
  border-radius: 0 3px 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch-field input {
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  opacity: 0;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field label:first-of-type {
  border-radius: 3px 0 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch-field label {
  background-color: #2d2d2d;
  color: var(--bg-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
}

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

.contact-uss {
  padding-top: 148px;
}

.contact-us-heading {
  font-weight: 800;
  font-family: var(--secondary-font);
  text-align: center;
  padding-bottom: 40px;
}

.contact-us-heading h4 {
  font-size: 54px;
  text-transform: capitalize;

}

.contact-us-heading p {
  color: var(--bg-secondary-color);
  font-size: 24px;

}

.umrah-form.contact-form {
  border-bottom: none;
  padding-bottom: 92px;
}

.header-copy {
  background-color: var(--bg-white);
  padding: 1px 0 0px 0;
  display: none !important;
}

.logo-contact.copy {
  justify-content: space-between;
  align-items: center;
}

.header-area .stellarnav {
  width: auto;
  z-index: 9900;
}

.stellarnav.mobile ul {
  background: rgb(255, 247, 220);
}

/* testimonials s */

.testimonials-cvr {
  padding: 10px 0 30px;
  background-color: rgba(255, 249, 229, 0.5);
  margin-bottom: 50px;
}

.testimonials-main {
  margin-top: 17px;
}

.testimonials-box {
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 30px 30px 26px 30px;
}

.testimonials-box .media {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  flex: 0 0 auto;
}

.testimonials-box .rating {
  margin-bottom: 11px;
}

.testimonials-box .rating img:not(:nth-last-of-type(1)) {
  margin-right: 2px;
}

.testimonials-box .stars-name span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #004d4b;
}

.testimonials-box .test-head {
  margin-bottom: 20px;
}

.testimonials-box .test-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #818181;
}

/* testimonials e */

/* faqs s */
.accordion-cvr {
  padding: 10px 0 20px;
}

.accordion-main {
  margin-top: 10px;
  font-family: var(--secondary-font);
}

.accordion-main .accordion-button::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 0;
  width: 15px;
  height: 9px;
  background-image: url(/images/dropdown.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.accordion-main .accordion-button:not(.collapsed)::before {
  rotate: 180deg;
}

.accordion-main .accordion-button {
  font-size: 28px;
  font-weight: 800;
  color: #116b65;
  padding: 30px 35px;
  border: none;
  border-bottom: 1px solid rgba(129, 129, 129, 0.3);
}

.accordion-button:not(.collapsed) {
  padding: 30px 35px 0;
  border: none;
}

.accordion-main .accordion-body {
  font-size: 18px;
  line-height: 25px;
  color: #818181;
  padding: 19px 35px 25px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.3);
}

.accordion-main .accordion-item:nth-last-of-type(1) .accordion-button {
  border: none;
}

/* faqs e */

/* video-reviews s */

.video-reviews-cvr {
  padding: 115px 0 25px;
}

.video-reviews-box {
  margin-bottom: 24px;
}

.video-reviews-main {
  margin-top: 10px;
}

.video-reviews-main img {
  border-radius: 5px;
}

.video-reviews-box a {
  z-index: 2;
}

.video-reviews-box span {
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  padding: 20px 15px;
}

.video-reviews-box .btn {
  width: 70px;
  height: 70px;
  outline: 15px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
  border: none;
}

/* video-reviews e */

/* rating-reviews s */

.reviews-cvr {
  padding: 115px 0 50px;
  font-family: var(--secondary-font);
  border-bottom: 1px solid rgb(40, 39, 42, 0.1);
}

.reviews-info-main {
  margin-top: 17px;
}

.reviews-content span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: #28272a;
  margin-bottom: 22px;
}

.reviews-content .total-reviews {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #166e67;
  margin-bottom: 29px;
}

.reviews-content .rating-info p {
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  color: #28272a;
}

.reviews-content .rating-info {
  margin-bottom: 27px;
}

.reviews-content .rating-info .rating-stars {
  margin-left: 10px;
  line-height: 15px;
}

.reviews-media {
  margin-top: 3px;
}

.reviews-media img {
  border-radius: 5px;
}

/* feedback-form s */

.feedback-form {
  padding: 21px 21px 3px 21px;
  background-color: #404040;
  border-radius: 5px;
  background-image: url(/images/form-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--primary-font);
}

.feedback-form .form-input {
  margin-bottom: 19px;
}

.feedback-form .form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  background-color: #2d2d2d;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #2d2d2d;
  height: 39px;
}

.feedback-form .form-control::placeholder {
  color: #828282 !important;
}

.feedback-form .rating ul li img {
  cursor: pointer;
}

.feedback-form .rating ul li:not(:nth-last-of-type(1)) {
  margin-right: 2px;
}

.rating ul li img:nth-of-type(2) {
  display: none;
}

.rating ul li.active img:nth-of-type(1) {
  display: none;
}

.rating ul li.active img:nth-of-type(2) {
  display: block;
}

.feedback-form .form-input .form-check-label {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.feedback-form .form-input textarea.form-control {
  height: 80px;
  padding: 15px 20px;
}

.feedback-form .form-input .form-control::placeholder {
  color: var(--secondary_color);
}

.feedback-form .form-input.star {
  margin-bottom: 18px;
}

.feedback-form .form-input.message label {
  margin-bottom: 16px;
}

.feedback-form .form-check-input {
  width: 21px;
  height: 21px;
  background-color: #ffc100;
  border-color: #ffc100;
  border-radius: 3px;
  box-shadow: none;
  flex: 0 0 auto;
}

.feedback-form .form-check-input:checked {
  background-image: url(/images/checked.png);
  background-size: 14px;
  background-position: center;
}

.feedback-form .form-check-input:active {
  filter: none;
}

.feedback-form .form-input.terms {
  margin: 3px 0 28px;
}

.feedback-form .form-input.terms .form-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
}

.feedback-form .form-input.terms .form-label a {
  color: #ffc100;
}

.feedback-form .form-input.submit .btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #2d2d2d;
  background-color: #ffc100;
  padding: 10px;
  box-shadow: none;
  border-radius: 3px;
  border: none;
  height: 39px;
}

.feedback-form .form-input.submit .btn:hover {
  color: #fff;
  background-color: #2d2d2d;
  transition: all 0.3s;
}


/* feedback-form s */

/* client-reviews s */

.client-reviews-cvr {
  padding-bottom: 50px;
}

.client-reviews-info {
  padding: 50px 0 47px;
  border-bottom: 2px solid rgba(40, 39, 42, 0.1);
}

.client-reviews-info .reviews-content {
  margin-top: 17px;
}

.client-reviews-info .reviews-media {
  width: 90px;
  height: 90px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 20px 0 0;
  flex: 0 0 auto;
}

.client-reviews-info .name span {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: #28272a;
  margin-bottom: 15px;
}

.client-reviews-info .rating-title {
  margin-bottom: 30px;
}

.client-reviews-info .rating-title .rating ul li:not(:nth-last-of-type(1)) {
  margin-right: 2px;
}

.client-reviews-info .rating-title .rating ul li img {
  max-width: 20px;
}

.client-reviews-info .title p {
  line-height: 16px;
  color: #28272a;
  margin-left: 22px;
}

.client-reviews-info .verified {
  font-family: var(--secondary-font);
  line-height: 18px;
  color: #166e67;
  margin-bottom: 20px;
}

.client-reviews-info .review-message p {
  line-height: 24px;
  color: #818181;
  margin-bottom: 27px;
}

.client-reviews-info .review-date p {
  font-family: var(--secondary-font);
  line-height: 18px;
  color: #28272a;
  font-style: italic;
}

/* client-reviews e */

/* rating-reviews e */
.form-control.error {
  border-color: #ffc100;
}

.form-check-input.error {
  border-color: red;
}

label.error {
  display: none !important;
}

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



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

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

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

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

@keyframes pulse-call {
  0% {
    box-shadow: 0 0 0 0 rgba(17, 32, 51, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(17, 32, 51, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 20px;
  right: 20px;
  left: auto;
  animation-play-state: paused;
  z-index: 999;
}

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

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

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

  100% {
    opacity: 0;
  }
}

.short-form,
.flight-type {
  display: none;
}

.shw-sub .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Whatsapp button animation ends */

/* Phone Number  */
.menu-bars-fixed {
  position: fixed !important;
  display: none;
  bottom: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 999;
}

.phone-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}

.menu-small .phone-call::before,
.content-modal .mobile::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primery_color);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.menu-small .phone-call i {
	font-size: 17px;
	color: #fff;
}

.menu-small .phone-call {
  cursor: pointer;
}

.menu-small .phone-call {
  background-color: #28272a;
  border-radius: 50%;
  top: -66%;
  left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 50px;
  width: 50px;
  animation-name: pulse-call;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.menu-small {
  background-color: #fffcf2;
  min-height: 45px;
  border-top: 3px solid #fff;
}

/* Phone Number  */