/*general css Start*/

body {
  min-width: 320px;
  max-width: 1560px;
  margin: 0 auto;
  font-family: "Muli", sans-serif;

}

a {
  text-decoration: none !important;
  color: #ddb14e;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #bb8711;
}

/*input css Start*/
label {
  font-size: 16px;
  font-weight: 700;
  color: #040406;
}

.form-control {
  height: 49px;
  font-size: 15px;
  font-weight: 400;
  color: black;
  border-radius: 0;
  border: none;
  padding-left: 17px;
  
}

.form-control::placeholder {
  color: #bababa;
  font-size: 15px;
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  color: #bababa;
  font-size: 15px;
  font-weight: 400;
}

.form-control:hover, .form-control:focus {
  border-color: #ddb14e;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 177, 78, 0.25);
}

.error {
  border-color: red;
}

.error::placeholder {
  color: #ff0000;
}

.error::-webkit-input-placeholder {
  color: #ff0000;
}

.error:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-control.select {
  background-image: url("../images/icons/input-select-arrow.png");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*input css End*/
/*button css Start*/
.btn {
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #00003a;
  border-color: #00003a;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #231f20;
  border-color: #231f20;
}

.btn-secondary {
  background-color: #ddb14e;
  border-color: #ddb14e;
  border-radius: 4px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #ddb14e;
  border-color: #ddb14e;
}

/*button css End*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

/*general css End*/
/*navbar css Start*/
header {
  max-width: 1560px;
  margin: 0 auto;
}

.navbar {
  padding: 35px 0;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-top: none;
}

.navbar.logo-quote {
  background-color: #231f20;
  padding: 6px 0 6px;
  border: none;
}

.navbar.logo-quote .navbar-brand {
  margin-right: 0;
}

.navbar.logo-quote .navbar-nav li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 22px 0 0;
}

.navbar.logo-quote .navbar-nav li:last-child {
  margin-right: 0;
}

.navbar.logo-quote .navbar-nav .phone {
  margin-right: 28px;
}

.navbar.logo-quote .navbar-nav .phone a {
  font-size: 18px;
  font-weight: 700;
}

.navbar.logo-quote .navbar-nav .book-now a {
  background-color: #ddb14e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 8px;
  margin-right: 0;
}

.navbar .navbar-nav li a {
  font-size: 15px;
  font-weight: 400;
  margin: 0 18px;
  color: #181818;
}

.navbar .navbar-nav li.dropdown {
  display: flex;
  align-items: center;
}

.navbar .navbar-nav li.dropdown::after {
  content: url("../images/icons/angle-down.png");
  display: inline-block;
  overflow: hidden;
  margin-right: 12px;
  overflow: hidden;
}

.navbar .navbar-nav li.dropdown .dropdown-toggle:after {
  content: none;
}

.navbar .navbar-nav li.dropdown img {
  padding-right: 10px;
}

.navbar .navbar-nav li.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  padding: 0;
}

.navbar .navbar-nav li.dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .navbar-nav li.dropdown .dropdown-menu li a {
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 7px 14px;
  color: #000;
  display: block;
  -webkit-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
}
.megaLink {
	width: 1110px;
	left: -138%;
	display: flex !important;
	flex-direction: row;
  flex-wrap: wrap;
}
.megaLink li{
  flex: 0 0 24.9%;
}
.navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  background-color: #ddb14e;
  color: #fff;
}

.navbar .navbar-nav li.dropdown .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.navbar .navbar-nav li.dropdown > a {
  color: #231f20;
}

/*navbar css End*/
/*schedule your plan css Start*/
.schedule-plan {
  background-color: #f4f4f4;
  padding: 55px 0 30px;
}

.schedule-plan h3 {
  font-size: 24px;
  color: #3b3833;
  font-weight: 800;
  margin-bottom: 22px;
}

.schedule-plan .travelers select {
  margin-right: 4px;
}

.schedule-plan .travelers select:last-child {
  margin-right: 0;
}

