body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: "inter";
  line-height: normal;
}


.trp-shortcode-switcher {
    position: static;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    border: var(--border, none);
    border-radius: 24px;
    background: #B0D0F0!important;
    width: 250px!important;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
	align-items:baseline;
}

.navbar-padding {
  padding-left: 180px;
  padding-right: 40px;
}

.topbar-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.nav-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.nav-text.active {
  position: relative;
  color: var(--Primary-Primary-500, #0067ce) !important;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.nav-text.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* distance from text */
  width: 100%;
  height: 2px; /* thickness of underline */
  background-color: var(--Primary-Primary-500, #0067ce);
}

.navbar .dropdown-toggle::after {
  content: url("../img/chevron-down.svg");
  display: inline-block;
  margin-left: -1px;
  vertical-align: top;
}

.dropdown-toggle::after {
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: none;
}

/* Make the dropdown stretch the navbar width on desktop */
.navbar .dropdown.megamenu {
  position: static;
} /* important for full-width */
.navbar .dropdown.megamenu .dropdown-menu {
  left: 0;
  right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #0067ce; /* base color */
  background-image: url("../img/menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-blend-mode: multiply; /* optional, blends texture with color */
}

.mega-menu-text {
  color: var(--Primary-Primary-50, #e6f0fa);
  font-family: "Inter";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px; /* 164.444% */
}

.mega-title {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.mega-list .dropdown-item {
  padding-left: 0; /* cleaner list look */
}

.mega-card {
  background: #f8f9fa;
  border-radius: 0.5rem;
}

.dropdown-menu[data-bs-popper] {
  top: 97%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* Optional: tighter dropdown on mobile */
@media (max-width: 991.98px) {
  .navbar .dropdown.megamenu .dropdown-menu {
    position: static; /* let it flow under the toggle */
    width: auto; /* take container width */
  }
}

.nav-link:focus-visible {
  box-shadow: none;
}

.header-btn {
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 15px 25px;
  background: linear-gradient(270deg, #00d5f6 1.67%, #034bc9 100%);
  transition: all 1s ease-in-out;
  animation: autoHover 2s ease-in-out infinite;
}

@keyframes autoHover {
  0% {
    background: linear-gradient(270deg, #00d5f6 1.67%, #034bc9 100%);
    box-shadow: none;
  }
  50% {
    background: #002b57;
    box-shadow: 1px 1px 16.8px 0 #00488f;
  }
  100% {
    background: linear-gradient(270deg, #00d5f6 1.67%, #034bc9 100%);
    box-shadow: none;
  }
}

.hero-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
}

.hero-subtext {
  color: var(--Gray-gray-900, #2b2f38);
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.section-padding {
  padding-left: 160px;
  padding-right: 180px;
}

.hero-btn {
    position: relative;
    top: -39%;
    right: -63%;
}

.hero-btn-text {
  color: #fff;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.938px;
}

.hero-sub-branch-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.rating-text {
  color: var(--Gray-gray-900, #2b2f38);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.image-wrapper{
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-img {
  display: block;
  max-width: 100%;
  height: auto;
}


.flag-img {
  position: absolute;
  width: clamp(28px, 15%, 68px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  top: 5%;
  right: 5%;
  transform: rotate(0deg);
  pointer-events: none;
}


.hero-ip-text {
    position: absolute;
    top: 6%;
    left: 102%;
    font-weight: 500;
    color: #d84a3c;
    white-space: nowrap;
}


.feature-text {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Inter";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
}

.feature-card {
  border-radius: 20px;
  background: var(--White, #fff);
}

.feature-card-text {
  color: var(--Primary-Primary-900, #002b57);
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.feature-card-subtext {
  color: var(--Gray-gray-500, #667085);
  text-align: justify;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.feature-border {
  position: relative;
}

.feature-border::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: #8ab9e8;
}

.navbar-light {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
}

.download-card {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 54px;
    background: var(--White, #fff);
}

.internet-card {
  display: flex;
  align-items: center;
}

.internet-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}



.download-card-wrapper {
  padding: 10px;
  background: #fff;
  border-radius: 18px;
}

.download-card:hover {
  background: #e6f0fa;
}

.download-card img.main-icon {
  max-width: 60%;
  transition: transform 0.3s ease;
}

.download-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #002b57;
  font-size: 14px;
  font-weight: 500;
  transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  border-radius: 0 0 13px 13px;
  background: rgba(240, 240, 240, 0.5);
  backdrop-filter: blur(5px);
}

.download-card:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}

.download-card:hover img.main-icon {
  transform: scale(1.1);
}

.internet-card {
  border-radius: 20px;
  background: var(--White, #fff);
  padding: 40px;
  display: flex;
}

.internet-card-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.internet-card-sub-text {
  color: var(--Gray-gray-500, #667085);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.feature-btn {
  border: none;
  color: #fff;
  padding: 14px 40px;
  border-radius: 10px;
  background: var(--Primary-Primary-500, #0067ce);
}

.testimonial-card {
  padding: 48px;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 12px 37px 0 rgb(122 135 168 / 4%);
}

.client-name-text {
  color: var(--Gray-gray-900, #2b2f38);
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.client-company-text {
  color: var(--Gray-gray-500, #667085);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.client-quote-text {
  color: var(--Gray-gray-500, #667085);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.client-pic {
  max-width: 49px;
  max-height: 49px;
  border-radius: 50%;
  object-fit: cover;
}

.owl-carousel .center .testimonial-card {
  border-radius: 20px;
  background: linear-gradient(180deg, #0080ff 0%, #0067ce 100%);
  box-shadow: 0 12px 44px 0 rgba(103, 119, 159, 0.08);
}

.owl-carousel .center .testimonial-card .client-pic {
  max-width: 49px;
  max-height: 49px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.15);
  background: url(<path-to-image>) lightgray 50% / cover no-repeat, #dedede;
}

.owl-carousel .center .testimonial-card .client-name-text,
.owl-carousel .center .testimonial-card .client-company-text,
.owl-carousel .center .testimonial-card .client-quote-text {
  color: #ffffff;
}

.owl-carousel .center .testimonial-card .learn-more-text {
  color: var(--White, #fff);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.learn-more-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.custom-prev,
.custom-next {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: none;
  background: var(--White, #fff);
}

.custom-prev:hover,
.custom-next:hover {
  background: transparent;
  color: #fff;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: relative;
  top: -111%;
  left: 46%;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: transparent !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #0067ce !important;
  color: #fff !important;
  text-decoration: none;
}

.buy-btn-bg {
  background: linear-gradient(270deg, #00d5f6 1.67%, #034bc9 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  padding: 120px 400px;
}

.buy-btn {
  padding: 14px 40px;
  text-align: center;
  color: var(--Primary-Primary-500, #0067ce);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  gap: 10px;
  border-radius: 10px;
  background: var(--White, #fff);
  border: none;
}

.footer-text {
  color: var(--White, #fff);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.footer-menu-text {
  color: var(--White, #fff);
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.footer-menu-item-text {
  color: var(--White, #fff);

  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.footer-line {
  border: 1px solid #746a84;
}

.footer-copyright-text {
  color: #746a84 !important;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.features-bg {
  background-image: url("../img/feature-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.features-headline-text {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.features-subhead-text {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.features-offer-btn {
  padding: 16px 34px;
  border: none;
  border-radius: 10px;
  background: var(
    --gradient,
    linear-gradient(270deg, #00d5f6 1.67%, #034bc9 100%)
  );
  color: var(--Colors-Neutral-100, #fff);
  text-align: center;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.features-card {
  border-radius: 50px;
  padding: 20px 70px;
  background: var(--White, #fff);
  display: flex;
}

.features-card-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.features-card-subtext {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.features-card-bottom-text {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.features-card-footer-text {
  color: var(--Colors-Neutral-0, #000);
  text-align: center;
  font-family: "Inter";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
}

.features-card-bottom-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 12px;
  background: var(--Primary-Primary-100, #b0d0f0);
}

.features-tunel-text {
  color: var(--Primary-Primary-900, #002b57);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.price-list-text {
  color: #1d1b20;
  text-align: center;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.price-card {
  padding: 25px 30px;
  border-radius: 16px;
  border: 1px solid rgba(13, 59, 69, 0.1);
  background: var(--White, #fff);
}

.monthly-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

.price-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.5px;
}

.price-sub-text {
    color: var(--Gray-gray-700, #48505e);
    font-family: "Inter";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.5px;
}

.price-feature-text {
  color: #48505e;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.buy-btn {
  padding: 14px 22px;
  border-radius: 58px;
  border: 1.5px solid rgba(63, 63, 67, 0.2);
}

.buy-btn-text {
  color: var(--Black, #000);
  text-align: right;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

.buy-btn-text-v3 {
  color: #fff;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.active-price-card {
  border-radius: 16px;
  border: 2px solid var(--gradient, #00d5f6);
  background: var(--White, #fff);
}

.price-highlighted-card {
  display: flex;
  align-items: center;
  padding: 3px 11px;
  border-radius: 24px;
  background: var(--Primary-Primary-900, #002b57);
}

.price-highlighted-text {
  color: var(--White, #fff);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

.discount-badge {
  display: inline-block;
  border-radius: 24px;
  background: var(--Primary-Primary-100, #b0d0f0);
  padding: 6px 12px;
  font-weight: 600;
  width: auto;
}

.discount-text {
  color: var(--Primary-Primary-500, #0067ce);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}

.final-price-text {
  color: var(--Gray-gray-500, #667085);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.buy-btn-v2 {
  border: none;
  padding: 14px 22px;
  border-radius: 58px;
  background: var(
    --gradient,
    linear-gradient(270deg, #00d5f6 1.67%, #034bc9 100%)
  );
}

.buy-btn-text-v2 {
  color: var(--White, #fff);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

.internet-text {
  color: #1d1b20;
  text-align: center;
  font-family: "Inter";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
}

.about-bg {
  background-image: url("../img/colors.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-card {
  padding: 100px;
  border-radius: 60px;
  background: linear-gradient(180deg, #0984ff 0%, #0067ce 100%);
}

.mission-text {
  color: #fff;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.mission-sub-text {
  color: #fff;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.mission-sub-bottom-text {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  text-align: justify;
  font-weight: 500;
  line-height: 36px;
}

.support-bg {
  background-image: url("../img/support-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.support-text {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
}

.support-sub-text {
  color: var(--Gray-gray-900, #2b2f38);
  text-align: center;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}

.form-control {
  padding: 20px 20px;
  border-radius: 12px;
  background-color: transparent;
  border: 2px solid var(--Gray-gray-500, #667085);
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border: 2px solid #667085;
  outline: 0;
  box-shadow: none;
}

.submit-btn {
  padding: 18px 40px;
  border: none;
  border-radius: 10px;
  background: var(--Primary-Primary-500, #0067ce);
}

.submit-btn-text {
  color: var(--Colors-Neutral-100, #fff);
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.accordion-button {
  background-color: #fff;
  border-radius: 18px;
  padding: 26px;
}

.accordion-item {
  color: #fff;
  background-color: #0067ce;
  border: none;
  border-radius: 20px;
}

.accordion {
  --bs-accordion-border-radius: 20px;
  --bs-accordion-inner-border-radius: 18px;
  --bs-accordion-btn-icon: url("/");
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #0067ce;
  color: #fff;
  box-shadow: none;
  color: #fff;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.accordion-header-text {
  color: var(--Gray-gray-500, #667085);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

#accordionExample .accordion-button.collapsed::after {
  background-image: none;
}

#accordionExample .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.icon-minus::before {
  content: url("../img/minus.svg");
}

.accordion-button.collapsed .icon-minus::before {
  content: url("../img/plus.svg");
}
.icon-minus {
  margin-right: 10px !important;
}

.accordion-body {
  color: #fff;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.terms-text {
  color: var(--Primary-Primary-500, #0067ce);
  text-align: center;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.blog-search-card {
  border-radius: 15px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 16px;
}

.filter-text {
  color: var(--Colors-Warning-red, #d03c1e);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.search-bar {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s ease;
}
.search-bar:focus-within {
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
}
.search-bar svg {
  color: #6c757d;
  font-size: 1rem;
  margin-right: 18px;
  flex-shrink: 0;
}
.search-bar input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #495057;
  background: transparent;
}
.search-bar input::placeholder {
  color: #999;
}
.category-card {
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--Primary-Primary-400, #3385d8);
  background: var(--White, #fff);
}

.category-card:hover {
    background: #240076;
    color: #fff!important;
}

.category-card.active {
    background: #240076;
    color: #fff!important;
}


.blog-details-content p {
  padding: 15px 0;
  line-height: 28px;
  text-align: justify;
  color: #000;
}
.blog-details-content ul li {
  color: #000;
}



.category-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.blog-card {
  border-radius: 15px;
  border: 1px solid #e2e8f0;
  background: var(--Base-White, #fff);
  overflow: hidden;
}

.card-category-text {
  color: var(--Primary-Primary-500, #0067ce);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.blog-card-heading-text {
  color: var(--Gray-900, #0f172a);
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.blog-card-sub-text {
  color: var(--Colors-Neutral-30, #48464c);
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.blog-card-heading-text-v2 {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.blog-card-sub-text-v2 {
  overflow: hidden;
  color: var(--Colors-Neutral-30, #48464c);
  text-overflow: ellipsis;

  /* Fonts/Title S */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.load-more-btn {
  color: #0067ce;
  border-radius: 12px;
  border: 1px solid var(--Colors-Primary-50, #f2f1ff);
  background: var(--White, #fff);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 12px 16px;
}

.recent-blog-text {
  color: var(--Colors-Primary-950, #240076);
  text-align: center;
  font-family: "Inter";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

/********************************************************
Portal CSS Start
********************************************************/

.header-bar {
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
}

.checkout-bg {
  background-image: url("../img/checkout/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.email-header-text {
  color: var(--Gray-gray-900, #2b2f38);
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.checkout-card {
  padding: 40px;
  border-radius: 30px;
  background: var(--Primary-Primary-50, #e6f0fa);
}

.pay-now-btn {
  padding: 10px;
  color: #fff;
  border: none;
  border-radius: 10px;
  background: var(--Primary-Primary-600, #005ebb);
}

.login-header-text {
  color: var(--Black, #000);
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.login-header-sub-text {
  color: var(--Colors-Neutral-20, #322f35);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.input-label-text {
  color: var(--Colors-Neutral-30, #48464c);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.anchor-tag-text {
  color: var(--Primary-Primary-400, #3385d8);
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.login-btn {
  border: none;
  padding: 14px 50px;
  border-radius: 10px;
  background: var(--Primary-Primary-500, #0067ce);
}

.login-btn-text {
  color: var(--Colors-Neutral-99, #fcfafb);
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.no-account-text {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.creation-account-text {
  color: var(--Primary-Primary-400, #3385d8);
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.email-badge {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 22px;
  background: var(--Colors-Neutral-95, #f6f1f8);
}

.check-policy-text {
  color: var(--Colors-netural-2, #3e3e3e);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
/********************************************************
Portal CSS End
********************************************************/

.main-logo {
  max-width: 162px;
}

.padding-top-150 {
  padding-top: 150px;
}

.ahorra-text {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.938px;
  text-transform: capitalize;
}

.dropdown-menu {
  border: none;
  padding: 10px;
  border-radius: 24px;
  background-color: var(--Primary-Primary-100, #b0d0f0);
}

.dropdown-item {
  padding: 20px 30px;
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  border-radius: 16px;
  background-color: var(--Primary-Primary-500, #0067ce);
}

.dropdown-item:hover {
  color: #fff;
  border-radius: 16px;
  background: var(--Primary-Primary-900, #002b57);
}

.mega-menu{
	width:86%!important; 
	margin-left:80px;"
}

.language-btn{
	display:none;
	position:absolute;
	top:30px;
	right:0;
	border-radius:24px;
	padding:8px 12px;
	z-index:999;
}

@media (min-width: 250px) and (max-width: 575px) {
	.language-btn{
	right:-237px;
}
	.mega-menu-text {
    font-size: 26px;
    line-height: 50px;
}
		.internet-text {
    font-size: 26px;
    line-height: 50px;
}
	.nav-text.active {
    font-size: 12px;  
}
.nav-text {
    font-size: 12px;  
}
	.hero-ip-text {
    left: 31%;
}
  .buy-btn-text-v3 {
    font-size: 16px;
    line-height: 40px;
  }
  .topbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-padding {
    padding-left: 30px;
    padding-right: 40px;
  }

  .navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-ip-bar {
    display: none;
  }

  .navbar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .buy-btn-bg {
    padding: 30px 40px;
    border-radius: 12px;
  }

  .main-logo {
    max-width: 90px;
  }
  .padding-top-150 {
    padding-top: 20px;
  }
  .hero-text {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 40px;
  }

  .ahorra-text {
    font-size: 10px;
    line-height: 18.938px;
  }

  .hero-btn-text {
    font-size: 16px;
    line-height: 17.938px;
  }

  .header-btn {
    padding: 6px 10px;
  }

  .hero-btn {
    top: -38%;
  }

  .hero-sub-branch-text {
    font-size: 20px;
    line-height: 36px;
  }

  .rating-text {
    font-size: 12px;
    line-height: 22px;
  }

  .owl-theme .owl-nav {
    top: 0%;
    left: 0%;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .ps-5 {
    padding-left: 1rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .feature-text {
    font-size: 20px;
    line-height: 40px;
  }

  .feature-card-text {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-card-subtext {
    font-size: 12px;
    line-height: 21px;
  }

  .feature-border::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80%;
    height: 1px;
    margin: 0 auto;
  }

  .internet-card {
    padding: 16px;
  }

  .internet-card-sub-text {
    color: var(--Gray-gray-500, #667085);
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.15px;
  }

  .internet-card-text {
    font-size: 16px;
    line-height: 28px;
  }

  body {
    font-size: 12px;
  }

  .testimonial-card {
    padding: 26px;
    border-radius: 20px;
    background: var(--White, #fff);
    box-shadow: 0 12px 37px 0 rgb(122 135 168 / 4%);
  }

  .client-name-text {
    font-size: 16px;
    line-height: 28px;
  }

  .client-company-text {
    font-size: 12px;
    line-height: 20px;
  }

  .client-quote-text {
    font-size: 12px;
    line-height: 20px;
  }

  .owl-carousel .center .testimonial-card .learn-more-text {
    font-size: 16px;
    line-height: 28px;
  }

  .buy-btn-text {
    font-size: 14px;
    text-align: center;
    line-height: 165%;
  }

  .buy-btn {
    padding: 4px 15px;
    font-size: 12px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 20px;
  }
	.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
	.features-headline-text {
    font-size: 28px;
    line-height: 54px;
}
	.price-list-text {
    text-align: left;
    font-size: 16px;
}
	.mega-menu{
		 width: 100%!important;
    margin-left: 0px!important;
	}
	
	.features-card-text {
    font-size: 20px;
    line-height: 35px;
}
	.features-card {
    border-radius: 30px;
    padding: 20px;
    display: block;
}
	.features-card-subtext {
    font-size: 14px;
    line-height: 29px;
}
.features-image {
    position: relative;
    left: 34%;
    width: 30%;
}
}

@media (min-width: 576px) and (max-width: 767px) {
	.features-card-subtext {
    font-size: 14px;
    line-height: 29px;
}
		.features-card {
    border-radius: 30px;
    padding: 20px;
    display: block;
}
	.features-card-text {
    font-size: 20px;
    line-height: 35px;
}
		.language-btn{
	right:-237px;
}
		.mega-menu-text {
    font-size: 26px;
    line-height: 50px;
}
	.price-list-text {
    text-align: left;
    font-size: 16px;
}
.nav-text.active {
    font-size: 12px;  
}
	.nav-text {
    font-size: 12px;  
}
.hero-ip-text {
    left: 55%;
}
  .buy-btn-text-v3 {
    font-size: 16px;
    line-height: 40px;
  }
  .topbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-padding {
    padding-left: 30px;
    padding-right: 40px;
  }

  .navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-ip-bar {
    display: none;
  }

  .navbar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .buy-btn-bg {
    padding: 30px 40px;
    border-radius: 12px;
  }

  .main-logo {
    max-width: 90px;
  }
  .padding-top-150 {
    padding-top: 20px;
  }
  .hero-text {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 40px;
  }

  .ahorra-text {
    font-size: 10px;
    line-height: 18.938px;
  }

  .hero-btn-text {
    font-size: 16px;
    line-height: 17.938px;
  }

  .header-btn {
    padding: 6px 10px;
  }

  .hero-btn {
    top: -38%;
  }

  .hero-sub-branch-text {
    font-size: 20px;
    line-height: 36px;
  }

  .rating-text {
    font-size: 12px;
    line-height: 22px;
  }

  .owl-theme .owl-nav {
    top: 0%;
    left: 0%;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .ps-5 {
    padding-left: 1rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .feature-text {
    font-size: 20px;
    line-height: 40px;
  }

  .feature-card-text {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-card-subtext {
    font-size: 12px;
    line-height: 21px;
  }

  .feature-border::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80%;
    height: 1px;
    margin: 0 auto;
  }

  .internet-card {
    padding: 16px;
  }

  .internet-card-sub-text {
    color: var(--Gray-gray-500, #667085);
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.15px;
  }

  .internet-card-text {
    font-size: 16px;
    line-height: 28px;
  }

  body {
    font-size: 12px;
  }

  .testimonial-card {
    padding: 26px;
    border-radius: 20px;
    background: var(--White, #fff);
    box-shadow: 0 12px 37px 0 rgb(122 135 168 / 4%);
  }

  .client-name-text {
    font-size: 16px;
    line-height: 28px;
  }

  .client-company-text {
    font-size: 12px;
    line-height: 20px;
  }

  .client-quote-text {
    font-size: 12px;
    line-height: 20px;
  }

  .owl-carousel .center .testimonial-card .learn-more-text {
    font-size: 16px;
    line-height: 28px;
  }

  .buy-btn-text {
    font-size: 14px;
    text-align: center;
    line-height: 165%;
  }

  .buy-btn {
    padding: 4px 15px;
    font-size: 12px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 20px;
  }
	.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
	.features-headline-text {
    font-size: 28px;
    line-height: 54px;
}
		.internet-text {
    font-size: 26px;
    line-height: 50px;
}
	.mega-menu{
		 width: 100%!important;
    margin-left: 0px!important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mega-menu{
		 width: 100%!important;
    margin-left: 0px!important;
	}
		.mega-menu-text {
    font-size: 26px;
    line-height: 50px;
}
	.internet-text {
    font-size: 26px;
    line-height: 50px;
}
	.price-list-text {
    text-align: left;
    font-size: 16px;
}
	.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}
.nav-text.active {
    font-size: 12px;  
}
	.nav-text {
    font-size: 12px;  
}
	.hero-ip-text {
    left: 24%;
}
  .buy-btn-text-v3 {
    font-size: 16px;
    line-height: 40px;
  }
  .topbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-ip-bar {
    display: none;
  }

  .navbar {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .buy-btn-bg {
    padding: 30px 40px;
    border-radius: 12px;
  }

  .main-logo {
    max-width: 120px;
  }
  .padding-top-150 {
    padding-top: 50px;
  }
  .hero-text {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 40px;
  }

  .ahorra-text {
    font-size: 10px;
    line-height: 18.938px;
  }

  .hero-btn-text {
    font-size: 16px;
    line-height: 17.938px;
  }

  .header-btn {
    padding: 6px 10px;
  }

  .hero-btn {
    top: -38%;
  }

  .hero-sub-branch-text {
    font-size: 20px;
    line-height: 36px;
  }

  .rating-text {
    font-size: 12px;
    line-height: 22px;
  }

  .owl-theme .owl-nav {
    top: 0%;
    left: 0%;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .ps-5 {
    padding-left: 1rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .feature-text {
    font-size: 20px;
    line-height: 40px;
  }

  .feature-card-text {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-card-subtext {
    font-size: 12px;
    line-height: 21px;
  }

  .internet-card {
    padding: 16px;
  }

  .internet-card-sub-text {
    font-size: 10px;
    line-height: 18px;
  }

  .internet-card-text {
    font-size: 12px;
    line-height: 28px;
  }

  body {
    font-size: 12px;
  }

  .testimonial-card {
    padding: 26px;
    border-radius: 20px;
    background: var(--White, #fff);
    box-shadow: 0 12px 37px 0 rgb(122 135 168 / 4%);
  }

  .client-name-text {
    font-size: 16px;
    line-height: 28px;
  }

  .client-company-text {
    font-size: 12px;
    line-height: 20px;
  }

  .client-quote-text {
    font-size: 12px;
    line-height: 20px;
  }

  .owl-carousel .center .testimonial-card .learn-more-text {
    font-size: 16px;
    line-height: 28px;
  }

  .buy-btn-text {
    font-size: 14px;
    text-align: center;
    line-height: 165%;
  }

  .buy-btn {
    padding: 4px 15px;
    font-size: 12px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 20px;
  }

  .download-card {
    padding: 28px;
  }
	.features-headline-text {
    font-size: 28px;
    line-height: 54px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.features-headline-text {
    font-size: 28px;
    line-height: 54px;
}
		.nav-text.active {
    font-size: 12px;  
}
	
.nav-text {
    font-size: 12px;  
}
  .buy-btn-text-v3 {
    font-size: 20px;
    line-height: 50px;
  }
  .topbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }


  .buy-btn-bg {
    padding: 30px 40px;
    border-radius: 12px;
  }

  .main-logo {
    max-width: 110px;
  }
  .padding-top-150 {
    padding-top: 50px;
  }
  .hero-text {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 40px;
  }

  .ahorra-text {
    font-size: 10px;
    line-height: 18.938px;
  }

  .hero-btn-text {
    font-size: 16px;
    line-height: 17.938px;
  }
	
.header-btn {
    padding: 16px 28px;
}

  .hero-btn {
    top: -38%;
  }

  .hero-sub-branch-text {
    font-size: 20px;
    line-height: 36px;
  }

  .rating-text {
    font-size: 12px;
    line-height: 22px;
  }

  .owl-theme .owl-nav {
    top: 0%;
    left: 0%;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .ps-5 {
    padding-left: 1rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .feature-text {
    font-size: 20px;
    line-height: 40px;
  }

  .feature-card-text {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-card-subtext {
    font-size: 12px;
    line-height: 21px;
  }

  .internet-card {
    padding: 16px;
  }

  .internet-card-sub-text {
    font-size: 10px;
    line-height: 18px;
  }

  .internet-card-text {
    font-size: 12px;
    line-height: 28px;
  }

  body {
    font-size: 12px;
  }

  .testimonial-card {
    padding: 26px;
    border-radius: 20px;
    background: var(--White, #fff);
    box-shadow: 0 12px 37px 0 rgb(122 135 168 / 4%);
  }

  .client-name-text {
    font-size: 16px;
    line-height: 28px;
  }

  .client-company-text {
    font-size: 12px;
    line-height: 20px;
  }

  .client-quote-text {
    font-size: 12px;
    line-height: 20px;
  }

  .owl-carousel .center .testimonial-card .learn-more-text {
    font-size: 16px;
    line-height: 28px;
  }

  .buy-btn-text {
    font-size: 14px;
    text-align: center;
    line-height: 165%;
  }

  .buy-btn {
    padding: 4px 15px;
    font-size: 12px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 20px;
  }

  .download-card {
    padding: 28px;
  }

  .nav-text {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
		.nav-text.active {
    font-size: 12px;  
}
	.nav-text{
		font-size:12px;
	}
  .buy-btn-text-v3 {
    font-size: 20px;
    line-height: 50px;
  }
  .topbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    margin-top: 46px !important;
    margin-bottom: 0px !important;
  }

  .buy-btn-bg {
    padding: 30px 40px;
    border-radius: 12px;
  }

  .main-logo {
    max-width: 110px;
  }
  .padding-top-150 {
    padding-top: 100px;
  }
  .hero-text {
    font-size: 24px;
    line-height: 40px;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 40px;
  }

  .ahorra-text {
    font-size: 10px;
    line-height: 18.938px;
  }

  .hero-btn-text {
    font-size: 16px;
    line-height: 17.938px;
  }

.header-btn {
    padding: 11px 20px;
}
.hero-btn {
    top: -37%;
    right: -65%;
}

  .hero-sub-branch-text {
    font-size: 20px;
    line-height: 36px;
  }

  .rating-text {
    font-size: 12px;
    line-height: 22px;
  }

  .owl-theme .owl-nav {
    top: 0%;
    left: 0%;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
	

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .ps-5 {
    padding-left: 1rem !important;
  }
  .pt-5 {
    padding-top: 1rem !important;
  }

  .p-4 {
    padding: 0.5rem !important;
  }
	
	.features-subhead-text {
    font-size: 22px;
}
.features-offer-btn {
    padding: 11px 28px;
    font-size: 15px;
    line-height: 29px;
}
	
.submit-btn-text {
    font-size: 16px;
    line-height: 30px;
}
	
	.submit-btn {
    padding: 18px 25px;
}
	
	.features-card-text {
    font-size: 26px;
    line-height: 38px;
}
	
	.features-card-subtext {
    font-size: 12px;
    line-height: 32px;
}

  .feature-text {
    font-size: 20px;
    line-height: 40px;
  }

  .feature-card-text {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-card-subtext {
    font-size: 12px;
    line-height: 21px;
  }

  .internet-card {
    padding: 16px;
  }

  .internet-card-sub-text {
    font-size: 10px;
    line-height: 18px;
  }

  .internet-card-text {
    font-size: 12px;
    line-height: 28px;
  }

  body {
    font-size: 12px;
  }

  .testimonial-card {
    padding: 26px;
    border-radius: 20px;
    background: var(--White, #fff);
    box-shadow: 0 12px 37px 0 rgb(122 135 168 / 4%);
  }

  .client-name-text {
    font-size: 16px;
    line-height: 28px;
  }

  .client-company-text {
    font-size: 12px;
    line-height: 20px;
  }

  .client-quote-text {
    font-size: 12px;
    line-height: 20px;
  }

  .owl-carousel .center .testimonial-card .learn-more-text {
    font-size: 16px;
    line-height: 28px;
  }

  .buy-btn-text {
    font-size: 14px;
    text-align: center;
    line-height: 165%;
  }

.buy-btn {
    padding: 11px 24px;
    font-size: 12px;
	border-radius: 13px;
}
	
	.image-wrapper {
    max-width: 90%;
}


  .footer-text {
    font-size: 13px;
    line-height: 20px;
  }

  .download-card {
    padding: 18px;
  }

  .nav-text {
    font-size: 12px;
    line-height: 24px;
  }
		.price-highlighted-text {
    font-size: 11px;
}
	
	.features-headline-text {
    font-size: 30px;
    line-height: 50px;
}
	.price-list-text {
    font-size: 16px;
}

}

@media (min-width: 1401px) and (max-width: 1600px) {
	.hero-sub-branch-text {
    font-size: 34px;
}
	.navbar-padding {
    padding-left: 80px;
    padding-right: 40px;
}
	
.features-headline-text {
    font-size: 40px;
    line-height: 60px;
}
	
	.price-list-text {
    font-size: 16px;
    line-height: 31px;
}
	
.section-padding {
    padding-left: 50px;
    padding-right: 50px;
}

	.price-highlighted-text {
    font-size: 11px;
}
	
	
	
}
@media (min-width: 1601px) and (max-width: 1920px) {
}
