* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "poppins";
  src: url('/css/Poppins/Poppins-Regular.ttf');
}
body {
  font-family: "poppins";
}
.background {
  background-image: url(../img/background.png);
  background-attachment: fixed;
  background-position: center;
}
a.nav-link {
  color: white !important;
  font-size: 16px;
  font-weight: 600;
}
.call-us {
  background-color: #030f38;
  padding: 10px 15px;
  margin-left: 30px;
}
.call-us a {
  color: white !important;
  text-decoration: none;
  font-weight: 600;
}
.banner-section {
  padding: 80px 20px;
}
.banner-data {
  color: white;
}
.banner-data h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}
.banner-data p {
  font-size: 18px;
  font-weight: 500;
}
.banner-btn {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  margin-left: 20px;
}
.banner-btn-1 {
  background-color: white;
  padding: 8px 30px;
  border-radius: 8px;
}
.banner-btn-1 a {
  color: black !important;
  text-decoration: none;
  font-weight: 600;
}
.banner-btn-2 {
  background-color: transparent;
  border: 1px solid white;
  padding: 8px 30px;
  border-radius: 8px;
}
.banner-btn-2 a {
  color: white !important;
  text-decoration: none;
  font-weight: 600;
}
.discalimer-heading h3 {
  margin-top: 20px;
  font-size: 37px;
  font-weight: 400;
}
.disclaimer-data p {
  font-size: 37px;
  color: #0e0e0e;
  font-weight: 400;
}
.privacy-section p {
  color: #21a6c1;
  margin-top: 40px;
  font-size: 47px;
  font-weight: 600;
  line-height: 50px;
}
.privacy-btn-1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.privacy-btn-2 {
  margin-bottom: 30px;
}
.privacy-btn-1 a {
  background-color: #21a6c1;
  padding: 8px 25px;
  border-radius: 5px;
  font-weight: 500;
  color: white !important;
  text-decoration: none;
}
.privacy-btn-2 a {
  background-color: #21a6c1;
  padding: 8px 25px;
  font-weight: 500;
  border-radius: 5px;
  color: white !important;
  text-decoration: none;
}
.about-us-section {
  background-color: #faf6f0;
  padding: 20px 0px;
}
.about-us-data h2 {
  font-size: 44px;
  font-weight: 700;
  position: relative;
}
.about-us-data h2::before {
  content: "";
  position: absolute;
  background-color: black;
  width: 60%;
  height: 2px;
  bottom: -20px;
  left: 0;
}
.about-us-data p {
  font-size: 18px;
}
.about-us-data-p {
  margin-top: 30px;
}
.about-us-image {
  width: 100%;
}
.about-us-image img {
  width: 100%;
  border-radius: 10px;
}
.our-product-section {
  padding: 50px 0px;
}
.our-product-section h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}
.heading {
  position: relative;
  display: flex;
  justify-self: center;
  width: fit-content;
}
.heading::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  bottom: -10px;
  left: 25%;
  background-color: black;
}
.product-image {
  width: 100%;
  text-align: center;
}
.product-image img {
  width: 100%;
}
.product-image p {
  font-weight: 700;
  line-height: 20px;
  font-size: 17px;
  margin: 0;
}
.product-image span {
  margin: 15px 0px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}
