body {
  font-size: 1.1rem;
  font-family: 'Open Sans regular';
}

a,
a:hover {
  color: inherit;
}

.h1,
h1 {
  font-size: 4.5rem;
  color: #003865;
  font-family: 'Open Sans regular';
}

h2 {
  font-size: 3.5rem;
  color: #003865;
}

h3 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-family: 'Open Sans regular';
}

p {
  color: #003865;
}

img {
  max-width: 100%;
}

sup {
  font-size: 65%;
  top: -0.5em;
}

.pink-text {
  color: #EF426F !important;
}

.bluish-text {
  color: #003865;
}

.blue-text {
  color: #003865;
}

.light-text {
  color: #6F8AA3;
}

.red-text {
  color: #ff0000;
}

.see__more {
  text-decoration: underline;
}

.indication {
  background-color: #ffffff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.indication__content {
  position: relative;
  margin: auto;
  box-sizing: border-box;
}

.indication__content--close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #4e4e4e;
  cursor: pointer;
  border: 1px solid #6a6a6a;
  border-radius: 5px;
  padding: 4px;
  line-height: 1;
  padding: 0px 5px 3px 5px;
}

h3 {
  font-family: 'Open Sans bold';
  font-size: 1.6rem;
}

.indication__content p {
  margin-bottom: 1rem;
}

.indication__content h3 {
  font-weight: 700;
  color: #003865;
  font-size: 16px;
  font-family: 'Open Sans regular';
}

.indication__content p,
.indication__content p sup {
  color: #003865;
  font-weight: 400;
  font-family: 'Open Sans regular';
  font-size: 14px;
  line-height: 1.2em;
}

.header--gray-block {
  background-color: #EF426F;
  color: white;
  min-height: 30px;
  height: auto;
}

.header--gray-block .header__container {
  display: flex;
  justify-content: flex-end;
  width: 84%;
  margin: 0 auto;
}

.header__link {
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  line-height: 30px;
  padding: 0 4em;
  cursor: pointer;
}

.header--gray-block .header__link,
.header--gray-block .header__link sup {
  color: #ffffff;
}

.red-down-border {
  background: #EF426F;
  height: 3px;
  margin-top: 3px;
}

.mobile-menu-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__logo {
  height: auto;
  width: 450px;
  max-width: 100%;
}

.header {
  min-height: 75px;
  border-bottom: 0px solid #cfcfcf;
}

.header__container {
  width: 85%;
  padding: 0;
}


.left-corner-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.right-corner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav-item.show {
  background-color: #ffebf0;
}

.nav-item {
  font-size: 18px;
  font-weight: bold;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.nav-item .fa {
  font-size: 4rem;
  float: left;
  color: #ef426f;
}

.nav-item .fa-chevron-down {
  font-size: 1rem;
  margin-left: 1rem;
  color: #003865;
}

.nav-item .fa-chevron-up {
  font-size: 1rem;
  margin-left: 1rem;
  color: #003865;
}

.nav-item .nav-link {
  color: #003865;
  display: flex;
  align-items: center;
  font-family: 'Open Sans regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.nav-item .nav-link.active-route {
  color: #ef426f;
}

.nav-item .dropdown-item .fa {
  font-size: inherit;
}

.dropdown-item {
  display: flex;
  align-items: center;
  color: #003865;
  padding-bottom: 0.8rem;
  font-size: 1.2rem;
  justify-content: center;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  outline-width: 0px;
  color: #003865;
}

.dropdown-menu {
  margin: 0;
  background-color: #DCE2E9;
  border: 0px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}

.dropdown-toggle::after {
  content: "";
  border: 0 solid;
}

.navbar-toggler {
  font-size: 2rem;
  color: #003865;
}

.navbar-toggler-icon {
  background-image: url('../images/burger.svg');
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #6A6A6A;
  cursor: pointer;
  border-radius: 5px;
  padding: 4px;
  line-height: 0.5;
  padding: 1px 5px 7px 5px;
  z-index: 1;
  outline: 0;
  font-size: 25px;
  opacity: 1;
  font-weight: 800;
}


.modal-body {
  padding: 3rem 5rem 5rem;
}

.modal-title {
  margin-bottom: 1rem;
  color: #003865;
}

.modal-body p {
  color: #000000;
}

#leavesite p,
#leavesite p b,
#thankyou p,
#thankyou p b {
  color: #003865 !important;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.1;
}

#thankyou .modal-body img {
  width: 65px;
}

#leavesite .modal-body {
  padding: 5rem 5rem 5rem;
}

#thankyou p .fa {
  font-size: 8rem;
  color: #ff7f32;
}

.modal .btn.continue {
  background-color: #003865;
  color: #ffffff;
  border-radius: 20px;
  padding: 1rem 3rem;
  font-size: 1rem;
}

.modal .btn.continue:hover {
  background-color: #ffffff;
  color: #003865;
  border-color: #003865;
}

.nowrap {
  white-space: nowrap;
}

.footer__isi {
  background-color: #ffffff;
  padding-bottom: 2rem;
  border-top: 10px solid #4E4E4E;
}

.footer__isi p {
  font-family: 'Open Sans regular';
}

.footer .amgen-logo {
  height: auto;
  max-width: 400px;
  width: 100%;
}

footer.footer {
  background-color: #F5F5F5;
  border-top: 1px solid #CFCFCF;
}

.footer__copyright {
  padding-top: 1rem;
}

.footer__link,
.footer__copyright {
  color: #003865;
  font-family: 'Open Sans regular';
}

.body-container {
  width: 69%;
  margin: 0 auto;
  padding: 2rem 2rem;
}

.btn.btn-gray {
  background-color: #A8B7C7;
  color: #133963;
  padding: 0.5rem 4rem;
  font-size: 1.6rem;
  border-radius: 35px;
}

.btn.btn-gray:hover {
  background-color: #003764;
  color: #A8B7C7;
  border-color: #003764;
}

.btn.btn-blue {
  background-color: #003764;
  color: #ffffff;
  padding: 1rem 4rem;
  font-size: 18px;
  border-radius: 35px;
}

.btn.btn-blue:hover {
  background-color: #ffffff;
  color: #003764;
  border-color: #003764;
}

form {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

label {
  color: #003764;
  font-size: 1.2rem;
  line-height: 1;
}

.form-control {
  height: 30px;
}

.search-bar {
  width: auto;
  background: #EDEEEF;
  margin: 0 auto;
}

.search-bar img {
  position: absolute;
  width: 35px;
  top: 0px;
  left: 70px;
}

.search-form {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  padding-left: 16px;
}

div .fa-map-marker {
  font-size: 50px;
  position: absolute;
  left: -26px;
  top: 13px;
  color: #4a7191;
}

div.search-form input[type=text] {
  padding: 10px;
  font-size: 16px;
  color: #6A6A6A;
  border: 1px solid #ff7f32;
  border-radius: 5px;
  float: left;
  width: 88%;
  background: #FFFFFF;


}

div.search-form button {
  float: left;
  width: 10%;
  padding: 10px;
  background: #ff7f32;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ef426f;
  border-radius: 5px;
  border-left: none;
  cursor: pointer;
  margin-left: 15px;

}

div.search-form button:hover {
  background: #0b7dda;
}

div.search-form::after {
  content: "";
  clear: both;
  display: table;
}

#createEntry .center-p {
  text-align: center;
}

.panel-block {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  background-color: #F9FAFB;
}