.schedule-plan .submit {
  padding: 9px 33px;
  margin-top: 20px;
}

/*schedule your plan css End*/
/*filter buttons css Start*/
.filter-buttons {
  text-align: center;
  margin-bottom: 46px;
  margin-top: 45px;
}

.filter-buttons ul {
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
}

.filter-buttons ul li {
  padding: 16px 0 17px 0;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  margin-right: 0 !important;
  max-width: 165px;
  width: 100%;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.filter-buttons ul li:hover, .filter-buttons ul li.active {
  background-color: #efefef;
}

.filter-buttons ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f4f4f4;
}

.filter-buttons ul li.active::after {
  height: 5px;
  background-color: #00003a;
}

.packages-contain {
  display: flex;
  flex-direction: column-reverse;
}

.packages-contain .filter-buttons ul li {
  background-color: #fff;
}

.packages-contain .filter-buttons ul li:hover, .packages-contain .filter-buttons ul li.active {
  background-color: #efefef;
}

.packages-container {
  display: flex;
  flex-direction: column-reverse;
}

/*filter buttons css End*/
/*umrah packages css Start*/
.umrah-packages {
  width: 100%;
  transition: all 0.4s;
}
.umrah-package:hover{
  box-shadow: 0 0 20px 0 #00000088;
  transition: all 0.4s;
}
.packages-heading {
  background-color: #ddb14e;
  padding: 20px 0 20px;
}

.packages-heading p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.packages-heading p strong {
  font-size: 24px;
  font-weight: 700;
}

.packages-heading p a {
  font-weight: 900;
  color: #00003a;
  font-size: 18px;
}

.packages-heading .view-more {
  color: #f6ff0d;
  font-weight: 800;
  font-size: 14px;
}

.packages-heading .view-more img {
  margin-left: 5px;
}

.packages-contain {
  background-color: #f4f4f4;
  padding-top: 35px;
  margin-bottom: 30px;
}

.packages-contain.hotels {
  padding: 62px 0 30px;
  overflow: hidden;
}

.umrah-package {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding-right: 17px;
  padding-bottom: 22px;
  margin-bottom: 30px;
}

.umrah-package .pkg-content {
  padding-left: 18px;
  padding-top: 20px;
}

.umrah-package h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  min-height: 50px;
}

.umrah-package h3 a {
  color: #181818;
}

.umrah-package .star {
  font-size: 18px;
  font-weight: 400;
  color: #6d6d6d;
  margin-bottom: 12px;
}

.umrah-package .nights-hotel .nights {
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0;
  line-height: 1.1;
}

.umrah-package .nights-hotel .hotel {
  font-size: 15px;
  font-weight: 400;
  color: #6d6d6d;
  margin-bottom: 11px;
}

.umrah-package .nights-hotel:last-child .hotel {
  margin-bottom: 0;
}

.umrah-package .price {
  margin-top: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.umrah-package .price .deposit {
  font-size: 14px;
  font-weight: 400;
  color: #a7a7a7;
}


.umrah-package .price .amount {
  font-size: 33px;
  font-weight: 900;
  color: #ddb14e;
  display: inline-block;
  line-height: 1.15;
  position: relative;
}
.umrah-package .price .amount sub{
  position: absolute;
  top: 12px;
  font-size: 12px;
}
.umrah-package .price .amount .per-person {
	font-size: 14px;
	font-weight: 400;
	color: #00003a;
	position: absolute;
	right: -45px;
	top: 15px;
}
.umrah-package .price .amount .per-person {
  font-size: 14px;
  font-weight: 400;
  color: #00003a;
}

.umrah-package .inquiry-btn button {
  font-size: 14px;
}

/*umrah packages css End*/
/*page content section Start*/
.page-content {
  padding: 36px 0 40px;
}

.page-content h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

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

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

.page-content h4, .page-content h5, .page-content h6 {
  font-size: 16px;
}

.page-content p {
  text-align: justify;
  font-size: 15px;
  color: #212529;
  font-weight: 400;
  line-height: 1.3;
}

.page-content ol, .page-content ul {
  padding-left: 15px;
}

.page-content .packages-table {
  display: inline-block;
  width: 49%;
}

/*page content section End*/
/*follow us section Start*/
.follow-us {
  background-color: #ddb14e;
  padding: 38px 0 50px;
}

.follow-us p.heading {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}

.follow-us ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.follow-us ul li {
  flex: 0 0 25%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  margin-right: 3px;
}

.follow-us ul li:last-child {
  margin-right: 0;
}

.follow-us ul li a {
  font-size: 18px;
  padding: 22px 0 18px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  color: #181818;
}

.follow-us ul li a .svg {
  height: 47px;
  width: 47px;
  fill: #ddb14e;
}

.follow-us ul li a span {
  margin-left: 17px;
  display: inline-block;
}

/*follow us section End*/
/*footer css Start*/
.footer {
  position: relative;
  background-color: #231f20;
  padding: 100px 0 30px;
  color: #fff;

}
.footer::after{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.96)  ;
}


