@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "neuehaas-regular";
  src: url(../fonts/neuehaas-regular.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "neuehaas-light";
  src: url(../fonts/neuehaas-light.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "neuehaas-bold";
  src: url(../fonts/neuehaas-bold.ttf);
  font-weight: 400;
  font-style: normal;
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  margin: 20px 20px 20px 0;
  text-transform: capitalize;
  border: 1px solid #000;
  padding: 13px 28px;
  background: #000;
  border-radius: 30px;
  font-family: "neuehaas-regular";
  font-size: 16px;
  color: #fff;
}

.theme-btn:hover {
  background-color: #e20023;
  color: #fff;
  border-color: #e20023;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Poppins", Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Poppins", Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Poppins", Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  border-top: 3px solid #d8dada !important;
  padding: 0px 0;
  border: 5px solid #d8dada;
  padding: 10px 0px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 10px 14px;
  font-size: 16px;
  /* font-weight: 700; */
  font-family: "neuehaas-bold";
}

/*.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}*/

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ee001e;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec ul li a i {
  font-size: 13px;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}
/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/

/* Style the tab */

.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {
  padding: 10px;
}

.tp-info-bar {
  background-image: url(../images/top-bar-back.webp);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tp-info-bar p {
  margin-bottom: 0px;
  text-align: center;
  padding: 7px 0px;
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}

.tp-info-bar p a {
  color: #fff;
  font-family: "neuehaas-regular";
}
.top-pg-links ul li a {
  font-family: "neuehaas-light";
  color: #000;
  font-size: 16px;
}

.top-pg-links ul {
  display: flex;
  gap: 30px;
}

.top-search-main a {
  font-family: "neuehaas-light";
  color: #000;
  font-size: 16px;
}

.search-field input {
  border: 1px solid #00000061;
  padding: 10px 10px;
  border-radius: 30px 0px 0px 30px;
  width: 134px;
}

.search-field button {
  border: unset;
  padding: 11px 19px;
  border-radius: 0px 30px 30px 0px;
  margin-left: -4px;
}

.top-search-main {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.topSec .row {
  align-items: center;
}

.top-pg-links ul {
  margin-bottom: 0px;
}

.topSec {
  padding: 25px 0px;
  border: 5px solid #d8dada;
}

.top-pg-links {
  position: relative;
}

.top-pg-links:before {
  position: absolute;
  content: "";
  background: #00000054;
  width: 2px;
  height: 14px;
  left: 72px;
  top: 6px;
}
.header-logo a img {
  width: 130px;
}

.menuSec .row {
  align-items: center;
}

.menuSec.sticky {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 9999;
}
/*Header Css End*/

/*Banner Css Start*/

.top-ban-txt p {
  margin-bottom: 0px;
  font-size: 13px;
  font-family: "neuehaas-light";
  text-align: center;
  width: 60%;
}

.top-ban-txt {
  background: #f6f0e2;
  padding: 8px 0px;
}
.banner-top-tags ul li {
  font-size: 16px;
  font-family: "neuehaas-bold";
  border: unset;
  background: #f5f0e3;
  padding: 18px 112px;
  border-radius: 9px;
}

.banner-top-tags ul li a {
  color: #000;
}

.banner-top-tags ul {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.banner-left-img img {
  width: 100%;
  border-radius: 10px;
}

.text-banner h2 {
  font-size: 60px;
  color: #fff;
  font-family: "neuehaas-bold";
  margin-bottom: 12px;
}

.text-banner p {
  font-size: 1rem;
  font-family: "neuehaas-bold";
  color: #fff;
}

.text-banner {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner-box-left {
  position: relative;
  margin-top: 10px;
}
.banner-box-left.right-banner .text-banner {
  text-align: left;
  left: 20px;
}
.banner-box-left.right-banner .text-banner h2 {
  font-size: 36px;
  line-height: 43px;
}
.winter-img img {
  width: 100%;
  border-radius: 7px;
}

.text-winter h5 {
  font-size: 36px;
  font-family: "neuehaas-bold";
  color: #fff;
  margin-bottom: 0px;
}

.text-winter a {
  border: 1px solid #000;
  padding: 9px 24px;
  background: #000;
  border-radius: 30px;
  font-family: "neuehaas-regular";
  font-size: 16px;
  color: #fff;
}

.text-winter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 74px;
  z-index: 2;
  width: 96%;
  padding-left: 60px;
}

.banner-winter-main-box {
  position: relative;
  margin-top: 20px;
}
.banner-box-left:hover {
  transform: scale(1.01);
  transition: 0.8s;
}
p.based-text {
  font-family: "neuehaas-regular";
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  background: #ee001e;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  margin-top: -3px;
  padding: 4px 0px;
}
/*Banner Css End*/

/*Section gear Start*/

.gear-sec::before {
  position: absolute;
  content: "";
  background-image: url(../images/gear-back.webp);
  width: 100%;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  left: 0px;
  z-index: -1;
}

.gear-sec {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  padding-bottom: 100px;
}

.gear-heading h2 {
  font-size: 64px;
  font-family: "neuehaas-bold";
  color: #ee001e;
  width: 90%;
}

.gear-heading {
  margin-left: 60px;
  margin-top: 50px;
}

.gear-box {
  box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 33px 0px;
  border-radius: 10px;
}

.gear-box-img h2 {
  font-size: 1rem;
  font-family: "neuehaas-bold";
  text-transform: capitalize;
  color: #000;
  padding: 0px 40px;
  margin-bottom: 0px;
  line-height: unset;
  margin-top: 14px;
}
.gear-box:hover {
  transform: scale(1.06);
  transition: 0.4s;
}
.gear-products {
  padding-top: 231px;
}

/*Section Gear End*/

/*Section Plan Start*/

.plan-text h2 {
  font-size: 36px;
  font-family: "neuehaas-bold";
  color: #000;
  line-height: 43px;
  margin-bottom: 10px;
}

.plan-text p {
  font-family: "neuehaas-light";
  font-size: 16px;
  margin-bottom: 0px;
}

.plan-box {
  background: #fff;
  box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
  padding: 30px 30px;
  height: 296px;
}
.gear-sec.plan-sec-main {
}

.plan-sec-main .gear-heading h2 {
  font-size: 120px;
}

.plan-sec-main .gear-heading p {
  font-size: 32px;
  font-family: "neuehaas-regular";
  color: #000;
  padding: 18px 0px;
}
.gear-sec.plan-sec-main::before {
  background-image: url(../images/plan-back.webp);
}
/*Section Plan End*/

/*Section Home Start*/

.gear-sec.plan-sec-main.home-sec::before {
  background-image: url(../images/home-sec-back.webp);
}

.gear-sec.plan-sec-main.home-sec .gear-heading h2 {
  color: #f8ff3c;
}

.gear-sec.plan-sec-main.home-sec .gear-heading p {
  color: #fff;
}

.gear-sec.plan-sec-main.home-sec .theme-btn {
  color: #000;
  background: #fff;
  border-color: #fff;
}

.gear-sec.plan-sec-main.home-sec .plan-box {
  height: 256px;
}

/*Section home End*/

/*Find The Services Start */

.text-find h3 {
  font-size: 24px;
  font-family: "neuehaas-bold";
  margin-bottom: 10px;
}

.text-find p {
  font-size: 16px;
  font-family: "neuehaas-light";
  margin-bottom: 0px;
  color: #000;
}

.img-find svg {
  width: 50px;
}

.img-find {
  text-align: center;
  margin-bottom: 24px;
}

.text-find {
  text-align: center;
}

.find-the-box {
  box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
  padding: 40px 24px;
  border-radius: 10px;
  background: #fff;
  height: 300px;
}

.heading-find h2 {
  font-size: 64px;
  font-family: "neuehaas-bold";
  color: #000;
}

.find-the-row {
  border: 1px solid #d1001a;
  background: #d1001a;
  border-radius: 10px;
  padding: 20px 20px;
}

.find-the-box:hover {
  transform: scale(1.08);
  transition: 0.9s;
}
.find-the-sec {
  padding-bottom: 100px;
}

/*Find The Services End */

/*Footer Start*/
.main-ft-links h3 {
  font-family: "neuehaas-bold";
  font-size: 21px;
  margin-bottom: 10px;
}

.main-ft-links ul li a {
  font-family: "neuehaas-light";
  color: #000;
  font-size: 17px;
}

.main-ft-links ul li {
  margin-bottom: 12px;
}

.main-ft-links {
  border-right: 1px solid #0000005e;
  height: 100%;
  position: relative;
  padding-top: 15px;
}
ul.ft-icons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

ul.ft-icons li a {
  font-size: 25px;
}
.ft-bottom-links ul li a {
  font-size: 17px;
  font-family: "neuehaas-bold";
  color: #000;
}

.ft-bottom-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-bottom-links {
  border-top: 1px solid #00000085;
  padding-top: 10px;
}
a.center-ft {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0px 6px;
  margin: 0px 6px;
}
.main-ft-links:before {
  position: absolute;
  content: "";
  background: #0000005e;
  width: 178px;
  left: 0;
  height: 1px;
  top: 0;
}
.chet-with .theme-btn img {
  width: 35px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(11%) saturate(0%)
    hue-rotate(347deg) brightness(112%) contrast(100%);
  height: 27px;
  object-fit: contain;
}
.chet-with .theme-btn {
  padding: 9px 24px;
  position: fixed;
  right: 40px;
  bottom: 10px;
  z-index: 99999;
}
.chet-with .theme-btn:hover {
  background: #000;
}

/*Footer End*/

/*Mobile Pager Start*/

.inner-plan-sec {
  background-image: url(../images/mobile-plan-back.webp);
  width: 99%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  border-radius: 20px;
  margin-top: 12px;
}

.inner-plan-sec .gear-heading h2 {
  font-size: 152px;
  line-height: 100px;
}

.inner-plan-sec .gear-heading p {
  color: #000;
  font-size: 36px;
  font-family: "neuehaas-bold";
  line-height: 44px;
}
.year-free-text h2 {
  font-size: 64px;
  font-family: "neuehaas-bold";
  color: #ee001e;
}

.year-free-text p {
  font-size: 16px;
  font-family: "neuehaas-bold";
  margin-bottom: 0px;
  color: #ee001e;
}

.year-free-box {
  background: #f8ff3c;
  padding: 50px 40px;
  border-radius: 20px;
  height: 420px;
}
.year-free-text p span {
  display: block;
  font-family: "neuehaas-light";
}
.year-free-box.for-red-year {
  background: #ee001e;
}

.year-free-box.for-red-year h2 {
  color: #fff;
}

.year-free-box.for-red-year p {
  color: #fff;
}

.year-free-box.for-white-year {
  background: #f6f0e2;
}
.year-free-sec {
  padding-top: 100px;
}
.existing-mg {
  margin-top: 20px;
}
.existing-mg img {
  border-radius: 20px;
}
.plans-heading {
  text-align: center;
  margin-bottom: 40px;
}

.plans-heading h2 {
  font-size: 64px;
  font-family: "neuehaas-bold";
  color: #000;
  margin-bottom: 20px;
}

.plans-heading p {
  font-size: 18px;
  font-family: "neuehaas-regular";
  margin-bottom: 40px;
}

.plans-sec {
  padding: 100px 0px;
}

.text-mobileplan h4 {
  font-size: 32px;
  font-family: "neuehaas-light";
  font-weight: 600;
  margin-bottom: 33px;
}

.text-mobileplan p {
  font-size: 24px;
  font-family: "neuehaas-light";
  border: 1px solid #e50027;
  padding: 17px 30px;
  background: #e50027;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.img-mobile-plan img {
  width: 100%;
  border-radius: 20px;
  height: 240px;
  object-fit: cover;
}

.mobile-plan-box {
  background: #f6f0e2;
  border-radius: 30px;
  padding: 26px 20px;
}

.text-mobileplan h4 span {
  font-size: 17px;
  font-weight: unset;
}
.mobileplans-sec {
  padding: 90px 0px;
}

.steps-top-text h4 {
  font-size: 32px;
  font-family: "neuehaas-bold";
  margin-bottom: 33px;
  margin-bottom: 0px;
}

.steps-top-text h4 span {
  font-size: 18px;
}

.steps-top-text p {
  font-family: "neuehaas-light";
  font-size: 17px;
}

.steps-top-text {
  margin-bottom: 30px;
}

.steps-box h3 {
  font-size: 16px;
  font-family: "neuehaas-bold";
  margin-bottom: 0px;
  color: #d50032;
}

.steps-box h2 {
  font-size: 48px;
  font-family: "neuehaas-bold";
  color: #dd002d;
}

.steps-box ul li svg {
  width: 16px;
  fill: #d50032 !important;
}

.steps-box ul li {
  display: flex;
  align-items: center;
  font-family: "neuehaas-light";
  font-size: 18px;
  gap: 10px;
  margin-bottom: 13px;
}

.steps-box {
  background: #f6f0e2;
  padding: 30px 31px;
  border-radius: 25px;
}

.additional-box h5 {
  font-family: "neuehaas-light";
  font-size: 18px;
}

.additional-box {
  background: #fff;
  padding: 20px 18px 1px;
  border-radius: 20px;
}

.additional-box ul li svg {
  fill: #000 !important;
}
.step-box-second .additional-box {
  height: 250px;
  padding-top: 100px;
}
.step-box-third .additional-box {
  height: 354px;
  padding-top: 190px;
}
.img-perks img {
  border-radius: 30px;
}

.perksslid .slick-active {
  opacity: 2.5;
}

.perksslid .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f053" !important;
  color: #fff;
}
.perksslid .slick-next:before {
  font-family: "FontAwesome";
  content: "\f054" !important;
  color: #fff;
}
.perksslid .slick-slide {
  margin: 0 10px;
}
.perks-sec {
  padding: 100px 0px;
}
.perksslid .slick-prev {
  left: 30px;
  z-index: 99;
  top: 56%;
}
.perksslid .slick-next {
  right: 30px;
  top: 55%;
}
.plans-heading.faqs-heading {
  text-align: left;
  margin-top: 50px;
}

.plans-heading.faqs-heading h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.plans-heading.faqs-heading p {
  font-family: "neuehaas-light";
  margin-bottom: 0px;
}

.faqs-accordion {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.faq-item {
  border-bottom: 1px solid #dcdcdc;
}

.faq-btn {
  width: 100%;
  background: #fff;
  border: none;
  padding: 26px 0;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #000;
  font-size: 24px;
  font-family: "neuehaas-bold";
}

.faq-btn .icon {
  font-size: 15px;
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding-right: 20px;
}

.faq-item.active .faq-content {
  max-height: 200px;
  padding-bottom: 15px;
}
.faqs-sec {
  padding-bottom: 100px;
}
.faq-content p {
  font-family: "neuehaas-light";
  font-size: 18px;
}
/*Mobile Page End*/

/*home Internet Page Start*/

.internet-serv-top h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.internet-serv-top p {
  width: unset;
  text-align: left;
  font-size: 14px;
}

.internet-field label {
  font-family: "neuehaas-light";
  font-size: 14px;
  display: block;
  margin-bottom: -20px;
}

.internet-field input {
  border: 1px solid #00000094;
  width: 300px;
  padding: 7px 10px;
  margin-right: 10px;
  border-radius: 5px;
}

.internet-field {
  margin-top: 40px;
}

.internet-serv-top {
  margin-top: 40px;
  margin-left: 117px;
}

.internet-field button.theme-btn {
  border: unset;
  padding: 7px 23px;
}
.hminternet-video-main video {
  width: 100%;
  border-radius: 20px;
}
.hminternet-video-main {
  position: relative;
  padding-bottom: 80px;
}

.hm-inter-text {
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}

.hm-inter-text h2 {
  font-size: 48px;
  color: #ffffff;
  font-family: "neuehaas-bold";
}

.hm-inter-text .theme-btn {
  background: #fff;
  border-color: #fff;
  color: #d3061d;
}

.hm-internet-sec {
  margin-top: 20px;
}
.biggest-heading h3 {
  font-size: 20px;
  font-family: "neuehaas-regular";
  color: #d3061d;
  margin-bottom: 4px;
}

.biggest-heading h2 {
  font-family: "neuehaas-bold";
  font-size: 42px;
  color: #000;
}

.biggest-heading {
  text-align: center;
}

.step-heading h2 span {
  font-size: 24px;
  font-family: "neuehaas-bold";
  background: #ee001e;
  color: #fff;
  padding: 8px 14px;
  border-radius: 7px;
  height: 47px;
  display: flex;
  align-items: center;
}

.step-heading h2 {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "neuehaas-bold";
  font-size: 42px;
  color: #000;
  justify-content: center;
  margin-bottom: 10px;
}

.step-heading p {
  font-family: "neuehaas-light";
  font-size: 18px;
  text-align: center;
}

.step-heading {
  margin-bottom: 20px;
}

.biggest-img img {
  border-radius: 10px;
}

.step-main-row {
  background: #f6f0e2;
  padding: 40px 28px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.step-two-btns {
  text-align: center;
  margin-top: 27px;
}

.step-two-btns .theme-btn {
  background: #ee001e;
  border-color: #ee001e;
}
section.hm-internet-step-sec .steps-box {
  height: 490px;
}
section.hm-internet-step-sec {
  padding: 100px 0px;
}
.discover-heading h2 {
  text-align: center;
  font-family: "neuehaas-bold";
  font-size: 64px;
  color: #000;
}

.discover-main-text h2 {
  font-size: 37px;
  font-family: "neuehaas-bold";
  color: #ee001e;
  line-height: 44px;
  margin-bottom: 13px;
}

.discover-main-text p {
  font-family: "neuehaas-light";
  font-size: 17px;
  margin-bottom: 0px;
}

.discover-main-text {
  background: #f5f0e3;
  padding: 30px 20px;
  border-radius: 20px;
  height: 211px;
}
.discover-sec {
  padding-bottom: 70px;
}
section.add-sec {
  background: #f6f0e2;
}
section.hm-internet-faq-sec {
  padding-top: 100px;
}
/*Home Internet Page End*/

/*Shop Page Start*/

.shop-tags ul li a {
  font-family: "neuehaas-bold";
  font-size: 12px;
  color: #000;
}

.shop-tags ul li {
  border: 1px solid #000;
  padding: 3px 17px;
  border-radius: 8px;
}

.shop-tags ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-main p {
  font-family: "neuehaas-light";
  font-size: 0.92em;
}

.shop-main p a {
  color: #767676;
  font-family: "neuehaas-regular";
}

.text-shop h2 {
  font-size: 18px;
  font-family: "neuehaas-bold";
  color: #000;
  margin-bottom: 8px;
}
.text-shop h2 a {
  color: #000;
}
.text-shop .theme-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.shop-sec {
  background: #f5f0e3;
  padding: 40px 0px 100px;
  margin-bottom: 80px;
}

.shop-main-box {
  background: #fff;
  padding: 40px 30px 10px;
  border-radius: 8px;
  margin-top: 20px;
}

.right-ptoduct-text h5 {
  font-size: 16px;
  font-family: "neuehaas-light";
  margin-bottom: 6px;
}

.right-ptoduct-text p {
  font-size: 12px;
  font-family: "neuehaas-regular";
  line-height: 21px;
  color: #000;
}

.right-product {
  background: #fff;
  border-radius: 7px;
  padding-bottom: 10px;
  position: sticky;
  top: 20px;
}

.right-ptoduct-text {
  padding: 10px 17px 0px;
}

.img-product-right {
  padding: 0px 17px;
}

.shop-tags {
  margin-bottom: 30px;
}
.right-product span {
  font-family: "neuehaas-bold";
  font-size: 16px;
  text-align: center;
  background: #ee001e;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 10px 0px;
  border-radius: 4px;
}
a.theme-btn.first-theme-btn {
  background: unset;
  color: #000;
  margin-bottom: 10px;
}
.product-listing-row {
  position: relative;
}
li.checked a {
  color: #fff !important;
}
li.checked {
  background: #000;
}
/*Shop Page End*/

/*Find A Store Page STart*/

.top-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.locator-box {
  background: #f4eedf;
  padding: 40px;
  border-radius: 25px;
  /* display: flex; */
  /* gap: 30px; */
}

.left-panel {
  width: 70%;
  display: flex;
  gap: 38px;
}

.input-box {
  background: transparent;
  padding: 12px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  width: 360px;
  padding-bottom: 7px;
}

.input-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
  font-family: "neuehaas-bold";
  font-size: 15px;
}

.search-icon {
  font-size: 18px;
}

.filters {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 16px;
}

.search-btn {
  background: black;
  color: white;
  padding: 8px 44px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "neuehaas-regular";
}

.results-box {
  background: white;
  border-radius: 20px;
  padding: 25px;
  height: 460px;
  width: 30%;
}

.results-box p {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "neuehaas-regular";
}

.results-box hr {
  border: none;
  height: 3px;
  background: black;
  opacity: 1;
}

/* Map iframe */
.map-panel {
  width: 70%;
}

.map-box {
  width: 100%;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.location-result-main {
  display: flex;
  gap: 30px;
}

.find-store {
  padding: 100px 0px;
}
.filters select {
  border: unset;
  background: unset;
  border-bottom: 2px solid #000;
  padding: 8px 4px;
  appearance: auto;
  width: 110px;
  font-family: "neuehaas-bold";
  color: #00000091;
  font-size: 18px;
}

/*Find A Store Page End*/

/*Contact Page Start*/

.left-contact-box a {
  font-family: "neuehaas-bold";
  font-size: 17px;
  color: #000;
}

.left-contact-box ul li {
  font-family: "neuehaas-light";
  font-size: 18px;
  margin-bottom: 4px;
  list-style-type: initial;
  margin-left: 40px;
}

.left-contact-box ul {
  margin: 20px 0px;
}

.contact-sec {
  padding: 90px 0px;
}

.left-contact-box p {
  font-style: italic;
  font-family: "neuehaas-light";
  font-size: 18px;
  line-height: 27px;
}

.left-contact-box ul li b {
  font-family: "neuehaas-bold";
}

.contact-form-main p {
  font-family: "neuehaas-light";
  font-size: 17px;
}

.contact-field input {
  width: 100%;
  border: 1px solid #959494;
  padding: 7px 10px;
  border-radius: 4px;
  background: #f5f8fa;
}

.contact-field label {
  font-family: "neuehaas-light";
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-field label span {
  color: red;
}

.contact-field {
  margin-bottom: 20px;
}

.radio-contact label {
  font-family: "neuehaas-light";
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 10px;
  margin-bottom: 6px;
  color: #212d3a;
}

.radio-contact p {
  margin-bottom: 10px;
}

.contact-field textarea {
  width: 100%;
  border: 1px solid #959494;
  padding: 7px 10px;
  border-radius: 4px;
  background: #f5f8fa;
  height: 90px;
}

.radio-contact {
  margin-bottom: 20px;
}
.heading-contact h2 {
  font-size: 48px;
  font-family: "neuehaas-bold";
  color: #000;
  margin-bottom: 10px;
  margin-left: 40px;
}

.heading-contact p {
  font-family: "neuehaas-light";
  font-size: 17px;
  margin-bottom: 2px;
}

.heading-contact {
  margin-bottom: 60px;
}
.contact-field input#mobile {
  width: 100% !important;
}

.contact-field .input-group.input-group-sm {
  width: 100%;
}

.contact-field .intl-tel-input {
  width: 100%;
}
.contact-btn button {
  padding: 10px 22px;
  background: #000;
  color: #fff;
  border: unset;
  font-family: "neuehaas-regular";
  font-size: 16px;
}

.contact-btn {
  text-align: end;
  margin-top: 14px;
}
/*Contact Page End*/

/*About Page STart*/

.about-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 20px;
}

ul.about-logos li img {
  width: 140px;
}

ul.about-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-about h2 {
  font-family: "neuehaas-bold";
  font-size: 45px;
  color: #000;
  text-transform: capitalize;
}

.text-about p {
  font-family: "neuehaas-light";
  font-size: 17px;
}
img.about-tag-img {
  width: unset;
  height: unset;
  position: absolute;
  top: 0;
  left: 0;
}

.about-img {
  position: relative;
}

.text-about {
  margin-top: 40px;
}

.about-sec {
  padding: 40px 0px 100px;
}
.text-about ul h3 {
  font-family: "neuehaas-bold";
  font-size: 26px;
  margin-bottom: 10px;
}

.text-about ul li {
  font-family: "neuehaas-light";
  font-size: 18px;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 13px;
}
section.business-sec .about-img img {
  margin-bottom: unset;
}
section.privacy-policy-sec .text-about p {
  margin-bottom: 8px;
}
/*About Page End*/

/*Shop detail Page Start*/

.product-gallery {
  width: 100%;
  margin: auto;
  text-align: center;
  position: sticky !important;
  top: 0;
}

.shop-detail-sec .slider-for img {
  width: 100%;
  border-radius: 0px;
}

.shop-detail-sec .slider-nav {
  margin-top: 20px;
}

.shop-detail-sec .slider-nav img {
  width: 80px;
  cursor: pointer;
  border-radius: 0px;
  border: 2px solid transparent;
}

.shop-detail-sec .slider-nav .slick-current img {
  border-color: #000;
}
.shop-detail-sec .product-gallery img {
  width: 100%;
}

.shop-detail-sec {
  padding: 100px 0px;
  position: relative;
}
.text-shop-det h2 {
  font-size: 48px;
  font-family: "neuehaas-bold";
  color: #000;
  margin-bottom: 11px;
}

.text-shop-det p {
  font-family: "neuehaas-light";
  color: #000;
  font-size: 16px;
  width: 86%;
  line-height: 31px;
}

.text-shop-det {
  margin-left: 40px;
}
.text-shop-det ul h3 {
  font-family: "neuehaas-bold";
  font-size: 24px;
  margin-bottom: 0px;
}

.text-shop-det ul li {
  font-family: "neuehaas-light";
  font-size: 16px;
  list-style-type: disc;
  color: #000;
  margin-bottom: 10px;
  margin-left: 40px;
}

.text-shop-det ul li span {
  font-family: "neuehaas-bold";
}
ul.faqs-shop ul li {
  margin-left: 0px;
}

ul.faqs-shop li {
  margin-left: 0px;
  list-style-type: unset;
}

ul.faqs-shop li span {
  display: block;
}

ul.faqs-shop h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.shop-det-info-box svg {
  width: 27px;
}

.shop-det-info-box h5 {
  font-family: "neuehaas-bold";
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.shop-det-info-box p {
  font-family: "neuehaas-light";
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.shop-det-info-box {
  background: #f2f2f2;
  padding: 20px 15px;
  border-radius: 10px;
  height: 190px;
}

.shop-det-info-box svg {
  margin-bottom: 10px;
}
.shop-detail-btn .theme-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.shop-detail-btn {
  margin-top: 70px;
}
.related-text h2 {
  font-size: 24px;
  font-family: "neuehaas-bold";
  color: #000;
  margin-bottom: 0px;
  line-height: 37px;
}

.related-text a {
  font-family: "neuehaas-light";
  font-size: 18px;
  font-style: italic;
  color: #000;
  text-decoration: underline;
}

.heading-realted h2 {
  font-family: "neuehaas-bold";
  font-size: 48px;
  color: #000;
  text-align: center;
}

.related-text {
  text-align: center;
}

.related-img {
  text-align: center;
  margin-bottom: 20px;
}

.related-sec {
  background: #f6f0e2;
  padding: 100px 0px 80px;
}
section.hm-internet-faq-sec.shop-det-faqs {
  padding-top: 37px;
}

section.hm-internet-faq-sec.shop-det-faqs .plans-heading.faqs-heading {
  margin-bottom: 10px;
  text-align: center;
}
/*Shop Detail Page End*/

.main_box_slide {
  height: 580px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 120px;
  border-radius: 40px;
  overflow: hidden;
}

.slider_content {
  width: 40%;
  position: relative;
  z-index: 2;
}

.slider_content p {
  color: #fff;
  font-size: 18px;
  width: 90%;
}

.main_box_slide.slide_four .slider_content h1 {
  color: #000 !important;
}

.main_box_slide.slide_four .slider_content p {
  color: #000 !important;
}
.banner_main_slider .slick-slide {
  margin: 0;
}
.banner_main_slider .slick-prev {
  left: 30px;
  z-index: 1;
}
.banner_main_slider .slick-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  left: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  border-radius: 40px;
}

.banner_main_slider .slick-next {
  right: 50px;
  z-index: 1;
}
section.main_banner {
  padding-top: 70px;
}
.banner_main_slider .slick-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  border-radius: 40px;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px !important;
  }
}

/* new css */

.woocommerce-shop h1#mainheading {
  color: black;
}

.navmenu .sub-menu li:hover > a {
  color: black !important;
}

.navmenu .sub-menu * {
  color: black !important;
}

body .uwy.userway_p2 .userway_buttons_wrapper {
  top: 93% !important;
}

.gear-heading h2 {
  margin-bottom: 30px;
}

body .uwy.userway_p2 .userway_buttons_wrapper {
  left: 50px !important;
}

.abt-bottom {
  padding-bottom: 60px;
}

.shop-main-box {
  margin: 0;
}

.shop-main-box .text-shop {
  margin-top: 20px;
}

.devices_shopcontainer {
  margin-bottom: 80px;
}

/* product detail  */

h1.product_title.entry-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  font-family: "neuehaas-regular";
  line-height: 30px;
  margin: 0px;
}

h3.nitro-offscreen {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

ul.nitro-offscreen {
  padding: 0;
}

ul.nitro-offscreen li p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

ul.tabs.wc-tabs {
  display: none;
}

section.related.products h2 {
  color: #000;
  margin-bottom: 30px;
}

section.related.products li.product {
  background: #ffff;
  border: 1px solid #44444466;
  border-radius: 10px;
  padding: 20px;
  height: 390px;
}

section.related.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 25px;
}

.woocommerce img,
.woocommerce-page img {
  max-width: 83%;
}

/* ============================ */

.mob-menu-logo-holder span {
  display: none;
}

header#header label.mhcontrols_menu {
  display: none;
}

