*{
    font-family: Poppins !important;
}
.dropdown-content a,
.planSection a.card__mobile,
a {
    text-decoration: none
}

.banner-section .banner-text-box,
.hideme {
    -webkit-transition: 1s;
    -moz-transition: 1s
}

body,
img {
    max-width: 100%
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Rupee_Foradian;
    src: url(../fonts/Rupees/Rupee_Foradian.eot);
    src: url(../fonts/Rupees/Rupee_Foradian.eot) format("embedded-opentype"), url(../fonts/Rupees/Rupee_Foradian.woff2) format("woff2"), url(../fonts/Rupees/Rupee_Foradian.woff) format("woff"), url(../fonts/Rupees/Rupee_Foradian.ttf) format("truetype"), url(../fonts/Rupees/Rupee_Foradian.svg#Rupee_Foradian) format("svg");
    font-display: swap
}

body {
    line-height: 1;
    font-family: "Poppins" !important;
    background: #fff;
}

#main-wrapper,
.banner-section {
    overflow-x: hidden
}

.container {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 !important
}
.success_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.inner-container {
    max-width: 1105px;
    width: 90%;
    margin: 0 auto
}

.box-flex-block {
   display: flex;
   justify-content: space-between; 
}
.col-md-5.size-section{
    width: 42%;
    padding: 0 15px;
}
.col-md-7.size-section {
    width: 55%;
    padding: 0 15px;
}


.slider {
	position: relative;
	/* height: 100%; */
	width: 50%;
	overflow:hidden;
    /* margin-top:67px; */
}

.slider-content {
	position: relative;		
	width: 100%;
    /* height:80vh; */
}

.slider-content-wrapper {
	display: flex;
	/* height:80vh; */
	transition: transform 0.5s ease-in-out;
}

.slider-content__item {
	flex: 1 0 100%;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 100px;
	color: rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-controls {
	padding:20px;
	text-align: center;
}

.slider-content__controls {
	position:absolute;
	top:0;left:0;
	width: 100%;
	height: 100%;
	z-index:1;
	/*transform: translateY(-50%);*/
	/*padding:0 15px;*/
}

/* Arrows */
.prev-arrow, .next-arrow {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
	color:rgba(0,0,0, 0.3);
	width: 26px;
	transition: all 0.3s;
}
.prev-arrow {
    left: 20px;
    background: #452f8a;
    color: #fff;
    border-radius: 50px;
    padding: 3px 8px 0;
}
.next-arrow {
    right: 20px;
    background: #452f8a;
    color: #fff;
    border-radius: 50px;
    padding: 3px 8px 0;
}

.prev-arrow:hover,
.next-arrow:hover {
	cursor: pointer;
	color:rgba(0,0,0, 0.7);
}

/* Dots */
.dots {
	position:absolute;
	display: flex;
	left:50%;
	transform: translateX(-50%);
	bottom:10%;
}
section.b_new_faq {
    background: white;
}
.dot {
	cursor: pointer;
	width: 8px;
	height: 8px;
	margin-right: 4px;
	background-color: rgba(0,0,0, 0.3);
	/*box-shadow: 0 0 5px 0px rgba(0,0,0,0.9);*/
	border-radius: 50%;
	transition:all 0.3s;
}

/* Buttons */
button {
	cursor: pointer;
	margin-right: 8px;
	border:none;
	border-radius: 4px;
	padding:10px;
	background-color: #3066BE;
	color:#FFF;
	transition: all 0.5s;
}
button:focus {outline: none;}

/* Mods */
.disabled {
	background-color: #DCCFCF;
	color:#B0A8A8;
	cursor: default;
	pointer-events:none;
}

.d-none {
    pointer-events: none;
    opacity: 0.5;
}
.active {opacity: 1;}
.centered {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}
.customer-heading,
.pay-less,
strong {
    font-family: Poppins
}
.hideme {
    opacity: 0;
    position: relative;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: 1s;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%
}

.banner-section .newlpZeroOffers img,
.banner-section img.active,
.showme {
    opacity: 1;
    width: 100%;
}

.home-banner,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: 500
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* font: inherit; */
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

input {
    line-height: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
        font: inherit;
        vertical-align: baseline;

}

ol,
ul {
    list-style: none
}

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

.clear {
    clear: both;
    display: block;
    width: 100%
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rupee {
    font-family: Rupee_Foradian;
    /* margin: 1px; */
}

.heading02 {
    font-size: 32px;
    color: #442c8c;
    text-transform: uppercase;
    font-family: Poppins;
    text-align: center;
    line-height: 35px
}

.heading03,
.newlpZeroOffers .zeroOffContent b {
    font-size: 22px
}

.heading03 {
    color: #452f8a
}

.unltd_plan_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 20px 20px;
    text-align: left;
}



li,
p {
    color: #333;
    font-size: 15px;
    line-height: 23.48px
}

.banner-section img.mobile-home-banner,
.hideOnDesktop,
.mobile-home-banner,
.mobile__screen,
.showOnMobile {
    display: none !important
}

.banner-section .banner-text-box {
    width: 100%;
    opacity: 0;
    transition: 1s;
    margin-left: 10%
}
.banner-section .banner-text-box .banner-top-text {
    font-size: 36px;
    color: #452f8a;
    line-height: 50px;
    text-transform: none;
    margin-bottom: 20px;
    font-family: Poppins
}

.section {
    padding: 70px 0;
    /* border-bottom: 4px solid #f8f9fc */
	border-bottom: none !important;
}

.great-choice-section p {
    margin-top: 25px;
    text-align: center
}

.great-choice-section .choice-box-wrapper {
    margin-top: 5px;
    margin-left: -40px;
    padding-left: 10%
}

.great-choice-section .choice-box-wrapper .choice-box {
    float: left;
    margin-top: 40px;
    overflow: hidden;
    margin-left: 40px;
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -ms-calc(50% - 40px);
    width: calc(50% - 40px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.product-feature {
    display: flex;
    align-items: center;
}
.product-feature img {
    margin: 0;
    margin-right: 10px;
    width: 20px;
    margin-top: 3px;
}

.great-choice-section .choice-box-wrapper .choice-box .icon-box {
    background: #fff;
    width: 54px;
    height: 54px;
    padding: 12px 0;
    text-align: center;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.great-choice-section .choice-box-wrapper .choice-box .icon-box img {
    width: 55%;
    position: relative
}

.great-choice-section .choice-box-wrapper .choice-box .choice-text {
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: -ms-calc(100% - 75px);
    width: calc(100% - 75px);
    padding-left: 25px
}

.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount {
    font-size: 34px;
    color: #452f8a;
    line-height: 40px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount i,
.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount span {
    line-height: 35px;
    display: inline-block;
    margin-right: -10px
}

#header .login-btn,
#header .menu-list li a,
.custom-para,
.div1,
.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount span,
.heading,
.planSection .pay-less {
    font-family: Poppins
}

.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount .rupee {
    font-size: 40px
}

.great-choice-section .choice-box-wrapper .choice-box .choice-text label {
    font-size: 16px;
    font-family: Poppins;
    text-transform: uppercase;
    color: #333;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}



.text-center {
    text-align: center
}

button,
input[type=submit] {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none
}

.pay-less {
    color: #452f8a;
    font-size: 20px;
    margin-top: 20px
}

.alert.alert-warning.alert-dismissible.fade.in {
    color: red;
    margin-bottom: 10px
}

.alert.alert-warning.alert-dismissible.fade.in button,
.b_ul_payment p {
    color: #000
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1,
h2,
h2.customer-heading,


#myTab {
    border-bottom: 0 !important
}

.heading-nlp {
    color: #452f8a !important;
    text-align: center !important
}

h2.customer-heading {
    font-weight: 400 !important
}

.heading {
	font-family: Poppins !important;
    color: #494949 !important;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0px;
    opacity: 1 !important;
    }
	.heading.models {
		font-family:Poppins !important;
	}
	.heading.rent, .heading.compare_purifier {
		font-family: 'Poppins' !important;
        padding: 20px 0px;
        font-weight: 500;
	}
    .heading1.compare_purifier1 {
        font-family: 'Poppins' !important;
        text-align: left;
        font-weight: 500;
        font-size: 30px !important;
    }

.bannerSec_spl {
    background: #f7f7f9;
	width: 100%;
    position: relative;
}

.newlpZeroOffers .bluIcon.whiteBg {
    background-color: #fff !important;
    width: 58px !important;
    height: 58px !important
}

.newlpZeroOffers.blueBG {
	background-color: #5e41b7;
    width: 100% !important;
    position: relative !important;
    bottom: -14px !important;
    height: 57px;
}

.newlpZeroOffers .zeroOffContent {
   	color: #fff !important;
     /* line-height: 23px;
    font-size: 16px !important; */
	display: flex;
}

.featuresBx {
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 10px;
	/* margin-top: -110px; */
}

.featuresBx .heading {
   margin-bottom: 30px;
    color: #494949 !important;
    text-transform: capitalize;
    font-family: Poppins !important;
}

.featuresBx .product__img {
    width: 65%;
    display: block;
    margin: 0 auto
}

.featuresBx ul.feature__list {
    margin: 90px 0 0;
    padding: 0
}

.featuresBx ul.feature__list li {
    color: #494949;
    font-size: 19px;
    line-height: 25px;
    list-style: none;
    display: flex;
    align-items: center;
    width: 80%;
    font-family: Poppins
}

.featuresBx ul.feature__list li img {
    width: 17px;
    height: auto;
    margin-right: 15px
}

.featuresBx ul.feature__list li+li {
    margin-top: 40px
}

.featuresBx h5 {
    color: #333 !important;
    font-size: 25px;
    font-weight: 500 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}

.featuresBx ul.play__store {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    padding-bottom: 20px
}

.featuresBx ul.play__store li+li {
    margin-left: 15px
}

.featuresBx ul.play__store li img {
    height: 35px
}

.featuresBx .desktop__screen>div[class^=col-]:first-of-type .feature__list {
    position: relative;
    left: 100px;
    margin-top: 50px
}

.featuresBx .desktop__screen>div[class^=col-]:last-of-type .feature__list {
    position: relative;
    right: 40px;
    margin-top: 50px
}

.choiceSection,
.innovationSmartGen,
.planSection,
.smartDealSection {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    margin-top: 0;
    padding-top: 1px;
    padding-bottom: 15px;
    border-bottom: none;
}
.choiceSection .renting-livpure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
} 
.choiceSection .renting-livpure .content-width25 {
    width: 25%;
    text-align: center;
}
.choiceSection .renting-livpure .content-width25 .caption p {
    text-align: center;
}

.nav-tabs {
    border: none !important;
    justify-content: center;
    gap: 12px
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
    font-family: Poppins;
    font-size: 24px;
    line-height: inherit;
    /* padding: 10px 25px; */
    border: 1px solid #442c8c !important;
    border-radius: 25px;
    color: #442c8c;
    background: 0 0;
	border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #442c8c !important;
    color: #fff !important;
    position: relative;
    border-radius: 25px;
    width: 260px;
    text-align: center;
    font-family: Poppins !important;
    font-size: 24px;
}

#myTab .nav-link.active {
    background-color: #fff !important;
    color: #442c8c !important
}

#myTab .nav-link {
    border: 1px solid #fff !important;
    color: #fff !important
}

.nav-tabs .nav-link.active:after {
    content: "";
    border-top: 11px solid #442c8c;
    position: absolute;
    bottom: -7px;
    width: 0;
    left: 50%;
    margin-left: -10px;
    border-radius: 10px;
    border-left: 10px solid transparent;
    border-right: 11px solid transparent
}

.nav-tabs .nav-item {
    position: relative
}

.nav-tabs .nav-item .premPlan {
    background: #ffd800;
    color: #442c8c;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 5px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -13px;
    height: 21px;
    z-index: 1;
    pointer-events: none
}

.nav-tabs .nav-item .premPlan img {
    height: 10px !important;
    width: auto !important;
    margin-right: 3px
}

.prodcutInformation {
    width: 100%;
    display: inline-block;
    background-color: #efefef;
    position: relative;
    padding-bottom: 0;
    padding-top: 40px
}

.prodcutInformation:after {
    content: "";
    background-size: 100%;
    position: absolute;
    height: 100px;
    width: 100%;
    display: none
}

.prodcutInformation .cardBx {
    box-shadow: 0 5px 20px 0 #ddd7d7;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 40px;
    padding: 20px 20px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.productOuter {
    width: 80%;
    display: block;
    margin: 0 auto
}

.prodcutInformation .row>div[class^=col-] {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.prodcutInformation .cardBx h5 {
    color: #442c8c;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px
}

.prodcutInformation .cardBx .description {
    width: 100%
}

.prodcutInformation .cardBx .description ul {
    margin: 40px 0 0;
    padding: 0
}

.prodcutInformation .cardBx .description ul li {
    font-size: 14px;
    color: #494949;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.prodcutInformation .cardBx .description ul li img {
    height: 15px
}

.prodcutInformation .cardBx .description ul li img.uparrowImg {
    height: 17px
}

.prodcutInformation .cardBx .description ul li+li {
    border-top: 1px solid #e0e0e0
}

.planSelectorSec,
.prodcutInformation .cardBx.lsh__card {
    background: #442c8c
}

.prodcutInformation .cardBx.lsh__card h5 {
    color: #fff
}

.prodcutInformation .cardBx.lsh__card .description ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f0ebfe
}

.prodcutInformation .cardBx.lsh__card .description ul li+li {
    border-top: 1px solid #6a57a2
}

.step__container {
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 8px;
    margin-top: 0
}

.step__container .card__parent {
    display: flex;
    justify-content: space-between;
    margin-top: 45px
}

.step__container .card__child {
    flex: 1;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px 15px;
    position: relative
}

.step__container .card__child+.card__child {
    margin-left: 40px
}

.step__container .card__child+.card__child:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    background: url(../../assets/images/arrow-large-icon.svg) center center/100% no-repeat;
    width: 22px;
    height: 11px
}

.step__container .card__child .circleBx {
    width: 50px;
    height: 50px;
    border: 1px solid #442c8c;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0 auto
}

#happycus>span,
.step__container .card__child .circleBx img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.step__container .card__child article h5 {
    font-size: 18px;
    color: #442c8c;
    font-weight: 500;
    margin-top: 15px
}

.step__container .card__child article p {
    font-size: 15px;
    color: #494949;
    line-height: 19px;
    margin-bottom: 5px
}

.productSection {
    width: 100%;
    display: inline-block;
    background-color: #efefef;
    padding: 50px 0;
    margin-top: 5px
}

.productSection .productTabBx {
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #45308a;
    border-radius: 25px;
    padding-bottom: 50px;
    padding-top: 10px
}

.productSection .productTabBx h2 {
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
    padding: 20px 10px 30px
}

.productSection .nav-tabs {
    justify-content: flex-start
}

.productSection .nav-tabs .nav-item.show .nav-link,
.productSection .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #442c8c;
    position: relative;
    font-weight: 500
}

.productSection .nav-tabs .nav-link.active:after {
    border-top: 11px solid #fff;
    bottom: -10px
}

.productSection .nav-tabs .nav-link,
.productSection .nav-tabs .nav-link:hover {
    border: 1px solid #fff;
    color: #fff
}

.newNLP_Page_reg_form .terms-use strong,
.productSection .nav-tabs .nav-link.active {
    color: #442c8c
}

.productSection .tab-content p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-top: 40px;
    padding-right: 60px
}

.productSection .prodcutKnowMoreBtn {
    background-color: #f58220;
    color: #fff !important;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 10px;
    margin-top: 20px;
    text-transform: inherit !important
}

.banner-section .banner-text-box.active {
    opacity: 1;
    margin-left: 0
}

.newNLP_Page_reg_form {
    width: 60%;
    padding: 5px 35px 10px;
    transition-delay: 3s;
    text-align: left;
    background: #f6f8fa !important;
    position: relative;
    /* bottom: 85px; */
}
.newNLP_Page_reg_form h3 {
    text-align:left;
    /* opacity: 0.7; */
    margin:0;
}
.sub-heading-block {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.sub-heading-block .inStock {
    background: #48a513;
    padding: 6px 19px;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.sub-heading-block .saperator {
    margin-right: 10px;
}
.sub-heading-block .imgBlock img {
    opacity: 1;
    margin: 0;
    display: inline;
    width: 18px;
    margin-right: 10px;
}
.sub-heading-block .text {
    font-size: 15px;
    opacity: 1;
    color: #494949
}
.head.active img {
        transform: rotate(-180deg) !important;
    }
.product-free-duration {
    margin:10px 0;
}
.product-free-duration span {
    background: #f0ebfe;
    padding: 4px 15px 6px;
    font-size: 15px;
    color: #442c8c;
    border-radius: 7px;
    font-weight: 500;
    letter-spacing: 2px;
}
.action-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.action-block .buy-now {
    background: #f58220;
    padding: 8px 30px;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.action-block .buy-now p {
    color: #fff !important;
    font-family: 'Poppins';
    font-size: 14px;
}
.action-block .talk-expert {
    padding: 6px 15px;
    border: 2px solid #f37a21;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Poppins';
    background: white;
}
.action-block .talk-expert p {
    color: #f37a21 !important;
    font-size: 14px;
}
.sevenTrial{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: #442c8c;
    font-family: 'Poppins';
    opacity: 1;
    border-left: 1px solid #979797;
    padding-left: 10px;
}
.banner-section {
    padding-top: 0;
    position: relative;
    width: 100%;
    border-bottom: 4px solid #f8f9fc;
    
}

.banner-section .container {
    position: absolute;
    left: 0;
    margin-left: 37px;
    margin-right: 37px;
    max-width: 480px;
    width: 100%;
    right: 0;
    top: 15%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.banner-section .container p {
    font-size: 30px
}

.banner-section .container span {
    font-weight: 500
}

select.select2 {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #bdbdbd 50%), linear-gradient(135deg, #bdbdbd 50%, transparent 50%), linear-gradient(to right, #bdbdbd, #bdbdbd) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - 2.5em) .5em !important;
    background-size: 6px 6px, 7px 7px, 0 1.5em !important;
    background-repeat: no-repeat !important
}

.customer-heading {
    color: #442c8c;
    font-size: 28px;
    padding-top: 45px;
    font-weight: 500
}

.fa-star,
.star__rating .fa.checked {
    color: #f58220
}

#circle1 {
    width: 93px;
    height: 93px;
    shape-outside: circle();
    clip-path: circle();
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%)
}
.circle1 {
    width: 93px;
    height: 93px;
    shape-outside: circle();
    clip-path: circle();
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%)
}

#circle1>img {
    position: relative;
    border-radius: 50%
}

.circle1>img {
    position: relative;
    border-radius: 50%
}
.custom-para {
    color: #626262;
    font-size: 18px;
    margin-top: 38px
}

.custom-para1 {
    color: #828282;
    font-size: 15px
}

.custom-para2 {
    color: #828282;
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
    min-height: 155px
}

.star__rating {
    width: 100%;
    display: inline-block;
    margin-top: 15px
}

.star__rating .fa {
    font-size: 17px;
    color: #828282
}

.star__rating .fa+.fa {
    margin-left: 5px
}

.testimonial {
    /* margin: 30px 20px 20px; */
    padding-top: 0;
    width: 33.33%
}



#footer .footer-menu .footer-menu-list,
.center {
    padding: 0
}

.happy__customer {
    margin-top: 5px;
    /* background-color: #f2f2f2 */
}

#happycus {
    min-height: 120px;
    position: relative
}
.btn {
    width: 170px;
    border: 1px solid #442c8c;
    color: #442c8c;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 11px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.registration__form {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0
}

.form__caption {
    font-size: 22px;
    line-height: 22px;
    font-family: Poppins;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px
}

.NewLP_Con.great-choice-section .choice-box-wrapper .choice-box,
.form__fields .full__field,
.form__fields .half__field {
    margin-bottom: 25px
}

.form__fields .full__field input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #442c8b;
    font-size: 14px
}

