@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,.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,.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,.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: .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;
}

.main_box_slide::before {
    content: '';
    background:url(https://cmscustom-staginglink2.com/your-wirless-inc/wp/wp-content/uploads/2025/12/pattern.svg);
    height: 100%;
    width: 56%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

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

.main_box_slide.slide_one::after {
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    background: url(https://cmscustom-staginglink2.com/your-wirless-inc/wp/wp-content/uploads/2025/12/add.jpg);
    right: 0;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right;
}

.main_box_slide.slide_two::after {
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    background: url(https://cmscustom-staginglink2.com/your-wirless-inc/wp/wp-content/uploads/2025/12/tablet.jpg) !important;
    right: 0;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right;
}
.main_box_slide.slide_three::after {
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    background: url(https://cmscustom-staginglink2.com/your-wirless-inc/wp/wp-content/uploads/2025/12/boy.jpg) !important;
    right: 0;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right;
}
.main_box_slide.slide_four::before{
    display:none;
}
.main_box_slide.slide_four{
    background-color:#f3ede0;
}
.main_box_slide.slide_four::after {
    content: '';
    position: absolute;
    width: 48%;
    height: 100%;
    background: url(https://cmscustom-staginglink2.com/your-wirless-inc/wp/wp-content/uploads/2025/12/couple.jpg) !important;
    right: 0;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right;
}
.slider_content h1 {
    font-size: 60px;
    font-family: 'neuehaas-bold';
    color: #fff;
}

.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;
    }
}
