#progressbar {
  margin-bottom: 30px;
  overflow: visible;
  color: lightgrey;
  margin-left: 100px;
}

#progressbar .active {
  color: #673ab7;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  margin-bottom: 48px;
  margin-left:0;
}

/*#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}*/

 #progressbar .progress-bar:before {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}
 #progressbar .progress-bar.active:before{
  background:#003595;
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: #673ab7;
}
ul#progressbar span {
  margin-left: 83px;/* align-content: center; */
}

.messages.messages--error {
  display: none;
}

/* alcon-patient-support */
#alcon-patient-support, #alcon-patient-support--6 {
  max-width: 1240px;
  margin: 0 auto;
  border-bottom: 1px solid #AFCBFB;
}
/*for which medication */
fieldset[data-drupal-selector="edit-medication"] span.fieldset-legend,
fieldset[data-drupal-selector="edit-prescription"] span.fieldset-legend,
.form-item-contact-information {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #002362;
}

/* product card */
.form-item-medication{
  display: inline-flex;
}
.form-item-medication label {
  margin: 48px 3px;
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  background: var(--neutral-5, #FFF);
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
  display: inline-flex;
  height: 164px;
  padding: 14px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  width:375px;
}
.form-item-medication img {
  max-width: 375px;
}
.form-item-medication input {
  display: none;
}
/* check boxes */
.form-item-prescription-1,
.form-item-prescription-2 {
  border-radius: 100px;
  border: 1px solid #d4d4d4;
  background: #fff;
  display: flex;
  padding: 14px 25px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin: 16px 0;
}
.form-item-prescription-1 input,
.form-item-prescription-2 input, .form-item-prescription-1 input:focus,
.form-item-prescription-2 input:focus, .form-item-consent input, 
.form-item-confirmation input ,
.form-item-treatment-tips-resource input , 
.form-item-treatment-tips-resource-res input,
.form-item-treatment-tips-message input,
.form-item-treatment-tips-message-res input,
.activation-card input.form-checkbox{
  width: 32px;
  height: 32px;
  border-radius: 5px;
  outline: 2px solid #003595;
  outline-style: auto;
}
.form-item-confirmation input.error ,
.form-item-consent input.error,
.form-item-treatment-tips-resource input.error , 
.form-item-treatment-tips-resource-res input.error,
.form-item-treatment-tips-message input.error,
.form-item-treatment-tips-message-res input.error,
.activation-card input.form-checkbox.error{
  outline-color:#c00;
}
.form-item-prescription-1 .option,
.form-item-prescription-2 .option , .form-item-consent .option, .form-item-confirmation .option {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #002362;
  position: relative;
  display: inline-flex;
}
.form-item-consent .option, .form-item-confirmation .option{
  line-height: 32px;
  color: #000;
  flex:1 0 0;
}
.form-item-prescription-1 input[checked="checked"] ,
.form-item-prescription-2 input[checked="checked"],
.form-item-consent input[checked="checked"], 
.form-item-confirmation input[checked="checked"] ,
.form-item-treatment-tips-resource input[checked="checked"] , 
.form-item-treatment-tips-resource-res input[checked="checked"],
.form-item-treatment-tips-message input[checked="checked"],
.form-item-treatment-tips-message-res input[checked="checked"],
.activation-card input[checked="checked"].form-checkbox{
  accent-color:#fff;
  outline: 2px solid #003595;
  outline-style: auto;
}


/* form next button */
div[data-drupal-selector="edit-actions"] {
  display: flex;
  margin: 48px 0;
  position: relative;
}
div[data-drupal-selector="edit-actions"] input {
  border-radius: 1000px;
  border: 2px solid  #f6f6f7;
  background: #003595;
  color: #fff;
  display: flex;
  width: 172px;
  padding: 16px 40px;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
input[data-drupal-selector="edit-next"] {
  margin-left: auto;
}
input[data-drupal-selector="edit-previous"] {
  margin-right: auto;
}
/* ajax throbber */
.ajax-progress-throbber{
  margin:0 auto;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  align-items: center;
}

/* error msg */
.error > .fieldset-wrapper > div:first-child , .form-item-not-qualify{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.28px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  color: #cc0000;
  margin-top: 10px;
}
.form-item-not-qualify{
  margin-bottom: 10px;
}

/* product card highlight */
.form-item-medication input[checked="checked"] + label {
  border-radius: 10px;
  border: 2px solid #156df2;
  background: #effbff;
}

/* step 2 form */
.form-item-contact-required, .form-item-contact-required-third {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #002362;
  margin-bottom: 48px;
  text-align: right;
  width: 90%;
}
.form-item-contact-required-third{
  width:100%;
}
.form-item-firstname,
.form-item-lastname,
.form-item-email,
.form-item-phone,
.form-item-zip {
  display: inline-flex;
  padding: 14px 25px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 1000px;
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 45%;
  margin: 14px 5px;
  position: relative;
}

.form-item-firstname input,
.form-item-lastname input,
.form-item-email input,
.form-item-phone input,
.form-item-zip input {
  border: 0;
}
.form-item-firstname label,
.form-item-lastname label,
.form-item-email label,
.form-item-phone label,
.form-item-zip label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #818181;
  position: absolute;
}

/* step 2 error message */
.form-item--error-message {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
  position: absolute;
  bottom: -25px;
  color: #cc0000;
  margin-bottom: 7px;
}
.form-item--error-message strong{
  font-weight: 400;
}
.form-item--error {
  margin: 24px 5px;
  border-color: #cc0000;
}

.form-item--error label,
.form-item-firstname:focus label,
.form-item-lastname:focus label,
.form-item-email:focus label,
.form-item-phone:focus label,
.form-item-zip:focus label,
.form-item-firstname:hover label,
.form-item-lastname:hover label,
.form-item-email:hover label,
.form-item-phone:hover label,
.form-item-zip:hover label , .value-dynamic-noempty label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  color: #003595;
  top: -12px;
  background: #fff;
}
.form-item-phone input,
.form-item-zip input{
 width:100%;
}
input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin:0;
}