.accordion {
  background-color: #F9FAFB;
  color: #444;
  cursor: pointer;
  padding: 18px 18px 0;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  padding-left: 80px;
  position: relative;
  border: 2px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.active,
.accordion:hover {
  background-color: #F9FAFB;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 100;
  float: right;
  margin-left: 5px;
  position: absolute;
  display: inline-flex;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 28px;
  height: 2.5rem;
  font-size: 3rem;
  border: 1px solid #3473D5;
  border-radius: 50%;
  padding: 0px 2px;
}

.panel {
  padding: 0px 16px 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 2px solid transparent;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;

}

table {
  font-family: 'Open Sans regular';
  border-collapse: collapse;
  width: 100%;

}

.panel th {
  text-align: left;
  color: #647696;
  background: #A8B7C7;
  padding: 5px 30px;
  font-size: 13px;
}


.panel td {
  border: transparent;
  text-align: left;
  color: #236FB6;
  padding: 5px 30px;
  font-size: 14px;


}

.panel tr:nth-child(odd):not(.accordion) {
  background-color: #EFF5FC;
}

.panel tr:last-child:not(.accordion) {
  margin-bottom: 30px;
}

.accordion table td h1 {
  margin: 0;
  font-size: 25px;
  color: #196CA3;
  font-weight: 100;
}

.accordion table td p {
  margin: 0;
  color: #00377C;
  margin-bottom: 15px;
}

.accordion table td:first-child img {
  float: left;
  max-width: 70px;
  padding-bottom: 10px;
  padding-right: 7px;
}



.loc-results {
  overflow-x: hidden;
  display: none;
}

.edit-loc-logo {
  height: 50px;
  position: relative;
  left: 20px;
}

.loc-results table {
  border-spacing: 10px;
  width: 98%;
}

.loc-results table a {
  cursor: pointer;
  color: #007bff;
}

.loc-results table td {
  padding: 17px 17px 17px 32px;
  /* border-right: 1px solid black; */
  text-align: center;
  color: #6A6A6A;
}

.loc-results table td:last-child {
  max-width: 100px;
}

.cls-address1 {
  float: left;
  text-align: left;
}

.cls-address2 {
  padding-top: 10px;
  padding-right: 15px;
  color: #0052AB;
  float: right;
}

.cls-address1 h2 {
  font-size: 21px;
}

.cls-address1 p {
  margin: 0;
}

.cls-address2 p {
  text-align: left;
  margin-block: -10px;
}

.loc-results table tr:nth-child(odd) {
  background-color: transparent;
}

.edit-remove-head-subheading {
  font-family: 'Open Sans regular';
  font-size: 26px;
  margin-top: 18px;
}

.inline-txt {
  display: inline;
}

.req-field {
  padding-left: 50px;
}

.btn.btn-gray {
  background-color: #4d4d4d;
  color: #ffffff;
  padding: 1rem 4rem;
  font-size: 18px;
  border-radius: 35px;
}

.btn.btn-gray:hover {
  background-color: #ffffff;
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.fs-1 {
  font-size: 29px;
  margin-bottom: 12px;
  text-align: left;
  color: #EF426F !important;
}

.modal-join p {
  text-align: left;
}

.modal-join p.pt-4 {
  text-align: center;
}

.container-btn {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 2rem;
  line-height: 1.2;
}

.container-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #707070;
}

.container-btn:hover input~.checkmark {
  background-color: #ccc;
}

.container-btn input:checked~.checkmark {
  background-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-btn input:checked~.checkmark:after {
  display: block;
}

.container-btn .checkmark:after {
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #6F88A3;
}



button:focus {
  outline: none;
}

.warning-msg {
  color: #C23934;
  font-size: 12px;
  font-weight: bold;
}

.warning-msg-finder {
  font-family: 'Open Sans regular';
  color: #C23934;
  font-size: 12px;
  font-weight: bold;
}

.home.finder-home {
  background-color: #FFFFFF;
}

.printresults div {
  display: flex;
  justify-content: space-around;
  background-color: #F5F9FC;
}

.print-section {

  background-color: #F5F9FC;
}

.printresults div a {
  margin-right: 20px;
}

.body-container-finder {
  width: 86%;
  margin: 0 auto;
  padding: 5rem 2rem;
}

.loc-results-v2 {
  margin-left: 0;
  margin-top: 10px;
  max-height: 600px;
  display: block;

}

.loc-results-v2 table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

.loc-results-v2 table ul a {
  color: #fcffef;
  text-align: left;
  margin: 2px;
}

.form-list {
  position: absolute;
  left: 16px;
  background-color: #6F88A3;
  width: 65%;
  height: 14%;
  top: 78px;
  display: none;
  padding-top: 8px;
}

.form-list button.close {
  color: #f6ffff;
  position: absolute;
  margin-block: 3px;
  margin-left: 45%;
  cursor: pointer;
}

.form-list .fa-download {
  color: white;
  margin-left: -32px;
  padding-right: 23px;
}

.search-form-v2 input[type=text] {
  padding: 10px;
  padding-left: 25px;
  font-size: 16px;
  color: #6A6A6A;
  border: 1px solid grey;
  width: 69%;
  background: #EDEEEF;
}

.search-form-v2 button {
  padding: 10px;
  background: #758698;
  color: white;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  position: absolute;
}

.search-form-v2 p {
  margin-bottom: 4px;
  margin-left: 46px;
}

.search-form-v2 .fa-map-marker {
  font-size: 25px;
  position: relative;
  left: 10px;
  top: 4px;
  color: #4a7191;
  margin-right: -18px;
}

.printresults {
  text-align: right;
}

.printresults table td:first-child {
  padding-right: 68px;
  border-right: 1px solid black;
}

.printresults table td:nth-child(2) {
  text-align: center;
}

.printresults table img {
  width: 15%;
  padding-bottom: 5px;
}

.modal-dialog-form {

  max-width: 80%;
}

.modal-content .align-center {
  text-align: center;
}

.map-container {
  height: 93%;
  width: 100%;
  /* position: absolute; */
  left: 0px;
  background-color: rgb(229, 227, 223);
}

.gm-err-container {
  height: 100%;
  width: 100%;
  display: table;
  background-color: #e0e0e0;
  position: relative;
  left: 0;
  top: 0;
}

.gm-err-content {
  border-radius: 1px;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  position: static;
  vertical-align: middle;
  display: table-cell;
}

.gm-err-icon {
  text-align: center;
}

.gm-err-title {
  margin: 5px;
  margin-bottom: 20px;
  color: #616161;
  font-family: 'Open Sans regular';
  text-align: center;
  font-size: 24px;
}

.gm-err-message {
  margin: 5px;
  color: #757575;
  font-family: 'Open Sans regular';
  text-align: center;
  font-size: 12px;
}

.footer__isi .see-more {
  float: right;
  cursor: pointer;
}

#isi li {
  list-style: none;
}

#isi .span-link {
  border-bottom: 1px solid;
  font-family: 'Open Sans regular';
}

#isi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 135px;
  background: #fff;
  padding-top: 15px;
  overflow: hidden;
  padding-bottom: 15px;
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
  box-shadow: 0px 0px 28px #999;
  z-index: 15;
}

#isi.open {
  overflow: auto;
}

#isi .see-more-btn {
  float: right;
  cursor: pointer;
}

#isi p.heading-color,
#sec7 p.heading-color {
  font-family: 'Open Sans regular';
  font-size: 16px;
  color: #981F64;
}

#isi p.heading-color a,
#isi p.heading-color a:hover,
#isi p.heading-color a:active,
#isi p.heading-color a:visited {
  color: #981F64;
  border-bottom: 2px solid hsl(326, 66%, 36%);
  text-decoration: none;
}

#isi {

  height: 130px;
}

#isi.open {
  overflow-y: auto;
  z-index: 21;
}

.welcome-tezspire {
  padding-bottom: 15px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #EF426F;
  font-family: 'Open Sans Bold';
}

.tezspire-enter-loc {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Open Sans SemiBold';
}

.search-bar-bg {
  box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 20%);
  align-items: center;
  background-color: #FFFFFF;
}

.search-forms {
  display: flex;
  padding: 15px 100px;
}

.search-forms span {
  width: 100%;
}

.search-forms span label {
  padding-left: 10px;
  padding-bottom: 10px;
}

.search-forms input[type=text] {
  border-radius: 5px;
  padding-left: 10px;
  font-size: 20px;
  border: 0px;
  width: 100%;
}


.search-forms input[type=text]::placeholder {
  color: #003764;
}

.search-input {
  width: 90%;
}

.search-input::placeholder {
  font-family: 'Open Sans regular';
  font-weight: 400;
  font-size: 20px;
}

.remove-btn {
  font-size: 1.4rem;
  border-radius: 35px;
  padding: 1rem 4rem;
  background-color: #EF426F;
  color: #ffffff;
  border: 1px solid #ef426f;
}

.search-forms-btn {
  font-family: 'Open Sans Bold';
  border-radius: 4px;
  background-color: #ff7f32;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #EF426F;
  line-height: 120%;
  padding: 10px 24px;
}

.search-forms-btn1 {
  font-family: 'Open Sans Bold';
  border-radius: 4px;
  background-color: #ff7f32;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #EF426F;
  line-height: 120%;
  padding: 10px 24px;
}

.accordion-header {
  font-size: 18px;
  color: #003865;
  display: flex;
  align-items: center;
}

.collapaseable-accordion {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  /* align-items: baseline; */
}

.accordion-parent {
  border: 1px solid #a8b7c7;
  border-radius: 12px;
  max-width: 100%;
  width: 630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 661px !important;
}

.modal-contact {
  text-align: center;
  color: #ef426f;
  font-size: 30px;
  font-family: 'Open Sans regular';
  font-weight: 700;
  margin-bottom: 18px;
}

.modal-contact-callus {
  text-align: center;
  color: #003865;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Open Sans regular';
  line-height: 1.2;
}

.join-head {
  color: #ef426f;
  font-size: 35px;
  font-family: 'Open Sans regular';
  font-weight: bold;
}

.loc-info {
  font-family: 'Open Sans regular';
  font-weight: bold;
  font-size: 26px;
}

.contact-info-desc {
  font-family: 'Open Sans regular';
  font-weight: 300;
  font-size: 18px;
}

.req-field {
  display: flex;
  align-self: center;
  margin-bottom: 0px;
  color: #003865;
}

.terms-text p {
  font-family: 'Open Sans regular';
  font-size: 18px;
  font-weight: 400;
  color: #003865;
  line-height: 1.3 !important;
}

.btn-agree {
  background-color: #ff7f32;
  color: #ffffff;
  padding: 1rem 4rem;
  font-size: 18px;
  border-radius: 35px;
  font-weight: bold;
}

.btn-cancel {
  background-color: #6a6a6a;
  color: #ffffff;
  padding: 1rem 4rem;
  font-size: 1.4rem;
  border-radius: 35px;
}

.modal-agree {
  color: #EF426F;
  font-size: 26px;
  font-weight: bold;
}

.locInfo {
  font-size: 23px;
  font-weight: 400;
}

.loc-part-style .key-name {
  color: #003865;
  font-weight: 900;
}

.loc-part-style .value-name {
  color: #003865;
}

.loc-part-style div {
  margin-bottom: 10px;
}

.edit-remove-head {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.btn-join {
  background: #ff7f32;
  color: #fff;
  font-family: 'Open Sans regular';
  font-size: 16px;
  border-radius: 18px;
  font-weight: bold;
}

.search-filter-table.table>tbody>tr:not(:last-child) {
  border-bottom: 1px solid #707070;
}

.search-filter-table.table>tbody>tr:not(:last-child)>td {
  box-shadow: 0 -3px 0 white inset;
}

.search-filter-table.table>tbody>tr>td {
  cursor: pointer;
}

.search-filter-table.table>tbody>tr:nth-child(odd)>td {
  background-color: #FDEFF2;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #EFF5FC;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #fff;
}

.table-striped>thead>tr:nth-child(odd)>td,
.table-striped>thead>tr:nth-child(odd)>th {
  background-color: #EFF5FC;
}

.table-terms p {
  color: #003865;
  margin-bottom: 0px;
}



.hidden-xs {
  color: #4D4D4D;
  font-family: 'Open Sans regular';
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}



.cls-address h2 {
  color: #ef426f;
  font-weight: 900;
}

.view-forms-td {
  background: #ef426f;
}

.download-cards {
  margin: 10px 0px 10px 65px;
}

.location-logo {
  height: 50px;
  position: relative;
}

.finder-loc-logo {
  height: 50px;
}



.table td,
.table th,
.table thead th {
  border: none;
}

.table thead tr {
  font-family: 'Open Sans regular';
  font-weight: bold;
}

.modal-footer {
  justify-content: center;
  border: none;
}

.email-field input[type=text] {
  border: 1px solid #A8B7C7;
  border-radius: 5px;
}

.desclaimer {
  font-family: 'Open Sans regular';
  font-size: 12px;
  color: #003865;
  font-weight: 700;
}

.footer__links {
  font-family: 'Open Sans regular';
  font-size: 14px;
  padding-top: 15px;
}

.footer__copyright {
  font-family: 'Open Sans regular';
  font-size: 16px;
  color: #003865;
}


.dropdown .fa-chevron-down {
  transition: all 0.3s ease-out;
}

.dropdown.show .fa-chevron-down {
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}

.selected {
  background-color: #FDF5F7 !important;
}

.selected .show-part {
  border: 1px solid rgb(244, 67, 109);
  border-radius: 5px;
}

.location-info-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.join-subheading p:nth-child(1) {
  font-family: 'Open Sans regular';
  font-size: 26px;
  font-weight: 400;
}

.join-subheading p:nth-child(2) {
  font-family: 'Open Sans regular';
  font-size: 18px;
  font-weight: 300;
}

h4.modal-title.email-title {
  color: #EF426F !important;
  font-family: 'Open Sans regular';
  font-weight: bold;
}

.search-filter {
  background: #fff;
  border: 0.5px solid #ff7f32;
  border-radius: 6px;
  filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.32));
}



