@media (max-width: 576px){
    .breadcrumb li.completed a::after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
	display: none;
}
.breadcrumb li a::before{
	display: none;
}
.breadcrumb li.completed a {
	background: brown;
	background: hsla(153, 57%, 51%, 1);
	padding: 10px;
}
.breadcrumb li {
	font-size: 11px !important;
}
.breadcrumb {
	padding: 0px;
	background: transparent;
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
}
.breadcrumb li.active a::after {
	border-left: none;
}
.breadcrumb li.active a {
	background: brown;
	background: #ffc107;
	padding: 10px;
	border-radius: 0px 5px 5px 0px !important;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.NavButton{
	width: 100%;
}
.NavButton button{
	display: block;
	margin-left: auto;

}
.OnBannerText h4 {
    font-size: 29px;
}
.OnBannerText h5 {
	font-size: 15px;
}
.Heading h4 {
	font-size: 22px;
	width: 100%;
	line-height: inherit;
}
.OurProduct .col-md-4 {
	margin-bottom: 30px;
}
.Brand h4 {
    font-size: 26px;
}
.slick-next.Next.slick-arrow {
	left: inherit;
	right: 0;
	background: transparent;
	top: 40%;
}
.slick-prev.Prev{
	left: 0;
	right: initial;
	z-index: 99;
	background: transparent;
	top: 40%;
}
.slick-prev.Prev svg, .slick-next.Next.slick-arrow svg  {
	height: 30px;
	width: 30px;
}
.Logo {
	width: 42%;
}
.Navigation{
	width: 58%;
}
.NavigationLink ul {
	display: block;
}
.NavigationLink {
	width: 100%;
	margin-top: 20px;
}
.NavigationLink ul li{
	margin-bottom: 25px;
}
.NavigationLink ul li a{
	color: #000;
}
.BannerImage img{
	top: 0;
}
.Order2{
	order: 2
}
.Order1{
	order: 1;
}
.Checkout {
    width: 100%;
}
.TabLink ul li a {
	color: #000;
	font-size: 14px;
}	

.NavButton button img{
	height: 20px;
}
.DashboardTab {
	width: 100%;
}
.DashboardContent {
	width: 100%;
}
.Dashboard .NavButton button {
	display: block;
	margin-left: initial;
	background: #45b6d6;
	color: #fff;
	position: relative;
	top: -10px;
}
.TabLink {
	padding: 0;
	box-shadow: none;
}
.Dashboard .sidenav .NavButton {
	margin-top: 110px;
}
.Dashboard .sidenav .NavButton button {
	margin-left: auto;
}
.NavButton{
	display: block;
}
.ForMobile{
	display: block;
}
#mySidenav {
	width: 0%;
}
.table.table-bordered.table-responsive button {
	width: 100%;
	margin-left: 0 !important;
}
.OnBannerText h4 {
	font-size: 19px;
	line-height: inherit;
}
.Slider .carousel-item img {
	width: 100%;
	min-height: 55vh;
	/* max-height: 29vh; */
	overflow: hidden;
}
.StartBusinessContent h4 {
    font-size: 31px;
}
.SingleAffiliate {
	text-align: center;
	height: 100%;
}
.SingleAffiliate img {
	height: 85px;
	display: block;
	margin: auto;
	margin-bottom: 16px;
}
.Footer {
	padding: 0;
}
.SingleAffiliate h5 {
	font-size: 14px;
}
.BecomeAffiliate {
    padding: 48px 0px;
}
#Login {
	z-index: 99999999999;
}
.Single {
	margin: 0px 0px;
}
.Heading h4 {
	margin-bottom: 40px !important;
}
video {
	height: auto;
}
iframe {
	height: auto;
}
#Login .PopupContent {
	padding: 5% 0%;
}
.BannerBorder {
	position: absolute;
	bottom: -3px;
	left: -4px;
	width: 100%;
}
}