html {

	overflow-x: hidden;

	height: 100%;

}



body {



	font-family: Helvetica, Helvetica, sans-serif;

	overflow-x: hidden;



}



@font-face {

	font-family: 'Helvetica';

	src: url('../fonts/Helvetica.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	font-smoothing: antialiased;

}

.navbar-nav li a.active:hover {
	color: #26338D;
}

@font-face {

	font-family: 'Helvetica-Bold';

	src: url('../fonts/Helvetica-Bold.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	font-smoothing: antialiased;

}



@font-face {

	font-family: 'Helvetica-BoldOblique';

	src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');

	font-weight: normal;

	font-style: normal;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	font-smoothing: antialiased;

}





input[type='number']::-webkit-inner-spin-button,

input[type='number']::-webkit-outer-spin-button {

	-webkit-appearance: none;

	margin: 0;

}



.custom-number-input input:focus {

	outline: none !important;

}



.custom-number-input button:focus {

	outline: none !important;

}





.productnumber input[type="number"] {

	width: 55px;

	background: none;

	border: none;

	text-align: center;
	appearance: textfield;
	font-size: 18px;
	font-weight: bold;
}

.navbar {
	top: 8% !important;
}

.decrbtn {

	border: navajowhite;

	background: #cdcddc;

	border-radius: 50%;

	width: 25px;

	height: 25px;

	font-size: 16px;

	font-weight: 400;
	outline: none !important;

}

.decrbtn span {
	display: inline-block;
	text-align: center;
	margin-top: -2px !important;
}


.navbar-brand img {
    width: 253px;
    height: auto;
}




a {

	text-decoration: none;

	-moz-transition: all .3s ease-in-out;

	-webkit-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

}



a:hover {

	text-decoration: none;

}



.headerbg {

	float: left;

	width: 100%;

	/* background: url(../images/headerbg.jpg) repeat; */

}



.header {

	float: left;

	width: 100%;

	padding: 0px 0;

}

.header-padding {
	padding-left: 40px;
	padding-right: 40px;
}



.navbar {

	padding: 0px;

}



.navbar-nav li {

	padding-left: 30px;

}



.navbar-nav li a {

	color: #26338D;

	font-size: 16px;

	font-family: Helvetica-regular, Helvetica, sans-serif;

}



.navbar-nav li a:hover,

.navbar-nav li a.active {

	font-family: Helvetica-bold, Helvetica, sans-serif;
	text-decoration: underline;
}

.navbar-nav li a:hover,

.navbar-nav li a.active {

	font-family: Helvetica-bold, Helvetica, sans-serif;
	text-decoration: underline;
}



.header-right {

	float: right;

	margin-left: 110px;

}

.header-right .dropdown-toggle::after {
	display: none;
}

.header-right .dropdown {
	float: right;
	margin-left: 5px;
}

.header-right .dropdown-menu {
	padding: 0;
}

.header-right .dropdown-menu a {
	margin: 0;
	font-size: 16px;
	color: #7a3402;
}

.header-right a {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

.header-right a.btn1 {

	height: 40px;

	width: 40px;

	font-size: 16px;

	padding: 10px 0;

	text-align: center;

	border-radius: 50%;

	background: #26338D;

	color: #fff;

}

.header-right a.btn1:hover {

	box-shadow: 0 0.25em 0.25em -0.1em #26338d;
    transform: translateY(-0.25em);
    border-color: #e1e1e2;
    color: #e1e1e2;

}

.language {

	width: 140px;

	height: 40px;

	line-height: 40px;

	outline: none;

	text-align: center;

	color: #fff;

	border-radius: 23px;

	font-size: 15px;

	background: #26338D;

	border: none;

}

.language:hover {
	color: #fff;
	background: #26338D;
}



.banner-bg {

	float: left;

	width: 100%;

	padding: 0px 0 0px 0;

}



.banner-img {
	width: 100%;
	text-align: center;
	float: right;
}

.banner-img img {
	max-width: 100%;
}

.banner-content {
	width: 40%;
	float: left;
	padding-top: 128px;
	position: absolute;
	padding-left: 132px;
}

.banner-content h1 {

	color: #ffffff;

	font-size: 60px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	line-height: 65px;

	margin: 0;

}

.banner-content p {

	color: #ffffff;

	font-size: 18px;

	margin: 10px 0 20px 0;

}

.banner-content a {

	display: inline-block;

	padding: 12px 23px;

	border-radius: 30px;

	color: #ffffff;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	font-size: 16px;

	text-transform: uppercase;
	border: 1px solid #fff;

}

.banner-bg .carousel-indicators {

	margin: 0;

	left: inherit;

	display: block;

	right: 0;

	top: 50%;

}

.banner-bg .carousel-indicators li {

	background: #26338D;

	width: 12px;

	opacity: 1;

	margin: 5px 0;

	border: none;

	border-radius: 50%;

	height: 12px;

}

.banner-bg .carousel-indicators .active {

	background: #26338D;

}

.about-product-bg {

	float: left;

	width: 100%;

	background: #f0f4f8;

}



.about-product-toprow {

	float: left;

	width: 100%;

	margin-top: -110px;

	padding: 30px 0;

	background: #fff;

	box-shadow: 0px 5px 15px #d6d9dd;

	border-radius: 25px;
	z-index: 99999999999999999999999999999;
	position: relative;
}

.about-product-toprow ul {

	padding: 0;

	margin: 0;

}

.about-product-toprow ul li {

	float: left;

	text-align: center;

	list-style: none;

	width: 25%;

	padding: 0px 30px;

	border-left: dotted 1px #000;

}

.about-product-toprow ul li:first-child {
	border: none;
}

.about-product-toprow ul li span {

	display: block;

	margin-top: -15px;

}

.about-product-toprow ul li h3 {

	color: #26338D;

	font-size: 20px;

	margin: 7px 0;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

}

.about-product-toprow ul li p {

	color: #748a9d;

	font-size: 15px;

	margin: 0;

}



.about-product-bottomrow {

	float: left;

	width: 100%;

	padding: 70px 0 90px 0;

}

.about-product-img {
	text-align: center;
}

.about-product-img img {
	width: 100%;
}

.about-product-bottomrow h3 {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #26338D;

	font-size: 30px;

	text-align: left;

	margin: 0;

}

.about-product-bottomrow h1 {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #26338D;

	font-size: 36px;

	text-align: left;

	margin: 10px 0 20px 0;

}

.about-product-text {

	margin-top: 20px;

}

.about-product-text h4 {

	color: #26338D;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	font-size: 20px;

	margin: 0;

}

.about-product-text h5 {

	color: #7a3402;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	font-size: 17px;

	margin: 5px 0;

}

.about-product-text p {

	color: #748a9d;

	font-size: 14px;

	margin: 0;

}



.populargoods {

	float: left;

	width: 100%;

	padding: 25px 0;

}

.populargoods h3 {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #26338D;

	font-size: 30px;

	text-align: center;

	margin: 0;

}

.populargoods h1 {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #26338D;

	font-size: 36px;

	text-align: center;

	margin: 0px 0 60px 0;

}


.healthlylife-video h1 {

	font-family: Helvetica-Bold, Helvetica, sans-serif;
	color: #26338D;
	font-size: 36px;
	text-align: center;
	margin: 25px 0 25px 0;
}

.rating_review_ {
	font-family: Helvetica-Bold, Helvetica, sans-serif !important;
	color: #26338D;
	font-size: 36px;
	text-align: center;
	margin: 25px 0 25px 0 !important;
}

.populargoods-box {

	padding: 35px 15px 15px 15px;

	/* background: #f0f4f8; */

	margin: 8px;

	position: relative;

	box-shadow: 0px 0px 10px #e5e5e5;
	border-radius: 10px;

}

.populargoods-img {

	text-align: center;

	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;

}

.populargoods-box h6 {

	color: #000000;

	font-size: 18px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	margin: 0 0 13px 0;
	text-align: left;

}

.populargoods-box h5 {

	color: #26338D;

	font-size: 20px;

	margin: 0;
	text-align: left;

}

.addproductimg {

	display: inline-block;

	width: 53px;

	background: #26338D;

	color: #fff;

	border-radius: 50%;

	text-align: center;

	height: 53px;

	padding: 15px 0;

	position: absolute;

	right: 17px;
	top: 11px;

}

.addproductimg:hover {

	box-shadow: 0 0.25em 0.25em -0.1em #26338d;
    transform: translateY(-0.25em);
    border-color: #e1e1e2;
    color: #e1e1e2;

}

.padding-0 {
	padding: 0 !important;
}

.display-flex {
	display: flex !important;
}

.addproduct {

	display: inline-block;

	width: 53px;

	background: #26338D;

	color: #fff;

	border-radius: 50%;

	text-align: center;

	height: 53px;

	padding: 18px 0;

	position: absolute;

	bottom: 15px;

	right: 15px;

}

.addproduct:hover {

	background: #26338D;

	color: #fff;

}

.shareicon {

	display: inline-block;

	width: 53px;

	background: #26338D;

	color: #fff;

	border-radius: 50%;

	text-align: center;

	height: 53px;

	padding: 18px 0;

	position: absolute;

	top: 15px;

	right: 15px;

}

.shareicon:hover {

	background: #7a3402;

	color: #fff;

}



.healthlylife-bg {

	float: left;
	width: 100%;
	background: #f0f4f8;
	padding-bottom: 40px;

}

.healthlylife-content {
	float: left;
	width: 400px;
}

.healthlylife-content h1 {

	color: #26338D;

	font-size: 40px;

	line-height: 45px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	margin: 0;
	text-align: center;

}

.healthlylife-content h6 {

	color: #748a9d;

	font-size: 20px;

	margin: 28px 0;

}

.healthlylife-content p {

	color: #26338D;

	font-size: 20px;

	margin-bottom: 20px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

}

.healthlylife-content p span {

	display: inline-block;

	vertical-align: middle;

	margin-right: 8px;

}

.healthlylife-video {
	float: right;
	width: 420px;
	text-align: center;
}

.healthlylife-video p {

	margin: 20px 0;

	color: #26338D;

	font-size: 25px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

}



.downloadapp-bg {

	float: left;

	width: 100%;

	padding: 45px 0 140px 0;

}

.downloadapp-img {

	width: 50%;

	text-align: center;

	float: left;

}

.downloadapp-content {

	width: 50%;

	float: right;

	padding-top: 150px;

}

.downloadapp-content h6 {

	color: #748a9d;

	font-size: 25px;

	margin: 0;

}

.downloadapp-content h1 {

	color: #26338D;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	font-size: 36px;

	line-height: 40px;

	margin: 0;

}

.downloadapp-content-btn {
    margin-top: 85px;
    display: flex;
   
    gap: 16px;
    justify-content: center; /* center-align buttons */
}

.downloadapp-content-btn a {
    flex: 1 1 48%;
    background: #26338D;
    text-align: center;
    padding: 20px 0;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
   
}

.downloadapp-content-btn a:hover {
    background: #d8a820 !important;
    color: #fff !important;
}


.androidapp {

	background: #EBEDFF  !important;

	color: #26338D !important;

}

a.androidapp:hover {

	background: #26338D !important;

	color: #EBEDFF !important;

}

a.iosapp:hover {

	background: #EBEDFF !important;

	color: #26338D !important;

}



.footer {

	float: left;

	width: 100%;

	background: #000634;

}

.footer-callnow-bg {

	float: left;

	width: 100%;

	text-align: center;

	position: relative;

	z-index: 99;

	margin-top: -70px;

}

.footer-callnow {

	width: 785px;

	padding: 15px 0;

	display: inline-block;

	background: #f0f4f8;

	border-radius: 20px;

}

.phone-icon {
	float: left;
	width: 25%;
	padding-top: 10px;
	text-align: center;
	border-right: solid 1px #fff;
	margin-top: 17px;
	height: 70px;
}

.phone-icon .fa {
	display: inline-block;
	border-radius: 50%;
	color: #26338D;
	padding: 12px 0;
	width: 55px;
	height: 55px;
	font-size: 35px;
	background: #26338D;
}

.phone-no {

	float: left;

	width: 50%;

	padding: 15px 0;

	margin-right: 15px
}

.phone-no h5 {

	color: #fff;

	font-size: 17px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	margin: 0;

}

.phone-no h4 {

	color: #fff;
	font-size: 31px;
	/* font-family: Helvetica-Bold, Helvetica, sans-serif; */
	margin: 0;
	margin-left: 15px;
	font-weight: bold;
}

.phone-no h1 {

	color: #fff;

	font-size: 47px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	margin: 0;
	margin-left: 15px;

}

.phone-no p {

	color: #fff;
	font-size: 13px;
	/* font-family: Helvetica-Bold, Helvetica, sans-serif; */

	margin: 0;
	margin-left: 15px;
	margin-bottom: 15px;
}

.footer-bottom {

	float: left;

	width: 100%;

	text-align: center;

	padding: 0px 0 0px 0;

}

.footer-bottom h5 {

	color: #fff;

	font-size: 13px;

	margin: 0;

}

.footer-bottom p {

	color: #fff;

	font-size: 11px;

	margin: 20px 0 10px 0;

}

.footer-social a {

	display: inline-block;

	width: 28px;

	height: 28px;

	font-size: 18px;

	margin: 0 3px;

	background: #fff;

	border-radius: 50%;

	padding: 6px 0;

	color: #26338D;

}


.footer-social a:hover {

	background: #26338D;

	color: #fff;

}

.social-icon-layout {
	margin-bottom: 10px;
	margin-top: -4px;
	float: right;
}

.social-icons {
	display: inline-block;

	width: 28px;

	height: 28px;

	font-size: 18px;

	margin: 0 3px;

	background: #fff;

	border-radius: 50%;

	padding: 6px 0;

	color: #26338D;
}


.social-icons :hover {

	background: #26338D;

	color: #fff;

}


.headerbg-inner {

	background: #f0f4f8;

}

.inner-heading {

	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	padding: 80px 0 80px 0;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	background-color: #26338D;

}



.loginbg {

	float: left;

	width: 100%;

	padding-bottom: 65px;
	background: #f0f4f8;
}

.dark-color-bg {
	background: #fff;
}

.sign-in-form {
	max-height: 460px;
}


.loginform {
	padding: 30px 30px 65px 30px;
	box-shadow: 0px 10px 20px #eeebeb;

}

.signinform {
	border-radius: 16px;
	margin-top: 12%;
	padding: 30px 30px 35px 30px;
}

.loginform h6 {

	color: #748a9d;

	font-size: 17px;

	margin: 0 0 50px 0;

	text-align: center;

}



.loginform .form-group span {
	position: absolute;
	left: 40px;
	top: 20px;
}

.loginform .form-control {
	font-size: 17px;
	padding: 0 25px 0 60px;
	color: #a6bcd0;
	height: 60px;
	border: none;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0);
}

.form-input-color {
	background: #f0f4f8 !important;
}

.submit-btn {
	background: #26338D;
	margin-top: 100px;
	color: #fff;
	padding: 0px;
	display: inline-block;
	font-size: 16px;
	/* font-family: Helvetica-Bold, Helvetica, sans-serif; */
	border: none;
	border-radius: 35px;
	height: 60px;
	line-height: 60px;
	width: 75%;
}

.submit-btn-signin {
	width: 100% !important;
	margin-top: 20px !important;
}

.submit-btn-verifyotp {
	width: 100% !important;
	height: 55px;
}

.submit-btn:focus {
	outline: none;
}

.submit-btn:hover,
.save-btn:hover,
.savebtn a:hover {
	box-shadow: 0 0.25em 0.25em -0.1em #26338d;
	transform: translateY(-0.25em);
	border-color: #e1e1e2;
	color: #e1e1e2;
	-webkit-transform: translateY(-0.25em);
}
.deletebtn a:hover{
	box-shadow: 0 0.25em 0.25em -0.1em #8d2626 !important;
	transform: translateY(-0.25em) !important;
	border-color: #e1e1e2 !important;
	color: #e1e1e2 !important;
	-webkit-transform: translateY(-0.25em) !important;
}

button:focus{
	outline: unset !important;
}

.loginform .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */

	color: #a6bcd0;

}



.loginform .form-control::-moz-placeholder {
	/* Firefox 19+ */

	color: #a6bcd0;

}



.loginform .form-control:-ms-input-placeholder {
	/* IE 10+ */

	color: #a6bcd0;

}



.loginform .form-control:-moz-placeholder {
	/* Firefox 18- */

	color: #a6bcd0;

}



.createacc {
	margin: 35px 0 0px 0;
	text-align: center;
}

.createacc a {
	color: #a6bcd0;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.createacc a:hover {
	color: #7a3402;
}

.createaccprice {

	color: #748a9d;

	font-size: 34px;

	text-align: center;

	margin-top: 115px;

}



#verifymodal .modal-content {
	border-radius: 20px;
}