.form__fields .first_full__field input::-webkit-input-placeholder,
.form__fields .full__field input::-webkit-input-placeholder {
    color: #442c8b;
    font-family: Poppins;
    font-size: 14px;
    line-height: 16px
}

.form__fields .full__field select {
    border: none;
    border-bottom: 1px solid #442c8b;
    width: 100%;
    font-size: 14px;
    background: 0 0
}

.form__tc .btn-wrapper .submit-btn {
    font-size: 16px;
    width: 200px;
    margin-top: 10px;
    background: #452f8a;
    color: #fff;
    text-transform: none
}

.d-flex {
    display: flex
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    height: 100vh
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.banner-section {
    border-bottom-width: 0
}

.newlpZeroOffers>.d-flex {
    max-width: 815px;
    margin: 0 auto;
    justify-content: space-between
}

.newlpZeroOffers .bluIcon {
    background: #442c8c;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px
}

.newlpZeroOffers .zeroOffContent {
    padding: 0 20px !important;
    font-family: Poppins
}

.newlpZeroOffers .zeroOffContent i.rupee {
    font-weight: 400 !important;
	padding-right: 0px;
    font-size: 28px;
}

.NewLP_Con .choice-text label small {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 100;
    text-transform: lowercase
}

.NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .choice-text label {
    font-size: 24px;
    color: #333;
    text-align: left;
    margin-top: 0;
    line-height: 26px;
    font-weight: 500
}

.NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount {
    font-size: 52px;
    font-weight: 500;
    color: #442c8c
}

.NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount i.rupee {
    font-size: 52px
}

.NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .icon-box {
    background: #fff;
    width: 72px;
    height: 72px;
    padding: 16px 0
}

.newlpZeroOffers .zeroOffContent b {
    font-family: Poppins;
    font-weight: 500;
	font-size: 30px;
}

.zeroOffContent b + span {
	margin: 10px 5px;
    font-family: Poppins;
    font-size: 16px;
}

.newlpZeroOffers>.d-flex {
	max-width: fit-content;
    justify-content: space-evenly;
    padding: 5px 0
}

.zeroCost {
	background: transparent;
    opacity: 0.8;
    width: 100%;
    position: relative;
    margin: -71px 0px 2px;
}

.best-purchase-section .deal-list li:first-child,
.best-purchase-section .deal-list li:nth-child(3n) {
    width: 55%;
    padding-right: 5%
}

.best-purchase-section .deal-list {
    width: 70%;
    margin: 20px auto 50px
}

.glider-next {
    /* right: 40px !important; */
    top: 25% !important
}

.glider-prev {
    /* left: 50px !important; */
    top: 25% !important
}
span.unltd_ltrs1 {
    color: #7f7f7f;
    font-size: 16px;
    margin-bottom: 1rem;
    display: inline-block;
}
/* otp css */
.otp-input-fields {
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 9px 0 0;
}
.enterOtpText {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    color: #fff !important;
    margin: 20px 0;
}
.enterNumberText{
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 20px;
}
input#VerifyBtn {
    display: block !important;
    padding: 15px !important;
    border-radius: 25px !important;
    background-color: #f58220 !important;
    font-family: 'Poppins' !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 0.91;
    color: #fff;
    margin-top: 24px;
    width: 100%;
}
#verifyRegsiterForm input {
    display: block;
    padding: 15px 15px 15px 18px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: none;
    margin-bottom: 15px;
}
.otp-input-fields input {
    height: 50px;
    width: 45px !important;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    text-align: center;
    outline: 0;
    font-size: 16px;
    padding: 0 !important;
}
.resend_Otp {
    color: #fff;
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}
#verifyRegsiterForm {
    display: none;
    text-align: center;
    padding: 30px 0 8px;
}
.otpTimer {
    text-align: center !important;
    color: #fff !important;
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}
span#timer {
    font-family: 'Poppins';
}

