/* ------------------------------------------------------  
This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/*----------------------------------------------------*/
@import url(../css/bootstrap.min.css);
@import url(../vendors/fontawesome-pro-5.0.6/css/fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../font/SolaimanLipi/SolaimanLipi.eot');
  /* IE9 Compat Modes */
  src: url('../font/SolaimanLipi/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/SolaimanLipi/SolaimanLipi.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/SolaimanLipi/SolaimanLipi.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../font/SolaimanLipi/SolaimanLipi.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../font/SolaimanLipi/SolaimanLipi.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
body a,
body .btn,
body button {
  font-family: 'SolaimanLipi', 'SolaimanLipi', 'SolaimanLipi', 'Poppins', sans-serif-serif;
}

.top-header {
  background: #000;
  display: block;
  overflow: hidden;
}

.top-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-left-item {
  display: flex;
  align-items: center;
}
.top-header-left-item li {
  font-family: 'SolaimanLipi', 'SolaimanLipi', 'SolaimanLipi', 'Poppins', sans-serif-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-transform: capitalize;
}
.top-header-left-item li a {
  text-transform: capitalize;
  font-family: 'SolaimanLipi', 'SolaimanLipi', 'SolaimanLipi', 'Poppins', sans-serif-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-right: 1px solid #3a3a3a;
  padding: 20px;
}
.top-header-left-item li a:hover {
  color: #d85e43;
}
.top-header-left-item li:first-child {
  border-right: 1px solid #3a3a3a;
  padding: 20px;
}

.top-header-right-item {
  display: flex;
  align-items: center;
}
.top-header-right-item li a {
  text-transform: capitalize;
  font-family: 'SolaimanLipi', 'SolaimanLipi', 'SolaimanLipi', 'Poppins', sans-serif-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 20px;
}
.top-header-right-item li a:hover {
  color: #d85e43;
}

.min-header-area {
  display: block;
  background: #FAFAFA;
  transition: box-shadow 0.15s; 
  box-shadow: rgba(104, 111, 119, 0.16) 0px 3px 6px 0px;
}

.min-header-wrapper {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.min-header-fast-part {
  width: 35%;
}
.min-header-fast-part a img {
  display: block;
  max-width: 100%;
  height: 70px;
  padding: 15px 0;
}

.min-header-second-part {
  width: 65%;
  display: block;
}

.header-mail-search-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #ebebeb;
}

.header-office-address {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
}
.header-office-address .loc-border {
  border-right: 1px solid #ebebeb;
  padding-right: 30px;
}
.header-office-address img {
  display: block;
  height: auto;
  width: 24px;
}
.header-office-address .header-office-address-location p {
  color: #727679;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: 'SolaimanLipi', 'SolaimanLipi', 'SolaimanLipi', 'Poppins', sans-serif-serif;
}
.header-office-address .header-office-address-location a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SolaimanLipi', 'SolaimanLipi', 'SolaimanLipi', 'Poppins', sans-serif-serif;
}
.header-office-address .header-office-address-location a:hover {
  color: #d85e43;
}

.loc-border-two {
  padding-left: 30px;
}

.search-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 40px;
}
.search-option .navigation-bar {
  position: relative;
}
.search-option .navigation-bar .search-btn {
  border: none;
  background: none;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}
.search-option .navigation-bar .search-btn svg {
  width: 15px;
  height: 15px;
}
.search-option .navigation-bar .search-btn svg path {
  fill: #000;
}
.search-option .mnmd-search-full {
  background-color: rgba(17, 26, 57, 0.8) !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 999;
  visibility: hidden;
  overflow: hidden;
  padding: 0 15px;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
}
.search-option .mnmd-search-full form {
  margin: 0;
  width: 50%;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.search-option .mnmd-search-full form .form-control {
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  color: #ebebeb;
  font-family: 'Roboto';
  padding: 10px 50px 10px 10px;
}
.search-option .mnmd-search-full form span {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.search-option .mnmd-search-full form span i {
  color: #d85e43;
  font-size: 30px;
  font-weight: 400;
}
.search-option .mnmd-search-full.On {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
.search-option .mnmd-search-full.On form {
  transform: scaleX(1);
}
.search-option .add-to-card {
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  margin-right: 10px;
  padding: 8px;
}
.search-option .add-to-card .add-shopping {
  font-size: 14px;
  color: #000;
  font-family: 'Roboto';
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.search-option .add-to-card span {
  position: absolute;
  top: -9px;
  right: -10px;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: block;
  background: #d85e43;
  border-radius: 50%;
  text-align: center;
}

.min-header-second-part-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.min-header-second-part-menu-item ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
}
.min-header-second-part-menu-item ul li a {
  font-family: 'Roboto';
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 20px 0;
  display: block;
  text-transform: uppercase;
}
.min-header-second-part-menu-item ul li a:hover {
  color: #d85e43;
}
.min-header-second-part-menu-item ul li a i {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  position: relative;
  left: 3px;
  top: 1px;
}
.min-header-second-part-menu-item ul li ul {
  position: absolute;
  left: -40px;
  width: auto;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 20px 100px rgba(17, 28, 49, 0.308);
  z-index: 9;
  transition: .5s;
}
.min-header-second-part-menu-item ul li ul li {
  display: block;
}
.min-header-second-part-menu-item ul li ul li a {
  font-family: 'Roboto';
  font-size: 12px;
  color: #000;
  font-weight: 500;
  padding: 4px 8px 6px 8px;
  display: block;
  text-wrap: nowrap;
}
.min-header-second-part-menu-item ul li ul li a:hover {
  color: #d85e43;
}
.min-header-second-part-menu-item ul li:hover ul {
  left: 0px;
  opacity: 1;
  visibility: visible;
}

.header-menu-contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid #006536;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  margin-left: 30px;
}
.header-menu-contact-btn i {
  transform: rotate(99deg);
  color: #026637;
  font-size: 14px;
}
.header-menu-contact-btn .header-contact-btn p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  font-family: 'Roboto';
  text-transform: capitalize;
}
.header-menu-contact-btn .header-contact-btn strong {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #026637;
  font-family: 'Roboto';
}
.header-menu-contact-btn:hover {
  background: #25d366;
}
.whatsapp-btn a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.5s ease-out 0s;
}
.whatsapp-btn {
  margin-left: 20px;
}
.sidebar-menu {
  display: none;
}
.sidebar-menu li a {
  color: #000C23;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
  display: block;
  font-family: 'Roboto';
}