.desktop-only .speciality-pharmacies-table table {
  border-collapse: collapse;
  background-color: transparent;
  width: 100% !important;
}

.desktop-only .speciality-pharmacies-table tr:nth-child(even) {
  background-color: #EFF5FC;
}

.speciality-pharmacies-table th,
.speciality-pharmacies-table-mobile th {
  padding: 0px 20px;
  font-size: 13px;
  color: #003865;
  font-family: 'Open Sans bold';
  font-weight: 700;
  line-height: normal;
}

.speciality-pharmacies-table td,
.speciality-pharmacies-table-mobile td {
  padding: 10px 20px;
  font-size: 13px;
  color: #003865 !important;
  font-family: 'Open Sans regular';
}

.speciality-pharmacies-table td {
  font-size: 13px;
  color: #003865;
  font-weight: 300;
  font-family: 'Open Sans regular';
}

.f-13-lite {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans regular';
}

.fw-bold {
  font-weight: 700 !important;
  font-family: 'Open Sans SemiBold' !important;
}

.mobile-only .speciality-pharmacies-table-mobile .row-lightblue-bg {
  background-color: #EFF5FC;
}

.speciality-pharmacies-table-mobile td {
  font-size: 13px;
  line-height: 20px;
  color: #4c6fba;
  font-weight: 300;
  font-family: 'Open Sans regular';
  padding: 10px 15px;
}



.home .table-terms .small {
  padding: 15px 0;
  font-size: 14px;
}


.home .collapaseable-accordion {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}

.home .img-expand-collapse-adjust {
  position: relative;
  left: 40px;
  top: 7px;
}

.pink-line {
  padding: 0px 0px 10px 0px;
}



.cls-address h2 {
  color: #ef426f;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans regular';
}

.cls-address2 p {
  text-align: left;
  color: #003865;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Open Sans regular';
}

.cls-address2 p {
  text-align: left;
  color: #6A6A6A;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans regular';
}



.search .loc-results table a {
  cursor: pointer;
  text-align: left;
  color: #0070D2;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans regular';
  text-decoration: underline;
}

.finder-home .cls-address1 p {
  color: #003865;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans regular';
}

.finder-home .map-container {
  height: auto;
  background-color: #fff;
}

.finder-home .loc-results-v2 {
  max-height: 480px;
}

.loc-results.loc-results-v2::-webkit-scrollbar {
  width: 10px;
  height: 45px;
  /* border-left: 10px solid #EDEEEF; */
  margin-top: 1rem;
}

.loc-results.loc-results-v2::-webkit-scrollbar-thumb {
  background-color: #A1A1A1;
  height: 155px;
}

.search .loc-results.loc-results-v2 table::-webkit-scrollbar {
  width: 10px;
  height: 45px;
  /* border-left: 10px solid #EDEEEF; */
  margin-top: 1rem;
}

.search .loc-results.loc-results-v2 table::-webkit-scrollbar-thumb {
  background-color: #A1A1A1;
}

/* .loc-results table td {
  border-right: 1px solid #707070;
} */

.table-pink-line {
  border-top: 1px solid #EF426F;
  margin-top: 2rem;
}

.bottom-table-pink-line {
  border-top: 1px solid #EF426F;
  margin-top: 0rem;
}

.finder-home .printresults .print-email {
  font-size: 13px;
  color: #16325C;
  font-family: 'Open Sans regular';
  font-weight: 400;
  cursor: pointer;
}

.finder-home .printresults .print-email:hover {
  text-decoration: none;
}

.finder-home .print-resultes-block {
  position: relative;
}

.search-forms {
  padding: 15px 10px;
  background-color: #FFFFFF;
  border: 0px solid #707070;
}

.finder-home .location-search-block {
  padding-top: 30px;
}

.finder-home .img-location-icon {
  position: relative;
  left: 24px;
}



.finder-home .center-name {
  line-height: 25px;
}

.finder-home .table-mobile-results {
  border: 0px;
}

.header {
  min-height: 101px;
}

.header--gray-block {
  min-height: 40px;
  height: auto;
}

.red-down-border {
  margin-top: 5px;
}

.nav-item {
  padding: 2.5rem 0px;
  justify-content: center;
  align-items: center;
}

.header--gray-block {
  padding: 5px 0px;
}

.header__container .header__link {
  font-size: 14px;
  font-family: 'Open Sans Bold';
  font-weight: 300;
  padding: 0 20px;
}

.header__container .header__link:hover {
  text-decoration: none;
}

.img-grey-line {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  cursor: none;
}

.dropdown-item {
  color: #003865;
  font-weight: 400;
  font-family: 'Open Sans regular';
  font-size: 14px;
  padding: 0.25rem 25px;
  margin-bottom: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 85px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.nav-item .fa-chevron-down {
  padding-left: 0px;
}

.nav-item.show {
  padding-left: 25px;
  padding-right: 23px;
}

.search-forms-btn:hover {
  color: #fff;
  text-decoration: none;
}

.search-forms-btn1:hover {
  color: #fff;
}

.home .home-index .plus-display img {
  bottom: 10px;
  position: relative;
}

footer.footer {
  background-color: #F5F5F5;
  border-top: 0px;
  padding: 10px 0px 5px 0px;
}

.footer__link,
.footer__copyright {
  color: #4d4d4d;
  font-weight: 400;
  font-family: 'Open Sans regular';
  font-size: 14px;
}

.notes .sticky-footer-small-view ul li,
.sticky-footer-small-view {
  color: #003865;
  font-weight: 400;
  font-family: 'Open Sans regular';
  font-size: 16px;
  padding-left: 0;
}

.result-info {
  float: left;
  text-align: left;
  width: 100%
}

.result-info .adress_info p {
  color: #003865;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans regular';
}

.result-info .adress_info p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  .result-info {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .adress_info {

    display: flex;
    align-items: flex-end !important;
    justify-content: space-between;
    width: 100%;

  }
}

.result-distance {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: #0052AB;
}

.download-cards p {
  color: #fff;
  font-size: 14px;
  font-family: 'Open Sans regular';
}

.close-forms {
  position: absolute;
  top: -11px;
  right: 0px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px;
  line-height: 1;
  padding: 0px 5px 3px 5px;
  z-index: 1;
  outline: 0;
  background: none;
}

.view-forms-td {
  display: none;
}

.hide {
  display: none;
}

.form_links_div::after {
  border-color: transparent transparent transparent #ef426f;
}

.form_links_div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -18px;
  position: absolute;
}

.view-forms-td.text-left.form_links_div {
  position: relative;
}

.show {
  display: table-cell;
  opacity: 1;
}

/* .finder-home .loc-results table td:last-child {
  border: 0;
} */

.loc-results.loc-results-v2.desktop-only table {
  margin-top: -17px;
}

.email_icon {
  margin-top: 4px;
}

.print-email span {
  margin-left: 6px;
}

#sec7 {
  padding-top: 25px;
}


.bluish-text p {
  color: #003865;
  font-size: 13;
  margin-bottom: 0;
}

.message {
  color: #003865;
  font-size: 16px;
}


#emailForm img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#emailForm .modal-content {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#result_email {
  border: 1px solid #A8B7C7;
  border-radius: 4px;
  height: 31px;
}

.form-control {
  border: 1px solid #A8B7C7;
  border-radius: 4px;
}

#treatment_referral_form label,
#join_form label {
  font-size: 13px;
}

.form-div {
  padding-top: 25px;
}

.loc-results {
  /* width: 70%; */
  margin: 0 auto;
}

.finder-home .loc-results {
  width: 100%;
}

.edit_center_name span {
  font-size: 12px;
  color: #003865;
}

.f30 {
  font-size: 30px;
}

.f30 b {
  color: #EF426F !important;
}

.modal-join p {
  color: #003865;
  font-weight: 600;
  font-size: 15px;
}

.modal-join p span {
  color: #003865;
  font-weight: 400;
  font-size: 15px;
}

#confirm-btn {
  background-color: #ff7f32;
}

#confirm-btn {
  background-color: #ff7f32;
  border: 0;
  color: #fff;
  font-size: 18px;
}

.f16-blue {
  color: #003865;
  font-weight: 400;
  font-family: 'Open Sans regular';
  font-size: 16px;
}

.btn-join {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-join:hover {
  color: #fff;
  text-decoration: none;
}

.welcome-block {
  padding-top: 50px;
  padding-bottom: 15px;
}

.img-grey-line {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-item.show {
  padding: 0;
}

.nav-item {
  padding: 0 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 57px;
}

.header {
  padding: 10px 20px;
}

.header__logo {
  height: auto;
  max-width: 100%;
}

.menu-exapnd-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
}

.download-img {
  bottom: 4px;
  position: relative;
}

.desclaimer {
  padding: 40px 40px 0px 40px;
  line-height: 1.3 !important;
}


.page-change.active.test {
  display: block;
}

.page-change.test {
  display: none;
}

.btn-agree:hover,
.btn-cancel:hover {
  color: #fff;
}

p {
  line-height: 1.2 !important;
}



.search-forms input::-webkit-input-placeholder {
  font-size: 20px !important;
}

.search-forms input:-ms-input-placeholder {
  font-size: 20px !important;
}

.search-forms input::placeholder {
  font-size: 20px !important;
}

.pink-divider {
  border-top: 1px solid rgb(239 66 111);
}

.loc-results {
  max-height: 435px;
}

.search .table-pink-line,
.search .bottom-table-pink-line {
  width: auto;
  max-width: 70%;
  display: none;
}

.btn.remove-btn {
  font-size: 18px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff !important;
}

label {
  font-size: 16px;
}

.form-control {
  font-size: 16px !important;
}

.btn-cancel {
  font-size: 18px;
  font-weight: 600;
}

.btn.remove-btn {
  font-weight: 600;
}

#removedata .pink-text {
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Open Sans regular';
}

