/*
Theme Name: Rocket Fiber
Author: SSD Tech, Product Team
Author URI: http://ssd-tech.com
Version: 1.0
 */
@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/UniviaPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/UniviaPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/UniviaPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/UniviaPro-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  min-height: 0;
  min-width: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
body {
  padding: 98px 0 0 0;
  scroll-behavior: smooth;
  margin: 0;
  color: #333333;
  font-family: "Univia Pro", sans-serif;
  line-height: 1.15;
  overflow-x: hidden;
  cursor: default;
  background: #F7F7F5;
}
body.no-scroll {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

h2 {
  font-size: 2.7rem;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:focus, a:active {
  outline: 0 !important;
}

button:focus, button:active {
  outline: 0 !important;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):active {
  outline: 0 !important;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: none;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[hidden] {
  display: none;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggler {
  display: none;
}
.navbar ul li.dropdown > a:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  height: 8px;
  right: 4px;
  position: absolute;
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.navbar ul li.customer-login {
  margin-left: 20px;
}
.navbar ul li.customer-login a {
  font-size: 12px;
  background: #ffffff;
  border-radius: 50px;
  padding: 12px 24px;
  color: #D42A9F;
  text-transform: uppercase;
}
.navbar-brand {
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 15px;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {
  height: 48px;
}

@media all and (min-width: 991px) {
  .navbar-brand {
    min-width: 200px;
  }
  .navbar ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .navbar ul.navbar-nav > li.hide-lg {
    display: none;
  }
  .navbar ul li {
    display: block;
    position: relative;
  }
  .navbar ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s linear;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar ul li ul {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    -webkit-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    -ms-box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    box-shadow: 0 20px 20px -7px rgba(69, 65, 78, 0.08);
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.07, 0.73, 0.75, 0.77);
    height: auto;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 8px 15px;
    width: 200px;
    z-index: 99;
    display: block;
    min-width: 200px;
    border-radius: 0 0 8px 8px;
  }
  .navbar ul li ul li a {
    padding: 12px 0;
    font-size: 13px;
    font-weight: 500;
    color: #D42A9F;
  }
  .navbar ul li ul li a:hover {
    color: #D42A9F;
  }
  .navbar ul li:hover > ul {
    display: block;
    position: absolute;
    visibility: visible;
    top: 100%;
    opacity: 1 !important;
  }
}
.nav-tooltip {
  color: #ffffff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 18px;
  padding: 2px 5px;
  font-size: 11px;
  transition: 250ms ease 0s;
  text-align: center;
  line-height: 14px !important;
  white-space: nowrap;
  background: #4871DB;
  border-radius: 4px;
  z-index: 1;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.nav-tooltip::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4871DB;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: bottom center;
  border-radius: 0 0 2px 0;
  margin-left: -6px;
  z-index: -1;
}

.navbar ul li.user-profile:hover .nav-tooltip,
.navbar ul li.support-menu:hover .nav-tooltip,
.navbar ul li.contact-menu:hover .nav-tooltip {
  bottom: -24px;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar {
    position: relative;
    padding: 0;
  }
  .navbar-collapse {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 99;
    background: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    transition: all 0.3s cubic-bezier(0.52, 0.18, 0.27, 0.92);
    overflow-y: auto;
  }
  .navbar-collapse.show {
    left: 0px;
    box-shadow: 0px 0 0px 200px rgba(0, 0, 0, 0.2);
  }
  .navbar-collapse-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(235.6666666667, 235.6666666667, 230.8333333333);
    align-items: center;
  }
  .navbar-collapse-header img {
    height: 30px;
  }
  .navbar-collapse-header .navbar-close {
    font-size: 30px;
    color: #333333;
  }
  .navbar-collapse-header .navbar-close::before {
    margin: 0;
  }
  .navbar-collapse-inner {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .navbar-collapse-inner h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    padding: 10px 15px;
    text-transform: uppercase;
    background: #F7F7F5;
    margin: 0;
  }
  .navbar-collapse ul {
    padding: 0;
    margin: 0;
  }
  .navbar-collapse ul li.dropdown > a.active:after {
    transform: scaleY(-1);
  }
  .navbar-collapse ul li.more-option {
    background: #4871DB;
  }
  .navbar-collapse ul li.more-option > a {
    font-size: 16px;
    font-weight: 500;
  }
  .navbar-collapse ul li.more-option ul {
    display: block;
  }
  .navbar-collapse ul li.more-option a {
    color: #ffffff;
  }
  .navbar-collapse ul li.more-option a:after {
    display: none;
  }
  .navbar-collapse ul li.country {
    background: #333333;
  }
  .navbar-collapse ul li.country > a {
    font-size: 16px;
    font-weight: 500;
  }
  .navbar-collapse ul li.country a {
    color: #ffffff;
  }
  .navbar-collapse ul li.country a:after {
    color: #ffffff;
  }
  .navbar-collapse ul > li > a {
    padding: 15px;
    font-size: 15px;
    display: block;
    color: #222;
    position: relative;
  }
  .navbar-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #D42A9F;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-icon:nth-child(1) {
    top: 4px;
  }
  .navbar-icon:nth-child(2) {
    top: 13px;
  }
  .navbar-icon:nth-child(3) {
    top: 22px;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    display: block;
    border: none;
    padding: 0;
    transition: all 400ms linear;
    position: relative;
    z-index: 999;
    background: none;
    cursor: pointer;
  }
  .navbar-toggler.open .navbar-icon:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navbar-toggler.open .navbar-icon:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .navbar-toggler.open .navbar-icon:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navbar ul {
    width: 100%;
    padding: 60px 0 0;
  }
  .navbar ul li {
    position: relative;
  }
  .navbar ul li:not(:last-child) {
    border-bottom: 1px solid #E8E8E9;
  }
  .navbar ul li a {
    display: block;
    padding: 18px 30px;
    text-decoration: none;
    white-space: nowrap;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
  }
  .navbar ul li ul {
    background: rgba(255, 255, 255, 0.1);
    visibility: visible;
    position: static;
    opacity: 1;
    margin-bottom: 0;
    padding: 0 45px;
    width: auto;
    display: none;
  }
  .navbar ul li ul li a {
    color: #333333;
    font-size: 15px;
    padding: 18px 0;
  }
  .navbar ul li.dropdown a:after {
    right: 18px;
  }
  .navbar ul li.dropdown a.active:after {
    transform: rotate(-45deg);
  }
  .navbar ul li.customer-login {
    margin: 0;
  }
  .navbar ul li.customer-login a {
    font-size: 16px;
    padding: 18px 30px;
    text-transform: capitalize;
  }
}
.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-dark {
  color: #333333 !important;
}

.text-primary {
  color: #D42A9F !important;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.align-items-center {
  align-items: center !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.img-fluid,
img {
  max-width: 100%;
  height: auto;
}

.img-round {
  border-radius: 50%;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.bg-white {
  background: #ffffff !important;
}

.py-5 {
  padding: 100px 0;
}

.pb-5 {
  padding-bottom: 100px;
}

.py-3 {
  padding: 40px 0;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.my-2 {
  margin-top: 20px !important;
}

.m-0 {
  margin: 0 !important;
}

.btn-link {
  color: #D42A9F;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.btn {
  border: none;
  letter-spacing: 0.35px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  line-height: normal;
  position: relative;
  z-index: 9;
  text-align: center;
  background: #D42A9F;
}
.btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-wrap .btn {
  width: 48.5%;
}
.btn-outline {
  background: #ffffff;
  border: 1px solid #D42A9F;
  color: #333333;
}
.btn-full {
  width: 100%;
}

.btn-block {
  display: block;
}

.btn:disabled,
button[disabled] {
  pointer-events: none;
  cursor: default;
  filter: grayscale(1);
  opacity: 0.65;
}

.common-heading {
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.common-heading a {
  margin-left: auto;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #db321f;
  letter-spacing: 1px;
}
.common-heading span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  background: #D42A9F;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 10px;
}

.animate, .social-link ul li a i, .social-link ul li a, .social-link .social-tooltip, .navbar-form input::-webkit-input-placeholder, .contact-address-box h5 a, .choose-package .btn i, .address-check::before, .address-check, .package-device-nav ul li, .package-duration-nav ul li, .package-nav li, .form-control, .radio-mark::before, .radio-mark, .checkmark, .btn {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 120px;
  align-self: flex-start;
  z-index: 9;
}

.d-flex {
  display: flex;
}

.error-msg {
  color: #db321f !important;
}

label.error {
  color: #db321f !important;
  font-size: 12px;
}

.btn-group {
  display: flex;
  align-items: center;
}

@media all and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
}
.purple-color {
  color: #D42A9F !important;
}

.bg-pink-gray {
  background: linear-gradient(270deg, rgba(91, 65, 140, 0.1) 0%, rgba(174, 33, 110, 0.1) 100%);
}

.container {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container-fluid {
  margin: 0;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

div[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  div[class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > div[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@font-face {
  font-family: "carnival-internet";
  src: url("../fonts/carnival-internet.woff?wmva8s") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "carnival-internet" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-help-circle:before {
  content: "\e951";
}

.icon-twitter-x:before {
  content: "\e952";
}

.icon-splash:before {
  content: "\e950";
}

.icon-account:before {
  content: "\e900";
}

.icon-audra:before {
  content: "\e901";
}

.icon-bill:before {
  content: "\e902";
}

.icon-curve:before {
  content: "\e903";
}

.icon-dashboard:before {
  content: "\e904";
}

.icon-envelop-internet:before {
  content: "\e905";
}

.icon-fiber:before {
  content: "\e906";
}

.icon-group:before {
  content: "\e907";
}

.icon-ip:before {
  content: "\e908";
}

.icon-lock:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e90a";
}

.icon-map:before {
  content: "\e90b";
}

.icon-messenger:before {
  content: "\e90c";
}

.icon-msg:before {
  content: "\e90d";
}

.icon-network:before {
  content: "\e90e";
}

.icon-office:before {
  content: "\e90f";
}

.icon-route-mash:before {
  content: "\e910";
}

.icon-rss-internet:before {
  content: "\e911";
}

.icon-school:before {
  content: "\e912";
}

.icon-shield-internet:before {
  content: "\e913";
}

.icon-shield-tick:before {
  content: "\e914";
}

.icon-support:before {
  content: "\e915";
}

.icon-ticket:before {
  content: "\e916";
}

.icon-village:before {
  content: "\e917";
}

.icon-whatsapp-fill:before {
  content: "\e918";
}

.icon-world:before {
  content: "\e919";
}

.icon-email:before {
  content: "\e91a";
}

.icon-rss-feed:before {
  content: "\e91b";
}

.icon-router:before {
  content: "\e91c";
}

.icon-notifications:before {
  content: "\e91d";
}

.icon-check_circle:before {
  content: "\e928";
}

.icon-date_range:before {
  content: "\e91f";
}

.icon-alert-circle:before {
  content: "\e920";
}

.icon-arrow-down:before {
  content: "\e921";
}

.icon-arrow-left:before {
  content: "\e922";
}

.icon-arrow-right:before {
  content: "\e923";
}

.icon-arrow-up:before {
  content: "\e924";
}

.icon-calendar:before {
  content: "\e925";
}

.icon-camera:before {
  content: "\e926";
}

.icon-check:before {
  content: "\e927";
}

.icon-check-circle:before {
  content: "\e928";
}

.icon-check-square:before {
  content: "\e929";
}

.icon-chevron-down:before {
  content: "\e92a";
}

.icon-chevron-left:before {
  content: "\e92b";
}

.icon-chevron-right:before {
  content: "\e92c";
}

.icon-chevron-up:before {
  content: "\e92d";
}

.icon-clock:before {
  content: "\e92e";
}

.icon-download:before {
  content: "\e92f";
}

.icon-edit-o:before {
  content: "\e930";
}

.icon-eye:before {
  content: "\e931";
}

.icon-eye-off:before {
  content: "\e932";
}

.icon-file:before {
  content: "\e933";
}

.icon-file-text:before {
  content: "\e934";
}

.icon-folder:before {
  content: "\e935";
}

.icon-gift:before {
  content: "\e936";
}

.icon-heart:before {
  content: "\e937";
}

.icon-home:before {
  content: "\e938";
}

.icon-image:before {
  content: "\e939";
}

.icon-instagram-o:before {
  content: "\e93a";
}

.icon-lock-o:before {
  content: "\e93b";
}

.icon-map-pin:before {
  content: "\e93c";
}

.icon-menu:before {
  content: "\e93d";
}

.icon-minus:before {
  content: "\e93e";
}

.icon-minus-circle:before {
  content: "\e93f";
}

.icon-paperclip:before {
  content: "\e940";
}

.icon-phone-call:before {
  content: "\e941";
}

.icon-play:before {
  content: "\e942";
}

.icon-play-circle:before {
  content: "\e943";
}

.icon-plus:before {
  content: "\e944";
}

.icon-plus-circle:before {
  content: "\e945";
}

.icon-search:before {
  content: "\e946";
}

.icon-send:before {
  content: "\e947";
}

.icon-settings:before {
  content: "\e948";
}

.icon-upload:before {
  content: "\e949";
}

.icon-share:before {
  content: "\e94a";
}

.icon-shopping-cart:before {
  content: "\e94b";
}

.icon-trash-o:before {
  content: "\e94c";
}

.icon-user:before {
  content: "\e94d";
}

.icon-close:before {
  content: "\e94e";
}

.icon-close-circle:before {
  content: "\e94f";
}

.icon-business:before {
  content: "\e962";
}

.icon-person-add:before {
  content: "\e963";
}

.icon-person-remove:before {
  content: "\e964";
}

.icon-comments:before {
  content: "\f086";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li {
  list-style: none;
  margin: 0 4px;
}
ul.slick-dots li button {
  width: 14px;
  height: 14px;
  border: 0;
  font-size: 0;
  background: #898989;
  border-radius: 20px;
  cursor: pointer;
}
ul.slick-dots li.slick-active button {
  background: #4871DB;
}

.radio, .checkbox {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background: #ffffff;
  margin-right: 5px;
}

.checkbox a {
  color: #D42A9F;
}

.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  border-radius: 2px;
  border: 1px solid #333333;
}

.checkbox input:checked ~ .checkmark {
  background: #D42A9F;
  border: 2px solid #D42A9F !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio {
  font-size: 14px;
  font-weight: 500;
}

.radio-mark {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(51, 51, 51, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-mark::before {
  font-family: "carnival-internet";
  content: "\e927";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 13px;
  opacity: 0;
}

.radio input:checked ~ .radio-mark {
  border-color: transparent;
  background: #D42A9F;
  background-size: 135%;
  background-position: center;
}
.radio input:checked ~ .radio-mark::before {
  opacity: 1;
}

select.form-control {
  background-color: #ffffff;
  background-image: url("../images/search-dropdown.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-background-size: 16px;
  -ms-background-size: 16px;
  background-size: 16px;
  font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-style select {
    padding: 14px 15px;
  }
}
select.form-control option {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  padding: 4px 0;
}

select.form-control option:hover {
  color: #fff;
}

select.form-control:focus {
  outline: medium none;
  border: 1px solid #f1f3f5;
}

.form-label {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  display: inline-block;
  font-weight: 500;
}
.form-control {
  padding: 14px 15px;
  resize: none;
  color: #333333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  background: #ffffff;
  background-clip: padding-box;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #DADAD3;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.03);
}
.form-control:focus {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border-color: #D42A9F;
}
.form-control::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-group {
  position: relative;
  margin: 0 0 15px;
}
.form-group.focus .form-control {
  border: 1px solid #D42A9F;
}
.form-error .form-control {
  border-color: #db321f;
}
.form-error .form-label {
  color: #db321f;
}

textarea.form-control {
  background: #ffffff;
  min-height: 194px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]:-webkit-autofill,
input[type=tel]:-webkit-autofill input[type=password]:-webkit-autofill {
  -webkit-background-clip: text;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-position: right;
  background-size: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  opacity: 0;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 9999999999;
  backdrop-filter: blur(5px);
}
.modal-close {
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #db321f;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border: 0;
}
.modal-inner {
  max-width: 450px;
}
@media screen and (min-width: 900px) {
  .modal-inner {
    max-width: 640px;
    width: 640px;
  }
}
.modal-inner {
  padding: 3rem 1rem 1rem;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 30%;
  -ms-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-box-shadow: 0 0 15px -3px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0 0 15px -3px rgba(51, 51, 51, 0.25);
  box-shadow: 0 0 15px -3px rgba(51, 51, 51, 0.25);
}
@media all and (max-width: 767px) {
  .modal-inner {
    width: 90%;
  }
  .modal-inner input.form-control {
    margin-bottom: 15px;
  }
}

.common-form {
  border-radius: 16px;
  border: 1px solid #DADAD3;
  background: #ffffff;
  padding: 30px;
}
.common-form h3 {
  font-size: 20px;
  font-weight: 700;
  color: #D42A9F;
  margin: 0 0 20px;
}
.common-form p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 25px;
}

.name, .email, .number, .password, .date, .address-icon {
  position: relative;
}
.name .form-control, .email .form-control, .number .form-control, .password .form-control, .date .form-control, .address-icon .form-control {
  padding-left: 40px;
}
.name::before, .email::before, .number::before, .password::before, .date::before, .address-icon::before {
  font-family: "carnival-internet" !important;
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 16px;
  color: rgba(77, 65, 72, 0.7);
}

.name::before {
  content: "\e94d";
}

.email::before {
  content: "\e91a";
}

.number::before {
  content: "\e941";
}

.date::before {
  content: "\e91f";
}

.address-icon::before {
  content: "\e938";
}

.password {
  position: relative;
}
.password::before {
  content: "\e909";
}

.password .show {
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
}

.icon-eye-off.icon-eye::before {
  content: "\e931";
}

.forgot-pass {
  text-align: right;
}
.forgot-pass a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.divider {
  width: 100%;
  height: 1px;
  background: #edeff2;
  margin: 25px 0;
  display: block;
}

.key-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 30px;
}
.key-info h4 span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.or-divider {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 25px 0 30px;
  position: relative;
}
.or-divider::before, .or-divider::after {
  width: 42%;
  height: 1px;
  background: #edeff2;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.or-divider::before {
  left: 0;
}
.or-divider::after {
  right: 0;
}

.social-login {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.social-login a {
  border: 1px solid #edeff2;
  border-radius: 60px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-login a svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

@media all and (max-width: 991px) {
  .common-form {
    padding: 20px;
  }
  .social-login {
    display: block;
  }
  .social-login a {
    margin-bottom: 15px;
  }
}
.btn-verify {
  width: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

ul.marketting-preference {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.marketting-preference li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.notification-block {
  border-radius: 16px;
  padding: 15px;
  background: rgba(212, 42, 159, 0.1);
}
.notification-block h3 {
  margin: 0 0 10px;
}
.notification-block p {
  margin: 0;
}

.choose-process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(212, 42, 159, 0.1);
  border-radius: 16px;
  padding: 15px;
}

.payment-msg {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 15px;
}
.payment-msg img {
  display: block;
  max-width: 32px;
}
.payment-content {
  text-align: center;
}
.payment-content p {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0 auto 40px;
  max-width: 620px;
}
.payment-content .btn {
  border-radius: 25px;
  width: auto;
  margin: 0 10px;
  text-transform: uppercase;
}
.payment-content .btn-wrap {
  justify-content: center;
}

.loader-line {
  width: 100%;
  height: 30px;
  position: relative;
  overflow: hidden;
  background: #F7F7F5;
  margin: 30px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #DADAD3;
}
.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 30px;
  width: 40%;
  background: #D42A9F;
  -webkit-animation: lineAnim 2s linear infinite;
  -moz-animation: lineAnim 2s linear infinite;
  animation: lineAnim 2s linear infinite;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
.error-message {
  font-size: 14px;
  color: #db321f;
  margin-top: 6px;
}

.common-content ol li, .common-content ul li, .common-content p, .footer-content p, .blog-box-content p, .blog-box-content h4,
.blog-box-content h5, .unsubscribe p.mb-4, .payment-status p, .cart-item .coupon input, .cart-item-content p, .contact-address-box h5, .contact-form label, .what-sets-box p, .mission-box p, .about-box p, .common-banner-content p, .audra-content p, .faq-more p, .testimonial p, .key-features-content ul li, .key-features-content p, .package-box.custom-packages p, .package-box ul li, .package-box h4, .home-package p, .banner p, .sub-heading {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #333333;
}

.mission-box h2, .mission-box h3, .audra-content h3, .testimonial .heading, .heading {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #D42A9F;
}

.heading {
  margin: 0 0 20px;
}

.sub-heading {
  max-width: 770px;
  color: #333333;
  line-height: 28px;
  margin: 0 auto 40px;
}

.curve-img {
  position: relative;
}
.curve-img img {
  width: 100%;
}
.curve-img ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  position: absolute;
}
.curve-img ul li {
  list-style: none;
  position: absolute;
  transition: transform 0.3s linear 0.01s;
}
.curve-img ul li:nth-child(1) {
  bottom: 5%;
  left: 5%;
}
.curve-img ul li:nth-child(1) .feature-icon {
  background: rgba(212, 42, 159, 0.1) !important;
}
.curve-img ul li:nth-child(1) .curve-img-feature {
  background: rgba(255, 243, 251, 0.75);
  backdrop-filter: blur(15px);
}
.curve-img ul li:nth-child(1) .curve-img-feature span {
  color: #4871DB;
}
.curve-img ul li:nth-child(2) {
  top: 5%;
  left: 10%;
}
.curve-img ul li:nth-child(2) .feature-icon {
  background: #f5f7fa;
}
.curve-img ul li:nth-child(3) {
  right: 0%;
  top: 25%;
}
.curve-img ul li:nth-child(3) .feature-icon {
  background: linear-gradient(90deg, #5e3f8f -0.87%, #dc4de1 99.13%);
}
.curve-img ul li:nth-child(4) {
  bottom: 0%;
  right: -3%;
}
.curve-img ul li:nth-child(4) .feature-icon {
  background: linear-gradient(90deg, #5e3f8f 0%, #ae216e 100%);
}
.curve-img-feature {
  width: 195px;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  border-radius: 100px;
  padding: 10px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-gap: 8px;
  align-items: center;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.curve-img-feature span {
  font-size: 14px;
  font-weight: 600;
  color: #4871DB;
  margin: 0;
}
.curve-img.key-features-img .feature-icon {
  background: #ffffff !important;
}
.curve-img.key-features-img ul li:nth-child(2) {
  left: 45%;
  top: -10px;
}
.curve-img.key-features-img ul li:nth-child(2) .feature-icon {
  border: 1px solid #daf4fc;
}
.curve-img.key-features-img ul li:nth-child(3) {
  right: 30px;
  top: 30%;
}
.curve-img.key-features-img ul li:nth-child(3) .feature-icon {
  border: 1px solid #fcf0da;
}

.line {
  stroke-dasharray: 3005 3007;
  stroke-dashoffset: 3006;
}

@keyframes line_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.banner {
  background: #4871DB;
  padding: 50px 0 100px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #D42A9F;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  clip-path: ellipse(70% 72% at 50% 20%);
}
.banner .container {
  z-index: 1;
  position: relative;
}
.banner-line {
  width: 102%;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.banner h4 {
  border-radius: 80px;
  background: linear-gradient(265deg, rgba(180, 31, 112, 0.9) 0%, rgba(228, 37, 38, 0.9) 100%);
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  font-style: italic;
}
.banner h1 {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
  color: #FF9A2E;
  margin: 0 0 25px;
  font-style: italic;
}
.banner h1 strong {
  font-size: 22px;
  display: block;
  line-height: 30px;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 8px;
}
.banner h1 span {
  color: #ffffff;
}
.banner p {
  margin: 0 0 30px;
  color: #ffffff;
  font-size: 21px;
  letter-spacing: 0.72px;
}
.banner p strong {
  font-weight: 600;
  color: #FF9A2E;
  font-style: italic;
}
.banner-form label {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}
.banner-form .invalid-feedback {
  color: #f1c40f;
  text-align: center;
}
.banner .landline-confirmation {
  justify-content: center;
}
.banner .landline-confirmation p {
  color: #ffffff;
  font-weight: 500;
}
.banner.loaded .line {
  animation: line_draw 1500ms linear 0ms forwards;
}

@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  color: #D42A9F;
  position: relative;
}
.feature-icon span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  text-align: center;
  line-height: 18px;
  left: -4px;
  top: -4px;
  background: #4871DB;
}
.feature-icon svg {
  width: 25px;
  height: 25px;
}

.check-coverage {
  position: relative;
}
.check-coverage .btn {
  background: #D42A9F;
  position: absolute;
  right: 6px;
  padding: 10px 20px;
  top: 6px;
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  gap: 5px;
}
.check-coverage .btn i {
  font-size: 18px;
}
.check-coverage .btn:disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: none;
}
.check-coverage .form-control {
  border-radius: 50px;
  color: #333333;
  border: 1px solid #E8E8E9;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.03);
  padding: 16px 130px 16px 20px;
  font-size: 16px;
  font-weight: 600;
}
.check-coverage .form-control::placeholder {
  color: #333333;
}

.invalid-feedback {
  color: #c0392b;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

@media all and (min-width: 768px) {
  .package-category .row div[class*=col-] {
    display: flex;
    flex-direction: column;
  }
  .package-category .row div[class*=col-] .package-box {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.btn-package i {
  opacity: 0;
}

.home-package {
  background: #ffffff;
}
.package-box {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #DADAD3;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.3s linear;
}
.package-box-wrap input {
  display: none;
}
.package-box-wrap input:checked + .package-box {
  border-color: #D42A9F;
}
.package-box-wrap input:checked + .package-box .btn {
  background: #D42A9F;
  color: #ffffff;
  border-color: #D42A9F;
}
.package-box-wrap input:checked + .package-box .btn i {
  opacity: 1;
}
.package-box label {
  color: #df4bae;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  line-height: 30px;
}
.package-box label span {
  background: #4871DB;
  padding: 8px 10px;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
}
.package-box ul {
  padding: 0;
  margin: 0 0 20px;
}
.package-box ul li {
  position: relative;
  padding: 0 0 0 28px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
}
.package-box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.package-box ul li strong {
  color: #333333;
  font-weight: 600;
}
.package-box ul li img,
.package-box ul li svg {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
.package-box form {
  margin-top: auto;
}
.package-box .btn {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: #F7F7F5;
  color: rgba(51, 51, 51, 0.7);
  border: 1px solid #DADAD3;
}
.package-box.custom-packages p {
  align-self: flex-start;
}

.item_postcode_search_box {
  margin-top: auto;
}

.indicator {
  width: 50% !important;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #4871DB;
  transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1) 100ms;
  z-index: -1;
  border-radius: 30px;
  background-size: 200%;
  background-position: left center;
}

#indicator-duration,
#indicator-device {
  border-radius: 40px;
  background: #4871DB;
  transition: all 0.42s linear;
  height: 35px;
  position: absolute;
  top: 8px;
  z-index: -1;
  min-width: 110px;
}

#indicator-device {
  width: calc(50% - 10px);
}

.package-nav {
  margin: 0 0 30px auto;
  padding: 0;
  list-style: none;
  display: flex;
}
.package-nav .slick-track {
  background: #e8e8e9;
  width: 280px;
  border-radius: 40px;
  overflow: hidden;
  transform: none !important;
  position: relative;
  z-index: 1;
}
.package-nav li {
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 15px 0;
  width: 50% !important;
}
.package-nav li.slick-current {
  font-weight: 500;
  color: #ffffff;
}
.package-nav li:nth-child(1).slick-current ~ .indicator {
  left: 0;
}
.package-nav li:nth-child(2).slick-current ~ .indicator {
  left: 50%;
  color: #ffffff;
  background-position: right center;
}
.package-category .slick-list {
  height: auto !important;
}
.package-category-business .btn {
  background: #0b46ab;
}
.package-category-business label {
  color: #0b46ab;
}
.package-category-business label span {
  background: linear-gradient(90deg, #454d8b 0%, #4571e1 100%);
}
.package-duration-nav {
  position: relative;
  z-index: 1;
  display: flex;
  margin-left: auto;
}
.package-duration-nav ul {
  display: flex;
  padding: 8px;
  margin: 0;
  margin-left: auto;
  background: #ffffff;
  border-radius: 40px;
  z-index: 1;
  border: 1px solid #DADAD3;
}
.package-duration-nav ul li {
  color: #4d4148;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  padding: 10px 18px;
  font-weight: 500;
}
.package-duration-nav ul li:first-child.active ~ #indicator-duration {
  left: auto;
}
.package-duration-nav ul li.active {
  color: #ffffff;
  background: #333333;
  border-radius: 50px;
}
.package-device-nav {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0;
}
.package-device-nav ul {
  display: flex;
  padding: 8px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #DADAD3;
  border-radius: 40px;
  z-index: 1;
  width: inherit;
}
.package-device-nav ul li {
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  padding: 10px 20px;
}
.package-device-nav ul li.active {
  color: #ffffff;
  background: #333333;
  border-radius: 50px;
}

.device-select select.form-control {
  border-radius: 30px;
  max-width: 280px;
}

.package-item.hide {
  transform-origin: center;
  display: none !important;
}
.package-item.show {
  transform-origin: center;
}

@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    width: 0;
    height: 0;
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
.key-features {
  background: #faf5f9;
}
.key-features h2 {
  color: #4871DB;
}
.key-features-content p {
  margin-bottom: 25px;
}
.key-features-content ul {
  padding: 0;
  margin: 0 0 30px;
}
.key-features-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.key-features-content ul li strong {
  color: #333333;
  font-weight: 600;
}
.key-features-content ul li::before {
  color: #D42A9F;
  font-family: "carnival-internet";
  content: "\e91e";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
}

.home-package {
  position: relative;
}
.home-package .heading {
  color: #333333;
  font-weight: 700;
}
.home-package-img {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px;
}
.home-package-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}
.home-package-row:not(:first-child) {
  margin-top: 50px;
}

.testimonial {
  background: #ede9f2;
}
.testimonial .heading {
  text-transform: capitalize;
}
.testimonial-pager ul {
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  grid-gap: 15px;
}
.testimonial-pager ul li div {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
}
.testimonial-pager ul li div i {
  color: #4871DB;
  font-size: 24px;
  margin: auto;
}
.testimonial .slick-list {
  padding-left: 0px !important;
  margin: 0 -15px;
}
.testimonial .slick-track {
  display: flex;
  align-items: stretch;
}
.testimonial .slick-slide {
  margin: 0 15px;
  height: auto;
  flex: 1;
}
.testimonial-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
}
.testimonial-box label {
  color: #333333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
.testimonial-box-img {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-box-img img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.testimonial-box-img ul {
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 5px;
  align-items: center;
}
.testimonial-box-img ul li {
  height: 24px;
  display: flex;
  background: #219653;
  align-items: center;
  width: 24px;
  color: #ffffff;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}
.testimonial-box-content h4 {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}
.testimonial-box-content p {
  margin: 0;
  min-height: 156px;
  font-size: 14px;
}

.news-home .heading + p {
  margin-bottom: 50px;
  color: #333333;
}
.news-home-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 20px;
}
.news-card {
  border-radius: 16px;
  border: 1px solid #f5f7fa;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.news-card:hover {
  box-shadow: 0px 18px 50px 0px rgba(180, 31, 112, 0.12);
}
.news-card a {
  display: block;
  margin: -20px -20px 0 -20px;
}
.news-card a img {
  height: 200px;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  width: 100%;
}
.news-card-content {
  padding: 20px;
}
.news-card h3 {
  color: #022429;
  font-size: 16px;
  line-height: 24px;
  min-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  margin-bottom: 0;
}
.news-card h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

.faq {
  background: #D42A9F;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq .container {
  z-index: 1;
  position: relative;
}
.faq-line {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: -10%;
  transform: rotate(-45deg);
}
.faq-wave {
  position: absolute;
  bottom: -4%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.faq .faq-line {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: -10%;
  transform: rotate(-45deg);
}
.faq.loaded .line {
  animation: line_draw 1500ms linear 0ms forwards;
}
.faq .heading {
  color: #FF9A2E;
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 50px;
}
.faq .accordion {
  padding-bottom: 10px;
}
.faq .accordion ul {
  padding: 0;
  margin: 0;
}
.faq .accordion ul li {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #F7F7F5;
}
.faq .accordion ul li a,
.faq .accordion ul li h3 {
  display: block;
  padding: 25px 60px 25px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background: transparent;
  line-height: 22px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.faq .accordion ul li ul {
  padding: 0 20px 20px 20px;
}
.faq .accordion ul li ul li {
  margin: 0;
  border: 0;
}
.faq .accordion ul li ul li:not(.dropdown) {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  padding-left: 0;
}
.faq .accordion ul li ul li:not(.dropdown):not(:last-child) {
  margin: 0 0 10px;
}
.faq .accordion ul li ul li a,
.faq .accordion ul li ul li span {
  color: #194f9f;
  font-weight: 500;
  cursor: pointer;
  word-break: break-all;
}
.faq .accordion ul li.dropdown a:after,
.faq .accordion ul li.dropdown h3:after {
  content: "\e92a";
  font-family: "carnival-internet";
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: #D42A9F;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-weight: 400;
}
.faq .accordion ul li.dropdown a.active,
.faq .accordion ul li.dropdown h3.active {
  color: #4871DB;
}
.faq .accordion ul li.dropdown a.active:after,
.faq .accordion ul li.dropdown h3.active:after {
  content: "\e92d";
  background: #4871DB;
}
.faq .accordion .dropdown > ul {
  display: none;
}
.faq .accordion ol {
  padding: 0;
  margin: 0;
}
.faq .accordion ol li {
  position: relative;
  padding: 0 0 0 25px !important;
  font-size: 14px !important;
  line-height: 26px !important;
  margin-bottom: 14px !important;
}
.faq .accordion ol li::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #4871DB;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 6px;
}
.faq-more {
  margin-top: 70px;
}
.faq-more p a {
  color: #333333;
}
.faq-more p strong {
  font-weight: 600;
}
.faq-more .btn {
  margin-bottom: 15px;
  font-size: 14px;
  background: #FF9A2E;
  color: #333333;
}
.faq.mesh-faq {
  background: transparent;
}

.btn-learn-more {
  background: #FF9A2E;
  color: #333333;
}

.common-coverage {
  background: -webkit-linear-gradient(right, rgba(109, 48, 139, 0.1), rgba(174, 33, 110, 0.1));
}
.common-coverage .heading {
  color: #333333;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.common-coverage .check-coverage {
  max-width: 400px;
  margin: 0 auto;
}

.footer-illustration {
  width: 100%;
}

.contact-details {
  padding: 15px;
  display: grid;
  grid-template-columns: 230px 1fr;
}
.contact-details label {
  padding-left: 0 !important;
}

.pay-now {
  margin-top: 30px;
  width: 100%;
}

.audra {
  background: #00a99c;
  border-radius: 16px;
  overflow: hidden;
}
.audra-img img {
  border-radius: 16px 0 0 16px;
  width: 100%;
}
.audra-content {
  padding: 70px 50px 70px 30px;
}
.audra-content h5 {
  color: #00a99c;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  padding: 10px 16px;
  border-radius: 100px;
  background: #e6fffb;
  display: inline-block;
  margin: 0 0 30px;
}
.audra-content h3 {
  color: #ffffff;
  margin: 0 0 20px;
}
.audra-content p {
  margin: 0 0 40px;
  color: #ffffff;
}
.audra-content .btn {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.landline h3 {
  font-weight: 700;
  font-size: 34px;
  color: #D42A9F;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.landline h3 i {
  color: #C20A19;
}
.landline ul {
  padding: 0;
  margin: 0;
  counter-reset: section;
}
.landline ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.landline ul li::before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  top: 0;
  color: #4871DB;
  font-weight: 600;
}
.landline ul li strong {
  font-weight: 600;
}
.landline p {
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #665D62;
  letter-spacing: 0.42px;
  padding: 15px 0;
  border-top: 1px solid #E8E8E9;
  border-bottom: 1px solid #E8E8E9;
  margin: 0;
}
.landline p strong {
  color: #333333;
  font-weight: 600;
}
.landline-confirm {
  padding: 12px 0;
}
.landline-confirm h6 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 15px;
}
.landline-confirm h6 span {
  font-size: 12px;
  font-weight: 500;
  color: #C20A19;
}
.landline-confirm-option {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #665D62;
  padding-bottom: 15px;
}
.landline-confirm-option .switch-modal {
  display: inline-grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.landline-confirm-option .switch-modal div {
  position: relative;
}
.landline-confirm-option .switch-modal input {
  visibility: hidden;
  opacity: 0;
}
.landline-confirm-option .switch-modal-slider {
  width: 34px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.landline-confirm-option .switch-modal-slider:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.landline-confirm-option .switch-modal-slider.active {
  background: #4871DB;
}
.landline-confirm-option .switch-modal-slider.active:before {
  -ms-transform: translateX(14px);
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}
.landline-confirm-content {
  max-height: 530px;
  overflow: auto;
}
.landline .btn-group {
  padding-top: 15px;
  justify-content: end;
  gap: 15px;
}
.landline .btn-group .btn {
  padding: 12px 25px;
  background: #4871DB;
}
.landline .btn-group .btn-text {
  color: #665D62;
  font-weight: 600;
  font-size: 16px;
  background: #D9D9D9;
}
.landline-confirmation {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.landline-confirmation p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.landline-confirmation .btn {
  margin-left: 15px;
  border-radius: 8px;
  padding: 12px 25px;
  background: #4871DB;
  transition: 0.3s linear all;
}
.landline-confirmation .btn:hover {
  background: #FF9A2E;
  color: #333333;
}

.btn-black {
  background: #0e0e0e;
}

.register-interest ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.register-interest ul li {
  list-style: none;
}

.ads-slider img {
  width: 100%;
  border-radius: 8px;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.highlight-points {
  text-align: center;
  padding-top: 40px;
}
.highlight-points p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.highlight-points p strong {
  font-weight: 700;
}

@media all and (max-width: 991px) {
  .home-package-row,
  .news-home-list {
    display: block;
  }
  .package-box {
    margin-bottom: 20px;
    padding: 20px;
  }
  .testimonial-pager {
    margin-bottom: 40px;
  }
  .audra {
    border-radius: 0;
  }
  .audra-img img {
    border-radius: 0;
  }
  .audra-content {
    padding: 30px 20px;
  }
  .audra-content h5 {
    font-size: 14px;
  }
  .landline .btn-group {
    gap: 8px;
    padding-top: 0;
  }
  .landline .btn-group .btn {
    flex-grow: 1;
    font-size: 14px;
    padding: 12px 12px;
  }
  .landline h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .landline p {
    padding: 4px 0 6px;
    font-size: 13px;
  }
  .landline-content {
    max-height: 452px;
    overflow: auto;
  }
  .landline-confirm {
    padding: 10px 0 0;
  }
  .landline-confirm h6 {
    margin-bottom: 12px;
  }
  .landline-confirm-option {
    padding-bottom: 12px;
  }
  .landline ul li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (min-width: 900px) {
  .landline .modal-inner {
    max-width: 900px;
    width: 900px;
    padding: 35px;
  }
}
@media all and (min-width: 992px) and (max-width: 1400px) {
  .landline-content {
    max-height: 352px;
    overflow: auto;
  }
}
.package-box-wrap {
  margin: 0;
  display: flex;
  flex: 1;
}

.inner-heading {
  background: linear-gradient(90deg, #D42A9F 0%, #4871DB 100%);
  color: #ffffff;
  text-align: center;
  padding: 38px 20px;
}
.inner-heading .heading {
  margin: 0;
  color: #ffffff;
}

.step-nav {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.step-nav ul {
  padding: 0;
  margin: 0;
  counter-reset: step;
  display: flex;
  justify-content: center;
}
.step-nav ul li {
  width: 33%;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #DADAD3;
  font-weight: normal;
  cursor: pointer;
  counter-increment: section;
  text-transform: uppercase;
}
.step-nav ul li a {
  color: #ffffff;
  padding-top: 40px;
}
.step-nav ul li:before {
  width: 30px;
  height: 30px;
  content: counter(section, decimal);
  line-height: 30px;
  background: #DADAD3;
  display: block;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: rgba(51, 51, 51, 0.7);
}
.step-nav ul li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #DADAD3;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.step-nav ul li:first-child:after {
  display: none;
}
.step-nav ul li:not(.active) {
  pointer-events: none;
  cursor: default;
}
.step-nav ul li.active {
  color: #ffffff;
  font-weight: 700;
  pointer-events: initial;
}
.step-nav ul li.active:before {
  background: #ffffff;
  color: #D42A9F;
}
.step-nav ul li.active + li::after {
  background: #ffffff;
}
.step-nav ul li.done:before {
  background: #D42A9F;
}

.address h3 {
  margin-bottom: 25px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.address-box {
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid #DADAD3;
  background: #ffffff;
}
.address-box label {
  font-weight: 500;
  color: #333333;
}
.address-check {
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
}
.address-check::before {
  font-family: "carnival-internet";
  content: "\e927";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  opacity: 0;
}
.address-list ul {
  padding: 0;
  margin: 0;
  border-radius: 16px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #DADAD3;
  background: #ffffff;
}
.address-list ul li:not(:last-child) {
  border-bottom: 1px solid #DADAD3;
}
.address-list ul li label {
  padding: 18px 0 18px 50px;
  position: relative;
  margin: 0;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.address-list ul li label input {
  display: none;
}
.address-list ul li label input:checked + .address-check {
  border-color: transparent;
  background: #D42A9F;
  background-size: 135%;
  background-position: center;
}
.address-list ul li label input:checked + .address-check::before {
  opacity: 1;
}
.address-search {
  margin-bottom: 15px;
}
.address-search .form-control {
  padding: 14px;
  font-size: 16px;
  border: 1px solid #DADAD3;
  box-shadow: 0px 1px 9.2px 0px rgba(0, 0, 0, 0.05);
}

.choose-package h3 {
  color: #ffffff;
}
.choose-package h3 span {
  text-transform: lowercase;
}
.choose-package .btn i {
  opacity: 0;
}
.choose-package input {
  display: none;
}
.choose-package input:checked + .btn i {
  opacity: 1;
}

.package-unavailable {
  font-size: 48px;
  display: block;
  margin: 10px 0 15px;
  color: #D42A9F;
}

.checkbox-consent {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #4d4148 !important;
  padding: 20px 0 10px 35px;
  display: block !important;
  position: relative;
  font-weight: 300 !important;
}
.checkbox-consent .checkmark {
  position: absolute;
  left: 0;
  top: 24px;
}
.checkbox-consent a {
  color: #D42A9F;
  font-weight: 500;
}

/*switch info*/
.switch-info h3 {
  font-size: 32px;
  color: #D42A9F;
  margin: 0 0 20px;
}
.switch-info p {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #333333;
}
.switch-info p a {
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
}
.switch-info-devider {
  padding: 20px 0;
  border-bottom: 1px solid #DADAD3;
}
.switch-info-devider h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.switch-info-devider h4 i {
  color: #D42A9F;
  margin-right: 5px;
  font-size: 18px;
}
.switch-info-devider p {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin: 0;
}
.switch-info-devider .form-label {
  font-weight: normal;
}
.switch-info-devider .form-control {
  border-radius: 60px;
}
.switch-info-checking img {
  height: 90px;
  margin-bottom: 25px;
}
.switch-info-checking h3 {
  font-size: 28px;
  margin: 0 0 25px;
  color: #D42A9F;
}
.switch-info-checking p {
  color: #333333;
  font-size: 14px;
}
.switch-info-success h3 {
  font-size: 26px;
  margin: 0 0 18px;
  color: #D42A9F;
}
.switch-info-success p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 15px;
}
.switch-info-success-alert {
  border-radius: 14px;
  border: 2px solid #00BA00;
  background: rgba(0, 186, 0, 0.05);
  padding: 15px;
  display: grid;
  grid-template-columns: 28px 1fr;
  margin-bottom: 25px;
  max-width: 470px;
  font-size: 14px;
  font-weight: bold;
}
.switch-info-success-alert i {
  color: #00BA00;
  margin-top: 2px;
}
.switch-info-failed h3 {
  color: #D42A9F;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
.switch-info-failed h3 img {
  height: 26px;
  margin-right: 8px;
}
.switch-info-failed h6 {
  color: #221F20;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADAD3;
}
.switch-info-failed p {
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.switch-info-failed p a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
.switch-info-failed-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 150px;
}
.switch-info-failed-btn .btn:first-child {
  margin-right: 20px;
}

.arrow-continues {
  text-align: right;
}
.arrow-continues img {
  margin-right: 50px;
  height: 200px;
}

.switch-isp .btn {
  text-transform: uppercase;
}
.switch-isp .modal-inner {
  padding: 30px;
}
.switch-isp .modal-close {
  background: #F7F7F5;
  color: #333333;
  right: 10px;
  top: 10px;
}
.switch-isp .modal-close i {
  font-weight: bold;
}

.switch-info-failed-alert {
  border-radius: 14px;
  border: 2px solid #c20a19;
  background: rgba(194, 10, 25, 0.05);
  padding: 15px;
  margin: 15px 0 30px;
}
.switch-info-failed-alert h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 30px 1fr;
  line-height: 22px;
}
.switch-info-failed-alert h4 i {
  font-size: 20px;
  color: #c20a19;
  margin: 2px 8px 0 0;
}
.switch-info-failed-alert ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.switch-info-failed-alert ul li {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  position: relative;
  padding-left: 12px;
}
.switch-info-failed-alert ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

.b-0 {
  border: none !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.isp-list-wrap {
  position: relative;
}
.isp-list-suggesstion {
  width: 100%;
  min-height: 80px;
  border-radius: 8px;
  background: #ffffff;
  padding: 15px;
  top: 55px;
  left: 0;
  position: absolute;
  box-shadow: 0px 10px 50px 0px rgba(137, 137, 137, 0.25);
  z-index: 9;
}
.isp-list-suggesstion ul {
  padding: 0;
  margin: 0;
  height: 140px;
  overflow-y: scroll;
}
.isp-list-suggesstion ul li {
  list-style: none;
  font-size: 14px;
  color: #333333;
  padding: 0;
}
.isp-list-suggesstion ul li:not(:last-child) {
  margin-bottom: 15px;
}
.isp-list-suggesstion ul li.active {
  color: #ffffff;
  background-color: #910b27;
}

.switch-isp .modal-inner {
  max-width: 900px;
  width: 900px;
}

.check-details-wrap {
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
  padding-top: 15px;
  gap: 15px;
}
.check-details-wrap p {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  margin: 0;
  line-height: 24px;
}
.check-details-wrap p a {
  text-decoration: underline;
  color: #333333;
  font-weight: bold;
}
.check-details-wrap .btn {
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 18px;
}

.selected-address {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.7);
}
.selected-address i {
  color: #D42A9F;
  margin-right: 5px;
  font-size: 18px;
}

@media all and (max-width: 991px) {
  .switch-info-devider h4 {
    margin-bottom: 16px;
  }
  .switch-isp .modal-inner {
    padding: 20px;
    height: 540px;
    overflow-y: scroll;
    width: 90%;
  }
  .switch-isp .btn {
    width: 100%;
  }
  .switch-info h3 {
    font-size: 20px !important;
    margin-bottom: 16px;
  }
  .switch-info-failed-alert {
    margin: 10px 0;
  }
  .switch-info-failed-alert h4 {
    font-size: 14px;
  }
  .switch-info-failed-alert ul {
    display: block;
  }
  .switch-info-failed-alert ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .arrow-continues img {
    display: none;
  }
  .switch-info-checking h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .switch-info-success-alert {
    font-size: 14px;
    line-height: 20px;
  }
  .switch-info-success-alert i {
    margin-top: 4px;
  }
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .switch-info {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.lead-collection-container .sub-heading {
  max-width: 640px;
}

.contract-modal .modal-inner {
  border-radius: 0px !important;
  height: 600px;
}

.contract-pdf-box {
  max-width: 814px;
  height: 400px;
}
.contract-pdf-box iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #DADAD3;
}

.step-banner {
  background: linear-gradient(90deg, #D42A9F 0%, #4871DB 100%);
  position: relative;
  padding: 60px 0 130px;
}
.step-banner h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.step-banner-shape {
  z-index: 2;
  pointer-events: none;
  transform: rotate(180deg);
  bottom: -1px;
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.step-banner-shape svg {
  width: calc(155% + 1.3px);
  height: 70px;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  z-index: -1;
}
.step-banner-shape-fill {
  fill: #F7F7F5;
  transform: rotateY(0deg);
  transform-origin: center;
}

.availability-msg {
  text-align: center;
  padding-bottom: 70px;
}
.availability-msg h5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #333333;
  margin: 0 0 15px;
}

.get-unlimited {
  padding: 8px 10px;
  border-radius: 20px;
  background: #D42A9F;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.package-heading {
  padding-bottom: 20px;
}
.package-heading h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  color: #333333;
  margin: 0;
}
.package-heading h4 {
  font-size: 18px;
  font-weight: bold;
  color: #717171;
  margin: 0;
}

.speed-count {
  padding: 20px 15px;
  background: #F7F7F5;
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-bottom: 20px;
}
.speed-count-box {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 5px;
  align-items: center;
}
.speed-count-box i {
  color: #D42A9F;
  font-size: 40px;
}
.speed-count-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.speed-count-box h5 span {
  font-size: 14px;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  margin-bottom: 5px;
}
.speed-boost {
  padding: 15px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(213, 42, 159, 0.1) 0%, rgba(72, 113, 219, 0.1) 100%);
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  margin-top: auto;
}
.speed-boost svg {
  width: 35px;
  height: 35px;
}
.speed-boost h6 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin: 0;
}
.speed-boost h6 span {
  font-weight: normal;
  display: block;
  margin-top: 2px;
}

.btn.prev-btn {
  background: #ffffff;
  color: #333333;
  border: 1px solid #D42A9F;
}
.btn.more-btn {
  background: rgba(218, 218, 211, 0.5);
  color: rgba(51, 51, 51, 0.7);
}

/*spinner css*/
.css-spinner {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.255) translateY(-20px);
  height: 20px;
  width: 20px;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}

.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn-verify {
  width: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.parsley-errors-list {
  padding: 0;
  color: #db321f;
  margin: 0;
  font-size: 14px;
}
.parsley-errors-list li {
  margin-top: 10px;
}

body.iframe-package {
  padding-top: 36px;
}
body.iframe-package .speed-boost {
  margin-bottom: 0;
}

/*no-router*/
.no-router .modal-inner {
  padding: 30px;
}
.no-router-info {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
}
.no-router-info i {
  font-size: 20px;
  color: #333333;
}
.no-router h3 {
  font-size: 32px;
  color: #D42A9F;
  margin: 0 0 30px;
}
.no-router p {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #333333;
}
.no-router p a {
  font-weight: bold;
  text-decoration: underline;
  color: #333333;
}
.no-router ul {
  padding: 0;
  margin: 0 0 30px;
  min-height: 55px;
}
.no-router ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 20px;
  padding-left: 30px;
}
.no-router ul li:not(:last-child) {
  margin-bottom: 15px;
}
.no-router ul li::before {
  content: "\e927";
  font-family: "carnival-internet";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #D42A9F;
}
.no-router .btn {
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .no-router .modal-inner {
    max-width: 760px;
    width: 760px;
  }
}

.common-form p.appointment_confirmed {
  color: #D42A9F;
}

.btn.confirm-appoinment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.common-banner {
  width: 100%;
  height: 370px;
  background: #D42A9F;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.common-banner .container, .common-banner .row {
  height: 100%;
}
.common-banner h1 {
  font-size: 48px;
  line-height: 110%;
  font-weight: 700;
  color: #ffffff;
  margin: auto;
  text-align: center;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05);
}
.common-banner-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.common-banner-overlay h1 {
  font-size: 56px;
  line-height: 110%;
  font-weight: 700;
  color: #ffffff;
  margin: auto;
}
.common-banner-content {
  max-width: 60%;
}
.common-banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
}
.common-banner-content p {
  margin: 0;
  color: #ffffff;
}

.about-details {
  margin-bottom: 50px;
  position: relative;
}
.about-details img {
  width: 70%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 5px;
}
.about-details-info {
  width: 470px;
  min-height: 250px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #F7F7F5;
  border-radius: 5px;
  padding: 60px;
}
.about-details-info p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #333333;
}
.about-details-info .btn {
  margin-top: 20px;
}
.about-box {
  border: 1px solid #F7F7F5;
  border-radius: 5px;
  padding: 25px 30px;
  text-align: center;
}
.about-box h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 10px;
}
.about-box p {
  width: 215px;
  margin: 0 auto;
  color: #333333;
}

.mission {
  background: linear-gradient(270deg, rgba(91, 65, 140, 0.1) 0%, rgba(174, 33, 110, 0.1) 100%);
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.mission-box {
  padding: 50px;
}
.mission-box:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.mission-box h2, .mission-box h3 {
  margin: 0 0 20px;
}
.mission-box p {
  margin: 0;
}
.mission-icon {
  width: 72px;
  height: 72px;
  border-radius: 100px;
  background: rgba(212, 42, 159, 0.1) !important;
  display: flex;
  margin-bottom: 20px;
}
.mission-icon svg {
  width: 35px;
  height: 35px;
  margin: auto;
}

.what-sets-box {
  border: 1px solid #edeff2;
  border-radius: 16px;
  padding: 24px;
}
.what-sets-box-icon {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: #f9e9f3;
  display: flex;
  margin-bottom: 20px;
}
.what-sets-box-icon svg {
  width: 35px;
  height: 35px;
  margin: auto;
}
.what-sets-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1618;
  margin: 0 0 15px;
}
.what-sets-box p {
  margin: 0;
}

.customer-service-info {
  padding-bottom: 20px;
}
.customer-service-info p {
  font-size: 20px;
  line-height: 28px;
  color: #4d4148;
  margin: 0 0 30px;
  text-align: center;
}

@media all and (min-width: 767px) {
  .what-sets .row div[class*=col-] {
    display: flex;
    flex-direction: column;
  }
  .what-sets .row div[class*=col-] .what-sets-box {
    flex: 1;
  }
}
.sustainability-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 62%;
}
.sustainability-map iframe.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
}
.sustainability-content.how-many-mesh ul, .sustainability-content.sustainability ul {
  padding-bottom: 25px;
}
.sustainability-content.how-many-mesh h2, .sustainability-content.sustainability h2, .sustainability-content.how-many-mesh h3, .sustainability-content.sustainability h3, .sustainability-content.how-many-mesh h4, .sustainability-content.sustainability h4, .sustainability-content.how-many-mesh h5, .sustainability-content.sustainability h5 {
  display: inline-block;
}

@media all and (max-width: 991px) {
  .sustainability-map {
    padding-top: 150%;
    margin-bottom: 30px;
  }
}
.sustain-brand.online-safety-box ul {
  padding-bottom: 0;
}

.contact {
  background: #f9f9fd;
}
.contact .heading {
  display: inline-block;
}
.contact-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #DADAD3;
}
.contact-form label {
  font-weight: 500;
  font-size: 15px;
}
.contact-form label span {
  color: #595959;
}
.contact-form .form-control:focus {
  border-color: #D42A9F;
}
.contact-form .btn {
  width: 100%;
}
.contact-address {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 28px;
}
.contact-address h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}
.contact-address-box {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.contact-address-box i {
  font-size: 26px;
  color: #4871DB;
  margin-top: 6px;
}
.contact-address-box i.icon-mail {
  font-weight: 600;
}
.contact-address-box h5 {
  color: #333333;
  margin: 0;
  font-size: 15px;
}
.contact-address-box h5 a {
  color: #333333;
}
.contact-address-box h5 a:hover {
  color: #D42A9F;
  font-weight: 500;
}
.contact-address-box h5 span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact .row .col-5 .wow:nth-child(2) .contact-address {
  margin-bottom: 0;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 3px;
  background: #65056F;
  animation: wave 1.3s linear infinite;
}
.dot:nth-child(2) {
  animation-delay: -1.1s;
}
.dot:nth-child(3) {
  animation-delay: -0.9s;
}

@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-10px);
  }
}
/*start loader*/
.loading .dash-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 6;
  -webkit-animation: dash 4s linear infinite reverse;
  animation: dash 4s linear infinite reverse;
}

@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 150;
  }
}
@keyframes dash {
  100% {
    stroke-dashoffset: 150;
  }
}
.draw-line1 {
  stroke-dasharray: 176 178;
  stroke-dashoffset: 177;
  stroke: #626366;
}

.loading .draw-line1 {
  animation: drawLine 1200ms linear 300ms forwards;
}

.draw-line2 {
  stroke-dasharray: 64 66;
  stroke-dashoffset: 65;
  stroke: #626366;
}

.loading .draw-line2 {
  animation: drawLine 341ms linear 1200ms forwards;
}

@keyframes drawLine {
  100% {
    stroke-dashoffset: 0;
  }
}
.dash-line {
  opacity: 0;
  transition: opacity 0.2s linear 1400ms;
}

.loading .dash-line {
  opacity: 1;
}

.form-loading {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  z-index: 99;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.1s linear;
  border-radius: 8px;
}
.form-loading.loading {
  opacity: 1;
}
.form-loading svg {
  width: 200px;
  height: 100px;
}

/*end loader*/
.captcha-image {
  margin-bottom: 15px;
}

.cart h3 {
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px;
}
.cart h3 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}
.cart-item {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}
.cart-item-content {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 15px;
}
.cart-item-content img {
  width: 120px;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cart-item-content .course-item-price {
  border: 0;
  font-weight: 600;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.cart-item-content .course-item-price .price {
  margin: 0 3px;
  display: inline-block;
  font-size: 18px;
  color: #333333;
}
.cart-item-content .course-item-price .price.old {
  color: #808080;
  text-decoration: line-through;
}
.cart-item-content .course-item-price .price.discount {
  color: #AE216E;
}
.cart-item-bottom {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item-bottom a {
  color: #AE216E;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
.cart-item ul {
  padding: 0;
  margin: 0;
}
.cart-item ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border-bottom: 0.5px solid #e0e0e0;
  padding: 15px 0;
}
.cart-item ul li strong {
  font-weight: 700;
}
.cart-item .coupon {
  width: 300px;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 15px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}
.cart-item .coupon input {
  color: #808080;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
}
.cart-item .coupon button {
  border: 0;
  color: #AE216E;
  background: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.cart-item.pay-now {
  text-align: center;
  margin: 0;
}
.cart-item.pay-now ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item.pay-now ul li {
  list-style: none;
  margin: 0 4px;
  border: 0;
  padding: 0;
}
.cart-item.pay-now ul li img {
  height: 25px;
}
.cart-item.pay-now .btn {
  width: 100%;
}
.cart-item.pay-now .btn.see-summary {
  margin-top: 15px;
}
.cart-item.pay-now span {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  display: block;
  margin: 15px 0 0;
}
.cart-item.pay-now span a {
  color: #808080;
  text-decoration: underline;
}
.cart-item label {
  padding: 0 0 0 40px;
  position: relative;
  margin: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}
.cart-item label input {
  display: none;
}
.cart-item label input:checked + .address-check {
  border-color: transparent;
  background: #4871DB;
  background-size: 135%;
  background-position: center;
}
.cart-item label input:checked + .address-check::before {
  opacity: 1;
}
.cart-item label .address-check {
  left: 0;
}
.cart .saved-later h5 {
  border-bottom: 0.5px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

.order-tracking-details-box h4 {
  font-weight: 700;
  color: #4871DB;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 20px;
}

.payment {
  padding: 30px 0;
}
.payment ul {
  padding: 0;
  margin: 0;
}
.payment ul li {
  list-style: none;
  margin-bottom: 15px;
}
.payment ul li a {
  display: block;
  border-radius: 8px;
  background: #ffffff;
  border: 0.5px solid #f9f9fd;
  padding: 16px;
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  position: relative;
}
.payment ul li a::after {
  content: "\e90b";
  font-family: "lattu";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.order-placed {
  margin-top: 20vh;
  text-align: center;
}
.order-placed img {
  height: 96px;
  display: block;
  margin: 0 auto;
}
.order-placed h3 {
  font-size: 32px;
  line-height: 42px;
  color: #333333;
  font-weight: 700;
  margin: 40px 0 0;
}
.order-placed p {
  font-size: 17px;
  line-height: 26px;
  color: #333333;
  margin: 10px 0 0;
}
.order-placed .common-btn {
  border-radius: 50px;
  width: 100%;
  margin-top: 30px;
}

.swal2-html-container {
  font-size: 15px !important;
  line-height: 24px !important;
  color: #333333 !important;
}

.swal2-title {
  font-size: 20px !important;
}

.swal2-icon {
  transform: scale(0.8);
  margin-bottom: 0 !important;
}

.swal2-styled.swal2-confirm {
  background-color: #bf2280 !important;
  border-radius: 30px !important;
}

.summary {
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid #DADAD3;
  background: #ffffff;
}
.summary h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}

.toggle-summary {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle-summary:not(.open) {
  margin: 0;
}
.toggle-summary i {
  background: #fbeff8;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.toggle-summary i::before {
  color: #D42A9F;
}
.toggle-summary.open i {
  transform: rotate(180deg);
}

@media all and (max-width: 768px) {
  .summary {
    display: none;
    margin: 0;
    padding: 20px;
  }
}
.order-tracking {
  padding: 30px 0;
}
.order-tracking-details {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #DADAD3;
  padding: 30px;
}
.order-tracking-details h3 {
  font-size: 22px;
  line-height: 30px;
  color: #D42A9F;
  font-weight: 700;
  margin: 0 0 15px;
}
.order-tracking-details p {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 30px;
}
.order-tracking-details-box {
  padding-bottom: 20px;
}
.order-tracking-details-box .tbl_order_item {
  width: 100%;
}
.order-tracking-details-box .tbl_order_item tbody tr td {
  padding: 10px 0;
  font-size: 15px;
  color: #333333;
}
.order-tracking-details-box .tbl_order_item tbody tr td span {
  display: block;
}
.order-tracking-details-box .tbl_order_item tbody tr td span.order-heading {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}
.order-tracking-details-box .tbl_order_item tbody tr td span.order-sub-heading {
  color: rgba(51, 51, 51, 0.7);
  margin-top: 5px;
  font-size: 13px;
}
.order-tracking-details-box .tbl_order_item tbody tr td br {
  display: none;
}
.order-tracking-details-box .tbl_order_item tbody tr td strong {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.order-tracking-details-box .tbl_order_item tbody tr td:nth-child(2) {
  text-align: right;
  font-weight: 400;
  vertical-align: top;
}
.order-tracking-details-box .tbl_order_item tbody tr td:first-child {
  font-size: 14px;
}
.order-tracking-details-box .tbl_order_item tbody tr.monthly_subtotal, .order-tracking-details-box .tbl_order_item tbody tr.otc_subtotal {
  border-bottom: 1px solid #DADAD3;
}
.order-tracking-details-box .tbl_order_item tbody tr.monthly_subtotal td strong, .order-tracking-details-box .tbl_order_item tbody tr.otc_subtotal td strong {
  font-weight: bold;
}
.order-tracking-details-box .tbl_order_item tbody tr.total_charge {
  font-weight: bold;
}
.order-tracking-details-box .tbl_order_item tbody tr.total_charge td,
.order-tracking-details-box .tbl_order_item tbody tr.total_charge strong {
  font-size: 16px !important;
  color: #D42A9F;
  font-weight: bold;
}
.order-tracking-details-box .tbl_order_item tbody tr:not(.monthly_subtotal, .otc_subtotal) td:nth-child(2) strong {
  font-weight: 400;
}
.order-tracking-details-box .tbl_order_item tbody tr.charge_hints td strong {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #7c7a7a !important;
}
.order-tracking-details-box h4 {
  margin-bottom: 12px;
}
.order-tracking-details-box h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
}
.order-tracking-details-box p span {
  color: #999999;
}
.order-tracking-details-box ul {
  padding: 0;
  margin: 0;
}
.order-tracking-details-box ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 100px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #333333;
  font-weight: 500;
}
.order-tracking-details-box ul li:last-child {
  margin-bottom: 0;
}
.order-tracking-details-box ul li strong {
  font-weight: 700;
  text-align: right;
}
.order-tracking-details-box ul li.discount {
  color: rgba(51, 51, 51, 0.4);
  border-bottom: 1px solid #f1f3f5;
  padding-bottom: 15px;
}
.order-tracking-details-box ul li.subtotal-amount {
  padding-top: 10px;
  border-top: 1px solid #f1f3f5;
}
.order-tracking-details-box ul li.grand-total {
  font-weight: bold;
  font-size: 16px;
}
.order-tracking-info {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 16px;
  align-items: center;
}
.order-tracking-info-img img {
  width: 64px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.order-tracking-info-text h5 {
  font-size: 18px;
  color: #D42A9F;
  margin: 0;
  font-weight: bold;
}
.order-tracking-info-text h6 {
  font-size: 14px;
  color: #333333;
  margin: 2px 0 0;
  font-weight: bold;
}
.order-tracking-info-text p {
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0;
  color: #333333;
}
.order-tracking-info-text p strong {
  font-size: 20px;
  font-weight: 700;
}
.order-tracking-wrap {
  border-radius: 16px;
  border: 1px solid #DADAD3;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
}
.order-tracking-wrap .speed-count {
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(212, 42, 159, 0.1) 0%, rgba(72, 113, 219, 0.1) 100%);
  margin: 0;
}

.order-addons-item {
  border-radius: 16px;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #DADAD3;
  background: #ffffff;
}
.order-addons-item.active .order-addons-item-header::after {
  content: "\e92d";
}
.order-addons-item-header {
  font-size: 18px;
  font-weight: bold;
  color: #D42A9F;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.order-addons-item-header::after {
  content: "\e92a";
  font-family: "carnival-internet";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #D42A9F;
  font-size: 20px;
  transition: 0.3s linear all;
}
.order-addons-item-header svg {
  width: 20px;
  height: 18px;
}
.order-addons-item-content {
  margin-top: 15px;
  display: none;
}

.back-btn {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.back-btn i {
  margin-right: 5px;
  font-size: 20px;
}

.accept-terms {
  padding: 20px 0 30px;
}
.accept-terms p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 30px;
}
.accept-terms p a {
  color: #D42A9F;
  font-weight: bold;
}

.discount-code {
  padding: 0 0 20px;
}
.discount-code label {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 8px;
}
.discount-code-box {
  border-radius: 12px;
  border: 1px solid #DADAD3;
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(51, 51, 51, 0.25);
  display: grid;
  grid-template-columns: 1fr 90px;
  overflow: hidden;
  padding: 4px;
}
.discount-code-box .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 14px 10px;
  font-size: 13px;
  font-weight: 500;
}
.discount-code-box .btn {
  color: #ffffff;
  border-radius: 8px;
  padding: 0;
}
.discount-code-box .btn:disabled {
  background: #F7F7F5;
  color: #333333;
  border: 1px solid #DADAD3;
}

.payment-status img {
  margin-bottom: 30px;
}
.payment-status h2 {
  color: #333333;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 15px;
}
.payment-status h3 {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.payment-status .download-invoice {
  color: #4871DB;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0;
}
.payment-status .download-invoice::after {
  content: "";
  background: #4871DB;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 5px;
}
.payment-status .download-invoice i {
  margin-right: 2px;
  vertical-align: top;
}
.payment-status p {
  margin: 0 auto 30px;
  max-width: 80%;
}

.unsubscribe p.mb-4 {
  margin: 0 auto 30px;
  max-width: 80%;
}

.offers {
  background: url(../images/offer-pattern-bg.jpg);
  background-size: 300px;
}

.progress {
  height: 22px;
  background: #d9d9d9;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
  height: 100%;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar-default {
  background-color: #f9f9fd;
}

.switch-info-checking {
  text-align: center;
}

.included-item {
  display: block;
  margin-bottom: 3px;
  color: #333333;
  font-weight: 500;
}

.router-details {
  border-radius: 16px;
  border: 1px solid #DADAD3;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 20px;
}
.router-details-img {
  background: #C2C2C2;
  width: 100%;
  height: 200px;
  border-radius: 12px;
  display: flex;
  margin-bottom: 20px;
}
.router-details-img img {
  height: 120px;
  margin: auto;
}
.router-details label {
  width: 100%;
}
.router-details label input {
  display: none;
}
.router-details label input:checked ~ .btn {
  background: #D42A9F;
  color: #ffffff;
  border-color: #D42A9F;
}
.router-details label input:checked ~ .btn .icon-shopping-cart::before {
  content: "\e927";
}
.router-details h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px;
}
.router-details h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}
.router-details ul {
  padding: 0;
  margin: 0 0 20px;
  min-height: 55px;
}
.router-details ul li {
  list-style: none;
  position: relative;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 20px;
  padding-left: 30px;
}
.router-details ul li:not(:last-child) {
  margin-bottom: 15px;
}
.router-details ul li::before {
  content: "\e927";
  font-family: "carnival-internet";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #D42A9F;
}
.router-details .btn {
  border: 1px solid #DADAD3;
  background: #F7F7F5;
  color: #333333;
  width: 100%;
}

.change-phone-line {
  padding-bottom: 22px;
}
.change-phone-line h5 {
  font-size: 14px;
  margin: 0 0 13px;
}
.change-phone-line-option {
  display: flex;
  align-items: center;
  gap: 20px;
}
.change-phone-line-option label {
  padding-left: 24px;
  position: relative;
  color: rgba(51, 51, 51, 0.7);
  width: auto;
}

.content-box {
  display: none;
  padding: 0 0 20px;
}
.content-box.show {
  display: block;
}

.new-phone-content {
  display: flex;
}
.new-phone-content svg {
  width: 20px;
  height: 20px;
  fill: #333333;
  margin-right: 10px;
}
.new-phone-content p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(51, 51, 51, 0.7);
  margin: 0;
}

.add-phone-line {
  border-radius: 16px;
  border: 1px solid #DADAD3;
  background: #ffffff;
  padding: 20px;
}
.add-phone-line label {
  width: 100%;
}
.add-phone-line label input {
  display: none;
}
.add-phone-line label input.addons-checked ~ .btn {
  background: #D42A9F;
  color: #ffffff;
  border-color: #D42A9F;
}
.add-phone-line label input.addons-checked ~ .btn .icon-shopping-cart::before {
  content: "\e927";
}
.add-phone-line h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px;
}
.add-phone-line h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}
.add-phone-line .btn {
  border: 1px solid #DADAD3;
  background: #F7F7F5;
  color: #333333;
  width: 100%;
}

ul.add-phone-line-list {
  padding: 0;
  margin: 0 0 20px;
}
ul.add-phone-line-list li {
  list-style: none;
  position: relative;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  line-height: 20px;
  padding-left: 30px;
}
ul.add-phone-line-list li:not(:last-child) {
  margin-bottom: 15px;
}
ul.add-phone-line-list li::before {
  content: "\e927";
  font-family: "carnival-internet";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #D42A9F;
}

/* multiple cart css */
.multiple-router {
  display: grid;
  grid-template-columns: 53px 1fr 53px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #D42A9F;
  border-radius: 50px;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.multiple-router .cart-content {
  text-align: center;
}
.multiple-router .inc-btn {
  height: 53px;
  border-radius: 100%;
  background: #F7F7F5;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  border: 1px solid #F7F7F5;
  background: #DADAD3;
}
.multiple-router .dec-btn {
  height: 53px;
  border-radius: 100%;
  background: #F7F7F5;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  border: 1px solid #DADAD3;
  background: #F7F7F5;
}
.multiple-router .cart-count {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: white;
}

.blog-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog-img + .blog-box-content {
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.blog-box {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 8px;
}
.blog-box-content {
  padding: 25px 20px;
  border: 1px solid #F7F7F5;
  border-radius: 8px 8px;
}
.blog-box-content h4,
.blog-box-content h5 {
  color: #333333;
  margin-bottom: 15px;
}
.blog-box-content h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 52px;
}
.blog-box-content p {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 60px;
}
.blog-box-content p:last-child {
  margin-bottom: 0;
}
.blog-box-content .btn {
  background: none;
  padding: 0;
  color: #3c206b;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: 0.3s linear all;
  position: relative;
}
.blog-box-content .btn i {
  color: #3856a7;
  position: absolute;
  right: -18px;
  top: 1px;
  transition: 0.3s linear all;
}
.blog-box-content .btn:hover i {
  right: -25px;
}
.blog-box:hover h2 {
  color: #D42A9F;
}
.blog-box:hover i {
  right: -25px;
}
.blog-details .blog-img img {
  height: auto;
  max-height: 450px;
}
.blog-details .blog-box-content h2 {
  -moz-line-clamp: none;
  -webkit-line-clamp: none;
  min-height: auto;
}
.blog-details .blog-box-content p {
  min-height: auto;
}

.related-post {
  margin-top: 60px;
}

/*news*/
.news {
  background: #f7f7f7;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news-box {
  background: #ffffff;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  border: 2px solid #f5f7fa;
  transition: 0.3s linear all;
}
.news-box:first-child {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}
.news-box:first-child .news-thumb,
.news-box:first-child .news-content {
  height: auto;
  padding-top: 0;
}
.news-box:first-child .news-thumb h4,
.news-box:first-child .news-content h4 {
  min-height: auto;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  font-weight: 700;
}
.news-box:first-child .news-thumb {
  order: 2;
}
.news-box:first-child .news-thumb img {
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: left;
}
.news-box .news-thumb {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.news-box .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-content {
  padding-top: 20px;
}
.news-box .news-content span {
  font-size: 16px;
  font-weight: 400;
  color: #DADAD3;
  display: block;
  margin: 0 0 10px;
}
.news-box .news-content h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s linear all;
}
.news-box .news-content p {
  color: #DADAD3;
  font-weight: 400;
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-box.not-first-page:first-child {
  grid-column: 1/2;
  display: block;
}
.news-box.not-first-page:first-child .news-thumb,
.news-box.not-first-page:first-child .news-content {
  width: 100%;
}
.news-box.not-first-page:first-child .news-thumb {
  height: 190px;
}
.news-box.not-first-page:first-child .news-thumb img {
  height: auto;
}
.news-box.not-first-page:first-child .news-content h4 {
  font-size: 20px;
  line-height: 30px;
}
.news-box.not-first-page:first-child .news-content p {
  display: none;
}
.news-url {
  margin: 20px 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.news-url a {
  font-size: 15px;
  color: #333333;
  text-decoration: underline;
}
.news-url a:hover {
  color: #D42A9F;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.pagination a {
  text-align: center;
  color: #6c7175;
  padding: 13px 19px;
  text-decoration: none;
  background: #ffffff;
  transition: 0.3s linear all;
  border-radius: 8px;
  margin: 0 4px;
  border: 1px solid #D42A9F;
  font-size: 14px;
  font-weight: 600;
}
.pagination a.active {
  background-color: #D42A9F;
  color: #ffffff;
}
.pagination a:first-child, .pagination a:last-child {
  font-weight: 500;
}

.pagination a:hover:not(.active) {
  background-color: #D42A9F;
  color: #ffffff;
}

@media all and (max-width: 991px) {
  .news-list {
    display: block;
  }
  .news-list .news-box {
    margin-bottom: 20px;
  }
  .news-list .news-box:first-child {
    display: block;
  }
  .news-list .news-box:first-child .news-thumb,
  .news-list .news-box:first-child .news-content {
    width: 100%;
  }
  .news-list .news-box:first-child .news-content {
    padding-top: 20px;
  }
  .news {
    padding: 10px 0 30px;
  }
  .news-details {
    padding: 25px 0 0;
  }
  .news-box:first-child .news-thumb img,
  .news-details-img img {
    height: auto;
  }
  .news-box .news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-box:first-child .news-content h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
  .news-box .news-content h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
  .news-box .news-content span {
    font-size: 14px;
    color: #797d7f;
  }
  .news-box .news-content p {
    font-size: 16px;
  }
  .pagination a {
    padding: 13px 13px;
    border-radius: 0;
    margin: 0;
    border: 1px solid #f0f8f8;
    font-size: 12px;
  }
  .news-url a {
    font-size: 14px;
  }
}
.mesh-wifi h2, .how-many-mesh h2, .sustainability h2, .what-mesh h2,
.mesh-wifi h3,
.how-many-mesh h3,
.sustainability h3,
.what-mesh h3,
.mesh-wifi h4,
.how-many-mesh h4,
.sustainability h4,
.what-mesh h4,
.mesh-wifi h5,
.how-many-mesh h5,
.sustainability h5,
.what-mesh h5, .poor-wifi h2,
.poor-wifi h3, .online-safety-box h2,
.online-safety-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #4871DB;
  margin: 0 0 25px;
}

.fibre-text p, .mesh-wifi p, .how-many-mesh p, .sustainability p, .what-mesh p, .poor-wifi p, .online-safety-feature ul li .safety-feature-text p, .online-safety-box p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.fibre-text p:not(:last-child), .mesh-wifi p:not(:last-child), .how-many-mesh p:not(:last-child), .sustainability p:not(:last-child), .what-mesh p:not(:last-child), .poor-wifi p:not(:last-child), .online-safety-feature ul li .safety-feature-text p:not(:last-child), .online-safety-box p:not(:last-child) {
  margin: 0 0 16px;
}
.fibre-text p a, .mesh-wifi p a, .how-many-mesh p a, .sustainability p a, .what-mesh p a, .poor-wifi p a, .online-safety-feature ul li .safety-feature-text p a, .online-safety-box p a {
  color: #4871DB;
  font-weight: 600;
}

.inner-banner img {
  width: 100%;
  min-height: 370px;
  object-fit: cover;
}

.online-safety img {
  max-width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
}
.online-safety-box h4,
.online-safety-box h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #4871DB;
  margin: 0 0 15px;
}
.online-safety-box h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 15px;
  color: #333333;
}
.online-safety-box ul {
  padding: 0 0 30px;
  margin: 0;
}
.online-safety-box ul li {
  list-style: none;
  color: #333333;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.online-safety-box ul li strong {
  font-weight: 600;
}
.online-safety-box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #4871DB;
}
.online-safety-box ul li:not(:last-child) {
  margin-bottom: 15px;
}
.online-safety .container .row:nth-child(even) {
  margin-top: 80px;
}
.online-safety .container .row:nth-child(even) div[class*=col-]:last-child {
  order: -1;
}

.online-safety-feature ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.online-safety-feature ul li {
  list-style: none;
  height: 100%;
}
.online-safety-feature ul li img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.online-safety-feature ul li .safety-feature-text {
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  padding: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}
.online-safety-feature ul li .safety-feature-text h3,
.online-safety-feature ul li .safety-feature-text h4,
.online-safety-feature ul li .safety-feature-text h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  color: #4871DB;
  margin: 0 0 15px;
}
.online-safety-feature ul li .safety-feature-text p {
  margin: 0 !important;
}

.poor-wifi {
  background: #f7f7f7;
}
.poor-wifi img {
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
}
.poor-wifi h4,
.poor-wifi h5,
.poor-wifi h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
  color: #333333;
}
.transform-internet {
  background: #4871DB;
  padding: 40px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 340px 1fr;
  grid-gap: 70px;
  align-items: center;
}
.transform-internet img {
  width: 100%;
}
.transform-internet p {
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 20px;
}
.transform-internet .btn {
  background: #ffffff;
  color: #D42A9F;
}

.mesh-wifi img, .how-many-mesh img, .sustainability img, .what-mesh img {
  max-width: 100%;
  border-radius: 16px;
}
.what-mesh {
  background: #f7f7f7;
}
.what-mesh-feature {
  padding-top: 80px;
}
.what-mesh-feature .accordion {
  padding-bottom: 10px;
}
.what-mesh-feature .accordion ul {
  padding: 0;
  margin: 0;
}
.what-mesh-feature .accordion ul li {
  position: relative;
  border-bottom: 1px solid #cec9c9;
}
.what-mesh-feature .accordion ul li a,
.what-mesh-feature .accordion ul li h3 {
  display: block;
  padding: 22px 60px 20px 0px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
  position: relative;
  color: #4871DB;
  margin: 0;
}
.what-mesh-feature .accordion ul li ul {
  padding: 5px 20px 20px 0px;
}
.what-mesh-feature .accordion ul li ul li {
  margin: 0;
  border: 0;
}
.what-mesh-feature .accordion ul li ul li:not(.dropdown) {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-left: 0;
}
.what-mesh-feature .accordion ul li ul li:not(.dropdown):not(:last-child) {
  margin: 0 0 10px;
}
.what-mesh-feature .accordion ul li ul li a,
.what-mesh-feature .accordion ul li ul li span {
  color: #194f9f;
  font-weight: 500;
  cursor: pointer;
  word-break: break-all;
}
.what-mesh-feature .accordion ul li.dropdown a:after,
.what-mesh-feature .accordion ul li.dropdown h3:after {
  content: "\e944";
  font-family: "carnival-internet";
  height: 30px;
  width: 30px;
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-weight: 400;
  color: #4871DB;
}
.what-mesh-feature .accordion ul li.dropdown a.active,
.what-mesh-feature .accordion ul li.dropdown h3.active {
  color: #194f9f;
}
.what-mesh-feature .accordion ul li.dropdown a.active:after,
.what-mesh-feature .accordion ul li.dropdown h3.active:after {
  content: "\e93e";
}
.what-mesh-feature .accordion .dropdown > ul {
  display: none;
}

.how-many-mesh ul, .sustainability ul {
  padding: 0;
  margin: 0;
}
.how-many-mesh ul li, .sustainability ul li {
  list-style: none;
  color: #333333;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.how-many-mesh ul li strong, .sustainability ul li strong {
  font-weight: 600;
}
.how-many-mesh ul li::before, .sustainability ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #4871DB;
}
.how-many-mesh ul li:not(:last-child), .sustainability ul li:not(:last-child) {
  margin-bottom: 15px;
}

.sustainability h3 {
  font-size: 22px;
  line-height: 30px;
}

.get-started {
  background: #4871DB;
  border-radius: 20px;
  padding: 90px;
  color: #ffffff;
  text-align: center;
}
.get-started h2,
.get-started h3 {
  font-size: 36px;
  margin: 0 0 30px;
}
.get-started p {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 30px;
}
.get-started p a {
  color: #ffffff;
  font-weight: 700;
}
.get-started .btn {
  background: #ffffff;
  color: #D42A9F;
}

.product-specification .heading {
  color: #4871DB;
}
.product-specification.online-safety .online-safety-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.bg-gray {
  background: #f7f7f7;
}

.fibre-text p {
  margin: 0;
}

.heard-enough {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.heard-enough img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
}
.heard-enough-content {
  width: 64%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #5e3f8f 0%, #f24975 45.27%, rgba(242, 73, 117, 0) 88.58%);
  padding: 70px 150px 70px 70px;
}
.heard-enough-content h2,
.heard-enough-content h3 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 70px;
  margin: 0 0 20px;
}
.heard-enough-content p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 25px;
}
.heard-enough-content .btn {
  background: #ffffff;
  color: #D42A9F;
}