.sidebar-menus {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 9999999;
  background-color: rgba(17, 26, 57, 0.8) !important;
  opacity: 1;
  transition: .5s;
}
.sidebar-menus .remove-one {
  color: #e91010;
  font-weight: 800;
  font-size: 21px;
  padding: 5px;
  line-height: 0px;
  cursor: pointer;
  position: absolute;
  left: 310px;
  top: 20px;
}
.sidebar-menus.active {
  left: 0;
}
.sidebar-menus .header-menu-item {
  width: 350px;
  height: 100vh;
  background: #009146;
  padding: 40px 20px 0;
}
.sidebar-menus .header-menu-item ul li {
  transition: 0.5s;
  display: inline;
}
.sidebar-menus .header-menu-item ul li a {
  font-family: 'Roboto';
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.sidebar-menus .header-menu-item ul li a:hover {
  color: #d85e43;
}
.sidebar-menus .header-menu-item ul li a i {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  position: relative;
  left: 3px;
  top: 1px;
}
.sidebar-menus .header-menu-item ul li ul {
  z-index: 99;
}
.sidebar-menus .header-menu-item ul li ul li {
  display: block;
}
.sidebar-menus .header-menu-item ul li ul li a {
  font-family: 'Roboto';
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0 10px 30px;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.sidebar-menus .header-menu-item ul li ul li a:hover {
  color: #d85e43;
}
.sidebar-menus .header-menu-contact-btn {
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .min-header-second-part-menu-item ul li {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  .sidebar-menu {
    display: block;
  }

  .min-header-second-part {
    display: none;
  }

  .min-header-fast-part a img {
    max-width: 200px;
  }

  .min-header-wrapper {
    padding: 10px 0;
  }

  .top-header {
    display: none;
  }
}
@media (max-width: 570px) {
  .sidebar-menus .header-menu-item {
    width: 100%;
    padding: 80px 20px 0;
  }

  .sidebar-menus .remove-one {
    right: 20px !important;
    left: auto;
  }

  .min-header-fast-part a img {
    max-width: 130px;
  }
}
/*----------------------------------------------------*/
/* .makka-hero-area:before {
  content: "";
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #26374a;
}
.makka-hero-area:after {
  content: "";
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(79.58deg, #B4D039 -89.17%, #FF9800 -29.6%, #FF5722 139.57%);
  z-index: -1;
} */
.makka-hero-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.makka-hero-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.makka-hero-textItem {
  padding: 0px 20px;
}
.makka-hero-textItem h6 {
  font-family: 'Roboto';
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #fff;
}
.makka-hero-textItem.hero-left.aos-init.aos-animate {
  padding-top: 150px;
}
.makka-hero-textItem h1 {
  color: #fff;
  font-family: 'Roboto';
  font-size: 46px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
}
.makka-hero-textItem h1 strong {
  font-weight: 700;
}
.makka-hero-textItem .theme-btn {
  margin-top: 0;
}

.hero-min-img {
  width: 50%;
  height: auto;
  display: block;
}
.hero-min-img img {
  width: 100%;
  height: auto;
}
.makka-hero-area .UmrahAgency-image img {
  display: block;
  /* position: absolute; */
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1200px) {
  .makka-hero-textItem {
    padding: 130px 0 220px;
  }
  .makka-hero-textItem h6 {
    line-height: 28px;
  }
  .makka-hero-textItem h1 {
    font-size: 50px;
    line-height: 60px;
    max-width: 435px;
  }
  .makka-hero-textItem .theme-btn {
    margin-top: 0;
  }

  .theme-btn {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .theme-btn {
    padding: 15px 30px;
  }

  .makka-hero-textItem {
    padding: 80px 0 80px;
  }
  .makka-hero-textItem h1 {
    font-size: 30px;
    line-height: 40px;
    max-width: 270px;
  }
  .makka-hero-textItem .theme-btn {
    margin-top: 0;
    padding: 15px 30px;
  }
}
/*----------------------------------------------------*/
.makka-offer-area {
  position: relative;
  padding-bottom: 120px;
}
.makka-offer-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  width: 715px;
  height: 381px;
  background: url(../img/offer-after.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.makka-offer-area::before {
  content: "";
  position: absolute;
  right: 0;
  top: -140px;
  width: 715px;
  height: 381px;
  background: url(../img/offer-before.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.makka-offer-wrapper {
  border-radius: 10px;
  background: transparent;
  padding: 30px 30px 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
  box-shadow: 0px -60px 100px rgba(17, 28, 49, 0.055);
}

.makka-offer-item {
  position: relative;
  border: 3px solid #f1a926;
  border-radius: 12px;
  transition: .5s;
}
.makka-offer-item:hover {
  background: #f1a926;
}
.makka-offer-item:hover .makka-offer-item-text {
  display: block;
  text-align: center;
}
.makka-offer-item:hover .makka-offer-item-text a {
  color: #fff;
}
.makka-offer-item:hover .makka-offer-item-text p {
  color: #fff;
}

.makka-offer-min-img {
  border-radius: 9px;
  width: 100%;
  height: auto;
  display: block;
}

.makka-offer-item-icon-area {
  position: relative;
  top: -70px;
}
.makka-offer-item-icon-area .makka-offer-icon-img {
  width: 100px;
  height: 100px;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
}

.makka-offer-item-text {
  display: block;
  text-align: center;
  margin-top: -45px;
}
.makka-offer-item-text a {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
  padding-bottom: 10px;
  font-family: 'Roboto';
  text-transform: capitalize;
}
.makka-offer-item-text a:hover {
  color: #d85e43;
}
.makka-offer-item-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #616161;
  max-width: 290px;
  margin: 0 auto;
  padding-bottom: 15px;
}

@media (max-width: 1200px) {
  .makka-offer-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(274px, 1fr));
  }

  .makka-offer-item-icon-area .makka-offer-icon-img {
    width: 70px;
    height: 70px;
    top: 28px;
  }

  .makka-offer-item-text a {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
  }

  .makka-offer-item-text p {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .makka-offer-wrapper {
    padding: 15px;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(274px, 1fr));
    position: unset;
    margin-top: 70px;
  }

  .makka-offer-area::before {
    top: -206px;
    width: 27%;
    height: 280px;
  }

  .makka-offer-area::after {
    top: -145px;
    width: 27%;
    height: 281px;
    background-size: cover;
  }

  .makka-offer-item-text {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .makka-hero-wraper {
    display: block;
    text-align: center;
  }

  .makka-hero-textItem {
    padding: 80px 0 50px;
    margin: 0 auto;
    width: 100%;
  }

  .hero-min-img {
    width: 100%;
    margin: 0 auto 70px;
  }

  .makka-hero-textItem h1 {
    margin: 0 auto;
  }
}
/*----------------------------------------------------*/
.bangladesh-offer-img {
  border-radius: 9px;
  width: 100%;
  height: auto;
  display: block;
}
.image-black-shadow {
  border-radius: 9px;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.88%, rgba(0, 0, 0, 0.8) 100%);
}
.makka-offer-area a.card-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.makka-offer-area h5.card-title {
  letter-spacing: 0.00938em;
  color: #ffffff;
  font-weight: 525;
  line-height: 20px;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
.makka-offer-area p.card-text {
  color: #FFFFFF;
  text-align: start !important;
}
/*----------------------------------------------------*/
.top-airlines-box {
  background: antiquewhite;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: calc(100% / 4 - 12px);
  -ms-flex-preferred-size: calc(100% / 4 - 12px);
  flex-basis: calc(100% / 4 - 12px);
  overflow: hidden;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  border-radius: 9px;
  padding: 16px;
  margin: 5px 0;
}
a.top-airlines-box-a {
  position: absolute;
    inset: 0px;
    z-index: 111;
}
.top-airlines-box-img {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 0px;
}
.top-airlines-box-img img {
  width: 36px;
  height: 36px;
  object-position: center;
  object-fit: cover;
}
.text-start-airlines {
  margin: 0;
    color: #3E4957;
    font-family: Murecho, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Poppins, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #1A2B3D;
    font-weight: 475;
    line-height: 24px;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}
p.text-start-airlines {
  margin: 0px 8px;
  line-height: 20px;
}
/*----------------------------------------------------*/
.UmrahAgency-area {
  padding: 100px 0;
  overflow: hidden;
}
.UmrahAgency-area .row {
  align-items: center;
}

.UmrahAgency-image {
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
}
.UmrahAgency-image img {
  /* display: block; */
  /* position: absolute; */
  transform: translate(20%, 0%) !important;
  overflow: hidden;
  z-index: 2;
}

.UmrahAgency-title img {
  max-width: 200px;
  display: block;
  height: auto;
  margin-bottom: 10px;
}
.UmrahAgency-title h2 {
  font-family: 'Roboto';
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: black;
  max-width: 507px;
  margin-bottom: 30px;
}
.UmrahAgency-title p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616161;
  max-width: 540px;
}

.UmrahAgency-hotel-wrapper {
  margin-top: 40px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  position: relative;
}
.UmrahAgency-hotel-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: #ebebeb;
}
.UmrahAgency-hotel-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background: #ebebeb;
}

.UmrahAgency-hotel-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.UmrahAgency-hotel-item img {
  display: block;
  width: 35px;
  height: auto;
}
.UmrahAgency-hotel-item strong {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #222222;
}

@media (max-width: 1200px) {
  .UmrahAgency-image {
    width: 450px;
    height: 450px;
  }

  .UmrahAgency-image img {
    width: 390px;
    height: 390px;
  }

  .UmrahAgency-title h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 396px;
    margin-bottom: 20px;
  }

  .UmrahAgency-hotel-wrapper {
    margin-top: 30px;
    gap: 30px 40px;
  }
}
@media (max-width: 991px) {
  .UmrahAgency-image {
    /* margin: 0 auto 40px; */
  }

  .UmrahAgency-area {
    padding-bottom: 70px;
    overflow: hidden;
    padding-top: 70px;
  }

  .UmrahAgency-hotel-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .UmrahAgency-hotel-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
  }
}
@media (max-width: 570px) {
  .UmrahAgency-hotel-wrapper {
    margin-top: 10px;
    display: block;
  }
  .UmrahAgency-hotel-wrapper::before {
    width: 0;
    display: none;
  }
  .UmrahAgency-hotel-wrapper::after {
    height: 0;
    display: none;
  }

  .UmrahAgency-hotel-item {
    padding-top: 20px;
  }

  .UmrahAgency-hotel-item img {
    width: 25px;
  }

  .UmrahAgency-title img {
    max-width: 136px;
  }

  .UmrahAgency-title h2 {
    font-size: 26px;
    line-height: 34px;
    max-width: 343px;
    margin-bottom: 10px;
  }

  .UmrahAgency-image {
    width: 325px;
    height: 325px;
  }

  .UmrahAgency-image img {
    width: 285px;
    height: 285px;
  }
}
/*----------------------------------------------------*/
.facilities-area {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.facilities-registration-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 15px;
}

.facilities-registration-item {
  background-repeat: no-repeat;
  background-size: cover;
}

.fri-1 {
  border-radius: 15px 0 0 15px;
  width: 50%;
}

.fri-2 {
  border-radius: 0 15px 15px 0;
  width: 50%;
}

.facilities-registration-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 68px 0;
}
.facilities-registration-text img {
  width: 50px;
  height: 40px;
}
.facilities-registration-text h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
}
.facilities-registration-text i {
  color: #fff;
  font-size: 30px;
}

.our-facilities-title {
  margin-bottom: 50px;
  text-align: center;
}
.our-facilities-title h2 {
  font-family: 'Roboto';
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
}
.our-facilities-title p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616161;
}

.our-facilities-title-img {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.our-facilities-title-img::after {
  content: "";
  position: absolute;
  left: 45%;
  transform: translate(-45%);
  top: 15px;
  height: 1px;
  width: 60px;
  background: #009146;
}
.our-facilities-title-img::before {
  content: "";
  position: absolute;
  right: 41%;
  transform: translate(-41%);
  top: 15px;
  height: 1px;
  width: 60px;
  background: #009146;
}
.our-facilities-title-img img {
  height: 30px;
  width: 40px;
}

.our-facilities-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(232px, 1fr));
  grid-template-rows: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
}

.our-facilities-items {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 65px 30px;
  box-shadow: 0px 5px 40px 0px rgba(33, 68, 98, 0.19);
}
.our-facilities-items strong {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  display: block;
  margin: 0 auto;
  max-width: 200px;
  padding-top: 10px;
}
.our-facilities-items:hover {
  background: #28a74641;
}

.our-facilities-items-icon img {
  width: 100px;
  height: auto;
}

@media (max-width: 1200px) {
  .our-facilities-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    gap: 20px;
  }

  .our-facilities-items {
    padding: 35px 10px;
  }

  .our-facilities-title-img::before {
    right: 39%;
    left: auto;
  }

  .our-facilities-title-img::after {
    left: 44%;
    right: auto;
  }

  .our-facilities-items strong {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .our-facilities-title-img::after {
    display: none;
  }

  .our-facilities-title-img::before {
    display: none;
  }

  .our-facilities-title h2 {
    font-family: 'Roboto';
    font-size: 30px;
    line-height: 40px;
  }

  .our-facilities-items strong {
    font-size: 18px;
    line-height: 24px;
    max-width: 162px;
  }

  .our-facilities-items-icon img {
    width: 50px;
  }

  .our-facilities-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
  }

  .facilities-registration-wrapper {
    margin-bottom: 40px;
    position: unset;
  }

  .facilities-area {
    padding: 80px 0;
    overflow: hidden;
  }

  .facilities-registration-text h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .facilities-registration-text img {
    width: 26px;
    height: 30px;
  }

  .facilities-registration-text {
    gap: 5px;
    padding: 35px 0;
  }

  .facilities-registration-text i {
    font-size: 18px;
  }
}
@media (max-width: 570px) {
  .facilities-registration-wrapper {
    display: block;
  }

  .fri-1 {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 15px;
  }

  .fri-2 {
    border-radius: 15px;
    width: 100%;
  }

  .facilities-registration-text img {
    width: 40px;
    height: auto;
  }
}
/*----------------------------------------------------*/
.umrah-travelers-area {
  padding: 130px 0;
}

