body {
  background: #F2F5F8 !important;
  font-family: 'Open Sans', sans-serif;
}


@media (min-width: 320px) and (max-width: 575px) {
  * {
    font-size: 10px;
  }


  .form-control:not(.form-control-sm),
  #checkForm button {
    height: calc(3rem + 0.75rem + 2px) !important;
    font-size: 1.4rem;
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  * {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  * {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  * {
    font-size: 16px;
  }
}

h1 {
  color: #000;
  padding-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #333;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
}

.form-control,
#togglePWD .input-group-text {
  border: 1px solid #7e858d;
  height: calc(2em + 0.75rem + 2px);
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  outline: 0;
  box-shadow: none;
}

.btn {
  background: #CC0000;
  border: #ffffff;
  /* font-size: 20px; */
  font-weight: bold;
  /* padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px; */
}

.btn-sub {

  font-size: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

.btn:hover {
  background: #CC0000;
  border: #ffffff;
}

.btn-account {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3px;
  text-decoration: underline;
}

.hed-refill {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#password {
  /* border-right-style: none; */
  padding: .375rem 0 .75rem .75rem;
}

#togglePWD .input-group-text {
  background: #fff;
  color: #000;
  border-left-style: none;
}



/******************* Refill Form Style: Start*******************/
.error {
  color: red;
  /* font-weight: bold; */
}

.success {
  font-weight: bold;
  color: green;
}

.titleBold {
  font-weight: bold;
  padding-bottom: 25px;
}

.header_flex {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}

.pb-10 {
  padding-bottom: 16px;
}

.card {
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 4px;
  border-radius: 8px;
}

@media screen and (min-width: 767px) {
.card_space {
  padding: 45px;
}
}
.card_space .form-group.col-md-12 {
  padding: 0 !important;
}

/*Hide all except first fieldset*/
.reFillForm form fieldset:not(:first-of-type) {
  display: none;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding: 0 10px;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 25px;
  height: 25px;
  line-height: 30px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 2px auto 10px auto;
  padding: 2px;
  content: "";
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 15px;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #292929;
}

.section_title {
  height: 65px;
  background-color: #cc0000;
  color: #fff;
  border-radius: 5px 4px 0px 0px;
  padding: 10px;
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
}

.section_title h5 {
  font-weight: bold;
  line-height: 46px;
}

.bottomBtns {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
}

.action-button,
.action-button:hover {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgb(255, 255, 255);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* padding: 10px; */
  margin: 0 10px 20px;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border-style: solid;
  border-width: 0px;
  box-shadow: rgb(0 0 0 / 24%) 0px 0.75px 1.5px;
  min-width: 64px;
  background-color: #292929;
}

.pickup_btns {
  text-align: center;
}

.pickup_btns label {
  height: 100px;
  width: 100px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #d3c6c6;
  border-radius: 15px;
  background: #fff;
  font-weight: bold;
  margin: 5px 10px;
  box-shadow: 2px 2px #c2c2c2;
  padding-top: 20px;
}

.pickup_btns label.btn:hover,
.pickup_btns label.active {
  border: 1px solid #fa6200;
  border-radius: 15px;
  background: #fff;
  color: #fa6200;
  box-shadow: 2px 2px #fa6200;
}

.pickup_btns input[type=radio]:checked+label {
  border: 1px solid #fa6200;
  border-radius: 15px;
  background: #000;
  color: #fa6200;
  box-shadow: 2px 2px #fa6200;
}



.radio-button input[type="radio"] {
  display: none;
}

.radio-button label {
  cursor: pointer;
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #d3c6c6;
  border-radius: 15px;
  background: #fff;
  font-weight: bold;
  margin: 5px 10px;
  box-shadow: 2px 2px #c2c2c2;
  padding-top: 20px;
}

.radio-button label:hover,
.radio-button label.active,
.radio-button input[type="radio"]:checked+label {
  border: 1px solid #fa6200;
  border-radius: 15px;
  background: #fff;
  color: #fa6200;
  box-shadow: 2px 2px #fa6200;
}

.pickup_Address_tab {
  margin-top: 15px;
}

.pickup_Address_tab,
.medicationComment,
.quickActions {
  display: none;
}

.medication_list #addMedicationBtn.btn {
  background: #cc0000;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  margin: 15px auto;
}

