﻿nt-face {
    font-family: Muli Regular;
    src: url(fonts/Muli.ttf);
 }
 @font-face {
    font-family: Muli Bold;
    src: url(fonts/Muli-Bold.ttf);
 }
 @font-face {
    font-family: 'Muli Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Muli Regular'), url('fonts/Muli-Regular.woff') format('woff');
    }
@font-face {
        font-family: 'Muli Bold';
        font-style: normal;
        font-weight: normal;
        src: local('Muli Bold'), url('fonts/Muli-Bold.woff') format('woff');
        }
        
body {
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}
  
  p {
    color: #b3b3b3;
    font-weight: 300; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: muli, sans-serif;
    font-weight: 700;
    font-style: normal; 
}
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; 
    }

/* Top Header Section Css Starts */
.header {
    background: #dbf0e0;
    padding-top: 15px;
    padding-bottom:5px;
    margin-top: -16px;
}
a.homeicon {
    font-size: 60px;
    color: #074326;
}
img.website_logo {
    width: 175px;
    position: relative;
    top: -7px;
}
/* .col-2.home {
    display: flex;
    align-items: center;
    justify-content: center;
} */
img.homebtn {
    width: 100%;
}

.cart {
    padding-left: 0;
    text-align: right;
}

/* .login {
    margin-top: -15px;
} */
span.loginbtn {
    background: #fff;
    padding: 10px 35px;
    color: #475d4c;
    border: 1px #475d4c solid;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}
.right_head {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 50px;
}
/* img.minicart { */
    /* width: 30px; */
/* } */

img.minicart {
    width: 30px;
    z-index: 0;
    position: relative;
}

/* Top Header Section Css End */

/* Menu Header Css Starts */

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	/* transform: translateY(0); */
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 50px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    display: block;
}
a.stickylogo img {
    display: none;
}
.start-header.scroll-on a.stickylogo img {
    display: block;
    width: 100px;
    position: relative;
    top: -3px;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 50px;
	width: auto;
	display: none;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.navbar-toggler {
	float: right; 
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
 .navbar-toggler-icon:after, 
 .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
 .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
    padding: 0 20px !important;
    margin: 0 !important;
    text-transform: uppercase;
}
ul.navbar-nav.py-4.py-md-0 {
    margin: 0 auto;
}
/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
    width: 100%;
    top: 0px;
    z-index: 1;
    box-shadow: 0 5px 10px 0 rgb(11 11 11 / 20%);
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #475d4c;
	background-color: #dbf0e0;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    font-family: muli, sans-serif;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #475d4c;
	border-radius: 2px;
    transition: all 200ms linear;
    font-family: muli, sans-serif;
    font-weight: 600;
    cursor: pointer;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff !important;
	background-color:#475d4c;
}

.navbar-light .navbar-nav .nav-link {
    color: #475d4c;
    font-size: 17px;
    font-weight: 500;
}

/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		/* vertical-align: 0; */
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		/* vertical-align: 0; */
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
            margin-left: -37px;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
    .nav-item {
        padding-left: 24px !important;
    }
    img.homebtn {
        width: 100%;
        max-width: 35px;
    }
}

/* about us page css stgarts  */

