:root {
  --bf-orange: #e35205;
  --bf-gray: #65686b;
  --bg-light-gray: #e8e7e5;
  --bf-dark-blue: #002677;
  --dk-dark-gray: #333436;
  --aa-orange: #d74100;
  --bg-gray: #f3f3f3;
}

body {
  font: 0.9166rem/1.6667rem "Poppins", sans-serif;
  font-weight: 400;
  color: #65686b;
  overflow-x: hidden;
}

.page-body {
  overflow-x: hidden;
}

.bodystyle-alt {
  line-height: 1.25rem;
}

a {
  color: #65686b;
}

a:hover {
  text-decoration: underline !important; /*color:#65686B;*/
  color: #333436;
}
/* a i{margin-left:5px;} */
b,
strong {
  font-weight: 500;
}

:focus-visible {
  outline: auto 5px #0b0b0b;
}

h1 {
  font: 2rem/2.33rem "Zilla Slab", serif;
  font-weight: 500;
  color: #65686b;
  margin-bottom: 10px;
}

h1.popHeader {
  font: 1.67rem/2.17rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}
h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* h2{font:20pt/24pt 'Zilla Slab', serif; font-weight: 500;color:#e35205;margin-bottom: 10px;} */
h2 {
  font: 1.5rem/1.83rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h2.feed-header {
  font: 1.5rem/1.83rem "Poppins", serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h3 {
  font: 1.67rem/2rem "Zilla Slab", serif;
  color: #e35205;
  margin-bottom: 10px;
  font-weight: 500;
}

h3.orange-header {
  font: 1.67rem/2rem "Zilla Slab", serif;
  font-weight: 500;
  color: #e35205;
  margin-bottom: 15px;
}

h3.text-header {
  font: 1.5rem/1.83rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h3.bullet-header {
  font: 1.08rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h3.blog-title {
  font: 1rem/1.33rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h3.content-header {
  font: 1.25rem/1.75rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h4 {
  font: 1.08rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h5 {
  font: 0.92rem/1.25rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 0px;
}

.section-header {
  font: 1.08rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  color: #333436;
  margin-bottom: 10px;
}

h1.orange-text {
  color: #e35205;
}

h1 .orange-text {
  color: #e35205;
}

.story-separator {
  /*height:80px;*/
  height: 2px;
  margin-top: 35px;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.05);
  background-color: #f3f3f3;
}

.orange-outlined {
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #d74100 !important;
  border: 4px solid #e35205;
  padding: 6px 30px;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 45px;
  min-width: 238px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.orange-outlined:hover {
  background-color: #d74100;
  color: #fff !important;
  border-color: #d74100;
  text-decoration: none !important;
}

.orange-outlined.disabled,
a.btn.disabled,
.btn.disabled {
  pointer-events: none;
  color: #65686b !important;
  border: 4px solid #d9d9d9;
  opacity: 1;
}
.orange-text {
  color: #d74100;
}

.orange-link {
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  color: #d74100 !important;
  cursor: pointer;
}

.orange-link:hover {
  /*color:#333436 !important;*/
  text-decoration: underline !important;
}

.grey-link {
  color: #333436;
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.grey-link:hover {
  text-decoration: underline;
}

img {
  width: auto;
  max-width: 100%;
}

.background-grey {
  background-color: #f3f3f3;
  padding: 20px 0;
  margin-top: 15px;
}

.form-msg {
  color: #d74100;
  margin-bottom: 10px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #87d1e6;
  background-color: #87d1e6;
}

.custom-switch .custom-control-label {
  padding-left: 20px;
  padding-top: 9px;
}

.custom-switch .custom-control-label::before {
  width: 50px;
  height: 30px;
  border-radius: 20px;
}

.custom-switch .custom-control-label::after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.2rem);
}

.custom-switch.custom-control {
  min-height: 2.2rem;
}

.custom-control.form-check-inline {
  display: inline-flex;
}

input[type="file"] {
  position: absolute;
  top: 0;
  opacity: 0;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #90959f;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #d74100;
  background-color: #d74100;
  width: 2rem;
  height: 2rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d74100'/%3e%3c/svg%3e");
  width: 4rem;
  height: 4rem;
  top: -0.75rem;
  left: -2.5rem;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #333436;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #333436;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #333436;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #333436;
  box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #d74100;
  width: 2rem;
  height: 2rem;
}
.custom-checkbox .custom-control-label {
  padding-top: 10px;
  padding-left: 15px;
  line-height: 1.25rem;
  vertical-align: middle;
}

.custom-radio .custom-control-label {
  padding-top: 10px;
  padding-left: 15px;
  line-height: 1.25rem;
  vertical-align: middle;
}

.custom-radio .custom-control-label::before {
  width: 2rem;
  height: 2rem;
  border: 2px solid #90959f;
  /* #d9d9d9; */
}

.custom-control-input {
  width: 3rem;
  height: 3.25rem;
  z-index: 0;
}

.custom-control {
  min-height: 45px;
}

.grey-outlined {
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  background-color: #65686b;
  color: #fff;
  border: 4px solid #fff;
  padding: 5px 30px;
  border-radius: 0;
  height: 45px;
}

.grey-outlined:hover {
  background-color: #fff;
  color: #65686b;
}

.inline {
  display: inline;
}

.border-bottom {
  border-bottom: 1px solid #d9d9d9 !important;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.mobile {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
select {
  border: 2px solid #90959f !important;
  border-radius: 0 !important;
  height: 45px !important;
  font: 0.92rem/1.42rem "Poppins";
}
select {
  appearance: none;
  background: no-repeat center right 1em
    url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAxMyA4IiB3aWR0aD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtLjM2NTkwNS4zNjY4NjJjLjQ4ODUyNC0uNDg4NTE5IDEuMjgwNTg1LS40ODg1MjIgMS43NjkxMDUuMDAwMDAybDMuOTkzNDUgMy45OTM0NDYgMy45OTM0NC0zLjk5MzQxYy40ODg1LS40ODg2MDQgMS4yODA2LS40ODg1MTcgMS43NjkxLS4wMDAwNi40ODg0LjQ4ODUxNS40ODg1IDEuMjgwNTguMDAwMSAxLjc2OTFsLTUuNzYyNjQgNS43NjI1OS01Ljc2MjU1Ni01Ljc2MjU2Yy0uNDg4NTIzLS40ODg1Mi0uNDg4NTE3LTEuMjgwNTg0LjAwMDAwMS0xLjc2OTEwOHoiIGZpbGw9IiNkNzQxMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  padding-right: 2.5em !important;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

input:focus,
.form-control:focus {
  /* box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #333436; */
  box-shadow: none;
  border-color: #333436 !important;
}

textarea {
  border: 2px solid #d9d9d9 !important;
  border-radius: 0 !important;
}

.input-group-text {
  border: 2px solid #90959f !important;
  background-color: #fff;
}

.form-control::placeholder {
  font-family: "Poppins";
  font-weight: 300;
  color: #74777a !important;
}

.form-control {
  background-clip: unset;
  font-size: inherit;
  color: #65686b;
}

.form-control:disabled {
  background-color: #fff;
  opacity: 0.5;
}

.form-label {
  display: block;
  /* margin-bottom: 10px; */
  line-height: 1.25rem;
}

.form-group {
  margin-bottom: 20px;
}

.error {
  color: #ad0000;
  margin-top: 10px;
}

input#ZipCode.error {
  border: 1px solid #ad0000 !important;
}

p.error {
  margin-bottom: 0px;
  margin-top: 10px;
}

p.error::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
}

p.error::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
}

.has-error {
  border: 1px solid #ad0000 !important;
}

input.has-error,
select.has-error {
  border: 1px solid #ad0000 !important;
}

.form-label .optional-text {
  float: right;
  font-family: "Poppins";
  color: #65686b !important;
  opacity: 0.5 !important;
  font-size: 0.83rem;
}
.form-group .error::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
}
.form-group .error::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f06a";
  display: inline-block;
  padding-right: 5px;
}
.border-right {
  border-right: 1px solid #d9d9d9;
}

.border-top {
  border-top: 2px solid #d9d9d9;
  padding-top: 20px;
  margin-top: 10px;
}

.modal-backdrop {
  z-index: 2000;
}

.modal {
  z-index: 3000;
}

.modal-content {
  padding: 15px;
  border-radius: 0;
}

.modal-footer {
  justify-content: center;
}
.close-modal {
  z-index: 1500;
  color: #fff;
  max-width: 800px;
  /*margin: 1.75rem auto 10px auto;*/
  margin: 0 auto;
  padding: 28px 1px 10px 0px;
  text-align: right;
  /*font-size: 18pt;*/
  font-size: 0;
  cursor: pointer;
  width: 100%;
  pointer-events: auto;
  line-height: 1.6667rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.close-modal i,
.close-modal em {
  /*font-size:24pt;*/
  margin-left: 5px;
  content: url("/Banfield/images/close-x.svg");
  width: 18px;
  height: 18px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-top {
  position: relative;
  margin-top: 100px;
}

.with-bg {
  background-color: #f3f3f3;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.05);
  padding-bottom: 35px;
  margin-top: 35px;
  padding-top: 35px;
}

.input-group .input-group-append {
  position: absolute;
  right: 0;
  height: 45px;
}

.input-group input {
  border-right: 0 !important;
}

.input-group .input-group-text {
  background-color: #fff;
  border-left: 0 !important;
  border-radius: 0;
}

.dashboard-section,
.pet-detail-section,
.my-account-section {
  font: 0.92rem/1.25rem "Poppins", sans-serif;
}

.dashboard-section .cta-promo-module-content,
.pet-detail-section .cta-promo-module-content,
.my-account-section .cta-promo-module-content,
.need-help-module {
  font: 0.92rem/1.67rem "Poppins", sans-serif;
}

.modal-dialog {
  max-width: 800px;
  margin: 0 auto 1.75rem auto;
}

.table {
  color: inherit;
}

.table thead th {
  font-weight: 500;
  border: 0;
}

.table td {
  border: 0;
}

.table td,
.table th {
  padding: 0 0 5px 0;
}

select > option {
  background-color: #f3f3f3;
  height: 44px;
}

select > option:hover,
select option:focus,
select option:active {
  background-color: #fff;
}

.forms {
  width: 414px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.forms .border-bottom {
  padding-bottom: 20px;
}

.forms .form-actions a {
  margin: 10px 15px;
}

.modal .forms {
  padding-top: 0px;
}

.orange-ul {
  list-style: none;
  padding-left: 40px;
}

.orange-ul li::before {
  color: #d74100;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.orange-ul li > * {
  display: inline;
}

.orange-ol {
  list-style: none;
  padding-left: 40px;
  counter-reset: num-counter;
}

.orange-ol li {
  counter-increment: num-counter;
  margin-bottom: 5px; /*display: flex; align-items: baseline;*/
  margin-left: 32px;
  list-style-type: none;
}

.orange-ol li::before {
  background-color: #d74100;
  color: #fff;
  content: counter(num-counter);
  font-weight: 500;
  display: inline-flex;
  margin-left: -32px;
  margin-right: 10px;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  font-size: 78%;
  flex: 0 0 22px;
}

.orange-ol li::marker {
  content: "";
}

.orange-ol li > * {
  display: inline;
}

.orange-ol li ul li:before {
  color: #d74100;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  background: none;
  margin-right: 0;
  font-size: 100%;
}

.orange-ol li ul li {
  counter-increment: none;
}

.btn.focus,
.btn:focus,
.orange-outlined:focus {
  outline: 0 !important ;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background-color: #d74100;
  color: #fff !important;
}

/* .orange-ol-aplha{list-style: none;padding-left:40px;counter-reset: alpha-counter;}
.orange-ol-alpha li{counter-increment:alpha-counter;margin-bottom: 5px;display: flex; align-items: baseline;}
.orange-ol-alpha li::before{background-color: #d74100; color:#fff; content: counter(alpha-counter, lower-latin);font-weight: 500;display: inline-flex;margin-left: -1em;margin-right: 10px; border-radius: 100%;width: 22px; height:22px; align-items: center; justify-content: center; font-size:78%;flex:0 0 22px;}
.orange-ol-alpha li::marker{content:'';} */

/* nav steps */
.nav-steps {
  padding-top: 35px;
  padding-bottom: 15px;
}

.nav-steps > .nav {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  width: 285px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
/* .nav-steps > .nav::before {content: " ";position: absolute;top: 18px;left: 0;z-index: 1;} */
.nav-steps > .nav > li {
  height: 2px;
  background-color: #d9d9d9;
  border-radius: 3px;
}

.nav-steps > .nav .nav-link,
.nav-steps > .nav > li {
  /*flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;*/
  text-align: center;
  margin: 20px 0; /*flex:1;*/
  width: 60px;
}

.nav-steps > .nav > li:first-child {
  margin-left: -20px;
}

.nav-steps > .nav > li:last-child {
  /*flex-grow: 0;*/
  width: 0; /*flex:0*/
}

.nav-steps > .nav .nav-link.inactive {
  color: #d9d9d9;
  cursor: not-allowed;
}

.nav-steps > .nav .nav-link.active {
  color: #00a0d1 !important;
  /* color: #87d1e7 !important; */
  cursor: pointer;
}

.nav-steps > .nav .nav-link.done {
  color: #00a0d1;

  /* color: #87d1e7; */
  cursor: pointer;
}

.nav-steps > .nav .nav-link {
  position: relative; /*margin-top: 40px;*/
}

.nav-steps > .nav .nav-link {
  display: block;
  padding: 0;
  text-decoration: none;
}

.nav-steps > .nav .nav-link::before {
  content: " ";
  position: absolute;
  display: block; /*top: -32px;*/
  top: -30px;
  left: 0;
  right: 0; /*margin-left: auto;margin-right: auto;*/
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #87d1e7;
  text-decoration: none;
  z-index: 98;
  border: 2px solid #d9d9d9;
}

.nav-steps > .nav .nav-link::after {
  content: " ";
  position: absolute;
  display: block; /*top: -28px;*/
  top: -26px;
  left: 5.5px;
  right: 0; /*margin-left: auto;margin-right: auto;*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  z-index: 99;
}

.nav-steps > .nav .nav-link.inactive::after {
  background-color: #fff;
}

.nav-steps > .nav .nav-link.active::after {
  background-color: #00a0d1 !important;
  border: 2px solid #00a0d1;
  width: 12px;
  height: 12px; /*top: -28px;*/
  top: -26px;
  left: 6px;
}

.nav-steps > .nav .nav-link.active::before {
  border: 2px solid #00a0d1;
  width: 24px;
  height: 24px; /*top: -34px;*/
  top: -32px;
}

.nav-steps > .nav .nav-link.done::after {
  background-color: #87d1e7;
  border: 2px solid #00a0d1;
  width: 20px;
  height: 20px; /*top: -32px;*/
  top: -30px;
  left: 0;
}

.nav-steps > .nav > li.done {
  background-color: #00a0d1;
}

.steps-footer-actions {
  text-align: center;
}

.content-top.with-notify {
  margin-top: 150px;
}

.vertical-align-content {
  display: flex;
  align-items: center;
}
/* select {background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%2365686B'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat; background-size: 12px; background-position: calc(100% - 20px) calc(100% - 12px); background-repeat: no-repeat; background-color: #efefef; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus {background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%2365686B'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat; background-size: 12px; background-position: calc(100% - 20px) calc(100% - 12px); background-repeat: no-repeat; background-color: #efefef; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none;} */

.pagination {
  border: 0;
  color: #65686b;
  margin-top: 35px;
}

.pagination .page-link {
  border: 2px solid transparent;
  color: #65686b;
  margin-left: 0;
}

.pagination .page-link:hover {
  text-decoration: underline;
  background: none;
}

.pagination .page-link i,
.pagination .page-link em {
  margin: auto 5px;
  font-weight: bold;
}

.pagination .page-item.active .page-link {
  background-color: #fff;
  color: #d74100;
  border: 2px solid #d74100;
}

.pagination .page-item .page-link:hover {
  background-color: #fff;
}

.page-link:focus {
  box-shadow: none;
  outline: auto;
  z-index: 3;
}

.pagination .prev-page,
.pagination .next-page {
  margin-right: 1em;
}

.pagination .next-page:focus-visible,
.pagination .prev-page:focus-visible {
  border: 2px #65686b solid;
  outline: auto;
}

.prev-page.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.next-page.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination .disabled .page-link i,
.pagination .disabled .page-link em {
  color: #65686b;
}

/* .modal.show {
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
}

.modal::before, .modal::after {
  content:'';
  display:block;
  height:1px;
  width: 10px;
  flex-grow: 1;
}

.close-modal {
  width: 100%;
}

.modal.show .modal-dialog {
  width: 100%;
} */
.modal-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
  justify-content: center;
  flex-direction: column;
}

.print-share-icons .share-icon {
  display: none;
}

.clickable-card {
  display: block;
}

.clickable-card::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.select2 {
  border: 2px solid #d9d9d9 !important;
  border-radius: 0 !important;
  height: 45px !important;
  font: 0.92rem/1.42rem "Poppins";
  width: 100% !important;
}

.select2-container .select2-selection {
  height: 100%;
  border: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #65686b;
  line-height: 2.81rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
}

.select2-search input {
  background-image: url(../images/Ic_Search.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  padding-right: 35px !important;
}

.select2.has-error {
  border: 1px solid #e35205 !important;
}

.grey-text {
  color: #333436;
}

.typeahead {
  width: 100%;
}

.typeahead.dropdown-menu .dropdown-item {
  color: #c73b14;
  font-weight: 500;
}

.typeahead.dropdown-menu a {
  padding-left: 15px;
}

.underline {
  text-decoration: underline;
}

h1 sup {
  font-size: 25%;
  vertical-align: super;
}

a[target="_blank"] {
  position: relative;
}

a[target="_blank"]:hover span.sr-only {
  width: auto;
  height: auto;
  clip: auto;
  overflow: auto;
  border: 1px solid #d9d9d9;
  color: #65686b;
  padding: 0px 5px;
  background-color: #fff;
  top: 10px;
  font-weight: 400;
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  z-index: 999;
}

body.mobile-platform.modal-open {
  position: fixed;
}

/* body.responsive-platform a:not(.orange-outlined, .orange-link, .jlink a, .blue-jumplink a, .orange-jumplink a, .grey-jumplink a, .flat-footer a, #main-navigation a){text-decoration: underline;} */
canvas {
  z-index: 1200 !important;
}

.popover .popover-header {
  background-color: #fff;
  border: 0;
}

.popover .popover-header .close-popover {
  font-size: 20pt !important;
  float: right;
}

.popover .popover-header .close-popover:hover {
  text-decoration: none !important;
}
.popover {
  z-index: 2000;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 16px, rgba(0, 0, 0, 0.1) 0px 3px 6px;
  border-color: #d9d9d9;
}
.popover-body {
  color: #65686b;
  font-size: 0.92rem;
  font-family: "poppins";
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  border-top-color: #d9d9d9;
}
.popover-body ul {
  padding-left: 20px;
  margin-bottom: 0;
  list-style-type: disc;
}

.gm-style .gm-style-iw {
  font-size: 14px;
}

.dark-blue-text {
  color: #002677;
}
.blue-bg-button {
    display: flex;
    min-width: 48px;
    min-height: 48px;
    width: auto;
    text-align: center;
    align-items: center;
    border-radius: 16px;
    background-color: #0A8AB1;
    color: #fff !important;
    font: 0.92rem / 1.67rem 'Poppins', sans-serif;
    font-weight: 700;
    padding: 4px 30px;
    cursor: pointer;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .modal-dialog {
    min-height: calc(100% - (1.75rem * 2));
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .left-rail-page .col-lg-9 .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (max-width: 1024px) {
  /* .print-share-icons .share-icon{display: block;} */
}

/* @media(max-width:1199px){
    .orange-outlined{min-width: auto;}
  } */

@media (max-width: 991px) {
  h1 {
    font: 2rem/2.33rem "Zilla Slab", serif;
    font-weight: 500;
  }

  h1.popHeader {
    font: 1.67rem/2.17rem "Poppins", sans-serif;
    font-weight: 500;
  }

  .mobile {
    display: block;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .close-modal {
    margin-right: 10px;
  }

  .bleed {
    max-width: 100%;
  }

  .forms {
    max-width: 100%;
  }

  .nav-steps > .nav {
    width: 285px;
    max-width: 100%;
  }

  .content-top.with-notify {
    margin-top: 165px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .left-rail-page .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .content-top {
    margin-top: 67px;
  }

  .content-top.with-notify {
    margin-top: 135px;
  }

  h1 {
    font: 2rem/2.33rem "Zilla Slab", serif;
    font-weight: 500;
  }

  h1.popHeader {
    font: 1.67rem/2.17rem "Poppins", sans-serif;
    font-weight: 500;
  }

  .mobile {
    display: block;
  }

  .orange-outlined {
    width: 100%;
    min-width: auto;
  }

  .close-modal {
    margin-right: 10px;
  }

  .modal-content {
    border: unset;
  }
  /* VV change */
  .orange-outlined {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 567px) {
  .content-top {
    margin-top: 67px;
  }

  .content-top.with-notify {
    margin-top: 155px;
  }
}

@media (max-width: 375px) {
  .content-top.with-notify {
    margin-top: 155px;
  }
}

.jumplink-anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

button:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
}

.orange-outlined.disabled,
a.btn.disabled,
.btn.disabled {
  pointer-events: none;
  color: #65686b !important;
  border: 4px solid #d9d9d9;
  opacity: 1;
}
.orange-outlined.disabled:hover,
a.btn.disabled:hover,
.btn.disabled:hover {
  pointer-events: none;
  color: #65686b !important;
  border: 4px solid #d9d9d9;
  opacity: 1;
  background-color: #fff;
}

.btn.focus,
.btn:focus,
.orange-outlined:focus {
  outline: 0;
  box-shadow: inset 0px 0px 0px 2px #fff;
  background-color: #d74100;
  color: #fff !important;
}
.swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 2000;
  padding: 2px 10px 2px 10px;
  border: 2px solid #d74100;
  background-color: #d74100;
  color: #fff !important;
  opacity: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  top: 0;
  display: inline-flex;
  align-items: center;
  outline: 0 !important;
}

.skip-to-main-content-link:hover {
  color: #fff;
  text-decoration: none !important;
}
.skip-to-main-content-link:focus {
  left: 0;
  opacity: 1;
}

.accordion button {
  width: 100%;
  align-items: center;
  border: 0;
  background-color: #fff;
  text-align: left;
}

body.modal-open {
  overflow: hidden !important;
}

.scroll-disabled {
  position: fixed;
  overflow-y: scroll;
  left: 0;
  right: 0;
}

.owp-close-modal {
  z-index: 1500;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 28px 1px 10px 0px;
  text-align: right;
  font-size: 0;
  cursor: pointer;
  width: 100%;
  pointer-events: auto;
  line-height: 1.6667rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.owp-close-modal i,
.owp-close-modal em {
  margin-left: 5px;
  content: url(../images/close-x.svg);
  width: 18px;
  height: 18px;
}

/****************New Template*************/
.custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
}

.custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #d74100;
  background-color: #d74100;
  width: 2rem;
  height: 2rem;
}
.custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
}
.schedule-appnt-intro-section
  .custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::after {
  width: 20px;
  height: 20px;
}
.custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
}

.custom-radio-check .custom-control-label {
  padding-top: 10px;
  padding-left: 15px;
  line-height: 1.25rem;
  vertical-align: middle;
}
.custom-radio-check .custom-control-label::before {
  border-radius: 50%;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-radio-check
  .custom-control-input:focus
  ~ .custom-control-label::before {
  border-color: #333436 !important;
  box-shadow: none;
}