.footer .footer-content {
  position: relative;
  z-index: 999;
  margin-bottom: 65px;
}



.footer .footer-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer .footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content ul li {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer .footer-content ul li a {
  color: #fff;
}

.footer .footer-content .footer-links li {
  display: inline-block;
  width: 45%;
}

.footer .footer-content .contact-us {
  margin-bottom: 60px;
}

.footer .footer-content .contact-us li {
  margin-bottom: 18px;
}

.footer .footer-content .contact-us li img {
  margin-right: 14px;
  vertical-align: calc(-2px);
}

.footer .footer-content p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer .footer-content .iata-atol img {
  padding-right: 22px;
  border-right: 2px solid #726f70;
  margin-right: 22px;
}

.footer .footer-content .iata-atol img:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.footer .footer-content form {
  margin-bottom: 25px;
}

.footer .footer-content .privacy-info {
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer-copyright p {
  position: relative;
  z-index: 999;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  text-align-last: center;
  margin-bottom: 21px;
}

.footer .footer-copyright p.copyright {
  background-color: #504e4e;
  padding: 6px 8px;
}

.page-heading {
  font-weight: 800;
  font-size: 42px;
  text-align: center;
  padding: 55px 0;
}

/*footer css End*/
/*hotel css start*/
.filtr-container.row {
  width: auto !important;
}

.hotel-package {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-bottom: 30px;
}

.hotel-package .hotel-content {
  padding: 24px 15px 18px;
}

.hotel-package .hotel-content h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
}

.hotel-package .hotel-content h3 a {
  color: #181818;
}

.hotel-package .hotel-content .star {
  margin-bottom: 9px;
}

.hotel-package .hotel-content .star span {
  margin-right: 12px;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #6d6d6d;
}

.hotel-package .hotel-content .city-distance {
  font-size: 15px;
  margin-bottom: 19px;
}

.hotel-package .hotel-content .city-distance span {
  font-weight: 400;
  color: #6d6d6d;
}

.hotel-package .hotel-content .city-distance span strong {
  font-weight: 700;
  color: #231f20;
}

.hotel-package .hotel-content .city-distance span.city {
  margin-right: 25px;
}

.hotel-package .hotel-content .btn {
  padding: 9px 28px 6px 28px;
  font-size: 14px;
}

/*hotel css End*/
/*swiper carousel css Start*/
.swiper-button-next, .swiper-button-prev {
  height: 44px;
  width: 44px;
  border: 1px solid #a1a1a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
  color: #00003a;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #00003a;
  border-color: #00003a;
}

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

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.package-gallery .gallery-top {
  margin-bottom: 5px;
}

/*swiper carousel css End*/
/*package detail css Start*/
.package-detail {
  padding: 65px 0 55px;
}

.package-detail .package-title {
  margin-bottom: 20px;
}

.package-detail .package-content {
  display: flex;
  flex-wrap: wrap;
}

.package-detail .package-content .package-include {
  background-color: #f6f6f6;
  flex: 0 0 60%;
  margin-right: 14px;
}

.package-detail .package-content .package-include .heading {
  font-size: 20px;
  font-weight: 800;
  color: #181818;
  text-align: center;
  padding: 14px 0 13px;
  border-bottom: 2px solid #f2eada;
  margin-bottom: 20px;
}

.package-detail .package-content .package-include .pkg-nights {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #f2eada;
}

.package-detail .package-content .package-include .pkg-nights .nights {
  flex: 0 0 50%;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #ddb14e;
  line-height: 36px;
  margin-bottom: 0;
  border-right: 2px solid #f2eada;
}

.package-detail .package-content .package-include .pkg-nights .nights:last-child {
  border-right: none;
}

.package-detail .package-content .package-include .pkg-nights .nights span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #626262;
  margin-top: 14px;
}