.addMore_Medication {
  cursor: pointer;
  color: #cc0000;
  /* display: none; */
}

.addmore_medication:hover {
  cursor: pointer;
  color: rgb(0, 181, 136);
}

.table#addedMedications td {
  padding: 0.75rem;
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

#addMedicationModal .modal-header {
  border-bottom: none !important;
}

#addMedicationModal .modal-footer {
  border-top: none !important;
}

.privacy_policy .custom-control {
  margin: 10px 0 0;
}

#displayMedication .child .btn {
  background: #cc000000 !important;
}

#displayMedication .child .btn.btn-lg {
  padding: 0.5rem;
}

.submit_Disabled {
  background-color: #292929;
  opacity: .5;
  pointer-events: none;
}


/******************* Refill Form Style: End ******************/

/******************* Profile Page Style: Start ******************/
.profileInfoPage .row {
  margin: 0 !important;
}

.edit_info {
  position: absolute;
  right: 5%;
  top: 13%;
  color: #fff;
}

.border_right {
  border-right: 1px solid #a1afc5;
}

.p-10-15 {
  padding: 10px 15px;
}

.topSelect {
  margin-bottom: 0;
}

.mt-30 {
  margin-top: 30px;
}

.profileInfoPage .card h6 {
  margin-top: 1rem;
  font-weight: bold;
  text-transform: capitalize !important;
}

.addProfile_form {
  width: 100%;
  display: none;
}

@media screen and (max-width: 767px) {
  .border_right {
    border-right: none !important;
  }
}


/******************* Profile Page Style: End ******************/
.pro-btn a {
  color: #fff;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 2px;
}

/* form{
  padding: 20px;
} */

.lb-text {

  font-weight: 500;
}

.lable-p {
  padding: 40px;
}

.edit_info:hover {
  color: #000;
}

/******************* TransferForm Style: Start ******************/
.p-20 {
  padding: 20px;
}

.Form_section {
  margin-bottom: 20px;
}

.p-lr-15 {
  padding: 0 15px;
}

.form_title {
  color: #000;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: .01071em;
}

.form_title h5 {
  margin-bottom: 0;
  font-weight: bold;
}

.form_title small {
  padding-left: 26px;
}

.remove_transfer_row {
  padding: 5px 10px;
  font-size: 22px;
}

.remove_transfer {
  cursor: pointer;
  color: rgb(245, 102, 0);
}

.xtra_Tnsfr_Medctn {
  border: 1px solid #2196f3;
  float: right;
  padding: 7px 15px;
  cursor: pointer;
  font-size: 13px;
  color: #2196f3;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase;
}

.bottom_submit {
  display: flex;
  justify-content: center;
}

.Form_section .privacy_policy .titleBold {
  text-decoration: underline;
}

.submitTransfer {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #cc0000;
  border-radius: 5px;
  background: #cc0000;
  color: #fff;
}

.submitTransfer:hover,
.xtra_Tnsfr_Medctn:hover {
  background: rgb(245, 102, 0);
  border: 1px solid rgb(245, 102, 0);
  color: #fff;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 480px) {
  .xtra_Tnsfr_Medctn {
    padding: 7px 10px;
    text-transform: capitalize;
  }
}

/******************* TransferForm Style: End ******************/
.iti {
  width: 100%;
}

.logout {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/******************* header: Start ******************/
/*body{
	min-height: 800px;
	background-color:#f8f8f8 ;
}*/
@media screen and (max-width:991px) {

  /* .topMenuBar, */
  .btn-hed,
  .btn-phone {
    display: none;
  }

  /* .top-header-m {
    padding: 9px 10px 10px 30px;
    display: block !important;
  } */

  #time-tophed {
    text-align: center;
    width: 35%;
    display: inline-block;
    margin-top: -25px;
    position: absolute;
    margin-left: 40%;
    /* font-weight: 600; */
  }

  .btn-hed-m {
    /* display: block !important; */
    border-radius: 50%;
  }

  li.bgcolron {
    width: 120px;
    display: inline-block;
  }
}