.umrah-travelers-wrapper {
  display: flex;
  align-items: center;
  gap: 130px;
}

.umrah-travelers-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 503px;
  width: 100%;
  padding: 40px;
}
.umrah-travelers-img h6 {
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #fff;
  max-width: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.umrah-travelers-img-one {
  margin-top: 50px;
}

.umrah-travelers-img-two {
  height: 270px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.umrah-travelers-img-three {
  height: 300px;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
}

.umrah-travelers-img-item {
  width: 50%;
}

.umrah-travelers-text-area {
  width: 50%;
}
.umrah-travelers-text-area h2 {
  font-family: 'Roboto';
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: black;
  max-width: 540px;
}
.umrah-travelers-text-area p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616161;
  max-width: 635px;
  padding-top: 20px;
}

.umrah-travelers-experience-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.umrah-travelers-experience-img {
  display: block;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 171px;
  height: 171px;
  margin-top: 40px;
}

.umrah-travelers-experience-text {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.umrah-travelers-experience-text h2 {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 50px;
  line-height: 34px;
  color: #000;
}
.umrah-travelers-experience-text small {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #7f7f7f;
  display: block;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
  padding-top: 20px;
}

.umrah-travelers-experience-ul li {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  padding: 5px 0;
}
.umrah-travelers-experience-ul li i {
  font-size: 14px;
  color: #009146;
  margin-right: 10px;
}

/*----------------------------------------------------*/
.cheap-packages-area {
  background-repeat: no-repeat;
  background-size: cover;
}

.cheap-packages-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 80px 0;
}

.cheap-packages-text-item {
  position: relative;
  width: 50%;
  padding: 120px 0;
}
.cheap-packages-text-item h2 {
  font-family: 'Roboto';
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: black;
  max-width: 540px;
}
.cheap-packages-text-item p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616161;
  max-width: 553px;
  padding-top: 20px;
}

.cheap-packages-count-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 30px;
}

.cheap-packages-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cheap-packages-counter img {
  width: 30px;
  height: auto;
}
.cheap-packages-counter .counter-text h3 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #000;
  padding-bottom: 5px;
}
.cheap-packages-counter .counter-text small {
  font-family: 'Roboto';
  color: #2b2b2b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.cheap-packages-call {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 30px 10px 30px 50px;
  max-width: 390px;
  position: relative;
  margin-left: 40px;
  margin-top: 40px;
}
.cheap-packages-call img {
  position: absolute;
  left: -40px;
  top: 25px;
  width: 77px;
  height: auto;
}

.cheap-packages-call-number .cheap-packages-hover {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: black;
  padding-top: 0;
}
.cheap-packages-call-number span {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #f1a926;
}

.cheap-packages-form-item {
  width: 50%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.cheap-packages-form-item form {
  padding: 115px 80px 50px;
}
.cheap-packages-form-item form h6 {
  font-family: 'Roboto';
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 249px;
}
.cheap-packages-form-item form input {
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #686f7a;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cheap-packages-form-item form textarea {
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #686f7a;
  padding: 5px 15px 15px;
  width: 100%;
  height: 90px;
  display: block;
  border-radius: 5px;
  resize: none;
  margin-bottom: 20px;
}
.cheap-packages-form-item form .theme-btn {
  width: 100%;
  padding: 15px;
  background: #000;
  border-radius: 6px;
}
.cheap-packages-form-item form .theme-btn::before {
  background: #d85e43;
}

/*----------------------------------------------------*/
.packageing-plan-area {
  padding: 100px 0 310px;
}

.price-nav {
  background-color: #fff;
  box-shadow: 0px 20px 100px rgba(17, 28, 49, 0.308);
  border-radius: 30px;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.price-nav li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.price-nav a {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  color: #000;
  display: block;
  border-radius: 30px;
}
.price-nav a.active {
  color: #fff;
  background: #009146;
}

.packageing-plan-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
}

.packageing-plan-item {
  display: block;
  position: relative;
}

.packageing-plan-item-text-area {
  width: 100%;
  position: absolute;
  top: 127px;
  left: 50%;
  transform: translate(-50%);
}
.packageing-plan-item-text-area h3 {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 40px 30px;
  text-transform: uppercase;
}

.packageing-plan-item-img {
  position: relative;
}
.packageing-plan-item-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.671) 100%);
  border-radius: 10px;
}
.packageing-plan-item-img img {
  width: 100%;
  min-height: 370px;
  border-radius: 10px;
  overflow: hidden;
}

.packageing-plan-item-text-list {
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(33, 68, 98, 0.19);
  border-radius: 0 0 10px 10px;
  padding: 30px;
}
.packageing-plan-item-text-list h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background: #f1a926;
  padding: 8px 40px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-family: 'Roboto';
  position: absolute;
  top: 58px;
}
.packageing-plan-item-text-list h5 {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 48px;
  font-weight: 600;
  color: #000;
  font-family: 'Roboto';
}
.packageing-plan-item-text-list .umrah-travelers-experience-ul li {
  color: #616161;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Roboto';
  padding: 0;
}
.packageing-plan-item-text-list .umrah-travelers-experience-ul li i {
  font-size: 16px;
  color: #009146;
  margin-right: 10px;
}
.packageing-plan-item-text-list .theme-btn {
  width: 100%;
  padding: 7px 30px;
  margin-top: 20px;
}

.package-page-area {
  padding-bottom: 240px;
}

/*----------------------------------------------------*/
.testimonial-area {
  padding: 110px 0 160px;
  background: #202c33;
  position: relative;
}
.testimonial-area .swiper-horizontal > .swiper-pagination-bullets, .testimonial-area .swiper-pagination-bullets.swiper-pagination-horizontal, .testimonial-area .swiper-pagination-custom, .testimonial-area .swiper-pagination-fraction {
  bottom: 110px;
}
.testimonial-area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.testimonial-area .swiper-pagination-bullet-active {
  background: #009146 !important;
}

.testimonial-title h2 {
  color: #fff;
}
.testimonial-title p {
  color: #fff;
}

.testimonial-slide-wrapper {
  position: relative;
}
.testimonial-slide-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background: url(../img/testimonial-slid-1.png);
  background-repeat: no-repeat;
  background-position: left;
}
.testimonial-slide-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background: url(../img/testimonial-slid-2.png);
  background-repeat: no-repeat;
  background-position: right;
}

.testimonial-slide-item {
  background: #fff;
  width: 85%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 400px;
  padding: 65px 30px 85px 420px;
}

.testimonial-text-area ul {
  margin-bottom: 16px;
}
.testimonial-text-area ul li {
  display: inline-block;
  color: #ff9400;
  font-size: 16px;
  padding: 0 3px;
}
.testimonial-text-area h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding-bottom: 20px;
}
.testimonial-text-area p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #616161;
  max-width: 601px;
}
.testimonial-text-area h6 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 12px;
  line-height: 48px;
  color: #000;
}

/*----------------------------------------------------*/
.clint-area {
  overflow: hidden;
}

.clint-item {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-flow: dense;
  border: 1px solid #ebebeb;
}
.clint-item img {
  display: block;
  margin: 0 auto;
  padding: 50px;
  height: 170px;
  border-right: 1px solid #ebebeb;
}
.clint-item img:last-child {
  border-right: none;
}

/*----------------------------------------------------*/
.latest-news-area {
  padding-top: 110px;
  padding-bottom: 0px;
  overflow: unset;
}

.latest-news-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-auto-flow: dense;
}

.latest-news-item {
  width: 100%;
  height: auto;
  display: block;
}

.latest-news-img {
  position: relative;
}
.latest-news-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.latest-news-img .latest-news-img-text {
  position: absolute;
  left: 30px;
  top: 30px;
  background: #009146;
  padding: 10px 12px;
  text-align: center;
}
.latest-news-img .latest-news-img-text h6 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  color: #fff;
}
.latest-news-img .latest-news-img-text p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}

.latest-news-comment-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.latest-news-commenter {
  display: flex;
  align-items: center;
  gap: 5px;
}
.latest-news-commenter span i {
  font-size: 13px;
  color: #009146;
}
.latest-news-commenter small {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #8d8d8d;
}

.latest-news-text-area .latest-news-heading {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  display: block;
  max-width: 377px;
}
.latest-news-text-area .latest-news-heading:hover {
  color: #009146;
}

.newsletter-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  top: 130px;
  z-index: 11;
}

.newsletter-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 100px;
}

.newsletter-left {
  width: 50%;
  display: flex;
  gap: 20px;
}
.newsletter-left img {
  width: 120px;
  height: auto;
}
.newsletter-left .newsletter-text h3 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 36px;
  line-height: 30px;
  color: #fff;
}
.newsletter-left .newsletter-text p {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  padding-top: 7px;
}

.newsletter-right {
  width: 50%;
}
.newsletter-right form {
  width: 100%;
  position: relative;
}
.newsletter-right form input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 10px 80px 10px 20px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: #707070;
}
.newsletter-right form button {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 25px;
}

/*----------------------------------------------------*/
.about-hero-area {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.about-hero-text-item {
  padding: 130px 0;
}
.about-hero-text-item h2 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 48px;
  line-height: 80px;
  color: #fff;
  text-transform: capitalize;
}
.about-hero-text-item nav ol {
  justify-content: center;
}
.about-hero-text-item nav ol li {
  font-size: 14px;
  line-height: 36px;
  color: #d85e43 !important;
  text-transform: capitalize;
  font-family: 'Roboto';
}
.about-hero-text-item nav ol li a {
  font-size: 14px;
  line-height: 36px;
  color: #fff !important;
  text-transform: capitalize;
  font-family: 'Roboto';
}
.about-hero-text-item nav ol .breadcrumb-item-arrow {
  color: #fff !important;
}

.about-umrah-agency-area {
  padding: 130px 0;
}

.about-umrah-agency-wrapper {
  display: flex;
  align-items: center;
  gap: 130px;
}

.about-umrah-agency-img-wrapper {
  display: flex;
  gap: 30px;
}
.about-umrah-agency-img-wrapper img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.about-umrah-agency-img-wrapper .about-umrah-agency-img-two {
  position: relative;
  top: 20px;
}

.about-umrah-agency-item .cheap-packages-count-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