.package-detail .package-content .package-include .facilities {
  padding: 0;
  text-align: center;
  background-color: #efefef;
  padding: 22px 0 18px;
  margin-bottom: 22px;
}

.package-detail .package-content .package-include .facilities li {
  display: inline-flex;
  align-items: center;
  margin: 0 2px 0 10px;
  font-size: 14px;
  font-weight: 800;
}

.package-detail .package-content .package-include .facilities li .svg {
  width: 22px;
  height: 17px;
  fill: #ddb14e;
  margin-right: 7px;
}

.package-detail .package-content .package-include .price {
  text-align: center;
  margin-bottom: 22px;
}

.package-detail .package-content .package-include .price span {
  font-size: 14px;
  font-weight: 400;
  color: #a7a7a7;
}

.package-detail .package-content .package-include .price span.amount {
  font-size: 36px;
  font-weight: 900;
  color: #ddb14e;
  padding: 0 15px 0 7px;
}

.package-detail .package-content .package-include .price span.amount sup {
  font-weight: 700;
}

.package-detail .package-content .package-include .star {
  background-color: #efefef;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #6d6d6d;
}

.package-detail .package-content .package-include .inq-btn {
  padding: 25px 0 34px;
  text-align: center;
}

.package-detail .package-content .package-include .inq-btn .btn {
  font-size: 14px;
  padding: 8px 14px 6px;
}

.package-detail .package-content .package-include .inq-btn .btn.send-enquiry {
  margin-right: 5px;
  background-color: #231f20;
}

.package-detail .package-content .hotel-detail-content {
  flex: 0 0 100%;
  background-color: #f6f6f6;
  padding: 33px 25px;
  margin-top: 15px;
}

.package-detail .package-content .hotel-detail-content h1, .package-detail .package-content .hotel-detail-content h2, .package-detail .package-content .hotel-detail-content h3, .package-detail .package-content .hotel-detail-content h4, .package-detail .package-content .hotel-detail-content h5, .package-detail .package-content .hotel-detail-content h6 {
  font-weight: 600;
  margin-bottom: 18px;
}

.package-detail .package-content .hotel-detail-content p {
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
  color: #a2a2a2;
  margin-bottom: 30px;
  line-height: 1.3;
}

.package-detail .package-content .hotel-detail-content ul {
  padding: 0;
}

.package-detail .package-content .hotel-detail-content ul li {
  list-style-position: inside;
  font-size: 14px;
  font-weight: 300;
  color: #a2a2a2;
}

.for-booking {
  flex: 0 0 37.7%;
  background-color: #f6f6f6;
}

.for-booking .heading {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #111147;
  text-align: center;
  text-transform: uppercase;
  padding: 17px 0 18px 0;
  margin-bottom: 0;
}

.for-booking .booking-item {
  padding: 32px 17px;
  display: flex;
  align-items: flex-start;
  border-bottom: 2px solid #fff;
}

.for-booking .booking-item img {
  flex: 0 0 auto;
  margin-right: 20px;
  margin-top: 5px;
}

.for-booking .booking-item span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
}

