* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
   font-family: 'Regular';
}
@font-face {
  font-family: 'Regular Bold';
  src: local('Regular Bold'), local('Regular-Bold'),
      url('../fonts/Regular-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Regular';
  src: local('Regular-LightItalic'),
      url('../fonts/Regular-Medium.woff2') format('woff2');
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Regular Bold';
  color: #000000;
}


.contain {
  width: 85%;
}
.margintop {
  margin-top: 60px !important;
}
.nav-color {
  background-color: #002864 !important;
}
.navlinkk {
  color: white !important;
  margin: 0px 10px 0px 10px;
  font-family: 'Regular', sans-serif;
}
.nav-link.active {
  background-color: rgb(231, 231, 231);
  color: #000000 !important;
  border-radius: 8px;
}
.nav-num {
  font-size: 20px;
}
.color-orange {
  color: #f66608;
}
.side-toggle-btn {
  display: none !important;
}
.bttn {
  background-color: #f66608;
  color: white;
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
}
.bttn2 {
  border: 2px solid #f66608;
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
}
.bttn2:hover {
  background-color: #f66608;
  color: white;
  padding: 10px 30px 10px 30px;
  border-radius: 25px;
}
.round {
  border-radius: 15px;
}
.wifi-card {
  background-color: #2260f0;
}
.blue-color {
  color: #2260f0 !important;
}
.dark-blue {
  color: #002864;
}
.bg-blue {
  background-color: #2260f0;
}
.g-card {
  background-color: #f66608;
}
.dollar-card {
  background-color: #002864;
}
.heading {
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
}
.heading-lite {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
}
.para {
  font-size: 18px;
  
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "\F129" !important;
  font-family: bootstrap-icons;
  color: #f66608;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "\F133" !important;
  font-family: bootstrap-icons;
  color: #f66608;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f66608 !important;
}
.accordion-button:not(.collapsed) {
  color: #f66608 !important;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button::after {
  content: "";
  background-image: url("../images/plus.webp");
  background-size: 1.9rem !important;
  width: 1.95rem !important;
  height: 2.25rem !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.webp");
  background-size: 1.9rem !important;
  width: 1.95rem !important;
  height: 2.25rem !important;
}
footer {
  background-color: #002864;
}
.footer-col1 {
  display: flex;
  align-items: center;
}
.footer-col2 {
  display: flex;
  justify-content: end;
  align-items: center;
}
hr {
  background-color: #002864 !important;
  opacity: 0.8 !important;
}
.internet-bg {
  background-image: url("../images/internet-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
.internet-hero-text {
  background-color: #ffffff8f;
  backdrop-filter: blur(10px);
}
.card-blue-img {
  background-image: url("../images/card-blue-img.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 20vh;
}
.dif {
  font-size: 85px;
  font-weight: bolder;
  color: #f66608;
}
.same {
  margin-top: 20px;
  font-weight: bolder;
  font-size: 35px;
  color: #f66608;
}

.third {
  margin-top: 35px;
  font-size: 10px;
  font-weight: bold;
}
.same2 {
  margin-top: 16px;
  font-weight: bolder;
  font-size: 25px;
}
.dif2 {
  font-size: 55px;
}
.third2 {
  margin-top: 18px;
  font-size: 7px;
}
@media screen and (min-width: 280px) and (max-width: 991px) {
  .side-toggle-btn {
    display: block !important;
  }
  .nav-toggle {
    display: none;
  }
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .footer-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-col1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .heading {
    font-size: 35px;
  }
}