/* otp css end  */
@media only screen and (max-width:1023px) {

    .banner-section img.home-banner {
        display:block !important;
    }



div.accordionHeading > p {
	margin: -27px 22px 0px 10px !important;
    position: relative;
    font-size: 14px !important;
    font-family: Poppins;
}
	.accordionHeading span {
		white-space: nowrap;
	  }
	/* Stylize all tds in trs except in the first one! */
table.bordered tr:not(:first-child) td {
	font-size: 10px !important;
    vertical-align: top;
  }
  table.bordered.mobile-devices.new_brdred td span {
    display: inline-block;
    width: 65%;
}
  table.bordered > tbody tr > td:first-child {
	font-size: 12px !important;
  }


	#zinger_show {
		display: none;
	}
	#bolt_show {
		display: block;
	}
	h4, .affo_content {
		font-size: 16px !important;
		line-height: 25px !important;
	}
	.affo_content {
		font-size: 14px !important;
	}
	#accordion-2 > div.content > table > tbody > tr:nth-child(1) > td:nth-child(1), #accordion-21 > div.content1 > table > tbody > tr:nth-child(1) > td:nth-child(1) {
		padding-top: 15px;
		}
		#accordion-2 > div.content > table > tbody > tr:nth-child(1) > td:nth-child(2), #accordion-21 > div.content1 > table > tbody > tr:nth-child(1) > td:nth-child(2) {
			padding-top: 15px;
		}
		table.bordered tr > td {
			font-size:12px !important;
		}
		#accordion-2 > div.content > p.accordion_content, #accordion-21 > div.content1 > p.accordion_content1 {
		border-bottom: 1px solid #dddddd;
		width: 100% !important;
		}
		
		.technical_features td {
		width: 50% !important;
		text-align: left;
		text-indent: 0px !important;
		width: 50%;
		padding: 7px !important;
		font-size:14px !important;
		}	
		#accordion-2 > div.content > table, #accordion-21 > div.content1 > table {
			width: 100% !important;
		}
	.bordered tr:first-child td {
		padding: 40px 6px 10px !important;
	}

	.bordered tr:first-child td img:first-child {
		margin: 6px 0px;
	}
	.container.slider-column, .container.slider-column1 {
		max-width: 22.5rem !important;
		height: auto;
		margin-inline: auto;
		padding-inline: 1.25rem;
		margin-left: 25px !important;
	}

	/* .container.slider-column {
		max-width: 75rem;
		height: auto;
		margin-inline: auto;
		padding-inline: 1.25rem;
		width: 58.2%;
		position: relative;
		right: -45px;
	} */

	.heading.rent, .heading.compare_purifier {
		font-family: Poppins !important;
	}
	.newlpZeroOffers .zeroOffContent {
		padding: 0 !important;
	}
	#mbl_show > section > div > div:nth-child(3) > div > div > span:after {
		display: none;
	}

	/* accordion-1 */
	#accordion-1, #accordion-2, #accordion-3, #accordion-11, #accordion-21, #accordion-31{
		position: relative;
		/* box-shadow: 0px 1px 7px #DBDBDB; */
	  }
	  
	  #accordion-1 .head, #accordion-2 .head, #accordion-3 .head, #accordion-11 .head1, #accordion-21 .head1, #accordion-31 .head1{
		color: #563e6e;
		/* padding: 20px 30px; */
		cursor: pointer;
		transition: 0.2s ease;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		/* border-top: 1px solid #dddddd; */
        /* border-bottom: 1px solid #ddd; */
		/* width: 120%; */
		/* margin: 20px 0px 0px; */
		margin: 0px 0px 0px !important;
	  }
	  
	  #accordion-1 .arrow, #accordion-2 .arrow, #accordion-3 .arrow, #accordion-11 .arrow1, #accordion-21 .arrow1, #accordion-31 .arrow1{
		color: #563e6e;
		font-size: 40px;
		transition: 0.25s ease;
		/* opacity: 0.3; */
	  
	  }
	  
	  #accordion-1 .arrow-animate, #accordion-2 .arrow-animate, #accordion-3 .arrow-animate, #accordion-11 .arrow-animate1, #accordion-21 .arrow-animate1, #accordion-31 .arrow-animate1{
		transform: rotate(-180deg);
		opacity: 1;
	  }
	  #accordion-1 .content{
		background-color: #FFFFFF;
		display: block;
		/* padding: 20px 30px; */
		color: #333333;
		/* width: 122%; */
	  }
	  #accordion-11 .content1{
		background-color: #FFFFFF;
		display: none;
		/* padding: 20px 30px; */
		color: #333333;
		/* width: 122%; */
	  }

	  #accordion-2 .content, #accordion-21 .content1{
		background-color: #FFFFFF;
		display: none;
		/* padding: 20px 30px; */
		color: #333333;
		/* width: 122%; */
	  }

	  #accordion-3 .content, #accordion-31 .content1{
		background-color: #FFFFFF;
		display: none;
		/* padding: 20px 30px; */
		color: #333333;
		width: 100%;
	  }
	  .fa-angle-down.accordion_1:before {
		  content: "\f107";
		  background: url(../../assets/images/image_down.webp) center center/100% no-repeat;
	  }

	  .fa-angle-down.accordion_2:nth-child(2):before, .fa-angle-down.accordion_3:nth-child(3):before {
		content: "\f107";
		background: url(../../assets/images/image_up.webp) center center/100% no-repeat;
	}
	.accordion_heading, .accordion_heading1 {
		color: #494949 !important;
		font-size:22px;
		font-family:Poppins !important;
		padding: 15px 0;
	}
	.accordion_content, .accordion_content1 {
		font-size: 16px !important;
		line-height: 24px !important;
		color: #494949;
		text-align: left;
		padding-top: 5px;
		font-family: Poppins;
	}

	.accodion_main {
		display: block !important;
		width: 100%;
		padding-right: 53px;
		margin: 0px 0px 280px;
	}
	.accodion_main1 {
		display: block !important;
		width: 100%;
		padding-right: 53px;
		/* margin: 0px 0px 280px; */
	}

	.zero_cols {
		/* margin: 0px !important;
		padding-top: 15px; */
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: normal;
		justify-content: space-between;
		align-items: center;
		/* margin: 0px -45px 10px; */
		margin: 0px !important;
		/* border-top: 1px solid #dbdbdb; */
		padding-top: 15px;
	}

	/* #main-wrapper > div.container.containerNew > div > div:nth-child(1) {
		border-bottom: 1px solid #dbdbdb;
	} */
	
	

	.slider-section, .slider-section1 {
		margin-inline: -30px -40px !important;
		padding-block: 23px 10px !important;
		/* padding: 20px 50px !important; */
	}
	img.slider-image, img.slider-image1 {
		display: block;
		max-width: 100%;
		object-fit: cover;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		width: 90px !important;
		padding: 30px !important;
		margin: -15px -30px -15px -15px !important;
		/* margin: -22px -30px -15px -15px !important; */
	}
	.slider-next, .slider-next1 {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.15rem;
		font-weight: 500;
		cursor: pointer;
		user-select: none;
		padding: 1rem;
		width: 1rem;
		height: 1rem;
		opacity: 0.75;
		border-radius: 50%;
		color: var(--white-100);
		background: var(--black-400);
		background: url(../../assets/images/left_arrow.webp) center center/100% no-repeat;
	  }
	  .slider-next, .slider-next1 {
		top: 37% !important;
		left: auto;
		right: 0.5rem !important;
	  }

	  .slider-prev, .slider-prev1 {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.15rem;
		font-weight: 500;
		cursor: pointer;
		user-select: none;
		padding: 1rem;
		width: 1rem;
		height: 1rem;
		opacity: 0.75;
		border-radius: 50%;
		color: var(--white-100);
		background: var(--black-400);
		background: url(../../assets/images/left_arrow_copy_2.webp) center center/100% no-repeat;
	  }
	 
	
	
	  .slider-prev, .slider-prev1 {
		top: 35% !important;
		left: -2rem !important;
		right: auto;
	  }




 
 




	
	
	
 
    .NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .choice-text label,
    .banner-section .banner-text-box p {
        font-size: 22px !important
    }
 
   
  
	
   

  


    .custom-para2 {
        width: 300px
    }
    .testimonial .testimonial-content {
        width: 100% !important
    }
    .testimonial {
        margin: 30px 5px 20px !important;
        width: 100%
    }

  .innovation-section p br,
    .nlp_mob-hide {
        display: none
    }
    .best-purchase-section .deal-list li {
        width: 100%
    }
    .best-purchase-section .deal-list li:first-child,
    .best-purchase-section .deal-list li:nth-child(3n) {
        width: 100%;
        padding-right: 0
    }
    .great-choice-section .choice-box-wrapper .choice-box {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -ms-calc(100% - 20px);
        width: calc(100% - 20px)
    }
    .great-choice-section .choice-box-wrapper {
        margin-top: 0
    }
    .banner-section .banner-text-box .banner-top-text {
        line-height: 45px;
        font-size: 36px;
        line-height: normal
    }
    body.welcome .banner-section {
        padding-top: 0 !important
    }
    .banner-section .d-flex.justify-content-center,
    .mobile-row {
        flex-direction: column
    }
    .newNLP_Page_reg_form {
        width: 100%;
        max-width: initial !important;
        margin: 0 auto;
        padding-top: 15px;
        z-index: 1
    }
    .banner-section .banner-text-box .banner-title {
        line-height: normal;
        font-family: Poppins
    }
    .banner-section .banner-text-box.active {
        width: 56%
    }
    .newNLP_Page_reg_form .terms-use strong {
        color: #f58220
    }
    .heading {
        font-size: 20px;
        text-align: center !important
    }
    .btn-group {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important
    }
    .buttongroup2,
    .buttongroupArrow {
        width: 110px;
        height: 35px;
        font-weight: 500
    }
    .buttongroupArrow :before {
        content: "";
        width: 0;
        height: 0;
        border: .8em solid transparent;
        position: absolute;
        border-top: 16px solid #fff
    }
    .buttongroupArrow {
        color: #452f8a;
        background-color: #fff;
        border: 2px solid #fff
    }
    .buttongroup2 {
        color: #fff;
        background-color: #452f8a;
        border: 2px solid #fff !important
    }
    .over-all-sec .formSidebar,
    .planSelectorSec,
    .plan_slider_selection_section {
        border-top-left-radius: 25px
    }
    .bannerImg,
    .cancel_desc,
    .planSelectorSec .nav,
    .plan_slider_selection_section form {
        margin: 0 auto
    }
    .over-all-sec .formSidebar,
    .over-all-sec .imgBanner {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .over-all-sec .formSidebar {
        background: #442c8c
    }
    .over-all-sec {
        max-width: 90%
    }
    .bannerImg {
        max-width: 360px;
        max-height: 250px
    }
    .bannerImg .img-fluid {
        max-width: 150%;
        margin: -6% -20%
    }
}



