@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans&family=Roboto&display=swap");

.progress {
	background-color: #e4e4e4
}

.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 30px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	font-family: "Inter", sans-serif;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;

}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #000;
	font-size: 16px;
	margin-bottom: 5px
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 15px;
	padding-top: 10px
}

.bs-wizard>.bs-wizard-step .bs-wizard-info.text-danger {
	color: #db1e1e
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 34px;
	height: 34px;
	display: block;
	background: #fff;
	border: 1px solid #A9B1B9;
	/* top: 45px; */
	left: 5%;
	margin-top: -40px;
	margin-left: -17px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot em {
	background-color: #b3b3b3;
	color: #fff;
	left: 4px;
	top: 4px;
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-style: normal;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	background: #b3b3b3;
}

.bs-wizard>.bs-wizard-step.order-verification.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}
.bs-wizard>.bs-wizard-step.order-verification.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.bs-wizard>.bs-wizard-step.order-verification.complete>.bs-wizard-dot:after {
	background: #00C62B;
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

.bs-wizard>.bs-wizard-step.order-placed.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}
.bs-wizard>.bs-wizard-step.order-placed.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}


.bs-wizard>.bs-wizard-step.order-placed.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-placed.complete>.bs-wizard-dot::before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;

}


.bs-wizard>.bs-wizard-step.order-confirmed.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}
.bs-wizard>.bs-wizard-step.order-confirmed.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}


.bs-wizard>.bs-wizard-step.order-confirmed.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-confirmed.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-packed.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}
.bs-wizard>.bs-wizard-step.order-packed.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.bs-wizard>.bs-wizard-step.order-packed.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-packed.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-conformation.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}
.bs-wizard>.bs-wizard-step.order-conformation.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.bs-wizard>.bs-wizard-step.order-conformation.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-conformation.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-dispached.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}


.bs-wizard>.bs-wizard-step.order-dispached.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-dispached.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-to-hb.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}

.bs-wizard>.bs-wizard-step.order-to-hb.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-to-hb.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-onroute.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}

.bs-wizard>.bs-wizard-step.order-onroute.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-onroute.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-onroute.complete.active>.bs-wizard-dot:after {
	background: #00C62B;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-dispached.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.bs-wizard>.bs-wizard-step.order-onroute.complete.active>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-delivered.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #85d88f;
}

/* .bs-wizard>.bs-wizard-step.order-delivered.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
} */

.bs-wizard>.bs-wizard-step.order-delivered.complete>.bs-wizard-dot:after {
	background: #00C62B;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-delivered.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	height: 14px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step.order-cancel.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #db1e1e;
}

/* .bs-wizard>.bs-wizard-step.order-cancel.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
} */