/* steps progressive bar style */
#progressbar li span.step-circle:before{
  content:"";
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 2px solid  #A7A7A7;
  background:  #A7A7A7;
  z-index: 1000;
  position: relative;
  top: -15px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#progressbar li.active span.step-circle:before{
  border: 2px solid  #003595;
  background: #003595;
}
#progressbar li p{
  color:#576275;;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  line-height: 150%;
  text-transform: uppercase;
  position: relative;
  bottom:5px;
  left: -55px;
  font-weight: 600;
}
#progressbar li#contact p{
  left: -70px;
}
#progressbar li#treatment p{
  left: -70px;
}
#progressbar li#success p{
  left: -30px;

}
#progressbar li.active p{
  color:#003595;
}

#progressbar #treatment span.step-circle:before{
  content:"1";
}
#progressbar #contact span.step-circle:before{
  content:"2";
}
#progressbar #support span.step-circle:before{
  content:"3";
}
#progressbar #success span.step-circle:before{
  content:"4";
}
.form-wrapper{
  clear:both;
}

/* step 3 */
.form-item-personalized-support, .treatment-resource, 
.activation-card-wrapper{
   padding: 14px 25px 32px 25px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #D4D4D4;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    margin-bottom: 54px;
}
.form-item-consent, .form-item-confirmation{
  margin-bottom: 54px;
  display: inline-flex;
  gap:10px;
}
.form-item-personalized-support .option, 
.form-item-treatment-tips .option, 
.form-item-activation-card .option, 
.form-item-treatment-tips-resource-res .option,
.form-item-treatment-tips-message .option, 
.form-item-treatment-tips-message-res .option{
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
  color:#003595;
  flex:1 0 0;
}
.form-item-treatment-tips-resource, 
.form-item-treatment-tips-resource-res,
.form-item-treatment-tips-message, 
.form-item-treatment-tips-message-res,
.form-item-year-certify,
.form-item-agreement,
.form-item-alcon-saving-card,
.form-item-eligibility{
  display: flex;
  gap:10px;
}
.form-item-alcon-saving-card,
.form-item-eligibility{
  margin-top:16px;
}
.form-item-treatment-tips-message-res,
.form-item-treatment-tips-resource-res{
  margin:16px 0 16px 40px;
}
.form-item-treatment-tips-resource .option,
.form-item-treatment-tips-message .option,
.form-item-treatment-tips-info{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color:#000;
}
.form-item-treatment-tips-info{
  margin-top:16px;
}
.form-item-treatment-tips-resource-res .option, 
.form-item-treatment-tips-message-res .option, 
.activation-card legend, .activation-card .option{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color:#000;
  flex: 1 0 0;
}
.activation-card input[type="radio"]{
    outline: 2px solid #003595;
    outline-style: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    appearance: none;
}
/* radio button styles */
.activation-card .radio-btn-selected input, .activation-card input[checked="checked"] {
  outline: 0;
  background: url('../data/images/radio-checked.png');
  background-size: contain;
  border-radius: 0;
}
.activation-card .fieldset-wrapper{
  border-bottom: 1px solid  #75A6FB;
  margin-bottom: 32px;
}
.form-item-alcon-saving-card:last-child,
.form-item-eligibility:last-child{
  margin-bottom: 32px;
  clear:both;
}
.activation-saving-wrapper .form-item--error-message{
  position: static;
  margin:10px;
}
.form-item-treatment-tips{
  margin-bottom: 24px;
}
.treatment-tips{
  border-top: 1px solid #75A6FB;
}
.form-item-treatment-tips-resource{
  margin-top:16px;
}

