@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"),
    url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"),
    url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  background: #fff;
  color: #000000;
  font-family: "Satoshi", sans-serif;
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
}
div,
ul,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input {
  margin: 0;
  padding: 0;
}
section,
footer,
nav {
  display: block;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a:hover {
}
img {
  border: none;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
h2 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 30px;
}
h3 {
  font-family: "Outfit", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 30px;
}
p.commn_para {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
}

/* Menu Section */
.menuSection {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  z-index: 9;
}
.navbar .navbar-nav .nav-item {
  font-size: 18px;
  padding: 0 10px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 800;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link.active:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5b02;
  z-index: 9999;
}
.callIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 20px;
}
.callIcon p {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 10px;
}
.callIcon p a:hover {
  color: #fff;
}

/* Banner Section */
.banner {
  background: url(../images/bannerBg.jpg) top left no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  margin: 45px 0 0 0;
}
.banner__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.banner__left {
  width: 58%;
  text-align: left;
  padding: 50px 0 45px;
  position: relative;
}
.banner__rating {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.verified_tik {
  width: 18px !important;
  margin: 0 !important;
}
.banner__rating img {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 10px 0 0;
  width: 100px;
  height: auto;
}
.banner__heading {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
.banner__text {
  float: left;
  width: 100%;
  margin-top: 25px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.banner__points {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.banner__points li {
  margin-top: 20px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-left: 35px;
  background: url(../images/banner_check.webp) no-repeat 0 2px;
  background-size: 19px;
}
.button__box {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.button__width {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 420px;
  text-align: center;
}
.button__caption {
  float: left;
  width: 100%;
  margin-top: 20px;
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.button__caption img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 10px 0 0;
  width: 16px;
  height: auto;
}
.banner__right {
  width: 40%;
  position: relative;
  min-height: 773px;
}
.banner__right:before {
  content: "";
  position: absolute;
  top: 0;
  right: -244px;
  height: 100%;
  width: 618px;
  background: url(../images/banner_bg.webp) no-repeat center center;
}
.banner__product {
  position: absolute;
  top: 150px;
  left: -130px;
  width: 100%;
}

/* Ads Brand */
.ads_brand {
  padding: 35px 0 40px;
  border-bottom: 1px solid #e1e1e1;
}
.ads_brand .outlet_container {
  padding: 0;
}
.ads_brand .ads_bar {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.ads_bar .ads_text {
  max-width: 15%;
  flex: 10%;
}
.ads_bar .ads_text p {
  font-family: "Satoshi", sans-serif;
  font-size: 23px;
  font-weight: 500;
}
.ads_bar .ads_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 80%;
}

/* Charge Everything */
.videoBox {
  width: 95%;
  border-radius: 25px;
  float: left;
}
.watchImg {
  width: 230px;
  left: -40px;
  top: -40px;
  position: relative;
}
.charge_everything {
  padding: 135px 0 120px 0;
}
.powerhub_details {
  text-align: left;
  max-width: 700px;
  margin-left: auto;
}
.powerhub_details h2 {
  margin-bottom: 0px;
}
.powerhub_details p {
  font-size: 23px;
  line-height: 32px;
}
.powerhub_details .commn-btn {
  margin: 0 0;
}
.powerhub_details .delivered {
  text-align: left;
}
.powerhub_details h3 {
  font-size: 23px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Satoshi", sans-serif;
  padding-top: 20px;
  margin-bottom: 15px;
}
.powerhub_details p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 0;
}
.powerhub_details_inner {
  padding-top: 38px;
  max-width: 280px;
}
.charge_everything .order-btn {
  padding-top: 60px;
}

/* Details Section */
.detailsSection {
  width: 100%;
}
.detailsSection .grayBox {
  width: 100%;
  background: url(../images/detailsBG.webp) center center no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 100px 0;
}
.detailsSection .detailsNote {
  font-size: 23px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 0;
}
.detailsSection .commn-btn {
  margin: 0px;
}
.detailsSection .delivered {
  text-align: left;
}
.detailImg {
  float: right;
}

/* Color Code */
.colorcode {
  padding: 150px 0;
}
.colorcodeTxtDiv {
  width: 100%;
  padding: 50px 0 0 0;
}
.colorcode .colorcodeNote {
  font-size: 23px;
  line-height: 38px;
  font-weight: 400;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 0;
}
.colorcode .commn-btn {
  margin: 0;
}
.colorcode .delivered {
  text-align: left;
}

/* Expand Power */
.expand_power {
  padding: 120px 0 90px 0;
  background: url(../images/expand.webp) top center no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.expand_power .outlet_container {
  padding: 0;
}
.expand_power_inner {
  position: relative;
  padding-top: 400px;
  max-width: 595px;
  margin-left: auto;
}
.expand_power_inner h3 {
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}

/* Key Features */
.key_features {
  padding: 120px 0;
}
.key_features .heading {
  font-family: "Outfit", sans-serif;
  font-size: 55px;
  line-height: 62px;
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding-bottom: 95px;
  font-weight: 600;
}
.key_features .key_features_img {
  text-align: center;
  padding-top: 20px;
}
.key_features .feature_box {
  margin-bottom: 70px;
}
.key_features .left_side .feature_box {
  text-align: left;
}
.key_features .right_side .feature_box {
  text-align: left;
}
.key_features .feature_box .feature_img {
  margin-bottom: 20px;
}
.key_features .feature_box .feature_heading {
  margin-bottom: 19px;
  font-family: "Satoshi", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.key_features .feature_box .feature_text {
  margin-bottom: 0px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #010101;
}

/* Install_section */

/* electronics_section */
.electronics_section {
  padding: 130px 0 110px 0;
}
.protector_part {
  padding-right: 120px;
  text-align: left;
}
.protector_part h2 {
  margin-bottom: 15px;
}
.protector_part p {
  font-size: 23px;
  line-height: 32px;
}
.protector_part .commn-btn {
  margin: 0 0;
}
.protector_part .delivered {
  text-align: left;
}
.protector_part h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Satoshi", sans-serif;
  padding-top: 20px;
  margin-bottom: 0;
}
.protector_part_inner {
  padding-top: 50px;
}

/* faq_section */
.faq_section {
  padding: 110px 0 90px 0;
  background-color: #f1f1f1;
}
.faq_heading {
  text-align: center;
  margin-bottom: 60px;
  color: #171717;
  line-height: 1;
}
.faq_accordion_style {
  max-width: 886px;
  margin: auto;
}
.faq_accordion_style .accordion-item {
  background-color: transparent;
  border: none;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 23px;
}
.delivered {
  text-align: center;
  padding-top: 18px;
  color: #010101;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 16px !important;
}
.delivered img {
  margin-right: 10px;
}
.order-btn {
  padding-top: 35px;
}
.faq_accordion_style .accordion-item .accordion-header button {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #010101;
}
.faq_accordion_style .accordion-item .accordion-body {
  padding: 20px 0 0;
}
.faq_accordion_style .accordion-item .accordion-body p.commn_para {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  color: #010101;
  font-weight: 500;
}
.faq_accordion_style .accordion-item .accordion-body p {
  margin: 0;
  padding-right: 50px;
}
.faq_accordion_style .accordion-button:not(.collapsed) {
  color: #0d0c0c;
}
.faq_accordion_style .accordion-button::after {
  display: none;
}
.faq_accordion_style .accordion-button .plusMinus_box {
  margin-left: auto;
  text-align: center;
  border-radius: 100%;
  padding: 11px;
  border: solid 1px #2f2f2f;
  width: 40px;
  height: 40px;
}
.faq_accordion_style .accordion-button .plusMinus_box {
  margin-left: auto;
  text-align: center;
  border-radius: 100%;
  padding: 11px;
  border: solid 1px #2f2f2f;
  width: 40px;
  height: 40px;
}
.faq_accordion_style .accordion-button .plusMinus_box .minus_icon {
  display: none;
}
.faq_accordion_style .accordion-button .plusMinus_box .plus_icon {
  display: block;
}
.faq_accordion_style
  .accordion-button:not(.collapsed)
  .plusMinus_box
  .minus_icon {
  display: block;
}
.faq_accordion_style
  .accordion-button:not(.collapsed)
  .plusMinus_box
  .plus_icon {
  display: none;
}

/* order_banner */
.commn-btn {
  background: #11beda;
  padding: 20px 0;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  display: block;
  align-items: center;
  justify-content: space-between;
  max-width: 384px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
}
.commn-btn:hover {
  color: #fff;
  background: #f78d0f;
}

/*-----------------------
		Pulse
------------------------*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.95);
  }
}

/*-----------------------
Refund CSS START
------------------------*/
.fefund_section {
  padding: 90px 0;
}
.fefund_inner {
  padding-top: 35px;
  border-right: solid 1px #d2d2d2;
  margin-right: 17px;
}
.fefund_inner.last_child {
  border-right: solid 1px #fff;
}
.fefund_inner h5 {
  font-size: 24px;
  line-height: 32px;
  color: #010101;
  font-weight: bold;
  font-family: "Satoshi", sans-serif;
  padding-bottom: 20px;
}
.fefund_inner p {
  font-size: 18px;
  line-height: 27px;
  color: #010101;
  font-weight: 400;
  max-width: 395px;
}

/*-----------------------
Footer CSS START
------------------------*/
.footer {
  text-align: center;
  background: #fff;
  padding: 65px 0 40px 0;
  width: 100%;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.footer_top_text {
  font-size: 15px;
  line-height: 18px;
  color: #313131;
  margin: 0 auto;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}
.footer_copyright {
  font-size: 15px;
  line-height: 18px;
  color: #313131;
  margin: 0 auto;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  padding-top: 10px;
}
.footer-txt1 {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000;
  padding-bottom: 12px;
}
.footer-txt1 a {
  padding: 0 5px;
  color: #313131;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
.footer-txt1 a:hover {
  color: #ff5b02;
}

/* offer_section */
.faq_accordion_style .accordion-item .accordion-body p {
  margin-bottom: 10px;
}
.deal_section {
  background: url(../images/packageBG.webp) center center no-repeat;
  background-size: cover;
  padding: 85px 0 125px 0;
}
.deal_section .mainHeader h2 {
  margin-bottom: 10px;
}
.deal_section .mainHeader h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  padding-bottom: 20px;
}
.deal_section .mainHeader .package_below {
  font-size: 23px;
  font-family: "Satoshi", sans-serif;
  line-height: 28px;
  font-weight: 500;
}
.package__card_head {
  vertical-align: middle;
  font-size: 24px;
  line-height: 32px;
  color: #010101;
  font-weight: 600;
  font-family: "Satoshi", sans-serif;
  position: relative;
  text-align: center;
  padding-top: 60px;
}
.package__card_head img {
  margin-right: 10px;
  margin-top: -7px;
}
.cards_list {
  float: left;
  width: 100%;
  margin-top: 25px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
}
.cards_list li {
  width: auto;
}
.cards_list li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.acto_package.selected {
  transition: 0.3s;
  border: 2px solid #f78d0f;
  transition: all ease 0.3s;
}
.package_item {
  width: 100%;
  float: left;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 45px 10px 41px;
  box-shadow: 5px 3px 4px 3px #2b33430d;
  cursor: pointer;
  transition: 0.3s;
  background: #ffffff;
}
.pakge_seal_free {
  position: absolute;
  right: 36px;
  top: -15%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f2da0d;
  font-size: 19px;
  line-height: 37px;
  color: #000;
  font-weight: bold;
  padding: 17px 10px;
}
.pakge_heading {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.3px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.pakge_price {
  font-size: 30px;
  line-height: 32px;
  font-family: "Satoshi", sans-serif;
  color: #ff5b02;
  font-weight: bold;
}
.pakge_price span {
  margin: 0 2px 0 0;
  position: relative;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.pkg_price_box {
  padding-bottom: 30px;
}
.checkoutBtn {
  background: #11beda;
  padding: 18px 95px;
  letter-spacing: 0.6px;
  text-decoration: none;
  font-family: "Satoshi", sans-serif;
  width: 292px;
  margin: 30px auto 0 auto;
  font-size: 21px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
}
.checkoutBtn:hover {
  background: #f78d0f;
  color: #fff;
}
.package {
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
.pakge_popular {
  left: 0;
  top: -20px;
  width: 161px;
  padding: 10px 16px 7px;
  font-family: "Satoshi", sans-serif;
  background: #f78d0f;
  border-radius: 50px;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.7px;
  right: 0;
  margin: 0 auto;
}

/* dusk_sec */

/* testimonial_sec */
.testimonial_sec {
  padding: 100px 0 40px;
  border-top: solid 1px #d2d2d2;
}
.mainHeader {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 75px;
}
.testimonial_sec h2 {
  margin-bottom: 15px;
}
.testimonial_sec .s7_star_text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Satoshi", sans-serif;
}
.testimonial_sec .s7_star_text .star2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 6px auto;
}
.testimonial_sec_inner {
  padding-bottom: 65px;
}
.testimonial_sec_inner h4 {
  font-size: 24px;
  line-height: 32px;
  color: #010101;
  font-weight: bold;
  padding-top: 30px;
}
.testimonial_sec_inner p {
  font-size: 18px;
  line-height: 27px;
  color: #010101;
  padding-top: 6px;
  height: 145px;
}
.testimonial_sec_inner .client_pic {
  display: flex;
}
.testimonial_sec_inner .client_pic p {
  font-size: 18px;
  line-height: 1;
  color: #010101;
  font-weight: bold;
  padding-left: 18px;
  height: auto;
  padding-top: 0;
}
.testimonial_sec_inner .client_pic p img {
  display: block;
  margin-top: 10px;
}
.testimonial_sec_inner .testimonial_pic {
  position: relative;
}
.testimonial_sec_inner .testimonial_pic .verified {
  position: absolute;
  top: 24px;
  left: 28px;
}
.outlet_container {
  max-width: 1505px;
  margin: 0 auto;
}
.mobile_show {
  display: none;
}
.desktop_show {
  display: block;
}
.showtab {
  display: none !important;
}
.miniMob {
  display: none;
}

/* testimonial_sec */
#ctabtn-mob {
  background: #000;
  padding: 9px 10px;
  position: fixed;
  bottom: 0;
  left: auto;
  z-index: 2;
  transition: bottom 1s;
  display: table;
  width: 100%;
}
#ctabtn-mob a.click-btn {
  height: 64px;
  font-size: 23px;
  line-height: 64px;
  margin: 0;
  border-radius: 8px;
  background: #11beda;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
  float: left;
  width: 100%;
}
.mobShow {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .outlet_container {
    max-width: 1250px;
    margin: 0 auto;
  }
  .ads_brand .ads_bar {
    padding: 0 30px;
  }
  .expand_power {
    width: 97%;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 90px 0 90px 0;
  }
  .expand_power_inner {
    padding-top: 388px;
  }
}

@media only screen and (max-width: 1368px) {
  .fefund_inner {
    margin-right: 0;
  }
  .fefund_inner h5 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .protector_part {
    padding-left: 30px;
  }
  .protector_part p {
    font-size: 20px;
    line-height: 28px;
  }
  .protector_part_inner {
    padding-top: 20px;
  }
  .protector_part h3 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
  }
  .key_features .feature_box {
    margin-bottom: 50px;
  }
  .key_features .feature_box .feature_heading {
    margin-bottom: 19px;
    font-size: 22px;
  }
  .key_features .feature_box .feature_img {
    margin-bottom: 10px;
  }
  .charge_everything h2 {
    font-size: 40px;
  }
  .powerhub_details h3 {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .charge_everything .order-btn {
    padding-top: 40px;
  }
  .faq_accordion_style {
    max-width: 915px;
  }
  .navbar .navbar-nav .nav-item {
    font-size: 16px;
    padding: 0 10px;
  }
  .detailsSection h2 {
    font-size: 40px;
  }
  .detailsSection .detailsNote {
    font-size: 20px;
    line-height: 30px;
  }
  .detailImg {
    width: 90%;
  }
  .colorcode h2 {
    font-size: 40px;
  }
  .colorcode .colorcodeNote {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1346px) {
  .banner {
    margin: 20px 0 0 0;
  }
  .watchImg {
    left: 0;
    top: 14px;
  }
}

@media only screen and (max-width: 1282px) {
  .navbar .navbar-nav .nav-item {
    font-size: 17px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner__left {
    padding: 40px 0 35px;
  }
  .banner__heading {
    font-size: 50px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 1199px) {
  img {
    width: auto;
    height: auto;
  }
  .navbar .navbar-nav .nav-item {
    font-size: 14px;
    padding: 0;
  }
  .logoimg {
    width: 130px;
  }
  .navbar .navbar-nav .nav-item .nav-link.active::after {
    width: 8px;
    height: 8px;
  }
  .banner {
    margin: 40px 0 0 0;
  }
  .callIcon img {
    width: 30px;
  }
  .callIcon p {
    font-size: 14px;
  }
  .ads_brand .ads_bar {
    flex-direction: column;
  }
  .ads_bar .ads_text {
    max-width: 100%;
  }
  .ads_bar .ads_logos {
    width: 100%;
  }
  .package_box {
    padding: 0 0;
  }
  .checkoutBtn {
    padding: 18px 80px;
    font-size: 20px;
  }
  .powerhub_details h3 {
    padding-top: 7px;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 30px;
  }
  .powerhub_details_inner {
    padding-top: 30px;
  }
  .charge_everything {
    padding: 80px 0;
  }
  .expand_power_inner {
    padding-top: 133px;
    max-width: 585px;
  }
  .expand_power_inner h3 {
    font-size: 44px;
    line-height: 58px;
  }
  .expand_power {
    background-size: 100% auto;
    padding: 90px 0 90px 0;
  }
  .key_features {
    padding: 60px 0;
  }
  .key_features .heading {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 40px;
  }
  .key_features .feature_box .feature_heading {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .protector_part h2 {
    font-size: 42px;
  }
  .protector_part h2 br {
    display: none;
  }
  .deal_section {
    padding: 70px 0;
  }
  .package__card_head {
    padding-top: 40px;
    font-size: 22px;
    line-height: 30px;
  }
  .fefund_section {
    padding: 60px 0;
  }
  .fefund_inner {
    padding-top: 20px;
  }
  .testimonial_sec {
    padding: 60px 0 0;
  }
  .testimonial_sec_inner p {
    font-size: 18px;
    height: 180px;
    line-height: 24px;
  }
  .testimonial_sec h2 {
    font-size: 42px;
  }
  .mainHeader {
    padding-bottom: 40px;
  }
  .faq_section {
    padding: 60px 0;
  }
  .faq_heading {
    margin-bottom: 50px;
    line-height: 1;
  }
  .electronics_section {
    padding: 70px 0;
  }
  .detailsSection h2 {
    font-size: 34px;
  }
  .detailsSection .detailsNote {
    font-size: 18px;
    line-height: 28px;
  }
  .colorcode h2 {
    font-size: 34px;
  }
  .colorcode {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 1080px) {
  .protector_part {
    padding-left: 0;
    padding-right: 0;
  }
  .fefund_inner h5 {
    font-size: 18px;
  }
  .faq_accordion_style .accordion-item .accordion-header button {
    font-size: 22px;
  }
  .protector_part h2 {
    font-size: 32px;
  }
  .key_features .feature_box .feature_heading {
    margin-bottom: 12px;
    font-size: 19px;
  }
  .expand_power {
    padding: 90px 0 60px 0;
  }
  .expand_power_inner {
    padding-top: 149px;
    max-width: 490px;
  }
  .expand_power_inner h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .charge_everything h2 {
    font-size: 32px;
  }
  .powerhub_details h3 {
    font-size: 20px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 1023px) {
  .banner__left {
    padding: 25px 0 25px;
    width: 60%;
  }
  .banner__rating {
    font-size: 16px;
    line-height: 18px;
  }
  .banner__heading {
    font-size: 38px;
    line-height: 46px;
  }
  .banner__points li {
    margin-top: 15px;
    font-size: 18px;
    padding-left: 30px;
    background-position: 0 4px;
    background-size: 18px;
  }
  .button__width {
    max-width: 380px;
  }
  .banner__right:before {
    background-position: left bottom;
  }
}

@media only screen and (max-width: 991px) {
  .callIcon {
    display: none;
  }
  .navbar .navbar-nav .nav-item {
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-item .nav-link.active::after {
    display: none;
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .hidetab {
    display: none !important;
  }
  .showtab {
    display: flex !important;
  }
  .ads_bar .ads_logos {
    width: 100%;
    flex-wrap: wrap;
  }
  .ads_bar .ads_logos img {
    margin: 0 6px;
    padding-bottom: 20px;
  }
  .key_features .right_side .feature_box {
    text-align: left;
  }
  .protector_part {
    padding-top: 30px;
  }
  .checkoutBtn {
    padding: 14px 61px;
    font-size: 19px;
  }
  .testimonial_sec_inner p {
    height: auto;
  }
  .powerhub_details_inner {
    max-width: 100%;
  }
  .powerhub_details_inner {
    padding-top: 30px;
    max-width: 100%;
  }
  .expand_power_inner {
    padding-top: 135px;
    max-width: 490px;
  }
  .banner__right::before {
    right: -450px;
  }
  .banner__product {
    left: 0;
  }
  .videoBox {
    width: 100%;
    border-radius: 25px;
    float: none;
    margin: 0px auto;
    text-align: center;
  }
  .watchImg {
    left: 53px;
    top: 0;
  }
  .powerhub_details {
    margin-top: 30px;
  }
  .detailImg {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobShow {
    display: block;
  }
  .deskShow {
    display: none;
  }
  .banner__left {
    width: 100%;
    text-align: center;
    padding: 25px 0 30px;
  }
  .banner__rating {
    font-size: 14px;
    line-height: 18px;
  }
  .banner__rating span {
    display: block;
  }
  .banner__rating img {
    margin: -6px 5px 0 0;
    width: 90px;
  }
  .banner__heading {
    font-size: 34px;
    line-height: 42px;
  }
  .banner__mobile_prod {
    float: left;
    width: calc(100% + 30px);
    margin: 20px 0 0 -15px;
  }
  .banner__text {
    margin-top: 0;
    font-size: 20px;
    line-height: 31px;
    padding-left: 0;
    text-align: center;
  }
  .banner__points {
    float: none;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 340px;
  }
  .banner__points li {
    margin-top: 12px;
    font-size: 16px;
    padding-left: 25px;
  }
  .package_item {
    padding: 10px;
    border: 2px solid #ccc;
  }
  .charge_everything h2 {
    font-size: 30px;
  }
  .testimonial_sec h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .testimonial_sec_inner h4 {
    padding-top: 20px;
  }
  .testimonial_sec_inner {
    padding-bottom: 40px;
  }
  .mobile_show {
    display: block;
  }
  #ctabtn-mob a.click-btn {
    text-align: center;
  }
  .desktop_show {
    display: none;
  }
  .faq_heading {
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 35px;
    margin-bottom: 18px;
  }
  .testimonial_sec h2 br {
    display: none;
  }
  .mainHeader {
    max-width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }
  .star2 {
    display: block;
    margin: 0 auto 6px auto;
  }
  .testimonial_sec_inner p {
    height: auto;
  }
  .fefund_inner {
    padding-top: 20px;
    border-bottom: solid 1px #d2d2d2;
    margin-right: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-right: none;
  }
  .fefund_inner.last_child {
    border-bottom: none;
  }
  .protector_part h3 {
    font-size: 18px;
    line-height: 26px;
    padding-top: 15px;
  }
  .protector_part_inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq_accordion_style .accordion-item .accordion-header button {
    font-size: 19px;
  }
  .faq_accordion_style .accordion-item .accordion-body p.commn_para {
    font-size: 17px;
  }
  .faq_accordion_style .accordion-item .accordion-body p {
    padding-right: 0;
  }
  .faq_section {
    padding: 60px 0 30px 0;
  }
  .fefund_section {
    padding: 40px 0;
  }
  .electronics_section {
    padding: 60px 0 25px 0;
  }
  .protector_part p {
    font-size: 20px;
    line-height: 30px;
  }
  .testimonial_sec {
    padding: 40px 0 0;
  }
  .key_features .heading {
    font-size: 36px;
    line-height: 45px;
    max-width: 395px;
    padding-bottom: 50px;
  }
  .key_features .feature_box .feature_heading {
    margin-bottom: 10px;
  }
  .key_features .feature_box {
    margin-bottom: 40px;
  }
  .key_features_mobile {
    text-align: center;
    padding-bottom: 50px;
  }
  .key_features .right_side .feature_box {
    text-align: left;
  }
  .key_features {
    padding: 25px 0;
  }
  .deal_section {
    padding: 40px 0 50px 0;
  }
  .expand_power {
    background: none;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }
  .expand_power .expand_power_inner {
    padding: 460px 19px 35px 18px;
    background: url(../images/expand_mobile.webp) center center no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
  }
  .expand_power_inner h3 {
    font-size: 35px;
    line-height: 48px;
    max-width: 319px;
    margin: 0 auto;
  }
  .powerhub_details h2 {
    padding-bottom: 30px;
  }
  .charge_everything {
    padding: 35px 0 0 0;
  }
  .powerhub_details_inner {
    padding-top: 35px;
    max-width: 100%;
  }
  .charge_everything .order-btn {
    padding-top: 20px;
  }
  .cards_list {
    column-gap: 6px;
  }
  .cards_list li img {
    width: 56px;
    height: auto;
  }
  .package__card_head {
    font-size: 18px;
    line-height: 26px;
    padding-top: 0px;
  }
  .package__card_head img {
    margin-right: 2px;
    margin-top: -7px;
  }
  .fefund_inner.last_child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer {
    padding: 65px 0 90px 0;
  }
  .detailsSection .grayBox {
    padding: 50px 0;
    margin-top: 50px;
  }
  .detailImg {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .detailsSection h2 {
    font-size: 30px;
  }
  .moboBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pakge_prod_box {
    margin: 0;
    width: 50%;
  }
  .pakge_price span {
    color: #b8b8b8;
    display: block;
  }
  .pakge_price {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
  }
  .pkg_price_box {
    padding-bottom: 0px;
  }
  .pakge_seal_free {
    right: -10px;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .checkoutBtn {
    padding: 0;
    font-size: 1rem;
    display: block;
    border-radius: 10px;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .package {
    margin: 0 20px 10px 20px;
  }
  .pakge_heading {
    font-size: 20px;
  }
  .pakge_popular {
    top: -25px;
    width: 150px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 610px) {
  .ads_bar .ads_logos img {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 511px) {
  .ads_bar .ads_logos img {
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ads_logos {
    display: none !important;
  }
  .miniMob {
    display: block;
  }
  .expand_power .expand_power_inner {
    background-size: 100% 100%;
  }
  .key_features .order-btn {
    padding-top: 0;
  }
  .delivered img {
    margin-right: 5px;
  }
  .delivered {
    font-size: 14px !important;
  }
  .detailsSection .commn-btn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 432px) {
  .banner__inner {
    padding: 0 10px;
  }
  .banner__heading {
    font-size: 26px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .key_features .heading {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 30px;
  }
  .expand_power_inner h3 {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
  }
  .faq_accordion_style .accordion-item .accordion-header button {
    font-size: 18px;
  }
  #ctabtn-mob a.click-btn {
    font-size: 18px;
  }
}