.common-banner-line {
  width: 102%;
  position: absolute;
  bottom: -20px;
  left: -1%;
}

.inner-line {
  stroke-dasharray: 2959 2961;
  stroke-dashoffset: 2960;
}

.loaded .inner-line {
  animation: line_draw 1500ms linear 0ms forwards;
}

.common-banner-wave {
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.parental-controls h3 {
  min-height: 80px;
}

.header {
  position: fixed;
  z-index: 99999999;
  background: linear-gradient(90deg, #D42A9F 0%, #4871DB 100%);
}
@-moz-document url-prefix() {
  .header {
    background: linear-gradient(90deg, #D42A9F 0%, #4871DB 100%);
  }
}
.header {
  top: 0;
  width: 100%;
  transition: 0.3s linear all;
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.2) 61.1%, rgba(51, 51, 51, 0) 101.03%);
  z-index: -1;
}
.header-bar {
  background: #130629;
  padding: 8px 15px;
}
.header-bar ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-bar ul li {
  list-style: none;
}
.header-bar ul li:not(:last-child) {
  margin-right: 30px;
}
.header-bar ul li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-bar ul li a i {
  margin-right: 8px;
}
.header-bar .btn {
  height: 34px;
  padding: 5px 35px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.header-tiny {
  box-shadow: 0 0 20px -4px rgba(25, 23, 22, 0.35);
  background: #ffffff;
}
.header.header-tiny {
  top: -50px;
}

.navbar-common .container-fluid {
  width: 100%;
  padding: 0 15px;
}
.navbar-common-inner {
  display: flex;
  align-items: center;
}
.navbar-common-inner > ul {
  align-items: center;
}
.navbar-common-inner > ul > li > a i {
  font-size: 24px;
}
.navbar-common-inner > ul > li ul {
  margin: 0;
}
.navbar-common-inner > ul > li ul li a {
  position: relative;
  padding-left: 30px;
  color: #606c80;
}
.navbar-common-inner > ul > li ul li a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.navbar-nav .deliver > a {
  position: relative;
  color: #606c80;
  font-size: 12px;
  padding-left: 35px;
}
.navbar-nav .deliver > a i {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 24px;
  color: #606c80;
}
.navbar-nav .deliver > a strong {
  display: block;
  font-size: 14px;
  color: #333333;
}
.navbar-nav .deliver > a::after {
  top: auto !important;
  bottom: 18px;
}
.navbar-form {
  width: 30vw;
  position: relative;
}
.navbar-form input {
  border: none;
  background: #ffffff;
  -webkit-background-size: 16px;
  -ms-background-size: 16px;
  background-size: 16px;
  padding: 15px 35px 15px 15px;
  border-radius: 6px;
  width: 100%;
  font-weight: 500;
}
.navbar-form input::-webkit-input-placeholder {
  color: #333333;
}
.navbar-form input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.navbar-form input:focus {
  outline: none;
  border: none;
}
.navbar-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  width: 48px;
  font-size: 24px;
  background: none;
  color: #333333;
}

.mobile-menu {
  display: none;
  padding-top: 50px;
}
.mobile-menu a.btn {
  margin: 0 30px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  background: #ffffff;
}
.mobile-menu ul li a {
  font-size: 14px;
}
.mobile-menu ul li a i {
  margin-right: 5px;
}

.footer {
  background: #ffffff;
  color: #333333;
  position: relative;
}
.footer-line {
  width: 102%;
  position: absolute;
  top: 0;
  left: 0;
}
.footer.in-view::after {
  transform: scaleX(0);
}
.footer-top {
  padding: 66px 0;
}
.footer-content .footer-logo {
  display: block;
  padding-bottom: 20px;
}
.footer-content .footer-logo img {
  height: 54px;
}
.social-link .social-tooltip {
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 18px;
  padding: 2px 5px;
  font-size: 11px;
  transition: 350ms ease 0s;
  text-align: center;
  line-height: 14px !important;
  white-space: nowrap;
  background: red;
  border-radius: 4px;
  z-index: 1;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.social-link .social-tooltip::after {
  content: "";
  width: 8px;
  height: 8px;
  background: red;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: bottom center;
  border-radius: 0 0 2px 0;
  margin-left: -5px;
  z-index: -1;
}
.social-link h3,
.social-link h4 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #333333;
}
.social-link ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.social-link ul li a {
  display: flex;
  margin: 0;
  position: relative;
}
.social-link ul li a i {
  margin: auto;
  font-size: 22px;
  color: #D42A9F;
}
.social-link ul li a:hover i {
  color: #4871DB;
}
.social-link ul li:hover .social-tooltip {
  top: -26px;
  opacity: 1;
  visibility: visible;
}
.social-link ul li.facebook .social-tooltip {
  background: #1b74e4;
}
.social-link ul li.facebook .social-tooltip::after {
  background: #1b74e4;
}
.social-link ul li.youtube .social-tooltip {
  background: #fe0b0b;
}
.social-link ul li.youtube .social-tooltip::after {
  background: #fe0b0b;
}
.social-link ul li.instagram .social-tooltip {
  background: -webkit-linear-gradient(45deg, #d300c5, #ff0069, #ff7a00);
}
.social-link ul li.instagram .social-tooltip::after {
  background: #f20082;
}
.social-link ul li.twitter .social-tooltip {
  background: #1da1f2;
}
.social-link ul li.twitter .social-tooltip::after {
  background: #1da1f2;
}
.social-link ul li.linkedin .social-tooltip {
  background: #0077b5;
}
.social-link ul li.linkedin .social-tooltip::after {
  background: #0077b5;
}

.footer-content p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}
.footer-content p strong {
  font-weight: 500;
}
.footer-nav h3,
.footer-nav h4 {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 22px;
  color: #333333;
  text-transform: uppercase;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
}
.footer-nav ul.get-touch li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}
.footer-nav ul.get-touch li i.icon-mail {
  font-weight: bold;
}
.footer-nav ul li {
  list-style: none;
}
.footer-nav ul li:not(:last-child) {
  margin-bottom: 14px;
}
.footer-nav ul li a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 300;
  color: #333333;
  transition: 0.3s all linear;
}
.footer-nav ul li:hover {
  color: #D42A9F;
}
.footer-nav ul li:hover a {
  color: #D42A9F;
}
.footer-btm {
  background: #D42A9F;
  padding: 26px 0;
  text-align: center;
}
.footer-btm p {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0px auto;
  color: #ffffff;
  font-weight: normal;
}
.footer-map {
  border-radius: 20px;
  overflow: hidden;
}
.footer-map iframe {
  height: 270px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.footer .download-app {
  padding: 30px 0;
}
.footer .download-app h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 15px;
}
.footer .download-app a {
  margin-right: 10px;
}
.footer .download-app a img {
  height: 48px;
}