.remove-popup .remove-btn {
  font-weight: 100 !important;
  margin-right: 15px;
}

.remove-popup .remove-btn,
.remove-popup .btn-cancel {
  font-weight: 600 !important;
}

#removedata .blue-text {
  color: #003865 !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.readmore-button {
  display: none;
  text-decoration: underline;
  color: #003865 !important;
}

.readmore-text {
  color: #003865 !important;
}

.indication-br {
  display: inline;
}


.edit-form-div h1 {
  color: #EF426F;
  font-size: 35px;
  font-weight: 700;
}

.f700 {
  font-weight: 700;
}

.modal-agree {
  font-weight: 600;
  letter-spacing: 0.4px;
}

.loc-info img {
  width: 20px;
  margin-top: -4px;

}

#thankyou .modal-body img {
  width: 65px;
}

.loc-results .form_links_div a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.far-away-desktop {
  background: #ffefb7;
  text-align: center;
  padding: 10px 0px;
  margin-top: 20px;
}

.far-away-desktop-heading {
  font-family: 'Open Sans regular';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.18;
  color: #003865;
  margin-bottom: 8px;
}

.far-away-desktop-subheading {
  font-family: 'Open Sans regular';
  font-size: 17px;
  font-weight: bold;
  line-height: 1.18;
  color: #003865;
}


.far-away-desktop {
  background: #ffefb7;
  text-align: center;
  padding: 10px 0px;
  margin-top: 20px;
  /* display: none; */
}

.far-away-desktop-heading {
  font-family: 'Open Sans regular';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.18;
  color: #003865;
  margin-bottom: 8px;
}

.far-away-desktop-subheading {
  font-family: 'Open Sans regular';
  font-size: 17px;
  font-weight: bold;
  line-height: 1.18;
  color: #003865;
}

.nav-item.dropdown.show+.img-grey-line {
  visibility: hidden;
}


#treatmentreferralform .modal-body h2,
#confirmdata .modal-body h2 {
  font-family: 'Open Sans regular';
}

#confirmdata .modal-body .locInfo {
  font-family: 'Open Sans regular';
}

.desktop-only-table {
  display: table-cell;
}

.anc-form {
  font-family: 'Open Sans regular';
  font-size: 12px;
  color: #6a6a6a;
  text-decoration: none;
}

.serial-number h1 {
  /* width: 10%; */
  font-family: 'Open Sans regular';
  font-weight: 700;
  padding-left: 0px;
  font-size: 30px;
  color: #003865;
}

.serial-number {
  border-right: 1px solid #707070;
}

.treatment_center_name {
  font-family: 'Open Sans bold';
  font-size: 18px;
  font-weight: 700;
}

.treat-details {
  width: 50%;
}

.result-distance h1 {
  font-size: 30px;
  color: #003865;
  font-family: 'Open Sans regular';
  font-weight: 400;
  margin-bottom: 0;
}

.result-distance p {
  color: #003865;
  font-size: 11px;
  font-family: 'Open Sans regular';
}

.miles-display {
  border-right: 1px solid #707070;
  width: 15%;
}

#search-page-table {
  width: 70%;
}

.search-page-or {
  font-family: 'Open Sans regular';
  font-size: 12px;
  color: #6A6A6A;
}

.footer-logos {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 20px;
}

.footer-logos .astra-logo-footer {
  padding-left: 40px;
}

.desktop-inline {
  display: inline-block;
}

.mobile-inline {
  display: none;
}

.nav-link.dropdown-toggle.active {
  color: #ef426f;
  background-color: transparent;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}


.pac-logo:after {
  height: 0px;
  padding: 0;
}

.pac-icon {
  display: none;
}

.pac-container {
  max-width: 565px !important;
  padding: 0;
  border: none;
  margin-left: 26px;
  margin-top: 10px;
  z-index: 10;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 24px 0px, 0 5px 6px rgb(0 0 0 / 30%);
}

.pac-item {
  line-height: 24px;
}

#autocomplete {
  z-index: 12;
}

.location-logo,
.finder-home .img-location-icon {
  z-index: 0;
  /*was 20*/
}

.pac-container .pac-item {
  min-height: 100%;
  margin-bottom: 5px;
  border-top: none !important;
  padding-left: 10px;
  display: flex;
  border: none !important;
  align-items: center;
  position: relative;
}

.pac-container .pac-item:nth-child(even) {
  min-height: 100%;
  border: none !important;
}

.pac-container .pac-item:nth-child(even):before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  margin: 0px 0 0 0;
  height: 1px;
  background-color: #707070;
  left: 0;
}

.pac-container .pac-item:nth-child(even):after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 5px 0 0 0;
  height: 1px;
  background-color: #707070;
  left: 0;
}

.pac-container .pac-item:first-child {
  border-top: none !important;
}

.pac-container .pac-item:nth-child(odd) {
  background-color: transparent;
}

.pac-container .pac-item span {
  font-size: 16px;
  color: #6A6A6A;
}

.input-pseduo {
  width: 100%;
}

#confirmdata .btn-cancel {
  font-weight: 700;
}

.remove-popup .remove-btn {
  font-weight: 600 !important;
}

.remove-popup .remove-btn,
.remove-popup .btn-cancel {
  font-size: 16px;
}



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

.amgen-logo-footer img {
  width: 140px;
}


.plus-operation {
  padding-top: 10px !important;
}

.plus-operation {
  position: absolute;
  top: -41px;
  right: 15px;
}



.color-isi-teze-pink {
  color: #EF426F;
}

.color-isi-teze-blue {
  color: #003865;
}

.isi-list-heading.teze-pink {
  color: #EF426F;
}

.isi-list-heading,
.isih4,
.plinks {
  color: #003865 !important;
}



#map {
  height: 100%;
  width: 98.5%;
  overflow: auto;
  position: absolute;
}

/* .container_google-map {
  margin-top: 20px;
} */

.gm-style .gm-style-iw-c {
  border: 1px solid #EF426F;
  padding: 0;
}

.gm-style .gm-style-iw-d {
  padding: 20px 25px 20px 35px;
  background: linear-gradient(to bottom, #FFFFFF, #FDD2DC);
  overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
  background: #FDD2DC;
  border-bottom: 1px solid #EF426F;
  border-left: 1px solid #EF426F;
}

.gm-style button {
  border: 1px solid #6A6A6A;
}

.gm-style .gm-style-iw * {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #003865;
}

.gm-style .gm-style-iw b {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #ef426f;
  display: block;
}

.gm-style .gm-style-iw b:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 30px;
  background-image: url(../images/location-dropdown-logo.png);
  background-repeat: no-repeat;
  left: 10px;
}

.gm-style .gm-style-iw .gm-ui-hover-effect {
  border: 1px solid #6A6A6A !important;
  color: #6A6A6A;
  top: 4px !important;
  right: 4px !important;
  width: 15px !important;
  height: 15px !important;
}

.gm-style .gm-style-iw .gm-ui-hover-effect img {
  margin: 0 !important;
}




.finder-search-bar {
  min-height: 500px;
}



