:root {
  --section-gap: 30px;
  --radius: 12px;
}

.visa-wrap {
  background-color: var(--white);
  padding: 15px;
  border-radius: var(--radius);
  margin-bottom: var(--section-gap);
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: normal !important;
}
.visa-search-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.visa-search-row .form-label {
  color: var(--text-gray);
  font-size: var(--font-s);
}
.visa-search-row .form-control {
  color: var(--black) !important;
  height: 35px !important;
  font-size: var(--font-m) !important;
  border-bottom: 1px solid var(--gray) !important;
  padding: 10px 30px 10px 0px !important;
  background-image: url(../images/b2c/icons/calendar-blue.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 100% center;
  text-transform: capitalize;
}
.visa-search-row .form-control::placeholder {
  color: var(--black) !important;
}

.visa-top-tab {
  background-color: var(--hm-blue);
  position: sticky;
  top: 50px;
  z-index: 99;
}
.vtt-ul {
  flex-wrap: wrap;
}
.vtt-ul,
.vtt-ul > li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vtt-ul > li {
  width: 50%;
  flex-grow: 1;
}
.vtt-ul > li a {
  color: var(--white);
  gap: 5px;
  padding: 10px;
  font-size: var(--font-s);
  font-family: var(--pf-light);
}
.vtt-ul > li.active a,
.vtt-ul > li a:hover {
  background-color: #5683b6;
}
.vtt-ul > li a .img {
  flex-shrink: 0;
}
.vtt-img {
  width: 20px;
}
.sec-title {
  font-size: 16px;
  font-family: var(--pf-light);
}
.vw-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.wwv-card {
 transition: transform .35s cubic-bezier(.2,.9,.3,1), box-shadow .35s;
  transform-origin: center;
}
.wwv-card:hover {
   transform: translateY(-6px);
}
.wwv-card .img-sec {
  position: relative;
  margin-bottom: 12px;
}
.wwv-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
.thp-wrap .wwv-img {
  height: 280px;
}
.offer-tag {
  background: var(--hm-blue);
  color: var(--white);
  padding: 5px 16px;
  border-radius: 22px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: var(--pf-light);
}
.wwv-card .country {
  font-size: 16px;
  font-family: var(--pf-medium);
  margin-bottom: 5px;
}
.wwv-card .text {
  color: var(--text-gray);
  font-family: var(--pf-light);
}
.info-row {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text-gray);
  margin-bottom: 10px;
}
.wwv-card .price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 8px;
}
.wwv-card .price {
  font-size: 17px;
  font-family: var(--pf-medium);
  color: var(--hm-blue);
}
.btn-md,
.btn-md:hover,
.btn-md:focus {
  font-size: var(--font-13);
  text-transform: capitalize;
  border: 1px solid #dbe5ef;
  background: white !important;
  color: var(--black);
  font-family: var(--pf-light);
  padding: 4px 8px;
  border-radius: 8px;
}
.btn-md.rounded,
.btn-md.rounded:hover,
.btn-md.rounded:focus {
  padding: 4px 16px;
  border-radius: 16px;
}
.vwp-row {
  margin-left: -10px;
  margin-right: -10px;
}
.vwp-row > div {
  width: 100%;
  padding: 10px;
}
.pp-wrap .wwv-card {
  padding: 12px 12px 20px 12px;
  background: var(--smart-primary-lite);
  border-radius: 6px;
}
.pp-wrap .wwv-img {
  height: 180px;
}
.title-sec,
.inclu-sec {
  margin-bottom: 15px;
}
.title-sec .pack-name {
  font-size: var(--font-15);
  font-family: var(--pf-medium);
  color: var(--black);
  margin-bottom: 3px;
}
.dn-tag,
.pack-loc {
  color: var(--text-gray);
  font-size: var(--font-s);
  font-family: var(--pf-light);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.pack-loc {
  margin-bottom: 0;
}
.pack-loc i {
  color: var(--hm-red);
}
.dn-tag i {
  color: var(--hm-blue);
  margin-top: -2px;
}
.inclu-sec .title {
  color: var(--hm-blue);
}
.inclu-sec .text {
  color: var(--text-gray);
  font-family: var(--pf-light);
  word-break: break-word;
}
.inclu-sec i {
  font-size: 10px;
  transform: translateY(-1px);
  color: var(--this-yellow);
}

.pp-wrap .price {
  border-radius: 5px;
  color: var(--hm-blue);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--font-l);
}

.pp-wrap .price .dis-cross-line {
  color: var(--text-gray);
  font-size: var(--font-s);
  font-family: var(--pf-light);
}
.pp-wrap .dis-cross-line::after {
  transform: rotate(180deg);
  top: 50%;
  height: 0.5px;
  background-color: var(--text-gray);
}
.pp-wrap .btn-md,
.pp-wrap .btn-md:hover,
.pp-wrap .btn-md:focus {
  background: var(--smart-primary-lite) !important;
}

@media (min-width: 576px) {
  .vwp-row > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sec-title {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .visa-wrap {
    padding: 30px;
  }
  .vwp-row > div {
    width: 25%;
  }
  .thp-wrap .vwp-row > div {
    width: 33.33%;
  }
  .vf-card {
    width: 75%;
    padding: 30px 50px;
  }
  .vtt-ul {
    flex-wrap: nowrap;
  }
  .vtt-ul > li a {
    padding: 18px 5px;
    font-size: var(--font-m);
  }
}