.form-item-personalized-support:before{
  background: url("../data/images/nurse-icon.png");
  width:102px;
  height:102px;
  content:"";
  display: inline-flex;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
}
.form-item-treatment-tips:before{
  background: url("../data/images/noun-notification.png");
  width:105px;
  height:105px;
  content:"";
  display: inline-flex;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
}
.form-item-activation-card:before{
  background: url("../data/images/noun-savings-card.png");
  width:100px;
  height:100px;
  content:"";
  display: inline-flex;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
}
.form-item-personalized-support input, 
.form-item-treatment-tips input, 
.form-item-activation-card input{
  float:right;
  display: none;
}
.form-item-personalized-support label:after ,
 .form-item-treatment-tips label:after , 
 .form-item-activation-card label:after{
  background: url("../data/images/select-ex.png");
  width:60px;
  height:100px;
  content:"";
  display: inline-flex;
  background-size: contain;
  align-items: center;
  background-repeat: no-repeat;
  float:right;
  margin-top:20px;
}
.description, .treatment-tips, .activation-card{
  margin-left:50px;
}
.activation-card{
  margin-top:40px;
}
.treatment-tips{
  border-top: 1px solid  #75A6FB;
  margin-top:24px;
}
.option-selected label:after
{
  background: url("../data/images/selected-expected.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.description{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color:#000;
}
.form-item-agreement .terms-n-condtn{
  text-decoration: underline;
}

/* step 4*/
li#success p{
  margin-left:25px;
}
div[data-drupal-selector="edit-actions"]  .enable-finish-btn,
fieldset[data-drupal-selector="edit-medication"] ~ div[data-drupal-selector="edit-actions"] input.disablestep1btn{
  pointer-events: none;
  background:  #A7A7A7;
}
#success .progress-bar{
  opacity:0;
}
.success-status-wrapper .form-item-personalized-support p.card-title, 
.success-status-wrapper .treatment-resource p.card-title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color:#003595;
  display:inline-flex
}
.success-status-wrapper .form-item-personalized-support, 
.success-status-wrapper .treatment-resource{
  margin-bottom: 24px;
}
.thank-msg{
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  color: #003595;
  text-align: center;
}
.thank-header-desc, .error-description p{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin:24px 0;
  color:#003595;
}
.summary-heading{
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  color:#003595;
  margin-bottom: 24px;
}
.thank-header-desc span, .content-bottom-wrapper .content-right-wrapper span, .success-status-wrapper .only-mobile span{
  color: #BB14D7;
}
.error-msg{
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  color: #FF0909;
  text-align: center;
}
.error-description p{
  text-align: center;
}
.content-bottom-wrapper .download-pdf, .only-mobile .download-pdf{
  border-radius: 1000px;
  border: 2px solid #F6F6F7;
  background:#003595;
  display: inline-flex;
  padding: 16px 40px;
  flex-direction: column;
  align-items: center;
  color:#fff;
  font-weight: 700;
  margin:16px 0;
  text-transform: uppercase;
}
.content-bottom-wrapper h3{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; 
  color:#003595;
  margin-bottom: 16px;
}
.content-bottom-wrapper p, .only-mobile.content-right-wrapper p{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color:#003595;
}
/* copay card styles */
.copay_card{
  border: 2px solid #003595;
  border-radius: 15px;
  max-width: 330px;
}
.header-left{
  position: relative;
}
.saving-card{
  font-size: 20px;
  font-weight: 700;
}
.copay_card .header-left img{
  width:100px;
}
.copay_card_content{
  border-bottom: 2px solid #003595;
  border-top: 2px solid #003595;
}
.copay_card_content, .copay_card_header{
  display:flex;
}
.logo-title{
  color: #8BD3F0;
  font-weight: 700;
  font-size: 10px;
}
.logo-title span{
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(139,211,240,0.3);
  margin-right: 2px;
}
.logo-title span:nth-child(2){
  background: rgba(139,211,240,0.6);
}
.logo-title span:last-child{
  background: rgba(139,211,240,1);
}
.header-right .saving-card, .model-number{
  color:#003595;
}
.content-right{
  background:#003595;
  color:#fff;
  flex:50%;
  padding:5px;
}
.content-right .main-title{
 font-weight: 700;
 font-size: 10px;
}
.content-right .intro-title{
  font-size: 10px;
}
.content-right .intro-title{
font-weight:500;
}
.top-content{
  display: flex;
}
.top-content-left span{
  display:block;
  line-height:10px;
}
.copay_card_header, .content-left{
  padding:5px;
}
.content-left{
  flex:35%;
}
.top-content-right{
  font-size: 18px;
  font-weight: 700;
}
.top-bottom{
  padding-top:5px;
}
.top-bottom span{
  font-size: 8px;
  line-height: 10px;
  display: block;
}
.copay_card_footer{
  padding:10px 15px;
  display: flex;
  gap:10px;
}
.copay_card_footer img{
width:90px;
}
.header-left span.seperator{
  display: inline-block;
  height: 90%;
  border: 1px solid #003595;
  position: absolute;
  right: -13px;
  top:3px;
}
.header-right{
  margin-top:10px;
  margin-left: 20px;
}
.details-wrapper {
  margin: 10px 0;
  font-size: 8px;
}
.details-wrapper .model-number{
  font-weight: 700;
}
.details-wrapper .model-name{
  color:#000;
  font-weight: 400;
}
.content-bottom-wrapper{
  display: flex;
  gap:24px;
  flex-direction: row;
}
.form-item{
  position: relative;
}
.content-left-wrapper{
  margin-left:100px;
}
.success-status-wrapper .only-mobile{
  display: none;
}
.form-item-already-have-card{
  display: flex;
  flex-direction: column;
  float:left;
  width:85%;
  margin-right:5px;
}
.form-item-already-have-card input{
    border-radius: 1000px;
    border: 1px solid #003595;
    padding: 15px 25px;
}
.form-item-already-have-card.form-item--error input{
  border-color: #cc0000;
}
.form-item-already-have-card.form-item--error{
  margin:0;
}
input[data-drupal-selector="edit-activation-btn-check"]{
  border-radius: 1000px;
  border: 2px solid #F6F6F7;
  background:  #003595;
  display: flex;
  padding: 16px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 90px;
}
.activation-saving-wrapper label{
  padding-bottom: 15px;
}
.form-item-contact-information-third{
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  color:#002362;
}
fieldset[data-drupal-selector="edit-eligibility"] .fieldset-legend{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color:#000;
  margin-top:36px;
  display: block;
}
.activation-saving-wrapper{
  flex-direction: row;
  margin:10px 0 10px 30px;
}
.form-item-treatment-tips-resource-res.option-selected-checkbox input,
.form-item-treatment-tips-message.option-selected-checkbox input,
.option-selected-checkbox input{
   accent-color: #fff;
    outline: 2px solid #003595;
    outline-style: auto;
}
/* over lay  css */
.over-lay-wrapper{
  position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0px;
    right: 0;
    left: 0;
    background: rgba(117, 117, 117, 0.65);
}
.over-lay-container{
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  width: 950px;
  margin: 0 auto;
  top: 50px;
  color: #002362;
  overflow: scroll;
  height: 90%;
  padding: 35px;
}
.over-lay-content{
  padding:35px;
}
.over-lay-close{
   background: url('../data/images/overlay-close-icon.png');
    width: 40px;
    height: 25px;
    display: block;
    position: absolute;
    top: 35px;
    right: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;

}
.over-lay-container h3{
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; 
}
.over-lay-container ul{
  list-style: disc;
  padding: 0 20px;
}
.over-lay-container li{
  padding: 25px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.close-btn-wrapper{
  text-align: center;
}
.close-btn-bottom{
    border-radius: 1000px;
    border: 2px solid  #F6F6F7;
    background: #003595;
    color: #fff;
    display: inline-flex;
    padding: 16px 40px;
    flex-direction: column;
    align-items: center;
}
.over-lay-close-popup{
  display:none;
}
/* media queries */

/* tab view */
@media (min-width: 768px) and (max-width: 991px)  {
  #progressbar li#contact p{
    left:0;
  }
  .form-item-already-have-card{
    width:70%;
  }
  .form-item-medication label{
    margin:10px 3px;
  }
  .form-item-medication{
    margin:15px 3px;
  }
  #progressbar li span:before{
    left:0;
  }
  .form-item-personalized-support .option, 
  .form-item-treatment-tips .option, 
  .form-item-activation-card .option, 
  .form-item-treatment-tips-resource-res .option, 
  .form-item-treatment-tips-message .option, 
  .form-item-treatment-tips-message-res .option{
    font-size: 20px;
  }
  /* over lay */
  .over-lay-container{
    width:80%;
  }
}