.for-booking .booking-item span a {
  display: block;
  color: #111147;
  font-weight: 800;
  text-decoration: underline !important;
}

.for-booking .booking-item:last-child {
  border-bottom: none;
}

/*package detail css End*/
/*contact us css Start*/
.ContactUs {
  padding: 63px 0 83px;
  background-color: #f4f4f4;
}

.ContactUs h3 {
  margin-bottom: 65px;
}

.ContactUs .form-group {
  margin-bottom: 30px;
}

.ContactUs textarea {
  height: 200px;
  padding-top: 15px;
}

.ContactUs .btn {
  padding: 10px 48px;
}

.ContactUs .office-info {
  border: 6px solid #fff;
  border-radius: 6px;
  padding: 27px 27px 50px 27px;
}

.ContactUs .office-info > img {
  margin-bottom: 36px;
  margin-top: -144px;
  margin-left: 135px;
}

.ContactUs .office-info p.heading {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
}

.ContactUs .office-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ContactUs .office-info ul li {
  margin-bottom: 8px;
}

.ContactUs .office-info ul li img {
  margin-right: 12px;
}

.ContactUs .office-info ul li a, .ContactUs .office-info ul li p {
  font-size: 16px;
  font-weight: 800;
  color: #343434;
  margin-bottom: 0;
}

.ContactUs .office-info ul li:last-child {
  margin-bottom: 0;
}

/*contact us css End*/
/*hotel detail css Start*/
.hotel-detail {
  background-color: #f8f8f8;
}

.hotel-detail .hotel-images {
  margin-bottom: 20px;
}

.hotel-detail .for-booking {
  background-color: #ffffff;
}

.hotel-detail .for-booking .booking-item {
  border-color: #f8f8f8;
}

.hotel-detail-image > a {
  margin-bottom: 8px;
  display: inline-block;
}

.hotel-detail-image ul li a {
  position: relative;
  display: inline-block;
}

.hotel-detail-image ul li a img {
  max-height: 95px;
}

.hotel-detail-image ul li a .view-all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.45);
}

.hotel-description .hotel-rating {
  padding: 21px 22px;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #010101;
  margin-bottom: 13px;
}

.hotel-description .hotel-rating .rating {
  font-weight: 700;
  font-size: 29px;
  background-color: #ddb14e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 61px;
  position: relative;
  margin-right: 15px;
}

.hotel-description .hotel-rating .rating::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -20px;
  border-top: 20px solid #ddb14e;
  border-right: 20px solid transparent;
}

.hotel-description .hotel-rating .out-off {
  font-size: 12px;
  color: #a4a4a4;
  font-weight: 400;
}

.hotel-description .hotel-name-dis {
  background-color: #fff;
  padding: 43px 27px 30px;
  margin-bottom: 10px;
}

.hotel-description .hotel-name-dis h3 {
  margin-bottom: 12px;
}

.hotel-description .hotel-name-dis .star {
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  display: inline-block;
  vertical-align: super;
  margin-left: 7px;
}

.hotel-description .hotel-name-dis .city-distance p {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
  margin-right: 26px;
  margin-bottom: 0;
}

.hotel-description .hotel-name-dis .city-distance p strong {
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 400;
}

.hotel-description .hotel-name-dis .city-distance p:last-child {
  margin-right: 0;
}

.hotel-description .hotel-name-dis .see-map {
  font-size: 14px;
  color: #347aed;
  font-weight: 600;
  text-decoration: underline !important;
}

.hotel-description .hotel-content {
  padding: 40px 27px 30px;
  background-color: #fff;
  margin-bottom: 15px;
}

.hotel-description .hotel-content h5 {
  margin-bottom: 30px;
}

.hotel-description .hotel-content p {
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  text-align: justify;
  margin-bottom: 12px;
}

.hotel-description .hotel-facilities {
  background-color: #fff;
  padding: 30px 0 38px;
}

.hotel-description .hotel-facilities ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotel-description .hotel-facilities ul li {
  text-align: center;
  flex: 0 0 16.66%;
}

