body,
html {
  color: #1a1a1a;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: transparent;
}

a {
  color: #d7d7d7;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10>[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-14 {
  margin-left: -7px;
  margin-right: -7px;
}

.gutter-14>[class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.offer-header.navbar {
  padding: 0.25rem 6%;
  position: sticky;
  width: 100%;
  top: 0;
}

.navbar-expand-lg {
  background-color: #f7f7f7;
  box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}

.call-now {
  display: flex;
}

.call-now>span {
  color: #1a1a1a;
}


.main-banner {
  position: relative;
}

/* .parallax {
  height: 25rem;
  position: relative;
  background-attachment: inherit;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

.para_deals {
  background-image: url(offer-img/valentine-day-web.jpg);
  background-size: cover;
  height: 450px;
} */

@media (max-width: 767px) {
  /* .para_deals {
    background-image: url(offer-img/valentine-day-web.jpg);
    background-size: cover;
    height: 250px;
  } */

  .call-now {
    /* border: 1px solid #e8e8e8; */
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    fill: #fff;
    background-color: #0a1f32;
  }
}

@media (min-width: 992px) {
  .call-now>svg {
    margin-right: 0.5rem;
  }
}


.section-title {
  position: relative;
  padding-bottom: 16px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.section-title-hdng {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.section-title::after {
  background-color: #38c7b4;
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 120px;
  min-width: 60px;
  position: absolute;
  width: 50%;
}

.pkg-content {
  background-color: #f4f4f4;
  position: relative;
  padding: 4rem 5%;
}

.pkg-block {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  box-shadow: 0 6px 10px rgb(0 0 0 / 6%);
}

.pkg-block>.img-block {
  overflow: hidden;
  max-height: 200px;
  display: flex;
  align-content: center;
  align-items: center;
}

.pkg-block>.content-block {
  padding: 1rem;
}

.pkg-block>.content-block>h4 {
  color: #626eff;
  font-size: 1.25rem;
}

.price {
  font-size: 20px;
  color: #ec1c51;
  font-weight: 600;
  margin: 0;
}

.discount {
  padding: 0.5rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin: 0.75rem 0;
  text-align: center;
}

.discount>p {
  margin: 0;
}


/* send enquiry modal */

@media (min-width: 992px) {
  .call-now>svg {
    margin-right: 0.5rem;
  }
}

@media (max-width: 768px) {
  .offer-header.navbar {
    padding: 0 6%;
    position: relative;
  }

  .pkg-content {
    padding: 2rem 0;
  }
}

/* ==============================
    offer Footer
============================== */

.seo-footer {
  background-color: #0a1f32;
  padding: 44px 0 48px;
}

.site-footer,
.site-footer a {
  color: #d7d7d7;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #38c7b4;
}

.quick-links>li {
  margin: 0.5rem 0;
}

.we-accept-wrap {
  font-size: 13px;
  margin-top: 20px;
}

.we-accept-col p {
  float: left;
  margin: 4px 28px 0 0;
}

.we-accept-col span {
  float: left;
}

.payment-security {
  float: right;
}

.footer-bottom {
  background-color: #07111a;
  padding: 20px 0;
}

.footer-bottom .site-logo img {
  width: 150px;
}

.copyright-text {
  color: #ababab;
  font-size: 12px;
  margin-left: 1rem;
}


.footer-social-list li a:hover,
.footer-social-list li a:focus {
  opacity: 1;
}

.quick-links li {
  padding: 10px 0;
}

.footer-social-list {
  display: flex;
  justify-content: right;
  margin-bottom: 0;
}

.footer-social-list li {
  margin-right: 0.875rem;
}

.footer-social-list li:last-child {
  margin-right: 0;
}

.footer-social-list>li>a {
  display: flex;
  align-items: center;
  opacity: 1;
}

.footer-social-list>li>a>svg {
  fill: rgb(255 255 255 / 40%);
  transition: all 0.3s;
}

.we-accept-wrap {
  color: var(--white);
}

@media (max-width: 768px) {
  .quick-links li {
    padding: 4px 0;
    font-size: 12px;
  }

  .footer-social-wrap {
    margin-top: 1rem;
  }
}