.banner {


  background-image: url(../images/Frame-5414.svg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 3rem;
  height: 7rem;
  background-size: cover;
}

.banner .row {
  width: 100%;
}

.banner .row .col-md-11,
.banner .row .col-lg-11 {

  text-align-last: center;

}


.banner .row .col-md-11 span,
.banner .row .col-lg-11 span {
  font-size: 22px;
  font-family: 'Open sans Bold';
}

.banner span {

  padding: 3rem;
  color: #003764;
}

.welcome-banner {

  display: grid;
  justify-self: center;
  font-family: 'Open Sans Bold';
  font-size: 26px;
  padding: 0rem;
}


.welcome-banner span:first-child {

  justify-self: center;
  font-family: 'Open Sans Bold';
  font-size: 26px;
  padding: 50px 0 20px;
  -webkit-text-fill-color: #EF426F;
  line-height: 120%;
  text-align: center;
}



.welcome-banner span:nth-child(2) {

  font-size: 18px;
  font-family: 'Open Sans SemiBold';
  line-height: 22px;
}

.welcome-banner span {
  text-transform: uppercase;

}


.input-pseduo input:focus-visible {

  border: 0px;
  outline: 0px;
}



.patient-referral-card {
  display: flex;
}

.patient-referral-card a {

  color: #0070D2;
  text-decoration: underline;
}

.patient-referral-card img {

  position: absolute;
  right: 1rem;
}


.treatment_referral_form a {

  color: #0070D2;
  text-decoration: underline;
}


.treatment_referral_form img {

  position: absolute;
  right: 1rem;
}


.results-row {

  position: relative;
}

.phn_number {
  color: #0070D2 !important;
  text-decoration: underline;
}






@media screen and (max-width: 767px) {
  .plus-operation {
    top: -49px;
  }

  .header__container {
    width: 90%
  }

  .header {
    min-height: 70px !important;
    padding: 0;
  }

  .header__container .header__link {
    font-size: 12px;
    padding: 5px 8px;
  }

  .nav-item {
    justify-content: left;
    align-items: unset;
  }

  .dropdown-item {
    color: #fff;
    padding-left: 20px;
  }

  .header-blue {
    padding-bottom: 400px;
  }

  .nav-link.dropdown-toggle.gap-adjust,
  .nav-link.gap-adjust {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}


@media screen and (min-width: 768px) {
  .location-logo {
    height: 60px;
    /* left: 20px !important; */
  }

  .nav-item.show {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


@media screen and (max-width: 320px) {

  .header__logo {
    width: 240px !important;
  }

  .finder-home .search-forms-btn {
    min-width: -webkit-fill-available;
  }
}

@media screen and (max-width: 280px) {
  .location-logo {
    left: 20px !important;
  }

  .header__logo {
    width: 175px;
  }
}

@media only print and (min-width: 200px) {
/* 
  .site-header,
  .location-search-block .row:first-child,
  .printresults,
  .modal,
  .footer,
  #isi,
  .mobile-only {
    display: none;
  }

  .finder-home .loc-results-v2 {
    max-height: unset;
  }
  #main-search {
    overflow: visible !important;
    height: auto;
    max-height: auto;    
  }
  .selected {
    background-color: #ffffff !important;
  }

  #isi {
    position: relative;
  }

  .printresults {
    position: relative;
  }

  .printresults:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 300px;
    background-image: url('https://www.proliafinder.com/assets/images/prolia-finder-logo.png');
    background-size: contain;
  } */
}




@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-forms input[type=text] {
    padding-left: 28px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .input-pseduo {
    position: relative;
    padding-left: 20px;
  }

  .search-forms input[type=text] {

    padding-left: 18px;
  }

  .input-pseduo::before {
    content: " ";
    background-image: url(../images/location-logo-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -19px;
    height: 42px;
    width: 42px;
  }
}


@media screen and (max-width: 767px) {
  .pac-container .pac-item span {
    font-size: 10px;
  }

  .pac-container {
    padding: 15px 10px 5px 10px;
  }

  .pac-container .pac-item {
    padding-left: 7px;
  }

  .input-pseduo {
    width: 100%;
    padding-left: 25px;
    padding-right: 15px;
  }

  .input-pseduo::before {
    content: " ";
    background-image: url("../images/location-logo-mobile.svg");
    width: 25px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 24px;
    z-index: 13;
    /*was 20*/
  }

  .search-input {
    width: 100%;
  }

  .search-forms input::-webkit-input-placeholder {
    font-size: 14px !important;
  }

  .search-forms input:-ms-input-placeholder {
    font-size: 14px !important;
  }

  .search-forms input::placeholder {
    font-size: 14px !important;
  }

  .search-forms input[type=text] {
    font-size: 14px;
  }

  .search-forms input[type=text] {
    padding-left: 2px !important;
  }

  .finder-home .input-pseduo::before {
    left: 2px;
    top: 25px;
  }
}



@media screen and (max-width: 767px) {
  .search-forms {
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  #treatment_referral_form {
    padding-top: 1rem;
  }

  .btn.remove-btn {
    font-size: 13px;
  }

  .search-forms input[type=text] {
    padding-left: 25px !important;
  }

  .search-input {
    margin-bottom: 10px;
    /* width: calc(90% - 15px);
    margin-left: 15px; */
  }

  .search-forms-btn {
    margin: 0 auto;
  }

  .search-forms-btn1 {
    margin: 0 auto;
  }

  .footer-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  .footer-logos .astra-logo-footer {
    padding-left: 0px;
  }

  .desktop-inline {
    display: none;
  }

  .mobile-inline {
    display: inline-block;
  }

  .far-away-desktop {
    margin-left: -15px;
    margin-right: -15px;
  }

  .mob-centeralign {
    align-items: center;
    justify-content: center;
  }

  .collapaseable-accordion {
    align-items: center;
  }
}

/* location logos setting and position */
@media screen and (max-width: 768px) {
  .location-logo {
    left: 21px;
    height: 55px;
  }

  #search-page-forms .location-logo {
    left: 21px;
    height: 55px;
  }
}

@media screen and (max-width: 540px) {
  .location-logo {
    left: 42px;
    height: 45px;
  }

  #search-page-forms .location-logo {
    left: 39px;
    height: 45px;
  }
}

@media screen and (max-width: 414px) {
  .location-logo {
    left: 29px;
    height: 45px;
  }

  #search-page-forms .location-logo {
    left: 18px;
    height: 45px;
  }
}

@media screen and (max-width: 411px) {
  .location-logo {
    left: 28px;
    height: 45px;
  }

  #search-page-forms .location-logo {
    left: 26px;
    height: 45px;
  }
}

@media screen and (max-width: 375px) {
  .location-logo {
    left: 25px;
    height: 45px;
  }

  #search-page-forms .location-logo {
    left: 22px;
    height: 45px;
  }
}

@media screen and (max-width: 360px) {
  .location-logo {
    left: 24px;
    height: 45px;
  }

  #search-page-forms .location-logo {
    left: 21px;
    height: 45px;
  }
}

@media screen and (max-width: 320px) {
  .location-logo {
    left: 20px;
    height: 45px;
  }

  #search-page-forms .location-logo {
    left: 20px;
    height: 45px;
  }

  .mob-centeralign .btn-agree {
    margin-right: 4px;
  }
}

@media screen and (min-width: 769px) {
  .location-logo {
    left: 23px;
  }
}


@media (min-width: 576px) {
  #contactUs .modal-dialog {
    max-width: 431px;
  }
}

@media (max-width: 991px) {
  #confirmdata .modal-body h2 {
    font-family: 'Open Sans regular';
    font-size: 20px;
    font-weight: 700;
  }

  #confirmdata .modal-body h2 {
    font-size: 20px;
  }

  #confirmdata .modal-body .loc-info-edit h2 {
    font-family: 'Open Sans regular';
    font-size: 18px;
    font-weight: bold;
  }

  .locInfo {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans regular';
  }
}

@media (max-width: 991px) {
  .form_links_div::after {
    border-width: 0px !important;
  }

  #search-page-table {
    width: 100% !important;
  }

  .desktop-only-table {
    display: none !important;
  }

  .miles-display {
    border-right: none !important;
  }

  .serial-number {
    width: 10%;
  }

  .serial-number h1 {
    width: 10%;
    font-family: 'Open Sans regular';
    font-weight: 700;
    padding-left: 10px !important;
    font-size: 22px !important;
    color: #003865;
  }

  .serial-number {
    width: 10%;
    font-family: 'Open Sans regular';
    font-weight: 700;
    font-size: 22px;
    color: #003865;
  }

  .treatment_center_name {
    font-size: 14px !important;
  }

  .result-distance h1 {
    font-size: 24px !important;
  }

  .result-distance p {
    font-size: 12px;
  }

  .anc-form {
    color: #0070d2 !important;
    text-decoration: underline !important;
  }
}


@media (max-width: 767px) {
  .search-forms input::-webkit-input-placeholder {
    font-size: 20px !important;
  }

  .search-forms input:-ms-input-placeholder {
    font-size: 20px !important;
  }

  .search-forms input::placeholder {
    font-size: 20px !important;
  }

  .welcome-block {
    padding-top: 20px;
  }

  .welcome-tezspire {
    margin-bottom: 15px;
  }



  #emailForm h4.modal-title.email-title {
    font-size: 20px;
  }

  #emailForm form {
    padding-bottom: 0;
  }

  #emailForm form#email-field {
    padding-bottom: 0;
  }

  #treatment_referral_form .form-group {
    padding-top: 8px;
  }

  #removedata .modal-body {
    padding: 3rem 5rem 2rem;
  }

  #removedata .remove-btn {
    margin-right: 10px;
  }

  #removedata .btn.remove-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 991px) {
  .far-away-desktop {
    padding: 10px 10px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1365px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-item .nav-link {
    font-size: 16px;
  }

  .img-grey-line {
    padding-left: 5px;
    padding-right: 5px;
  }

  .header__logo {
    width: 370px;
  }

  .nav-item,
  .nav-item.show {
    padding: 0 10px;
  }
}


@media (max-width: 991px) {
  .nav-item {
    padding: 10px 0px;
    justify-content: flex-start;
  }

  .navbar-nav {
    padding: 0px 50px;
  }

  .nav-item.dropdown {
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
  }

  .dropdown-item {
    color: #FFF;
    padding-left: 0px;
    font-size: 16px;
  }

  .nav-item .fa-chevron-up {
    position: absolute;
    right: 15px;
    color: #fff;
  }

  .nav-item .fa-chevron-down {
    position: absolute;
    right: 15px;
    color: #fff;
  }

  .mobile-only {
    display: block;
  }

  .header-blue {
    min-height: 100vh;
    padding-bottom: 0;
  }

  .nav-item.mobile-only {
    padding: 0px;
  }

  .fa-chevron-up:before {
    font-size: 20px;
  }

  .fa-chevron-down:before {
    font-size: 20px;
  }

  .edit-form-div h1 {
    color: #EF426F;
    font-size: 20px;
    font-weight: 700;
  }

  .pink-text.loc-info img {
    width: 20px;
    margin-top: -10px;
    margin-left: 4px;
  }

  .justifycontent-center {
    justify-content: center;
  }

  .btn-agree {
    margin-right: 15px;
  }

  .join-btns .btn.remove-btn,
  .join-btns .btn.btn-cancel {
    font-size: 16px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
    color: #fff !important;
    padding-bottom: 10px !important;
  }

  .btn-agree,
  .btn-cancel {
    font-size: 16px;
  }

  .join-btns .btn.remove-btn {
    margin-right: 15px;
  }

  .join-btns .btn.btn-cancel {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .join-btns {
    justify-content: center;
  }

  .remove-popup #remove-btn,
  .remove-popup .btn-cancel {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ipad-not {
    display: none;
  }

  .finder-home .search-forms-btn {
    min-width: -webkit-fill-available;
  }

  .nav-item.show {
    padding: 0;
    display: block;
  }
}

@media (max-width: 360px) {
  .header__container .header__link {
    padding: 6px 2px !important;
  }
}




@media (max-width: 991px) {
  .header__container .header__link {
    line-height: 1.2;
    padding: 5px 5px !important;
  }

  .finder-home .search-forms-btn {
    min-width: -webkit-fill-available;
  }
}

@media (min-width: 992px) {

  .plus-accrdion,
  .minus-accrdion {
    position: absolute;
    right: 11px;
    margin: auto;
    bottom: 28.4%;
  }

  .home .collapaseable-accordion {
    position: relative;
  }
}


@media (min-width: 576px) {
  #emailForm .modal-dialog {
    max-width: 580px;
  }

  .finder-home .search-forms-btn {
    min-width: auto;
  }

  #confirmdata .modal-dialog {
    max-width: 510px;
  }
}



@media (max-width: 767px) {
  .finder-home .location-search-block {
    padding-top: 10px;
  }



  .header--gray-block {
    padding: 0;
    min-height: auto;
  }

  .header__container .header__link {
    font-size: 10px;
    padding: 5px 10px;
  }

  .header__logo {
    width: 260px !important;
    padding-left: 5px;
  }

  .modal.show {
    align-items: flex-start !important;
  }

  .indication__content--close {
    right: 25px;
  }

  .search-bar-bg .col-12:last-child div {

    text-align-last: left;
    border-bottom: 0;
  }
}