@media only screen and (max-width:575px) {
    .banner-section .banner-text-box .banner-top-text {
        font-size: 18px;
        line-height: 26px
    }
    .banner-section .banner-text-box p {
        font-size: 16px
    }
    .banner-section .banner-text-box .banner-title {
        font-size: 18px;
        line-height: normal;
        font-family: Poppins
    }
    .over-all-sec {
        max-width: 95%
    }
    .planSelectorSec .nav {
        padding: 10px
    }
    .cancel_desc .smText,
    .duration {
        font-size: 14px
    }
    .offprice b {
        font-size: 30px
    }
    .plan_slider_selection_section {
        padding: 25px 14px
    }
    .insCharges {
        padding: 16px 15px 13px
    }
    .plan_slider_selection_section h4 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .memberSelection,
    .planSelection {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {

.great-choice-section .choice-box-wrapper .choice-box .choice-text label {
        font-size: 16px
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount .rupee {
        font-size: 33px
    }
    .section {
        padding: 35px 0
    }
    .banner-section .banner-text-box .banner-top-text {
        font-size: 18px;
        line-height: 26px
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount {
        font-size: 36px
    }
    .banner-section .banner-text-box .banner-top-text br {
        display: none
    }
    .great-choice-section .choice-box-wrapper .choice-box .icon-box {
        width: 50px;
        height: 50px;
        padding: 9px 0
    }
    .banner-section .container {
        position: absolute;
        left: 0;
        margin-left: 16px;
        margin-right: 16px;
        max-width: 480px;
        width: 100%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 75px
    }
    .banner-section .banner-text-box p {
        font-size: 16px;
        margin: 0 0 5px
    }
}

@media only screen and (max-width:360px) {
    .productSection .productTabBx h2 {
        padding: 5px 12px
    }
}

@media only screen and (max-width:639px) {
	.banner-section .banner-text-box.active {
		position: relative;
		top: -10px !important;
	}
    .innovation-section .innovation-box-wrap .innovation-box {
        padding: 0;
        width: 100%;
        float: none
    }
    .great-choice-section .choice-box-wrapper .choice-box {
        margin-top: 30px
    }
    .banner-section .container {
        top: 76px
    }
    .banner-section .banner-text-box .banner-top-text {
        font-size: 30px;
        line-height: 32px
    }
    .banner-section .banner-text-box p {
        font-size: 21px;
        margin: 0 0 20px
    }
    .great-choice-section p {
        margin-top: 15px
    }
}



@media only screen and (max-width:324px) {	
	.zeroCost {
		width: max-content !important;
	}
	.newlpZeroOffers .zeroOffContent span {
		font-size: 11px !important;
		display: block;
	}
}



@media only screen and (max-width:1023px) {
	
	
	.happy__customer {
		margin-top: 10px;
	}
	div.row.background-color > div:nth-child(1), div.row.background-color > div:nth-child(2), div.row.background-color > div:nth-child(3){
		width: 25%;
		float: left;
	}
	div.row.background-color > div:nth-child(4){
		width: 25%;
		float: right;
	}
	
	.silver{
		color: #494949;
		font-size: 14px !important;
		/* margin: 15px 0px -3px; */
		font-family: Poppins !important;
		margin: 0 !important;
		font-weight: 500;
	}
	.unltd {
		color: #494949;
		font-size: 14px !important;
		/* margin: 15px 0px -3px; */
		font-family: Poppins !important;
		margin: 0 !important;
		font-weight: 500;
		/* display: contents; */
        margin-bottom: 5px !important;
	}
	div.zinger_section > div > p.unltd {
		display: flex;
		padding: 6px 10px 6px;
	}
 div.zinger_section > div > p.unltd_ltrs1 {
		float: left;
		display: flex;
		padding: 0px 10px 0px;
		margin: -15px 23px;
	}
	div.zinger_section > div > p.rupees_month {
		/*float: left; 
     display: contents; */
    /* margin: -25px 0px 0px; */
	}
	div.zinger_section > div > p.save_btn_sec {
		float: right;
		margin: -25px 15px;
	}


	.zinger_btn {
		font-size: 14px !important;
    	padding: 7px !important;
	}
	.box1 {
		width: auto !important;
		border: 1px solid #ebb88c;
		background: #faede2;
	}
	.bolt_btn {
		font-size: 14px !important;
		padding: 7px !important;
	}
	.flex-container {
		display: block !important;
		width: 100% !important;
	}
	.col-md-6.unltd_plan_content {
		display: block !important;
		margin: 0 auto;
	}
	.col-md-6.silver_plan_content {
		display: block !important;
		float: none !important;
		margin: 0 auto;
	}
   div.col-md-6.silver_plan_content > div {
	float: left;
	text-align: -webkit-center;
    width: 50%;
   }
   .flex-child:first-child {
	margin-right: 0px !important;
    font-family: Poppins;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    padding: 0 !important;
   }
   .silver_plan:after {
    content: "";
    background-color: #e3e3e3;
    position: absolute;
    width: 1px;
	height: 82px !important;
    top: 5px !important;
    left: 50% !important;
    display: block !important;
}
.save_btn_sec {
    padding-bottom: 0px;
    margin-top: -5px;
	margin-bottom: 5px !important;
}
.save_btn {
    font-family: Poppins !important;
    font-size: 10px;
    width: 80px !important;
    height: 16px !important;
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 22px !important;
}
.box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
	/* position: relative; */
    max-width: -webkit-fill-available !important;
    border: 1px solid #dadada;
	width: auto !important;
}

p.rupees_month {
    margin-top: -20px;
    margin-bottom: 5px;
}

p.rupees_month span:last-child, p.rupees_month span:nth-child(2) {
    color: #442c8c;
    font-size: 17px !important;
    font-family: Poppins !important;
	position: relative;
    top: -1px !important;
}
p.rupees_month span:first-child {
    color: #442c8c;
    font-size: 19px !important;
    font-weight: 500;
    font-family: Poppins !important;
	margin-top: -10px !important;
}
.ltrs {
    color: #bdbdbd;
    font-size: 10px !important;
    font-family: Poppins !important;
	margin-top: -10px !important; 
}
.unltd_ltrs {
    color: #bdbdbd;
    font-size: 10px !important;
    font-family: Poppins !important;
	margin-top: -10px !important; 
}
.unltd_ltrs1 {
    color: #7f7f7f !important;
    font-size: 10px !important;
    font-family: Poppins !important;
	/* margin-top: 15px !important;  */
	}
	.half-half-image-text {
		padding: 0 !important;
	}

label {
    display: inline-block;
    /* margin-bottom: -0.1rem !important; */
}
	
	.accordion {
		text-align: left;
		position: relative;
		bottom: -15px !important;
		left: 0px !important;
		margin: 0 !important;
		min-width: auto !important;
		padding-right: 15px;
	}
input[type="radio"] {
	appearance: none;
	position: fixed;
  
	&:checked ~ div {
	  max-height: 200px;
	  font-size: 14px !important;
	  color: #828282;
	  font-family: Poppins !important;
	  margin: -5px;
	  padding-bottom: 20px;
	}
  }
  article {
    border: 1px solid #dddddd;
    padding: 0px 5px 0px !important;
    border-left: none;
    border-right: none;
    /* min-width: 145%; */
    border-bottom: none;
    width: 105% !important;
}

	article h2 {
		color: #494949 !important;
		font-size: 22px !important;
		font-family: Poppins !important;
		display: inline-grid;
		/* margin: 18px -5px 20px !important; */
	}

	.circleNewFeature + span {
		font-size: 16px;
		color: #442c8c;
		/* margin: 55px -65px auto; */
		margin: 5px auto !important;
	}
	.circleNewFeature {
		display: block !important;
        padding: 10px;
	}

	.newlpZeroOffers.blueBG {
		background-color: #5e41b7;
		width: 100% !important;
		position: relative !important;
		bottom: 0px !important;
		height: 39px;
		/* margin: 0px 0px -3px -6px; */
	}

	.glider {
		margin-top: 0px;
		overflow-x: clip;
		width: inherit;
    	margin-left: 0 !important;
	}
	/* .carosel_image {
		left: 35% !important;
	} */

	.carosel_main_image_mbl {
		display: block !important;
		border-radius: 0 !important;
		margin: -15px 0px -40px auto;
	}

	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		background-color: #442c8c !important;
		color: #fff !important;
		position: relative;
		border-radius: 25px;
		width: 161px;
		/* padding: 8px; */
		text-align: center;
		font-family: 'Poppins';
		font-size: 14px;
		display: block;
	    padding: 5px;
	}

	.nav-tabs .nav-link {
		font-family: Poppins;
		line-height: inherit;
		/* padding: 10px 25px; */
		border: 1px solid #442c8c !important;
		border-radius: 25px;
		color: #442c8c;
		background: 0 0;
		border-top-left-radius: 25px !important;
		border-top-right-radius: 25px !important;
		/* margin: 5px 22px 5px 22px; */
	    padding: 5px;
	}

	.nav-tabs .nav-item {
		position: relative;
	}

	.nav-tabs {
		border: none !important;
		justify-content: center;
		gap: 12px;
	}
	
	.heading {
		font-size: 20px !important;
		margin-top: -15px !important;
		font-family: Poppins !important;
		margin-bottom: 15px;
		line-height: 30px;
	}

	.form__caption {
		font-size: 20px;
		margin-bottom: 18px;
    	margin-top: 5px;
	}

	.full__field:last-child {
		margin-bottom: -5px;
	}

	.half_circle_img {
	    position: relative;
    left: 47%;
    bottom: 25px;
    z-index: 999;
	}

	#terms+span {
		color: #f0ebfe;
		font-size: 14px !important;
		font-family: Poppins;
	}

	.terms_con {
		color: #ffffff !important;
		text-decoration: none !important;
		font-family: Poppins;
	}

	.mb-4 input[type="checkbox"] {
		accent-color: white;
	  }

	.newNLP_Page_reg_form .form__tc .btn-wrapper .submit-btn{
		font-family: Poppins;
		font-weight: 600;
		margin-bottom: 0px;
		min-width: 100%;
		margin-top: 15px !important;
	}
    .bBltShw .circleNewFeature{
        font-size: 20px;
    }
    .bBltShw .rupee {
        font-size: 20px;
    }

	.zero_text:after {
		content: "";
		background-color: #e3e3e3;
		position: absolute;
		width: 1px;
		height: 18px;
		top: 10px;
		left: 100%;
		display: block;
	}
	.bannerSec_spl {
		background: #fff;
		margin-bottom: -35px;
		width: auto;
	}

	.zeroOffContent b + span {
		margin: 0;
		font-family: Poppins;
		padding: 12px;
		position: relative;
		left: -9px;
	}
	.newlpZeroOffers .zeroOffContent b {
		font-family: Poppins;
		font-weight: 500;
		font-size: 12px !important;
		display: contents;
	}
	.newlpZeroOffers .zeroOffContent i.rupee {
		font-weight: 400 !important;
		padding-right: 0px;
		font-size: 12px !important;
		display: contents;
	}
	.newlpZeroOffers>.d-flex {
		padding: 0 !important;
	}
	.banner-section img.mobile-home-banner {
		margin-top: 0;
		display: block !important;
		width: 100%;
		height: auto;
	}
	.zeroCost {
		background: transparent;
		opacity: 0.8;
		width:100%;
		position: relative;
		/* margin: -71px 0px 2px; */
		margin-bottom: 35px;
		margin-top: -39px;
	}
	#web_show {
		display: none;
	}
	#mbl_show {
		display: block;
	}
 
    .prodcutInformation:after {
        height: 85px
    }
    .prodcutInformation:before {
        content: "";
        width: 100%;
        height: 20px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9
    }
}

