@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,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}
table,
tr,
td {
	border: 0;
}
a {
	outline: none;
	color: inherit;
	text-decoration: none;
}
a:hover {}
img {
	border: none;
}
li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
.img-full {
	max-width: 100%;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
h1 {
	font-family: "Outfit", sans-serif;
	font-size: 65px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
h2 {
	font-family: "Outfit", sans-serif;
	font-size: 50px;
	font-weight: 700;
	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 {
	overflow: hidden;
	padding: 100px 0 53px;
	background: url(../images/bannerBg.webp) top left no-repeat;
	background-size: cover;
	margin-top: 50px;
}
.banner-left {
	float: left;
	width: 60%;
	text-align: left;
	padding: 15px 0 0;
	position: relative;
}
.bnr-rat-text {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}
.star {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 6px 0 0;
	width: 95px;
}
.grn-tk {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 5px;
	width: 17px;
}
.banner-heading {
	float: left;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	color: #000000;
	position: relative;
	z-index: 2;
}
.banner-product {
	position: absolute;
	right: -363px;
	top: 0px;
	max-width: 100%;
	z-index: 3;
}
.priceTag {
	position: absolute;
	right: 50px;
	bottom: 0px;
	max-width: 100%;
	z-index: 3;
	width: 150px;
	height: 150px;
	background: url(../images/new/priceTagBg.webp) center center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.priceTag small {
	width: 70%;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	display: block;
	font-family: "Outfit", sans-serif;
	line-height: 1.2;
}
.priceTag span {
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}
.priceTag em {
	font-size: 40px;
	font-weight: 800;
	color: #FFF;
	font-style: normal;
	line-height: 1;
	font-family: "Outfit", sans-serif;
}
ul.banner-point {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.banner_text {
	font-size: 29px;
	line-height: 42px;
}
ul.banner-point li {
	float: left;
	width: 100%;
	margin-top: 11px;
	padding-left: 35px;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	text-align: left;
	background: url(../images/banner-chk.webp) no-repeat left 5px;
	letter-spacing: 0.5px;
}
.botton {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 464px;
	margin-top: 30px;
}
a.click-btn {
	float: left;
	width: 100%;
	height: 75px;
	font-size: 28px;
	line-height: 75px;
	color: #ffffff;
	text-align: center;
	border-radius: 50px;
	background: #1986e7;
	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%);
}
a.click-btn span {
	color: #fff600;
}
a.click-btn:hover {
	background: #0067c4;
}
.banner-right {
	float: right;
	width: 40%;
	position: relative;
	min-height: 800px;
	overflow: hidden;
	margin: -100px -130px -70px 0;
}
.banner-right:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 5219px;
	content: "";
	left: 0px;
	right: 0;
	bottom: -94px;
	top: -94px;
	background: url(../images/banner-image.webp) center top repeat-y;
	animation: 25s linear infinite scrollBgGridLinks;
}
@keyframes scrollBgGridLinks {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}
.btn-pr {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #000;
	margin-top: 8px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
}
.btn-pr img {
	display: inline-block;
	margin: -4px 3px 0 0;
}
/* Ads Brand */
.ads_brand {
	padding: 35px 0 40px;
	border-top: 1px solid #ccc;
	/* border-bottom: 1px solid #ccc; */
}
.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;
	/*  max-width: 85%;*/
	flex: 80%;
}
/* Ads Brand */
/* Charge Everything */
.charge_everything {
	padding: 50px 0 120px;
}
.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: 24px;
	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;
}
.safeBox {
	width: 100%;
	padding: 40px 0 0 0;
}
.safeBox img {
	width: 40px;
	float: left;
}
.safeBoxTxt {
	width: 90%;
	float: right;
}
.safeBoxTxt h4 {
	font-size: 23px;
	font-weight: 600;
	font-family: 'Satoshi', sans-serif;
}
.safeBoxTxt p {
	font-size: 18px;
	line-height: 1.3;
	padding: 10px 0 0 0;
	font-family: 'Satoshi', sans-serif;
	width: 80%;
}
/* 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;
}
/* Expand_Power */
/* 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: right;
}
.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;
}
/* Key Features */
/* Install_section */
.install_section {
	padding: 60px 0 70px;
	background: #f8f8f8;
}
.install_section .install_pic {
	width: 100%;
}
.install_section .install_section_left {
	text-align: left;
	padding-top: 35px;
	padding-left: 15px;
}
.install_section .install_section_left .commn-btn {
	margin: 0;
}
.install_section .install_section_left .delivered {
	text-align: left;
}
.install_section .install_section_left .screw {
	font-size: 23px;
	line-height: 32px;
	font-family: 'Satoshi', sans-serif;
	font-weight: 500;
	max-width: 550px;
}
.noteUli {
	width: 100%;
}
.noteUli li {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 15px;
}
.noteUli li span {
	width: 37px;
	height: 37px;
	border: 2px solid #ff5b02;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Outfit", sans-serif;
}
.noteUli li p {
	font-size: 23px;
	color: #000;
	font-family: "Outfit", sans-serif;
}
/* electronics_section */
.electronics_section {
	padding: 130px 0 110px 0;
}
.protector_part {
	padding-left: 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;
}
.iconListUli {
	width: 100%;
	margin: 30px 0 0 0;
}
.iconListUli li {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 0 0 25px 0;
}
.iconListUli li p span {
	display: block;
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
	font-family: 'Satoshi', sans-serif;
}
.iconListUli li p em {
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	font-family: 'Satoshi', sans-serif;
}
/* 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: 60px;
}
.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;
}
/* faq_section */
/* All Rooms*/
.allRooms {
	width: 100%;
}
.allRooms_box {
	width: 100%;
	text-align: center;
	background: #f1f1f1;
	border-radius: 30px;
	padding: 100px 0;
}
.allRooms_box h2 {
	margin-bottom: 10px;
}
.allRooms_box p {
	font-family: 'Satoshi', sans-serif;
	font-size: 23px;
	line-height: 1.2;
	width: 34%;
	margin: 0px auto;
	padding: 0 0 30px 0;
}
/* order_banner */
.commn-btn {
	background: #1986e7;
	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: #0067c4;
}
/*-----------------------
		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;    width: 100%;
    float: left;
}
.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__text {
	color: #111b2a;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}
.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;
}
.show-mob,
.show-tab {
	display: none;
}
/* offer_section */
.extra_section {
	padding: 100px 0;
	background: url(../images/simplify_pic.webp) top center no-repeat;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.extra_section_inner {
	position: relative;
	padding-top: 400px;
	max-width: 655px;
	float: right;
}
.extra_section_inner h3 {
	color: #fff;
	font-size: 50px;
	line-height: 59px;
}
.content_box h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.content_box {
	padding-top: 60px;
}
.content_box p {
	font-size: 20px;
	font-family: "Inter", sans-serif;
	text-align: center;
}
.offer_heading {
	text-align: center;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 80px;
}
.offer_btn a {
	margin: 80px auto 0;
}
.faq_accordion_style .accordion-item .accordion-body p {
	margin-bottom: 10px;
}
.deal_section {
	background: rgb(249, 224, 197);
	background: linear-gradient(180deg, rgba(249, 224, 197, 1) 0%, rgba(249, 239, 231, 1) 44%, rgba(249, 249, 249, 1) 100%, rgba(247, 249, 249, 1) 100%);
	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: .3s;
	border: 2px solid #ff5b02;
	transition: all ease 0.3s;
}
.package_item {
	width: 100%;
	float: left;
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 45px 10px 41px;
	box-shadow: 0 6px 10px 0 #2b33430d;
	cursor: pointer;
	transition: .3s;
}
.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: .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: #1986e7;
	padding: 18px 95px;
	letter-spacing: .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: #0067c4;
	color: #fff;
}

.package01{text-align:center;}
.package01.active,.package_item01.active,.package_item01:hover{border:2px solid #ff5b02;transition:.3s;}

.package_item01{border:2px solid #fff;border-radius:10px;padding:40px 0 25px 0;box-shadow:0 6px 10px 0 #2b33430d; position:relative;cursor: pointer;transition:.3s;background:#fff;float:left;width:100%; cursor:pointer;}
.checkoutBtn01{background:#1986e7;padding:15px 80px;letter-spacing: .6px;text-decoration: none;font-family: 'Satoshi', sans-serif;width: 292px;margin: 30px auto 0 auto;font-size:19px;line-height: 48px;border-radius:50px;color:#fff;}
.pakge_seal_free01{position:absolute;right:16px;top:12%;width:52px;height:52px;border-radius:50%;background:#f2da0d;font-size:16px;line-height:23px;color:#000;font-weight:bold;padding:15px 7px;}	
.pakge_prod_box01 {margin: 30px 0;position: relative;}	
.package_box01{ padding:0; margin-bottom:35px;}
.deal_section01 .mainHeader h2{ margin-bottom:0;}
.deal_section01 .mainHeader{padding-bottom: 55px;}
	
.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: #ff5b02;
	border-radius: 50px;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	letter-spacing: .7px;
	right: 0;
	margin: 0 auto;
}
/* dusk_sec */
.dusk_section {
	padding: 120px 0;
}
.dusk_section h2 {
	margin-bottom: 0;
}
.dusk_section p {
	font-family: 'Satoshi', sans-serif;
	font-size: 23px;
	line-height: 1.2;
	padding: 10px 0 0 0;
}
.dusk_section .brightness {
	font-size: 23px;
	line-height: 32px;
	font-weight: 400;
	font-family: 'Satoshi', sans-serif;
	color: #010101;
	max-width: 1026px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 15px 0;
}
.dusk_section .dusk_inner {
	border: solid 1px #dfdfdf;
	border-radius: 16px;
}
.dusk_section .dusk_inner .img-fluid {
	width: 100%;
}
.dusk_section .dusk_inner .dusk_inner_part {
	padding: 32px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
.dusk_section .dusk_inner .dusk_inner_part h5 {
	line-height: 39px;
	font-size: 24px;
	font-family: 'Satoshi', sans-serif;
	padding-left: 12px;
	padding-top: 2px;
}
.dusk_section .dusk_inner .dusk_inner_part img {
	float: left;
}
/* 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: 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;
	padding-top: 30px;
}
.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;
}
.testimonial_box {
	background: #fff;
	box-shadow: 0 3px 23px #e3e3e382;
	padding: 60px 64px;
	height: 418px;
	position: relative;
}
.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: #1986e7;
	color: #fff;
	font-weight: 700;
	letter-spacing: .5px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .3);
	text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
	float: left;
	width: 100%;
}
.gifbox {
	width: 100%;
	border-radius: 15px;
	background: #FFF;
	padding: 9px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	margin: 10% 0 0 0;
}
.deal_section01{width:100%; float:left;}
.guaranteed_part{ width:100%; float:left;}
.guaranteed_part .package__card_head{    padding-top: 0;}


@media only screen and (max-width:1400px) {
	.outlet_container {
		max-width: 1250px;
		margin: 0 auto;
	}
	.banner-heading {
		font-size: 50px;
	}
	.ads_brand .ads_bar {
		padding: 0 30px;
	}
	.extra_section {
		width: 97%;
		background-size: 100% auto;
		margin: 0 auto;
	}
	.extra_section_inner {
		padding-top: 240px;
	}
	.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;
	}
	.extra_section_inner h3 {
		font-size: 45px;
		line-height: 54px;
		max-width: 565px;
	}
	.install_section .install_section_left {
		padding-top: 30px;
	}
	.install_section .install_section_left h2 {
		font-size: 46px;
		margin-bottom: 25px;
	}
	.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;
	}
	.banner_text {
		font-size: 26px;
		line-height: 37px;
	}
	.banner-left .banner-heading {
		margin-bottom: 20px;
	}
	.faq_accordion_style {
		max-width: 915px;
	}
	.navbar .navbar-nav .nav-item {
		font-size: 16px;
		padding: 0 10px;
	}
	.priceTag {
		right: 0;
	}
	.banner-heading {
		font-size: 45px;
	}
	.allRooms_box p {
		width: 40%;
	}
}
@media only screen and (max-width:1282px) {
	.navbar .navbar-nav .nav-item {
		font-size: 17px;
		padding: 0 5px;
	}
}
@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;
	}
	.callIcon img {
		width: 30px;
	}
	.callIcon p {
		font-size: 14px;
	}
	.banner-product {
		right: -389px;
		max-width: 65%;
		height: auto;
	}
	.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;
	}
	.extra_section {
		padding: 70px 0 70px 0;
	}
	.extra_section_inner {
		padding-top: 180px;
	}
	.extra_section_inner h3 {
		font-size: 36px;
		line-height: 48px;
		max-width: 499px;
	}
	.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;
	}
	.install_section {
		padding: 90px 0;
	}
	.install_section .install_section_left h2 br {
		display: none;
	}
	.install_section .install_section_left h2 {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.install_section .install_section_left .screw {
		font-size: 20px;
		line-height: 30px;
	}
	.install_section .install_section_left {
		padding-top: 0;
	}
	.dusk_section {
		padding: 60px 0;
	}
	.dusk_section h2 {
		font-size: 42px;
	}
	.dusk_section .brightness {
		font-size: 20px;
		line-height: 30px;
		padding: 45px 0 0 0;
	}
	.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;
	}
	.priceTag {
		right: -152px;
		bottom: 50px;
	}
	.noteUli li p {
		font-size: 20px;
	}
	.allRooms_box p {
		width: 60%;
	}
	.allRooms_box img {
		width: 100%;
		padding: 0 30px;
	}
	.dusk_section .dusk_inner .dusk_inner_part h5 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1080px) {
	.protector_part {
		padding-left: 0;
	}
	.fefund_inner h5 {
		font-size: 18px;
	}
	.faq_accordion_style .accordion-item .accordion-header button {
		font-size: 22px;
	}
	.protector_part h2 {
		font-size: 32px;
	}
	.extra_section_inner {
		padding-top: 224px;
	}
	.extra_section {
		padding: 30px 0 0 0;
	}
	.install_section .install_section_left h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.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;
	}
	.banner_text {
		font-size: 24px;
		line-height: 34px;
	}
.package01{ margin-bottom:25px;}
.package01 .checkoutBtn {padding: 15px 59px;font-size: 20px;}	
}
@media only screen and (max-width:991px) {
	.navbar-dark .navbar-brand {
		margin: 00px auto;
	}
	.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;
	}
	.banner-heading {
		font-size: 32px;
		line-height: 45px;
	}
	.banner_text {
		font-size: 20px;
		line-height: 30px;
	}
	.bnr-rat-text {
		font-size: 14px;
	}
	ul.banner-point li {
		font-size: 18px;
	}
	.banner-product {
		right: -280px;
		max-width: 60%;
		height: auto;
	}
	.banner-right {
		min-height: 750px;
		margin: -100px -35px 0 0;
	}
	.banner {
		padding: 40px 0 40px;
	}
	.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;
	}
	.dusk_section .dusk_inner {
		margin-bottom: 20px;
	}
	.extra_section_inner {
		padding-top: 145px;
	}
	.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;
	}
	.priceTag {
		right: -150px;
		bottom: 160px;
	}
	.gifbox {
		margin: 50px 0 0 0;
	}
}
@media only screen and (max-width: 767px) {
.package_item01{ padding:10px; margin-bottom:10px;}
.pakge_prod_box01{width: 50%;margin: 0;}
.package01.left{order:2}
.package01.mid1{order:3;}
.package01.right{order:4}
.package01.mid{order:1;}
.package01{width:100%;}
.package_box01{ margin-bottom:15px;}
    .package01 .checkoutBtn {
        padding: 7px 53px;
        font-size: 18px;
        display: inline-block;
        font-weight: 500;line-height: 28px;
    }

	
.banner-right-mob {width: calc(100% + 20px);margin: 18px 0 0 -10px;height: 220px;position: relative;overflow: hidden;transform: translate3d(0, 0, 0);}
	.banner-right-mob:before {
		position: absolute;
		display: block;
		width: 1500px;
		height: 100%;
		content: "";
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		background: url(../images/banner-image-m.webp) center top repeat-X;
		background-size: 750px;
		transform: translate3d(0, 0, 0);
		transition: opacity 0.5sease-out;
		animation: moveSlideshow 15s linear infinite;
	}
	@keyframes moveSlideshow {
		100% {
			transform: translateX(-50%);
		}
	}
	.banner-left {
		width: 100%;
		text-align: center;
	}
	.hide-mob {
		display: none;
	}
	.banner-heading {
		font-size: 35px;
		line-height: 40px;
	}
	.banner-productMob {
		width: 50%;
		height: auto;
		margin: 0px auto;
	}
	ul.banner-point {
		float: none;
		width: 50%;
		margin-top: 10px;
		margin: 0px auto;
	}
	.package_item {
        padding:10px;
    }
	.banner_text {
		font-size: 22px;
		line-height: 32px;
	}
	.banner_text br {
		display: none;
	}
	.charge_everything h2 {
		font-size: 24px;
	}
	.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;
	}
	.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;
	}
	.extra_section {
		background: none;
		margin: 0 auto;
		padding: 10px 0 0 0;
	}
	.extra_section .extra_section_inner {
		padding: 462px 19px 15px 18px;
		background: url(../images/simplify_pic_mobile.webp) top center no-repeat;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
		border-radius: 10px;
	}
	.extra_section_inner h3 {
		color: #fff;
		font-size: 35px;
		line-height: 48px;
	}
	.testimonial_sec {
		padding: 40px 0 0;
	}
	.dusk_section .dusk_inner {
		margin-bottom: 40px;
	}
	.dusk_section h2 {
		max-width: 250px;
		margin: 0 auto;
		font-size: 35px;
	}
	.install_section .install_section_left h2 br {
		display: none;
	}
	.install_section .install_pic {
		width: 100%;
		margin-bottom: 30px;
	}
	.install_section .install_section_left .screw {
		font-size: 20px;
		line-height: 31px;
		margin-bottom: 20px;
	}
	.install_section {
		padding: 0 0 50px 0;
	}
	.install_section .install_section_left {
		padding-top: 60px;
	}
	.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: 540px 19px 35px 18px;
		background: url(../images/expand_mobile.webp) top 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: 50px 0;
	}
	.powerhub_details_inner {
		padding-top: 35px;
		max-width: 100%;
	}
	.charge_everything .order-btn {
		padding-top: 20px;
	}
	.dusk_section {
		padding: 40px 0;
	}
	.dusk_section .brightness {
		font-size: 20px;
		line-height: 30px;
		padding: 0;
	}
	.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;
	}
	.dusk_section .dusk_inner .dusk_inner_part {
		padding: 20px 0;
	}
	.footer {
		padding: 65px 0 90px 0;
	}
	.priceTag {
		right: 0;
		bottom: 50%;
	}
	.iconListUli li p span {
		font-size: 20px;
	}
	.iconListUli li p em {
		font-size: 16px;
	}
	.allRooms_box {
		padding: 50px 0;
	}
	.allRooms_box p {
		width: 90%;
		font-size: 18px;
	}
	.dusk_section p {
		font-size: 18px;
	}
	.order-btn {
		padding-top: 0px;
	}
	.safeBoxTxt h4 {
		font-size: 18px;
	}
	.safeBoxTxt p {
		font-size: 14px;
	}
	.gifbox {
		margin: 0 0 20px 0;
	}
	.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;
	}
	.banner_text {
		font-size: 18px;
		line-height: 28px;
	}
	.protector_part p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media only screen and (max-width:576px) {
	.priceTag {
		right: 20%;
		bottom: 55%;
		width: 140px;
		height: 140px;
	}
	.priceTag small {
		width: 60%;
		font-size: 12px;
	}
	.priceTag span {
		font-size: 18px;
	}
	.priceTag em {
		font-size: 30px;
	}
	.safeBox img {
		width: 35px;
	}
	.safeBoxTxt {
		width: 85%;
	}
}
@media only screen and (max-width:511px) {
	.banner {
		padding: 0 0 40px;
	}
	ul.banner-point {
		width: 70%;
	}
	.bnr-rat-text span {
		display: block;
	}
	.ads_bar .ads_logos img {
		margin: 0;
	}
}
@media only screen and (max-width:480px) {
	.banner-heading {
		font-size: 31px;
		line-height: 35px;
	}
	ul.banner-point {
		width: 95%;
	}
	.ads_logos {
		display: none !important;
	}
	.miniMob {
		display: block;
	}
	.extra_section_inner h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.extra_section .extra_section_inner {
		background-size: 100% 100%;
	}
	.install_section .install_section_left h2 {
		font-size: 26px;
	}
	.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;
	}
}
@media only screen and (max-width:400px) {
	.banner-heading {
		font-size: 30px;
		line-height: 35px;
	}
	.priceTag {
		right: 0;
		bottom: 52%;
		transform: scale(0.7);
	}
}
@media only screen and (max-width:375px) {
	.key_features .heading {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 30px;
	}
	.dusk_section h2 {
		max-width: 100%;
		font-size: 24px;
	}
	.expand_power_inner h3 {
		font-size: 26px;
		line-height: 36px;
		max-width: 100%;
	}
	.faq_accordion_style .accordion-item .accordion-header button {
		font-size: 18px;
	}
	.banner-heading {
		font-size: 24px;
		line-height: 31px;
	}
}