.top-header-m,
.btn-hed-m {
  display: none;
}

.topMenuBar {
  padding-top: 10px;
  background-color: #f7f7f7 !important;
  font-size: 13px;
  word-spacing: 2px;

}

.imagepara span {
  display: inline-block;
  margin-right: 10px;
}

.rightTText a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.rightTText a:hover {
  color: #cc0000;
}

.timings {
  display: inline-block;
  margin-left: 5%;
}

.colorTiming {
  color: #cc0000;
  font-weight: 600;

}

.wightNav {
  background-color: #fff !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.Dardkcolg li a {
  color: #000 !important;
  font-family: 'Open Sans', sans-serif;
}

.Dardkcolg li a:hover {
  color: #555 !important;
}

.btn-hed {
  border-radius: 50px;
}

.btn-hed li a:hover {
  color: #fff !important;
  border: 1px solid transparent;
}

.btn-phone li a:hover {
  color: #cc0000 !important;
}

.btn-phone {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

li.bgcolron {

  border-radius: 50px;
  letter-spacing: 0px;
  font-size: 15px;
  background-color: #cc0000;
  margin: 5px;
  width: 150px;
}

li.bgcolron a {
  color: #FFFFFF !important;
  transition: all 300ms ease 0ms;
}

li.bgcolron a:hover {
  color: #fff !important;
  border: 2px solid transparent;
}

.beforeFooter {
  background-color: #373636;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 150px;
  margin-top: 80px;
}

.beforeFooter h4 {
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: underline;

  -webkit-text-decoration-color: #FFFFFF;
  text-decoration-color: #FFFFFF;
  font-size: 22px;
  color: #faeaeb !important;
  line-height: 1.1em;
  text-align: left;
}

.beforeFooter p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.insideH3 {
  font-size: 22px;
  color: #faeaeb !important;
  line-height: 1.1em;
  text-align: left;
}

.footerAncgerCE {
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  color: #ed6311;
}

.footerAncgerCE:hover {
  text-decoration: none;
  color: #ed6311;
}

.footer-pterms {
  text-decoration: none;
  color: #ed6311;
}

.footer-pterms:hover {
  text-decoration: none;
  color: #ed6311;
}

.ulinftr {
  list-style-type: disc;
  padding-bottom: 1em;
  line-height: 26px;
  color: #FFFFFF !important;
  background: transparent;
  margin-left: -20px;
  font-weight: 500;
}

.ulinftr li {
  margin-bottom: 5px;
  color: #FFFFFF !important;
}

.ulinftr li a {
  font-size: 14px;
  color: #FFFFFF !important;

}

.ulinftr li a:hover {
  text-decoration: none;
  color: #ed6311 !important;
}

.et_pb_blurb_description {
  color: #fff;
  font-size: 14px;
  margin-left: -35px;
  font-weight: 500;

}

.footerIn {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 5px;
}

.textgftrh {
  color: #FFFFFF !important;
  text-align: left;
  font-size: 16px;
  word-wrap: break-word;
}

.socail-media-icons a {
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  margin: 3px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 10px;

}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.time-store-f {
  position: absolute;
  left: 50.23%;
  top: 55px;
}

.time-store-n-f {
  position: absolute;
  left: 50.23%;
  top: 123px;
}

.time-store-n-f-z {
  position: absolute;
  left: 50.23%;
  top: 180px;
}

.dropdown-menu {
  border-top: 3px solid #cc0000;
  padding: 20px 0;
  z-index: 9999;
  /* width: 240px; */
  background: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
}

/******************* header: End ******************/

/*** Calendar ****/
.datepicker-dropdown.dropdown-menu {
  padding: 20px 10px;
}