@media screen and (min-width: 1280px) {
  .header__container {
    width: 85%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .panel {
    padding-left: 0;
    padding-right: 0;
  }

  .panel th {
    padding: 5px 15px;
  }

  .panel td {
    padding: 5px 15px;
  }
}




@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    background-color: #ffebf0;
  }
}

@media screen and (min-width: 768px) {

  .mobile-only {
    display: none !important;
  }

  .mobile-menu-button-container {
    display: none;
  }

  .search-input {
    min-height: 60px;
    width: 98.5% !important;
  }

  .search-input {
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(0em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 20px 18px, 9px 0px, 1.5em 1.5em;
    background-image: url(../images/Tabl/Desktop/down.svg);
    -webkit-appearance: none;
    border: 0px;
    min-height: 38px;
    color: #003764;
    outline: 0px;
  }

  .search-dropwdown {
    border-left: 1px solid #8A98AD;
    width: 376px;
    margin-right: 40px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    display: flex;
    align-items: center;
  }

  .header__logo {
    max-width: 165px;
  }

  .header--gray-block {
    height: auto;
  }

  .navbar-brand {
    min-height: 75px;
    display: flex;
    align-items: center;
  }

  .nav-item {
    align-items: baseline;
    flex-direction: column;
  }

  .nav-item .fa-chevron-down {
    position: absolute;
    right: 15px;
  }

  .nav-item {
    padding: 1rem;
  }

  .navbar-nav .nav-item:first-child .dropdown-menu {
    padding-left: 0rem;
    width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .search-result-img {
    position: absolute;
    margin-left: 33px;
    margin-top: 50px;
    width: 162px;
  }
}

@media screen and (max-width: 991px) {

  .dropdown-item:active,
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: transparent;
    outline-width: 0px;
    color: #fff;
  }

  .span.hidden-xs {
    color: #4D4D4D;
    font-size: 16px;
    font-family: 'Open Sans regular';
    text-decoration: underline;
  }

  .search-result-img {
    position: absolute;
    margin-left: 33px;
    margin-top: 50px;
    width: 162px;
  }
}

@media screen and (min-width: 992px) {
  .search-result-img {
    position: absolute;
    margin-left: 29px;
    margin-top: 47px;
    width: 555px;
  }
}





@media screen and (max-width: 575px) {
  .header-bar {
    height: 40px;
    width: 100%;
  }

  .header__logo {
    height: auto;
    width: 210px;
    max-width: 300px;
    padding-left: 0px;
  }

  .desktop-only {
    display: none !important;
  }



  .header__link {
    padding: 0 1em;
  }

  .welcome-tezspire {
    font-size: 26px;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 25px;
  }

  .tezspire-enter-loc {
    color: #003865;
    font-size: 18 !important;
  }

  .search-forms {
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .search-input {
    height: 30px;
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .search-input::placeholder {
    padding-left: 0px;
    font-size: 10px;
  }

  .location-logo {
    height: 30px;
    position: relative;
  }

  .finder-loc-logo {
    height: 30px;
    left: 13px;
    position: relative;
  }

  .search-forms-btn {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
    padding: 1rem 2.5rem;
  }

  .search-forms-btn1 {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
    padding: 1rem 2.5rem;
  }
}





@media screen and (max-width: 991px) {


  .desclaimer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .collapaseable-accordion {
    padding: 10px 10px;
    margin: 0px;
  }

  .accordion-parent {
    width: 100%;
  }

  .footer__link:nth-last-child(2) {
    border-right: none;
  }

  #contactUs {
    top: 10%;
  }

  #contactUs .modal-body {
    padding: 3rem 2rem 2rem;
  }

  #contactUs .modal-dialog {
    margin: 0 30px;
  }

  #contactUs .modal-contact {
    font-size: 20px;
    font-family: 'Open Sans regular';
    font-weight: bold;
    margin-bottom: 1rem;
  }

  #contactUs .modal-contact-callus {
    font-size: 16px;
    font-family: 'Open Sans regular';
    font-weight: bold;
  }
}

@media screen and (min-width: 991px) {
  .mobile-only {
    display: none !important;
  }


  .dropdown .fa-chevron-down {
    transition: all 0.3s ease-out;
  }

  .dropdown.show .fa-chevron-down {
    transform: rotate(180deg);
    transition: all 0.3s ease-out;
  }
}


@media screen and (max-width: 767px) {
  .finder-search-bar {
    margin-top: 5px;
  }

  .body-container-finder {
    width: 100%;
    padding: 0px;
  }

  .search-forms {
    padding: 15px 0px 15px 0px;
    background-color: #FFF;
  }

  #emailForm {
    top: 10%;
  }

  #treatmentreferralform .modal-dialog-form {
    max-width: 100%;
  }

  #treatmentreferralform .modal-body h2 {
    font-size: 20px;
    font-family: 'Open Sans regular';
    font-weight: bold;
  }

  #treatmentreferralform .modal-body {
    padding: 3rem 1rem 5rem;
  }

  .table-mobile-results {
    border: none;
    background-color: rgba(237, 238, 239, 0.4);
  }

  .table-mobile-results .card-body {
    padding: 0rem 1.25rem;
  }

  .table-mobile-results .card-body .row .col-2 {
    border-right: 1px solid #707070;
  }

  .treatment-details-card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .vertical-middle-align {
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .center-name {
    font-family: 'Open Sans regular';
    font-size: 14px;
    font-weight: bold;
    color: #EF426F;
  }

  .address-name {
    font-family: 'Open Sans regular';
    font-size: 12px;
    font-weight: 400;
    color: #003865;
  }

  .treatment-miles {
    align-items: flex-start;
    flex-direction: column;
  }

  .treatment-miles div {
    font-family: 'Open Sans regular';
    font-size: 24px;
    font-weight: 400;
    color: #003865;
  }

  .serial-number {
    font-family: 'Open Sans regular';
    font-size: 22px;
    font-weight: bold;
    color: #003865;
  }

  .finder-home .view-forms-mobile {
    font-size: 12px;
    color: #0070d2;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
  }

  .view-forms-mobile {
    font-size: 12px;
    color: #0070d2;
    text-decoration: underline;
  }

  .search .address-name:nth-child(5) {
    margin-bottom: 15px;
  }

  .download-cards-mobile {
    background-color: #EF426F;
  }

  .close-button-img {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .header-bar {
    height: auto;
  }

  .body-container {
    padding-top: 0.4rem !important;
    padding-bottom: 0px;
    width: 100%;
    margin: 0;
  }
}


@media screen and (max-width: 767px) {
  .join-head {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Open Sans regular';
  }

  .join-subheading p {
    font-family: 'Open Sans regular';
  }

  .join-subheading p:nth-child(1) {
    font-size: 18px;
    font-weight: 400;
  }

  .join-subheading p:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
  }

  .loc-info {
    font-size: 20px;
  }

  .contact-info-desc {
    font-size: 14px;
  }

  .terms-text p {
    font-size: 16px;
  }

  .btn-agree {
    align-items: center;
    display: flex;
  }

  .location-info-heading {
    flex-direction: column;
    justify-content: start;
  }

  .req-field {
    padding-left: 0px;
    align-self: auto;
  }

  .join-btns {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .edit-remove-head {
    font-size: 20px;
  }

  .edit-loc-logo {
    height: 30px;
    position: relative;
    left: 13px;
  }


  .edit-remove-head-subheading {
    font-size: 18px;
  }

  .full-width {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
  }

  .full-width .card {
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .header-bar-wrapper img {
    width: 100%;
  }


  .header {
    background: #fff;
    border-top: 0;
  }

  .header-blue {
    background: #003865;
    border-top: 1px solid #EF426F;
  }

  .nav-item {
    border-top: 1px solid #EF426F;
    padding: 20px 0;
  }

  .nav-item .nav-link {
    color: #fff;
  }

  .nav-item .fa-chevron-down {
    color: #fff;
  }

  .nav-item.show,
  .dropdown-menu {
    background-color: #003865;
  }

  .dropdown-item {
    color: #fff;
    padding-left: 0px;
    justify-content: left;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Open Sans regular';
    font-weight: 400;
  }

  .navbar-nav .nav-item:first-child .dropdown-menu {
    width: auto;
  }

  .btn-open-close {
    padding: 20px 0px;
    width: 100%;
    display: block;
    text-align: right;
  }

  .nav-item .nav-link {
    font-size: 18px;
    font-family: 'Open Sans regular';
    font-weight: 400;
    line-height: 24px;
  }

  .mobile-font {
    font-size: 14px !important;
  }

  .no-border {
    border-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header__container .header__link {
    font-size: 12px;
    line-height: 14.4px;
    word-wrap: break-word;
  }

  .pagination-buttons {
    display: flex;
    justify-content: center;
    padding: 0 3rem;
  }


  .pagination-buttons a span {
    font-family: 'Open Sans regular';
    font-size: 14px;
    color: #003865;
    font-weight: 500;
    padding: 0 5px;
  }

  .pagination-buttons a span:first-child {
    padding-left: 20px;
  }

  .far-away {
    background-color: #ffefb7;
    padding: 3rem;
    text-align: center;
  }

  .far-away-heading {
    font-family: 'Open Sans regular';
    font-size: 14px;
  }

  .far-away-subheading {
    font-family: 'Open Sans regular';
    font-size: 14px;
    font-weight: bold;
  }

  #removedata h2 {
    font-family: 'Open Sans regular';
    font-weight: bold;
    font-size: 20px;
  }

  .submit-thanks {
    font-family: 'Open Sans regular';
    font-weight: bold;
    font-size: 16px;
    color: #003865 !important;
  }

  .remove-popup {
    display: flex;
    justify-content: center;
  }

  .remove-btn {
    font-size: 12px;
    padding: 1rem 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  #main-search {
    height: 64vh !important;
  }

  .speciality-pharmacy-block {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 15%);
    padding: 30px 8px !important;
    /* margin: 16px !important; */
    margin-top: 50px !important;
    width: auto;
  }

  .home .img-expand-collapse-adjust {
    position: relative;
    left: 10px;
    top: 1px;
  }

  .join-button .search-forms-btn {

    padding: 1rem;
    font-family: "Open Sans regular";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;

  }

  .body-container {
    width: 86.5%;
    margin: 0 auto;
    padding: 2rem 2rem;
  }

  .redline-adjust {
    position: relative;
    bottom: 10px;
  }

  .search-forms input[type=text] {
    padding-left: 5px !important;
    text-align: left;
  }

  .search-input {
    height: 45px;
    width: 100%;
    border: 0;
  }

  .img-location-icon {
    bottom: 6px;
    display: none;
  }

  .location-logo {
    left: 33px;
  }

  .desclaimer {
    padding: 40px 0px 0px 0px !important;
  }

  .collapaseable-accordion .plus-accrdion,
  .collapaseable-accordion .minus-accrdion {
    margin-left: 40px;
    margin-bottom: 10px;
  }

  footer.footer {
    padding: 15px 0px 25px 0px !important;
  }


}






/*  */





.desktop-only .speciality-pharmacies-table tr:nth-child(even) {
  background-color: #F5F9FC;
}

.speciality-pharmacy-block h2 {
  font-family: 'Open Sans Bold';
  color: #EF426F;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.speciality-pharmacy-block h4 {
  font-family: 'Open Sans SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #003865;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.speciality-pharmacies-table th,
.speciality-pharmacies-table-mobile th {
  color: #003764;
  font-size: 22px;
  background: #fff;
}

.speciality-pharmacies-table th {
  width: 330px;
}

.speciality-pharmacies-table td {
  color: #383939 !important;
  font-size: 18px;
  line-height: 22px;
}

.speciality-pharmacies-table thead {
  border-bottom: 1px solid #003764;
}

.speciality-pharmacies-table a {
  color: #0070D2;
  text-decoration: underline;
}

.table-terms p {
  color: #003764;
  font-size: 14px !important;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .indication__content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .indication__content p {
    width: 92%;
  }


  .banner {
    background: url(../images/Banner.svg) no-repeat;
    height: 15rem;
    background-size: cover;

  }

  .banner .row .col-10 {
    text-align: center;
  }


  .banner .row .col-10 span {
    position: relative;
    align-content: center;
    display: block;
    line-height: 120%;
  }

  .banner .row .col-2 {

    align-content: center;
  }

  .speciality-pharmacies-table-mobile td {
    font-size: 18px;
    line-height: 22px;
    color: #383939 !important;
    padding: 10px 10px;
  }

  .speciality-pharmacies-table-mobile td .fw-bold {
    font-size: 18px;
    line-height: 22px;
    color: #383939 !important;
    padding: 10px 10px;
    font-family: 'Open Sans SemiBold';
  }


  .speciality-pharmacies-table-mobile td span {
    color: #0070D2;
    font-family: 'Open Sans Bold';
  }

  .mobile-only .speciality-pharmacies-table-mobile .row-lightblue-bg {
    background-color: #F5F9FC;
  }
}

.nav-heading-block h2 {
  font-size: 22px;
  color: #003764;
  font-weight: bold;
  padding: 30px;
}

.nav-heading-block .component-content .two-col-promo .component-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-heading-block>.component-content {
  background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(253, 230, 221, 1) 95%, rgba(255, 253, 254) 100%);
}

.nav-heading-block .field-promoicon {
  padding-right: 20px;
}



.btn-close {
  background-image: url(/assets/images/icons.svg);
  height: 22px;
  width: 21px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 6px;
}

.email-submit-button {

  background-color: #FD8131;
}



#email .modal-footer .btn {
  border: 1px solid;

}