.cookie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  width: calc(90% - 20px);
  height: auto;
  padding: 10px 25px 25px;
  z-index: 99999999;
  border-radius: 8px;
  max-width: 900px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
}
.cookie h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #100816;
  margin: 0 0 10px;
}
.cookie p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #5e5e5e;
}
.cookie p a {
  color: #4871DB;
  font-weight: 500;
}
.cookie h5 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #5e5e5e;
  margin: 0;
}
.cookie-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
  margin-top: 10px;
}
.cookie .btn.allow-customize, .cookie .btn-customize {
  padding: 15px 5px;
  background: #2e1a3e;
}
.cookie .btn-allow {
  background: #4871DB;
}
.cookie .btn-deny {
  background: #db321f;
}
.cookie-nav {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
  margin: 0 0 15px auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.cookie-nav li {
  color: #4d4148;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 15px 0;
  width: 33% !important;
}
.cookie-nav li.slick-current {
  font-weight: 500;
  color: #D42A9F;
}
.cookie-nav li:nth-child(1).slick-current ~ .indicator {
  left: 0;
}
.cookie-nav li:nth-child(2).slick-current ~ .indicator {
  left: 33%;
}
.cookie-nav li:nth-child(3).slick-current ~ .indicator {
  left: 66%;
}
.cookie-nav .indicator {
  width: 33.33% !important;
  height: 3px;
  border-radius: 0;
}
.cookie-nav .slick-list {
  width: 100%;
}
.cookie-nav .slick-track {
  z-index: 1;
  transform: none !important;
}
.cookie-details {
  max-height: 200px;
  overflow: auto;
}
.cookie-switch {
  padding: 0 10px 0 0;
}
.cookie-switch div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .switch-slider {
  background-color: #D42A9F;
}
.switch input:focus + .switch-slider {
  box-shadow: 0 0 1px #D42A9F;
}
.switch input:checked + .switch-slider:before {
  -ms-transform: translateX(26px);
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch-slider.round {
  border-radius: 34px;
}
.switch-slider.round:before {
  border-radius: 50%;
}

/*new css*/
li.marketting-preference {
  margin-right: 10px;
}

.better-broadband {
  background: -webkit-linear-gradient(right, rgba(109, 48, 139, 0.1), rgba(174, 33, 110, 0.1));
  text-align: center;
}
.better-broadband h2 {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
  color: #4871DB;
  font-size: 34px;
}
.better-broadband-box {
  gap: 30px;
}
@media all and (min-width: 1200px) {
  .better-broadband-box {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .better-broadband-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 35px;
  }
}
.better-broadband-box img {
  height: 42px;
  margin-bottom: 15px;
}
.better-broadband-box p {
  font-size: 15px;
  margin: 0;
  line-height: 22px;
  font-weight: 500;
  color: #333333;
}

.package-box .check-coverage .form-control {
  font-weight: 600;
}
.package-box .check-coverage .form-control::placeholder {
  color: #665D62;
  font-weight: 400;
}

.payment__form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 480px;
  width: 100%;
  margin: 10px auto;
}

.stripe-input {
  position: relative;
}

.card-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 25px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* Combined error styles for consistency */
#card-errors,
#address-errors,
#global-errors {
  color: red;
  margin-top: 10px;
  font-size: 0.9em;
}