.hotel-description .hotel-facilities ul li .svg {
  width: 37px;
  height: 32px;
  fill: #ddb14e;
  margin-bottom: 10px;
}

.hotel-description .hotel-facilities ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
}

/*hotel detail css End*/
/*modal css Start*/
.modal .close {
  border: 1px solid #000;
  font-weight: 700;
  opacity: 1;
  font-size: 22px;
  border-radius: 3px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.modal .close span {
  margin-top: -2px;
}

.modal .heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: #f6f6f6;
}

.modal .modal-content .modal-body {
  padding: 30px;
}

.modal .hotel-images {
  border: 5px solid #ddb14e;
  padding: 5px;
  border-radius: 5px;
}

.modal .hotel-images .popup-gallery-top {
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 360px;
  }
  .modal-sm .close {
    margin-top: 1px;
    padding: 10px;
  }
  .modal-sm .modal-header {
    padding: 11px 30px 11px 30px;
    background-color: #fff;
  }
  .modal-sm .modal-header .modal-title {
    font-size: 18px;
    font-weight: 800;
  }
  .modal-sm .enq-message {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 700;
  }
}

/*modal css End*/
label.error {
  display: none !important;
}

@media (min-width: 992px) {
  #GalleryPopup .modal-lg {
    max-width: 724px;
  }
}

/* Why choose umrah experts home page CSS starts here */
.why-choose-us-cover{
  padding: 100px 0;
  padding-bottom: 60px;
}
.why-choose-us-cover .why-choose-us-heading{
  text-align: center;
  margin-bottom: 45px;
}

.why-choose-us-cover .why-choose-us-heading h2{
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
 
}

.why-choose-us-cover .why-choose-us-heading p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 750px;
  margin: 0 auto;
 
}
.why-choose-us-cover .why-choose-us-heading h2 span{
  color: #ddb14e;
}
.why-choose-us-cover .why-choose-us{
  padding: 40px 60px;
  box-shadow: 0px 2px 7px -1px rgba(140,140,140,0.75);
-webkit-box-shadow: 0px 2px 7px -1px rgba(140,140,140,0.75);
-moz-box-shadow: 0px 2px 7px -1px rgba(140,140,140,0.75);
border: 1px solid #fff;
transition: all 0.3s;
display: flex;
justify-content: space-between;
align-items: center;
}
.why-choose-us-cover .why-choose-us:hover{
  border-color: #ddb14e;
}
.why-choose-us-cover .why-choose-us h3{
  font-size: 20px;
  font-weight: 800;
  color: #ddb14e;
}
.why-choose-us-cover .why-choose-us h3 span{
  color: #000;
}
.why-choose-us-cover .why-choose-us p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.why-choose-us-cover .why-choose-us .choose-content{
  max-width: 300px;
}
.why-choose-us-cover .why-choose-us .choose-image{
  max-width: 75px;
}
/* Why choose umrah experts home page CSS ends here */


/* testimonials home page CSS starts here */
.testimonials-cover{
  padding-bottom: 60px;
  padding-top: 40px;
}
.testimonials-cover .testimonials-heading{
  text-align: center;
  margin-bottom: 45px;
}

.testimonials-cover .testimonials-heading h2{
  font-size: 35px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
 
}
.testimonials-cover .testimonial{
  border-radius: 4px;
  box-shadow: 0px 2px 7px -4px rgba(140,140,140,0.75);
-webkit-box-shadow: 0px 2px 7px -4px rgba(140,140,140,0.75);
-moz-box-shadow: 0px 2px 7px -4px rgba(140,140,140,0.75);
}

.testimonials-cover .testimonial .testimonial-img img{
  border-radius: 4px;
}
.testimonials-cover .testimonial .testimonial-content{
  padding: 30px 20px; 
  text-align: center;
}

