@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
body {
  font-family: "Inter", sans-serif;
}
.btn-outline-info {
  color: #1d9bf0;
  border-color: #1d9bf0;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-info:focus {
  color: #fff;
  background-color: #1d9bf0;
  border-color: #1d9bf0;
}
.btn-info {
  color: #fff;
  background-color: #1d9bf0;
  border-color: #1d9bf0;
  text-transform: uppercase;
  font-size: 12px;
}
#slots-label {
  background-color: #f2fbff;
  border: 1px solid #1d9bf0;
  color: #1d9bf0;
  font-size: 0.7rem;
}
.btn-white {
  color: #1d9bf0;
  background-color: #ffffff;
  border-color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus,
.btn-white:visited {
  color: #1d9bf0;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
}
.fs-16 {
  font-size: 16px;
}
.w-88 {
  width: 88% !important;
}

/* #regModal .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
} */
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:visited {
  color: #fff;
  background-color: #3ba5ec;
  border-color: #3ba5ec;
}
/* .btn-success {
  color: #fff;
  background-color: #54c796;
  border-color: #54c796;
  text-transform: uppercase;
  font-size: 12px;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  color: #fff;
  background-color: #3bac7b;
  border-color: #3bac7b;
} */

.bg-info {
  color: #fff;
  background-color: #1d9bf0 !important;
  border-color: #1d9bf0;
}
.navbar {
  background-color: #f8f8f9 !important;
  box-shadow: 0px 3px 6px #00000029;
}
.color-darkv1 {
  color: #1b2226;
}
.color-darkv2 {
  color: #474747;
}
.p1 {
  font-size: 0.9rem;
}
.p2 {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.t-rating {
  color: #1d9bf0;
  padding: 0 0.2rem;
}
#testimonials span {
  font-size: 0.8rem;
}
#testimonial .card {
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 5px;
}
#testimonials .card-body {
  background-color: #f3f7fa;
}
#testimonials .card-footer {
  background-color: #ffffff;
  box-shadow: 0px 2px 6px #00000029;
  border-radius: 0px 0px 5px 5px;
}
.section-alt {
  background-color: #f7f8f8;
  padding: 2.5rem 0;
  margin: 2.5rem 0;
}
.section {
  padding: 2.5rem 0;
  margin: 2.5rem 0;
}
.section-title {
  font-weight: bold;
  font-size: 1.8rem;
}
.p3,.p4 {
  font-size: 1.2rem;
}
.title-divider {
  display: block;
  width: 80px;
  height: 3px;
  background: #1d9bf0;
  margin: 20px auto;
}
.card-img {
  width: 100px;
}
.alt-mt-exeption {
  margin-top: 0;
}
.alt-mb-exeption {
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}
.alt-pt-exeption {
  padding-top: 0;
}
.alt-pb-exeption {
  padding-bottom: 0;
}
.col-card-1 {
  display: flex;
  flex-direction: column;
}
.card-h-1 {
  height: 100%;
}
footer {
  color: #ffffff;
  background-color: #000;
}

.fa-beat {
  animation: fa-beat 5s ease infinite;
}
#why-rocket ul {
    list-style-type: none;
  }
#why-rocket li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
  }
@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.25);
  }
  70% {
    transform: scale(1);
  }
}
#leading-arrow {
    transform: rotate(-50deg);
    position: relative;
    top: -20px;
    left: -140px;
  }
  #maincopy2 {
    top: -60px;
    position: relative;
  }
  #main-img {
      width: 100%;
  }
  .form-h4{
    font-size: 1.2rem;
  }
  .form-p-small{
    font-size: .75rem;
  }
  .label-small {
    font-size: .825rem;
  }
@media only screen and (min-width: 992px) {
  .text-md-right {
    text-align: right !important;
  }
  .p1 {
    font-size: 1.5rem;
    width: 80%;
  }
  .p2 {
    font-size: 1.5rem;
    font-weight: bold;
    /* text-align: left; */
  }
  #lead-container {
    border-radius: 0.5rem;
  }
  h1 {
    width: 80%;
  }
  #customer-h1 {
    width: 70%;
    margin-top: 50px;
  }
  .col-card {
    display: flex;
    flex-direction: column;
  }
  .card-h {
    height: 100%;
  }
  #leading-arrow {
    top: -30px !important;
    left: -60px !important;
  }
  .p4{
      width: 66%;
  }
  #maincopy2 {
    top: -72px;
    position: relative;
  }
  #maintop-section{
      margin-top: 2.5rem;
  }
  #main-img {
    width: 90%;
}
}

@media only screen and (max-width: 460px) {
  .form-control,
  .form-select {
    margin-bottom: 0.75rem;
  }
  .p1 {
    font-size: 1.1rem;
  }
  .btn-white {
    padding: 0.675rem 2.75rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  .card-h-1 > p {
    font-size: 0.8rem;
  }
  .col-card-1 {
    margin-bottom: 12px;
  }
  .col-card {
    margin-bottom: 12px;
  }
   /* #dont-believe-us .col-card{
      text-align: left !important;
  } */
 
}