.about-umrah-agency-item-whatapp {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.about-umrah-agency-item-whatapp .calling-icon {
  position: relative;
}
.about-umrah-agency-item-whatapp .calling-icon i {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #d85e43;
  color: #fff;
  font-size: 18px;
  z-index: 1;
  transform: rotate(90deg);
}
.about-umrah-agency-item-whatapp .calling-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 60px;
  width: 60px;
  background: #d4edda;
  border-radius: 50%;
  animation: doublePulse 1500ms ease-out infinite;
  z-index: -1;
}
.about-umrah-agency-item-whatapp .about-umrah-agency-item-whatapp-number h6 {
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: black;
  padding-top: 0;
}
.about-umrah-agency-item-whatapp .about-umrah-agency-item-whatapp-number a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #f1a926;
}

.about-umrah-travels-agency-area {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.about-umrah-travels-area {
  background-repeat: no-repeat;
  background-size: cover;
}

.about-umrah-travels-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 120px 0 130px;
}

.about-umrah-travels-item-one {
  width: 40%;
}

.about-umrah-travels-item-two {
  width: 60%;
}

.about-umrah-travels-item .about-umrah-travelers-img {
  position: relative;
  margin-top: 60px;
  display: block;
}
.about-umrah-travels-item .about-umrah-travelers-img img {
  display: block;
  max-width: 523px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.about-UmrahAgency-title h2 {
  margin-bottom: 0;
  font-size: 42px;
}

.about-umrah-travelers-option {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}
.about-umrah-travelers-option .auto-icons img {
  display: block;
  width: 100%;
  height: auto;
}
.about-umrah-travelers-option .auto-icons-text {
  display: block;
}
.about-umrah-travelers-option .auto-icons-text h6 {
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
.about-umrah-travelers-option .auto-icons-text p {
  color: #616161;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto';
  padding-top: 5px;
  max-width: 400px;
}

.about-umrah-travelers-option:last-child {
  margin-bottom: 0;
}

.about-umrah-travelers-option-two {
  position: relative;
  left: 30px;
}

.about-meet-team-area {
  padding: 120px 0;
}

.about-meet-team-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-flow: dense;
}

.about-meet-team-item {
  display: block;
  position: relative;
  margin: 65px 0;
}
.about-meet-team-item img {
  display: block;
  width: 100%;
  height: auto;
}
.about-meet-team-item .about-meet-team-item-texts {
  text-align: center;
  margin-top: 20px;
}
.about-meet-team-item .about-meet-team-item-texts a {
  display: inline-block;
  font-family: 'Roboto';
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.about-meet-team-item .about-meet-team-item-texts a:hover {
  color: #d85e43;
}
.about-meet-team-item .about-meet-team-item-texts p {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #5e5e5e;
}
.about-meet-team-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -65px;
  width: 100%;
  height: 45px;
  background: url(../img/about-meet-team-shap-befour.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-meet-team-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  width: 100%;
  height: 45px;
  background: url(../img/about-meet-team-shap-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.about-clint-area {
  padding: 130px 0 240px;
  position: relative;
}
.about-clint-area .newsletter-area {
  position: relative;
  top: 0;
}

/*----------------------------------------------------*/
.hajj-offer-area {
  padding: 120px 0 80px;
}

.hajj-offer-wrapper {
  display: flex;
  gap: 140px;
  justify-content: space-between;
}

.hajj-offer-item-one {
  width: 60%;
  display: block;
}
.hajj-offer-item-one img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.hajj-offer-item-one-text {
  padding-top: 50px;
}
.hajj-offer-item-one-text h3 {
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-family: 'Roboto';
  font-weight: 600;
  padding-bottom: 10px;
}
.hajj-offer-item-one-text p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #616161;
  max-width: 724px;
}

.hajj-offer-luxury-item {
  margin-top: 45px;
}
.hajj-offer-luxury-item li {
  display: block;
  position: relative;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-left: 30px;
  margin-top: 20px;
}
.hajj-offer-luxury-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 15px;
  width: 15px;
  background: url(../img/hajj-offer-luxury-item-icon.jpg);
  background-repeat: no-repeat;
}

.hajj-offer-starting-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}

.hajj-offer-starting-item .hajj-offer-starting-text-area {
  position: relative;
  margin: 0 15px;
  bottom: 200px;
}
.hajj-offer-starting-item .hajj-offer-starting-text-area h3 {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 600;
  line-height: 41px;
  color: #fff;
  padding-bottom: 40px;
  padding-left: 15px;
}
.hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 25px 82px -8px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 25px 82px -8px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 25px 82px -8px rgba(0, 0, 0, 0.17);
  position: relative;
}
.hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto';
  color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  background: #f1a926;
  width: 120px;
  position: absolute;
  top: -30px;
}
.hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item strong {
  display: block;
  font-size: 17px;
  line-height: 41px;
  font-weight: 600;
  font-family: 'Roboto';
  color: #000;
  padding: 10px 0 5px;
}
.hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item ul li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Roboto';
}
.hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  height: 10px;
  width: 10px;
  background: url(../img/hajj-offer-luxury-item-icon.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item .hajj-offer-starting-btn {
  margin-top: 20px;
  padding: 5px 85px;
}

.hajj-offer-starting-img {
  display: block;
  position: relative;
}
.hajj-offer-starting-img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.hajj-offer-starting-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/hajj-offer-starting-overly.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.hajj-offer-item-two {
  width: 40%;
  display: block;
}
.hajj-offer-item-two .cheap-packages-form-item {
  width: 100% !important;
}
.hajj-offer-item-two .cheap-packages-form-item form {
  padding: 100px 20px 35px;
}
.hajj-offer-item-two .cheap-packages-form-item form h6 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  font-family: 'Roboto';
}
.hajj-offer-item-two .cheap-packages-form-item form input {
  line-height: 28px;
}

.got-a-quetion-aprea {
  margin-top: 40px;
  background: #344045;
  border-radius: 10px;
  padding: 70px 60px 100px;
}
.got-a-quetion-aprea h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  font-family: 'Roboto';
}
.got-a-quetion-aprea .hesitate {
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
  font-family: 'Roboto';
}
.got-a-quetion-aprea .got-a-quetion-btn {
  background: #d85e43;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  width: 190px;
  border-radius: 30px;
  margin-top: 30px;
}
.got-a-quetion-aprea .got-a-quetion-btn span {
  transform: rotate(90deg);
  font-size: 14px;
  color: #fff;
}
.got-a-quetion-aprea .got-a-quetion-btn p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  font-family: 'Roboto';
}
.got-a-quetion-aprea .got-a-quetion-btn:hover {
  background: #f1a926;
}

/*----------------------------------------------------*/
.contact-footer {
  padding: 80px 0 90px !important;
}

.contact-map-area {
  padding: 130px 0 100px;
}

.contact-map-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 120px;
}

.contact-map-text-item {
  width: 40%;
}
.contact-map-text-item h3 {
  font-family: 'Roboto';
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
  padding-bottom: 50px;
  max-width: 330px;
}
.contact-map-text-item .contact-map-location-item {
  display: flex;
  gap: 30px;
  padding-bottom: 45px;
}
.contact-map-text-item .contact-map-location-item img {
  width: 35px;
  height: 50px;
  display: block;
  object-fit: contain;
}
.contact-map-text-item .contact-map-location-item .contact-map-location-item-text h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  font-family: 'Roboto';
  text-transform: capitalize;
  padding-bottom: 10px;
}
.contact-map-text-item .contact-map-location-item .contact-map-location-item-text p, .contact-map-text-item .contact-map-location-item .contact-map-location-item-text a {
  color: #616161;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Roboto';
}
.contact-map-text-item .contact-map-location-item:last-child {
  padding-bottom: 0;
}

.contact-map-item {
  width: 60%;
}
.contact-map-item iframe {
  width: 100%;
  min-height: 490px;
  display: block;
}

.contact-form-area {
  background: #effbf2;
  border-radius: 5px;
  padding: 80px 100px;
}
.contact-form-area form h6 {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #000;
  font-family: 'Roboto';
  padding-bottom: 80px;
  text-transform: capitalize;
}
.contact-form-area form .input-item-flax {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 40px;
}
.contact-form-area form .input-item-flax input {
  display: block;
  width: 100%;
  border: 1px solid #e1e1e1;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #a7a5c8;
  padding: 20px 30px;
  background: #fff;
  border-radius: 2px;
  outline: none;
}
.contact-form-area form textarea {
  display: block;
  width: 100%;
  height: 160px;
  border: 1px solid #e1e1e1;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #a7a5c8;
  padding: 20px 30px;
  background: #fff;
  border-radius: 2px;
  outline: none;
  resize: none;
}
.contact-form-area form .contact-form-btn {
  margin-top: 40px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  text-transform: uppercase;
  line-height: 24px;
  padding: 13px 55px;
}

/*----------------------------------------------------*/
.faq-area {
  margin-top: -40px;
  padding-bottom: 230px;
  padding-top: 130px;
}

.faq-wrapper {
  display: flex;
  gap: 30px;
}

.faq-text-item {
  width: 40%;
}
.faq-text-item .faq-heading {
  font-family: 'Roboto';
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
}

.faq-item {
  width: 60%;
}

.faq-item-accordion {
  display: block;
  max-width: 630px;
}
.faq-item-accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 48px;
  font-weight: 600;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.faq-item-accordion .accordion-button:not(.collapsed) {
  color: #0a993c;
  background-color: unset !important;
  box-shadow: unset;
}
.faq-item-accordion .accordion-body {
  padding: 10px 0 30px;
}
.faq-item-accordion .accordion-body p {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.faq-item-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../img/accordion-button-arrow.jpg");
  transform: rotate(-180deg);
}
.faq-item-accordion .accordion-item {
  background-color: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb !important;
}

/*----------------------------------------------------*/
.makka-hero-item {
  padding: 100px 0 130px;
  display: block;
}

.makka-hero-title {
  margin-bottom: 40px;
}
.makka-hero-title h3 {
  font-family: 'Roboto';
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.tab-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
}
.tab-area .tab-nav {
  padding-left: 8px;
  padding-right: 7px;
}
.tab-area .tab-nav li {
  padding: 0;
  border-bottom: 1px solid #e2e2e8;
}
.tab-area .tab-nav li a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  z-index: 2;
  min-height: 52px;
  max-width: 100%;
  min-width: auto;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Roboto';
}
.tab-area .tab-nav li a span {
  color: #000;
  opacity: .7;
  padding: 0 7px;
}
.tab-area .tab-nav li .active {
  background: #FFD321;
}
.tab-area .tab-nav li .active span {
  color: #000;
  opacity: 1;
}
.tab-area .tab-nav .fast-cal {
  border-radius: 8px 0 0 0;
}
.tab-area .tab-nav .last-cal {
  border-radius: 0 8px 0 0;
}