@media only screen and (max-width:767px) {
    .accordion_content, .accordion_content1 {
        font-size: 14px !important;
    }
    .technical_features td {
        font-size: 14px !important;
    }
    .glider-slide {
        min-width: 150px !important;
    }
    .sub-heading-block .text {
        font-size: 14px;
    }
    .circleNewFeature + span {
        font-size: 12px !important;
    }
    .accordion_heading, .accordion_heading1 {
        font-size: 16px !important;
    }
    .arrows, .arrows1 {
        margin: 8px 0px !important;
    }
    .box-flex-block {
        flex-direction: column;
    }
    .size-section {
        width: 100% !important;
    }
    .unltd_plan_wrapper {
        padding: 11px 20px 11px;
    }
    .plus-wrapper {
        margin: 14px 10px 12px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 72px;
        height: 30px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    .slider {
        margin-top: 0px;
        width: 100%;
    }

    .b_new_faq .faqheading {
        margin-bottom: 10px !important;
    }
    .newNLP_Page_reg_form {
        padding:25px 15px 0;
        bottom:0px;
        background: #fff !important;
    }
    #accordion-1 .accordion_content {
        background: #fff !important;
    }
 .heading1.compare_purifier1 {
    text-align: left !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
    }
    .action-block {
        margin-bottom: 20px;
    }
    .amount-block {
        font-size: 20px !important;
    }
    .amount-block b {
        font-size: 20px !important;
    }
    .product-free-duration span {
        font-size: 16px;
    }



    .hideOnMobile,
    .showOnWeb {
        display: none !important
    }
    .hideOnDesktop,
    .mobile__screen,
    .showOnMobile {
        display: block !important
    }
    .desktop__screen,
    .prodcutInformation .row>div[class^=col-].other__purifier {
        display: none
    }
    .featuresBx ul.feature__list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap
    }
    .featuresBx ul.feature__list li {
        padding: 10px;
        flex: 0 0 50%
    }
    .featuresBx ul.feature__list li+li {
        margin-top: 0
    }
    .planSection .tabContainer {
        width: 90%
    }
    .prodcutInformation .row>div[class^=col-] {
        width: 49%;
        display: inline-block;
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .prodcutInformation .button__group {
        width: 100%;
        display: flex !important;
        margin-bottom: 20px;
        justify-content: space-around
    }
    .prodcutInformation .button__group a {
        background: #fff;
        display: flex;
        flex: 0 0 48%;
        justify-content: center;
        border: 1px solid #442c8c;
        padding: 13px 10px;
        border-radius: 5px;
        font-size: 15px;
        line-height: 18px;
        color: #494949;
        text-decoration: none;
        position: relative;
        text-align: center;
        font-family: Poppins !important
    }
    .prodcutInformation .button__group a.active {
        background: #442c8c;
        color: #fff
    }
    .prodcutInformation .button__group a.active:after {
        content: "";
        width: 0;
        height: 0;
        border: .5em solid transparent;
        position: absolute;
        font-size: 14px;
        border-top: 8px solid #452f8a;
        bottom: -16px
    }
    .prodcutInformation h2.heading {
        margin-bottom: 20px !important
    }
    .step__container .card__parent {
        flex-direction: column
    }
    .step__container .card__child {
        flex: 0 0 100%
    }
    .step__container .card__child+.card__child {
        margin-left: 0;
        margin-top: 40px
    }
    .step__container .card__child+.card__child:before {
        top: -25px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg)
    }
    .desktop__screen {
        display: none !important
    }
    #with-show {
        display: inline-block !important
    }
    .testimonial .testimonial-content {
        height: auto
    }
    .testimonial {
        margin: 30px 25px 20px !important;
        padding-bottom: 30px
    }
    .testimonial .testimonial-content div[class^=mySlides] {
        padding-bottom: 0
    }
    .mb-4 input[type="checkbox"] {
		accent-color: #A885e3 !important;
	  }
      div.zinger_section.b_unltd_plan1 > div > p.unltd {
		display: block;
		padding: 0;
        line-height: 1;
	}

    .b_unltd_plan1 p.rupees_month {
        margin-top: 0;
        margin-bottom: 0;
    }
    .b_unltd_plan1 .unltd_plan1 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 10px;
    }
    div.zinger_section.b_unltd_plan1 > div > p.save_btn_sec{
        margin: 0;
        float: unset;
        padding: 0;
    }
    span.unltd_ltrs1 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width:640px) {

	
	.banner-section .banner-text-box.active {
		position: relative;
		top: -75px;
	}
    .step__container,
    .step__container .card__child article h5 {
        margin-bottom: 5px
    }
    .heading {
        font-size: 20px;
        margin-top: -15px !important
    }
    .featuresBx {
        padding-top: 30px !important
    }
    .featuresBx .heading {
        margin-bottom: 20px !important
    }
    .featuresBx ul.feature__list {
        margin-top: 5px
    }
    .featuresBx ul.feature__list li {
        font-size: 13px;
        line-height: 20px;
        padding: 5px 0 14px;
        align-items: baseline
    }
    .featuresBx ul.feature__list li img {
        width: 10px;
        margin-right: 5px;
        position: relative;
        top: 2px
    }
    .featuresBx .mobile__screen>div[class^=col-] {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .featuresBx h5 {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 20px
    }
    .featuresBx ul.play__store li img {
        height: 40px
    }
    .prodcutInformation {
        padding-top: 30px;
        padding-bottom: 5px
    }
    .prodcutInformation h2.heading {
        margin-bottom: 23px
    }
    .prodcutInformation .button__group {
        justify-content: space-between;
        margin-bottom: 23px
    }
    .prodcutInformation .button__group a {
        font-size: 14px;
        padding: 6px 20px;
        line-height: 17px
    }
    .prodcutInformation .button__group a.active:after {
        bottom: -15px
    }
    .prodcutInformation .row>div[class^=col-] {
        padding-left: 5px !important;
        padding-right: 5px !important
    }
    .prodcutInformation .cardBx {
        padding: 10px;
        margin-bottom: 25px
    }
    .prodcutInformation .cardBx h5 {
        font-size: 19px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 20px
    }
    .prodcutInformation .cardBx .imgBx {
        padding: 0 10px
    }
    .prodcutInformation .cardBx.lsh__card h5 {
        visibility: hidden;
        pointer-events: none
    }
    .prodcutInformation .cardBx .description ul li,
    .prodcutInformation .cardBx.lsh__card .description ul li {
        font-size: 12px;
        line-height: 15px
    }
    .prodcutInformation .cardBx .description ul li .circle {
        width: 14px;
        height: 14px;
        background: #5a5656;
        line-height: 14px;
        font-size: 14px;
        padding-left: 0
    }
    .prodcutInformation .cardBx .description ul li,
    .prodcutInformation .cardBx.lsh__card .description ul li {
        height: 45px
    }
    .prodcutInformation .cardBx .description ul {
        margin: 25px 0 10px;
        padding: 0 5px
    }
    .prodcutInformation .cardBx .description ul img {
        height: 13px
    }
    .prodcutInformation:after {
        background-size: cover;
        height: 50px;
        position: absolute;
        bottom: -28px;
        z-index: 99
    }
    .step__container {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-top: 5px
    }
    .step__container h2.heading {
        width: 90%;
        line-height: 28px
    }
    .step__container .card__child {
        text-align: left;
        padding: 0;
        background: 0 0
    }
    .step__container .card__child .circleBx {
        width: 54px;
        height: 54px;
        display: inline-block;
        vertical-align: middle;
        background: #fff
    }
    .step__container .card__child article {
        width: 80%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 16px
    }
    .step__container .card__child article p {
        font-size: 16px
    }
    .step__container .card__child+.card__child {
        margin-top: 35px
    }
    .step__container .card__child+.card__child:before {
        top: -23px;
        left: 5%;
        transform: translateX(-5%) rotate(90deg)
    }
    .step__container .card__child:first-of-type .circleBx {
        margin-top: 15px
    }
    .step__container .card__parent {
        margin-top: 25px
    }
    .productCards__cards .buttonBx a span:last-of-type {
        margin-left: 5px !important
    }
    .container {
        width: 93% !important
    }
    .newlpZeroOffers>.d-flex {
        padding: 0 !important;
    }
    .newlpZeroOffers .bluIcon.whiteBg {
        width: 45px !important;
        height: 45px !important
    }
    .featuresBx .mobile__screen>div[class^=col-]:first-of-type {
        padding-left: 30px !important
    }
    .NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .choice-text .amount i.rupee,
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount span {
        font-size: 40px !important
    }
    .NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .choice-text label {
        font-size: 17px !important;
        line-height: 16px !important;
        margin-top: 16px !important
    }
    .NewLP_Con.great-choice-section .choice-box-wrapper .choice-box {
        margin-bottom: 10px !important
    }
    .NewLP_Con.great-choice-section .choice-box-wrapper .choice-box .icon-box {
        position: relative;
        top: 5px;
        margin-right: 10px
    }
    .choiceSection {
        padding-bottom: 25px
    }
    .great-choice-section .choice-box-wrapper .choice-box .icon-box img {
        width: 52%;
        height: auto
    }
    .planSection {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .planSection .pay-less {
        margin-bottom: 25px
    }
    .nav-tabs .nav-link,
    .nav-tabs .nav-link:hover {
        font-size: 14px
    }
    .planSection .tabContainer {
        padding-top: 25px
    }
    .planSection a.card__mobile .panelBx {
        margin-bottom: 18px
    }
    .productOuter {
        width: 97%
    }
    .productOuter>.row {
        justify-content: center
    }
    .prodcutInformation .cardBx .description ul {
        margin-bottom: 0 !important
    }
    .prodcutInformation:before {
        height: 0 !important
    }
    .productSection .productTabBx {
        width: 100%;
        text-align: center;
        padding: 30px
    }
    .productSection .productTabBx h2 {
        padding: 5px 40px;
        font-size: 20px;
        line-height: 26px
    }
    .productSection .nav-tabs {
        justify-content: center;
        margin: 20px 0 40px
    }
    .productSection .nav-tabs .nav-link,
    .productSection .nav-tabs .nav-link:hover {
        font-size: 14px !important;
        padding: 5px 10px !important
    }
    .productSection .nav-tabs .nav-link.active {
        color: #442c8c !important
    }
    .productSection .tab-content>.tab-pane img {
        width: 40%
    }
    .productSection .tab-content>.tab-pane#BoltMin img {
        width: 36% !important
    }
    .productSection .tab-content p {
        padding-right: 0;
        font-size: 17px
    }
    #happycus>span {
        width: 100%
    }
    #happycus {
        min-height: 80px !important;
        position: relative;
        top: 5px
    }
    .banner-section .banner-text-box.active {
        position: relative;
        top: 18px;
        width: 100%
    }
    .testimonial .testimonial-content {
        min-height: 0px;
    }

}

@media only screen and (max-width:375px) {
    .prodcutInformation .button__group a {
        font-size: 12px;
        padding: 6px 20px;
        line-height: 15px
    }
    .action-block .talk-expert {
        padding: 6px 12px;
    }
}
@media(max-width: 340px){
    table.bordered.mobile-devices.new_brdred td span {
        width: 78%;
        font-size: 8px;
    }
    .action-block .talk-expert p {
        font-size: 12px !important;
    }
    .action-block .buy-now p {
        font-size: 12px  !important;
    }
    table.bordered > tbody tr > td:first-child {
        font-size: 10px !important;
    }
    .sub-heading-block .inStock {
        padding: 6px 16px;
    }
    .sevenTrial {
        padding-left: 4px;
    }
    .amount-block span {
        padding-right: 2px;
    }
    .circleNewFeature + span {
        font-size: 15px !important;
    }
}
@media only screen and (max-width:320px) {
    .heading {
        font-size: 20px !important
    }
    .featuresBx ul.feature__list li {
        font-size: 12px;
        padding: 5px 0 10px
    }
    .prodcutInformation .button__group a {
        font-size: 12px;
        line-height: 14px;
        padding: 7px 10px
    }
    .prodcutInformation .cardBx .description ul li {
        display: flex;
        align-items: center
    }
    .prodcutInformation .cardBx .description ul li i.rupee {
        position: relative;
        top: 1px;
        margin-right: 3px
    }
    .prodcutInformation .water__jar .cardBx .description li {
        justify-content: center
    }
    .prodcutInformation .cardBx .description ul {
        padding: 0
    }
    .featuresBx h5 {
        font-size: 23px
    }
    .featuresBx ul.play__store li img {
        height: auto
    }
    .featuresBx .product__img {
        width: 80%
    }
    .prodcutInformation .cardBx .description ul li .circle {
        padding-left: 1px
    }
    .step__container .card__child article h5 {
        font-size: 16px
    }
    .step__container .card__child article p {
        font-size: 14px
    }
    .step__container .card__child .circleBx {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
    .step__container .card__child .circleBx i {
        font-size: 28px
    }
    .step__container .card__child:first-of-type article {
        position: relative;
        top: 8px
    }
    .productCards__cards ul li:after {
        top: 8px;
        left: -8px
    }
}

@media (min-width:768px) and (max-width:1023px) {
	
	.zero_cols {
		/* position: relative;
		top: -65px; */
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: normal;
		justify-content: space-between;
		align-items: center;
		margin: 0px -45px 10px;
	}
	.carosel_main_image_mbl {
		display: block !important;
		border-radius: 0 !important;
		margin: -20px auto;
	}
	.accordion {
		text-align: left;
		position: relative;
		left: 0px !important;
		margin: 0 !important;
		min-width: auto !important;
		padding-right: 15px;
		bottom: 60px !important;
	}
	.demo {
		    border-bottom: none !important;
			margin-bottom: -12px;
	}

		.banner-section .banner-text-box p {
		font-size: 26px !important;
		margin: 10px 0 60px !important;
	}

    .over-all-sec .imgBanner .img-fluid {
        max-width: 186%;
        margin-left: -20%;
        max-height: 564px
    }
    .over-all-sec .formSidebar {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .over-all-sec .imgBanner {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .planSelectorSec .nav {
        padding: 10px
    }
    .cancel_desc .smText,
    .duration {
        font-size: 14px
    }
    .offprice b {
        font-size: 30px
    }
    .plan_slider_selection_section {
        padding: 25px 14px
    }
    .insCharges {
        padding: 16px 15px 13px
    }
    .plan_slider_selection_section h4 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .memberSelection,
    .planSelection {
        margin-bottom: 10px
    }
}

@media (max-width:499px) {
    .over-all-sec {
        max-width: 100%
    }
}

@media only screen and (max-width:599px) {
    #four,
    #two {
        padding-bottom: 45px;
        position: relative;
        right: -30px
    }
    .testimonial {
        margin: 30px 5px 20px !important
    }
}

@media screen and (min-width:1024px) {
    .heading1.compare_purifier1 {
        font-size:30px;
        line-height:1.2;
        opacity: 0.8;
    }
    #accordion-1 .content, #accordion-11 .content1 {
        /* height: 122px;
    overflow: auto; */
    }
	#web_show {
		display: block;
	}
	#mbl_show {
		display: none;
	}
    .zinger-product {
        padding: 45px
    }
    .div1 {
        text-align: center !important;
        margin-left: 0 !important;
        width: 307px !important
    }
    .circle_text {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        position: static
    }
    #circle>img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
    .circle-badge {
        z-index: 9
    }
    .circle__content {
        top: -2px
    }
    .stepHeading {
        line-height: 36px;
        margin-bottom: 20px
    }
    /* .lastlandingtd span{
        height: 41px;
        position: relative;
        display: block;
        padding: 10px 0;
    }
    
    .lastlandingtd .spanPadding{
        bottom: 9px;
    } */
}

