* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Product Sans", sans-serif ;
  color: #1a1a1a;
}
:root {
  --color-primary: #061c3d;
  --color-secondary: linear-gradient(to left, #6a42db, #04a5f6);
  --color-dark: #000000;
  --color-label: #323639;
  --color-placeholder: #999999;
  --btn-primary: #4103ff;
  --color-white: #ffffff;
  --border-color: #eeeeee;
  --primary-color: #3b22ff;
}
@font-face {
  font-family: "Product Sans";
  src: url("./fonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fas {
  font-family: "Font Awesome 5 Pro" !important;
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
.vi-heading {
  margin-bottom: 24px;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.card.card-vi {
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 32px 32px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.card.card-vi::after {
  content: "";
  background-image: url(img-vi/calculate-vi-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 12px;
}
.card-vi-content {
  position: relative;
  z-index: 3;
}
.card-vi h2 {
  font-size: 12px;
  color: var(--color-dark);
  margin-bottom: 10px;
}
.card-vi h2 span {
  font-size: 16px;
  color: var(--color-dark);
}
.card-vi h2 b {
  font-size: 16px;
  background: #ff00f7;
  color: transparent;
  background-clip: text;
  font-weight: 600;
}
.card-heading-vi {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--color-dark);
}
.card-heading-vi span {
  font-weight: 700;
  /* background-image: var(--color-secondary);
    color: transparent;
    background-clip: text; */
  color: var(--btn-primary);
}
.card-discription-vi {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-dark);
}
.form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 6px;
  color: var(--color-label);
}
.form-control,
.select2-container {
  padding: 11px 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8ebec;
}
.form-control:focus {
  box-shadow: none;
  border-color: #e8ebec;
}
input:-internal-autofill-selected {
  background-color: #ffffff !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.select2-dropdown {
  border: 1px solid #e8ebec !important;
  top: 0;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #794ee3 !important;
}
.select2-container {
  padding: 10px 12px;
}
.select2-container--default .select2-selection--single {
  border: 0px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px !important;
}
::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-placeholder);
}
.card-vi-content .col-md-6,
.card-vi-content .col-md-4,
.card-vi-content .col-md-12,
.card-vi-content .col-md-6 {
  margin-bottom: 12px;
}
.btn.btn-primary {
  background-color: var(--btn-primary);
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  line-height: 24px;
}
.btn.btn-primary i {
  rotate: 45deg;
  margin-left: 12px;
  color: var(--color-white);
}
.btn.btn-secondary {
  border-radius: 72px;
  background-image: linear-gradient(120deg, #a487f6, #5e34d6);
  display: flex;
  align-items: center;
  font-weight: 400;
  &:hover {
    background-image: linear-gradient(120deg, #a487f6, #5e34d6);
  }
}
.btn.btn-secondary i {
  rotate: 45deg;
  margin-left: 12px;
}
.bg-icon-dark {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070707;
  border-radius: 50%;
}
.section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.heading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 10px;
}
.heading span {
  color: var(--btn-primary);
}
header {
  padding-top: 16px;
  position: relative;
  z-index: 999;
  background: #ffffff;
}
.section-vi-01 {
  padding: 16px 12px;
}
li.nav-item {
  margin-right: 10px;
}
.section-vi-01 img {
  border-radius: 24px;
}
.section-vi-02 {
  padding: 80px 64px;
  background-image: url(img-vi/count-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 2;
}
.count-box {
  position: relative;
  padding: 40px 40px 70px 40px;
  border-radius: 14px;
  height: 100%;
  &:hover {
    background-image: linear-gradient(120deg, #a487f6, #5e34d6);
  }
  &:hover .count-heading {
    color: var(--color-white);
  }
  &:hover p {
    color: var(--color-white);
  }
  &:hover .count {
    color: #ffffff20;
  }
  &:hover .count-heading::after {
    background-image: linear-gradient(120deg, #ffffff, #ffffff);
  }
  &:hover img {
    /* filter: brightness(0) invert(1); */
  }
}
.count-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}
/* slide text css start  */
.banner-box {
  position: relative;
}
.banner-content {
  position: absolute;
  top: 40px;
  left: 32px;
  transform: translate(32px);
}
.text-container {
  position: relative;
}

h1 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.prefix {
  color: #ffd400;
  font-weight: 500;
  font-size: 34px;
  text-transform: none;
}

.message {
  position: relative;
  height: 30px;
  width: 300px;
  overflow: hidden;
}

.word1,
.word2,
.word3,
.word4,
.word5 {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 30px;
  font-weight: 600;
  color: var(--color-white);
  font-size: 24px;
}

.word1 {
  animation: wordCycle 25s linear infinite 0s;
}
.word2 {
  animation: wordCycle 25s linear infinite 5s;
}
.word3 {
  animation: wordCycle 25s linear infinite 10s;
}
.word4 {
  animation: wordCycle 25s linear infinite 15s;
}
.word5 {
  animation: wordCycle 25s linear infinite 20s;
}

@keyframes wordCycle {
  0%,
  4% {
    opacity: 0;
  }
  5%,
  19% {
    opacity: 1;
  }
  20%,
  100% {
    opacity: 0;
  }
}
/* slide text css end  */

.count-heading::after {
  content: "";
  width: 3px;
  height: 20px;
  background-image: linear-gradient(120deg, #a487f6, #5e34d6);
  position: absolute;
  top: 0;
  left: 0;
}
.count {
  font-size: 100px;
  color: #5e34d610;
  line-height: 163px;
  position: absolute;
  top: 0;
  right: 64px;
}
.count-box p {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 0;
}
.section-vi-03 {
  padding: 64px 0;
}
.cta {
  position: relative;
}
.cta-text {
  position: absolute;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  color: var(--color-white);
  top: 48px;
  left: 48px;
  z-index: 9;
}
.cta-right {
  background: #f9f9f9;
  padding: 24px 13px 24px 24px;
  border-radius: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.cta-heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-vi-04 {
  padding: 64px 0;
}
.about-vi {
  position: relative;
  padding: 32px 24px 24px 20px;
  height: 100%;
}
.about-vi-content .heading {
  margin-bottom: 16px;
}
.about-vi p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}
.about-bg-img {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.about-bg-img.tracking-img-bg {
  top: -100px;
  z-index: -1;
}
.about-vi-content {
  position: relative;
  z-index: 9;
}
.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(127, 84, 179, 0.11);
  border-radius: 8px;
  padding: 28px 30px;
  gap: 20px;
}
.count-up {
  font-size: 73px;
  background-image: linear-gradient(to left, #ff00f7, #ff5303);
  color: transparent;
  background-clip: text;
  line-height: 95px;
  font-weight: bold;
}
.counter p {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 48px;
}
.imgbg {
  background-image: url(../XtraMiles/img-vi/bg-fix.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 160px 55px;
  background-size: cover;
  margin-top: -30px;
  background-attachment: fixed;
}
.services-img img {
  border-radius: 16px 16px 0 0;
}
.services-content h2 {
  text-align: center;
}
.services-img {
  margin-bottom: 24px;
}
.card-heading {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}
/* carousel css start  */
.section-vi-05 {
  height: 500px; /* Full screen height */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.swiper {
  height: 100%;
  position: relative;
}

.slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  padding: 40px;
  box-sizing: border-box;
}

.subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin-bottom: 30px;
  color: #555;
}

.btn {
  padding: 10px 20px;
  background: #2f4cad;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn:hover {
  background: #1d326f;
}

.swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 20px !important;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.swiper-slide.slide {
  display: flex;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 6px 0;
  opacity: 1;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-image: linear-gradient(to bottom, #a487f6, #5e34d6) !important;
  scale: 1.4;
}
.swiper.mySwiper {
  position: relative;
  height: 100vh; /* Make sure swiper has height */
  overflow: hidden;
}

/* end carousel css  */
.vi-vorder-b {
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}
.section-vi-06 {
  padding: 60px 60px 100px 60px;
}
.blog-box {
  display: flex;
  gap: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 23.2024px rgba(0, 0, 0, 0.04);
  border-radius: 9.28097px;
  overflow: hidden;
  align-items: center;
}
.blog-content {
  padding-right: 24px;
}
.date {
  font-size: 12px;
  background-image: linear-gradient(to bottom, #a487f6, #5e34d6);
  color: transparent;
  background-clip: text;
}
.blog-heading {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-dark);
}
.blog-discription {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.btn.btn-read {
  text-decoration: none;
  color: var(--color-dark);
  background: transparent;
  padding: 0;
  font-weight: 400;
}
.btn.btn-read i {
  margin-left: 5px;
}
.slide .heading {
  margin-bottom: 8px;
}
.btn.btn-dark {
  padding: 12px 24px;
  border-radius: 12px;
  background: #1a1a1a;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--color-dark);
}
.nav-item.dropdown {
  margin-right: 30px;
}
.dropdown-toggle::after {
  content: "\f078";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 12px;
  border-top: 0;
  font-size: 14px;
}

.tracking-section {
  background-image: url(../XtraMiles/img-vi/section-track-img01.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 0;
  padding-top: 120px;
}
.track-main {
  padding: 24px 30px;
  background: var(--color-white);
  border-radius: 16px;
  border: 1px solid var(--border-color);
}
.tracking-deatils-main,
.tracking-deatils-card {
  padding: 24px;
  background-color: var(--color-white);
  border: 1px solid var(--border-color);
  border-radius: 16px;
}
.estimate-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.estimate-date h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.estimate-date p,
.status-box-status p {
  margin-bottom: 0;
}

.status-box-status .badge {
  color: #3b22ff;
  background-color: #3b22ff10;
  padding: 8px 16px;
  border-radius: 50px;
}
.status-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.tracking-courier {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.tracking-courier .text-gray {
  color: #8e8e8e;
  font-size: 14px;
  margin-bottom: 0;
}
.tracking-courier p {
  margin-bottom: 0;
}
.status-box-status {
  display: flex;
  align-items: center;
  gap: 16px;
}
.status-box h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
}
.search-box {
  display: flex;
  gap: 16px;
}
.track-img {
  position: absolute;
  right: 0;
  top: 0;
}
.blue-dart {
  background-color: var(--color-white);
  border-radius: 16px;
  padding: 32px 28px;
  margin-bottom: 25px;
}
.border {
  border: 1px solid var(--border-color) !important;
}
.track-history {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.history-items {
  padding: 42px 0;
}
.history-items .icon img:nth-child(1){
    display: none !important;
}
.history-items .icon img:nth-child(2){
    border: 1px solid var(--border-color);
    border-radius: 50%;
    padding: 2px;
    width: 45px;
    opacity: 0.6;
}
.content-track a{
    cursor: pointer;
    font-size: 16px;
}
.history-items.active .icon img:nth-child(2){
    display: none !important;
}
.history-items.active .icon img:nth-child(1){
    display: block !important;
}
.history-items.active .content-track h6{
    color: var(--btn-primary);
}
.date h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 0;
}
.date p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.history-items .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}
.history-items .icon img:last-child {
  width: 50px;
}
.more-deatils-box{
    text-align: center;
    margin-top: 70px;
}
.btn-more-deatils {
  padding: 16px 24px;
  border-radius: 16px;
  animation: floatUpDown 2s infinite ease-in-out;
  color: var(--color-white);
  background-color: var(--btn-primary);
  &:hover{
    color: var(--color-white);
    background-color: var(--btn-primary);
  }
}
.btn-more-deatils i{
    color: var(--color-white);
}
table thead th:last-child{
    min-width: 300px;
}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}
a {
  text-decoration: none;
}
.table-responsive.wrapper {
  padding: 0;
  background: #ffffff;
  border-radius: 16px;
}
.hidden {
  display: block !important;
}
.content-track h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.content-track h6 span {
  font-weight: 500;
}
.text-primary {
  color: var(--primary-color) !important;
}
footer {
  background-image: url(img-vi/footer.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 42px 60px 60px 60px;
}
footer p {
  color: var(--color-white);
}
footer h4 {
  font-size: 14px;
  font-weight: 400;
  background-image: linear-gradient(to bottom, #a487f6, #5e34d6);
  color: transparent;
  background-clip: text;
}
footer a.nav-link {
  font-size: 14px;
  line-height: 180%;
  color: var(--color-white) !important;
  padding: 8px 0;
}
footer a.nav-link i {
  margin-right: 11px;
  font-size: 20px;
  color: var(--color-white);
}
footer a {
  text-decoration: none;
  color: var(--color-white) !important;
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .banner-content {
    left: 10px;
  }
}
@media (max-width: 1300px) {
  .prefix {
    font-size: 25px;
  }
  .cta-text {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1240px) {
    .blue-dart{
        padding: 24px 18px;
    }
    .history-items .icon img:last-child {
        width: 44px;
    }
}
@media (max-width: 1200px) {
  .counter {
    margin-bottom: 20px;
  }
  .banner-content {
    top: 25px;
  }
  .history-items .icon img:nth-child(2), .history-items .icon img:nth-child(1){
    width: 40px;
  }
  .history-items {
        padding: 0px 0;
    }
}
@media (max-width: 1100px) {
  .prefix {
    font-size: 22px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 24px;
  }
  .banner-content {
    top: 25px;
  }
  .content-track h6 , .content-track a , .date p{
    font-size: 12px;
  }
  .date h4 {
    font-size: 14px;
  }
  .history-items .icon img:nth-child(2), .history-items .icon img:nth-child(1) {
        width: 35px;
    }
    .history-items .icon img:last-child {
        width: 36px;
    }
}

@media (max-width: 1000px) {
  .prefix {
    font-size: 18px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 18px;
  }
  .banner-content {
    left: 5px;
  }
}
@media (max-width: 991px) {
  .cta-text {
    font-size: 64px;
    line-height: 72px;
  }
  .status-box h3{
        font-size: 32px;
  }
  .prefix {
    font-size: 30px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 24px;
  }
  .cta-right {
    margin-top: 20px;
  }
  .card.card-vi {
    margin-top: 20px;
  }
}
@media (max-width:940px) {
    .history-items .icon img:nth-child(2), .history-items .icon img:nth-child(1) {
        width: 30px;
    }
    .history-items .icon img:nth-child(2), .history-items .icon img:nth-child(1) {
        width: 20px;
    }
}

@media (max-width: 768px) {
  .swiper-pagination-bullets {
    display: none;
  }
  .status-box h3 {
        font-size: 22px;
    }
    .locaton-box h2{
        font-size: 18px;
    }
    .estimate-date h2 {
        font-size: 18px;
    }
    .tracking-deatils-main, .tracking-deatils-card{
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
  .cta-text {
    font-size: 40px;
    line-height: 48px;
  }
  .section-vi-05 {
    height: fit-content;
  }
  .heading {
    font-size: 34px;
    line-height: 38px;
  }
  .slide .heading {
    margin-bottom: 16px;
  }
  .section-vi-06 .heading {
    margin-bottom: 20px !important;
  }
  .blog-box {
    margin-bottom: 20px;
  }
  .slide img {
    max-width: 250px;
    margin-bottom: 20px;
  }
  .section-vi-05 {
    height: 500px;
  }
  .slide .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .slide {
    justify-content: start;
  }
  .prefix {
    font-size: 18px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 18px;
  }
  .vi-vorder-b {
    border-bottom: 0px solid !important;
    padding-top: 1rem !important;
  }
}

@media (max-width: 576px) {
  .blog-box {
    display: block;
  }
  .imgbg{
        padding: 160px 8px;
  }
  .cta-text {
    font-size: 34px;
    line-height: 40px;
    top: 20px;
  }
  .section-vi-06 {
    padding: 30px;
  }
  .blog-content {
    padding: 10px;
  }
  .blog-heading {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .blog-discription {
    line-height: 16px;
  }
  .btn.btn-read {
    font-size: 14px;
  }
  .message {
    width: 180px;
  }
  .banner-content {
    left: 0px;
    top: 16px;
  }
  .prefix {
    font-size: 18px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 14px;
    top: 8px;
  }
}
@media (max-width: 500px) {
  .cta-text {
    font-size: 28px;
    line-height: 30px;
  }
  .cta-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .section-vi-02 {
    padding: 80px 32px;
  }
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .message {
    width: 150px;
  }
  .count-up {
    font-size: 42px;
    line-height: 52px;
  }
  .counter p {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-content {
    left: -20px;
    top: 8px;
  }
  .prefix {
    font-size: 12px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 12px;
    top: 8px;
  }
  .section-vi-05 {
    height: max-content;
  }
}
@media (max-width:425px) {
    .track-history{
        display: block;
    }
    .history-items{
        display: flex;
        align-items: start;
        gap: 16px;
    }
    .history-items .icon{
        display: block;
    }
    .btn.btn-primary{
        padding: 12px 8px;
    }
    .search-box{
        flex-wrap: wrap;
    }
    .history-items .icon img:last-child {
        width: 36px;
        transform: rotate(90deg);
        margin-left: -9px;
        margin-top: 25px;
    }
    .date h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .history-items{
        margin-bottom: 16px;
    }
}
@media (max-width: 375px) {
  .cta-text {
    font-size: 20px;
    line-height: 24px;
    top: 20px;
  }
  .section-vi-02 {
    padding: 40px 16px;
  }
  .message {
    width: 110px;
  }
  .banner-content {
    left: -20px;
    top: 4px;
  }
  .prefix {
    font-size: 10px;
  }
  .word1,
  .word2,
  .word3,
  .word4,
  .word5 {
    font-size: 10px;
    top: 12px;
  }
  .card-vi h2 b {
    font-size: 14px;
  }
  .card-vi h2 span {
    font-size: 14px;
  }
  .slide .heading {
    font-size: 20px;
    line-height: 22px;
  }
}