img.about {
    width: 100%;
    padding-top:20px;
}
h2.webtitle {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
p.aboutP {
    font-size: 17px;
    color: #000;
    padding-right: 30px;

}
section.aboutus {
    padding-right: 30px;
}
section.categorylist h2 {
    background: #eeeeee;
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.categoryimg {
    width: 100%;
    cursor:pointer;
}
.row.category h3 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    cursor:pointer;
}
section.topselling h2 {
    background: #eeeeee;
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* TOP SELLING PRODUCTS CSS  */
.product-img img {
    width: 100%;
    cursor:pointer;
}
.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    top: 5%;
    position: absolute;
    left: 15px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.owl-controls .owl-buttons .owl-prev {
    background: #dbf0e0;
    position: absolute;
    top: 50%;
    padding: 0 18px 0 15px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 50px;
    left: 0;
    width: 50px;
}
.owl-controls .owl-buttons .owl-next {
    background: #dbf0e0;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 15px 0 18px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 50px;
    right: 0;
    width: 50px;
}
.owl-item {
    border: 1px #56b25f solid;
}
section.web_banner {
    padding-top: 25px;
}
h2.banner_title {
    text-align: center;
    color: #437120;
    font-size: 60px;
    font-weight: 600;
}
p.subtitle {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #757575;
}
p.bannertitle {
    color: #004da2;
    text-align: center;
    font-size: 30px;
    padding-top: 16px;
}
section.opportunity h2 {
    background: #eeeeee;
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.w-100.opportunityimg {
    margin-top: -8px;
}
.container.wealth {
    padding-top: 25px;
    padding-bottom: 25px;
}
.container.wealth h2 {
    color: #000;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}
h3.start_your span {
    display: flex;
    position: relative;
    top: -146px;
    background: #89372b;
    padding: 13px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 40%;
    border-radius: 50px;
}
.container.wealth p {
    color: #000;
    font-size: 20px;
    /* font-weight: 500; */
    text-align: justify;
}
.col-lg-6.nobody h3 {
    color: #000;
    font-size: 45px;
    line-height: 50px;
    padding-top: 158px;
}
.row.details_tabs {
    width: 100%;
    padding-top: 15px;
    padding-left: 40px;
}
div#accordion {
    width: 100%;
}
p{
    color: #000;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(219 240 224);
    border-bottom: none;
    margin-bottom: 17px !important;
}
a.card-title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.productdetails {
    height: 545px;
    z-index: 2;
    position: sticky;
    top: 142px;
    margin-bottom: 30px;
    padding-left: 30px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /* word-wrap: break-word; */
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}
.borders {
    background: #000000;
    width: 65%;
    height: 4px;
}
button.contactbtn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #a3707c;
    color: #fff;
    border: none;
    padding: 14px 36px;
    font-size: 35px;
    font-weight: 700;
    border-radius: 15px;
    position: absolute;
    top: 60%;
    left: 200px;
}
section.topfooter {
    background: #dbf0e0;
}
.sociallinks {
    display: flex;
    justify-content: right;
}
img.social-icons {
    width: 100%;
    max-width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
section.wealthsection {
    margin-bottom: -25px;
}
img.w-100.contactus {
    width: 100%;
    max-width: 400px;
}
footer.footer {
    background: #475d4c;
    padding-top: 20px;
    padding-bottom: 10px;
}
ul.mainlinks li {
    color: #fff;
    list-style: none;
}
.address p {
    color: #fff;
}
.address p b {
    font-weight: 600;
}
p.forenquiry {
    color: #fff;
}
hr.footerboders {
    background: #fff;
}
.copyright p {
    text-align: center;
    color: #fff;
}
ul.mainlinks {
    margin-left: 0;
    padding-left: 0;
}
p.cartitems {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    color: #f06d6e;
    top: 0px;
    left: 39px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
}
/* Join Us Page Css */
section.join-us h2 {
    background: #eeeeee;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
img.edspicon {
    width: 50px;
}
h4.jointitle {
    font-size: 25px;
    padding-top: 10px;
}
h4.jointitle1 {
    font-size: 25px;
    padding-top: 10px;
}
p.joinp {
    color: #000;
    font-size: 18px;
}
img.vipicon {
    width: 50px;
}
img.w-100.joinimg {
    margin-bottom: 20px;
}
img.w-100.vipimage {
    margin-bottom: 20px;
}
button.btn.btn-primary.loginbtn {
    background: #a3707c;
    border: none;
    padding: 4px 30px;
    font-size: 19px;
}
.customer_login {
    border: 1px #000 solid;
    padding: 20px 50px;
    margin-bottom: 20px;
    max-height: 250px;
    height: 250px;
}
h2.customer {
    /* font-weight: 100; */
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
h4.forgotpwd {
    font-weight: 200;
    font-size: 20px;
    text-align: right;
}
.join-us-form {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    /*height: 300px;*/
    }
    .products {
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        border: 2px #a6cb85 solid;
        padding: 15px;
        border-radius: 15px;
    }
    .product-data h3 {
        font-size: 18px;
        font-weight: 200;
    }
    p.datap {
        color: #000;
        margin-bottom: 0px;
    }
    p.dataps {
        color: #000;
        margin-bottom: 0;
    }
    p.datars {
        color: #52ad01;
        font-weight: 600;
    }
    button.addtobtn {
        background: #367ecf;
        text-align: center;
        color: #fff;
        padding: 5px 25px;
        font-weight: 600;
        border: none;
        border-radius: 9px;
        font-size: 16px;
        margin: 0 auto;
        display: flex;
    }
    .productdetails {
        background: #dbf0e0;
        padding: 30px;
        margin-top: 15px;
        z-index:0;
        cursor: pointer;
    }
    ol.carousel-indicators.Productsliders {
        position: absolute;
        right: 0;
        bottom: -49px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    ol.carousel-indicators.Productsliders li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px !important;
        height: 5px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }
    input.form-control.pdquanitity {
        max-width: 50px !important;
    }
    p.quanititypd {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    p.quanititypd b {
        padding-right: 10px;
        color: #000;
        font-weight: 500;
    }
    .productdetailsdata {
        padding: 25px;
    }
    p.pdprice {
        color: #45916b;
        font-weight: 600;
    }
    p.pdmrps {
        color: #000;
    }
    p.pdAvailable {
        color: #000;
        font-weight: 500;
    }
    span.instaock {
        color: #45916b;
        font-weight: 600;
    }
    .socialicons img {
        display: flex;
        width: 65px !important;
        float: left;
        padding-right: 10px;
    }
    p.pdsize {
        color: #000;
        font-weight: 300;
    }
    section.topfooter.joinus {
        background: #efcfdc;
    }
    span.callicon {
        color: #475d4c;
    }
    p.contactusp {
        font-size: 22px;
        text-align:justify;
    }
    p.call {
        font-size: 35px;
        font-weight: 600;
    }
    span.callicon {
        background: #dbf0e0;
        padding: 5px;
        border: 1px #475d4c solid;
        font-size: 20px;
    }
    h2.takeaction {
        text-align: center;
    }
    h2.joinh2 {
        font-weight: 200;
    }
    .row.selectbtns {
        justify-content: center;
        font-size: 25px;
    }
    input#contact-checkbox {
        left: 35px;
        height: 50px;
        width: 39px;
    }
    input#exampleRadios1 {
        width: 35px;
        height: 35px;
        color: #475d4c;
    }
    input#exampleRadios2 {
        width: 35px;
        height: 35px;
        color: #475d4c;
    }
    button.btn.btn-primary.submitbtn {
        background: #475d4c !important;
        border: none;
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: 15px;
    }
    h2.businessopph2 {
        text-align: center;
        font-size: 25px;
        padding-bottom: 10px;
    }
    .box1 {
        background: #f28e45;
        height: 130px;
        width: 130px;
        border-radius: 100%;
        align-items: center;
    display: flex;
    justify-content: center;
}
    
    .box2 {
        background: #cf92c4;
        height: 130px;
        width: 130px;
        border-radius: 100%;
        align-items: center;
    display: flex;
    justify-content: center;
}
    
    .box3 {
        background: #84b252;
        height: 130px;
        width: 130px;
        border-radius: 100%;
        align-items: center;
    display: flex;
    justify-content: center;
}
    
    .box4 {
        background: #00bfca;
        height: 130px;
        width: 130px;
        border-radius: 100%;
        align-items: center;
    display: flex;
    justify-content: center;
}
    
    .box5 {
        background: #ffbc2e;
        height: 130px;
        width: 130px;
        border-radius: 100%;
        align-items: center;
    display: flex;
    justify-content: center;
}
    
    .box6 {
        background: #d39870;
        height: 130px;
        width: 130px;
        border-radius: 100%;
        align-items: center;
    display: flex;
    justify-content: center;
}
.box7 {
    background: #c36d8a;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    align-items: center;
display: flex;
justify-content: center;
}
.box8 {
    background: #009d73;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    align-items: center;
display: flex;
justify-content: center;
}
.box9 {
    background: #7b7d80;
    height: 130px;
    width: 130px;
    border-radius: 100%;
    align-items: center;
display: flex;
justify-content: center;
}
.box1 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.box2 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.box3 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
} 
.box4 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.box5 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
     margin-bottom: 0;
} 
.box6 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
     margin-bottom: 0;
} 
.box7 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
     margin-bottom: 0;
}
.box8 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
     margin-bottom: 0;
}
.box9 p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
     margin-bottom: 0;
}
.col-lg-4.team {
    display: flex;
    justify-content: right;
}
.col-lg-4.carplans {
    display: flex;
    justify-content: center;
}
p.about {
    font-size: 20px;
    line-height: 35px;
}
img.w-100.missionimg {
    width: 85px !important;
}
h4.ourmission {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
p.missionp {
    font-size: 20px;
    line-height: 35px;
}
.row.imagesprofiles {
    display: flex;
    justify-content: center;
    align-items: center;
}
h5.jobtitle {
    color: #475d4c;
    text-align: center;
}
h6.nameofthe {
    color: #475d4c;
    text-align: center;
}
.photo {
    width: 200px;
    height: 200px;
    background: #55b25f;
    position: relative;
    left: 70px;
}
h4.contactbtns {
    background: #00c66e;
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 10px 21px;
    border-radius: 11px;
    position: absolute;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 69px;
    left: 379px;
}

/*----------step-wizard------------*/
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
    background-color: #333;
}
.signup-step-container{
    padding: 35px 0px;
    padding-bottom: 60px;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }

    .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 50%;
        margin: 0 auto;
        left: 0;
        right: 35px;
        top: 15px;
        z-index: 1;
    }
    
    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }
    
    span.round-tab {
        /* width: 30px;
        height: 30px; */
        line-height: 30px;
        display: inline-block;
        /* border-radius: 50%; */
        background: #fff;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 16px;
        color: #0e214b;
        font-weight: 500;
        /* border: 1px solid #ddd; */
        padding-left: 15px;
        padding-right: 15px;
    }
    span.round-tab i{
        color:#555555;
    }
    .wizard li.active span.round-tab {
            /* background: #0db02b; */
        color: #0db02b;
        /* border-color: #0db02b; */
    }
    .wizard li.active span.round-tab i{
        color: #5bc0de;
    }
    .wizard .nav-tabs > li.active > a i{
        color: #0db02b;
    }
    
    .wizard .nav-tabs > li {
        width: 25%;
    }
    
    .wizard li:after {
        content: " ";
        position: absolute;
        left: 46%;
        opacity: 0;
        margin: 0 auto;
        bottom: 0px;
        border: 5px solid transparent;
        border-bottom-color: red;
        transition: 0.1s ease-in-out;
    }
    
   .col-md-6.loginbutton {
    padding-left: 0;
}
   .col-md-6.loginbutton {
    padding-left: 0;
} 
   .form-group.useridlogin {
    margin-bottom: 30px;
}
  .form-group.passwordlogin {
    margin-bottom: 46px;
} 
 .form-group.forgotpwdfeild {
    margin-bottom: 65px;
    margin-top: 30px;
}
 .form-group.forgotpwdfeild {
    margin-bottom: 60px;
    margin-top: 30px;
} 

 .join-us-forms {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 20px;
    height: 250px;
}
 .col-md-6.forgotlenk {
    padding-right: 0;
}
    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        margin: 20px auto;
        border-radius: 100%;
        padding: 0;
        background-color: transparent;
        position: relative;
        top: 0;
    }
    .wizard .nav-tabs > li a i{
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    
        .wizard .nav-tabs > li a:hover {
            background: transparent;
        }
    
    .wizard .tab-pane {
        position: relative;
        padding-top: 20px;
    }

    .wizard h3 {
        margin-top: 0;
    }
    .prev-step,
.next-step{
        font-size: 30px;
        color: #fff;
        border: none;
        border-radius: 4px;
    }
    .next-step{
        background-color: #475d4c;
    }
    h4.modeofpay {
        text-align: center;
    }
    h4.ewallet {
        background: #e5f4e8;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    p.amount {
        border: 1px #000 solid;
        text-align: center;
        padding: 6px;
        font-size: 20px;
        font-weight: 700;
    }
    p.wallettext {
        font-size: 22px;
    }
 
    .skip-btn{
        background-color: #cec12d;
    }
    .step-head{
        font-size: 20px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .term-check{
        font-size: 14px;
        font-weight: 400;
    }
    .custom-file {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 40px;
        margin-bottom: 0;
    }
    .custom-file-input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 40px;
        margin: 0;
        opacity: 0;
    }
    .custom-file-label {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        height: 40px;
        padding: .375rem .75rem;
        font-weight: 400;
        line-height: 2;
        color: #495057;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }
    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 38px;
        padding: .375rem .75rem;
        line-height: 2;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }
    .footer-link{
        margin-top: 30px;
    }
    .list-content{
        margin-bottom: 10px;
    }
    .list-content a{
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
        background-color: #f5f5f5;
        position: relative;
        color: #565656;
        font-weight: 400;
        border-radius: 4px;
    }
    .list-content a[aria-expanded="true"] i{
        transform: rotate(180deg);
    }
    .list-content a i{
        text-align: right;
        position: absolute;
        top: 15px;
        right: 10px;
        transition: 0.5s;
    }
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #fdfdfd;
    }
    .list-box{
        padding: 10px;
    }
    .signup-logo-header .logo_area{
        width: 200px;
    }
    .signup-logo-header .nav > li{
        padding: 0;
    }
    .signup-logo-header .header-flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list-inline li{
        display: inline-block;
    }
    .pull-right{
        float: right;
    }
    /*-----------custom-checkbox-----------*/
    /*----------Custom-Checkbox---------*/
    input[type="checkbox"]{
        position: relative;
        display: inline-block;
        margin-right: 5px;
    }
    input[type="checkbox"]::before,
    input[type="checkbox"]::after {
        position: absolute;
        content: "";
        display: inline-block;   
    }
    input[type="checkbox"]::before{
        height: 16px;
        width: 16px;
        border: 1px solid #999;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-radius: 2px;
    }
    input[type="checkbox"]::after{
        height: 5px;
        width: 9px;
        left: 4px;
        top: 4px;
    }
    input[type="checkbox"]:checked::after{
        content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }
    input[type="checkbox"]:checked::before{
        background-color: #18ba60;
        border-color: #18ba60;
    }
    
    
    @media (max-width: 767px){
        .sign-content h3{
            font-size: 40px;
        }
        .wizard .nav-tabs > li a i{
            display: none;
        }
        .signup-logo-header .navbar-toggle{
            margin: 0;
            margin-top: 8px;
        }
        .signup-logo-header .logo_area{
            margin-top: 0;
        }
        .signup-logo-header .header-flex{
            display: block;
        }
    }
    .deleveryaddress {
        background: #fff;
        border: 2px #d1d0d0 solid;
        padding: 5px 10px;
    }
    p.address {
        color: #b3b3b3;
        font-size: 15px;
    }
    .deleveryaddress p {
        font-size: 14px;
        color: #b3b3b3;  
    }
    p.changeaddress {
        border: #ff0d0d 1px solid;
        text-align: center;
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: underline;
        color: #ff0d0d;
        border-radius: 10px;
    }
    span.nameoftheperson {
        color: #000;
        font-weight: 600;
    }
    .changeadbtn {
        align-items: center;
        display: flex;
    }
    .productbox {
        background: #fff;
        border: 2px #d1d0d0 solid;
        padding: 5px 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    img.img-fluid.cart_product_img {
        border: 1px #d1d0d0 solid;
        margin-top: 10px;
    }
    p.productcarttitle {
        color: #000;
        margin-bottom: 0px;
        font-size: 16px;
    }
    p.productcartcat {
        color: #958e8e;
        font-size: 13px;
        margin-bottom: 0;
    }
    p.sizeofproduct {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    span.productsize {
        background: #dbf0e0;
        padding: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px #506655 solid;
    }
    span.productsize1 {
        background: #fff;
        padding: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px #506655 solid;
    }
    span.numberPV {
        background: #dbf0e0;
        padding: 2px 10px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px #506655 solid;
    }
    a.cancellXs {
        color: #000;
        font-size: 20px;
    }
    #myform {
        text-align: center;
        padding: 5px;
        border: 1px dotted #ccc;
        margin: 2%;
    }
    .qty {
        width: 40px;
        height: 25px;
        text-align: center;
    }
    p.quanititypdcart {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: left;
    }
    input,
    textarea {
      border: 1px solid #eeeeee;
      box-sizing: border-box;
      margin: 0;
      outline: none;
      padding: 10px;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }
    
    .input-group {
      clear: both;
      margin: 0px 0;
      position: relative;
    }
    
    .input-group input[type='button'] {
      background-color: #eeeeee;
      min-width: 38px;
      width: auto;
      transition: all 300ms ease;
    }
    
    .input-group .button-minus,
    .input-group .button-plus {
      font-weight: bold;
      height: 38px;
      padding: 0;
      width: 38px;
      position: relative;
    }
    
    .input-group .quantity-field {
      position: relative;
      height: 38px;
      left: -6px;
      text-align: center;
      width: 50px;
      display: inline-block;
      font-size: 13px;
      margin: 0 0 5px;
      resize: vertical;
    }
    
    .button-plus {
      left: -13px;
    }

    h3.addmoreitems {
        color: #f8514d;
        font-size: 19px;
        text-decoration: underline;
        line-height: 22px;
    }
    h4.pvdetails {
        font-weight: 600;
        font-size: 20px;
    }
    h5.totalpv {
        color: #005d16;
        font-weight: 600;
    }
    span.totalpvnm {
color: #005d16;
    font-weight: bold;
    font-size: 18px;
}
    h5.pricedetailss {
    font-size: 20px;
    font-weight: 600;
}
    span.pricedetailsnum {
    font-size: 17px;
    font-weight: 600;
}
    h5.pricedetails {
        font-weight: 200;
    }
    h6.knowmore {
        font-weight: 200;
        color: #fe6c3f;
        text-decoration: underline;
    }
    h4.priceitrems {
        font-weight: 600;
        margin-bottom: 25px;
        margin-top: 25px;
        font-size: 20px;
    }
    ul.list-inline {
        background: #475d4c;
        text-align: center;
        padding: 10px;
        color: #fff;
    }
    .selectedaddress {
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        padding: 10px;
        border: #c8c8c8 3px solid;
    }
    input#huey {
        height: 20px;
        width: 20px;
    }
    p.namechecked {
        font-size: 18px;
        font-weight: 600;
    }
    p.addresscon {
        font-size: 15px;
    }
    button.addnerwadd {
        color: #f8514d;
        border: 1px #f8514d solid;
        background: #fff;
        padding: 5px 45px;
        text-align: center;
    }
    h6.defaltad {
        color: #f8514d;
    }
    h3.otheraddress {
        font-size: 16px;
    }
    span.quantitynum {
        padding-left: 10px;
    }

    /* ############## Join Now Form ##################  */