.populate-form input[type="text"] {

  width: 100%;
}



.join-button {

  text-align-last: center;
}



#contactUs .modal-dialog>img {
  display: none;
}

#contactUs .modal-content.text-center {
  border-radius: 20px;
}

.speciality-pharma-network-section .text-center.pink-text.f-13-lite {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.speciality-pharma-network-section .desktop-only .speciality-pharmacies-table tr:first-child {
  border-bottom: 1px solid #003764;
}

.speciality-pharmacies-table a {
  font-family: 'Open Sans Bold';
}

.speciality-pharmacies-table td {
  font-family: 'Open Sans SemiBold';
}

.gm-style .gm-style-iw-d {
  background: transparent;
}

.gm-style .gm-style-iw-c {
  border: none;
}

@media (max-width: 991px) {
  .speciality-pharmacies-table-mobile td a {
    color: #0070D2;
    text-decoration: none;
    font-family: 'Open Sans Bold';
  }
}

.desclaimer {
  padding: 20px 0px 20px;
  line-height: 1.3 !important;
  font-size: 14px;
}

.speciality-pharma-network-section {
  padding: 0;
}

#emailForm .modal-dialog>img {
  display: none;
}

.btn.btn-gray {
  border-radius: 4px;
  margin-inline: 20px;

}

.btn-agree {
  border-radius: 4px;
  margin-inline: 20px;

}

#emailForm .modal-content {
  border-radius: 20px;
}

#emailForm .btn.btn-gray,
#treatmentreferralform .btn.btn-gray {
  background-color: transparent;
  color: #16325C;
  border: 1px solid #16325C;
  font-family: 'Open Sans Bold';
}

#emailForm form#email-field {
  padding-bottom: 0;
}

option {
  font-size: 16px;
  color: #16325C;
  font-family: 'Open Sans regular';
}

select.search-input {
  padding: 10px;
}

.location-search-block .col-lg-4.py-2.search-dropwdown.col-md-4.col-12 label {
  padding-left: 10px;
}

.btn {
  border-radius: 4px;
}

#result-table tr.results-row {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 25%);
  border-radius: 5px;
}

.printresults div {
  padding: 20px;
}

.search-bar-bg {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 15%);
}

.search-forms input[type=text] {
  font-size: 16px;
  color: #003764;
  margin-top: 5px;
}

@media (max-width: 991px) {

  .finder-search-bar {
    padding-inline: 15px;
  }

  .finder-search-bar .mobile-only .d-flex.justify-content-around.mt-sm-4.mb-sm-4.mt-4.mb-2 {
    background-color: #F5F9FC;
    padding: 20px;
  }

  .welcome-banner span:nth-child(2) {
    text-transform: inherit;
    text-align: center;
    color: #003865;
    font-family: 'Open Sans SemiBold';
  }

  .finder-search-bar .mobile-only a.d-flex.align-items-center.print-email {
    color: #0070D2;
    font-family: 'Open Sans Bold';
  }
}

@media (min-width: 1400px) {
  .map-section.col-md-6.col-12 {
    padding: 0;
  }
}

.finder-home .printresults .print-email {
  font-size: 16px;
  font-weight: 400;
  color: #0070D2;
  font-family: 'Open Sans Bold';
  cursor: pointer;
}

.print-email span {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #0070D2;
  font-family: 'Open Sans Bold';
}

input#autocomplete::placeholder {
  color: #8A98AD;
}

.finder-home .loc-results {
  padding-left: 4px;
}

@media (max-width: 767px) {
  .finder-home .loc-results {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.gm-style .gm-style-iw b:before {
  display: none;
}

.gm-style-iw-chr button.gm-ui-hover-effect span {
  margin: 0 !important;
  width: 14px !important;
  height: 14px !important;
}

.gm-style .gm-style-iw b {
  font-size: 16px;
  line-height: 24px;
  color: #383939;
  display: block;
  font-family: 'Open Sans Bold';
}

.gm-style .gm-style-iw-d br:first-of-type {
  display: none;
}

.gm-style .gm-style-iw * {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #383939;
}

.gm-style .gm-style-iw-d {
  padding-top: 0px !important;
}

.gm-style-iw-chr {
  padding-top: 3px;
  padding-right: 3px;
}

.welcome-banner span:nth-child(2) {
  text-transform: inherit;
  color: #003865;
}

.result-info .adress_info p {
  font-size: 16px;
  color: #383939;
}

.result-distance p {
  font-size: 16px;
  color: #383939;
}

.phn_number {
  color: #0070D2 !important;
  font-family: 'Open Sans Bold' !important;
}

.search-forms span {
  padding-left: 10px;
}

.search-dropwdown label {
  padding-left: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .search-bar-bg {
    padding-right: 20px;
  }

  .finder-home .location-search-block .col-lg-2.col-md-2.col-12 {
    padding: 0;
  }

  .finder-home .search-forms-btn {
    max-width: 100%;
    padding: 10px;
  }

  .banner {
    border-radius: 24px;
  }

  .home .search-bar-bg {
    padding-right: 30px !important;
  }

  .results-page .search-bar-bg {
    padding-right: 10px !important;
  }
}

select.search-input {
  font-size: 16px;
  line-height: 20px;
}

#sec7 {
  /* max-width: 100%; */
  border-top: 1px solid rgb(252, 111, 31);
}

@media (min-width: 768px) {
  #sec7 .footer-container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #sec7 .footer-container {
    max-width: 100%;
  }
}

.footer-container {
  max-width: 1365px;
  margin: auto;
}

input#autocomplete::placeholder {
  font-size: 16px !important;
}

.result-info {
  margin-bottom: 5px;
  margin-top: 5px !important;
}

.speciality-pharmacies-table th {
  text-transform: uppercase;
}

.table-terms p {
  color: #003865;
  font-family: 'Open Sans regular';
}

.isih4,
.isi-list-heading {
  color: #003764 !important;
}

.isi-list-heading.teze-pink {
  color: #003764 !important;
  font-family: 'Open Sans Bold';
}

.footer-container .isi-list-desc {
  font-size: 14px !important;
  line-height: 21px !important;
  color: #003764 !important;
  font-family: 'Open Sans regular' !important;
}

.isi-info {
  font-family: 'Open Sans regular' !important;
  font-size: 14px !important;
  color: #003764 !important;
}

.isi-info a {
  font-family: 'Open Sans Bold' !important;
  color: #0070D2 !important;
  font-weight: bold;
  font-size: 14px !important;
  text-decoration: underline;
}

.isi-info i {
  color: #003764;
  font-size: 14px;
  font-family: 'Open Sans regular' !important;
}

.isi-info a u i {
  font-family: 'Open Sans Bold' !important;
  font-size: 14px !important;
  color: #0070D2 !important;
  text-decoration: underline;
}


.dropbtn {
  background-color: white;
  color: var(--amgen-gray);
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 1rem;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: white;
}

.dropdown {
  position: relative;
  display: flex;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  top: 2.5rem;
}

.dropdown-content a {
  color: var(--amgen-gray);
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  background-color: var(--white);

  justify-content: space-between;

}


.dropbtn::after {
  content: '';
  height: 15px;
  width: 15px;
  border-top: 3px solid var(--amgen-blue);
  border-right: 3px solid var(--amgen-blue);
  transform: rotate(130deg);
  float: right;
  margin-left: 0px;
  transition: all ease 0.2s;
  border-left: 0px;
  border-bottom: 0px;
}