.tab-content-area {
  padding: 30px;
}
.tab-content-area .tab-pane {
  display: none;
}
.tab-content-area .active {
  display: block;
}

.tab-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 30px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  background: #fff;
  max-width: 397px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.tab-menu ul li a {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.25;
  height: 40px;
  padding: 11px 29px;
  color: #4c4c4c;
  position: relative;
  z-index: 99;
  transition: .4s ease-in-out;
  background-color: transparent;
  min-width: 132px;
  min-height: 40px;
  text-transform: capitalize;
  display: inline-block;
}
.tab-menu ul li .active {
  color: #fff;
  background: #1882FF;
}

.tb-n {
  display: none;
}

.roundTrip-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-flow: dense;
}

.roundTrip-item-wrapper {
  display: flex;
  align-items: center;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.wrapper form {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e8;
  border-radius: 4px;
  max-width: 583px;
}
.wrapper form .sample {
  width: 50%;
}
.wrapper form .hotel-tab {
  width: 100% !important;
}

.hotel-selsct-box .wrapper form {
  border: unset;
  width: 100%;
}
.hotel-selsct-box .wrapper .location-change {
  max-width: 300px;
}

.tabThardWrapper {
  padding-top: 15px;
}

.sample {
  min-height: 88px;
  background-color: #fafafa !important;
  padding: 10px 25px;
  border-radius: 2px;
  transition: .4s;
  max-width: 100%;
  border: 1px solid #e2e2e8;
}
.sample:hover {
  border: 1px solid #7e7ee6;
}

.border-right {
  border-left: 1px solid #e2e2e8;
  border-radius: 0;
}
.border-right:hover {
  border-radius: 2px;
}

.custom-select {
  position: relative;
}
.custom-select p {
  font-size: 12px;
  color: #272c30;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Roboto';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#myCustomSelect p span {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.sample-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: 'Roboto';
  color: #4c4c4c;
}

.select-css {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto';
  color: #000;
  padding: 0.6rem 1rem 0.5rem 0rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:focus {
  color: #222;
  outline: none;
}

.custom-select-options {
  margin: 0;
  margin-top: -0.5rem;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
  left: -25px;
  top: 67px;
  position: absolute;
  width: calc(124% - 1px);
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11);
  overflow-y: scroll;
  height: 400px;
}

.custom-select-options li {
  padding: 1.5rem;
  border-bottom: 1px solid #f7f8f9;
}
.custom-select-options li strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  font-family: 'Roboto';
  color: #000;
  text-transform: capitalize;
}
.custom-select-options li strong span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Roboto';
  color: #000;
}

.custom-select-options li:hover {
  background: #1882ff;
  color: #fff;
  border-width: 0 0 0 1px;
}

.hidden-all {
  display: none;
}

.hidden-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.form-btn a {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  display: block;
  color: #fff;
  padding: 6px 32px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 32px;
  background-color: #ef7e46;
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 4px;
}
.form-btn a:hover {
  background-color: #eb5d17;
}

.calander-form {
  max-width: 100%;
}

.form__rows {
  display: flex;
  align-items: center;
}
.form__rows li input {
  width: 100%;
  position: relative;
}
.form__rows li input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  display: block !important;
  position: absolute;
  left: 0px;
  width: 130px;
  z-index: 6;
}
.form__rows li span {
  font-size: 12px;
  color: #acadad;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Roboto';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: inline-flex;
  gap: 5px;
}
.form__rows li span strong {
  color: #272c30;
  font-weight: 600;
}
.form__rows .calander-border {
  padding-left: 20px;
  position: relative;
}
.form__rows .calander-border::after {
  content: "";
  position: absolute;
  height: 125%;
  width: 1px;
  left: 0;
  top: -10px;
  background: #e2e2e8;
}

.calander-wrapper {
  width: 310px;
}

.location-change {
  position: relative;
  max-width: 100%;
  padding: 15px 25px;
}

.location-main-area {
  position: absolute;
  top: 0px;
  right: 0;
  display: none;
  background: #fff;
  box-shadow: 1px 2px 14px #dbdbdb;
  box-sizing: border-box;
  z-index: 9999;
  transition: all 0.5s;
  overflow: hidden;
  width: 370px;
  border-radius: 4px;
  padding: 8px 16px;
}

#popup {
  display: none;
}

.location-btn {
  display: block;
  height: auto;
  width: 100%;
}
.location-btn h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #4c4c4c;
  font-family: 'Roboto';
  text-transform: capitalize;
}
.location-btn h3 {
  font-family: 'Roboto';
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
}
.location-btn p {
  font-size: 12px;
  color: #272c30;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Roboto';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.toggole-close-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.toggole-close-area .location-paragrhaph {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.25;
  color: #4c4c4c;
  font-family: 'Roboto';
  font-size: 14px;
}
.toggole-close-area #close {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.25;
  color: #4c4c4c;
  font-size: 14px;
}

.passengers-types {
  padding-bottom: 12px;
}
.passengers-types .passengers-type {
  display: flex;
  align-items: center;
  padding: 8px;
  justify-content: space-between;
  border: none;
}
.passengers-types .passengers-type .text {
  align-items: center;
  display: flex;
  flex: 1 1;
}
.passengers-types .passengers-type .text .input-number {
  margin-right: 8px;
  width: 24px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Roboto';
  border: none;
  outline: none;
}
.passengers-types .passengers-type .text input[type='number'] {
  -moz-appearance: textfield;
}
.passengers-types .passengers-type .text input::-webkit-outer-spin-button,
.passengers-types .passengers-type .text input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.passengers-types .passengers-type .text .type-label p {
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #4c4c4c;
  font-family: 'Roboto';
  text-transform: capitalize;
}
.passengers-types .passengers-type .text .type-label span {
  white-space: normal;
  font-size: 12px;
  color: #4c4c4c;
  font-family: 'Roboto';
  text-transform: capitalize;
}
.passengers-types .passengers-type .button-set {
  padding-left: 8px;
  display: flex;
  gap: 4px;
}
.passengers-types .passengers-type .button-set input {
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 22px;
  background: none;
  font-weight: 500;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid rgba(24, 130, 255, 0.5);
  color: #1882ff;
  border-radius: 4px;
}
.passengers-types .passengers-type .button-set input:hover {
  border: 1px solid #1882ff;
  color: #1882ff;
}

.cabin-selection {
  padding-top: 12px;
  border-top: 1px solid #c7c7cc;
}
.cabin-selection .label {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 4px;
  color: #000;
}
.cabin-selection .cabin-list .cabin-list-chackbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.cabin-selection .cabin-list .cabin-list-chackbox:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.cabin-selection .cabin-list .checkbox-custom {
  opacity: 0;
  position: absolute;
  right: 20px;
}
.cabin-selection .cabin-list .checkbox-custom, .cabin-selection .cabin-list .checkbox-custom-label {
  display: block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto';
}
.cabin-selection .cabin-list .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
.cabin-selection .cabin-list .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  border: solid #1882ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin: 0px 15px 5px 5px;
  color: #1882ff;
}
.cabin-selection .cabin-list .checkbox-custom:checked + .checkbox-custom-label {
  color: #1882ff;
}

.add-city-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 16px 8px 12px;
  border-radius: 50px;
  border: 1px solid;
  color: #1882ff;
  background-color: #dcecff;
  border: 1px solid rgba(24, 130, 255, 0.1);
  cursor: pointer;
  font-family: 'Roboto';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.guest-area {
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0px;
  right: 0;
  display: block;
  background: #fff;
  box-shadow: 1px 2px 14px #dbdbdb;
  box-sizing: border-box;
  z-index: 9999;
  transition: all 0.5s;
  overflow: hidden;
  width: 370px;
}
.guest-area .guest-head-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  padding: 8px;
}
.guest-area .guest-head-wrapper span i {
  color: #000;
  font-size: 3rem;
}
.guest-area .guest-head-wrapper .guest-heading h6 {
  color: #8e8e93 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Roboto';
}
.guest-area .guest-head-wrapper .guest-heading h3 {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
}

.room-select-wrapper {
  background-color: #efeff4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  min-width: 100%;
  flex-grow: 1;
  flex-basis: fill;
  margin-bottom: 4px;
}
.room-select-wrapper h6 {
  color: #212529;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto';
}
.room-select-wrapper .nav-menus-two {
  color: #f57f17;
  font-family: 'Roboto';
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.room-select-wrapper .nav-menus-two .maan-language {
  border: unset;
}
.room-select-wrapper .nav-menus-two .nice-select:after {
  border-bottom: 1px solid #f57f17;
  border-right: 1px solid #f57f17;
  height: 6px;
  width: 6px;
}

.adult-area {
  padding: 8px;
}
.adult-area .product-quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}
.adult-area .product-quantity .quantity {
  display: flex;
  align-items: center;
  width: 48%;
  background-color: #fff;
  border: 1px solid #efeff4;
  padding: 5px 3px;
  color: #000;
  position: relative;
}
.adult-area .product-quantity .quantity:hover {
  background-color: #f8f9fa;
}
.adult-area .product-quantity .quantity input {
  border: none;
  outline: unset;
  box-shadow: none;
  background: none;
  font-weight: 500;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Roboto';
  height: 30px;
  width: 70px;
}
.adult-area .product-quantity .quantity input[type='number'] {
  -moz-appearance: textfield;
}
.adult-area .product-quantity .quantity input::-webkit-outer-spin-button,
.adult-area .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.adult-area .product-quantity .quantity p {
  position: absolute;
  left: 66px;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Roboto';
  text-transform: capitalize;
}

