@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700');
html,
body {
   font-family: 'Arimo', sans-serif;
	font-size:15px;
	color: #828083;
	background:#eff3f8;
	font-weight:400;
	height:100%;
}
a {
	color:#20b4f3;
}
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.home-bg {
	background-image: url(../images/home_bg.jpg);
    background-position: center center;
    background-size: cover;
	background-attachment: fixed;
	text-align:center;
	color:#fff;
	height:100vh;
	position:relative;
}
.home-bg .overly {
	background-color: rgba(6, 20, 29, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.home-table-center {
    display: table-cell;
    vertical-align: middle;
}
.home-table {
    display: table;
    width: 100%;
    height: 100%;
}
.home-bg .home-button {
	padding:60px 0;
}
.btn-outline-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-size: 16px;
    background: linear-gradient(to right, #fff, #fff) no-repeat;
    background-size: 0% 100%;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 20px;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
    background-size: 100% 100%;
}
.btn-generator {
	background: #fe4d93; /* Old browsers */
	background: -moz-linear-gradient(left,  #fe4d93 0%, #fd7464 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fe4d93 0%,#fd7464 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fe4d93 0%,#fd7464 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4d93', endColorstr='#fd7464',GradientType=1 ); /* IE6-9 */
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 20px;
	border:solid 2px #fd7464;
	letter-spacing: 1px;
	color: #fff !important;
	transition: all 0.5s;
}
.btn-generator:hover,
.btn-generator:focus,
.btn-generator:active,
.btn-generator.active,
.btn-generator.focus,
.btn-generator:active,
.btn-generator:focus,
.btn-generator:hover{
	background:transparent;
	color: #fff !important;
	border:solid 2px #fff;
	transition: all 0.5s;
}
.btn-generator-full {
	background: #fe4d93; /* Old browsers */
	background: -moz-linear-gradient(left,  #fe4d93 0%, #fd7464 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fe4d93 0%,#fd7464 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fe4d93 0%,#fd7464 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4d93', endColorstr='#fd7464',GradientType=1 ); /* IE6-9 */
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	border:solid 2px #fd7464;
	letter-spacing: 1px;
	color: #fff !important;
	transition: all 0.5s;
	width:100%;
	height:44px;
}
.btn-generator-full:hover,
.btn-generator-full:focus,
.btn-generator-full:active,
.btn-generator-full.active,
.btn-generator-full.focus,
.btn-generator-full:active,
.btn-generator-full:focus,
.btn-generator-full:hover{
	background:transparent;
	color: #fe4d93 !important;
	border:solid 2px #fe4d93;
	transition: all 0.5s;
}
.home-bg .home-icon img {
	margin:0 15px;
}
.home-bg .footer-text {
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-top:50px;
}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal-header {
	background-color:#20b4f3;
	border-bottom:none;
	 display: block;
	 position:relative;
}
.modal-header .close {
    right:17px;
	top:17px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow:none;
    opacity:1;
	position:absolute;
}
.modal-header h4 {
	font-size:20px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding-top: 0;
}
.modal-body {
	padding:25px;
}
.modal-footer {
	background-color:#f8f8f8;
	text-align:center;
	display: block;
}
.form-control {
	height:44px;
	font-size: 15px;
	line-height: 1.34857143;
	border: 1px solid #dad9d9;
	border-radius: 4px;
	box-shadow:none;
	color:#333;
}
.form-control:focus {
	border-color: #a2a2a2;
	box-shadow:inset 0 0 6px 0px #bababa;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}

.main {
   min-height:100%;
   position:relative;
}
.nav-custom {
    background-color: #01245a;
    padding:3px;
}
.nav-custom .navbar-brand {
    color: #fff !important;
}
.nav-custom .navbar-nav .nav-item a {
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-custom .navbar-nav .nav-item .dropdown-menu a {
    color: #777 !important;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 12px;
}

/* Notification */
.notification-list {
    margin: 0 !important;
}
.notification-list .noti-title {
    border-radius: 0.25rem 0.25rem 0 0;
    margin: -4px 0px 0px 0px;
    width: auto;
    padding: 12px 20px;
	border-bottom: solid 1px #cfdae3;
}
.notification-list .noti-title h5 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.notification-list .noti-title .label {
    float: right;
}
.notification-list .noti-icon {
    font-size: 22px;
    vertical-align: middle;
    color: #ffffff;
}
.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 11px;
}
.notification-list .notification-scroll {
	max-height:220px;
	overflow-y:auto;
	border-bottom: solid 1px #cfdae3;
}
.notification-list .notify-item {
    padding: 10px 20px;
}
.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}
.notification-list .notify-item .notify-icon img {
    margin-top: 4px;
}
.notification-list .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notification-list .notify-item .notify-details b {
    font-weight: 500;
}
.notification-list .notify-item .notify-details small {
    display: block;
    white-space: normal;
}
.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.notification-list .notify-all {
    border-radius: 0 0 0.25rem 0.25rem;
    margin: 0 0 -5px 0;
    background-color: #eff3f6;
}
.notification-list .profile-dropdown .notify-item {
    padding: 4px 20px;
}
.notification-list .nav-link {
    padding: 0 12px;
}
.notification-list .dropdown-toggle::after {
    top: 5px;
    position: relative;
    color: #fff !important;
}
.dropdown-menu {
    padding: 4px 0;
    font-size: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-color: #eff3f6;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #0a1832;
    text-decoration: none;
    background-color: #eff3f6;
}
.dropdown-item {
    padding: 6px 1.5rem;
}
.dropdown-menu-lg {
    width: 270px;
}
.navbar-toggler {
    font-size: 30px;
    color: #fff;
    outline: none !important;
}
.notification-list-mob {
    position: absolute;
    right: 16%;
}
.badge-info {
    color: #fff;
    background-color: #29aae2;
}
section {
   padding:30px 0px;
   padding-bottom:100px;   /* Height of the footer */
}
.box {
    background-color: #fff;
	margin:15px 0px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-radius: .25rem;
}
.profile-userpic  {
	padding:20px 20px 10px;
	text-align:center;
}
.profile-userpic img {
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    border-radius: 50%!important;
}
.profile-usertitle-name {
    color: #5a7391;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
	text-align:center;
}
.upload-btn {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
.profile-user-pic {
	position: relative;
	overflow: hidden;
	text-align:center;
}
.btn-upload {
	background: #29aae2;
	font-size:15px;
	text-transform:uppercase;
	color: #fff;
	padding:8px 20px;
	border-radius:20px;
}
.btn-upload:hover,
.btn-upload:focus,
.btn-upload:active,
.btn-upload.active,
.btn-upload.focus,
.btn-upload:active,
.btn-upload:focus,
.btn-upload:hover{
	background: #29aae2;
	color: #fff;
}
.profile-usermenu {
    margin-top: 30px;
}
.profile-usermenu .navbar {
    padding:0;
}
.profile-usermenu .navbar .navbar-nav {
   width:100%;
}
.profile-usermenu .navbar ul li {
    border-bottom: 1px solid #f0f4f7;
	width:100%;
}
.profile-usermenu .navbar ul li:last-child {
    border-bottom: none;
}
.profile-usermenu .navbar ul li a {
    color: #93a3b5;
    font-size: 15px;
    font-weight: 400;
	padding-left:15px;
}
.profile-usermenu .navbar ul li a i {
    margin-right: 8px;
    font-size: 16px;
}
.profile-usermenu .navbar ul li a:hover {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left: 2px solid #5b9bd1;
    margin-left: -2px;
}
.user-info i {
    margin-right:5px;
    font-size: 16px;
	border-radius:25px;
	color: #93a3b5;
}
.box .heading {
	border-bottom: solid 1px #e3e6ea;
	padding:15px;
}
.box .heading h1 {
	font-size:18px;
	color:#29aae2;
	text-transform:uppercase;
	margin:0;
}
.box .heading h2 {
	font-size:22px;
	color:#29aae2;
	text-transform:uppercase;
	margin:0;
	padding:5px 0px;
}
.main_heading {
	padding-bottom:10px;
	text-align:center;
}
.main_heading h1 {
	font-size:22px;
	text-transform:uppercase;
	margin:0;
}
.my-card {
	border-bottom: solid 1px #eaecee;
	padding:10px 0px;
}
.my-card .custome_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
	font-weight:400;

}
.my-card .delete_icon {
    border: solid 1px #20b4f3;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 13px;
	font-size:16px;
}
.btn-primary {
	background: #29aae2;
	font-size:15px;
	text-transform:uppercase;
	color: #fff;
	padding:7px 18px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	background: #01245a;
	color: #fff;
}
.btn-danger {
	background: #e82843;
	font-size:15px;
	text-transform:uppercase;
	color: #fff;
	padding:7px 18px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover{
	background: #cf0f2a;
	color: #fff;
}
.btn-sm {
	background: #29aae2;
	font-size:12px;
	text-transform:uppercase;
	color: #fff;
	padding:2px 10px;
}
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active,
.btn-sm.active,
.btn-sm.focus,
.btn-sm:active,
.btn-sm:focus,
.btn-sm:hover{
	background: #01245a;
	color: #fff;
}
.footer {
   position:absolute;
   bottom:0;
   width:100%;
   background:#01245a;
   text-align:center;
   color:#7388a8;
   padding:15px;
   font-size:14px;
}
.footer span {
  text-transform:uppercase;
}
.footer a {
	color:#7388a8;
}
.footer a:hover,
.footer a:focus{
    color:#fff;
}
.box .heading-2 {
	border-bottom: solid 1px #e3e6ea;
	padding:0px 15px
}
.box .heading-2 h1 {
	font-size:18px;
	color:#29aae2;
	text-transform:uppercase;
	margin:0;
	padding-top: 17px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link  {
    color: #888b8c;
	padding:15px 10px;
}
.nav-tabs .nav-item {
    margin-bottom:-1px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border: none;
	 border-bottom: solid 2px #75caef;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #29aae2;
    border: none;
	border-bottom: solid 2px #29aae2;
}
label {
	font-weight:700;
}
input[type=radio].css-radio {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
input[type=radio].css-radio + label.css-label {
	padding-left:30px;
	display:inline-block;
	line-height:27px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	font-size:20px;
	font-weight:400;
	margin-top:5px;
	height:26px;
}
input[type=radio].css-radio:checked + label.css-label {
	background-position: 0 -26px;
}
label.css-label {
	background-image:url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.address-name {
	background:#fff;
	border: solid 2px #dee4eb;
	border-radius:5px;
	padding:10px 10px;
	vertical-align:middle;
	cursor:pointer;
}
.address-name-select {
	border:solid 2px #29aae2;
	background:#fff;
	border-radius:5px;
	padding:10px 10px;
	text-align:left;
	color:#29aae2;
}
.display-none {
	display:none;
}
.btn-Continue {
	background: #29aae2;
	font-size:20px;
	text-transform:uppercase;
	color: #fff;
	padding:7px 20px;
	min-height: 45px;
}
.btn-Continue:hover,
.btn-Continue:focus,
.btn-Continue:active,
.btn-Continue.active,
.btn-Continue.focus,
.btn-Continue:active,
.btn-Continue:focus,
.btn-Continue:hover{
	background: #01245a;
	color: #fff;
}
.custome_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom:0px;
  margin-top:5px;
  cursor: pointer;
  font-size:18px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custome_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}
.custome_checkbox:hover input ~ .checkmark {
  background-color: #ddd;
}
.custome_checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custome_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custome_checkbox .checkmark:after {
  left:10px;
  top:7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quantity {
  position: relative;
  margin-left: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}
.quantity input {
  width: 45px;
  height:30px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  text-align:center;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  /*float: left;*/
  position: relative;
  height:30px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  width:40px;
  text-align: center;
  color: #333;
  font-size: 20px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height:26px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #eee;
}
.quantity-button.quantity-up {
  position: absolute;
  height:100%;
  top: 0;
  left: 84px;
  border: 1px solid #eee;
}
.quantity-button.quantity-down {
  position: absolute;
  top: 0px;
  height:100%;
}
.per_bag {
	font-size:16px;
	font-weight:700;
	padding-top: 5px;
	color:#29aae2;
}
.gallon {
	padding:10px;
	background:#eee;
	margin-bottom:15px;
	border-radius:4px;
	text-align:center;
}
.star-rating {
  line-height:32px;
  font-size:1.25em;
}
.star-rating span {
	cursor:pointer;
}
.star-rating .fa-star{
	color: #f8a008;
}
.order_ID {
	font-size:20px;
	font-weight:700;
}
.order_ID span {
	color:#29aae2;
}
.light_blue {
	color:#29aae2;
}
.bs-wizard {margin-top:20px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 12px; margin-bottom: 5px; text-transform:uppercase; min-height:35px; line-height:16px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #2ebcf9; top:55px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fff; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin:17px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #2ebcf9;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.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: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
.oder-list-heading {
	background:#f2f2f2;
	padding:15px 10px;
	font-weight:700;
	text-transform:uppercase;
}
.oder-history {
	border-top: solid 1px #ddd;
	padding:15px 10px;
}
.oder-history:hover {
	border-top: solid 1px #ddd;
	padding:15px 10px;
	background:#f8f8f8;
}
.oder-history a {
	color:#828083 !important;
}
.oder-history .delivered {
	background:#37a000;
	color:#fff;
	padding:4px 8px;
	border-radius: 20px;
	font-size:14px;
}
.oder-history .completed {
	background:#37a000;
	color:#fff;
	padding:2px 8px;
	border-radius: 20px;
	font-size:14px;
	width:100px;
}
.oder-history .failed {
	background:#e72222;
	color:#fff;
	padding:2px 8px;
	border-radius: 20px;
	font-size:14px;
	width:100px;
}
.notifications-list {
	padding:0;	
}
.notifications-list .alert {
	border-bottom: solid 1px #ddd;
	padding: 15px 5px;
    margin: 0;
    line-height: 35px;
}
.notifications-list .close {
	margin-top:9px;
}
.notifications-list .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}
.notification-list .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #ffffff;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    background: #fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	padding:12px 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #29aae2;
}
.status-update {
	text-align:center;
}
.status-update .custome_checkbox {
    display: inline;
    position: relative;
    padding-left: 24px;
    margin-bottom: 0px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 24px;

}
.address-display {
	margin-bottom:15px;
	border-bottom: solid 1px #ddd;
}
.address-display  .adrees-pading{
	padding-left:30px;
}
.timer-red{
  color: #FF0000 !important;
}
.text-success{
   color:#37a000;
}
.term-of-service h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    font-weight: 700;
    padding-top:20px;
    color: #333;
}
.term-text{
    color: #333;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    height: 44px;
}
.service_area a {
    color: #828083 !important;
    padding: 3px 10px;
}
.service_area a:hover {
    color: #ffffff !important;
}

@media (max-width: 767px) { 
.home-bg {
	height:auto;
	padding:100px 0;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right:1rem;
    padding-left:1rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 13px;
	    z-index: 9999;
}

}
@media (max-width: 768px) { 
.btn-upload {
	font-size:14px;
	padding:6px 10px;
}
.quantity-nav {
    margin-top: 10px;
}
.per_bag {
	padding-top:15px;
}
.btn-primary {
    font-size: 13px;
    padding: 7px 15px;
}
.nav-custom {
    padding:5px 15px;
}
.dropdown-menu-lg {
    width: 100%;
}
}
@media (max-width: 500px) {
.btn-generator {
	width:100%;
} 
.btn-outline-white {
	width:100%;
	margin-top:10px;
}
.home-bg .home-button {
	padding:40px 0;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 8px;
    line-height: 11px;
}
}