.join-us-content .heading-title h2 {
    font-family: 'GothamNarrow-Ultra';
    font-size: calc(1.5vw + 20px);
    letter-spacing: 5px;
    line-height: 50px;
}
.join-us-content p {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.form__container, .form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form__container {
    width: 100%;
}

.form__row:not(:last-child) {
    margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {

    .form__row {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .form__container, .form__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .form__label-wrapper {
        margin-bottom: 0;
    }

    .form__label-wrapper {
        -ms-flex: 2;
        flex: 2;
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 1024px) {
    .form__label {
        margin-right: 46px;
    }

    .form__label {
        margin-right: 0;
    }

    .text--medium {
        font-size: 20px;
    }

    .form__field, .form__field-wrapper {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .form__field-wrapper {
        -ms-flex: 3;
        flex: 3;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form__field {
        -ms-flex-align: center;
        align-items: center;
    }

    .form__field, .form__field-wrapper {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .form__radio-field {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.4;
    }

    .radio {
        position: absolute;
        opacity: 0;
        z-index: -99;
    }

        .radio:checked + .placeholder {
            background: #fff;
        }

    .form__radio-field .placeholder {
        margin-right: 20px;
    }

    .radio + .placeholder {
        display: inline-block;
        position: relative;
        bottom: -25%;
        width: 22px;
        height: 22px;
        margin: 3px .5ex;
        transition: all .3s ease;
        border-radius: 50%;
        background: hsla(0,0%,100%,.5);
        visibility: visible;
    }

    .form__radio-field {
        font-size: calc(0.18vw + 16px);
    }

    .form--dark {
        color: rgba(0,0,0,.7);
    }

        .form--dark .input, .form--dark .textarea {
            background-color: rgba(0,0,0,.04);
        }

        .form--dark .checkbox + .placeholder, .form--dark .radio + .placeholder {
            border: 1px solid rgba(0,0,0,.6);
            background-color: rgba(0,0,0,.04);
        }

        .form--dark .checkbox:focus + .placeholder, .form--dark .radio:focus + .placeholder {
            box-shadow: 0 0 1px 1px #000;
        }

        .form--dark .checkbox:checked + .placeholder {
            border: #000;
            background-color: #000;
        }


    .form__container, .form__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .form__row:not(:last-child) {
            margin-bottom: 15px;
        }

    .checkbox-container {
        display: block;
        text-align: left;
        color: #fff;
        position: relative;
        padding-left: 35px !important;
        font-weight: 400;
        cursor: pointer;
        font-size: 20px;
        line-height: 30px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .checkbox-container a {
            color: #727272;
        }
        /* Hide the browser's default checkbox */
        .checkbox-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            left: 0;
        }

    /* Create a custom checkbox */
    .checkbox-checkmark {
        position: absolute;
        top: 4px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #fff;
        background: #fff;
        border-radius: 3px;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-container input:checked ~ .checkbox-checkmark {
        background-color: #fff;
        border: 1px solid #fff;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-container input:checked ~ .checkbox-checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-container .checkbox-checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 11px;
        border: solid #66b1ad;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    button.white-btn {
        font-family: 'Gotham-Medium', sans-serif;
        color: #000;
        background: #fff;
        padding: 10px 25px;
        font-size: 20px;
        border-radius: 3px;
    }
}
@media screen and (min-width:1024px) {
    .form__row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.form__label-wrapper {
    -ms-flex: 2;
    flex: 2;
    margin-bottom: 8px;
}

@media screen and (min-width:1024px) {
    .form__label-wrapper {
        margin-bottom: 0;
    }
}

.form__label {
    margin-right: 0;
}

@media screen and (min-width:1024px) {
    .form__label {
        margin-right: 46px;
    }
}

.form__radio-field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
}

    .form__radio-field .placeholder {
        margin-right: 20px;
    }

@media screen and (min-width:768px) {
    .form__radio-field:last-of-type {
        -ms-flex: 2;
        flex: 2;
    }
}

.form__checkbox-field {
    display: -ms-flexbox;
    display: flex;
}

    .form__checkbox-field .placeholder {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 40px;
    }

.form__checkbox-field-label {
    max-width: 700px;
    line-height: 1.375;
}

.form__field-wrapper {
    -ms-flex: 3;
    flex: 3;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form__field, .form__field-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.form__field {
    -ms-flex-align: center;
    align-items: center;
}

    .form__field .input, .form__field .textarea {
    width: 100%;
    background-color: #c7c7c7;
    padding: 0;
    border: black;
    border-radius: 2px;
    min-height: 40px;
    }

    .form__field + .error-msg {
        margin-top: 8px;
    }

.form__btn-check {
    position: absolute;
    right: -18px;
    font-size: 40px;
}


.radio:checked+.placeholder:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: #000;
}
.hero-title2 {
    font-family: 'Arial-Black';
    font-size: calc(7vw + 20px);
    line-height: 1;
    color: #01559d;
}
.hero-title1, .hero-title3 {
    font-family: 'Arial-Black';
    font-size: calc(5vw + 20px);
    line-height: 0.5;
    color: #01559d;
}
.hero-title3 {
    text-align: right;
}
.page-title {
    font-size: calc(5vw + 20px);
    font-family: 'GothamNarrow-Ultra';
    margin-top: 120px;
    line-height: 100px;
}
.form__label.text--medium.u-font--medium {
    color: #fff;
}
label.form__radio-field {
    color: #fff;
}
.form_border {
    border: #fff 2px solid;
    padding: 10px;
    border-radius: 14px;
}
.form__row.have_you {
    margin-top: 12px;
}
/* ############## Join Now Form End ##################  */

.heading h2 {
    background: #008a32db;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 10px;
    font-family: 'Gotham Book', sans-serif;
}
.row.m-4.product_cate {
    display: flex;
    justify-content: center;
}
.join_now_box {
    margin-top: 15px;
    box-shadow: 1px 0px 11px rgb(0 0 0 / 25%);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #ffffffe6;
}
.container.customer_join {
    margin-top: 15px;
    box-shadow: 1px 0px 11px rgb(0 0 0 / 25%);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #ffffffe6;
}
section.join_now_bg {
    background: url(../images/login-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    margin-top: -15px;
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.productdetails img {
    width: 480px;
    height: 480px;
}
data-owl-carousel.owl-carousel.krishna.owl-loaded.owl-drag {
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
p.join_us_p {
    color: #fff;
}
.owl-prev {
    background: #dbf0e0;
    position: absolute;
    top: 50%;
    padding: 0 18px 0 15px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 50px;
    left: 0;
    width: 50px;
}
.owl-next {
    background: #dbf0e0;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 15px 0 18px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
    height: 50px;
    right: 0;
    width: 50px;
}
i.fa.fa-chevron-left {
    padding-top: 18px;
}
i.fa.fa-chevron-right {
    padding-top: 18px;
}
h3.caterogy_title.ng-binding {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: muli, sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor:pointer;
    margin-top: 10px;
}
img.w-100.categoryim {
    border-radius: 50%;
    width: 100% !important;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    cursor:pointer;
}
h3.shopnowbtn {
    background: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 60px;
    left: 130px;
    border-radius: 5px;
    cursor: pointer;
}
/*Popups Css Added*/ 
.modal-body.popupbodydata {
    margin-top: -35px;
}
button.close.RetailProfitimg {
    background: #475e4c;
    width: 35px;
    height: 35px;
    left: 432px;
    top: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}
button.close.csiimg {
    background: #475e4c;
    width: 35px;
    height: 35px;
    left: 432px;
    top: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
}
h3.becomeEDSP {
    background: #fff;
    position: absolute;
    left: 235px;
    bottom: 230px;
    padding: 10px 45px;
    border-radius: 5px;
    color: #485b4b;
    font-size: 20px;
    cursor:pointer;
}
h3.becomeVIP {
    background: #fff;
    position: absolute;
    left: 175px;
    bottom: 230px;
    padding: 10px 45px;
    border-radius: 5px;
    color: #ce5ebf;
    font-size: 20px;
    cursor: pointer;
}
ul.mainlinks li a {
    color: #fff;
    text-transform: capitalize;
}
/*Relataed Products Css*/
.product-data {
    padding-left: 15px;
    padding-bottom: 15px;
}
.col-lg-4.col-4.searchweb {
    display: none;
}
/*Search Box Css*/
.search {
  font-size: 40px;
    position: relative;
    text-align: right;
    z-index: 99;
}
form.searchform {
   position: relative;
    top: 27px;
    left: 60%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    /* width: 50px; */
    /* height: 50px; */
    /* background: white; */
    /* box-sizing: border-box; */
    /* border-radius: 25px; */
    /* border: 4px solid white; */
    /* padding: 0px; */
}

input.inputsearch {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 16px;
    border-radius: 20px;
    padding: 0 20px;
}

ion-icon.searchicon {
     box-sizing: border-box;
    padding: 5px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 16px;
    transition: all 1s;
}
form.searchform:hover,
form.searchform:valid{
    width: 100%;
    cursor: pointer;
    position: relative;
    left: 60%;
}

form.searchform:valid input.inputsearch{
    display: block;
}
form.searchform:hover input.inputsearch{
    display: block;
}
a#clear-btn {
    display: none;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    color: white;
    text-align: center;
    width: 100%;
}
form:valid a {
  display: block;
}
/*End Search Box Css*/

h1.do_you {
    font-size: 34px;
    font-weight: bold;
    font-family: sans-serif;
}
 .krishna{
    cursor: pointer;
}
 a.addmoreitems {
    color: #0282f0 !important;
    font-weight: bold;
    border-bottom: 2px #0282f0 solid;
    width: 19%;
    cursor: pointer;
}
 .privacy {
    padding-top: 15px;
    padding-bottom: 15px;
}
 .privacy h4 {
    font-size: 17px;
}
/* For 1366 Resolution */  
@media only screen   
and (min-width: 1030px) and (max-width: 1366px)  
{ /* STYLES GO HERE */

    p.cartitems {
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        color: #f06d6e;
        top: -10px;
        left: 50px;
        background: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        text-align: center;
        align-items: center;
    }
   
    a.nav-link {
        font-size: 13px !important;
    }
    p.aboutP {
        font-size: 16px;
        color: #000;
        padding-right: 15px;
    }
    h2.webtitle {
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 10px;
    }

} 
@media only screen and (min-width: 1800px) and (max-width: 2200px)  
{
    p.cartitems {
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        color: #f06d6e;
        top: 0px;
        left: 64px;
        background: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50px;
        text-align: center;
        align-items: center;
    }
} 



/* Mobile Responsive Css Code Starts  */
@media screen and (min-device-width: 280px) and (max-device-width: 768px) { 
    /* STYLES HERE */
    img.website_logo {
        width: 95px !important;
        position: relative;
        left: -10px;
        top: -6px;
    }
    .loginbutton {
        width: 30%;
        float: left;
    }
    .forgotlenk {
        width: 70%;
        float: left;
    }
    h4.forgotpwd {
        font-weight: 200;
        font-size: 16px;
        text-align: right;
        padding-top: 5px;
    }
    h3.start_your span {
        display: flex;
    position: relative;
    top: 0px;
    background: #89372b;
    padding: 5px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
    border-radius: 50px;
    font-size: 15px;
    }
    img.w-100.opportunityimg {
        margin-top: -8px;
        margin-bottom: -45px;
    }
    h4.jointitle {
        font-size: 20px;
        padding-top: 0px;
    }
    h4.jointitle1 {
        font-size: 20px;
        padding-top: 10px;
    }
    p.cartitems {
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        color: #f06d6e;
        top: -8px;
        left: 18px;
        background: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        text-align: center;
        align-items: center;
    }
    .right_head {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    img.homebtn {
        width: 38px;
        position: relative;
        left: 30px;
        top: 0;
    }
    .search {
        font-size: 30px;
        position: relative;
        left: -30px;
    }
    .cart {
        padding-left: 0;
        position: relative;
        left: -11px;
    }
    img.minicart {
        width: 35px;
    position: relative;
    left: 8px;
    top: -6px;
}
    .login {
        margin-top: -4px;
    }
    section.aboutus {
        padding-right: 0px;
    }
    h2.webtitle {
        text-align: center;
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    p.aboutP {
        padding-right: 15px;
        padding-left: 15px;
        text-align: justify;
        /* font-weight: 500; */
    }
   h2 {
        font-size: 16px;
    }
    span.loginbtn {
        background: #fff;
        padding: 5px 15px;
        color: #475d4c;
        border: 1px #475d4c solid;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        position: absolute;
        right: -77px;
        top: -23px;
    }
    h2.webtitle {
        font-size: 20px;
    }
    section.Discoverproducts h2 {
        font-size: 25px;
    }
    section.topselling h2 {
        font-size: 16px;
    }
    h2.banner_title {
        font-size: 23px;
    }
    p.subtitle {
        font-size: 22px;
    }
    p.bannertitle {
        font-size: 25px;
    }
    .container.wealth h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .col-lg-6.nobody h3 {
        color: #000;
        font-size: 16px;
        line-height: 30px;
        padding-top: 10px;
    }
    button.contactbtn {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background: #a3707c;
        color: #fff;
        border: none;
        padding: 5px 24px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 7px;
        left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        position: inherit;
    }
    .row.category h3 {
        font-size: 13px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-top: 10px;
    }
    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: none;
    }
    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        background: white;
        height: 100vh;
        z-index: 999;
        top: 55px;
        overflow: auto;
        padding-left:0px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    li.nav-item:hover {
    background: #dbf0e0;
     cursor: pointer;
}
    .start-header {
        padding: 0px 0;
    }
    .productdetails {
        height: 335px;
    }
    p.about {
        padding-left: 15px;
        padding-right: 15px;
        text-align:justify;
    }
    p.missionp {
        padding-left: 15px;
        padding-right: 15px;
        text-align:justify;
    }
    h4.contactbtns {
    background: #00c66e;
    width: 40%;
    text-align: center;
    color: #fff;
    padding: 5px 3px;
    border-radius: 10px;
    position: absolute;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 30px;
    left: 110px;
    font-size: 16px;
    }
    .changeadbtn {
        align-items: center;
        display: inline;
    }
    a.cancellXs {
        position: absolute;
        bottom: 344px;
        right: 30px;
        background: #dbf0e0;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .text-right.newaddleft {
        text-align: center !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    h4.select_deliveryadd {
        font-size: 20px;
        padding-top: 10px;
        text-align:center;
    }
    .col-lg-5.pvdetailsbox {
        margin-top: 15px;
    }
    .prev-step, .next-step {
        font-size: 21px;
    }
    p.wallettext {
        font-size: 16px;
    }
    p.amount {
        font-size: 13px;
    }
    .input-group input[type='button'] {
    min-width: 30px;
}
    span.numberPV {
    padding: 2px 5px;
}
    p.joinp {
    color: #000;
    font-size: 18px;
    text-align: justify;
    margin-left: -50px;
    margin-top: 20px;
}
    .product-data h3 {
    font-size: 16px;
    font-weight: 200;
}
    p.datap {
    color: #000;
    margin-bottom: 0px;
    font-size: 14px;
}
    button.addtobtn {
    background: #367ecf;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
}
    p.dataps {
    font-size: 13px;
}
    button.addtobtn {
    font-size: 14px;
}
    .col-lg-3.mb-3.col-6.productsboxes {
    padding-left: 5px;
    padding-right: 5px;
}
    .products {
    box-shadow: rgb(0 0 0 / 24%) 0px 1px 1px;
    border: 1px #a6cb85 solid;
    padding: 5px;
    border-radius: 5px;
}
    .product-data h3 {
    height: 55px;
    font-size:14px;
}
    .essential_products {
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}
    .checkbox-container {
    font-size: 16px;
    margin-left: 10px;
}
    .text--medium {
    font-size: 16px;
}
    .col-lg-4.col-4.searchweb {
    display: block;
}
    .col-lg-4.col-4.search {
    display: none;
}
    ion-icon.searchicon {
    box-sizing: border-box;
    padding: 5px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -26px;
    right: 9px;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 16px;
    transition: all 1s;
}
    button.close.RetailProfitimg {
 left: 281px;
    top: 25px;
}
    button.close.csiimg {
      left: 282px;
    top: 25px;
}
    h3.becomeEDSP {
  background: #fff;
    position: absolute;
    left: 95px;
    bottom: 199px;
    padding: 10px 25px;
    border-radius: 5px;
    color: #485b4b;
    font-size: 16px;
    cursor: pointer;
}
    h3.becomeVIP {
        left: 50px;
    bottom: 298px;
    padding: 10px 30px;
    font-size: 16px;

}
    .productdetails img {
    width: 480px;
    height: auto;
}
    .header {
    position: fixed;
    z-index: 99;
    width:100%;
}
    .container.categoryimgs {
    margin-top: 30px;
}
    h3.caterogy_title.ng-binding {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    padding-top: 11px;
}
    .productdetails {
    margin-top: 50px;
}
    section.hero_banner {
    margin-top: 39px;
}
    section.aboutus {
    margin-top: -15px;
}
    .deleveryaddress {
    margin-top: 14px;
}
    h6.defaltad {
    margin-top: 15px;
}
    img.w-100.joinusing.contactusimg {
    width: 300px !important;
    margin-top: 32px !important;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
    h2.contactush2 {
    margin-top: -35px !important;
    padding-top: 0 !important;
    font-size: 17px;
}
 .mob-cat-list {
    margin-top: 30px;
}
    .prodductsectionspage {
    margin-top: 200px;
}
    .mob-cat-list {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
}
    .row.pt-4.pb-4.catimgs {
    margin: 0 auto;
    text-align: center;
}
h2.businessopph2 {
    text-align: center;
    font-size: 16px;
    padding-bottom: 0;
    margin-top: -30px;
}
h3.shopnowbtn {
    background: #fff;
    padding: 5px 15px;
    position: absolute;
    bottom: 34px;
    left: 45px;
    border-radius: 5px;
    cursor: pointer !important;
    font-size: 12px !important;
}
img.about {
    width: 100%;
    padding-top:25px;
}
a.addmoreitems {
    width: 36%;
    margin: 15px 0 15px 0;
}
h4#myModalLabel {
    font-size: 18px;
}
.Mob-display-none {
    display:none;
}
p.productcarttitle {
       margin:10px 0 20px 0;
    }
.join_now_box {
    margin-top: 80px;
    box-shadow: 1px 0px 11px rgb(0 0 0 / 25%);
    padding: 10px;
    margin-bottom: 40px !important;
    border-radius: 10px;
    background-color: #ffffffe6;
}
.d-xs-none {
    display:none;
}
input#txttrms {
    position: absolute;
    left: 20px;
    bottom: 78px;
}
 p.call {
        font-size: 20px;
    }
 span.callicon {
    font-size: 16px;
}
 input.form-control.text-center.rounded-0.float-left.ng-pristine.ng-untouched.ng-valid.ng-valid-maxlength {
    width: 38px !important;
    height: 38px !important;
}
 
}