.holiday-wrapper {
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-auto-flow: dense;
}
.holiday-wrapper .holiday-item {
  background-color: #fafafa !important;
  padding: 5px 25px;
  border-radius: 2px;
  transition: .4s;
  max-width: 100%;
  border: 1px solid #e2e2e8;
}
.holiday-wrapper .holiday-item:hover {
  border: 1px solid #7e7ee6;
}
.holiday-wrapper .holiday-item .b-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  font-family: 'Roboto';
  color: #4c4c4c;
}
.holiday-wrapper .holiday-item input {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto';
  color: #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
  padding: 0;
}
.holiday-wrapper .holiday-add-city-button {
  text-align: center;
  display: inline-block;
  text-align: center;
  display: inline-block;
  height: 40px;
  width: 100px;
}
.holiday-wrapper .passengers-type {
  display: flex;
  align-items: center;
  padding: 8px;
  justify-content: space-between;
  background-color: #fafafa !important;
  padding: 5px 25px;
  border-radius: 2px;
  transition: .4s;
  max-width: 100%;
  border: 1px solid #e2e2e8;
}
.holiday-wrapper .passengers-type .text {
  align-items: center;
  display: flex;
  flex: 1 1;
}
.holiday-wrapper .passengers-type .text .input-number {
  width: 18px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  border: none;
  outline: none;
}
.holiday-wrapper .passengers-type .text input[type='number'] {
  -moz-appearance: textfield;
}
.holiday-wrapper .passengers-type .text input::-webkit-outer-spin-button,
.holiday-wrapper .passengers-type .text input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.holiday-wrapper .passengers-type .text .fz14 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  line-height: 1;
}
.holiday-wrapper .passengers-type .button-set {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 80px;
  height: 40px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid rgba(226, 226, 232, 0.678);
  margin: 5px 0;
  overflow: hidden;
}
.holiday-wrapper .passengers-type .button-set input {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto';
  color: #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
  padding: 0;
}

.visa-wrapper {
  display: grid;
  align-items: center;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
}

.cuntry-sample .sample-label {
  display: block;
}

.visa-items .passengers-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa !important;
  transition: .4s;
  max-width: 100%;
}
.visa-items .passengers-type .sample-label {
  display: block;
  position: relative;
  z-index: 3;
}
.visa-items .passengers-type .text {
  position: relative;
}
.visa-items .passengers-type .text .input-number {
  width: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto';
  border: none;
  outline: none;
  background: none;
  position: relative;
  z-index: 1;
  left: 0;
}
.visa-items .passengers-type .button-set {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 70px;
  height: 35px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid rgba(226, 226, 232, 0.678);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.visa-items .passengers-type .button-set input {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Roboto';
  color: #000;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none !important;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
  padding: 0;
}
.visa-items:after {
  content: "";
  position: absolute;
  height: 142%;
  width: 1px;
  left: 0;
  top: -11px;
  background: #e2e2e8;
}

.wrapper form {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e8;
  border-radius: 4px;
  max-width: 575px;
}

@media (max-width: 1300px) {
  .hotel-selsct-box .wrapper .location-change {
    max-width: 100%;
    width: 49%;
  }

  .form__rows .calander-border::after {
    display: none;
  }

  .location-change {
    width: 49%;
  }
}
@media (max-width: 1200px) {
  .visa-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
  }

  .form__rows {
    justify-content: space-between;
  }

  .location-change {
    width: 52.5%;
  }
}
@media (max-width: 991px) {
  .tab-content-area {
    padding: 15px;
  }

  .holiday-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  }

  .sample {
    min-height: 88px;
    padding: 10px;
    width: 100%;
  }

  .wrapper form {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .wrapper form .sample {
    width: 100%;
  }

  .form__rows {
    display: block;
  }

  .form__rows .calander-border {
    padding-left: 0;
    padding-top: 15px;
  }

  .form__rows .calander-border::after {
    height: 1px;
    width: 104%;
    left: -9px;
    top: 10px;
  }

  .location-main-area {
    width: 310px;
  }

  .form-btn {
    margin: 30px auto 0;
  }

  .hotel-selsct-box .wrapper .location-change {
    max-width: 100%;
  }

  .guest-area {
    width: 300px;
  }

  .guest-area .guest-head-wrapper .guest-heading h3 {
    font-size: 17px;
    line-height: 23px;
  }

  .guest-area .guest-head-wrapper span i {
    font-size: 2rem;
  }

  .guest-area .guest-head-wrapper .guest-heading h6 {
    font-size: 12px;
    line-height: 20px;
  }

  .calander-wrapper {
    width: 100%;
  }

  .hotel-selsct-box .wrapper .location-change {
    max-width: 100%;
    width: 100%;
  }

  .visa-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(454px, 1fr));
  }
}
@media (max-width: 570px) {
  .tab-menu ul li a {
    font-size: 12px;
    padding: 12px 15px;
    text-align: center;
  }

  .holiday-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(279px, 1fr));
  }

  .visa-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(286px, 1fr));
  }
}
@media (max-width: 440px) {
  .tab-area .tab-nav li a {
    min-height: 41px;
    font-size: 12px;
  }

  .tab-area .tab-nav li a span {
    padding: 0 3px;
  }
}
@media (max-width: 400px) {
  .tab-menu ul li a {
    min-width: 120px;
  }
}
@media (max-width: 360px) {
  .tab-menu ul li a {
    min-width: 100px;
  }
}
/*----------------------------------------------------*/
.footer-area {
  display: block;
  padding: 190px 0 90px;
  background: #000;
}

.footer-item-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-flow: dense;
}

.foote-item .footer-heading {
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 19.53px;
  line-height: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}
.foote-item .footer-heading img {
  max-width: 145px;
  height: auto;
}

.footer-item-text p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #c4c5c7;
  max-width: 282px;
}
.footer-item-text .footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.footer-item-text .footer-social li {
  font-size: 14px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #191817;
  text-align: center;
}
.footer-item-text .footer-social li a {
  transition: 0.5s;
}
.footer-item-text .footer-social li i {
  color: #c4c5c7;
}
.footer-item-text .footer-social li:hover {
  background: #c4c5c7;
}
.footer-item-text .footer-social li:hover i {
  color: #191817;
}
.footer-item-text .footer-contact-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
}
.footer-item-text .footer-contact-wrapper i {
  color: #c4c5c7;
  font-size: 14px;
}
.footer-item-text .footer-contact-wrapper span {
  color: #c4c5c7;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer-item-text .footer-contact-wrapper span:hover {
  color: #d85e43;
}

.footer-gallery-wrapper {
  max-width: 200px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  grid-auto-flow: dense;
  padding-top: 30px;
}
.footer-gallery-wrapper img {
  display: block;
  max-width: 60px;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

.footer-offer-menu li {
  transition: 00.5s;
}
.footer-offer-menu li a {
  color: #c4c5c7;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
}
.footer-offer-menu li a span {
  color: #c4c5c7;
  padding-right: 10px;
}
.footer-offer-menu li:hover {
  color: #d85e43;
  padding-left: 10px;
}
.footer-offer-menu li:hover a {
  color: #d85e43;
}
.footer-offer-menu li:hover a span {
  color: #d85e43;
}

.footer-bottom {
  background: #000;
  border-top: 1px solid #191817;
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  padding: 35px 0;
}

.footer-bottom-left-item p {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #c4c5c7;
}
.footer-bottom-center-item p {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #c4c5c7;
}
.footer-bottom-right-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom-right-item p {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #c4c5c7;
}
.footer-bottom-right-item ul li {
  display: inline-block;
  padding: 0 5px;
}
.footer-bottom-right-item ul li a img {
  display: block;
  width: 55px;
  height: 30px;
}

.about-footer-area {
  padding-bottom: 90px;
  padding-top: 0;
  position: relative;
}
.about-footer-area .newsletter-area {
  position: relative;
  top: -150px;
}

/*----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.card {
  border: none;
  background-color: unset;
}
.card .card-body {
  padding: 0;
}

section {
  display: block;
  overflow: hidden;
}

.container-xl {
  max-width: 1300px;
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Button Style */
.theme-btn {
  padding: 8px 24px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #d85e43;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
  transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.theme-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f1a926;
  color: #fff;
  transform-origin: top center;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.theme-btn:hover, .theme-btn:focus {
  color: #fff;
}
.theme-btn:hover:before, .theme-btn:focus:before {
  transform-origin: left center;
  transform: scale(1, 1);
}

.popup-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #009146;
  font-size: 18px;
  z-index: 1;
}
.popup-youtube:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  animation: doublePulse 1500ms ease-out infinite;
  z-index: -1;
}
.popup-youtube:hover {
  color: #009146;
}