.card__information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  border: 1px solid #DADAD3;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.03);
}

.card__information .stripe-input {
  padding: 15px 15px;
}

.card__information .stripe-input:nth-child(1) {
  grid-column: 1/3;
  border-bottom: 1px solid #DADAD3;
  font-family: "Univia Pro", sans-serif;
}

.card__information .stripe-input:nth-child(2) {
  border-right: 1px solid #DADAD3;
}

.recurring-hints {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875rem;
  padding-left: 30px;
  margin: 15px 0 15px;
  line-height: normal;
}

.recurring-hints input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.recurring-hints .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid rgba(111, 118, 126, 0.4);
  background: #ffffff;
  left: 0;
  top: 3px;
}

.recurring-hints input:checked + .checkmark {
  border-color: #5469d4;
}

.recurring-hints input:checked + .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 11px;
  border: solid #5469d4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#card-cvc {
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: calc(100% - 10px) center;
}

.payment__error {
  background: #f4f4f3;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: normal;
  color: #485c66;
  font-weight: 500;
}

.payment__error h3 {
  margin: 0;
}

/* Spinner for button */
#pay_now_btn .spinner {
  margin: 0 8px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

.hidden {
  display: none;
}

#pay_now_btn .button-text {
  display: inline;
}

.btn.btn-pay {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.address-group {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #DADAD3;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.03);
}
.address-group .form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.address-group .form-control:first-child {
  border-bottom: 1px solid #DADAD3;
  border-radius: 8px 8px 0 0;
}
.address-group .form-control:first-child:focus {
  outline: medium none;
  border: 0;
  border-bottom: 1px solid #DADAD3;
}
.address-group .form-control:last-child {
  border-radius: 0 0 8px 8px;
}

.form-control.cardholder-input:focus {
  border-color: #DADAD3;
}

@media screen and (max-width: 667px) {
  .payment__form {
    max-width: 320px;
  }
}
.common-content p {
  color: #333333;
  margin: 0 0 20px;
}
.common-content p strong {
  font-weight: 500;
}
.common-content p a {
  color: #194f9f;
  font-weight: 500;
}
.common-content h1 {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 15px;
}
.common-content h3,
.common-content h4,
.common-content h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 26px;
  color: #333333;
  margin: 0 0 15px;
}
.common-content img,
.common-content video,
.common-content iframe {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.common-content video,
.common-content iframe {
  width: 100%;
  max-width: 560px;
  min-height: 300px;
  margin: 20px auto;
}
.common-content ul {
  margin: 20px 0;
  padding: 0;
}
.common-content ul li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #333333;
}
.common-content ul li a {
  color: #194f9f;
}
.common-content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.common-content ol {
  margin: 20px 0;
  padding: 0;
  counter-reset: ol-counter;
}
.common-content ol li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: #333333;
  counter-increment: ol-counter;
}
.common-content ol li a {
  color: #194f9f;
}
.common-content ol li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: counter(ol-counter) ".";
}
.common-content table,
.common-content .table {
  width: 100%;
  margin: 15px auto;
}
.common-content table thead tr th,
.common-content .table thead tr th {
  border: 1px solid rgba(51, 51, 51, 0.35);
  font-size: 14px;
  color: #333333;
  padding: 10px;
  font-weight: 700;
}
.common-content table tbody tr td,
.common-content .table tbody tr td {
  border: 1px solid rgba(51, 51, 51, 0.35);
  font-size: 14px;
  color: #333333;
  padding: 10px;
}
.common-content table tbody tr td strong,
.common-content .table tbody tr td strong {
  font-weight: 500;
}