@media only screen and (max-width:1023px) {

	div.accordionHeading span {
		font-family: Poppins !important;
		font-size: 20px !important;
		color: #b5bab68c;
		margin: 0px !important;
	}
	ul.faqlist {
		color: #828282;
		font-size: 12px !important;
		font-family: Poppins !important;
		word-spacing: 1px;
		line-height: 22px !important;
		list-style-type: disc;
	}

	ul.faqlist, ul.faqlist > li span {
		font-family: Poppins !important;
		font-size: 12px !important;
		line-height: 22px;
	}
	ul.faqlist > li {
		color: #828282;
		font-size: 12px !important;
		font-family: Poppins !important;
		line-height: 22px !important;
		margin: 5px -30px 0px 15px !important;
		padding: 0px !important;
	}

	.faqheading {
		font-family: 'Poppins' !important;
		line-height: 30px;
		padding: 0 !important;
		margin: 10px 0px -10px !important;
	}
	.col-md-12.steps_span {
		display: grid !important;
		padding: 0 !important;
	}
    .newlpZeroOffers .zeroOffContent {
        padding: 0 0 0 10px
    }
    .newlpZeroOffers .bluIcon img.img-fluid {
        max-width: 24px
    }
    .newlpZeroOffers .zeroOffContent span {
        font-size: 12px;
        display: inline;
    }
    .home-banner {
        /* display: none; */
		display: block;
    }





    .best-purchase-section .deal-list li {
        vertical-align: top;
        width: 100%;
        padding-right: 10px
    }
    .best-purchase-section .deal-list {
        width: 100% !important
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text label {
        font-size: 18px;
        margin-left: 10px
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount .rupee {
        font-size: 40px
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount {
        font-size: 45px
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text {
        padding-left: 10px;
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -ms-calc(100% - 70px);
        width: calc(100% - 70px)
    }
    .great-choice-section .choice-box-wrapper .choice-box .icon-box {
        width: 70px;
        height: 70px;
        padding: 14px 0
    }
    .great-choice-section .choice-box-wrapper .choice-box {
        margin-left: 20px
    }
    .great-choice-section .choice-box-wrapper {
        padding-left: 0 !important;
        margin-left: -20px
    }
    .banner-section .banner-text-box p {
        font-size: 30px;
        margin: 10px 0 40px
    }
    .banner-section .banner-text-box .banner-top-text {
        font-size: 23px !important;
        line-height: 26px !important
    }
    .banner-section .banner-text-box {
        max-width: 100%;
        width: 100%
    }
    .banner-section .banner-text-box.active {
        margin-left: 0
    }
    .customer-heading {
        color: #442c8c;
        font-size: 20px;
        padding-top: 30px;
        font-family: Poppins;
        font-weight: 500
    }
    .circle_text,
    .save-plans {
        font-family: Poppins
    }
    #circle {
        width: 73px;
        height: 73px;
        margin: 20px;
        shape-outside: circle();
        clip-path: circle();
        background: #fff;
        border: 1px solid #442c8c;
        border-radius: 50%;
        position: relative
    }
    .circle__content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        position: relative;
        color: #fff;
        font-size: 14px;
        top: 1px;
        left: 7px
    }
    .circle_text {
        color: #494949;
        text-align: center;
        position: absolute;
        top: 100px;
        left: 30px
    }
    #circle>img {
        height: 30px;
        width: 30px;
        position: relative;
        top: 20px;
        right: -21px
    }
    .save-plans {
        font-size: 16px;
        color: #828282;
        line-height: 48px
    }
    .demo {
        background: none;
		border-bottom: 1px solid #dddddd;
    	margin-bottom: 12px;
    }
    .testimonial {
        margin: 30px 20px 20px;
        padding-top: 0
    }
    .testimonial .testimonial-content {
        /* background: #fff;
        border: 1px solid #f0f0f0; */
        position: relative;
		min-height: 0px;
    }
    .testimonial-content .testimonial-icon {
        width: 50px;
        height: 45px;
        background: #ff4242;
        text-align: center;
        font-size: 22px;
        color: #fff;
        line-height: 42px;
        position: absolute;
        top: 37px;
        left: -19px
    }
    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #e41212;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px
    }
    .testimonial .description {
        font-size: 15px;
        font-style: italic;
        color: #8a8a8a;
        line-height: 23px;
        margin: 0
    }
    .testimonial .title {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #525252;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin: 0 0 5px
    }
}

@media (min-width:1200px) and (max-width:1349px) {
	.banner-section .banner-text-box .banner-top-text {
		font-size: 30px !important;
		line-height: 35px !important;
		margin-bottom: 10px;
	}
	.banner-section .container p {
		font-size: 26px;
	}
	.banner-section .container {
		position: absolute;
		top: 12%;
	}
    .mobile-row {
        max-height: 564px;
        overflow: hidden
    }
    .planSelectorSec .nav {
        padding: 10px
    }
    .cancel_desc .smText,
    .duration {
        font-size: 14px
    }
    .offprice b {
        font-size: 30px
    }
    .plan_slider_selection_section {
        padding: 25px 14px
    }
    .insCharges {
        padding: 16px 15px 13px
    }
    .plan_slider_selection_section h4 {
        font-size: 16px;
        margin-bottom: 10px
    }
    .memberSelection,
    .planSelection {
        margin-bottom: 10px
    }
}

@media (min-width:1024px) and (max-width:1199px) {
	.advisory-message-sticky-container {
		margin-top: 0px !important;
	}
	.banner-section .banner-text-box .banner-top-text {
		font-size: 30px !important;
		line-height: 35px !important;
		margin-bottom: 10px;
	}
	.banner-section .container p {
		font-size: 26px;
	}
	.banner-section .container {
		position: absolute;
		top: 12%;
	}
    .over-all-sec .formSidebar {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .over-all-sec .imgBanner {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .over-all-sec .imgBanner .img-fluid {
        max-width: 160%;
        margin-left: -18%;
        max-height: 642px
    }
}

@media only screen and (max-width:1279px) {

    .innovation-section .innovation-box-wrap .innovation-box {
        padding: 0 1%
    }
    .best-purchase-section .deal-list {
        width: 80%
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text label {
        font-size: 20px
    }
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount,
    .great-choice-section .choice-box-wrapper .choice-box .choice-text .amount .rupee {
        font-size: 65px
    }
    .great-choice-section .choice-box-wrapper {
        padding-left: 5%
    }
    .banner-section .banner-text-box.active {
        margin-left: 0%
    }
    .banner-section .banner-text-box {
        width: 365px
    }
    .banner-section .banner-text-box .banner-top-text {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 5px;
    }
    .banner-section .banner-text-box p {
        margin-top: 0px
    }
}

@media (min-width:1366px) {
    #happycus {
        padding-bottom: 40px
    }
    #with-show {
        display: none
    }
}



.b_ul_payment {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.b_ul_payment ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0
}

.b_ul_payment ul li {
    padding: 10px 10px 0 0;
    list-style: none;
    align-self: center
}
/* water purifier dropdown CSS */
.menu-bar .button-dropdown {
    position: relative;
}

.menu-bar .dropdown-menu a {
    padding: 10px 20px;
    text-decoration: none;
}

.menu-bar .button-dropdown a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #999;
}

.menu-bar .button-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: -3px;
    text-align: left;
    min-width: 200px;
}

.menu-bar .button-dropdown .dropdown-menu.active {
    display: block;
}


.menu-bar .button-dropdown:hover img, .menu-bar .button-dropdown:focus img{
    filter: invert(59%) sepia(81%) saturate(2568%) hue-rotate(349deg) brightness(103%) contrast(92%);
}

.menu-bar .button-dropdown ul li{
width: 160px;
background: white;
}

.button-dropdown .dropdown-toggle::after {
    display: none;
  }
  .button-dropdown .dropdown-toggle1::after {
    display: none;
  }

  .button-dropdown .dropdown-menu li{
    padding: 0 !important;
  }
  .dekstopHidden{
    display: none;
}

  @media only screen and (max-width:767px) {

    .menu-bar .button-dropdown .dropdown-menu {
        /* min-width: 100%; */
        box-shadow: 0 0px 19px 2px rgba(0,0,0,.175);
    }
    .menu-bar .button-dropdown li{
        width: 100% !important;
        padding: 1px 0 !important;
        }
        .menu-bar .dropdown-menu a {
            padding: 0px 20px;
        }

        .action-block .talk-expert p {
            font-size: 13px;
        }
        .action-block .buy-now p{
            font-size: 13px;
        }
        .action-block {
            justify-content: space-evenly;
            position: fixed;
            bottom: 0;
            z-index: 9999;
            background: #f6f8fa;
            width: 100%;
            left: 0;
            padding: 14px;
            margin-bottom: 0;
            padding-right: 60px;
        }
        .mediaicon {
            bottom: 6px !important;
        }
        .action-block .buy-now {
            margin-right: 16px;
        }
        .sevenTrial {
            font-size: 14px;
        }
        .machine_cost, .maintenance, .installation {
            padding-right: 10.5px !important;
        }
        .heading.compare_purifier {
            padding: 0px 0px !important;
        }
        .sub-heading-block {
            padding: 5px 0 !important;
        }
        .amount-block {
            padding: 5px 0 10px !important;
        }
        .download_heading {
            margin: 16px 0px 16px !important;
        }
        .faqBx {
            padding: 5px 0 !important;
        }
}
  


  @media(max-width: 767px){
    .zero_cols {
        padding: 15px 0 15px !important;
        justify-content: space-between !important;
    }
	.home-banner {
		display: none;
	}

     .dropdown-content .bolthr {
        margin: 8px;
      }
	.menu-bar .button-dropdown ul li {
		/* width: 200px !important; */
		background: none;
	}
	li.button-dropdown {
		padding: 15px 20px 14px !important;
		margin: 0px -8px 4px !important;
	}
	ul > li.button-dropdown > ul > li > a:nth-child(2) {
		padding: 5px 20px 15px !important;
		margin: -3px 0px -12px 0px;
	}

    .hide_mobile{
        display: none;
    }
    .b_ul_payment {
        display: block;
    }
    .b_ul_payment p {
        color: white;
        margin: auto;
        font-weight: 500 !important;
    }
    .b_ul_payment ul {
        justify-content: space-between;
        padding-left: 10px;
    }
    .mobHidden{
        display: none;
    }
    .dekstopHidden{
        display: flex;
    }
  } 


  @media (min-width: 1500px){
	.newNLP_Page_reg_form {
        width: 60%;
        padding-top: 0px;
        transition-delay: 3s
	}
    .slider {
        width: 38%;
    }
}

@media(min-width:1800px){
    .newNLP_Page_reg_form {
        width: 65%;
    }
    .slider {
        width: 35%;
    }
}


/* New styles start*/

#terms+span {
	color: #f0ebfe;
    font-size: 16px;
    font-family: Poppins;
	display: block;
    margin: -25px 20px;
}
.terms_con {
	color: #ffffff !important;
	text-decoration: none !important;
	font-family: Poppins;
}