.show {
  display: block;
}


.option1:nth-child(3)::after {
  content: '';
  height: 10px;
  width: 10px;
  border-top: 3px solid var(--amgen-blue);
  border-right: 3px solid var(--amgen-blue);
  transform: rotate(52deg);
  float: right;
  margin-left: 0px;
  transition: all ease 0.2s;
  border-left: 0px;
  border-bottom: 0px;
}

.option2:nth-child(2)::after {

  content: '';
  height: 10px;
  width: 10px;
  border-top: 3px solid var(--amgen-blue);
  border-right: 3px solid var(--amgen-blue);
  transform: rotate(52deg);
  float: right;
  margin-left: 0px;
  transition: all ease 0.2s;
  border-left: 0px;
  border-bottom: 0px;
}



.dropdown-toggle {
  border: 1px solid var(--amgen-gray);
  background: #f7f7f7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pac-container .pac-item:nth-child(even):before,
.pac-container .pac-item:nth-child(even):after {
  display: none;
}

.pac-item:hover {
  background-color: #EDF0F4;
}

.pac-container .pac-item span {
  font-size: 16px;
  color: #003764;
}

button#selct3btn.active::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/Tabl/Desktop/down.svg);
  -webkit-appearance: none;
  border: 0px;
  min-height: 34px;
  color: #003764;
  outline: 0px;
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}

button#selct3btn::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/Tabl/Desktop/down.svg);
  -webkit-appearance: none;
  border: 0px;
  min-height: 34px;
  color: #003764;
  outline: 0px;
  transform: rotate(0deg);
  transition: all 0.3s ease-out;
  content: '';
}

.dropdown-content.show {
  top: 3.9rem;
  border-radius: 4px;
}

.dropdown-content a:hover {
  background: #EDF0F4;
}

.dropdown-content a {
  color: #16325C;
  padding: 8px 10px 5px;
}

.dropdown-content a span {
  color: #16325C;
  font-family: 'Open Sans regular';
}



.pac-container .pac-item:first-child {
  padding-top: 5px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  background: transparent;
}

.add-location-section p {
  color: #003865;
  font-size: 18px;
  font-family: 'Open Sans SemiBold';
}

.desclaimer {
  font-weight: normal;
}

@media (max-width: 991px) {

  .finder-home .search-forms-btn,
  .search-forms-btn {
    margin-top: 10px;
    width: auto;
    min-width: auto;
    font-size: 16px;

  }
}

@media (max-width: 991px) {
  .finder-home .search-forms-btn {
    margin: 30px auto;
  }

  .home .search-forms-btn {
    margin-bottom: 30px;
  }

  .home .search-forms-btn1 {
    margin-bottom: 30px;
  }

  .page-edit-remove .search-forms-btn {
    margin-top: 10px;
  }
}

.search-bar-dropdown {

  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {

  .search-bar-dropdown {

    display: flex;
    flex-direction: column !important;
    width: 100%;
  }

  .banner .row .col-10 span {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px !important;
  }

  .banner {
    border-radius: 24px;
    width: 96%;
  }

  .finder-search-bar {
    height: 100%;
    min-height: auto;
  }

  .container.speciality-pharmacy-block h2 {
    margin-top: 15px;
  }

  .finder-search-bar {
    padding: 0;
  }

  .pac-container {
    max-width: 100%;
    margin-left: 0;
  }

  .dropdown button#selct3btn::after {
    right: 16px;
  }

  .search-bar-dropdown .search-dropwdown .dropdown .dropbtn span {
    width: 93%;
  }

  #map {
    height: 0px;
  }

  .loc-results.loc-results-v2 img[alt="red-line"] {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .location-search-block .col-lg-8 {
    max-width: 63.666667%;
  }
}

.error-location-section p {
  color: #003865;
  font-family: "Open Sans regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px !important;
  text-align: center;

}


.error-location-section p em {
  color: #D34D2F;
  font-family: "Open Sans regular";
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}


button#selct3btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: -12px;
}

.dropbtn {
  position: relative;
}

.search-dropwdown label {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .search-forms {
    border-bottom: 1px solid #8A98AD;
  }

  .dropbtn {
    border-bottom: 1px solid #8A98AD;
    padding-bottom: 20px;
  }

  .search-forms span label {
    padding-left: 30px;
    padding-bottom: 5px;
  }

  .search-dropwdown label {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* .search-bar-bg {
    padding-inline: 10px;
  } */
}

@media (max-width: 991px) {
  .home .search-forms-btn {
    margin-bottom: 20px;
  }

  .finder-home .search-dropwdown label {
    padding-bottom: 3px;
  }

  .finder-home .dropbtn {
    padding-bottom: 30px;
  }

  .finder-home .search-forms-btn {
    margin-top: 20px;
  }

  .finder-home .location-search-block {
    margin-top: 30px;
  }

  .speciality-pharmacies-table-mobile tr th {
    padding: 4px !important;
  }

  .results-page .search-bar-bg {
    margin: 0;
  }

  .welcome-banner {
    padding-inline: 10px;
  }

}

.location-search-block {
  margin-bottom: 30px;
  margin-top: 10px;
}

.speciality-pharmacy-block {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 15%);
  padding: 30px 20px;
  margin-top: 50px;
}


.results-page .speciality-pharmacy-block {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 15%);
  padding: 50px 20px;
  margin-inline: auto;
}

.search-forms img.img-location-icon.desktop-only {
  max-width: 25px;
}

@media (min-width: 992px) {
  .finder-home .img-location-icon {
    margin-right: 15px;
  }

  .finder-home .search-forms span label {
    padding-bottom: 5px;
  }

  .terms-section {
    padding: 0;
  }

  .home .search-forms span label,
  .search-forms input[type=text] {
    padding-left: 25px;
  }

  .home .search-forms span label {
    padding-bottom: 3px;
  }

  .home .search-forms img.img-location-icon.desktop-only {
    position: relative;
    width: 25px;
    left: 25px;
  }

  .home .search-dropwdown label {
    margin-bottom: 0;
  }

  .results-page .search-forms img.img-location-icon.desktop-only {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  #main-search {
    height: 30vh;
  }

  .search-forms span label {
    padding-left: 38px;
  }

  .dropbtn {
    padding-bottom: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {


  .search-forms-btn {
    padding: 10px 20px;
  }

  .search-forms img.img-location-icon.desktop-only {

    display: none !important;
  }

  .search-forms {
    padding: 0;
  }

  .search-bar-bg {
    padding: 10px;
  }

  button#selct3btn::after {
    content: '';
    top: -17px;
  }

  .search-forms span label {
    padding-bottom: 5px;
  }

  .finder-home .search-dropwdown label {
    padding-bottom: 3px;
    margin-bottom: 0;
  }

  .finder-search-bar .mobile-only a.d-flex.align-items-center.print-email {
    font-size: 14px;
  }

  .finder-search-bar .mobile-only .d-flex.justify-content-around.mt-sm-4.mb-sm-4.mt-4.mb-2 {
    gap: 10px;
  }

  .home .search-forms-btn {
    margin: 0;
  }
}



.container.banner div:nth-child(2) {

  justify-content: flex-end;
  display: flex;
}


#main-search {
  height: 60vh;
  overflow: hidden;
  margin-top: 40px;
}


.printresults div {
  justify-content: space-around;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .desktop_only {
    display: none;
  }

  .header__container .header__link {

    line-height: 1.2;
    padding: 5px 5px !important;
    font-weight: 700 !important;
  }

  .header--gray-block .header__container {

    display: flex;
    justify-content: space-between;
    width: 84%;
    margin: 0 auto;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .search-bar-dropdown {

    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .loc-results-v2 table {
    margin-left: 2px;
  }

  .printresults div {
    padding: unset;
    min-height: 68px;
    justify-content: center;
    gap: 5px;
    align-items: center;
  }

  .printresults div a {
    margin-right: 0px;
  }

  .print-email img.mr-2 {
    width: 24px;
    height: 24px;
    margin-right: 0px;
  }

  .email_icon {
    margin-top: 0px;
  }

  .finder-home .loc-results {
    padding-left: 0px;
  }

  #main-search {
    height: 43vh;
  }
}


.adress_info.mt-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

tr.phone td {
  padding-bottom: 0;
}

.header .navbar.navbar-expand-lg {
  padding-right: 0px;
  padding-left: 0px;
}

#navbarSupportedContent .navbar-nav li.nav-item:nth-of-type(3),
#navbarSupportedContent .navbar-nav li.nav-item:nth-of-type(3) .nav-link {
  padding-right: 0px;
}

.search-bar-dropdown .search-dropwdown .dropdown .dropbtn span {
  color: #003764;
}

.isih4 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .header .navbar.navbar-expand-lg {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__links .footer__link {
    display: inline-block;
    margin-bottom: 5px;
  }

  .footer__links .footer__link:nth-child(3),
  .footer__links .footer__link:nth-child(4) {
    padding-left: 0px;
  }

  .join-button .search-forms-btn {
    padding: 10px 24px;
  }

  .speciality-pharmacies-table-mobile td.fw-bold {
    padding-bottom: 0px;
  }

  .search-forms span {
    padding-top: 6px;
  }
}

@media print {

  .mobile-only{

    display: none;
    visibility: hidden;
  }
.loc-results loc-results-v2{
  max-height: auto;
}
  .loc-results-v2 table{
max-height: 100%;
    height: 100%;
  }
.site-header,.container.banner,.row.search-bar-bg, #main-search .col-lg-8.col-md-6,.container.speciality-pharmacy-block,.container.terms-section,#sec7,.welcome-banner,#isi,.printresults  {

  display: none;
  visibility: hidden;
}


.site-header,
.location-search-block .row:first-child,
.printresults,
.modal,
.footer,
#isi,
.mobile-only {
  display: none;
}

.finder-home .loc-results-v2 {
  max-height: unset;
}
#main-search {
  overflow: visible !important;
  height: auto;
  max-height: auto;    
}
.selected {
  background-color: #ffffff !important;
}

#isi {
  position: relative;
}

.printresults {
  position: relative;
}

.printresults:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 300px;
  background-image: url('https://www.proliafinder.com/assets/images/prolia-finder-logo.png');
  background-size: contain;
}
}