/* mobile view */
@media (max-width: 767px) {
/* CSS for other than iOS devices */ 
  #progressbar li span.step-circle:before{
        top:-40px;
   }
  /* only IOS */
  @supports (-webkit-touch-callout: none) {
  	#progressbar .progress-bar:before{
		left:10px;
	}
	#progressbar li span.step-circle:before{
		top:-20px;
	}
}

  /* step 1*/
    /* CSS specific to iOS devices */ 
    .form-item-prescription-1 input ,
    .form-item-prescription-2 input,.form-item-consent input, 
    .form-item-confirmation input, 
    .form-item-treatment-tips-resource input, 
    .form-item-treatment-tips-resource-res input, 
    .form-item-treatment-tips-message input, 
    .form-item-treatment-tips-message-res input, 
    .activation-card input.form-checkbox  {
      outline: 0;
      outline-style: auto;
    }
    .form-item-prescription-1 input[checked="checked"] ,
    .form-item-prescription-2 input[checked="checked"] ,
    .form-item-treatment-tips-resource-res.option-selected-checkbox input, 
    .form-item-treatment-tips-message.option-selected-checkbox input, 
    .option-selected-checkbox input,
    .form-item-consent input[checked="checked"], 
    .form-item-confirmation input[checked="checked"],
    .form-item-treatment-tips-resource input[checked="checked"], 
    .form-item-treatment-tips-resource-res input[checked="checked"], 
    .form-item-treatment-tips-message input[checked="checked"], 
    .form-item-treatment-tips-message-res input[checked="checked"], 
    .activation-card input[checked="checked"].form-checkbox {
      accent-color:auto;
      outline: 0;
      outline-style: auto;
    }
    
  .form-item-medication label{
    margin:10px 3px;
    display: flex;
    width:100%;
  }
  fieldset[data-drupal-selector="edit-medication"] span.fieldset-legend{
    margin-bottom:24px;
    font-size: 20px;
    line-height:28px;
  }
 fieldset[data-drupal-selector="edit-prescription"] span.fieldset-legend{
   margin-top:24px;
   font-size: 20px;
   line-height:28px;
  }
  .form-item-medication{
    margin:0;
    display:flex;
  }
  /* step 2 */
  .form-item-firstname, 
  .form-item-lastname, 
  .form-item-email, 
  .form-item-phone, 
  .form-item-zip{
    display: flex;
    width:100%;
  }

  /* progressive bar */
   #progressbar li{
    margin-left: 0;
  }
  #progressbar{
    margin-left:30px;
  }
  #progressbar li span.step-circle:before{
    left:0;
  }
  #progressbar li p{
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    left:-10px;
  }
  #progressbar li#contact p{
    left:-10px;
  }
  #progressbar li#treatment p{
    left:-10px;
  }
  #progressbar li#success p{
    left:-10px;
  
  }
  .form-item-firstname,