#verifymodal .modal-body {
	padding: 0;
}

.verificationcode-popup {
	padding: 30px 25px;
	text-align: center;
}

.verificationcode-popup h1 {

	color: #26338D;

	font-size: 24px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	margin: 0;

}

.verificationcode-popup h6 {

	color: #748a9d;

	font-size: 13px;

	margin: 13px 0 20px 0;

}

.verificationcode-popup h3 {

	color: #26338D;

	font-size: 15px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	margin: 0;

}

.otpinput {
	text-align: center;
	padding: 25px 0 40px 0;
}

.otpinput input {

	display: inline-block;

	background: #f0f4f8;

	border: none;

	outline: none;

	height: 46px;

	width: 46px;

	text-align: center;

	border-radius: 5px;

}

.resendlink {
	padding-top: 20px;
	text-align: center;
}

.resendlink a {
	color: #26338D;
	font-size: 15px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.resendlink a:hover {
	color: #7a3402;
}



.order-details-bg {

	float: left;

	width: 100%;

	padding: 45px 0 60px 0;
	background: #f0f4f8;
}

.order-details-bg .card-header {

	padding: 10px 25px;

	background: #fff;

	border-radius: 5px;

	position: relative;

	border: none;

}

.order-details-bg .card {

	border: none;

	margin-bottom: 10px;

}

.order-details-bg .card-link span {

	display: inline-block;

	vertical-align: middle;

}

.order-details-bg .productimg {
	width: 5%;
}

.order-details-bg .productimg img {
	height: 50px;
}

.order-details-bg .productname {
	width: 26%;
	color: #26338D;
	font-size: 18px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.order-details-bg .productnumber {
	width: 18%;
}

.order-details-bg .arrowbottom {
	width: 7%;
	text-align: right;
	color: #000;
	font-size: 20px;
}



.ctrl {

	-webkit-box-flex: 0;

	-webkit-flex: 0 0 auto;

	-ms-flex: 0 0 auto;

	flex: 0 0 auto;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-webkit-align-items: center;

	-ms-flex-align: center;

	align-items: center;

	font-size: 20px;

}



.ctrl__counter {

	position: relative;

	width: 200px;

	height: 30px;

	color: #333C48;

	text-align: center;

	overflow: hidden;

}



.ctrl__counter.is-input .ctrl__counter-num {

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity 100ms ease-in;

	transition: opacity 100ms ease-in;

}



.ctrl__counter.is-input .ctrl__counter-input {

	visibility: visible;

	opacity: 1;

	-webkit-transition: opacity 100ms ease-in;

	transition: opacity 100ms ease-in;

}



.ctrl__counter-input {

	width: 100%;

	margin: 0;

	padding: 0;

	position: relative;

	z-index: 2;

	box-shadow: none;

	outline: none;

	border: none;

	color: #333C48;

	font-size: 30px;

	line-height: 30px;

	text-align: center;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity 100ms ease-in;

	transition: opacity 100ms ease-in;

}



.ctrl__counter-num {

	position: absolute;

	z-index: 1;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	line-height: 30px;

	visibility: visible;

	opacity: 1;

	-webkit-transition: opacity 100ms ease-in;

	transition: opacity 100ms ease-in;

}



.ctrl__counter-num.is-increment-hide {

	opacity: 0;

	-webkit-transform: translateY(-50px);

	transform: translateY(-50px);

	-webkit-animation: increment-prev 100ms ease-in;

	animation: increment-prev 100ms ease-in;

}



.ctrl__counter-num.is-increment-visible {

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	-webkit-animation: increment-next 100ms ease-out;

	animation: increment-next 100ms ease-out;

}



.ctrl__counter-num.is-decrement-hide {

	opacity: 0;

	-webkit-transform: translateY(50px);

	transform: translateY(50px);

	-webkit-animation: decrement-prev 100ms ease-in;

	animation: decrement-prev 100ms ease-in;

}



.ctrl__counter-num.is-decrement-visible {

	opacity: 1;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	-webkit-animation: decrement-next 100ms ease-out;

	animation: decrement-next 100ms ease-out;

}



.ctrl__button {

	width: 100px;

	line-height: 40px;

	text-align: center;

	color: #000;

	border-radius: 50% !important;

	cursor: pointer;

	background-color: #fff;

	-webkit-transition: background-color 100ms ease-in;

	transition: background-color 100ms ease-in;

}



.ctrl__button:hover {

	background-color: #90a2b0;

	-webkit-transition: background-color 100ms ease-in;

	transition: background-color 100ms ease-in;

}



.ctrl__button:active {

	background-color: #778996;

	-webkit-transition: background-color 100ms ease-in;

	transition: background-color 100ms ease-in;

}



.ctrl__button--decrement {
	border-radius: 5px 0 0 5px;
}



.ctrl__button--increment {
	border-radius: 0 5px 5px 0;
}

@-webkit-keyframes decrement-prev {
	from {

		opacity: 1;

		-webkit-transform: translateY(0);

		transform: translateY(0);

	}

}

@keyframes decrement-prev {
	from {

		opacity: 1;

		-webkit-transform: translateY(0);

		transform: translateY(0);

	}

}

@-webkit-keyframes decrement-next {
	from {

		opacity: 0;

		-webkit-transform: translateY(-50px);

		transform: translateY(-50px);

	}

}

@keyframes decrement-next {
	from {

		opacity: 0;

		-webkit-transform: translateY(-50px);

		transform: translateY(-50px);

	}

}

@-webkit-keyframes increment-prev {
	from {

		opacity: 1;

		-webkit-transform: translateY(0);

		transform: translateY(0);

	}

}

@keyframes increment-prev {
	from {

		opacity: 1;

		-webkit-transform: translateY(0);

		transform: translateY(0);

	}

}

@-webkit-keyframes increment-next {
	from {

		opacity: 0;

		-webkit-transform: translateY(50px);

		transform: translateY(50px);

	}

}

@keyframes increment-next {
	from {

		opacity: 0;

		-webkit-transform: translateY(50px);

		transform: translateY(50px);

	}

}




.order-details-bg .card-body {
	padding: 22px;
	background: #f0f4f8;
	margin-top: 10px;
}

.calenderbg {
	width: 460px;
	margin: 0 auto;
}

.calenderrow img {
	max-width: 100%;
}

.daysrowtop {
	text-align: center;
}

.daysrowtop a {
	display: block;
	float: left;
	color: #748a9d;
	background: #fff;

	width: 31%;

	font-size: 16px;

	border-radius: 5px;

	padding: 15px 0;

	margin: 1%;

}

.daysrowtop a.active {
	background: #26338D;
	color: #fff;
}

.calenderrow {
	text-align: center;
}

.cart-total-box {
	width: 380px;
	float: right;
	margin-top: 20px;
}

.cart-total-box p {
	margin: 0;
	padding: 3px 0;
	color: #748a9d;
	font-size: 18px;
	text-align: right;
}

.cart-total-box p label {
	margin: 0;
	float: left;
}

.coupondis {
	border-bottom: solid 1px #e1e6eb;
	border-top: solid 1px #e1e6eb;
	padding: 10px 0;
}

.coupondis a {
	color: #26338D;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.totalrow {
	color: #26338D !important;
	font-size: 22px !important;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

#coupon .modal-body {
	padding: 0;
}

#coupon .modal-content {
	border-radius: 15px;
	overflow: hidden;
}

.coupon-topbox {
	padding: 50px 40px;
}

.coupon-topbox h1 {
	color: #26338D;
	font-size: 26px;
	text-align: center;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	margin: 0 0 30px 0;
}

.checkcoupon {
	position: relative;
}

.checkcoupon input {
	height: 50px;
	width: 100%;
	background: #f0f4f8;
	color: #748a9d;
	font-size: 13px;
	border: none;
	border-radius: 5px;
	outline: none;
	padding: 0 75px 0 20px;
}

.checkcoupon a {
	position: absolute;
	right: 20px;
	top: 14px;
	color: #26338D;
	font-size: 14px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.checkcoupon a:hover {
	color: #7a3402;
}

.coupon-bottombox {
	padding: 45px 40px;
	background: #f0f4f8;
}

.couponshow {
	margin-bottom: 8px;
	background: #fff;
	border-radius: 5px;
	height: 50px;
	overflow: hidden;
}

.couponshow-left {
	width: 25%;
	height: 50px;
	float: left;
	background: #26338D;
	padding: 9px 0;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.couponshow-left p {
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
}

.couponshow-mid {
	width: 50%;
	float: left;
	text-align: center;
	color: #748a9d;
	font-size: 11px;
	line-height: 50px;
}

.couponshow-right {
	float: left;
	text-align: center;
	width: 25%;
}

.couponshow-right a {
	display: block;
	line-height: 50px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #26338D;
}

.couponshow-right a:hover {
	color: #fff;
	background: #26338D;
}

.editdeletebtns a img {
	width: 30px;
	margin: 17px 13px;
}

.chooselocation {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 32px;
}

.chooselocation span {
	position: absolute;
	left: 0;
	top: 0;
}

.chooselocation select {
	width: 100%;
	border: none;
	height: 65px;
	outline: none;
	color: #26338D;
	font-size: 20px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	padding: 0 30px 0 85px;
	background: url(../images/selectarrpw.jpg) no-repeat right 20px #f0f4f8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.add-address {
	width: 100%;
	padding: 0px 40px;
	background: #fff;
	height: 65px;
	text-align: right;
	border-radius: 5px;
	color: #26338D;
	line-height: 65px;
	position: relative;
	font-size: 20px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.add-address a {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 14px 0;
	border-radius: 50%;
	background: #26338D;
}

.add-address a:hover {
	color: #26338D;
}

.map {
	text-align: center;
	padding-top: 20px;
}

.addressform label {
	color: #a6bcd0;
	font-size: 16px;
	margin: 10px 0;
}

.addressform .addressbox {
	color: #a6bcd0;
	font-size: 15px;
	padding: 22px;
	background: #f0f4f8;
}

.addressform .form-group {
	margin: 0;
}

.addressform .form-control {
	background: #fff;
	height: 46px;
	border: none;
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0);
	outline: none;
}

.addressform .radio input:hover {
	background-color: #26338D;
	color: #fff;
}

.save-btn.text-uppercase.float-right:hover {
	background: #26338D !important;
}

.save-btn.text-uppercase.float-left:hover {
	background: #26338D;
}

.save-btn {
	border: none;
	padding: 12px 0px;
	width: 130px;
	text-align: center;
	border-radius: 23px;
	display: inline-block;
	font-size: 17px;
	margin-top: 15px;
	color: #fff;
	/* font-family: Helvetica-Bold, Helvetica, sans-serif; */
	background: #26338D;
}

.addressform .radio {
	position: relative;
}

.addressform .radio input {
	width: auto;
	height: 100%;
	width: 49%;
	margin: 2px 0;
	appearance: none;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	padding: 14px 0px;
	background-color: #fff;
	color: #a6bcd0;
	font-size: 16px;
	/* background: #fff; */
	transition: all 100ms linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.addressform .radio input:checked {
	background-color: #26338D;
	color: #fff;
}

.addressform .radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	/* margin-right:11px; */
	width: 100%;
}

.addressform .radio input:after {
	content: attr(value);
	display: inline-block;
	text-align: center;
	width: 100%;
}

.select-address {
	margin-top: 45px;
}

.select-address-placeorder {
	margin-top: 0px !important;
}

.select-address .custom-control {
	padding: 15px 15px 15px 50px;
	background: #fff;
	color: #a6bcd0;
	font-size: 17px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.select-address .custom-control span {
	display: block;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	color: #26338D;
	font-size: 22px;
}

.select-address .custom-control a {
	position: absolute;
	right: 25px;
	top: 25px;
}

.select-address .custom-control-label::before,
.select-address .custom-control-label::after {
	width: 26px;
	height: 26px;
	left: -40px;
	top: 8px;
}

.getintouch-bg ul li img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.nextbtn {
	float: right;
	width: 41.666667%;
	margin-top: 30px;
	padding-left: 15px;
}

.nextbtn a {
	display: block;
	text-align: center;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	font-size: 15px;
	padding: 25px 0;
	border-radius: 5px;
	background: #7a3402;
	color: #fff;
}

.nextbtn a:hover {
	background: #26338D;
	color: #fff;
}

.paymentmethod .custom-control-label::before,
.paymentmethod .custom-control-label::after {
	width: 20px;
	height: 20px;
	left: -35px;
	top: 3px;
}

.cardimg {
	width: 100%;
	float: left;
	background-color: #748a9d;
	height: 231px;
}

.cardimg img {
	width: 100%;
	border-radius: 5px;
}

.cardno {
	width: 100%;
	float: left;
	margin-top: 60px;
}

.cardno ul {
	margin: 0;
	padding: 0;
}

.cardno ul li {
	float: left;
	list-style: none;
	font-size: 24px;
	color: #fff;
	margin-left: 55px;
}

.cardnme {
	float: left;
	list-style: none;
	font-size: 24px;
	color: #fff;
	margin-left: 40px;
	width: calc(100% - 190px);
	margin-top: 40px;
}

.carddat {
	float: left;
	list-style: none;
	font-size: 24px;
	color: #fff;
	margin-left: 40px;
	width: 100px;
	margin-top: 40px;
}

.checkouts {
	display: none;
}

.addcard .custom-file,
.addcard .custom-file-label {
	height: auto;
	padding: 124px 0;
	text-align: center;
	background: #f0f4f8;
	border-radius: 5px;
	border: none;
}

.addcard .custom-file-label::after {
	display: none;
}

.addcard h6 {
	color: #748a9d;
	font-size: 15px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	margin: 15px 0 0 0;
}

.youracc-bg {
	float: left;
	width: 100%;
	padding: 100px 0 100px 0;
	background: #f0f4f8;
}

.youracc-leftlinks ul {
	padding: 0;
	margin: 0;
}

.youracc-leftlinks li {
	list-style: none;
	margin-bottom: 2px;
}

.youracc-leftlinks li a {
	/* background: #7a3402; */
	background: #fff;
	display: block;
	padding: 15px 12px;
	text-align: left;
	color: #26338D;
	font-size: 15px;
}

.youracc-leftlinks li a:hover {
	background: #26338D;
	/* background: #fff; */
	color: #fff;
}

.youracc-leftlinks li a span {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
}

.white-bg {
	background: #fff !important;
}

.yourinfo-bg {
	padding: 30px;
	background: #f0f4f8;
}

.yourinfo-bg h1 {
	color: #26338D;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	font-size: 25px;
	margin: 0 0 35px 0;
}

.yourinfo {
	position: relative;
	margin-bottom: 25px;
}

.yourinfo h4 {
	color: #4f6577;
	font-size: 18px;
	margin: 0;
}

.yourinfo p {
	color: #a6bcd0;
	font-size: 17px;
	margin: 0;
}

.yourinfo a {
	position: absolute;
	right: 0;
	top: 0;
}

.savebtn {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 30px;
}

button {
	text-transform: capitalize !important;
}

.savebtn a {
	display: inline-block;
	padding: 15px 55px;
	border-radius: 30px;
	background: #26338D;
	color: #fff;
	text-transform: uppercase;
	/* font-family: Helvetica-Bold, Helvetica, sans-serif; */
	font-size: 16px;
	text-transform: capitalize !important;
}

.savebtn a:hover {
	background: #26338D;
	color: #fff;
}

.yourordr {
	padding: 20px;
	/* background: #f0f4f8; */
	background: #fff;
	border-radius: 5px;
	color: #748a9d;
	font-size: 15px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.yourordr .fa {
	float: right;
	font-size: 20px;
}

.order-tracking-bg {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #f0f4f8;
}

.order-tracking {
	padding: 30px 0;
	text-align: center;
}

.order-tracking ul {
	padding: 0;
	margin: 0;
}

.order-tracking li {
	display: inline-block;
	margin: 0 30px;
	position: relative;
	vertical-align: top;
}

.order-tracking li::after {
	height: 1px;
	background: #26338D;
	width: 170px;
	content: "";
	position: absolute;
	top: 36px;
}

.order-tracking li:last-child::after {
	display: none;
}

.order-tracking li span {
	display: inline-block;
	position: relative;
	z-index: 9;
	width: 70px;
	height: 70px;
	padding: 18px 0;
	background: #f0f4f8;
	border-radius: 50%;
	font-size: 35px;
	color: #26338D;
}

.order-tracking li h4 {
	color: #748a9d;
	font-size: 16px;
	margin: 15px 0 8px 0;
}

.order-tracking li p {
	color: #707070;
	font-size: 14px;
	margin: 0;
}

.order-tracking li.active span {
	background: #26338D;
	color: #fff;
}

.order-tracking li span img {
	width: 37px;
}

.custom-control a img {
	width: 35px;
}

.order-tracking-table table {
	width: 100%;
}

.order-tracking-table table tr th {
	text-align: center;
	background: #26338D;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 12px;
}

.order-tracking-table table tr td {
	text-align: center;
	color: #748a9d;
	font-size: 15px;
	padding: 12px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
}

.delvery-details {
	float: left;
	margin: 25px 0;
	padding: 10px 30px;
	width: 100%;
	border-radius: 5px;
	/* background: #f0f4f8; */
	background: #fff;
}

.delvery-details ul {
	padding: 0;
	margin: 0;
}

.delvery-details li {
	list-style: none;
	padding: 8px 0;
	color: #748a9d;
	font-size: 15px;
	border-bottom: solid 1px #e1e6eb;
}

.delvery-details li:last-child {
	border-bottom: none;
}

.delvery-details li h4 {
	color: #26338D;
	font-size: 16px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	margin: 0;
}

.itemno {
	/* background: #f0f4f8; */
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
}

.itemno h5 {
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #26338D;
	padding: 14px 0;
	margin: 0;
}

.itemno-details {
	padding: 20px 30px;
}

.itemno-details img {
	width: 50px;
	float: left;
	padding-right: 5px;
	height: 50px;
	object-fit: contain;
}

.itemno-details p {
	color: #748a9d;
	margin: 0;
	font-size: 15px;
}

.paymentform {
	padding: 0px;
	box-shadow: 0px 0px 0px #eeebeb;
	margin-top: 40px;
}

.paymentform-bg .addcard .custom-file,
.paymentform-bg .addcard .custom-file-label {
	padding: 67px 0;
	min-height: 230px;
}

.save-addresses .custom-control-label::before,
.save-addresses .custom-control-label::after {
	display: none;
}

.save-addresses .custom-control {
	padding: 15px 30px;
}

.aboutbg {
	float: left;
	width: 100%;
	padding: 60px 0 30px 0;
}

.about-content {
	margin-bottom: 30px;
}

.about-content h1 {
	color: #26338D;
	font-size: 25px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	display: inline-block;
	padding: 15px 35px;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.about-content-inner {
	padding: 35px;
	padding-top: 10px;
}

.about-content-inner p {
	color: #748a9d;
	font-size: 15px;
}

.contact-bg {
	float: left;
	width: 100%;
	background: #f0f4f8;
}

.contact-top {
	padding-top: 70px;
}

.contactform {
	padding: 0px;
	box-shadow: 0px 0px 0px #eeebeb;
}

.contactform .form-control {
	height: 53px;
}

.getintouch-bg {
	background: #fff;
	padding: 22px;
	border-radius: 5px;
	min-height: 322px;
}

.getintouch-bg h1 {
	color: #26338D;
	font-size: 36px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	margin: 0 0 25px 0;
}

.getintouch-bg h6 {
	color: #748a9d;
	font-size: 15px;
	margin: 0 0 40px 0;
}

.getintouch-bg ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

.getintouch-bg ul li {
	display: inline-block;
	margin: 15px 22px;
	vertical-align: top;
}

.getintouch-bg ul li h4 {
	color: #26338D;
	font-size: 15px;
	margin: 15px 0 10px 0;
}

.getintouch-bg ul li p {
	color: #748a9d;
	font-size: 14px;
	margin: 0;
}

.contactmap {
	padding: 100px 0 0 0;
	float: left;
	width: 100%;
	background: #f0f4f8;
}

.checkgrp .radio input {
	width: 30.7%;
	margin: 15px 1.3%;
	box-shadow: 0 0 5px #ddd;
}

.order-details-bg .card-header {
	overflow: hidden;
}

.editdeletebtns {
	position: absolute;
	right: 0;
	top: 0;
}

.editdeletebtns a {
	float: right;
	padding: 0px;
	background: #26338D;
}

.loginform .form-group span img {
	width: 25px;
	margin-left: -8px;
	margin-top: -5px;
}

.mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-ios:hover {
	background: #26338D;
	border-color: #26338D;
	color: #fff
}

.editdeletebtns a:hover {
	background: #26338D !important;
}

.calenderradio .radio input:hover {
	background: #26338D;
	border: solid 1px #26338D;
	color: #fff;
}

.decrbtn:hover {
	background: #26338D;
	color: #fff;
	outline: none;
}

/* 16 July */
.inforow {

	padding: 10px 25px;

	background: #fff;

	border-radius: 5px;

	position: relative;

	border: none;

	float: left;

	margin-bottom: 15px;

	width: 100%;

	overflow: hidden;

}

.order-details-bg .productimg,
.order-details-bg .productname,
.order-details-bg .productnumber {

	float: left;

}

.order-details-bg .productnumber {

	margin-top: 5px;

}

.order-details-bg .productname {

	width: 26%;

	margin-top: 10px;

}

.cart-total-box {

	position: inherit;

	float: right;

}



.calenderbg-outer {

	float: left;

	width: 100%;

	background: #f0f4f8;

	padding: 22px;

	margin-bottom: 15px;

}



.calenderradio .radio input {

	width: 31.3%;

	margin: 1%;

	background: #fff;

	color: #748a9d;

	float: left;

}

.alternatedays {

	width: 64.6% !important;

}

.addressform .radio {

	float: left;

	width: 100%;

}

.calenderbox {

	float: left;

	width: 100%;

	margin-top: 30px;

	position: relative;

}



.myCalendar.nao-month td {

	padding: 15px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #26338D;

}

.myCalendar .month-head>div,

.myCalendar .month-head>button {

	padding: 15px;

}

.calenderbox .btn {

	display: none !important;

}

.calenderbox h3 {

	color: #26338D;

	font-size: 18px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	padding-left: 15px;

}



.nao-month .month-head div {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

}

.nao-month th {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #8997be;

}



.weeklydays {

	float: left;

	width: 100%;

	padding: 0 10px;

}

.weeklydays h3 {

	color: #26338D;

	font-size: 15px;

	margin: 15px 0;

	padding-left: 4px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

}

.weeklydays .radio input {

	width: 40px;

	height: 40px;

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	padding: 0;

	line-height: 42px;

	color: #40355d;

	border-radius: 50%;

}



.quickselection {

	float: left;

	padding: 10px 10px 0 10px;

	width: 100%;

}

.quickselection span {

	float: left;

	margin-right: 10px;

	margin-top: 10px;

	padding-left: 4px;
	width: 100%;

}

.quickselection .radio input {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	padding: 10px;

	font-size: 13px;

	color: #40355d;

	border: solid 1px #26338D;

	background: none;

	color: #40355d;

	border-radius: 50px;

}

.calenderradio02.radio {

	padding: 0 10px;

}

.itemno-details {

	padding: 20px 10px;

	float: left;

	width: 100%;

	border-bottom: solid 1px #26338D;

}

.itemno-details-left {
	width: 50%;
	float: left;
}

.itemno-details-right {
	width: 50%;
	text-align: right;
	float: right;
}

.itemno-details-right h6 {

	color: #26338D;

}

.itemno-details-right p {

	color: #26338D;

	font-size: 11px;

}



.item-status {

	float: left;

	border: solid 2px #26338D;

	padding: 15px;

	margin-bottom: 15px;

	border-radius: 3px;

	width: 100%;

}

.item-status h6 {

	font-family: Helvetica-Bold, Helvetica, sans-serif;

	color: #26338D;

}

.item-status-left p {

	color: #26338D;

	margin: 0;

}

.item-status-left {

	float: left;

	width: 50%;

}

.item-status-right {

	float: left;

	text-align: right;

	width: 50%;

}




/*280721*/

.walletlistop {
	width: 100%;
	float: left;
}

.walletmid {
	width: 100%;
	margin: 0px auto;
	display: table;
}

.amountserch {
	width: 100%;
	float: left;
}

.walitinputstyle {
	font-size: 17px;
	padding: 0 25px 0 25px;
	color: #a6bcd0;
	height: 60px;
	border: none;
	/* background: #f0f4f8; */
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 7px rgb(0 0 0 / 0%);
	width: 100%;
	outline: none;
	float: left;
}

.procedbtninfo {
	background: #26338D;
	color: #fff;
	padding: 0px;
	display: inline-block;
	font-size: 14px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	border: none;
	border-radius: 5px;
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.procedbtninfo:hover {
	background: #26338D;
	color: #fff;
}

.walletlisttable {
	width: 100%;
	float: left;
	padding: 100px 0px;
}

.tablehead {
	width: 100%;
	float: left;
}

.tablehead h4 {
	font-weight: 600;
	font-size: 16px;
	color: #26338D;
	font-size: 18px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	float: left;
}

.tablehead h5 {
	font-weight: 600;
	font-size: 16px;
	color: #26338D;
	font-size: 18px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	float: right;
}

.tablehead h5 span {
	color: #26338D;
}

.amountdetailtable {
	width: 100%;
	float: left;
	margin: 15px 0px;
}

.amountdetailtable .table thead th {
	border: none;
	background: #26338D;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	padding: 10px 20px;
	text-align: left;
}

.amountdetailtable .table td {
	color: #748a9d;
	font-size: 16px;
	border: none;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
	font-weight: 500;
}

.table-striped tbody tr {
	background: #efefef;
	color: #748a9d;
	font-size: 16px;
	border: none;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #fbfbfb;
	color: #748a9d;
	font-size: 16px;
	border: none;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
}

.nocolor {
	color: #26338D;
	font-weight: 400 !important;
}

@media only screen and (min-width: 768px) and (max-width: 895px) {

	.about-product-toprow ul li {
		padding: 0 10px;
	}

	.banner-content {
		width: 40%;
	}

	.order-tracking li {
		margin: 0 15px;
	}

	.order-tracking li::after {
		width: 90px;
	}

	.getintouch-bg ul li {
		margin: 15px 8px;
	}


	/*280721*/

	.walletmid {
		width: 100%;
		display: table;
		float: left;
	}

	.amountdetailtable {
		overflow-x: scroll;
	}

	.amountdetailtable table {
		width: 1000px;
	}

	.walletlisttable {
		padding: 50px 0px;
	}

	.tablehead h4 {
		float: left;
		font-size: 16px !important;
	}

	.tablehead h5 {
		font-size: 16px !important;
	}


}


/* Testimonial */
.carousel-bg {
	background-color: #26338D;
	padding: 35px 0px 55px 0px;
}

.carousel-text {
	display: flex;
	color: #26338D;
	letter-spacing: 0.5px;
	font-size: 14px;
	text-align: center;
}

.testimonial-image {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.box {
	background-color: #f0f4f8;
	border-radius: 6px;
	padding: 20px 18px 25px 18px;
}

.testimonial-title h3 {
	text-transform: uppercase;
	color: #f0f4f8;
	font-size: 18px;
	margin-bottom: 45px;
	letter-spacing: 1px;
}

.testimonial-name {
	font-weight: 600;
	letter-spacing: 1px;
}

.carousel-control-prev.testimonials {
	left: -45px;
	background-color: transparent;
	border: none;
}

.carousel-control-next.testimonials {
	right: -45px;
	background-color: transparent;
	border: none;
}

.visually-hidden {
	display: none;
}

.water-quality-table {
	border: none;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.water-quality-table thead {
	background-color: #d9e3f0;
	text-align: center;
}

.water-quality-table th {
	font-weight: 700;
	color: #26338D;
	font-size: 16px;
	padding: 15px;
	letter-spacing: 1px;
}

.water-quality-table td {
	text-align: center;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
}

.water-quality-table .text-red {
	color: red;
}

.water-quality-table .text-green {
	color: green;
}

.water-quality-title {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #26338D;
	letter-spacing: 1px;
}

.water-quality-table-wrapper {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.carousel-box {
	text-align: center;
	margin-bottom: 20px;
	background: #f0f4f8 !important;
	border-radius: 10px;
	padding: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

	padding: 35px 15px 15px 15px;

	/* background: #f0f4f8; */

	margin: 8px;

	position: relative;

	box-shadow: 0px 0px 10px #e5e5e5;
	border-radius: 10px;
}

.carousel-box-img {
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 10px;
}


@media only screen and (min-width: 600px) and (max-width: 767px) {

	.header-right {
		width: 100%;
		text-align: right;
		padding-top: 15px;
	}

	.navbar-nav li {
		padding: 10px 0;
	}

	.banner-img {
		width: 100%;
	}

	.banner-content {
		width: 100%;
		text-align: center;
	}

	.about-product-toprow ul li {
		width: 50%;
		border: none;
	}

	.about-product-toprow ul li span {
		margin-top: 10px;
	}

	.about-product-bottomrow {
		text-align: center;
	}

	.healthlylife-video {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.healthlylife-content {
		width: 100%;
	}

	.downloadapp-img,
	.downloadapp-content {
		width: 100%;
		text-align: center;
	}

	.downloadapp-content-btn a {
		margin: 1%;
	}

	.footer-callnow {
		width: 100%;
	}

	.order-details-bg .productname {
		width: 33%;
	}

	.yourinfo-bg {
		margin-top: 20px;
	}

	.order-tracking-bg {
		margin-top: 20px;
	}

	.order-tracking li {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.order-tracking li::after {
		display: none;
	}

	.itemno {
		margin-top: 20px;
	}

	.getintouch-bg {
		min-height: inherit;
	}



	/*280721*/

	.walletmid {
		width: 100%;
		display: table;
		float: left;
	}

	.amountdetailtable {
		overflow-x: scroll;
	}

	.amountdetailtable table {
		width: 1000px;
	}

	.walletlisttable {
		padding: 50px 0px;
	}

	.tablehead h4 {
		width: 100%;
		text-align: center;
		float: left;
	}

	.tablehead h5 {
		width: 100%;
		text-align: center;
		float: left;
	}


}
@media (max-width: 567.98px) {
	.banner-content{
		display: none;
	}
	.healthlylife-video h1 {
		font-size: 28px;
	}
	.healthlylife-content-heading{
		font-size: 28px !important; 
	}

	.downloadapp-content h1{
		font-size: 28px !important; 
	}
	.submit-btn{
		display: block;
		margin-left: auto;
		margin-right: auto
	}
.downloadapp-content-btn{
	flex-wrap: wrap;
}
.populargoods h1{
	font-size: 28px;
}
.footer h6{
	font-size: 20px;
}
.footer span{
	font-size: 14px;
}
.footer li a{
	font-size: 14px;
}
}


@media only screen and (min-width: 480px) and (max-width: 599px) {


	.header-right {
		width: 100%;
		text-align: right;
		padding-top: 15px;
	}

	.navbar-nav li {
		padding: 10px 0;
	}

	.banner-img {
		width: 100%;
	}

	.getintouch-bg ul li img {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}

	.order-tracking ul li span img {
		width: 40px !important;
	}

	.banner-content {
		width: 100%;
		text-align: center;
	}

	.about-product-toprow ul li {
		width: 50%;
		border: none;
	}

	.about-product-toprow ul li span {
		margin-top: 10px;
	}

	.about-product-bottomrow {
		text-align: center;
	}

	.healthlylife-video {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.healthlylife-content {
		width: 100%;
	}

	.downloadapp-img,
	.downloadapp-content {
		width: 100%;
		text-align: center;
	}

	.downloadapp-content-btn a {
		margin: 1%;
	}

	.footer-callnow {
		width: 100%;
	}

	.order-details-bg .productname {
		width: 33%;
	}

	.addcard .custom-file-input {
		height: 100px;
		margin-bottom: 20px;
	}

	.yourinfo-bg {
		margin-top: 20px;
	}

	.order-tracking-bg {
		margin-top: 20px;
	}

	.order-tracking li {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.order-tracking li::after {
		display: none;
	}

	.itemno {
		margin-top: 20px;
	}

	.getintouch-bg {
		min-height: inherit;
	}



	/*280721*/

	.walletmid {
		width: 100%;
		display: table;
		float: left;
	}

	.procedbtninfo {
		margin: 15px 0px;
	}

	.walitinputstyle {
		text-align: center;
	}

	.amountdetailtable {
		overflow-x: scroll;
	}

	.amountdetailtable table {
		width: 1000px;
	}

	.walletlisttable {
		padding: 50px 0px;
	}

	.tablehead h4 {
		width: 100%;
		text-align: center;
		float: left;
	}

	.tablehead h5 {
		width: 100%;
		text-align: center;
		float: left;
	}




}

#owl-carousel1.aboutpages {
	width: 90%;
}

#owl-carousel2.aboutpages {
	width: 90%;
}


.footer-social a i img {
	width: 20px;
	margin-top: -2px;
}

.footer-social a i {
	vertical-align: top;
}

.header-right a:first-child img {
	width: 16px !important;
}

.footer-social a:first-child {
	font-size: 19px;
}

@media only screen and (max-width: 479px) {

	.header-right {
		width: 100%;
		text-align: right;
		padding-top: 15px;
	}

	.navbar-nav li {
		padding: 10px 0;
	}

	.banner-img {
		width: 100%;
	}

	.banner-content {
		width: 100%;
		text-align: center;
	}

	.about-product-toprow ul li {
		width: 50%;
		border: none;
	}

	.about-product-toprow ul li span {
		margin-top: 10px;
	}

	.about-product-bottomrow {
		text-align: center;
	}

	.healthlylife-video {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.healthlylife-content {
		width: 100%;
	}

	.downloadapp-img,
	.downloadapp-content {
		width: 100%;
		text-align: center;
	}

	.downloadapp-content-btn a {
		margin: 1%;
	}

	.footer-callnow {
		width: 100%;
	}

	.order-details-bg .productname {
		font-size: 15px;
		width: 30%;
	}

	.order-details-bg .productnumber {
		width: 20%;
	}

	.ctrl__button {
		font-size: 13px;
		line-height: 16px;
	}

	.calenderbg {
		width: 100%;
	}

	.addcard .custom-file-input {
		height: 100px;
		margin-bottom: 20px;
	}

	.yourinfo-bg {
		margin-top: 20px;
	}

	.order-tracking-bg {
		margin-top: 20px;
	}

	.order-tracking li {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.order-tracking li::after {
		display: none;
	}

	.itemno {
		margin-top: 20px;
	}

	.getintouch-bg {
		min-height: inherit;
	}

	.getintouch-bg ul li {
		margin: 15px 13px;
	}


	/*280721*/

	.walletmid {
		width: 100%;
		display: table;
		float: left;
	}

	.procedbtninfo {
		margin: 15px 0px;
	}

	.walitinputstyle {
		text-align: center;
	}

	.amountdetailtable {
		overflow-x: scroll;
	}

	.amountdetailtable table {
		width: 1000px;
	}

	.walletlisttable {
		padding: 50px 0px;
	}

	.tablehead h4 {
		font-size: 14px !important;
		width: 100%;
		text-align: center;
		float: left;
	}

	.tablehead h5 {
		font-size: 14px !important;
		width: 100%;
		text-align: center;
		float: left;
	}


}

.add-address :hover {
	color: #26338D
}



li.your-active a {
	background: #26338D;
	color: #fff
}

.cardimg {
	margin-bottom: 25px;
}

.hide {
	display: none;
}


.selectlocation {
	width: 100%;
	border: none;
	height: 65px;
	outline: none;
	color: #26338D;
	font-size: 20px;
	font-family: Helvetica-Bold, Helvetica, sans-serif;
	padding: 0 30px 0 85px;
	/* background: url(../images/selectarrpw.jpg) no-repeat right 20px #fff; */
	background: 20px #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 65px;
}

form {
	display: contents;
}

.badge {
	position: absolute;
	margin-left: -10px;
	background: #26338D;
	border-radius: 18px;
	color: #fff
}

.cardimg img {
	/* width: 100%; */
	border-radius: 5px;
	float: right;
	right: 0;
	margin-right: 10px;
	margin-top: -50px;
	width: 20px !important;
	cursor: pointer;
}



.addcard .custom-file,
.addcard .custom-file-label {
	padding: 65px 0;
	min-height: 230px;
}

.card-checkbox {
	position: absolute;
	left: 0;
	margin-top: -50px;
	margin-left: 50px;
}



.cop-text a {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	padding: 0 10px
}

.cop-text a:hover {
	color: #26338D;
}

.btn1 img {
	width: 164px;
}

.btn1.cart-ico img {
	width: 17px;
}

.yourinfo a img {
	width: 28px;
}

.youracc-leftlinks li a img {
	width: 20px;
}

.header-right a.btn1 img {
	width: 17px !important;
}

.navbar-nav li .dropdown a.language.dropdown-toggle {
	font-size: 18px;
	padding: 9px;
	color: #fff;
}

.dropdown.show .dropdown-menu.show a {
	font-size: 17px;
}


.dropdown.websi a.language.dropdown-toggle {
	padding: 10px 20px 10px 20px;
	margin-left: 10px;
}

.dropdown.mobileshow {
	display: none;
}

.dropdown.websi.show .dropdown-menu.show {
	padding: 0;
}

.partner-logo img {
	max-width: 100%;
	border-radius: 7px;
	height: -webkit-fill-available;
	/* object-fit: cover; */
	width: 100%;
}

.row .text-center {
	text-align: center !important;
	width: 100%;
}

.partner-logo {
	width: 200px;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
	background: url(../images/placeholder-icon.jpg) no-repeat center #f0f3f8 !important;
	cursor: inherit;
	float: left;
	margin: 0px;
	margin-bottom: 10px;
}





@media (max-width: 1050px) {

	.cardno ul li {
		margin-left: 35px;
	}

	.navbar-nav li {
		padding-left: 20px;
	}

	.navbar-nav li a {
		font-size: 15px;
	}

	.about-product-toprow ul li {
		width: 50%;
		margin-bottom: 35px;
	}

	.healthlylife-video {
		width: 290px;
	}

	.downloadapp-img {
		width: 250px;
	}

	.downloadapp-content {
		width: 350px;
	}

	.footer-callnow {
		max-width: 100%;
	}

	.downloadapp-img img {
		max-width: 100%;
	}

	.header-right {
		margin-left: 30px;
	}

	.carddat {
		font-size: 16px;
		margin-left: 10px;
		margin-top: 8px;
	}

	.cardnme {
		font-size: 18px;
		margin-left: 10px;
		margin-top: 10px;
	}

	.cardno ul li {
		margin-left: 15px;
	}

	.decrbtn {
		width: 28px;
		height: 28px;
		font-size: 20px;
	}

	.order-details-bg .productimg {
		width: 7%;
	}

	.order-details-bg .productname {
		font-size: 15px;
	}

	.banner-content h1 {
		font-size: 50px;
	}

	.custom-control a img {
		width: 22px;
	}

	.select-address .custom-control a {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.btn1.cart-ico img {
		width: 24px !important;
	}
}





@media (min-width: 992px) {
    .custom-margin-desktop {
        margin-top: -110px;
    }
}

@media (max-width: 767.98px) {
	ul.navbar-nav {
		z-index: 9999;
		position: absolute;
		background: white;
		width: 100%;
	}
	.navbar-brand img {
        width: 140px;
    }
    .banner-content {
        top: auto;
        bottom: 20px;
        left: -6%;
        transform: none;
        max-width: 90%;
    }

    .banner-content h1 {
        font-size: 24px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-content a {
        font-size: 14px;
        padding: 8px 16px;
    }
	.phone-icon .fa {
		padding: 11px 0;
		width: 52px;
		height: 52px;
		font-size: 35px;
	}

	.phone-icon {
		width: 80px;
	}

	.phone-no h1 {
		font-size: 40px;
	}

	.about-product-img {
		margin-left: -25px;
	}

	.header {
		padding: 10px 0;
	}

	.banner-bg .carousel-indicators {
		top: 20%;
	}

	.banner-content h1 {
		font-size: 50px;
	}

	.about-product-toprow ul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.about-product-bottomrow span {
		/* padding-left: 25px; */
		text-align: left;
		width: 100%;
		float: left;
		margin-top: 21px;
	}

	.about-product-bottomrow h1 {
		font-size: 25px;
		margin: 10px 0 20px 0;
		/* padding-left: 25px; */
	}

	.downloadapp-content {
		padding-top: 70px;
	}

	.downloadapp-content-btn a {
		padding: 10px 0;
		font-size: 16px;
	}

	.downloadapp-bg {
		padding: 10px 0 100px 0;
	}

	.healthlylife-bg {
		padding: 20px 0;
	}

	.addressform .quickselection .radio input {
		display: inline-block;
		width: auto;
	}

	.calenderradio .radio input {
		padding: 10px 10px;
		font-size: 14px;
	}

	.downloadapp-content {
		float: left;
		width: 100%;
	}



	.phone-no {
		width: calc(100% - 80px);
	}

	.language {
		width: 100px;
	}

	.header-right {
		padding-top: 5px;
	}

	.checkgrp .radio input {
		width: 94%;
		margin: 15px 2%;
	}

	.cart-total-box {
		position: relative;
		float: left;
		margin-top: 25px;
		width: 100%;
	}

	.addcard .custom-file,
	.addcard .custom-file-label {
		padding: 65px 0;
		height: 260px;
		display: inline-block;
		margin-bottom: 25px;
	}

	.itemno-details {
		padding: 20px 30px;
		float: left;
		width: 100%;
	}

	.amountdetailtable .table thead th {
		font-size: 12px;
		padding: 10px 10px;
	}

	.editdeletebtns a {
		float: right;
		padding: 25px 5px;
		background: #26338D;
	}

	.inforow {
		padding: 10px 10px;
	}

	.order-details-bg .productname {
		font-size: 12px;
	}

	.order-details-bg .productimg {
		width: 12%;
		display: inline-flex;
	}

	.decrbtn {
		width: 25px;
		height: 25px;
		font-size: 16px;
	}

	.productnumber input[type="number"] {
		width: 35px;
	}

	.order-details-bg .productnumber {
		width: 22%;
	}

	.order-details-bg .productname {
		font-size: 12px;
		width: 22%;
	}

	.header-right a.btn1 img {
		width: 16px;
	}

	.editdeletebtns a {
		float: right;
		padding: 0px;
	}

	.editdeletebtns a img {
		width: 15px;
		margin: 20px 10px;
	}

	.decrbtn {
		width: auto;
		height: auto;
		background: transparent;
		display: inline-block;
	}

	.downloadapp-img {
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	.downloadapp-img img {
		text-align: center;
		width: 250px;
	}

	.order-details-bg .productimg img {
		height: 38px;
	}

	.calenderradio .radio input {
		width: 30%;
		padding: 10px 17px;
		float: left;
	}

	.cardimg {
		height: auto;
		padding-bottom: 20px;
	}

	.mbsc-ios.mbsc-calendar-day-text {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.amountserch {
		margin-top: 30px;
	}

	.add-address {
		margin-top: 25px;
	}

	.youracc-leftlinks {
		margin-bottom: 20px;
	}

	.yourordr a {
		width: 100%;
		display: inline-block;
	}

	.yourordr a:last-child {
		width: auto;
		float: right;
		margin-top: -22px;
	}

	.weeklydays .radio input {
		width: 38px;
		height: 38px;
		padding: 0;
		line-height: 40px;
	}

	button.decrbtn span {
		width: 20px;
		height: 20px;
		font-size: 12px;
		display: inline-block;
		background: #cdcddc;
		border-radius: 50%;
	}

	span.productnumber button {
		margin: 0px;
		padding: 0px;
	}

	.itemno-details-left img {
		height: 50px;
		object-fit: contain;
	}

	.healthlylife-content {
		text-align: center;
	}

	.dropdown.mobileshow {
		display: block;
	}

	.dropdown.websi {
		display: none;
	}

	.header-right {
		text-align: right;
		position: absolute;
		right: 65px;
		top: -5px;
	
	}

	.badge {
		margin-left: -20px;
		margin-top: -10px;
	}

	.healthlylife-video {
		width: 100%;
	}

	.header-right a:first-child img {
		width: 24px !important;
	}

	.partner-logo {
		margin-bottom: 16px;
		max-width: 200px;
		display: inline-block;
	}
}

.modal-size-small {
	width: 28%;
}

.ml-10 {
	margin-left: 10px !important;
}

.middle-li-margin {
	/* margin: 0px 42px!important; */
	margin-right: 64px !important;
}

.order-tracking-bg {
	background: #fff !important;
}

.pt-23 {
	padding-top: 23px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-28 {
	padding-left: 28px !important;
}

.full-width-btn {
	width: 100% !important;
}

.company-title {
	color: #fff;
}

.company-ul {
	list-style: none;
}

.company-ul a {
	color: #fff;
}

.company-ul a:hover {
	color: #fff;
}

.color-white {
	color: #fff;
}

.hr-design {
	border-top: 1px solid #fff;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.mt-50 {
	margin-top: 50px;
}

.home-about-assorment {
	width: 100%;
	float: left;
	text-align: center;
}

.home-about-assorment-anchor {
	border-radius: 23px;
	border: 1px solid grey;
	padding: 5px;
	font-size: 13px;
}

.mt-10 {
	margin-top: 10px !important;
}

.width-full-left {
	width: 100%;
	float: left;
}

.mt-20 {
	margin-top: 20px !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}


.healthlylife-content-heading-h6 {
	display: inline-block;
}

.downloadapp-content-anchor {
	border-radius: 23px;
	border: 1px solid grey;
	padding: 5px;
	font-size: 13px;
}

.home_about_product-anchor {
	border-radius: 23px;
	border: 1px solid grey;
	padding: 5px;
	font-size: 13px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-n-1 {
	margin-top: -1px !important;
}

.mb-13 {
	margin-bottom: 13px !important;
}

.timeslot-btns {
	width: 100% !important;
	height: unset !important;
	margin: 15px 0 !important;
	appearance: none !important;
	outline: none !important;
	cursor: pointer !important;
	border-radius: 5px !important;
	padding: 0px 0px !important;
	background-color: #ffffff !important;
	color: #a6bcd0 !important;
	font-size: 16px !important;
	/* background: #fff; */
	transition: all 100ms linear !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	text-align: center;
}

.select-address-checkboxes {
	padding: 15px 15px 15px 50px !important;
	background: #fff !important;
	color: #a6bcd0 !important;
	font-size: 17px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border-bottom: 2px solid #d7e4f0 !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.mt-60 {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.display-flex {
		flex-direction: row;
	}

	.pl-0 {
		padding-left: 0;
		/* Reset the left padding */
	}

	.company-ul li {
		margin-bottom: 10px;
	}

	.padding-for-mobile {
		padding: 0px 60px !important;
		text-align: left;
	}

	.modal-size-small {
		width: auto;
	}
}

@media only screen and (max-width: 479px) {

	.downloadapp-img,
	.downloadapp-content {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.downloadapp-content-btn a {
		padding: 11px 15px;
		font-size: 16px;
		width: 45%;
		margin: 0px 9px;
	}
}

/* filtration */
/* .filtration-img{
    margin :0 auto;
    display:flex;
} */
.about-content p {
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 1px;
}

.filtration-bottom-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 75px;
	margin-top: 100px;
}

.about-content h6 {
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
}

.filtration-banner {
	/* background: url('C:\Users\ADMIN\Downloads\water-refill-.png') no-repeat center center; */
	background-color: rgb(0, 11, 127);
	background-size: cover;
	color: white;
	text-align: center;
	padding: 50px 0;
}

.filtration-banner h1 {
	font-size: 48px;
	margin: 0;
	color: white;
}

.filtration-banner p {
	font-size: 24px;
	margin: 0;
	color: white;
}

.filtration-container {
	justify-content: center;
	align-items: center;
	height: 1050px;
	width: 650px;
	text-align: center;
	margin-left: 350px;
}

.filtration-step {
	display: flex;
	align-items: center;
	position: relative;
}

.filtration-step::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	border-left: 2px dashed #000;
	transform: translateX(-50%);
}

/* .filtration-step:nth-child(even) .filtration-content1 .filtration-content2 {
	order: -1;
	text-align: right;
} */

.filtration-step h2 {
	margin-top: 0;
}

.filtration-step p {
	margin-bottom: 0;
}

.filtration-header {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}

.filtration-img1 {
	/* float: left;
	margin-right: 60px;
	text-align: center;
	margin-top: 60px; */
	margin-bottom: 50px;
	flex: 1;
	text-align: center;
	width: 50%;
}

.filtration-img2 {
	/* float: right;
	margin-left: 60px;
	text-align: center;
	margin-top: 60px; */
	margin-bottom: 50px;
	flex: 1;
	text-align: center;
	width: 50%;
	margin-bottom: 40px;
}

.filtration-img1 img {
	max-width: 100%;
	border-radius: 8px;
}

.filtration-img2 img {
	max-width: 100%;
	border-radius: 8px;
}

.filtration-content1 {
	/* height: 150px; */
	width: 50%;
	float: right;
	text-align: center;
	margin-bottom: 50px;
	padding-left: 75px;
	/* margin-top: 60px;
	margin-left: 50px; */
}

.filtration-content2 {
	/* height: 150px; */
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
	padding-right: 75px;
	/* margin-top: 60px;
	margin-right: 50px; */
}

@media (max-width: 768px) {
	.filtration-banner h1 {
		font-size: 32px;
	}

	.filtration-banner p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.filtration-step {
		flex-direction: column;
	}
	.downloadapp-content-btn a {
        flex: 1 1 100%; /* stack buttons */
    }
	.filtration-step::before {
		left: 0;
		top: 50%;
		width: 100%;
		height: 2px;
		transform: translateY(-50%);
	}

	/* .filtration-step:nth-child(even) .filtration-content1 .filtration-content2 {
		order: 0;
		text-align: left;
	} */
}

.hover_effect {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover_effect:hover {
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3) !important;
	/* transform: translateY(-5px); */
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hover_effect img {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}

.hover_effect img:hover {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.padding-for-mobile p span img {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
}

.padding-for-mobile p span img:hover {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.populargoods-box:hover {
	box-shadow: 0 8px 15px rgb(0 0 0 / 17%) !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: .3s ease-in-out;
}

.about-icon:before,
.about-icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid rgb(0 74 173 / 35%)filtration;
	border-radius: 50%;
}

.about-icon:before {
	animation: ripple 2s linear infinite;
}

.about-icon:after {
	animation: ripple 2s linear 1s infinite;
}

.close-icon {
	background: transparent;
	border: none;
	font-size: 27px;
	line-height: 20px;
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

.banner-content a:hover {
	box-shadow: 0 0.25em 0.25em -0.1em #e1e1e2;
    transform: translateY(-0.25em);
    border-color: #e1e1e2;
    color: #e1e1e2;
}
.forgot{
	margin: 20px 0 0px 0;
    text-align: right;
}