@media all and (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  .py-5 {
    padding: 34px 0;
  }
  .pb-5 {
    padding-bottom: 34px;
  }
  .header-bar {
    display: none;
  }
  .header.header-tiny {
    top: 0;
  }
  .navbar-brand img {
    height: 40px;
  }
  .home-banner h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .footer-top {
    padding: 42px 0;
  }
  .footer-nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-nav ul li a {
    font-size: 14px;
  }
  .footer-btm .row div[class*=col-]:nth-child(2) {
    order: -1;
  }
  .footer-btm ul {
    margin-bottom: 0px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .footer-btm ul li {
    margin: 0 15px 5px 0;
  }
  .footer-btm p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .footer-btm h4 {
    display: block;
  }
  .common-banner h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .common-banner p {
    font-size: 14px;
    line-height: 22px;
  }
  .home-banner .shape {
    margin-bottom: -1px;
  }
  /*home*/
  .banner {
    width: 100%;
    padding: 50px 0;
    overflow-x: hidden;
  }
  .banner .row div[class*=col-]:nth-child(2) {
    order: -1;
    margin-bottom: 30px;
  }
  .banner h1 {
    font-size: 32px;
    line-height: 133%;
  }
  .heading {
    font-size: 20px !important;
    line-height: 30px;
  }
  .sub-heading {
    margin-bottom: 30px;
  }
  .call-center-overlay div {
    display: block;
    text-align: center;
  }
  .call-center-overlay div h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .call-center-overlay div .btn {
    font-size: 14px;
  }
  .partners-list h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .partners-box img {
    max-height: 40px;
  }
  .wifihaat-points-details {
    padding: 15px 20px;
    grid-template-columns: 60px 1fr;
  }
  .wifihaat-points-details i {
    font-size: 50px;
  }
  .wifihaat-points-details h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .wifihaat-points-details h3 span {
    font-size: 14px;
  }
  /**/
  .common-banner-content {
    max-width: 410px;
    padding-bottom: 25px;
  }
  .curve-img ul li:nth-child(1) {
    bottom: 20px;
    left: 0px;
  }
  .curve-img.key-features-img ul li:nth-child(2) {
    left: 43%;
    top: -20px;
  }
  .curve-img.key-features-img ul li:nth-child(3) {
    right: 5px;
    top: 30%;
  }
  .curve-img {
    margin-bottom: 20px;
  }
  .mission {
    display: block;
    margin-top: 40px;
  }
  .mission-box {
    padding: 20px;
    border-bottom: 1px solid #ffffff;
    border-right: 0;
  }
  .what-sets-box {
    margin-bottom: 20px;
  }
  .key-features.out-commitment .row div[class*=col-]:nth-child(2), .key-features.home-key-feature .row div[class*=col-]:nth-child(2) {
    order: -1;
  }
  .curve-img-feature {
    width: 160px;
  }
  .curve-img ul li:nth-child(3) {
    right: 0;
  }
  .address-box,
  .order-tracking-details-box {
    padding: 20px;
    margin: 0;
  }
  .btn-wrap {
    display: block;
  }
  .btn-wrap .btn {
    margin-top: 15px;
    width: 100%;
  }
  .faq .curve-img {
    margin-bottom: 30px;
  }
  textarea.form-control {
    min-height: 110px;
  }
  .contact-form {
    padding: 20px;
    margin-bottom: 25px;
  }
  .step-nav ul li {
    font-size: 12px;
  }
  .step-nav ul li.active {
    font-weight: 500;
  }
  .loader .icon-splash {
    font-size: 64px;
  }
  .order-tracking-details-box ul {
    max-height: 50vh;
    overflow-y: auto;
  }
  .order-summary.sticky {
    position: fixed !important;
    background: white;
    left: 0;
    bottom: 0;
    z-index: 999999;
    top: auto;
    width: 100%;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.15);
  }
  .tabs .list-inline-item {
    margin: 10px 0;
  }
  .order-tracking-details-box {
    padding: 0;
  }
  .related-post {
    margin-top: 10px;
  }
  .cookie-btns {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
  }
  .package-nav {
    justify-content: center;
  }
  .package-duration-nav {
    margin: 20px auto 0;
  }
  .package-duration-nav ul {
    margin: 0 auto;
  }
  /*learn*/
  .better-broadband .heading {
    margin-bottom: 25px;
  }
  .better-broadband h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .inner-banner img {
    min-height: 160px;
  }
  .mesh-wifi h3, .sustainability h3,
  .how-many-mesh h3,
  .what-mesh h3,
  .poor-wifi h3,
  .online-safety-box h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 16px;
  }
  .online-safety img {
    margin-bottom: 16px;
  }
  .online-safety .container .row:nth-child(even) {
    margin-top: 25px;
  }
  .online-safety .container .row:nth-child(even) img {
    margin-bottom: 0;
  }
  .online-safety-box p:last-child {
    margin-bottom: 0;
  }
  .heard-enough img {
    min-height: 355px;
  }
  .heard-enough-content {
    width: 100%;
    padding: 20px;
  }
  .heard-enough-content h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px;
  }
  .heard-enough-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px;
  }
  .mesh-wifi p, .sustainability p,
  .how-many-mesh p,
  .what-mesh p,
  .poor-wifi p,
  .online-safety-feature ul li .safety-feature-text p,
  .online-safety-box p {
    margin: 0 0 15px;
  }
  .transform-internet {
    display: block;
    padding: 26px;
  }
  .transform-internet p {
    font-size: 20px;
  }
  .what-mesh-feature .accordion ul li a {
    padding-right: 50px;
  }
  .what-mesh-feature .accordion ul li.dropdown a:after {
    right: 0;
  }
  .how-many-mesh ul, .sustainability ul {
    padding-bottom: 25px;
  }
  .get-started {
    padding: 26px;
  }
  .get-started h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .get-started p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .online-safety-feature ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .online-safety-feature ul li .safety-feature-text {
    padding: 25px;
  }
  .mesh-wifi img, .sustainability img,
  .how-many-mesh img,
  .what-mesh img,
  .poor-wifi img {
    margin: 15px 0;
  }
  .online-safety-box {
    padding-bottom: 20px;
  }
  .mesh-wifi h2, .sustainability h2, .how-many-mesh h2, .what-mesh h2, .mesh-wifi h3, .sustainability h3, .how-many-mesh h3, .what-mesh h3, .mesh-wifi h4, .sustainability h4, .how-many-mesh h4, .what-mesh h4, .mesh-wifi h5, .sustainability h5, .how-many-mesh h5, .what-mesh h5, .poor-wifi h2, .poor-wifi h3, .online-safety-box h2, .online-safety-box h3, .online-safety-box h4, .online-safety-box h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .landline-confirmation p {
    font-size: 14px;
  }
  .landline-confirmation .btn {
    margin-left: 8px;
    padding: 10px 18px;
    font-size: 14px;
  }
  .device-select select.form-control {
    margin: auto;
  }
  .better-broadband-box .item {
    padding: 15px;
    text-align: center;
  }
  .better-broadband-box .item img {
    margin: 0 auto 15px;
  }
  .better-broadband-box ul.slick-dots {
    bottom: -15px;
  }
  .faq .accordion ul li a {
    font-size: 14px;
    font-weight: 500;
  }
  .faq .accordion ul li.dropdown a:after {
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
  }
  .faq .accordion ul li.dropdown a.active:after,
  .faq .accordion ul li.dropdown h3.active:after {
    line-height: 32px;
  }
  .banner::after {
    clip-path: ellipse(100% 75% at 38% 20%);
  }
  .banner-line {
    bottom: -22px;
  }
  .faq-wave {
    bottom: -1px;
    width: 115%;
  }
  .footer-line {
    top: auto;
    bottom: -20px;
  }
  .footer-nav h3, .footer-nav h4, .social-link h3, .social-link h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .order-addons-item .btn-group {
    display: block;
  }
  .order-addons-item .btn-group .btn {
    width: 100%;
  }
  .order-addons-item .btn-group .cart-btn {
    margin: 10px 0 0;
    width: 100%;
  }
  .banner p {
    font-size: 14px;
    line-height: 28px;
  }
  .package-box ul {
    margin: 0 0 15px;
  }
  .package-device-nav {
    margin: auto;
  }
  .package-box label span {
    font-size: 14px;
  }
  section.better-broadband.py-5 {
    padding-bottom: 45px;
  }
  .common-banner {
    height: 200px;
  }
  .faq .heading {
    margin-bottom: 25px;
  }
  .mission-box h2, .mission-box h3 {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 30px;
  }
  .how-many-mesh ul li:not(:last-child), .sustainability ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .mb-8 {
    margin-bottom: 30px !important;
  }
  .parental-controls h3 {
    min-height: auto;
  }
  .landline .modal-inner {
    padding: 16px;
  }
  #load_btn {
    font-size: 14px;
  }
  .check-details-wrap {
    display: block;
  }
  .check-details-wrap p {
    margin-bottom: 15px;
  }
  .btn-verify {
    margin-top: 10px;
  }
  .contract-modal .modal-inner {
    height: 470px;
    padding: 0;
  }
  .contract-modal .modal-inner .modal-close {
    right: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .payment-status p {
    max-width: 100%;
  }
  .payment-status img {
    max-height: 170px;
  }
  /*rocket*/
  .step-banner {
    padding: 26px 0 56px;
  }
  .step-banner h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .step-banner-shape svg {
    height: 30px;
  }
  .step-banner .payment-msg h1 {
    margin: 0;
  }
  .navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .address-check {
    left: 10px;
    top: 13px;
  }
  .address-list ul li label {
    padding: 15px 0 15px 38px;
    font-size: 14px;
  }
  .address h3 {
    margin-bottom: 20px;
  }
  .availability-msg {
    padding-bottom: 30px;
  }
  .availability-msg h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .selected-address {
    font-size: 14px;
  }
  .package-duration-nav ul li {
    padding: 10px 12px;
  }
  .get-unlimited {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .package-heading {
    padding-bottom: 10px;
  }
  .speed-count {
    padding: 15px 10px;
    margin-bottom: 12px;
  }
  .speed-count-box {
    grid-template-columns: 30px 1fr;
  }
  .speed-count-box i {
    font-size: 28px;
  }
  .package-box ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  .speed-boost {
    padding: 10px;
    gap: 10px;
    margin-bottom: 15px;
    grid-template-columns: 30px 1fr;
  }
  .speed-boost svg {
    width: 30px;
    height: 30px;
  }
  .speed-boost h6 {
    font-size: 12px;
  }
  .order-tracking-info {
    margin-bottom: 15px;
  }
  .order-tracking-wrap {
    margin-bottom: 20px;
  }
  .order-addons-item {
    padding: 15px;
    margin-bottom: 20px;
  }
  .router-details {
    padding: 15px;
  }
  .change-phone-line-option {
    flex-wrap: wrap;
  }
  .new-phone-content p {
    width: 90%;
  }
  .hide-sm {
    display: none;
  }
  .package-heading h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    .header-tiny::after {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
    .navbar-collapse {
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
    }
  }
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .header-tiny::after {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
    .navbar-collapse {
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
    }
  }
  .footer-nav,
  .social-link {
    padding: 40px 0 0;
  }
  .mobile-order .container .row div[class*=col-]:last-child {
    order: -1;
  }
  .better-broadband-box p {
    min-height: 66px;
  }
  .online-safety-box p, .online-safety-feature ul li .safety-feature-text p, .poor-wifi p, .mesh-wifi p, .what-mesh p, .how-many-mesh p, .sustainability p, .fibre-text p,
  .online-safety-box ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .contact-address-box h5 span {
    margin-bottom: 0;
  }
  .contact-address {
    padding: 20px;
  }
  .footer-content p {
    margin-bottom: 6px;
  }
  .footer-map {
    margin-top: 24px;
  }
  .no-router .modal-inner {
    padding: 20px 16px;
  }
  .no-router h3 {
    margin: 0 0 20px;
    font-size: 26px;
  }
  .no-router .btn {
    font-size: 14px;
  }
  .payment-content .btn {
    margin: 7px 10px;
  }
}
@media (min-width: 991px) {
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .navbar ul li ul {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }
  /* Scroller */
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: rgb(173.5377358491, 175.0188679245, 179.4622641509);
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #D42A9F;
  }
  .contract-modal .modal-inner {
    max-width: 810px;
    width: 810px;
    padding: 0;
  }
  .contract-modal .modal-inner .modal-close {
    right: -15px;
    top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contract-modal .modal-inner iframe {
    border: 0 !important;
  }
  .toggle-summary {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