/* .bs-wizard>.bs-wizard-step.order-cancel.complete>.bs-wizard-dot {left: 0px;} */
.bs-wizard>.bs-wizard-step.order-cancel.complete>.bs-wizard-dot:after {
	background: #db1e1e;
	border: 1px solid #db1e1e;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

/* .bs-wizard>.bs-wizard-step.order-cancel.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
} */
.bs-wizard>.bs-wizard-step.order-cancel.complete>.bs-wizard-dot:before {
    display: block;
    position: absolute;
    content: 'X';
    top: 3px;
    bottom: 0;
    left: 10px;
    right: 0px;
    margin: auto 0;
    z-index: 12;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.bs-wizard>.bs-wizard-step.order-cancel .bs-wizard-info {color: #DB1E1E;}
.bs-wizard>.bs-wizard-step.order-cancel .bs-wizard-info h4 {color: #DB1E1E;}
.bs-wizard>.bs-wizard-step.order-cancel .bs-wizard-info span {color: #DB1E1E;} 


.bs-wizard>.bs-wizard-step.order-denied.complete>.bs-wizard-dot {
	background: #fff;
	border: 1px solid #eac223;
}
.bs-wizard>.bs-wizard-step.order-denied.complete.active>.bs-wizard-dot { 
  box-shadow: 0 0 0 0 rgba(80, 155, 22, 0.7);
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

.bs-wizard>.bs-wizard-step.order-denied.complete>.bs-wizard-dot:after {
	background: #eac223;
	border: 1px solid #eac223;
	content: ' ';
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 11;
}

.bs-wizard>.bs-wizard-step.order-denied.complete>.bs-wizard-dot:before {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 13px;
	opacity: 1;
	z-index: 12;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0;
	height: 4px;
	box-shadow: none;
	margin: 0;
	top: -25px;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0;
	box-shadow: none;
	background: #eac223
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
	background: #57aa61
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
	background: #e4e4e4;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #000
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 2%;
	width: 100%
}

a.track_order_contact i,
a.track_order_item i,
a.track_order_print i {
	left: 0;
	top: 0;
	color: #fff;
	vertical-align: middle;
	position: absolute;
	text-align: center
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	/* right: 50%;
	width: 50%; */
	right: 0%;
	width: 0%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none
}

.font_arial {
	font-family: Arial, sans-serif
}

a.track_order_print {
	background-color: #3dbed5;
	padding: 23px 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	cursor: pointer
}

a.track_order_print i,
a:hover.track_order_print {
	background-color: #27B0C7
}

a.track_order_print i {
	padding: 21px;
	font-size: 32px
}

a:hover.track_order_print i {
	background-color: #3dbed5
}

a.track_order_contact {
	background-color: #966fbc;
	padding: 23px 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	cursor: pointer
}

a.track_order_contact i,
a:hover.track_order_contact {
	background-color: #784CA3
}

a.track_order_contact i {
	padding: 21px;
	font-size: 32px
}

a:hover.track_order_contact i {
	background-color: #966fbc
}

a.track_order_item {
	background-color: #d4618a;
	padding: 23px 0 23px 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	cursor: pointer
}

a.track_order_item i,
a:hover.track_order_item {
	background-color: #B42E5E
}

a.track_order_item i {
	padding: 21px;
	font-size: 32px
}

a:hover.track_order_item i {
	background-color: #d4618a
}

a.track_order_item.disabled {
	cursor: not-allowed;
	background-color: #d4618a;
	opacity: .5;
	color: #9e013a
}

a:hover.track_order_item.disabled i {
	cursor: not-allowed;
	background-color: #B42E5E;
	opacity: 1
}

* {
	font-family: 'Open Sans', sans-serif
}

.bg_blur {
	background-image: url(../images/hbsec_bg.jpg);
	height: 300px;
	background-size: cover;
	border-radius: 5px
}

.hbheader {
	color: grey;
	margin-left: 12%;
	margin-top: 82px
}

.picture {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 75px;
	left: -75px
}

.picture_mob {
	position: absolute;
	width: 35%;
	left: 35%;
	bottom: 70%
}

.btn-style,
.btn-style:hover {
	border-color: #adadad;
	width: 33.3%
}

.btn-style {
	color: #fff;
	background-color: #007FBE
}

.btn-style:hover {
	color: #333;
	background-color: #3D5DE0
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	color: #fff;
	padding: 10px
}

.timeline {
	list-style: none;
	padding: 20px 0;
	position: relative
}

.timeline:before {
	top: 50px;
	bottom: 70px;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #E3A652;
	left: 25px;
	margin-right: -1.5px
}

.timeline>li {
	margin-bottom: 20px;
	position: relative
}

.timeline>li:after,
.timeline>li:before {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-panel {
	width: calc(100% - 75px);
	float: right;
	border: 1px solid #dea350;
	border-radius: 4px;
	padding: 10px 15px;
	position: relative
}

.timeline>li>.timeline-panel:before {
	position: absolute;
	top: 25px;
	left: -10px;
	display: inline-block;
	border-top: 10px solid transparent;
	border-right: 10px solid #E3A652;
	border-left: 0 solid #ccc;
	border-bottom: 10px solid transparent;
	content: " "
}

.timeline>li>.timeline-panel:after {
	position: absolute;
	top: 26px;
	left: -9px;
	display: inline-block;
	border-top: 9px solid transparent;
	border-right: 9px solid #E3A652;
	border-left: 0 solid #fff;
	border-bottom: 9px solid transparent;
	content: " "
}

.timeline>li>.timeline-badge {
	color: #5d4800;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 0;
	margin-right: -25px;
	background-color: #999;
	z-index: 100;
	border-radius: 50%
}

.timeline-badge.warning {
	background-color: #ffe382 !important;
	border: 1px solid #E3A652
}

.timeline-heading h4 {
	padding: 5px 0 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #5d4800;
	text-transform: uppercase
}

.timeline-body p {
	padding: 5px 0;
	margin: 0;
	color: #000
}

.info_load_message {
	color: #5d4800;
	padding: 8px 16px 8px 99px;
	line-height: 20px;
	background: url(../images/info_load_message.gif) center center no-repeat #ffe382;
	text-align: center;
	cursor: pointer;
	font-size: 12px
}

.info_message_bg {
	color: #000;
	border: 1px solid #d1f0ff;
	padding: 0;
	margin: 0 0 15px;
	line-height: 20px;
	background: #fff;
	font-size: 14px;
	border-radius: 5px
}

.info_message_bg h2 {
	background: #d1f0ff;
	color: #05547b;
	padding: 8px 15px;
	font-size: 15px;
	margin: 0 0 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: 700
}

.default_message_bg {
	color: #000;
	border: 1px solid #eaeaea;
	padding: 0;
	margin: 0 0 15px;
	line-height: 20px;
	background: #fff;
	font-size: 14px
}

.default_message_bg h2 {
	background: #eaeaea;
	color: #615d5d;
	padding: 12px 15px;
	font-size: 17px;
	margin: 0 0 15px;
	font-weight: 400
}

.bgfff,
.topbox1_shadow {
	background: #fff
}

.topbox1_shadow {
	padding: 4px 12px;
	-webkit-box-shadow: 0 6px 10px -8px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 6px 10px -8px rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px -8px rgba(0, 0, 0, .1);
}

a:hover {
	text-decoration: none !important
}

.padRight0 {
	padding-right: 0 !important
}

.border-left-none-mob {
	border-left: 1px solid #ddd
}

.border-bottom-none-mob {
	border-bottom: 1px solid #ddd
}

@media only screen and (max-width:767px) {
	.border-left-none-mob {
		border-left: none;
		border-top: 1px solid #ddd
	}

	.border-bottom-none-mob {
		border-bottom: none
	}

	.bs-wizard .progress {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: -106px
	}

	.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
		left: 80px;
		width: 60px;
		height: 60px;
		top: 45px
	}

	.bs-wizard>.bs-wizard-step .bs-wizard-info {
		padding-top: 0;
		margin-top: -22px;
		text-align: left;
		padding-left: 110px
	}

	.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
		width: 50px;
		height: 50px;
		left: 5px;
		top: 5px
	}

	.bs-wizard {
		position: relative;
		margin-top: -50px
	}

	.bs-wizard>.bs-wizard-step>.progress {
		left: 20px;
		top: 32px;
		width: 100px
	}

	.bs-wizard>.bs-wizard-step:first-child>.progress {
		left: 60px;
		top: 70px;
		width: 20px
	}

	.bs-wizard>.bs-wizard-step:last-child>.progress {
		left: 60px;
		width: 20px;
		top: -3px
	}

	.text-left-mob {
		text-align: left
	}

	.extra-pad-bottom-mob {
		padding-bottom: 20px
	}
}

.wrapper-accrodion {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	margin: 5px;
	;
}

.panel-heading {
	padding: 0;
	border: none;
}

.panel-title>a,
.panel-title>a:active {
	display: block;
	padding: 15px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.bnoneSnone {
	border: none;
	box-shadow: none
}

.borderBottomNo {
	border-bottom: 1px solid #eee;
}

.panelBodyAdjust {
	border-top: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
}



.promosec {
	position: absolute;
	margin: 0;
	border-radius: 0;
	right: 6px;
	top: 0px;
	background: #f46a12;
	color: #fff;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-transform: uppercase;
	white-space: break-spaces;
	word-wrap: break-word;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marginpromosec {
	position: absolute;
	margin: 0;
	border-radius: 0;
	left: 6px;
	top: 0px;
	background: #f46a12;
	color: #fff;
	line-height: normal;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-transform: uppercase;
	white-space: break-spaces;
	word-wrap: break-word;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-serch-box {
	border-radius: 6px !important;
}



li .bs-wizard-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 32px;
}

li .bs-wizard-info h4 {
	font-size: 14px;
	font-weight: 600;
	color: #4D4D4D;
	padding: 0 0 4px;
	margin: 0;
}

li .bs-wizard-info span {
	min-height: 24px;
	font-size: 11px;
	font-weight: 500;
	color: #7D8A97;
}

li .bs-wizard-info p {
	font-size: 12px;
}

li .bs-wizard-info ul {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 5px 0;
}

li .bs-wizard-info ul li {
	font-size: 12px;
	list-style: none;
	padding: 3px 0;
}
li .bs-wizard-info ul li strong {color: #838383;}


.ordTrkBtnSec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
}
.ordTrkBtnSec .successBtn {
	background-color: #039855;
	border: 1px solid #039855;
    color: #fff;
    border-radius: 8px;
    padding: 10px 56px;
    font-size: 14px;
    font-weight: 600;
	line-height: 20px;
    cursor: pointer;
}
.ordTrkBtnSec .cancelBtn {
	background-color: #fff;
	border: 1px solid #D92D20;
    color: #D92D20;
    border-radius: 8px;
    padding: 10px 56px;
    font-size: 14px;
    font-weight: 600;
	line-height: 20px;
    cursor: pointer;
	box-shadow: 0 0px 3px #FDA29B;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

  .otp-container {
    border: 2px dashed #cce0f5;
    padding: 10px 12px 10px 5px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
	justify-content: flex-start;
  }

  .otp-box {
    background: #039855; /* green */
    padding: 6px 18px;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
  }

  .otp-text {
    font-size: 14px;
    color: #333;
	padding-left: 8px;
  }

  .delivery-otp {
    margin-left: 0px;
  }


  @keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}