.product-btn button {
  padding: 6px 18px;
  background-color: #030f38;
  border: 1px solid #030f38;
  border-radius: 5px;
}
.product-btn button a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.product-image {
  padding-top: 40px;
}
.testimonial-section {
  padding: 50px 0px;
  background-color: #faf6f0;
}
.testimonial-heading h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}
.testimonial-slider {
  margin-top: 50px;
}
.item {
  background-color: white;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid rgba(192, 187, 187, 0.318);
}
.person-img img {
  height: 50px;
  width: 50px !important;
  object-fit: cover;
  border-radius: 50px;
}
.person-img {
  display: flex;
  gap: 10px;
}
.person-img p {
  margin: 0 !important;
  color: grey;
  font-size: 14px;
  font-weight: 600;
}
.person-img h4 {
  color: black;
  font-size: 14px;
  margin-top: 2px;
  margin: 0px 0px 4px 0px;
  font-weight: 700;
}
.person-detail {
  margin-top: 4px;
}
.slider-1 .item p {
  margin-top: 15px;
  color: #333333;
  line-height: 20px;
}
.our-expertise-section {
  padding: 50px 0px;
}
.expertise-heading h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}
.expertise-cards {
  margin-top: 50px;
  background-color: #faf6f0;
  padding: 40px 20px;
  max-height: 295px;
  border-radius: 10px;
}
.expertise-cards h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.expertise-cards p {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}
.faq-section {
  background-color: #faf6f0;
  padding: 50px 0px;
}
.faq-heading h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
}
.faq-questions {
  margin-top: 50px;
}
.accordion-item {
  background-color: #faf6f0 !important;
  border: 0.5px solid rgba(200, 200, 200, 0.67) !important;
}
.accordion-button {
  background-color: #faf6f0 !important;
  font-weight: 700;
  border: 0.5px solid rgba(200, 200, 200, 0.67) !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  color: black !important;
}
.accordion-button:not(.collapsed) {
  color: black !important;
}
.product-info-section {
  padding: 20px 0px;
}
.product-info-heading {
  border-bottom: 2px solid rgba(153, 150, 150, 0.577);
}
.product-info-heading h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-info-heading span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}
.product-info-heading p {
  font-weight: 500;
}
.product-info-heading h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-info-heading h5 {
  font-weight: 600;
  font-size: 29px;
  margin-bottom: 15px;
}
.services-info-heading h2 {
  font-weight: 600;
  margin-bottom: 15px;
}
.services-info-heading h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.services-info-heading span {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}
::marker {
  font-size: 15px;
}
.services-info-heading ul li {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}
.services-info-heading ul p {
  margin-bottom: 12px !important;
  font-size: 17px;
  font-weight: 500;
}
.services-info-heading {
  border-bottom: 2px solid rgba(153, 150, 150, 0.577);
}
.self-service-section {
  padding: 10px 0px;
}
.self-service-heading {
  border-bottom: 2px solid rgba(153, 150, 150, 0.577);
}
.self-service-heading h2 {
  font-weight: 600;
  margin-bottom: 15px;
}
.self-service-heading table {
  width: 100%;
  margin-bottom: 15px;
}
.self-service-heading table tr th {
  border: 1px solid black;
  padding: 15px;
}
.self-service-heading table td {
  border: 1px solid black;
  padding: 15px;
}
.self-service-heading .active {
  background-color: #f0e5fa;
}
.contact-us-heading {
  border-bottom: 2px solid rgba(153, 150, 150, 0.577);
}
.contact-us-heading h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-us-heading h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-us-heading span {
  margin-bottom: 14px;
  display: inline-block;
}
.contact-us-heading p {
  margin-bottom: 14px;
}
.disclaimer-heading {
  margin-left: 30px;
  margin-bottom: 20px;
}
.disclaimer-heading p {
  margin: 8px 0px 8px 0px;
}
.number-tag {
  background-color: #faf6f0;
  padding: 10px 0px;
  text-align: center;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.number-tag a {
  font-size: 32px;
  color: black !important;
  text-decoration: none;
  font-weight: 700;
}
.footer-section {
  padding: 25px 0px;
  background-color: #333640;
}
.footer-1 {
  color: white;
  font-weight: 600;
}
.footer-2 a {
  color: white !important;
  border-right: 1px solid white;
  text-decoration: none;
  padding-left: 5px;
  font-weight: 600;
  padding-right: 5px;
}
@media screen and (max-width: 600px) {
  .navbar-brand {
    width: 150px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .banner-section {
    padding: 40px 0px;
  }
  .banner-data h2 {
    font-size: 33px;
  }
  .banner-data p {
    font-size: 15px;
  }
  .banner-btn {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .banner-btn-1 {
    width: fit-content;
  }
  .banner-btn-2 {
    width: fit-content;
  }
  .about-us-data h2 {
    font-size: 28px;
  }
  .about-us-data p {
    font-size: 16px;
  }
  .our-product-section h2 {
    font-size: 30px;
  }
  .testimonial-heading h2 {
    font-size: 30px;
  }
  .expertise-heading h2 {
    text-align: center;
    font-size: 30px;
  }
  .expertise-cards {
    margin-top: 25px;
  }
  .faq-heading h2 {
    font-size: 28px;
  }
  .product-info-heading h2 {
    font-size: 32px;
  }
  .product-info-heading h3 {
    font-weight: 700;
    line-height: 45px;
  }
  .services-info-heading ul li {
    font-size: 27px;
  }
  .services-info-heading ul p {
    font-size: 16px;
  }
  .self-service-heading h2 {
    font-size: 32px;
  }
  .self-service-heading table tr th {
    font-size: 14.4px;
  }
  .self-service-heading table td {
    font-size: 14.4px;
  }
  .number-tag a {
    font-size: 32px;
  }
  .footer-1 {
    text-align: center;
  }
  .footer-2 {
    text-align: center;
    margin-top: 20px;
  }
}