.form-item-lastname,
.form-item-email,
.form-item-phone,
.form-item-zip {
  margin: 40px 5px;
}
.form-item-prescription-2 input,
.form-item-prescription-2 input:focus  {
width:34px;
}
/* step3 */
.form-item-personalized-support .option, 
.form-item-treatment-tips .option, 
.form-item-activation-card .option, 
.form-item-treatment-tips-resource-res .option,
.form-item-treatment-tips-message .option, 
.form-item-treatment-tips-message-res .option{
  font-size: 20px;
  line-height: 28px;;
}
.description, .treatment-tips, .activation-card{
  margin-left:0;
}
.form-item-personalized-support label,
 .form-item-treatment-tips label,
  .form-item-activation-card label{
    position: relative;
    display: block;
  }
.form-item-personalized-support label:after, 
.form-item-treatment-tips label:after, 
.form-item-activation-card label:after{
  position: absolute;
  top: -80px;
  width:80px;
  height:80px;
  margin-top:0;
  right:0;
}
.description{
  font-size: 14px;
  line-height: 22px;
  margin-top:10px;
}
.form-item-personalized-support, 
.treatment-resource, 
.activation-card-wrapper{
  margin-bottom: 16px;
}
/* step 4 */
.success-status-wrapper .form-item-personalized-support p.card-title, 
.success-status-wrapper .treatment-resource p.card-title{
  font-size: 20px;
}
.content-bottom-wrapper{
  flex-direction: column-reverse;
}
.success-status-wrapper .form-item-personalized-support p.card-title, 
.success-status-wrapper .treatment-resource p.card-title{
  display: inline-flex;
  grid-column: 2;
}
.copay_card_footer{
  gap:5px;
}
.header-left span.seperator{
  top:0;
}
.header-right{
  margin-top:0;
}
.success-status-wrapper .form-item-personalized-support, 
.success-status-wrapper .treatment-resource{
  padding:14px 25;
}
.copay_card .header-left img{
  width:120px;
}
.copay_card_header, .content-left{
  padding:5px;
}
.form-item-treatment-tips:before {
  margin-left: -35px;
}
.form-item-activation-card:before, 
.form-item-personalized-support:before {
  margin-left: -20px;
}
.content-left-wrapper{
  margin-left:0;
}
.success-status-wrapper .treatment-resource.form-item-treatment-tips, 
.success-status-wrapper .form-item-personalized-support{
  display: inline-grid;
}
.form-item-treatment-tips-resource .option, 
.form-item-treatment-tips-message .option, 
.form-item-personalized-support .option, .form-item-treatment-tips .option, 
.form-item-activation-card .option, .form-item-treatment-tips-resource-res .option, 
.form-item-treatment-tips-message .option, .form-item-treatment-tips-message-res .option{
  font-size: 14px;
  line-height: 22px;
}
li#success p{
  margin-left:0;
}
.success-status-wrapper .only-desktop{
  display: none;
}
.success-status-wrapper .only-mobile{
  display: block;
  text-align: center;
}
.success-status-wrapper .only-mobile p{
  text-align: left;
}
.form-item-already-have-card{
  width:100%;
 float:none;
}
input[data-drupal-selector="edit-activation-btn-check"]{
  margin-top:10px;
  width:100%;
  position:static;
}
/* overlay css */
.over-lay-container{
  width:312px;
  padding: 80px 16px 16px;
}
.over-lay-content{
  padding:0;
}
.over-lay-container h3{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.over-lay-container ul{
  padding:0;
}
.over-lay-container li{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
}
.over-lay-close{
  top: 16px;
  right: 0;
}
}