/* Play btn animation DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.back-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  background: #eff3f8;
  z-index: 1000;
  display: block;
  border: 2px solid #009146;
  transition: 0.5s;
}
.back-to-top:hover {
  background: #009146;
  border: 2px solid #fff;
}
.back-to-top:hover i {
  color: #fff;
}
.back-to-top i {
  color: #009146;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  /*Section Fix*/
  /*Ancore*/
}
body ul li {
  list-style: none;
}
body ul li a {
  text-decoration: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
  text-decoration: none;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/*----------------------------------------------------*/
@media (max-width: 1400px) {
  .about-umrah-agency-wrapper {
    gap: 30px;
  }

  .about-umrah-travels-wrapper {
    gap: 30px;
  }

  .about-umrah-travels-item-one {
    width: 50%;
  }

  .about-umrah-travels-item-two {
    width: 50%;
  }

  .about-umrah-travelers-option-two {
    position: unset;
  }

  .hajj-offer-wrapper {
    gap: 30px;
  }

  .UmrahAgency-image {
    width: 539px;
    height: 536px;
  }
}
@media (max-width: 1200px) {
  .our-facilities-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .newsletter-left img {
    width: 66px;
    height: 40px;
  }

  .newsletter-area {
    top: 65px;
  }

  .latest-news-text-area .latest-news-heading {
    font-size: 18px;
    line-height: 30px;
    max-width: 286px;
  }

  .newsletter-left .newsletter-text h3 {
    font-size: 29px;
    line-height: 40px;
  }

  .latest-news-img .latest-news-img-text h6 {
    font-size: 18px;
  }

  .newsletter-left .newsletter-text p {
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
  }

  .footer-area {
    display: block;
    padding: 130px 0 90px;
  }

  .footer-item-wrapper {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(171px, 1fr));
  }

  .newsletter-left {
    align-items: center;
    gap: 10px;
  }

  .clint-item img {
    padding: 30px;
    height: 100px;
  }

  .newsletter-wrapper {
    gap: 10px;
    padding: 30px;
  }

  .latest-news-img .latest-news-img-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .testimonial-slide-item {
    width: 82%;
    background-size: 300px;
    padding: 24px 30px 14px 314px;
  }

  .packageing-plan-item-text-list {
    padding: 20px;
  }

  .packageing-plan-item-text-area {
    top: 90px;
  }

  .packageing-plan-item-img img {
    min-height: 312px;
  }

  .packageing-plan-item-text-list .umrah-travelers-experience-ul li {
    font-size: 12px;
    line-height: 24px;
    padding: 5px 0;
  }

  .packageing-plan-wrapper {
    gap: 20px;
  }

  .price-nav {
    margin-bottom: 30px;
  }

  .our-facilities-title {
    margin-bottom: 30px;
  }

  .our-facilities-title-img {
    margin-bottom: 10px;
  }

  .cheap-packages-text-item h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 385px;
  }

  .UmrahAgency-image {
    width: 470px;
    height: 470px;
  }

  .cheap-packages-form-item form {
    padding: 140px 40px 50px;
  }

  .umrah-travelers-wrapper {
    gap: 30px;
  }

  .umrah-travelers-img {
    padding: 15px;
  }

  .umrah-travelers-img-two {
    margin-left: 0;
    margin-bottom: 0;
  }

  .umrah-travelers-img-three {
    margin-left: 0;
  }

  .umrah-travelers-text-area h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 389px;
  }

  .umrah-travelers-text-area p {
    padding-top: 10px;
  }

  .umrah-travelers-experience-wrapper {
    gap: 15px;
  }

  .umrah-travelers-experience-img {
    width: 125px;
    height: 125px;
    margin-top: 29px;
  }

  .umrah-travelers-experience-text small {
    padding-top: 0;
  }

  .about-umrah-agency-item {
    overflow: hidden;
    width: 50%;
  }

  .about-umrah-agency-img-wrapper img {
    height: 400px;
  }

  .about-umrah-agency-img-wrapper {
    gap: 20px;
    width: 50%;
  }

  .about-UmrahAgency-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-umrah-travels-item .about-umrah-travelers-img {
    margin-top: 30px;
  }

  .about-umrah-travels-item .about-umrah-travelers-img img {
    max-width: 100%;
  }

  .about-umrah-agency-item-whatapp {
    justify-content: center;
  }

  .makka-hero-textItem {
    padding: 90px 0 170px;
  }

  .UmrahAgency-area {
    padding: 80px 0;
  }

  .facilities-area {
    padding: 80px 0 80px;
  }

  .facilities-registration-wrapper {
    padding-bottom: 80px;
  }

  .umrah-travelers-area {
    padding: 80px 0;
  }

  .packageing-plan-area {
    padding: 80px 0 238px;
  }

  .testimonial-area {
    padding: 80px 0 100px;
  }

  .testimonial-area .swiper-horizontal > .swiper-pagination-bullets, .testimonial-area .swiper-pagination-bullets.swiper-pagination-horizontal, .testimonial-area .swiper-pagination-custom, .testimonial-area .swiper-pagination-fraction {
    bottom: 64px;
  }

  .latest-news-area {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    gap: 20px;
    padding: 20px 0;
  }

  .back-to-top {
    bottom: 8rem;
  }

  .about-hero-text-item {
    padding: 80px 0;
  }

  .faq-area {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .about-footer-area .footer-item-wrapper {
    margin-top: -70px;
  }

  .contact-map-area {
    padding: 80px 0;
  }

  .contact-map-wrapper {
    padding-bottom: 80px;
  }

  .contact-form-area {
    padding: 70px 50px;
  }

  .contact-form-area form h6 {
    padding-bottom: 40px;
  }

  .about-umrah-agency-area {
    padding: 80px 0;
  }

  .about-umrah-travels-wrapper {
    padding: 80px 0;
  }

  .about-meet-team-area {
    padding: 80px 0;
  }

  .about-clint-area {
    padding: 80px 0 70px;
  }

  .hajj-offer-area {
    padding: 80px 0;
  }

  .hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item .hajj-offer-starting-btn {
    padding: 5px 36px;
    width: 100%;
  }

  .hajj-offer-starting-item .hajj-offer-starting-text-area {
    bottom: 45px;
  }

  .hajj-offer-item-one-text {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .cheap-packages-wrapper {
    padding: 0px 0;
  }

  .facilities-registration-wrapper {
    border-radius: 8px;
    padding-bottom: 0;
  }

  .cheap-packages-form-item form textarea {
    height: 120px;
  }

  .cheap-packages-form-item form h6 {
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .cheap-packages-form-item {
    width: 100%;
    margin-bottom: 80px;
  }

  .cheap-packages-text-item {
    width: 100%;
    padding: 80px 0 40px;
  }

  .cheap-packages-wrapper {
    display: block;
  }

  .umrah-travelers-area {
    padding: 80px 0;
  }

  .umrah-travelers-wrapper {
    display: block;
  }

  .umrah-travelers-img-item {
    width: 100%;
  }

  .umrah-travelers-img-one {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .umrah-travelers-img {
    min-height: 301px;
  }

  .umrah-travelers-img h6 {
    max-width: 414px;
    text-align: center;
  }

  .umrah-travelers-img-three {
    margin-bottom: 40px;
  }

  .umrah-travelers-text-area {
    width: 100%;
  }

  .umrah-travelers-img-two {
    height: 304px;
  }

  .packageing-plan-area {
    padding: 80px 0 80px;
  }

  .packageing-plan-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }

  .packageing-plan-item {
    padding-bottom: 200px;
  }

  .packageing-plan-item-text-area {
    top: 120px;
  }

  .packageing-plan-item-img img {
    height: 312px;
  }

  .testimonial-area {
    padding: 80px 0 110px;
  }

  .testimonial-area .swiper-horizontal > .swiper-pagination-bullets, .testimonial-area .swiper-pagination-bullets.swiper-pagination-horizontal, .testimonial-area .swiper-pagination-custom, .testimonial-area .swiper-pagination-fraction {
    bottom: 85px;
  }

  .testimonial-slide-item {
    width: 78%;
    background-size: 170px;
    padding: 24px 15px 14px 170px;
  }

  .testimonial-text-area ul li {
    font-size: 12px;
  }

  .testimonial-text-area h3 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0;
  }

  .testimonial-text-area p {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-text-area h6 {
    font-size: 12px;
    line-height: 24px;
  }

  .testimonial-text-area ul {
    margin-bottom: 8px;
  }

  .latest-news-area {
    padding-top: 80px;
  }

  .latest-news-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }

  .foote-item .footer-heading {
    margin-bottom: 20px;
  }

  .footer-item-wrapper {
    gap: 30px;
  }

  .footer-area {
    display: block;
    padding: 130px 0 40px;
  }

  .footer-bottom-right-item ul li {
    padding: 5px;
  }

  .footer-bottom-wrapper {
    gap: 20px;
    padding: 15px 0;
  }

  .newsletter-left .newsletter-text h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .cheap-packages-form-item form input {
    font-size: 14px;
    line-height: 23px;
    padding: 10px;
  }

  .about-hero-text-item h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .about-hero-text-item {
    padding: 80px 0;
  }

  .about-umrah-agency-wrapper {
    display: block;
  }

  .about-umrah-agency-item {
    overflow: unset;
    width: 100%;
    margin-top: 30px;
  }

  .about-umrah-agency-img-wrapper {
    width: 100%;
  }

  .about-umrah-agency-img-wrapper .about-umrah-agency-img-two {
    position: unset;
    padding-top: 30px;
  }

  .about-umrah-agency-area {
    padding: 40px 0 70px;
  }

  .about-umrah-agency-item .cheap-packages-count-wrapper {
    padding-bottom: 19px;
  }

  .about-umrah-agency-item-whatapp {
    margin-top: 30px;
  }

  .about-umrah-agency-item-whatapp .calling-icon:before {
    height: 40px;
    width: 40px;
  }

  .about-umrah-agency-item-whatapp .calling-icon i {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .about-umrah-agency-item-whatapp .about-umrah-agency-item-whatapp-number h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .about-umrah-agency-item-whatapp .about-umrah-agency-item-whatapp-number a {
    font-size: 16px;
    line-height: 24px;
  }

  .cheap-packages-counter .counter-text h3 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 1px;
  }

  .cheap-packages-counter img {
    width: 20px;
  }

  .UmrahAgency-title img {
    max-width: 160px;
  }

  .about-umrah-agency-img-wrapper {
    display: block;
  }
  .about-umrah-agency-img-wrapper img {
    object-fit: cover;
    display: block;
    height: auto;
  }

  .about-umrah-travels-wrapper {
    padding: 70px 0;
    display: block;
  }

  .about-umrah-travels-item-one {
    width: 100%;
  }

  .about-umrah-travels-item .about-umrah-travelers-img img {
    width: 100% !important;
    margin: 0 auto;
    max-width: 100%;
  }

  .about-umrah-travels-item-two {
    width: 100%;
    margin-top: 30px;
  }

  .about-umrah-travelers-option {
    padding: 25px;
    margin-bottom: 20px;
  }

  .about-umrah-travelers-option .auto-icons img {
    width: 40px;
  }

  .about-umrah-travelers-option .auto-icons-text h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .about-meet-team-area {
    padding: 70px 0;
  }

  .about-meet-team-item .about-meet-team-item-texts {
    margin-top: 15px;
  }

  .about-meet-team-item .about-meet-team-item-texts a {
    font-size: 18px;
    line-height: 24px;
  }

  .about-meet-team-item {
    margin: 40px 0;
  }

  .about-meet-team-item::before {
    top: -55px;
  }

  .about-meet-team-item:after {
    bottom: -55px;
  }

  .about-meet-team-wrapper {
    gap: 60px 30px;
  }

  .about-clint-area {
    padding: 70px 0;
  }

  .about-footer-area .newsletter-area {
    top: -45px;
  }

  .about-footer-area {
    padding: 70px 0 40px;
  }

  .hajj-offer-area {
    padding: 70px 0;
  }

  .hajj-offer-wrapper {
    display: block;
  }

  .hajj-offer-item-one {
    width: 100%;
  }

  .hajj-offer-item-one-text {
    padding-top: 30px;
  }

  .hajj-offer-item-one-text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .hajj-offer-starting-item .hajj-offer-starting-text-area h3 {
    color: #000;
  }

  .hajj-offer-starting-item .hajj-offer-starting-text-area {
    margin: 0;
    bottom: 0;
  }

  .hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item h6 {
    font-size: 18px;
    padding: 5px 15px;
    top: -20px;
  }

  .hajj-offer-starting-item {
    margin-bottom: 30px;
    width: 100%;
  }

  .hajj-offer-item-two {
    width: 74%;
    margin: 0 auto;
  }
  .hajj-offer-item-two .cheap-packages-form-item {
    margin-bottom: 30px;
  }

  .got-a-quetion-aprea {
    padding: 30px;
  }

  .cheap-packages-form-item form .theme-btn {
    padding: 7px;
  }

  .contact-map-area {
    padding: 70px 0;
  }

  .contact-map-wrapper {
    display: block;
    padding-bottom: 70px;
  }

  .contact-map-text-item {
    width: 100%;
  }

  .contact-map-item {
    width: 100%;
    margin-top: 30px;
  }

  .contact-map-text-item h3 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
  }

  .contact-map-text-item .contact-map-location-item {
    gap: 20px;
    padding-bottom: 20px;
  }

  .contact-map-text-item .contact-map-location-item img {
    width: 29px;
    height: 29px;
  }

  .contact-map-text-item .contact-map-location-item .contact-map-location-item-text h6 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px;
  }

  .contact-map-item iframe {
    min-height: 370px;
  }

  .contact-form-area {
    padding: 40px 20px;
  }

  .contact-form-area form h6 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 29px;
  }

  .contact-form-area form .input-item-flax {
    gap: 15px;
    padding-bottom: 20px;
  }

  .contact-form-area form .input-item-flax input {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }

  .contact-form-area form textarea {
    height: 135px;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
  }

  .contact-form-area form .contact-form-btn {
    margin-top: 30px;
  }

  .faq-area {
    padding-bottom: 70px;
    padding-top: 10px;
  }

  .faq-wrapper {
    display: block;
  }

  .faq-text-item {
    width: 1000%;
  }

  .faq-item {
    width: 100%;
  }

  .faq-item-accordion {
    display: block;
    max-width: 100%;
  }

  .faq-text-item .faq-heading {
    font-size: 30px;
    line-height: 40px;
    max-width: 300px;
    padding-bottom: 20px;
  }

  .faq-item-accordion .accordion-button {
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .faq-item-accordion .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-umrah-agency-item-whatapp {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .umrah-travelers-img {
    height: 301px;
  }

  .packageing-plan-item-text-list {
    padding: 20px 13px;
  }

  .umrah-travelers-img h6 {
    font-size: 18px;
    line-height: 28px;
    max-width: 240px;
  }

  .popup-youtube {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 12px;
  }

  .popup-youtube:before {
    height: 40px;
    width: 40px;
  }

  .packageing-plan-item-text-area h3 {
    font-size: 16px;
    line-height: 32px;
    padding: 0 0 40px 30px;
  }

  .packageing-plan-item-text-list h4 {
    font-size: 16px;
    padding: 8px 24px;
    top: 45px;
  }

  .price-nav a {
    line-height: 39px;
  }

  .price-nav {
    max-width: 196px;
  }

  .cheap-packages-form-item form {
    padding: 70px 45px 30px;
  }

  .cheap-packages-form-item form h6 {
    margin: 0 auto 30px;
  }

  .cheap-packages-text-item p {
    padding-top: 10px;
  }

  .cheap-packages-count-wrapper {
    gap: 30px;
    margin-top: 20px;
  }

  .cheap-packages-counter img {
    width: 20px;
  }

  .cheap-packages-counter .counter-text h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0px;
  }

  .cheap-packages-call img {
    position: absolute;
    left: -30px;
    top: 20px;
    width: 50px;
  }

  .cheap-packages-call-number span {
    font-size: 16px;
    line-height: 24px;
  }

  .cheap-packages-call-number .cheap-packages-hover {
    font-size: 14px;
  }

  .cheap-packages-call {
    padding: 20px 10px 20px 40px;
    max-width: 290px;
    margin-left: 30px;
    margin-top: 20px;
  }

  .footer-bottom-wrapper {
    display: block;
  }

  .footer-bottom-left-item {
    padding-bottom: 10px;
  }

  .footer-bottom-right-item {
    display: block;
  }

  .footer-bottom-right-item ul li {
    margin-top: 10px;
  }

  .testimonial-text-area p {
    color: #000;
  }
}
@media (max-width: 700px) {
  .testimonial-slide-wrapper::before {
    width: 0px;
    display: none;
  }

  .testimonial-slide-wrapper::after {
    display: none;
    width: 0;
  }

  .testimonial-slide-item {
    width: 100%;
    background-size: contain;
    padding: 24px 15px 14px 140px;
  }

  .clint-item {
    grid-template-columns: repeat(auto-fit, minmax(213px, 1fr));
    border: none;
  }

  .clint-item img {
    border-right: none;
    padding: 16px;
    height: 80px;
  }

  .clint-area {
    padding-top: 40px;
  }

  .newsletter-wrapper {
    display: block;
  }

  .newsletter-left {
    width: 100%;
  }

  .newsletter-right {
    width: 100%;
    padding-top: 20px;
  }

  .footer-item-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
  }

  .footer-bottom .footer-button {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    min-width: 30px;
    border: 2px solid #d85e43;
  }

  .hajj-offer-starting-wrapper {
    display: block;
  }
}
@media (max-width: 570px) {
  .hero-left {
    text-align: center;
    padding: 100px 0;
  }
  .hero-right {
    display: none;
  }
  .UmrahAgency-image {
    width: 315px;
    height: 315px;
  }

  .contact-map-item iframe {
    min-height: 284px;
  }

  .hajj-offer-item-two {
    width: 100%;
  }

  .newsletter-right form input {
    padding: 10px 50px 10px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .latest-news-img .latest-news-img-text {
    left: 15px;
    top: 15px;
  }

  .newsletter-right form button {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
  }

  .latest-news-comment-wrapper {
    margin-top: 10px;
  }

  .packageing-plan-wrapper {
    display: block;
  }

  .newsletter-wrapper {
    padding: 15px;
  }

  .umrah-travelers-experience-wrapper {
    display: block;
  }

  .umrah-travelers-experience-img {
    margin-bottom: 19px;
  }

  .testimonial-slide-item {
    padding: 24px 15px 14px 40px;
  }

  .footer-item-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(244px, 1fr));
  }

  .footer-gallery-wrapper {
    padding-top: 10px;
  }

  .packageing-plan-item-text-list .umrah-travelers-experience-ul li i {
    font-size: 13px;
    margin-right: 5px;
  }

  .contact-form-area form .input-item-flax {
    display: block;
  }

  .contact-form-area form .input-item-flax input {
    margin-bottom: 20px;
  }

  .contact-form-area form .input-item-flax {
    padding-bottom: 0;
  }

  .contact-map-text-item .contact-map-location-item .contact-map-location-item-text p, .contact-map-text-item .contact-map-location-item .contact-map-location-item-text a {
    font-size: 16px;
    line-height: 24px;
  }

  .makka-hero-textItem .theme-btn {
    padding: 10px 20px;
  }

  .UmrahAgency-title img {
    max-width: 110px;
  }

  .clint-item {
    grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
  }

  .latest-news-text-area .latest-news-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-map-text-item h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
    max-width: 230px;
  }
}
@media (max-width: 440px) {
  .cheap-packages-form-item form {
    padding: 70px 20px 30px;
  }
}
@media (max-width: 360px) {
  .hajj-offer-starting-item .hajj-offer-starting-text-area .hajj-offer-starting-text-item .hajj-offer-starting-btn {
    width: 100%;
  }

  .back-to-top {
    display: none;
  }
}