.testimonials-cover .testimonial .testimonial-content h4{
  font-size: 16px;
  font-weight: 500;
  color: #ddb14e;
  text-transform: uppercase;

}
.testimonials-cover .testimonial .testimonial-content p{
  font-size: 14px;
  font-weight: 300;
  
  color: #454545;
}
.testimonials-cover .testimonial .testimonial-img {
	position: relative;
	text-align: center;
}
.testimonials-cover .testimonial .testimonial-img .play-btn{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
/* testimonials home page CSS ends here */

/* video cover CSS starts */
.video-cover {
	max-width: 1560px;
	height: 100vh;
	overflow: hidden;
	/* z-index: -2; */
	position: relative;
}
.video-cover::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-cover .video-text p {
  font-size: 55px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.video-cover .video-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
#testimonialVideoModal .modal-dialog {
  max-width: 800px !important;
}

#testimonialVideoModal .modal-dialog .testimonial-video-cover video{
  max-width: 740px !important;
}

.banner-carousal,.swiper-body{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner-carousal   .swiper {
  width: 100%;
  height: 100%;
}

.banner-carousal .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-carousal .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 156/60;
  object-fit: cover;
}


/* video cover CSS ends */
/* Makkah / Madinah CSS Start*/
.sight-seeing>p{
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
}
.sight-seeing .holy-cites{
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sight-seeing .holy-cites .cite-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
  transition: all 0.3s;
}
.holy-cites .cite-box:not(:nth-last-of-type(1)){
  margin-bottom: 30px;
}

.sight-seeing .holy-cites .cite-box:hover {
	box-shadow: 0 0 5px 0 #9b9b9b57;
}
.holy-cites .cite-box .cite-content{
  padding: 30px;
}
.holy-cites .cite-box .cite-content h3{
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 700;
  margin-bottom: 27px;
  text-transform: capitalize;
}
.holy-cites .cite-box .cite-content p{
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 400;
  margin-bottom: 0;
}
/* Makkah/ Madinah  CSS ends */
/* Masjid E Aqsa  CSS Start */
.masjid-aqsa h3{
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1d;
  margin-top: 52px;
  text-transform: capitalize;
}
.masjid-aqsa h3:not(:first-of-type){
  margin-top: 88px;
}
.masjid-aqsa p{
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 20px;
}
.masjid-aqsa p:nth-last-of-type(1){
  margin-bottom: 28px;
}
.masjid-aqsa ul{
  margin-top: 14px;
}
.masjid-aqsa ul li{
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 1;
}
.masjid-aqsa ul li::marker{
  font-size: 20px;
  color: #4b4b4b;
  border-radius: 50%;
}
/* Masjid E Aqsa  CSS ends */

.form-control.error {
	border-color: red !important;
}


/* animation on mobile is starts here  */
.responsive-menu .call a::after {
	content: "";
	position: absolute;
	height: 120%;
	width: 120%;
	background-color: rgba(33, 37, 41, 0.5 );
	border: 2px solid #00003a;
	border-radius: 50%;
	animation: 2s infinite width-height;
	z-index: -1;
}

.responsive-menu .call a {
	width: 60px;
	height: 60px;
	background-color: #00003a;
	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;
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 189, 81, 0.15);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(16, 189, 81, 0.25);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(16, 189, 81, 0.25);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.15);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(33, 37, 41, 0.25);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(33, 37, 41, 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)
  }
}

svg.shake {
  width: 22px;
  height: 22px;
  -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;
  fill: #fff;
}

.whatsapp svg.shake {
	-webkit-animation-name: none;
	animation-name: none;
	width: 30px;
	height: 30px;
}

.responsive-menu-cvr .whatsapp a{
	animation: 1.5s infinite pulseGreen;
  background-color: #10bd51;
}

.responsive-menu .call.whatsapp a::after {
	background-color: rgba(16, 189, 81, 0.5 );
	border: 2px solid #10bd51;
}

.responsive-menu-cvr {
  bottom: 0;
  z-index: 999;
  width: 100%;
}

.header .call-btn {
	position: absolute;
	right: 0;
	top: 6px;
}