.circleNewFeature {
    border-radius: 50%;
    border: 1px solid #f0ebfe;
    background: #f0ebfe;
    width: 45px;
    height: 45px;
    font-size: 16px;
    font-family: Poppins;
    color: #442c8c;
    font-weight: 500;
    padding: 7px;
    display: inline-block;
    margin-right: 7px;
    align-content: center;
}
.containerNew {
	margin: 40px 0px 40px auto;
}
.machine_cost, .maintenance, .installation {
	text-align: -webkit-center;
    padding-right: 25.5px;
}
.circleNewFeature + span {
	font-size: 14px;
    color: #442c8c;
	font-family: Poppins;
}
.product_details_heading {
	color:#494949 !important;
	font-size: 26px;
	font-family: Poppins;
	float: left;
	margin: 20px;
}
.accordion {
	text-align: left;
	margin: 80px 15px;
	position: relative;
    bottom: 50px;
    left: -40px;
	min-width: 120%;
  }
  
  article {
	border: 1px solid #dddddd;
    padding: 0.9em;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  article:nth-child(3){
	border-bottom: 1px solid #dddddd;
  }

  article h2 {
	color: #494949 !important;
    font-size: 26px;
    font-family: Poppins;
	margin: 10px -5px;
	display: inline-grid;
  }
 
  input[type="radio"] {
	appearance: none;


	&:checked ~ div {
	  max-height: 200px;
	  font-size: 20px;
	  color: #828282;
	  font-family: Poppins;
	  margin: -5px;
	}
  }
.carosel_main_image {
	border-radius: 15px !important;
	width: 442px !important;
}
.carosel_image {
    height: auto;
	width: 93px;
}

.wrapper1{
	position:relative;
	margin:40px auto;
	border:0px solid red;
	overflow:hidden;
	height:100px;
	max-width:700px;
	border-radius:4px;
  }
  .imgList{
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	width:1000%;
	text-align:center;  
  }
  .imgList > li{
	height:100px;
	float:left;
	display:inline-block;
	width: 115px;
	}
  
  li .nr{
	position:relative;
	margin:0;
	padding:0;
	left:0%;
	text-shadow:2px 1px 1px #999;
  }
  
  .glyphicon-menu-left{
	cursor:pointer;
	position:absolute;
	left:0;
	top:45%;
	border:0px solid red;
	padding:10px;
	background:rgba(0,0,0,.5);
	color:#fff;
  }
  .glyphicon-menu-right{
	cursor:pointer;
	position:absolute;
	top:45%;
	right:0;
	border:0px solid red;
	padding:10px;
	background:rgba(0,0,0,.5);
	color:#fff;
  }
  .glyphicon {
    position: relative;
    top: 50px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #828282;
    background: none;
    font-size: 25px;
}
 .left_slide {
	float: left;
 }
 .right_slide {
	float: right;
 }
 .flex-container {
    display: flex;
	width: 70%;
}
.flex-container_new {
    justify-content: space-between;
    align-items: center;
}
.flex-container_new .flex-child:first-child {
    margin-right: 0px;
    padding: 15px 0;
}
.flex-container_new .btn-wrapper .bolt_btn {
    background-color: #193357;
}
.unltd_plan_content p.rupees_month span:first-child {
    color: #193357;
}
.unltd_plan_content p.rupees_month span:nth-child(2) {
    color: #193357;
}
.unltd_plan_content p.rupees_month span:last-child {
    color: #193357;
}
.plus-wrapper {
    padding: 5px 10px;
    border-radius: 50%;
    margin: 0 10px;
    /* width: 30px;
    height: 30px; */
    align-content: center;
}
.plus-wrapper img{
    border-radius: 50%;
    width: 55%;
}
.flex-child {
    flex: 1;
    border-radius: 8px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 15px 0px;
}  

.flex-child:first-child {
	margin-right: 20px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    padding: 15px;
} 
.container_rent {
	text-align: -webkit-center;
	margin-bottom: 25px;
}

.col-md-12.steps_span {
	display:flex;
}

.box {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	width: 419px;
	border: 1px solid #dadada;
   }
   .box1 {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	width: 323px;
	border: 1px solid #ebb88c;
	background: #faede2;
   }
   
  .bolt_btn {
	background-color: #442c8c;
	padding: 10px;
	width:100%;
	border-radius: 8px;
    border: none;
	font-size: 20px;
   }
   .zinger_btn {
	background-color: #a6530d;
	padding: 10px;
	width:100%;
	border-radius: 8px;
    border: none;
	font-size: 20px;
   }
   
   .silver_plan:after {
	content: "";
    background-color: #e3e3e3;
    position: absolute;
    width: 1px;
    height: 135px;
    top: 10px;
    left: 100%;
    display: block;
  }
  .silver {
	color: #494949;
    font-size: 20px;
    font-family:Poppins !important;
	margin: 15px 0px -3px;
  }
  .unltd {
	color: #494949;
    font-size: 20px;
    font-family:Poppins;
	margin: 15px 0px -3px;
  }
  .ltrs, .unltd_ltrs {
	color: #bdbdbd;
    font-size: 16px;
    font-family:Poppins;
  }
  p.rupees_month span:first-child {
	color: #442c8c;
    font-size: 26px;
    font-weight: 500;
    font-family:Poppins;
  }
  p.rupees_month span:nth-child(2) {
    color: #442c8c;
    font-size: 19px;
    font-family: Poppins;
	position: relative;
    top: 0px;
}
  p.rupees_month span:last-child {
	color: #442c8c;
    font-size: 16px;
    font-family:Poppins;
	position: relative;
    top: -3px;
  }
  .save_btn {
	background-color: #48a513;
    border-radius: 12px;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: Poppins;
    font-size: 10px;
    width: 92px;
    height: 22px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .save_btn_sec {
	padding-bottom: 5px;
    margin-top: -5px;
  }
  .half-half-image-text{
    padding: 40px 0px 32px;
  }
	h1{
	  color: #800000;
	}
	.content{
	  /* height: 100%;
	  display:flex; */
	  align-items: center;
	  padding: 35px 0px 0;
    }
    .bBltShw .content{
        padding: 0px 0px 0 !important;
      }
	  p{
		font-size: 22px;
	  }
	.img_right{
	  min-height: 320px;
	  height: 100%;
	  border-radius: 10px;
	}
  
    .img_right img{
height: 100%;
    border-radius: 0px 10px 10px 0px;
    }
  .image_text_container{
	background: #442c8c;
	border-radius: 15px;
    display: flex;
    justify-content: center;
}
.image_text_container .left_content {
    width: 60%;
}

.smart_heading {
	font-family: 'Poppins';
    color: #fff !important;
    font-size: 30px;
    padding: 0 0 10px;
}
.text_left{
	color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-family: Poppins;
    text-align: left;
}
.download_heading{
	font-size: 24px;
    color: #ffffff;
    font-family: Poppins;
    line-height: 24px;
	margin: 30px 0px 20px;
}
ul.play__store {
	display: flex;
    column-gap: 15px;
}
ul.play__store li:first-child {
	float: left;
}
.left_content {
	padding: 0px 50px !important;
}
.background-color {
	background-color: #442c8c;
	border-radius: 15px;
	position: relative;
    z-index: 1;
}
.zinger_img {
	width: 155px;
	margin: 30px 0px 0px;
	height: 112px;
}
.prime_image {
	width: 70px;
    margin: 35px 0px 0px;
}
.jar_image {
width: 97px;
margin: 35px 0px 0px;
}
div.caption p {
	color: #ffffff;
    font-family: Poppins;
    font-size: 22px;
    text-align: initial;
	margin: 15px 0px 15px;
}
.table_data {
	margin-top: -8px;
}
table.bordered tr > td {
	color: #828282;
    font-size: 15px;
    font-family: Poppins;
    position: relative;
}
.feature_box {
	border-radius: 15px;
}
.check_circle {
	width: 18px;
    /* float: right; */
    margin: 0;
}
.up_arrow_circle, .cancle_circle {
	width: 18px;
	float: right;
    margin:0;
}
.bg-purple {
	background: #442c8c;
	padding-bottom: 43px;
}
.steps {
	margin: 0px auto;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Poppins';
    padding: 30px 50px;
    text-align: center;
}
.steps_span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.steps_span .step_feature {
    width:23%;
    margin-right:20px;
    position: relative;
}
.centered {
    position: absolute;
    top: 45%;
    left: 58%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #494949;
    width: max-content;
	font-family: Poppins;
  }
.bg-purple div.container {
	position:relative;
}
.amount-block {
    font-size: 20px;
    padding: 10px 0 10px;
    font-family: Poppins;
    opacity: 1;
    color: #494949;
}
.amount-block span{
    font-family: 'Poppins';
    padding-right: 10px;
}
.amount-block b {
    font-weight: 500;
    font-size: 22px;
    font-family: Poppins !important;
}

.zero_cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: normal;
    justify-content: start;
    align-items: center;
    padding:6px 0 0;
    border-top: 1px solid #dddddd;
}
.col-md-6.silver_plan_content {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    float: left;
}
.col-md-6.unltd_plan_content {
	display: flex;
}
.faqheading {
    color: #494949!important;
    font-size: 26px !important;
    font-family: 'Poppins';
    line-height: 30px;
    padding: 15px 0;
}
ul.faqlist {
	color: #828282;
    font-size: 14px;
    font-family: Poppins;
    word-spacing: 1px;
    line-height: 30px;
    list-style-type: disc;
    padding: 2px;
}
ul.faqlist > li {
	color: #828282;
    font-size: 14px;
    font-family: Poppins;
    word-spacing: 1px;
    line-height: 30px;
    list-style-type: disc;
    margin: 0px 20px;
    padding: 2px;
}

div.accordionHeading span {
	font-family: Poppins;
    font-size: 32px;
    color: #b5bab68c;
	margin: 0px 10px 0px -5px;
}
ul.faqlist, ul.faqlist > li span {
    font-family: Poppins;
}

.see_all_btn {
	color: #f58220;
    font-size: 20px;
    font-family: Poppins;
    border-radius: 25px;
    border: 1px solid #f58220;
    outline: none;
    background-color: #ffffff;
    width: 230px;
    height: 50px;
    display: block;
    margin: auto;
}
#more1 {
	display: none;
}

 tr ~ td:nth-child(7) {
    border-left-style: solid;
    border-bottom-left-radius: 25px;
}

tr ~ td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 25px;
}
.glider {
    margin-top: 20px !important;
}

.mb-4 input[type="checkbox"] {
	accent-color: white;
  }
  .carosel_main_image_mbl {
	display: none;
}
#main-wrapper, .banner-section {
    overflow-x: clip;
}
  
  main {
	overflow: hidden;
  }
  
  a,
  button {
	cursor: pointer;
	user-select: none;
	border: none;
	outline: none;
	background: none;
  }
  
  img.slider-image, img.slider-image1 {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
	width: 93px !important;
	padding: 30px;
    margin: -23px;
    border-radius: 38px;
  }
  
  .slider-section, .slider-section1 {
	margin-inline: 50px;
    padding-block: 0px;
  }

  .slider-next, .slider-next1 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	padding: 1rem;
	width: 1rem;
	height: 1rem;
	opacity: 0.75;
	border-radius: 50%;
	color: var(--white-100);
	background: var(--black-400);
	background: url(../../assets/images/left_arrow.webp) center center/100% no-repeat;
  }


  .slider-prev, .slider-prev1 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	padding: 1rem;
	width: 1rem;
	height: 1rem;
	opacity: 0.75;
	border-radius: 50%;
	color: var(--white-100);
	background: var(--black-400);
	background: url(../../assets/images/left_arrow_copy_2.webp) center center/100% no-repeat;
  }
 


  .slider-prev {
	top: 35%;
	left: -2rem;
	right: auto;
  }
  .slider-prev1 {
	top: 35%;
	left: -2rem;
	right: auto;
  }

  .slider-next {
	top: 35%;
	left: auto;
	right: -1.5rem;
  }
  .slider-next1 {
	top: 35%;
	left: auto;
	right: -2.5rem;
  }
  
	/* accordion-1 */
	#accordion-1, #accordion-2, #accordion-3, #accordion-11, #accordion-21, #accordion-31{
		position: relative;
	  }
	  
	  #accordion-1 .head, #accordion-2 .head, #accordion-3 .head, #accordion-11 .head1, #accordion-21 .head1, #accordion-31 .head1{
		color: #563e6e;
		cursor: pointer;
		transition: 0.2s ease;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: row;
		border-top: 1px solid #dddddd;
        /* border-bottom: 1px solid #dddddd; */
	  }
	  #accordion-2 .head:first-child, #accordion-21 .head1:first-child {
		margin: 5px 0px 0px;
	  }
	  
	  #accordion-1 .arrow, #accordion-2 .arrow, #accordion-3 .arrow, #accordion-11 .arrow1, #accordion-21 .arrow1, #accordion-31 .arrow1{
		color: #563e6e;
		font-size: 40px;
		transition: 0.25s ease;
	  
	  }
	  
	  #accordion-1 .arrow-animate, #accordion-2 .arrow-animate, #accordion-3 .arrow-animate, #accordion-11 .arrow-animate1, #accordion-21 .arrow-animate1, #accordion-31 .arrow-animate1{
		transform: rotate(-180deg);
		opacity: 1;
	  }
	  
	  #accordion-1 .content, #accordion-11 .content1{
		background-color: #FFFFFF;
		display: block;
		color: #333333;
	  }

	  #accordion-2 .content, #accordion-21 .content1{
		background-color: #FFFFFF;
		display: none;
		color: #333333;
	  }
	  #accordion-3 .content,  #accordion-31 .content1{
		background-color: #FFFFFF;
		display: none;
		color: #333333;
	  }
	  #accordion-1 > div.head.head_one, #accordion-11 > div.head1.head_one1 {
		margin: 7px 0px 0px;
	  }
      #accordion-1 > div.head.head_one img, #accordion-11 > div.head1.head_one1 img {
        opacity: 1;
      }

	  .fa-angle-down.accordion_1:before {
		  content: "\f107";
		  background: url(../../assets/images/image_down.webp) center center/100% no-repeat;
	  }

	  .fa-angle-down.accordion_2:nth-child(2):before, .fa-angle-down.accordion_3:nth-child(3):before {
		content: "\f107";
		background: url(../../assets/images/image_up.webp) center center/100% no-repeat;
	}

	
	.accordion_heading, .accordion_heading1 {
		color: #494949 !important;
		font-size:20px;
		font-family:Poppins !important;
		padding: 10px 0;
        font-weight: 500;
	}
	.accordion_content, .accordion_content1 {
	font-size: 16px;
    line-height: 35px;
    color: #828282;
    text-align: left;
    padding-top: 5px;
    font-family: Poppins;
    line-height: 1.6;
	}

	.accodion_main {
		display: block !important;
		width: 100%;
		margin: 0px 0px 0px;
		padding: 0px 0px 12px;
	}
	.accodion_main1 {
		display: block !important;
		width: 100%;
		margin: 0px 0px 0px;
		padding: 0px 0px 12px;
	}
	button.bolt_btn span, button.zinger_btn span {
		font-family: Poppins;
	}

	div.zinger_section > div > p.unltd_ltrs1 {
		font-family: Poppins;
		color: #7f7f7f;
	}
	
	#web_show > section > div > div:nth-child(1) > div > div > span:after {
	content: "";
    background-color: #e3e3e3;
    position: absolute;
    width: 1px;
    color: #fff;
    height: 25px;
    top: 15px;
    display: block;
    margin: 0px 132px;
	}
	#web_show > section > div > div:nth-child(2) > div > div > span:after {
	content: "";
    background-color: #e3e3e3;
    position: absolute;
    width: 1px;
    color: #fff;
    height: 25px;
    top: 15px;
    display: block;
    margin: 0px 147px;
	}
	#web_show > section > div > div:nth-child(3) > div > div > span:after {
	content: "";
    background-color: #e3e3e3;
    position: absolute;
    width: 1px;
    color: #fff;
    height: 25px;
    top: 15px;
    display: block;
    margin: 0px 150px;
	}
	.container.slider-column, .container.slider-column1 {
		max-width: 26.4rem;
		height: auto;
		margin-inline: auto;
		padding-inline: 1.25rem;
		margin-left: 15px;
	}
	table.bordered {
		border-collapse: separate !important;
		border-spacing: 0;
		width: 100%;
		border: solid #dbdbdb 1px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		margin-bottom: 25px;
	}
	.bordered td, .bordered th {
		border-left: 1px solid #dbdbdb;
		border-top: 1px solid #dbdbdb;
		padding: 15px 20px;
		text-align: left;
        place-content: center;
	}
	.bordered th {
		background-color: #fff;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#ECECEC));
		background-image: -webkit-linear-gradient(top, #F8F8F8, #ECECEC);
		background-image: -moz-linear-gradient(top, #F8F8F8, #ECECEC);    
		background-image: linear-gradient(top, #F8F8F8, #ECECEC);
		-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
		box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
		border-top: none;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
	}
	.bordered td:first-child, .bordered th:first-child {
		border-left: none;
	}
	.bordered th:first-child {
		-moz-border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		border-radius: 6px 0 0 0;
	}
	.bordered th:last-child {
		-moz-border-radius: 0 6px 0 0;
		-webkit-border-radius: 0 6px 0 0;
		border-radius: 0 6px 0 0;
	}
	.bordered th:only-child{
		-moz-border-radius: 6px 6px 0 0;
		-webkit-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
	.bordered tr:last-child td:first-child {
		-moz-border-radius: 0 0 0 15px;
		-webkit-border-radius: 0 0 0 15px;
		border-radius: 0 0 0 15px;
	}
	.bordered tr:last-child td:last-child {
		-moz-border-radius: 0 0 15px 0;
		-webkit-border-radius: 0 0 15px 0;
		border-radius: 0 0 15px 0;
	} 
	.bordered tr:first-child td {
		padding: 21px 20px 17px;
        width: 25%;
	}

	.bordered tr:first-child td img:first-child {
		margin: 6px 0px;
	}


	table.technical_features {
		border-collapse: separate !important;
		border-spacing: 0;
		width: 100%;
		border: solid #dbdbdb 1px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 7px;
		margin-bottom: 25px;
	}
	.technical_features td {
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	color: #828282;
	font-size: 16px;
	font-family: Poppins;
	text-align: left;
    text-indent: 40px;
	padding: 7px;
	}
	table.technical_features td:nth-child(even) {
	font-family: Poppins;
	line-height:16px;
	border-top: none;
    border-right: none;
	}
	#accordion-2 > div.content > p.accordion_content, #accordion-21 > div.content1 > p.accordion_content1 {
		border-bottom: 1px solid #dddddd;
		width: 100%;
	}
	
	#accordion-2 > div.content > table > tbody > tr:nth-child(1) > td:nth-child(1), #accordion-21 > div.content1 > table > tbody > tr:nth-child(1) > td:nth-child(1) {
		padding-top: 15px;
	}
	#accordion-2 > div.content > table > tbody > tr:nth-child(1) > td:nth-child(2), #accordion-21 > div.content1 > table > tbody > tr:nth-child(1) > td:nth-child(2) {
		padding-top: 15px;
	}
	#accordion-2 > div.content > table, #accordion-21 > div.content1 > table {
		min-width: 100%;
	}
	.technical_features td:first-child, .technical_features th:first-child {
		border-left: none;
		border-top: none;
    	border-right: none;
	}
	.technical_features tr:last-child td:first-child, .technical_features tr:last-child td:last-child {
		border-bottom:none;
	}
	.technical_features th:first-child {
		-moz-border-radius: 6px 0 0 0;
		-webkit-border-radius: 6px 0 0 0;
		border-radius: 6px 0 0 0;
	}
	.technical_features th:last-child {
		-moz-border-radius: 0 6px 0 0;
		-webkit-border-radius: 0 6px 0 0;
		border-radius: 0 6px 0 0;
	}
	.technical_features th:only-child{
		-moz-border-radius: 6px 6px 0 0;
		-webkit-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}
	.technical_features tr:last-child td:first-child {
		-moz-border-radius: 0 0 0 7px;
		-webkit-border-radius: 0 0 0 7px;
		border-radius: 0 0 0 7px;
	}
	.technical_features tr:last-child td:last-child {
		-moz-border-radius: 0 0 7px 0;
		-webkit-border-radius: 0 0 7px 0;
		border-radius: 0 0 7px 0;
	} 
	.technical_features tr:first-child td {
		vertical-align: top;
	}

	.technical_features tr:first-child td img:first-child {
		margin: 6px 0px;
	}
	.left-content {
		float: left;
	}
	.right-content {
		text-align: left;
	}
	h4 {
		color: #828282;
		font-size: 16px;
        font-weight: 600;
		line-height: 35px;
		font-family: Poppins;
		padding: 0px 73px 0px;
	}
    .affo_content {
		color: #828282;
		font-size: 16px;
		line-height: 35px;
		font-family: Poppins;
		padding: 0px 73px 0px;
	}
	.affo_content {
		font-family:Poppins;
		display: flex;
		padding: 10px 25px;
		margin-top: -15px;
	}

	#zinger_show {
		display: none;
	}
	#bolt_show {
		display: block;
        margin-bottom: 40px;
	}
	#city, #watersource, .whatsappData input {
		height: 42px;
	}

	div.accordionHeading > p {
		margin: -27px 0px 0px;
		position: relative;
		font-size: 20px;
        font-family: Poppins !important;
	}
		.accordionHeading span {
			white-space: nowrap;
		  }
          .bFlex{
            display: inline-flex;
                justify-content: space-between !important;
                align-items: center;
                width: 33.3% !important;
        }
