#bulletlist1 li {
   list-style-type: none;  /* Remove default bullets */
  margin-bottom:10px;
}

#bulletlist1 li:before {
  content: '\2B23'; /* 2022 Unicode for a solid bullet point, you can change this */
  font-size: 1.2em; /* Adjust size as needed */
   /* 333 margin-right: 0.25em; Adjust spacing */
  color: #4698d2;
  vertical-align:top;
  margin-left: -15px;  /* this is to move the icon left */
  padding-right: 8px; /* to keep some space between icon and text */
}

.centerit{
position: relative;
top: 50%;
margin-top: -12px;
}

.centeritbut{
position: relative;
top: 50%;
margin-top: -12px;
}

.centerit2line{
position: relative;
top: 50%;
margin-top: -35px;
line-height:1em;
}

.price {
  color: #00a000;
  display: block;
  font-family: robotoreg,Arial,sans-serif;
  font-weight: normal;
  font-size: 28px;
  position: relative;
  text-align: left;
  top: 0;
  vertical-align: top;
}
.price SUP {
  color: #00a000;
  display: inline;
  font-size: 14px;
  font-weight: normal;
  line-height: 13px;
  padding: 0;
  position: relative;
  top: 3;
  vertical-align: top;
}
.but{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration:none;
  background:#065fc4;    /* 1077be C0392b 9D3429  146eb4  background:linear-gradient(0deg,#f0c250, #f6dc9e); 1482d1 1f6fbb 2784c8 1F6FBB */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius:14px;
  padding:6px 11px 3px 6px;
  border:1px solid #065fc4; /* #1077be */
 
  color:#fff;
  opacity:0.97;
  
/* color:#f9f9f9;  opacity:0.97; */
  cursor:pointer;
 /* font:500 20px robotoreg,Arial,sans-serif; */
  font-weight: 500;
  font-size: 21px;
/*  font-style: italic; */
  font-family: robotoreg,Arial,sans-serif;
}



.butsf{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration:none;
  background:#1062b2;  /* FFD700 065fc4 1477bd; 1077be 49629A C0392b 9D3429 146eb4  1482d1 1f6fbb 2784c8 1F6FBB */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
  border-radius:14px;
  padding:4px 15px 4px 15px;
  border:1px solid #1062b2;
  
  color:#fff;
 /* opacity:0.97;
  
  color:#27346A; */
  cursor:pointer;
  font-weight: 500;
  font-size: 20px;
  font-family: robotoreg,Arial,sans-serif;
}

.butsfp{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration:none;
  background:#ffd814;  /* C0392b 9D3429 146eb4  1482d1 1f6fbb 2784c8 1F6FBB */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
  border-radius:14px;
  padding:4px 16px 3px 11px;
  border:1px solid #aaa;
  
   color:#fff;
/*  opacity:0.95;
  
  color:#eee; */
  cursor:pointer;
  font-weight: 500;
  font-size: 21px;
  font-family: robotoreg,Arial,sans-serif;
}


.butsf2{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration:none;
  background:#1062b2;  /* 9D3429 146eb4  1482d1 1f6fbb 2784c8 1F6FBB */
/*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  border-radius:14px;
  padding:4px 14px 4px 15px;
  border:1px solid #1062b2;
  
  color:#fff;
/*  opacity:0.97; */
  cursor:pointer;
  font-weight: 500;
  font-size: 20px;
  position:relative;
  top:1px;
/*    font-style: italic; */
   font-family: robotoreg,Arial,sans-serif;
/*  font:500 20px robotoreg,Arial,sans-serif; */

}


.but:hover{  text-decoration:none; }

.orderborder{
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
width:330px;
max-width:330px;
height:87px;
border:1px solid #aaa; /* db6a5e; c0392b  d75b4e */
background:#e7e8e9;
border-radius:12px;

}

.orderborders{
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
width:330px;
max-width:330px;
height:67px;
border:1px solid #aaa;
background:#e7e8e9;
border-radius:12px;
}

.signup-wrap { padding-left: 10px; }
.signup-input { color: #121212; border-radius: 8px; background: #f6f6f6; border: 1px solid #aaa; }
.signup-email { padding: 8px; width: 310px; }
.signup-pass { padding: 7px; width: 260px; }
.toggle-pw { display: inline-block; margin-left: -30px; position: relative; top: -2px; cursor: pointer; }
.spacer-17 { height: 17px; }