html,body{
  overflow-x: hidden !important;
  position: relative;
}
body{
  width: 100%;
}

.mobile_Menu_top {
  display: flex;
  justify-content: space-between;
  background: white;
}
.mobile_Menu_top {
  position: absolute;
  width: 100%;
}
.mobile_Menu_top a img {
  max-width: 160px;
}
/*----------------------------------------------------*/
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Extra Plugins CSS */
/*google font-family*/

/*# sourceMappingURL=style.css.map */

.makka-search-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.min-container {
  max-width: 1300px;
  display: block;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.makka-hero-item {
  padding: 100px 0 130px;
  display: block;
}

.makka-hero-title {
  margin-bottom: 40px;
}

.makka-hero-title h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.tab-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.tab-area .tab-nav li {
  padding: 0;
  border-bottom: 1px solid #e2e2e8;
}

.tab-area .tab-nav li a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
  z-index: 2;
  min-height: 52px;
  max-width: 100%;
  min-width: auto;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.tab-area .tab-nav li a span {
  color: #000;
  opacity: .7;
  padding: 0 7px;
}

.tab-area .tab-nav li .active {
  background: #FFD321;
}

.tab-area .tab-nav li .active span {
  color: #000;
  opacity: 1;
}

.tab-content-area {
  padding: 30px;
}

.tab-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 30px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.17);
  border-radius: 24px;
  background: #fff;
  max-width: 397px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.tab-menu ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.25;
  height: 40px;
  padding: 11px 29px;
  color: #4c4c4c;
  position: relative;
  z-index: 99;
  transition: .4s ease-in-out;
  background-color: transparent;
  min-width: 132px;
  min-height: 40px;
  text-transform: capitalize;
  display: inline-block;
}

.tab-menu ul li .active {
  color: #fff;
  background: #1882FF;
}

.tb-n {
  display: none;
}

.roundTrip-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-flow: dense;
}

.roundTrip-item-wrapper {
  display: flex;
  align-items: center;
}

.selsct-box {
  padding: 10px 20px;
  border: 1px solid #e2e2e8;
  border-radius: 5px;
  transition: 0.5s;
}

.selsct-box h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-transform: capitalize;
}

.selsct-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-transform: capitalize;
}

.selsct-box .form-select {
  display: block;
  width: 100%;
  padding: 0;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  background-color: unset;
  background-image: unset;
  border: 0;
  border-radius: 0;
  appearance: none;
  box-shadow: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
}

.selsct-box .es-list {
  width: 100%;
  background: #fff;
}

.selsct-box .es-list li {
  display: block;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  font-family: 'Roboto', sans-serif;
}


/****/

