/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.content-left-wrapper {
    background: #72b8d1;
    background-color: #72b8d1;
}
.content-left {
    background: #72b8d1;
    background-color: #72b8d1;
}

#prescription_list ul,
#prescription_list ul li{
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
#prescription_list ul li {
    display: inline-block;
    background-color: #72b8d1;
    color: #fff;
    padding:2px;
    border-radius: 2px;
    padding: 5px;
    margin-right: 5px;
}

#prescription_list ul li span:after {
    content: 'x';
    position: relative;
    top: -10px;
    color: red;
    font-weight: bold;
    right: -8px;
    background: white;
    border-radius: 25px;
    padding: 0px 5px;
    border: 1px solid #d6d0d0;
}
button.submit::before {
content: "" !important;
}
#prescription_list ul li span:hover::after {
    cursor: pointer;
}

.hidden {
    display: none;
}

#plans_question input[type="text"]{
    margin-bottom:10px;
}

.worksans {
    font-family: "Work Sans", Arial, Helvetica, sans-serif;
}

.content-left-wrapper h2 {
    font-size: 5rem;
    font-family: "Rozha One", 'Times New Roman', Times, serif;
    line-height: 5rem;
}

.content-left-wrapper p,
.bigger-font {
    font-size: 1.2rem;
}

img.jillphoto {
    border-radius: 25px !important;
}

.content-left-wrapper #logo {
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    height: 35px;
  }



  .header-row{
    color: #fff;
}

.header-row div:nth-child(2) {
    text-align: right;
}
  @media (max-width: 991px) {
    .content-left-wrapper #logo {
      left: 15px;
      top: 10px;
    }
    .header-row div{
        text-align: center;
    }
    .header-row div:nth-child(2) {
        text-align: center;
    }
  }

  .color-red{
      color: red;
  }

  .smallerh2{
      font-size:2rem;
  }

  .bolder {
      font-weight: 600;
  }

  p.jill {
      font-size: 1.6rem;
  }

  #recap_button {
      display: none;
  }

  #bottom-wizard > div {
      display: inline-block !important;
  }