/* New styles end */




    #prdctdetails {
        justify-content: center;
    }

    .alert.alert-warning.alert-dismissible.fade.in {
        color: red;
        margin-bottom: 10px;
        opacity: 1;
    }
    .container.image_text_container {
        display: flex;
        background: #442c8c;
    }

    #accordion-1 .content {
        padding: 0px 0px !important;
    }
    #accordion-1 .accordion_content {
        padding-bottom: 0px;
        background: #f6f8fa;
    }
    @media only screen and (max-width: 640px) {
        .banner-section .banner-text-box.active {
            position: relative;
            top: -10px !important;
        }
    }


    @media (min-width:641px) and (max-width:767px) {
        .circleNewFeature { 
            width: 35px;
            height: 35px;
        }
        .banner-section .banner-text-box .banner-top-text {
            margin: -150px 0px 0px 0px;
            position: relative;
        }

        .banner-section .banner-text-box p {
            margin-top: 10px;
        }
    }

    .head.active img {
        transform: rotate(-180deg) !important;
    }

    @media only screen and (max-width:1023px) {

        img.slider-image,
        img.slider-image1 {
            width: 90px !important;
        }

        .slide,
        .slide1 {
            opacity: 0.3;
        }

        .slide.active,
        .slide1.active {
            opacity: 1;
        }

        /* .slide1.active {
            opacity: 1;
        } */
        .image_text_container {
            width: 100% !important;
        }

        .smart_heading {
            color: #fff;
            font-size: 20px;
            font-family: Poppins !important;
            line-height: 30px;
            text-align: center;
            margin-top: -20px;
        }
        .text_left {
            color: #ffffff;
            font-size: 14px;
            line-height: 24px;
            font-family: Poppins;
            text-align: center;
            /* margin-bottom: -30px; */
        }
        .img_right {
            min-height: auto;
        }
        .download_heading {
            font-size: 18px;
            color: #ffffff;
            font-family: Poppins;
            line-height: 24px;
            text-align: center;
        }

        .img_right img {
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .zinger_img {
            width: 73px;
            margin: 15px 0px 0px;
            height: 53px;
        }

        .prime_image {
            width: 30px;
            margin: 15px 15px 6px;
            height: 47px;
        }

        .jar_image {
            width: 46px;
            margin: 15px 0px 0px;
            height: 50px;
        }

        div.caption p {
            color: #ffffff;
            font-family: Poppins;
            font-size: 12px;
            text-align: initial;
            margin: 5px 0px 5px;
        }

        table tr>td {
            color: #828282;
            font-size: 12px;
            font-family: Poppins;
            padding: 10px 6px 10px 6px !important;
        }

        .purifier_ro {
            margin: 5px 13px !important;
        }

        .purifier_jar {
            margin: 8px 5px !important;
        }

        div.caption:nth-child(2) {
            margin: -1px -12px;
        }

        div.caption:nth-child(3) {
            margin: 0px 1px;
        }

        div.caption:nth-child(4) {
            margin: -3px -12px;
        }

        .check_circle {
            width: 14px;
            /* float: right; */
            margin: 0px;
            height: 14px;
        }

        .up_arrow_circle,
        .cancle_circle {
            width: 14px;
            height: 14px;
            float: right;
            margin: 0px;
        }

        .steps {
            margin: 0px auto;
            color: #ffffff;
            font-size: 19px;
            padding: 15px;
            line-height: 30px;
            font-family: Poppins;
        }

        .step_feature {
            padding-bottom: 15px;
            margin: -5px auto;
            padding-top: 15px;
        }

        .step_feature:last-child {
            margin-bottom: -40px;
        }

        ul.play__store {
            display: flex;
            column-gap: 15px;
            margin: 0 auto;
            flex-direction: row;
            justify-content: center;
        }


        .see_all_btn {
            font-size: 17px;
            border-radius: 20px;
            border: 2px solid #f58220;
            width: 177px;
            height: 45px;
        }

        #three {
            border-bottom: 1px solid #dbdbdb;
        }

        .nav-tabs .nav-link,
        .nav-tabs .nav-link:hover {
            padding: 6px 15px !important;
        }

        .faqheading {
            font-size: 22px !important;
        }

    }

    #accordion-3>div.head.head_three,
    #accordion-31>div.head1.head_three1 {
        border-bottom: 1px solid #dbdbdb;
    }

    #accordion-3>div.head.head_three.active {
        border-top: 1px solid #dbdbdb;
        border-bottom: none;
    }

    #accordion-31>div.head1.head_three1.active {
        border-top: 1px solid #dbdbdb;
        border-bottom: none;
    }

    .arrows,
    .arrows1 {
        margin: 12px 0px;
    }

    .nav-tabs .nav-link,
    .nav-tabs .nav-link:hover {
        padding: 12px 35px;
    }

    .slide,
    .slide1 {
        opacity: 0.3;
    }

    .slide.active,
    .slide1.active {
        opacity: 1;
    }

    .step_feature .centered {
        width: 100%;
        left: 75%;
    }

    @media (max-width:767px) {
        .image_text_container{
            display: flex;
            justify-content: center;
            flex-direction:column
        }
        .image_text_container .left_content {
            width: 100%;
            padding: 0px 25px !important;
        }
        .steps_span {
            flex-direction: column;
        }
        .steps_span .step_feature {
            width: 100%;
        }
        .image_text_container .right-img {
            padding:0;
        }
        .bordered tr:first-child td img:first-child {
            margin: 0 2px 0px;
        }

        table.bordered {
            margin-top: 0px;
            margin-bottom: 10px;
            /* border-top: 0; */
        }
        .bordered tr:first-child td {
            padding: 19px 6px 13px !important;
            height: 46px !important;
            border-top: 0 !important;
        }

        .mobile-devices tr>td:not(:last-child) {
            font-size: 10px !important;
            height: 44px;
        }

        .mobile-devices tr>td:last-child {
            font-size: 10px !important;
            height: 44px;
        }

        .step_feature .step1 {
            width: 383px;
        }

        .step_feature .centered {
            width: 100%;
            left: 73%;
        }

        #accordion-2>div.content>p.accordion_content,
        #accordion-21>div.content1>p.accordion_content1 {
            border-bottom: none;

        }

        #accordion-1 .head_one,
        #accordion-2 .head_two,
        #accordion-3 .head_three {
            margin-bottom: 0px !important;
            padding: 0 10px;
        }

        #accordion-1 .content,
        #accordion-2 .content,
        #accordion-3 .content {
            padding: 0 10px;
        }
    }

    @media (min-width:1025px) {

        #bolt_show .carosel_main_image,
        #zinger_show .carosel_main_image {
            width: 100% !important;
        }

        #bolt_show .zero_cols,
        #zinger_show .zero_cols {
            margin: auto;
        }
        .heading.compare_purifier {
            padding: 10px 0px;
        }
        .heading1.compare_purifier1 {
            font-size: 23px !important;
        }
    }

    @media (min-width: 1360px) {
        .banner-section {
            max-height: 700px;
        }
        .slider {
            max-height: 700px;
        }
        .slider-content {
            max-height: 700px;
        }
        .slider-content-wrapper {
            max-height: 700px;
        }
        .slider-content__item img {
            max-height: 700px;
        }
    } 
    @media (min-width:1500px) {
        .banner-section {
            margin-bottom: 60px;
        }
    }

   