.chet-with {
  display: none;
}
.userway_buttons_wrapper {
  display: none !important;
}

div#wpsl-wrap {
  background-color: #f6f0e2;
  margin: 20px 20px 20px 20px;
  padding: 20px 40px 20px 40px;
  border-radius: 24px 24px 24px 24px;
}

div#wpsl-wrap .wpsl-search.wpsl-clearfix {
  background: transparent;
}

div#wpsl-wrap .wpsl-search-btn-wrap input#wpsl-search-btn {
  background: black;
  padding: 10px 40px !important;
  border-radius: 30px;
  color: white !important;
}

div#wpsl-wrap div#wpsl-stores {
  width: 400px !important;
  max-width: 100% !important;
  margin-right: 50px;
  height: 624px;
  overflow: auto;
  background: white;
  border-radius: 24px;
  padding: 20px;
}

.main_box_slide::before {
  content: "";
  background: url(https://www.yourwirelessinc.com/wp-content/uploads/2025/12/pattern.svg);
  height: 100%;
  width: 56%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main_box_slide.slide_two::before {
  background: transparent !important;
}

.main_box_slide.slide_two {
  background: #f3ede0 !important;
}

.main_box_slide.slide_two .slider_content * {
  color: black !important;
}

.slider_content h1 {
  font-family: "neuehaas-bold";
}

.wpb-content-wrapper h1 {
  color: black;
}

.wpb-content-wrapper li {
  list-style: circle;
}

.slider_image img {
  width: 50% !important;
  position: absolute !important;
  right: 0px !important;
  top: 0px !important;
}

.main_box_slide.slide_three .slider_content {
  width: 100%;
}

.main_box_slide.slide_four::before {
  background: transparent;
}

.main_box_slide.slide_four {
  background: #f3ede0 !important;
}

/* ============================ */

@media (max-width: 1399px) {
  .main_box_slide {
    height: 450px;
    padding-left: 60px;
  }

  .slider_content {
    width: 50%;
    flex-shrink: 0;
  }

  .slider_content h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .slider_content p {
    font-size: 14px;
    line-height: 20px;
  }

  .banner_main_slider .slick-prev {
    left: 10px;
  }

  .banner_main_slider .slick-next {
    right: 30px;
  }

  .gear-heading h2 {
    font-size: 48px;
  }

  .gear-sec::before {
    height: 580px;
  }

  .gear-products {
    padding-top: 180px;
  }

  .plan-sec-main .gear-heading h2 {
    font-size: 90px;
    line-height: 90px;
  }

  .gear-sec.plan-sec-main .gear-products {
    padding-top: 120px;
  }

  .plan-text h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .plan-box {
    height: 256px;
  }

  .plan-sec-main .gear-heading p {
    font-size: 24px;
    line-height: 30px;
  }

  .gear-sec.plan-sec-main.home-sec {
    margin-bottom: 80px;
  }

  .heading-find h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .find-the-box {
    padding: 30px 10px;
    height: 210px;
  }

  .text-find h3 {
    font-size: 18px;
    line-height: 22px;
	  margin: 0px !important;
  }

  .find-the-box br {
    display: none;
  }

  .text-find p {
    font-size: 14px;
    line-height: 20px;
  }

  .img-find svg {
    width: 30px;
    height: 30px;
    object-fit: cover;
  }

  .main-ft-links ul {
    padding-left: 10px;
  }

  .main-ft-links ul li {
    margin-bottom: 5px;
  }

  .main-ft-links ul li a {
    font-size: 13px;
    line-height: 22px;
  }

  .main-ft-links:before {
    width: 150px;
  }

  .gear-sec.plan-sec-main.home-sec:before {
    height: 510px;
  }

  /*  Mobile page  */

  .inner-plan-sec .gear-heading {
    margin-left: 0px;
  }

  .page-id-3561 section.hm-internet-step-sec .steps-box {
    height: 380px;
  }

  .inner-plan-sec .gear-heading h2 {
    font-size: 90px;
    line-height: 70px;
  }

  .inner-plan-sec .gear-heading p {
    font-size: 24px;
    line-height: 34px;
  }

  .inner-plan-sec {
    height: 330px;
  }

  .year-free-text h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .year-free-box {
    padding: 30px 30px;
    height: 340px;
  }

  .existing-mg {
    margin-top: 40px;
  }

  .plans-heading h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .plans-heading p {
    font-size: 15px;
    line-height: 18px;
  }

  .steps-box {
    padding: 20px 12px;
  }

  .steps-box h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .steps-box h3 {
    font-size: 12px;
    line-height: 16px;
  }

  .steps-box ul {
    padding-left: 10px;
  }

  .steps-box ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .step-box-second .additional-box {
    height: 200px;
    padding-top: 50px;
  }

  .step-box-third .additional-box {
    height: 270px;
    padding-top: 150px;
  }

  h1#mainheading {
    color: #000;
    padding-bottom: 0px !important;
    margin: 0px;
  }
  #wpsl-search-btn {
    padding: 8px 10px !important;
  }

  .shop-img img {
    height: 200px;
    display: table;
    margin: 0px auto;
  }
  section.related.products li.product {
    text-align: center;
  }

  section.related.products li.product img {
    display: table;
    margin: 0px auto;
    width: auto;
  }

  section.related.products
    li.product
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  section.related.products
    li.product
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link
    img {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .main_box_slide.slide_two::after {
    background-size: 100% 100% !important;
  }

  .main_box_slide.slide_three::after {
    background-position: 40% 10% !important;
  }

  .main_box_slide.slide_four::after {
    background-size: 100% 100% !important;
  }

  .main_box_slide.slide_one::after {
    background-size: 100% 100% !important;
  }

  .gear-sec {
    padding-bottom: 0px;
  }

  .gear-sec.plan-sec-main.home-sec .gear-heading h2 {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .main_box_slide {
    height: 360px;
    padding-left: 40px;
  }

  .slider_content h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .main_box_slide::before {
    width: 55%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main_box_slide.slide_three::after {
    width: 53%;
  }

  .main_box_slide.slide_one::after {
    width: 51%;
  }

  .main_box_slide.slide_two::after {
    width: 51%;
  }

  .banner_main_slider .slick-prev:before {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .banner_main_slider .slick-next:before {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }

  .banner_main_slider .slick-prev {
    left: 7px;
  }

  .banner_main_slider .slick-next {
    right: 10px;
  }

  .gear-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .gear-heading {
    margin-left: 40px;
    margin-top: 70px;
  }

  .theme-btn {
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
  }

  .gear-sec::before {
    height: 440px;
  }

  .gear-products {
    height: 440px;
    padding-top: 80px;
  }

  .plan-sec-main .gear-heading p {
    font-size: 18px;
    line-height: 20px;
    padding-top: 0;
  }

  .plan-sec-main .gear-heading h2 {
    font-size: 60px;
    line-height: 40px;
  }

  .plan-text h2 {
    margin: 0px;
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 10px;
  }

  .gear-sec.plan-sec-main.home-sec:before {
    height: 420px;
  }

  .gear-sec.plan-sec-main.home-sec .gear-heading h2 {
    padding-bottom: 20px;
  }

  .find-the-row .row .col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .find-the-row .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .main-ft-links h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .main-ft-links:before {
    width: 110px;
  }

  .ft-bottom-links ul li a {
    font-size: 12px;
    line-height: 20px;
  }

  /*  home internet  */

  .internet-serv-top {
    margin-top: 30px;
    margin-left: 40px;
  }

  .hminternet-video-main video {
    height: 180px;
    object-fit: fill;
  }

  .hm-inter-text {
    top: 40px;
  }

  .biggest-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .step-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .step-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  .page-id-3561 section.hm-internet-step-sec .steps-box {
    height: 350px;
  }

  .page-id-3561 section.hm-internet-step-sec {
    padding-bottom: 60px;
  }

  .discover-heading h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 30px;
  }

  .discover-main-text h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .perks-sec {
    padding: 50px 0;
  }

  section.hm-internet-faq-sec {
    padding: 60px 0;
  }

  .plans-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  section.hm-internet-faq-sec .row .col-md-10.col-lg-10.col-12 {
    width: 100%;
  }

  .page-id-3561 .faqs-sec {
    padding-bottom: 60px;
  }

  .page-id-3561 section.hm-internet-faq-sec {
    padding-bottom: 0px;
  }

  /* detail page  */

  h1.product_title.entry-title {
    font-size: 20px;
    max-width: 100% !important;
    line-height: 30px;
  }

  h3.nitro-offscreen {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  ul.nitro-offscreen li p {
    font-size: 13px;
    line-height: 15px;
  }

  p.nitro-offscreen {
    font-size: 13px;
    line-height: 24px;
  }

  section.related.products li.product {
    height: 400px;
  }

  .img-mobile-plan img {
    height: 140px;
  }

  #header .nclogo {
    margin: 0px;
  }

  #header.sticky-enabled {
    top: 50px;
  }
}

@media (max-width: 899px) {
  .slider_content {
    width: 40%;
  }
  .slider_content h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .main_box_slide::before {
    width: 56%;
    background-size: 100% 100%;
  }

  .main_box_slide {
    height: 280px;
    padding-left: 30px;
  }

  .slider_content p {
    width: auto;
  }

  .main_box_slide.slide_three::after {
    background-size: cover !important;
    background-position: 100% 0% !important;
  }

  section.main_banner ul.slick-dots {
    display: none !important;
  }

  section.main_banner .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .gear-sec::before {
    height: 350px;
  }

  .gear-heading {
    margin-left: 40px;
    margin-top: 30px;
  }

  .gear-box-img img {
    height: 130px;
    width: auto;
    object-fit: fill;
    margin: 0px auto;
    display: table;
  }

  .gear-box-img h2 {
    padding: 0px;
    text-align: center;
  }

  .gear-box {
    padding: 20px 0px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .gear-products {
    height: 350px;
    padding-top: 80px;
  }

  .plan-sec-main .gear-heading h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .plan-sec-main .gear-heading p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }

  .gear-sec.plan-sec-main .gear-products {
    padding-top: 80px;
    height: auto;
  }

  .plan-box {
    height: 230px;
    padding: 10px 18px;
  }

  .gear-sec.plan-sec-main .gear-products .row.mt-5 {
    margin: 0px !important;
  }

  .plan-text h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .plan-text p {
    font-size: 14px;
    line-height: 23px;
  }

  .gear-sec.plan-sec-main::before {
    height: 340px;
  }

  .gear-sec.plan-sec-main.home-sec:before {
    height: 340px;
  }

  .gear-sec.plan-sec-main.home-sec .plan-box {
    height: 220px;
  }

  .heading-find h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .main-ft-links ul {
    padding: 0;
  }

  .main-ft-links:before {
    width: 99px;
  }

  .main-ft-links ul li {
    margin: 0;
  }

  .main-ft-links ul li a {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
  }

  .main-ft-links h3 {
    font-size: 12px;
    line-height: 14px;
  }

  footer .col-md-2.col-lg-2.col-12 {
    padding: 0px 4px;
  }

  ul.ft-icons {
    gap: 10px;
    margin: 20px 0 0;
  }

  /*  mobile page  */

  .inner-plan-sec {
    height: 280px;
  }

  .inner-plan-sec .gear-heading h2 {
    font-size: 60px;
    line-height: 40px;
  }

  .inner-plan-sec .gear-heading p {
    font-size: 18px;
    line-height: 24px;
  }

  .year-free-sec {
    padding-top: 60px;
  }

  .year-free-text h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .year-free-box {
    padding: 30px 20px;
    height: 350px;
  }

  .text-mobileplan p {
    padding: 13px 12px;
    font-size: 16px;
    text-align: center;
  }

  .text-mobileplan h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .img-mobile-plan img {
    height: 120px;
  }

  .step-box-third .additional-box {
    height: 350px;
    padding-top: 190px;
  }

  .step-box-second .additional-box {
    height: 242px;
    padding-top: 80px;
  }

  .steps-box h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .plans-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .plans-heading.faqs-heading h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .faqs-sec .row .col-md-10.col-lg-10.col-12 {
    width: 100%;
  }
  #wpsl-search-wrap .wpsl-input input {
    width: 100% !important;
  }

  .about-img img {
    height: 400px;
    position: relative;
  }

  .about-img img.about-tag-img {
    position: absolute;
    height: 240px;
  }

  ul.about-logos {
    padding: 0px;
  }

  .about-sec {
    padding: 40px 0px 60px;
  }

  ul.about-logos {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  ul.about-logos li {
    flex: 0 0 20%;
  }

  /*  home internet  */
  .internet-field label {
    margin-bottom: 0px;
  }

  .internet-serv-top {
    margin-left: 0px;
    margin-top: 40px;
  }

  .hm-inter-text h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .page-id-3561 .year-free-box {
    height: 330px;
  }

  .page-id-3561 section.hm-internet-step-sec .steps-box {
    height: 380px;
    padding: 20px 10px;
    border-radius: 20px;
  }

  .additional-box {
    padding: 10px 10px 10px;
    border-radius: 10px;
  }

  .discover-heading h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .discover-main-text h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .discover-main-text p {
    font-size: 15px;
    line-height: 25px;
  }

  .discover-main-text {
    height: 200px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .perks-sec {
    padding: 40px 0;
  }

  section.add-sec .perks-sec h2 {
    margin-bottom: 10px;
  }

  section.add-sec ul.slick-dots {
    display: none;
  }

  .plans-heading.faqs-heading {
    margin: 0px;
  }

  .woocommerce img,
  .woocommerce-page img {
    max-width: 100%;
  }

  section.related.products h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  section.related.products li.product {
    margin-right: 13px;
    padding: 14px;
    height: 340px;
  }
}

@media (max-width: 768px) {
  .slider_image img {
    object-fit: fill;
    height: 100%;
  }
  section.related.products li.product {
    padding: 24px;
    height: 500px;
  }
}

@media (max-width: 480px) {
  .main_box_slide::before {
    width: 50%;
    background-size: cover;
    height: 100%;
  }

  .gear-sec {
    margin-top: 40px;
  }

  .gear-heading h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    width: 40%;
    padding-bottom: 10px;
  }

  .gear-heading {
    margin-left: 10px;
    margin-top: 20px;
  }

  .gear-sec::before {
    height: 180px;
  }

  .theme-btn {
    padding: 8px 18px;
    font-size: 10px;
    line-height: 18px;
  }

  .gear-box-img img {
    height: auto;
    width: auto;
  }

  .gear-products {
    height: auto;
    padding-top: 80px;
  }

  .gear-box {
    height: auto;
    padding: 10px;
    margin: 20px 50px;
  }

  .gear-sec.plan-sec-main::before {
    height: 190px;
  }

  .plan-sec-main .gear-heading h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0px;
  }

  .plan-sec-main .gear-heading p {
    font-size: 12px;
    line-height: 20px;
    width: 40%;
  }

  .plan-box {
    height: auto;
    padding: 32px 24px;
    margin: 10px 0px;
  }

  .gear-sec.plan-sec-main.home-sec:before {
    height: 190px;
  }

  .gear-sec.plan-sec-main.home-sec .gear-heading h2 {
    padding-bottom: 5px;
  }

  .gear-sec.plan-sec-main.home-sec .gear-products {
    padding-top: 100px;
  }

  .gear-sec.plan-sec-main.home-sec .plan-box {
    height: 170px;
  }

  p {
    font-size: 13px;
    line-height: 22px;
  }

  .find-the-row .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .find-the-box {
    height: 210px;
    padding: 20px 4px;
  }

  .text-find h3 {
    font-size: 14px;
    line-height: 18px;
  }

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

  footer {
    padding-left: 10px;
  }

  .main-ft-links:before {
    display: none;
  }

  .main-ft-links {
    border: 0px;
    margin-bottom: 20px;
  }

  .main-ft-links ul li a {
    font-size: 16px;
    line-height: 32px;
  }

  .main-ft-links h3 {
    font-size: 20px;
    line-height: 24px;
  }

  /*  mobile Page  */

  .inner-plan-sec .gear-heading h2 {
    font-size: 30px;
    line-height: 20px;
  }

  .inner-plan-sec .gear-heading {
    margin-left: 10px;
    margin-top: 30px;
  }

  .inner-plan-sec {
    height: 200px;
    background-position: 50% 100%;
  }

  .inner-plan-sec .gear-heading p {
    font-size: 12px;
    line-height: 17px;
  }

  .year-free-sec {
    padding-top: 40px;
  }

  .year-free-box {
    height: auto;
    margin: 10px 0px;
  }

  .year-free-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .year-free-text h2 br {
    display: none;
  }

  .year-free-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .year-free-text br {
    display: none;
  }

  .existing-mg {
    margin-top: 20px;
  }

  .mobileplans-sec {
    padding: 60px 0px;
  }

  .plans-heading h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .plans-heading p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .mobile-plan-box {
    border-radius: 12px;
    padding: 22px 20px;
    margin: 11px 0px;
  }

  .img-mobile-plan img {
    height: auto;
  }

  .steps-top-text {
    text-align: center;
  }

  .steps-box {
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .step-box-second .additional-box {
    height: auto;
    padding: 20px;
  }

  .step-box-third .additional-box {
    height: auto;
    padding: 20px;
  }

  .perks-sec {
    padding: 50px 0;
  }

  .plans-heading.faqs-heading h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
  }

  .plans-heading.faqs-heading {
    margin-top: 20px;
  }

  .faq-btn {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-content p {
    font-size: 15px;
    line-height: 26px;
  }

  .faqs-sec {
    padding-bottom: 60px;
  }
  .plans-heading h2 br {
    display: none;
  }

  .vc_row.wpb_row.vc_row-fluid.buinesssection0.vc_custom_1764866994670 {
    margin-top: 40px !important;
  }

  .ncontain.gblock.gbshortcode {
    margin: 10px 10px;
  }

  h1#mainheading {
    font-size: 24px;
    line-height: 34px;
  }
  #wpsl-result-list li p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 4px;
  }

  #wpsl-result-list li p a {
    font-size: 12px;
  }
  .about-img img {
    height: 250px;
  }

  .about-img img.about-tag-img {
    height: 120px;
  }

  .text-about h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-about h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-about ul h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-about ul {
    padding-left: 10px;
  }

  .text-about ul li {
    font-size: 15px;
    line-height: 20px;
  }

  /* home internet  */

  .internet-serv-top p {
    text-align: center;
  }

  .internet-serv-top h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .internet-field {
    text-align: center;
    margin-top: 20px;
  }

  .hm-inter-text h2 {
    font-size: 18px;
    line-height: 40px;
  }

  .hminternet-video-main video {
    height: 150px;
    object-fit: fill;
  }

  .hminternet-video-main {
    padding-bottom: 40px;
  }

  .biggest-heading h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .biggest-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .step-heading h2 {
    flex-direction: column;
    gap: 10px;
    font-size: 23px;
    line-height: 30px;
  }

  .step-main-row {
    padding: 18px 16px;
    border-radius: 10px;
  }

  .step-main-row .col {
    flex: 0 0 49%;
    margin: 10px 0px;
  }

  .page-id-3561 .year-free-box {
    height: auto;
  }

  .page-id-3561 section.hm-internet-step-sec {
    padding: 40px 0 20px;
  }

  .page-id-3561 section.hm-internet-step-sec .steps-box {
    height: auto;
    padding: 30px 20px;
  }

  .discover-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .discover-main-text {
    height: auto;
    margin: 10px 0px;
    padding: 24px 20px;
    text-align: center;
  }
  .step-two-btns a {
    margin: 0px;
  }

  .devices_sorting ul li {
    font-size: 12px;
    line-height: 20px;
  }

  .devices_sorting form h4 {
    font-size: 13px;
    line-height: 23px;
  }

  .shop-img img {
    height: 130px;
  }

  .shop-main-box {
    padding: 20px 12px 10px;
  }

  .text-shop h2 {
    font-size: 14px;
    line-height: 24px;
  }

  section.related.products li.product {
    padding: 14px;
    height: 320px;
    margin-bottom: 32px !important;
  }

  section.related.products li.product h2.woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 20px;
  }

  section.main_banner {
    padding-top: 40px;
  }

  .main_box_slide {
    height: 190px;
    padding-left: 10px;
    border-radius: 20px;
  }

  .slider_content h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .slider_content p {
    margin: 0px;
    font-size: 11px;
    line-height: 15px;
  }

  .banner_main_slider .slick-prev {
    top: 89%;
    left: 180px;
  }

  .banner_main_slider .slick-next {
    top: 89%;
    right: 170px;
  }
  #header .nclogo {
    margin: 0px !important;
  }

  #header.sticky-enabled {
    top: 49px;
  }

  .chet-with .theme-btn {
    right: 0px;
    bottom: 0px;
  }

  div#wpsl-wrap {
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
  }

  div#wpsl-wrap .wpsl-search.wpsl-clearfix {
    padding: 20px 10px;
  }

  /* ======== */

  input#gnewtonKeyword {
    width: 100% !important;
  }

  select#gnewtonState {
    width: 100% !important;
    margin: 10px 0px !important;
  }

  select#gnewtonCity {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  #gnewtonCareerBody div.gnewtonSearchBtnClass {
    padding: 14px 30px !important;
    width: 140px !important;
    margin-top: 20px !important;
    display: inline-block !important;
  }

  /* ======== */
}
@media (max-width: 420px) {
  .banner_main_slider .slick-prev {
    left: 160px;
  }
}
@media (max-width: 392px) {
  .slider_content h1 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  
  .slider_content {
    width: 50%;
  }

  .main_box_slide.slide_three .slider_content {
    width: 62%;
  }

  .gear-products {
    padding-top: 40px;
  }

  .gear-box {
    margin: 20px 20px;
  }

  .gear-sec.plan-sec-main.home-sec:before {
    height: 170px;
  }

  .gear-sec.plan-sec-main.home-sec .gear-heading p {
    font-size: 13px;
  }

  .gear-sec.plan-sec-main.home-sec .gear-products {
    padding-top: 80px;
  }

  .gear-sec.plan-sec-main.home-sec .plan-box {
    height: 200px;
  }

  .find-the-row .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .find-the-box {
    height: auto;
  }
  .banner_main_slider .slick-prev {
    left: 155px;
  }

  .banner_main_slider .slick-next {
    right: 150px;
  }

  .main_box_slide {
    height: 170px;
  }
}

@media (max-width: 380px) {
    .banner_main_slider .slick-prev {
        left: 144px;
    }
}