.schedule-intro-actions {
  padding-top: 10px;
}
.schedule-appnt-intro .schedule-intro-actions a {
  margin: 0 15px;
}
.schedule-appnt-intro .schedule-intro-actions .newuser.active {
  background-color: #d74100;
  color: #fff !important;
  border-color: #d74100;
}
.schedule-full-bleed-image {
  margin-top: 43px;
  background-size: cover; /*height: 350px; */
  height: 33vw;
  background-position: center;
}
.schedule-appnt-intro .about-pet {
  margin-top: 35px;
  padding-bottom: 30px;
  border: 1px solid #d9d9d9;
}
.schedule-appnt-intro .intro-text {
  margin-bottom: 20px;
  margin-top: 20px;
}
.schedule-appnt-intro .schedule-step1 {
  padding-top: 30px;
}
.schedule-appnt-intro h1 {
  margin-bottom: 20px;
}
.schedule-choosepet {
  padding-left: 0;
  display: flex;
  justify-content: space-evenly;
}
.schedule-choosepet p {
  margin-bottom: 0;
}
.schedule-choosepet li {
  list-style: none;
  cursor: pointer; /*margin-left:auto;margin-right:auto;*/
}
div#impRemindersSection div.visit-summary-content {
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 5px;
}

div#impRemindersSection div.visit-summary-content .text-center {
  text-align: left !important;
}
div#impRemindersSection div.visit-summary-content .text-center span {
  background: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .schedule-choosepet li {
    list-style: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
  }
}
.schedule-choosepet li img {
  width: 95px;
  border-radius: 50%;
  border: 3px solid #d9d9d9;
}
.schedule-choosepet li.active img {
  border: 3px solid #87d1e7;
}

.schedule-footer-actions {
  padding-top: 25px;
}

/* scheduler step one existing user */
.scheduler-step-1 .upcoming-visits-module {
  font: 0.92rem/1.25rem "Poppins", sans-serif;
}
.choose-user-option:hover,
.pet-option:hover,
.reason-option:hover,
.species-option:hover,
.gender-option:hover,
.spayed-option:hover {
  border-color: #90959f;
}

.scheduler-step-1 .schedule-pet-module > p {
  margin-top: 20px;
}
.scheduler-step-1 .schedule-pet-list-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.scheduler-step-1 .schedule-pet-list-section.mobile {
  display: none;
}

.scheduler-step-1 .pet-img {
  margin: 10px;
  cursor: pointer;
  position: relative;
}
.scheduler-step-1 .pet-img img {
  width: 175px;
  border-radius: 50%;
  border: 5px solid #d9d9d9;
  height: 175px;
  object-fit: cover;
}

.scheduler-step-1 .pet-img.active img {
  border: 5px solid #87d1e7;
}
.scheduler-step-1 .pet-img.active div:first-child {
  border: 5px solid #87d1e7;
}

.scheduler-step-1 .schedule-new-pet {
  cursor: pointer;
}
.scheduler-step-1 .schedule-new-pet img.active {
  border: 5px solid #87d1e7;
}
.scheduler-step-1 .schedule-new-pet img {
  width: 175px;
  border-radius: 50%;
  border: 5px solid #d9d9d9;
}
.scheduler-step-1 .schedule-new-pet > div {
  text-align: center;
}
.scheduler-step-1 .schedule-new-pet > div:hover {
  text-decoration: underline;
}
.scheduler-step-1 .swiper-container {
  padding: 20px 0; /*scroll-snap-type: x mandatory;*/
}
.scheduler-step-1 .swiper-container .swiper-wrapper {
  transition: all 0.65s ease-in-out;
}
.scheduler-step-1 .swiper-container .swiper-slide {
  /*width:150px;*/
  width: 54%; /*scroll-snap-align: center;*/
  padding: 20px;
}

.scheduler-step-1 .swiper-container .pet-slide {
  text-align: center;
}
.scheduler-step-1 .swiper-container .pet-slide img {
  /*width:70%;/*width:150px;*/
  border-radius: 50%;
  opacity: 0.4; /*box-shadow: 0px 3px 6px 6px #00000015; border: 3px solid #E8E7E5;*/
  border: 3px solid #d9d9d9;
  width: 30vw;
  height: 30vw;
  object-fit: cover;
}
.scheduler-step-1 .swiper-container .pet-slide .slide-pet-img div:first-child {
  transition: all 0.2s ease-in;
  border-radius: 50%;
  opacity: 0.4;
  border: 3px solid #d9d9d9;
  width: 30vw;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
}
.scheduler-step-1
  .swiper-container
  .swiper-slide.swiper-slide-active
  .pet-slide
  img {
  opacity: 1;
  border: 5px solid #87d1e7;
  box-shadow: 3px 3px 10px 5px #00000015;
  transition: transform 0.7s;
  width: 42vw;
  height: 42vw;
}
.scheduler-step-1
  .swiper-container
  .swiper-slide.swiper-slide-active
  .pet-slide
  .slide-pet-img
  div:first-child {
  /*width:100%;/*transform:scale(1.3);*/
  opacity: 1;
  border: 5px solid #87d1e7;
  box-shadow: 3px 3px 10px 5px #00000015;
  transition: transform 0.7s;
  width: 42vw;
  height: 42vw;
}
.scheduler-step-1 .swiper-container .pet-slide .slide-pet-img {
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.scheduler-step-1 .swiper-container .pet-slide .slide-pet-img .pet-img-name {
  text-align: center;
  padding-top: 10px;
  font: 1.08rem/1.67rem "Poppins", sans-serif;
  color: #333436;
}
.scheduler-step-1
  .swiper-container
  .swiper-slide.swiper-slide-active
  .pet-slide
  .slide-pet-img
  .pet-img-name {
  font-weight: 500; /*padding-top:30px;*/
}
.scheduler-step-1
  .swiper-slide.schedule-pet-swiper.swiper-slide-active
  .pet-slide
  .slide-pet-img
  .badge-img {
  border: 0;
  display: block;
  width: 32%;
  left: 34%;
  bottom: 25px;
  height: auto;
  box-shadow: none;
}
.scheduler-step-1 .swiper-container .pet-slide .slide-pet-img .badge-img {
  position: absolute;
  width: 35px;
  bottom: -10px;
  border: 0;
  display: none;
  box-shadow: none;
}

.scheduler-step-1 .schedule-reason-section {
  padding-top: 35px;
}
.scheduler-step-1 .schedule-step1-existing-form {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.scheduler-step-1 .schedule-step1-existing-form .border-top {
  margin-top: 30px;
}
.visit-reasons {
  padding: 15px;
  border: 1px solid #d9d9d9;
}
.visit-reasons .custom-control {
  margin-bottom: 5px;
}
.visit-reasons-cta-module {
  background-color: #f3f3f3;
  padding: 15px;
}
.visit-reasons-cta-module .reasons-module-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #d9d9d9;
}
.hierarchy-check {
  padding-left: 40px;
}
.visit-reasons .custom-control-label img {
  width: 35px;
  margin-left: 5px;
}
.new-pet-form {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.visit-summary-card {
  background-color: #f3f3f3;
  padding: 20px 25px;
  border: 1px solid #d9d9d9;
  margin-top: 25px;
}
.visit-summary-content {
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0px 3px 6px 6px #00000015;
  margin-bottom: 10px;
}
.visit-summary-card-img {
  width: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 50px;
}
.visit-summary-text {
  padding-left: 15px;
}
.visit-summary-card-img .petimg {
  border-radius: 50%;
  border: 3px solid #87d1e7;
  position: relative; /*width:100%;*/
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.visit-summary-card-img .badgeimg {
  position: absolute;
  bottom: -8px;
  width: 21px;
  height: 21px;
  left: 50%;
  transform: translateX(-55%);
}
/* width: 27px; */
.visit-summary-left {
  display: flex;
}
.visit-summary-pet-text {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.reason-visit {
  padding-left: 10px;
  line-height: 1;
}
.visit-summary-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.schedule-date-time-loc .visit-summary-left {
  display: block;
}
.visit-details {
  display: flex;
  margin-bottom: 15px;
}
.visit-details:last-child {
  margin-bottom: 0;
}
.schedule-date-time-loc .visit-summary-right {
  align-items: flex-end;
}
.summary-loc-name {
  cursor: pointer;
  text-decoration: underline;
}

.hospital-cards-module {
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
#schedulemap {
  height: 200px;
}
.search-hospital-location {
  padding: 20px 20px 0px 20px; /*width:414px;*/
  margin: auto;
  width: 100%;
  display: flex;
}
.search-hospital-location .map-icon {
  display: flex;
  flex: 0 0 105px;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.search-hospital-location .map-icon i,
.search-hospital-location .map-icon em {
  margin-right: 5px;
  font-size: 1.25rem;
}
.step-2-new .hosp-available.no-availability .next-available a {
  text-decoration: underline !important;
  cursor: pointer;
}

.no-availability-hospital .hospital-card {
  background-color: #f3f3f3 !important;
}
.hospital-cards-item {
  background-color: #fff; /*box-shadow: 0px 3px 6px 6px #00000015;*/
  display: flex;
  margin-top: 10px;
  cursor: pointer;
}
.hospital-desc {
  display: flex;
}
.hospital-miles {
  width: 110px;
  flex: 0 0 110px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  padding-top: 15px;
  padding-bottom: 10px;
}
.hospital-details {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hospital-name {
  display: inline;
}
.hospital-name .orange-text {
  display: inline;
  align-items: center;
}
.hospital-name h4 {
  margin-bottom: 0;
  padding-right: 15px;
  display: inline;
}
.hospital-name a {
  text-decoration: underline;
}
.next-available {
  margin-top: 15px;
}
.hospital-cards-item .toggle-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 25px;
}
/* .hospital-cards .collapse{box-shadow: 0px 10px 6px 6px #00000015;} */
.hospital-cards .expanded-content {
  padding: 10px 20px 0px 15px;
}
.doctor-card {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
.doctor-card:last-child {
  border-bottom: 0;
}
.doctor-img {
  width: 110px;
  text-align: center;
  padding-top: 5px;
  flex: 0 0 110px;
}
.doctor-img img {
  width: 80px;
  border-radius: 50%;
  border: 3px solid #d9d9d9;
}
.doctor-details {
  padding-left: 15px;
}
.doctor-name a {
  text-decoration: underline;
  cursor: pointer;
}
.doctor-name a:hover {
  text-decoration: underline;
}
.time-slot {
  width: 110px;
  height: 32px;
  border: 1px solid #d9d9d9;
  margin: 0px 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
}
.time-slot:hover {
  border: 2px solid #333436;
}
.time-slot.selected {
  border: 3px solid #87d1e7;
}
.time-slot.not-available {
  width: auto;
  padding: 0 10px;
  pointer-events: none;
}
.available-time-slots {
  display: block;
}
/*
  .view-more-hospitals {
    padding-top: 20px;
  }*/
.marker-label {
  font-size: 14px;
  font-weight: 100;
}
.view-more-hospitals a:hover {
  text-decoration: underline;
}
.scheduler-step-2 h1 {
  padding-top: 35px;
}
.date-selector-module {
  padding: 20px 30px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0 #00000015;
}
.date-top-section {
  display: flex;
  justify-content: space-between;
}
.date-top-section .orange-link span {
  float: left;
}
.date-top-section .filetr-by-day-link span:hover {
  text-decoration: underline;
}
.date-top-section .calender-link img {
  margin-right: 5px;
}
.date-top-section .filetr-by-day-link img {
  margin-left: 5px;
}
.visit-date-carousel {
  padding-top: 15px;
}
.visit-date-carousel .item {
  width: 100%; /*height:75px;*/
  border: 2px solid #d9d9d9;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 6px 0 #00000015;
}
.visit-date-carousel .item.active {
  border: 3px solid #87d1e7;
}
.visit-date-carousel .item .day {
  font: 1.08rem/1.67rem "Poppins";
  font-weight: 400;
  color: #65686b;
}
.visit-date-carousel .item .date {
  font: 1.5rem/1.83rem "Poppins";
  font-weight: 500;
  color: #65686b;
}
.visit-date-carousel .item .month {
  background-color: #f3f3f3;
  line-height: 1.25rem; /*height: 22px;*/
}
.visit-date-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 90px;
  position: absolute;
  top: -17%;
  left: -55px;
}
.visit-date-carousel .owl-nav .owl-next {
  width: 45px;
  height: 90px;
  position: absolute;
  top: -20%;
  right: -55px;
}
.visit-date-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #333436;
}
.visit-date-carousel .owl-nav [class*="owl-"]:focus {
  border: 0;
  outline: 0;
}
.visit-date-carousel .item.hidden {
  display: none;
}
/* .visit-date-carousel .owl-nav .owl-prev.disabled{opacity:0}
  .visit-date-carousel .owl-nav .owl-next.disabled{opacity:0} */

.scheduler-step-3 .user-contact-information .user-contact {
  border: 1px solid #d9d9d9;
  padding: 20px 20px 10px 20px;
  margin-top: 35px;
}
.scheduler-step-3 .schedule-user-contact-form {
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 15px;
}

.visit-summary-card.contact-summary-section {
  margin-top: 35px;
}
.visit-summary-card.contact-summary-section .visit-summary-left {
  display: block;
}
.visit-summary-card.contact-summary-section .visit-summary-contact {
  display: block;
  padding-left: 0;
  line-height: 1.25rem;
}
.visit-summary-card.contact-summary-section .visit-summary-right {
  align-items: flex-end;
}
.notes-vet {
  margin-top: 15px;
}

/* scheduler last step styles */

.schedule-appnt-page .paw-section {
  display: flex;
  padding-top: 35px;
}
.schedule-appnt-page .paw-image {
  width: 50px;
  flex: 0 0 50px;
}
.schedule-appnt-page .paw-desc {
  padding-left: 10px;
}
.scheduler-cta-section {
  padding-top: 35px;
}
.scheduler-cta-section .cta-links {
  padding-bottom: 10px;
}
.scheduler-cta-section button {
  margin-bottom: 5px;
}
.scheduler-last-step .visit-summary-left .visit-text {
  padding-left: 5px;
}
.scheduler-last-step .summary-content-right {
  align-items: unset;
}
.scheduler-step-3 .calender-icon,
.scheduler-step-4 .calender-icon,
.scheduler-last-step .calender-icon {
  width: 25px;
  margin-left: 5px;
}
.scheduler-last-step .calender-icon {
  margin-right: 15px;
}
.scheduler-last-step
  .visit-summary-content.schedule-date-time-loc
  .visit-summary-right {
  align-items: start;
  justify-content: flex-end;
  padding: 0;
}
.scheduler-step-4.view-edit-appointment-page {
  padding-top: 35px;
}
.scheduler-appointment-welcome-page {
  padding-top: 35px;
}
.scheduler-appointment-welcome-page .welcome-text1 {
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.scheduler-appointment-welcome-page .welcome-text2 {
  padding-bottom: 15px;
  padding-top: 25px;
}
.scheduler-appointment-welcome-page .schedule-login {
  padding-bottom: 15px;
}
.scheduler-step-3 .user-contact-information h1 {
  padding-top: 15px;
}
.intro-text {
  line-height: 1.25rem;
}

.fix-top {
  z-index: 1400;
  position: fixed;
  top: 67px;
  left: 23.5%;
  right: 23.5%;
  transition: height 1s ease-in-out 0.5s; /*transition: all 2s ease-in-out;*/
}
.no-nearest-hospitals {
  padding: 30px 0;
  display: flex;
  line-height: 1.5;
}

.no-nearest-hospitals img {
  width: 20px;
  margin-right: 5px;
}

/* Virtual visit changes */
.virtual-visit-appointment .schedule-date-time-loc .visit-summary-left {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.virtual-visit-appointment .schedule-date-time-loc .visit-summary-right {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  flex-direction: column;
  justify-content: flex-start;
}
.virtual-visit-appointment .schedule-date-time-loc .visit-summary-right p {
  text-align: right;
  margin-bottom: 0;
}
.join-virtual-visit-btn.disabled .vv-btn-icon {
  background-image: url(/Banfield/images/bf-external-link-icon-grey.svg);
}
.petname-error .field-validation-error {
  color: #ad0000;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .fix-top {
    left: calc(((100% - 960px) / 2) + ((960px / 12) * 2) + 25px);
    right: calc(((100% - 960px) / 2) + ((960px / 12) * 2) + 25px);
  }
}
@media (min-width: 1200px) {
  .fix-top {
    left: calc(((100% - 1140px) / 2) + ((1140px / 12) * 2) + 25px);
    right: calc(((100% - 1140px) / 2) + ((1140px / 12) * 2) + 25px);
  }
}
@media (min-width: 1600px) {
  .fix-top {
    left: calc(((100% - 1440px) / 2) + ((1440px / 12) * 2) + 25px);
    right: calc(((100% - 1440px) / 2) + ((1440px / 12) * 2) + 25px);
  }
}

.schedule-pet-list-section .owl-carousel .pet-slide {
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.schedule-pet-list-section .owl-carousel .pet-slide img {
  border-radius: 50%;
  opacity: 0.4;
  border-radius: 50%;
}
.schedule-pet-list-section .owl-carousel .owl-item.center .pet-slide {
  cursor: auto;
  margin: 0;
}
.schedule-pet-list-section .owl-carousel .owl-item.center .pet-slide img {
  opacity: 1;
}

.schedule-appnt-page .nav-steps {
  padding-bottom: 0;
}

/* .schedule-appnt-page .doc-ph a{text-decoration: underline;} */
/* .schedule-appnt-page .visit-ph a{text-decoration: underline;} */
.view-edit-appointment-page .cta-links {
  margin-top: 20px;
}
.schedule-footer-actions a {
  margin: 10px 15px;
}
.view-edit-appointment-page .cta-links a {
  margin: 0;
}
.cancelled-appointment-content .schedule-footer-actions {
  padding-top: 0;
}

.inline-promo-image {
  display: flex;
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-top: 3px solid #d9d9d9;
}
.inline-promo-image .promo-icon {
  width: 50px;
  flex: 0 0 50px;
  padding: 10px;
}
.inline-promo-image .promo-text {
  padding-right: 15px;
}
.inline-promo-image .promo-text h4 {
  margin-bottom: 0;
}
.clinic-logo {
  padding-top: 10px;
}
.clinic-logo img {
  max-width: 100px;
}
.schedule-page-without-nav .scheduler-step-container {
  padding-top: 35px;
}
.schedule-step1-existing-form .sick-visit {
  margin-bottom: 20px;
}
.schedule-step1-existing-form .injured-visit {
  margin-bottom: 20px;
}
.schedule-step1-existing-form .routine-visit {
  margin-bottom: 20px;
}
.schedule-step1 .sick-visit {
  margin-bottom: 20px;
}
/* .schedule-step1 .sick-visit .form-group{margin-bottom:0;}
  .schedule-step1 .sick-visit .form-group p.error{margin-bottom:20px;} */

.mobile-clinic-update-appointment-slots {
  margin: 35px auto 0px auto;
  border-top: 1px solid #d9d9d9;
}

.dental-consent {
  margin-top: 35px;
}

.locum-info-text {
  clear: both;
}

/* skeleton loading styles */
.hospital-miles .skel-circle {
  width: 85%;
  height: 85%;
  margin: 0;
}
.hospital-cards.skeleton .hospital-details {
  width: 100%;
}
.hospital-cards.skeleton .hospital-details .skel-line {
  height: 15px;
  margin: 4px 0px 8px 0px;
}
.hospital-cards.skeleton .hospital-details .skel-line:first-child {
  width: 50%;
  margin-top: 0;
}
.hospital-cards.skeleton .hospital-details .skel-line:last-child {
  margin-top: 15px;
}

/* scheduler guest user verification */
.scheduler-verification-container {
  border: 1px solid #d9d9d9;
  margin-top: 35px;
  padding: 40px;
}
.verification-option {
  display: flex;
  border: 2px solid #d9d9d9;
  width: 100%;
}
.choose-option-content {
  width: 70%;
  padding: 15px;
  border-right: 1px solid #d9d9d9; /*display: flex;*/
  justify-content: center;
  align-items: center;
}
.option-name img {
  width: 20px;
  height: 20px;
}
.option-name {
  font-weight: 500;
}
.option-desc {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.choose-verification-section {
  display: flex;
  justify-content: center;
}
.verification-option:first-child {
  margin-right: 10px;
}
.choose-verification {
  width: 30%;
  text-align: center; /*margin:auto;*/
}
.choose-verification .custom-control {
  padding-left: 0;
}
.choose-verification .custom-control .custom-control-label::before {
  left: -50%;
}
.choose-verification .custom-control .custom-control-label::after {
  left: -50%;
}

.scheduler-verification-container .verification-code input {
  width: 10%;
  text-align: center;
  margin-right: 2px;
}
.scheduler-verification-container .verification-code input:nth-child(4) {
  margin-left: 10px;
}
.verify-other-text {
  margin-top: 35px;
}
.verify-other-text img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
.verify-error-msg {
  color: #d74100;
}
.verification-code {
  padding-top: 0;
}
.scheduler-verified-container {
  border: 1px solid #d9d9d9;
  margin-top: 35px;
  padding: 40px;
}
.scheduler-verification-progress h1 {
  width: 150px;
  margin: auto;
  text-align: left;
}
.scheduler-verification-progress h1:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}
.choose-verification .custom-control-input {
  width: 4rem;
  left: calc((100% - 4rem) / 2);
}

.hospital-cards-item .hospital-phone {
  margin-top: 5px;
}
.hospital-cards-item .hospital-phone img {
  margin-right: 5px;
}
.label-right {
  float: right;
}
.vaccination-consent {
  margin-top: 20px;
}
.vaccination-consent p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.25rem;
}
.dark-blue-text {
  color: #002677;
}
/* step - 2 new changes */
.step-2-new .date-selector-module {
  margin-top: 35px;
  padding: 20px 10px;
}
.search-hospital-location.geo-location-off input {
  border: 2px solid #e35205 !important;
}
.step-2-new .date-selector-module .search-hospital-location input:hover {
  border-color: #65686b !important;
}
.step-2-new .choose-date-section {
  padding: 20px 0;
}
.step-2-new .search-hospital-location {
  padding: 20px 0;
}
.step-2-new .select-date {
  border-radius: 51px !important;
  border: 2px solid #d9d9d9 !important;
  height: 45px;
  align-items: center;
  display: flex;
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
}
.step-2-new .select-date:hover {
  border-color: #65686b !important;
}
.step-2-new .select-date.open {
  border-color: #e35205 !important;
}
.step-2-new .select-date span {
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
}
.step-2-new .select-date span:before {
  content: url(/Banfield/images/icon-date-search-calendar.svg);
  display: inline-flex;
  margin-right: 5px;
  height: 28px;
}
/*
  .step-2-new .hospital-cards-section {
    padding: 20px 30px;*/ /*border: 1px solid #d9d9d9;*/
/* background-color: #f3f3f3;
    box-shadow: 0px 3px 6px 0 #00000015;
  } */

.step-2-new .map-icon {
  border: 2px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}

.step-2-new .map-icon em {
  margin-right: 5px;
}
.step-2-new .map-icon img {
  margin-right: 0.67em;
}
.step-2-new .hospital-cards-head-section {
  display: flex;
  justify-content: space-between;
}
/*
  .step-2-new .hospital-sort .form-group {
    margin-bottom: 0;
  }
  .step-2-new .hospital-sort .form-group .col-form-label {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  .step-2-new .hospital-sort {
    min-width: 275px;
  }*/
.step-2-new .hospital-available-time-slots {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 10px 25px 0 40px;
  margin-top: 0px !important;
  flex-wrap: wrap;
}
.step-2-new .hosp-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-start;
}
.schedule-appnt-page .step-2-new .hospital-cards-item {
  width: 100%;
  display: block;
  cursor: default;
}
.step-2-new .hospital-desc {
  display: flex;
}
.schedule-appnt-page .step-2-new .hospital-cards-item .hospital-phone {
  margin-top: 0;
  white-space: nowrap;
}
.schedule-appnt-page .step-2-new .hospital-details {
  padding: 20px 25px;
  flex: 1;
}
.step-2-new .hosp-available {
  display: flex;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0;
  cursor: pointer;
}
.step-2-new .hosp-available .next-available {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 25px;
}
.step-2-new .hosp-available-doctors {
  display: flex;
  border-top: 1px solid #d9d9d9;
  padding: 10px 0;
  clear: both;
  cursor: pointer;
}

.step-2-new .doctor-card:last-of-type {
  border-bottom: 0;
}
.step-2-new .available-time-slots {
  /*position: relative; z-index: 1;*/
  display: block;
}
.step-2-new .available-time-slots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.step-2-new .hospital-available-time-slots,
.step-2-new .available-time-slots {
  display: grid;
  gap: 8px;
  padding-right: 15px !important;
  padding-left: 38px !important;
  padding-top: 0px !important;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
}
.step-2-new .time-slot {
  flex-direction: column;
  width: 94px;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #87d1e7;
  background: #c3e8f3;
  line-height: 1;
  padding: 8px 10px 10px 10px;
  justify-content: center;
}
.step-2-new .time-slot.multiple a:hover {
  text-decoration: none !important;
}
.step-2-new .time-slot.multiple:after {
  border: 1.5px solid #87d1e7;
  right: -4px;
  bottom: -4px;
  background: #c3e8f380;
}
.step-2-new .time-slot:hover {
  background: #c3e8f3;
  border-color: #00a0d1;
}

.step-2-new .time-slot:focus {
  background: #c3e8f3;
  border-color: #00a0d1;
  outline: 0;
}

.step-2-new .time-slot.multiple:hover:after {
  border-color: #87d1e7;
  background-color: #e7f8fd;
}

.step-2-new .time-slot.multiple:focus:after {
  background: #c3e8f3;
  border-color: #00a0d1;
}
.step-2-new .time-slot.multiple.focused:after {
  background: #c3e8f3;
  border-color: #00a0d1;
}

.step-2-new .time-slot.selected {
  border: 1.5px solid #002677;
  background: #002677;
  box-shadow: 0px 0px 0px 2px #87d1e7 inset;
}
.step-2-new .time-slot.multiple.selected:after {
  background-color: #fff;
  right: -5px;
  bottom: -5px;
}
.step-2-new .time-slot.multiple.selected:hover:after {
  border-color: #002677;
}

.step-2-new .time-slot.multiple.selected:focus:hover > a {
  border: 1.5px solid #002677;
  background: #002677;
  box-shadow: 0px 0px 0px 2px #87d1e7 inset;
}

.step-2-new .time-slot.multiple.selected:focus:hover span.app-type {
  color: #87d1e7;
}

.step-2-new .hosp-available-doctors + .collapse .expanded-content {
  /*border-top:0;*/
  padding-top: 0;
  border-top-style: dashed;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 20px;
}
/*
  .step-2-new .hosp-available + .collapse .expanded-content {
    border-top: 0;
    padding-top: 0;
    display: flex;
  }*/
.step-2-new .time-slot.multiple .dropdown-menu {
  min-width: 230px;
  top: 130% !important;
  left: -20px !important;
  transform: none !important;
}
.step-2-new .time-slot.multiple .dropdown-item {
  padding-left: 10px;
  padding-right: 10px;
}
.step-2-new .time-slot.multiple .dropdown-item:hover {
  background-color: #f3f3f3;
}

.step-2-new .time-slot.multiple .dropdown-item:focus {
  /* background-color: #e7f8fd !important; */
  color: #fff;
  background: #002677;
}
.doctor-mobile-sticky li .selected,
.step-2-new .time-slot.multiple .dropdown-item.selected {
  background-color: #002677;
  color: #fff;
}
.step-2-new .time-slot.multiple .dropdown-item img {
  width: 40px;
  border-radius: 50%;
  border: 3px solid #d9d9d9;
}
.step-2-new .hospital-name .dark-blue-text {
  display: inline-flex;
  align-items: center;
}
.step-2-new .hospital-name .dark-blue-text img {
  margin-right: 0.67em;
  height: 14px;
}
.step-2-new .hospital-cards-section {
  padding: 0;
  display: flex;
}
.step-2-new .schedule-hospital-map {
  flex: 0 0 33%;
}
.step-2-new .schedule-hospital-map #schedulemap {
  height: 100%;
}
.step-2-new .hospital-cards-info {
  padding: 10px 20px;
  flex: 1;
  overflow: auto;
}

.step-2-new .date-popup {
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 10px;
  min-width: 370px;
  position: absolute;
  z-index: 2;
  max-width: 375px;
  border-radius: 18px;
  border: 0;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.step-2-new .date-popup-header {
  display: flex; /*justify-content: center;*/
  border-bottom: 1px solid #d9d9d9;
  padding-right: 15px;
}
.step-2-new .date-popup-header .day-title {
  color: #333436;
  font-weight: 500;
  min-width: calc((350px - 12px - 28px) / 7);
  margin: 2px;
  font-size: 0.75rem;
  text-align: center; /*font-size: 1.0625rem;*/
}
.step-2-new .month-content {
  margin-top: 10px;
}
.step-2-new .month-title {
  text-align: center;
  color: #333436;
  font: 0.9166rem / 1.6667rem "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.step-2-new .month-dates .month-row {
  display: flex; /*justify-content: center;*/
  flex-wrap: wrap;
  max-width: 350px; /*margin:auto;*/
}
.step-2-new .month-date {
  min-width: calc((350px - 12px - 28px) / 7);
  font-size: 0.75rem;
  text-align: center;
  background-color: #fff;
  margin: 2px;
  border-radius: 5px;
  color: #333436;
  border: 3px solid #fff;
  cursor: pointer;
  font-size: 1.0625rem;
  padding: 6px 0;
}
/* .step-2-new .month-date:hover{border:3px solid #87D1E7;} */
.step-2-new .month-date.disabled {
  background-color: transparent;
  opacity: 0.5;
  border: 0;
  pointer-events: none;
}
/* .step-2-new .month-date.disabled:hover{border:0} */
.step-2-new .month-date.notavailable {
  background-color: #d9d9d9;
  opacity: 0.5;
  color: #9ba2ab;
  border-color: #d9d9d9;
}
/* .step-2-new .month-date.notavailable:hover{border:3px solid #AD0000;} */
.step-2-new .month-date.current {
  background-color: #d9d9d9;
  color: #65686b;
  border-color: #d9d9d9;
}
/* .step-2-new .month-date.current:hover{border:3px solid #AD0000;} */
.step-2-new .month-date.selected {
  background-color: #e3f7fd;
  color: #333436;
  border-color: #87d1e7;
}
/* .step-2-new .month-date.selected:hover{background-color: #fff;} */
.step-2-new .date-calendar-content {
  max-height: 320px;
  overflow-y: auto;
  margin-right: -5px;
}
.step-2-new .date-popup-footer {
  font-size: 0.813rem;
  line-height: 1;
  margin-top: 20px;
  padding: 0 10px;
}
.step-2-new .time-slot {
  flex-direction: column;
  width: 94px;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #87d1e7;
  background: #c3e8f3;
  line-height: 1;
  padding: 8px 10px 10px 10px;
  justify-content: center;
}
.add-new-pet-link.active {
  outline-offset: 2px;
  outline: 2px solid #87d1e7;
  box-shadow: inset 0px 0px 0px 5px #fff;
}

@media (min-width: 1024px) {
  .step-2-new .month-date:hover {
    border: 3px solid #87d1e7;
  }
  .step-2-new .month-date.disabled:hover {
    border: 0;
  }
  .step-2-new .month-date.notavailable:hover {
    border: 3px solid #ad0000;
  }
  .step-2-new .month-date.current:hover {
    border: 3px solid #ad0000;
  }
  .step-2-new .month-date.selected:hover {
    background-color: #fff;
  }
}

.scheduler-mobile-sticky {
  display: none;
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 5;
  bottom: 0;
  background-color: #fff;
}
.step-2-new .date-popup-close {
  display: none;
}
.step-2-new .date-popup-sticky-footer {
  display: none;
}

.step-2-new .search-hospital-location .input-group-prepend {
  position: absolute;
  height: 41px;
  top: 2px;
  left: 2px;
}
.step-2-new
  .search-hospital-location
  .input-group-prepend
  .input-group-text-prepend {
  border-radius: 51px;
  padding: 6px 10px;
  z-index: 4;
}
.step-2-new .search-hospital-location input {
  padding-left: 34px;
  font-size: 1.0625rem;
}
.step-2-new .hospital-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.step-2-new .loc-img {
  background-image: url("/Banfield/images/icon-address-pin.svg");
  background-repeat: no-repeat;
  background-size: 18px 24px;
  width: 18px;
  height: 24px;
  display: inline-flex;
  margin-right: 0.67em;
  flex: 0 0 18px;
}
.step-2-new .hospital-address a:hover .loc-img {
  background-image: url("/Banfield/images/icon-address-pin-hover.svg");
}
.step-2-new .hospital-address a {
  display: flex;
  align-items: center;
  margin-right: 5px;
  text-decoration: underline;
}
.step-2-new .hospital-address a:hover {
  color: #d74100;
}
.step-2-new .hospital-phone a {
  text-decoration: underline;
}
.step-2-new .hospital-phone a:before {
  content: url("/Banfield/images/icon-phone.svg");
  display: inline-flex;
  margin-right: 0.67em;
  width: 15px;
}
.step-2-new .hospital-phone a:hover:before {
  content: url("/Banfield/images/icon-phone-hover.svg");
}
/* .step-2-new a:hover:before {
    content: url("/Banfield/images/icon-phone-hover.svg");
  } */
.step-2-new .hospital-phone a:hover {
  color: #d74100;
}
.step-2-new .next-available img {
  margin-right: 0.67em;
}
.step-2-new .next-available strong {
  margin-right: 5px;
}
.step-2-new .docs-available {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.step-2-new .docs-available img {
  width: 19px;
  margin-right: 0.67em;
}
.step-2-new .doctor-img {
  flex: 0 0 55px;
  width: 55px;
  padding-top: 0;
}
.step-2-new .doctor-img img {
  width: 47px;
}
.step-2-new .doctor-details {
  margin-top: 10px;
}
.step-2-new .additional-appointments-text {
  margin-left: 28px;
  margin-top: 5px;
}
#hospitalNameModalNew .loc-img {
  background-image: url("/Banfield/images/icon-address-pin.svg");
  background-repeat: no-repeat;
  background-size: 18px 24px;
  width: 18px;
  height: 24px;
  display: inline-flex;
  margin-right: 5px;
  flex: 0 0 18px;
}
#hospitalNameModalNew .hospital-phone a {
  text-decoration: underline;
}
#hospitalNameModalNew .hospital-phone a:before {
  content: url("/Banfield/images/icon-phone.svg");
  display: inline-flex;
  margin-right: 5px;
  width: 15px;
}
#hospitalNameModalNew .hospital-phone a:hover:before {
  content: url("/Banfield/images/icon-phone-hover.svg");
}
#hospitalNameModalNew .hospital-phone a:hover {
  color: #d74100;
}
#hospitalNameModalNew .loc-img {
  background-image: url("/Banfield/images/icon-address-pin.svg");
  background-repeat: no-repeat;
  background-size: 18px 24px;
  width: 18px;
  height: 24px;
  display: inline-flex;
  margin-right: 5px;
  flex: 0 0 18px;
}
#hospitalNameModalNew .hospital-address a:hover .loc-img {
  background-image: url("/Banfield/images/icon-address-pin-hover.svg");
}
#hospitalNameModalNew .hospital-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#hospitalNameModalNew .hospital-address a {
  display: flex;
  align-items: flex-start;
  margin-right: 5px;
  text-decoration: underline;
}
#hospitalNameModalNew .hospital-address a:hover {
  color: #d74100;
}

.step-2-new .hospital-google-pin {
  margin-right: 0.6em;
}
.step-2-new .google-pin-label {
  top: 0px;
  text-align: center;
  font-size: 0.75rem;
  height: 24px;
}

.close-map {
  text-align: right;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  background: none;
  position: absolute;
  top: 0;
  z-index: 99999; /* left: 0;*/
  right: 0;
}

.close-map {
  top: 25%;
}
.step-2-new .hospital-google-pin img,
.step-2-new .hospital-google-pin div {
  width: 23px;
  height: 29px;
}
/*
  .step-2-new .map-icon:hover {
    background-color: #fff;
  }
  .step-2-new .hospital-name a:hover {
    color: #d74100;
  }


  .step-2-new .view-more-hospitals a {
    text-decoration: underline;
  }*/

.step-2-new .view-more-hospitals {
  padding: 20px 0;
}
/*
  .hospital-lising-container {
    border: 1px solid #d9d9d9;
    background-color: #f3f3f3;
    position: relative;
  }*/
.top-gradient {
  height: 7px;
  background: transparent linear-gradient(180deg, #00000022 0%, #00000000 100%)
    0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.doctor-mobile-sticky {
  z-index: 101000;
}
.scheduler-flow .modal-backdrop {
  z-index: 100000;
}
.doctor-mobile-sticky .modal-body {
  padding: 0;
}
.doctor-mobile-sticky ul {
  list-style: none;
  padding-left: 0;
}
.doctor-mobile-sticky ul img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #d9d9d9;
  margin-right: 0.5em;
}
.doctor-mobile-sticky ul li {
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}
.doctor-mobile-sticky ul li:last-of-type {
  border-bottom: 0;
}
.doctor-mobile-sticky ul li div {
  padding: 10px;
  display: block;
}
.doctor-mobile-sticky .modal-dialog {
  justify-content: flex-end;
  z-index: 99999;
  min-height: 0;
  height: 95%;
  margin: 0;
}
.doctor-mobile-sticky .modal-dialog .modal-content {
  max-height: 50vh;
  overflow-y: auto;
}
.step-2-new .doctor-available {
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.step-2-new .doctor-details {
  padding-left: 0.3333em;
}
.step-2-new .doc-desc-info {
  line-height: 1.4;
  padding-top: 0.333em;
  padding-bottom: 1em;
}
.step-2-new.scheduler-mobile-sticky .search-hospital-location input {
  padding-left: 32px;
  font-size: 0.9375rem;
  border-radius: 7.5px !important;
}
.step-2-new.scheduler-mobile-sticky .select-date span {
  font-size: 0.9375rem;
}
.step-2-new.scheduler-mobile-sticky .select-date {
  padding: 5px 10px;
  border-radius: 7.5px !important;
}
.scheduler-mobile-sticky > .date-selector-module .col-8 {
  padding-left: 13px;
  padding-right: 5px;
}
.scheduler-mobile-sticky > .date-selector-module .col-4 {
  padding-left: 5px;
  padding-right: 13px;
}
.scheduler-mobile-sticky {
  height: 65px;
}

.footer-sticky {
  position: fixed;
  height: 65px;
  width: 100%;
  z-index: 100000;
  bottom: 0;
  left: 0;
  right: 0;
}
.step4-footer-sticky {
  position: fixed;
  height: 65px;
  width: 100%;
  z-index: 2000;
  bottom: 0;
  left: 0;
}
.step4-footer-sticky .schedule-footer-actions .orange-link {
  display: none;
}
.step4-footer-sticky a.btn.orange-outlined.disabled {
  pointer-events: none;
  color: #65686b !important;
  border: 4px solid #d9d9d9 !important;
  opacity: 1;
  background: white;
}

.step4-footer-sticky a.btn.orange-outlined {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0.92rem;
  line-height: 1.2;
  border-radius: 60px;
  border: 4px solid #fff;
  background: #d74100;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2),
    0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  color: #fff !important;
}
.step4-footer-sticky a.btn.orange-outlined:focus,
.footer-sticky button.orange-outlined:focus {
  border: solid #d74100 3px;
  box-shadow: 0px 0px 0px 1.5px white inset,
    0px 0px 16px 0px rgba(215, 65, 0, 0.25);
}
.footer-sticky button.orange-outlined {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0.92rem;
  line-height: 1.2;
  border-radius: 60px;
  border: 4px solid #fff;
  background: #d74100;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2),
    0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.footer-sticky .schedule-footer-actions,
.step4-footer-sticky .schedule-footer-actions {
  padding-top: 0;
}

.footer-sticky .schedule-footer-actions .orange-link {
  display: none;
}
.vaccination-consent {
  margin-top: 20px !important;
}
a.appt-confirmed {
  color: #333436 !important;
  font: 0.92rem/1.67rem "Poppins", sans-serif;
  font-weight: 500;
  pointer-events: none;
}
.confirm-appointments img {
  width: 25px;
  margin-left: 10px;
}

.confirm-appointments.disabled:focus {
  box-shadow: none;
  background-color: #fff;
  color: #333436 !important;
}
.appt-confirmed:focus {
  box-shadow: none;
  background-color: #fff;
  color: #333436 !important;
  text-decoration: none !important;
  pointer-events: none !important;
}
.scheduler-step-4 .schedule-footer-actions {
  padding-top: 0px;
}

/*
  .step-2-new .hospital-name {
    display: inline-flex;
    width: 100%;
    align-items: center;
  }
  .step-2-new .hospital-name .clinic-logo {
    padding-top: 0;
    margin-left: auto;
  }
  .step-2-new .hospital-name .clinic-logo img {
    max-width: 83px;
  }
  .step-2-new .disclaimer-text {
    padding-top: 0;
  }
  */
.step-2-new .search-hospital-location input:disabled {
  pointer-events: none;
}
.step-2-new .search-hospital-location.disabled img {
  filter: saturate(0);
  opacity: 0.333;
}
.step-2-new .search-hospital-location.disabled .input-group-text em {
  opacity: 0.3333;
}
.step-2-new
  .hospital-toggle
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #d9d9d9;
  background-color: #fff;
}
.step-2-new
  .hospital-toggle
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #e35205;
}

.no-availability .next-available {
  max-width: 100%;
  flex: 0 0 100%;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  line-height: 1.4;
}

.grayhoundRescheduleModal .modal-title {
  width: 100%;
}
.reschedule-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reschedule-actions a:first-child {
  margin-right: 10px;
}
.orange-link.orange-outlined:hover {
  text-decoration: none !important;
}

/* ----toggle feature style---- */
.loading-hosps-text {
  margin-top: 10px;
}
.about-pet .pet-age .form-group {
  flex: 0 0 70%;
  margin-right: 10px;
}
.appnt-type-toggle {
  display: flex;
  align-items: center;
}
.schedule-toggle-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-toggle-section {
  --pad: 20px;
}
.hospital-toggle {
  --option1: 58px;
  --option2: 159px;
}
.step-2-new .hospital-toggle {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.switch {
  position: absolute;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 3rem;
  z-index: 0;
  top: 2px;
  left: 2px;
  bottom: 2px;
  border: 2px solid #87d1e7ab;
  background-color: #87d1e7ab;
}

.hospital-toggle .switches-container input:nth-of-type(1):checked ~ .switch {
  transform: translateX(0);
  width: var(--option1);
}
.hospital-toggle .switches-container input:nth-of-type(2):checked ~ .switch {
  transform: translateX(calc(var(--option1)));
  width: var(--option2);
}

.appnt-type-toggle .switches-container input:nth-of-type(1):checked ~ .switch {
  transform: translateX(0);
  width: var(--option1);
}

.appnt-type-toggle .switches-container input:nth-of-type(2):checked ~ .switch {
  transform: translateX(calc(var(--option1)));
  width: var(--option2);
}

.appnt-type-toggle .switches-container input:nth-of-type(3):checked ~ .switch {
  transform: translateX(calc(var(--option1) + var(--option2)));
  width: var(--option3);
}

.switch-prefix-label {
  margin-left: 2px;
  margin-right: 10px;
  padding: 0.15rem;
  text-align: left;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.switches-container {
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #fff;
  line-height: 2rem;
  border-radius: 3rem;
  border: 2px solid #00000025;
  transition: border-color 0.15s ease-in-out;
  padding: 0 2px;
}
.switches-container:hover {
  /* border-color: #65686B !important; */
  border-color: #00000040 !important;
}
.appnt-type-toggle {
  --option1: 58px;
  --option2: 106px;
  --option3: 108px;
}
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

label[for="switchHospAll"],
label[for="switchAppntAll"] {
  width: var(--option1);
}
label[for="switchHospAvail"] {
  width: var(--option2);
}
label[for="switchAppntRoom"] {
  width: var(--option2);
}
label[for="switchAppntDrop"] {
  width: var(--option3);
}
.switches-container input:nth-of-type(1):checked ~ label:nth-of-type(1) {
  color: #333436;
  font-weight: 500;
  cursor: default;
  z-index: 1;
}

.switches-container input:nth-of-type(2):checked ~ label:nth-of-type(2),
.switches-container input:nth-of-type(3):checked ~ label:nth-of-type(3) {
  color: #333436;
  font-weight: 500;
  cursor: default;
  z-index: 1;
}

.info-popup {
  margin-left: 5px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.step4-footer-sticky a.btn.orange-outlined {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0.92rem;
  line-height: 1.2;
}
.mob-confirm-appointment-section {
  padding: 0 15px 10px;
}

.schedule-choose-species {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.schedule-choose-species,
.scheduler-choose-gender,
.scheduler-choose-spayed,
.reason-option {
  row-gap: 0;
}
.schedule-choose-species .species-option {
  border: 1.5px solid #d9d9d9;
  border-radius: 4px;
  padding: 25px 12px 15px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  margin-bottom: 0;
  cursor: pointer;
}
.schedule-choose-species .species-option p {
  margin-bottom: 0;
}
.species-option.active {
  border: 2px solid #00a0d1;
  padding: 24.5px 11.5px 14.5px;
}

.schedule-choose-species .species-option {
  padding: 25px 12px 15px;
  gap: 8px;
}
.species-option.active .species-dog {
  background-image: url(/Banfield/images/Generic-pets/ic_Dog-active.svg);
}

.species-dog {
  background-image: url(/Banfield/images/Generic-pets/ic_Dog.svg);
  width: 71px;
  height: 89px;
}
.species-cat {
  background-image: url(/Banfield/images/Generic-pets/ic_Cat.svg);
  width: 71px;
  height: 89px;
}
.species-option.active .species-cat {
  background-image: url(/Banfield/images/Generic-pets/ic_Cat-active.svg);
}

.notDogorCatModal .modal-content {
  border-radius: 16px;
  border: none;
  background: linear-gradient(180deg, #fff 0%, #f3f3f3 100%);
  box-shadow: 0px 32px 40px -40px #333436,
    0px 48px 72px -18px rgba(0, 38, 119, 0.33),
    0px 0px 10px -3px rgba(0, 0, 0, 0.15);
}
#notDogorCatModal.notDogorCatModal .paw-image {
  width: 100%;
}
.schedule-appnt-intro-section .form-label {
  text-align: center;
  font-weight: 500;
  color: #333436;
}

.schedule-appnt-intro-section .input-group input,
.schedule-appnt-intro-section .form-control,
.schedule-appnt-intro-section .textarea,
.schedule-appnt-intro-section input[type="text"],
.schedule-appnt-intro-section input[type="email"],
.schedule-appnt-intro-section input[type="search"],
.schedule-appnt-intro-section input[type="password"],
.schedule-appnt-intro-section select,
.schedule-appnt-intro-section .custom-checkbox .custom-control-label::before {
  border-width: 1.5px !important;
  border-radius: 5px !important;
}

.scheduler-choose-gender,
.scheduler-choose-spayed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.scheduler-choose-gender .gender-option,
.scheduler-choose-spayed .spayed-option {
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: calc((100% - 16px) / 3);
  cursor: pointer;
}
.choose-user-option:hover,
.pet-option:hover,
.reason-option:hover,
.species-option:hover,
.gender-option:hover,
.spayed-option:hover {
  border-color: #90959f;
}
.scheduler-choose-spayed .spayed-option p {
  margin-bottom: 0;
}
.choose-user-option.active,
.species-option.active,
.spayed-option.active,
.gender-option.active,
.reason-option.active {
  padding: 11.5px 14.5px;
}
.gender-option.active {
  border: 2px solid #00a0d1;
}

.scheduler-pet-details .input-group-text {
  border: 0 !important;
}
.scheduler-pet-details .input-group-append {
  height: 41px;
  right: 2px;
  bottom: 2px;
}
.schedule-appnt-intro-section
  .input-group
  .input-group-append
  .input-group-text {
  background-color: transparent;
}
.pet-birthday .input-group .input-group-append {
  position: absolute;
  right: 0;
  height: 45px;
}
.scheduler-pet-details .input-group input {
  border-right: 1.5px solid #90959f !important;
}
.pet-birthday .input-group-text {
  z-index: 3;
}
input[type="date"],
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.pet-weight .input-group-text {
  font-family: "Poppins";
  font-weight: 300;
  color: #74777a !important;
  z-index: 3;
}
.react-calendar.hide {
  display: none;
}
.schedule-choose-species,
.scheduler-choose-gender,
.scheduler-choose-spayed,
.reason-option {
  row-gap: 0;
}
.reason-option {
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  width: 480px;
  cursor: pointer;
}
.scheduler-reason-selection-section {
  padding-bottom: 70px;
}

.species-option.active {
  padding: 24.5px 11.5px 14.5px;
}
.spayed-option .custom-control-label,
.gender-option .custom-control-label,
.schedule-choose-species .custom-control-label {
  z-index: -1;
}

.spayed-option.active,
.gender-option.active {
  border: 2px solid #00a0d1;
}
.scheduler-subreasons .custom-checkbox .custom-control-label {
  cursor: pointer;
}
.scheduler-intro-footer-sticky a.btn.orange-outlined:focus {
  border: solid #d74100 3px;
  box-shadow: 0px 0px 0px 1.5px white inset,
    0px 0px 16px 0px rgba(215, 65, 0, 0.25);
}

.scheduler-reason-selection-content {
  margin-top: 15px;
  padding: 20px 15px;
}
.scheduler-reason-selection-content {
  margin-top: 15px;
  padding: 20px 15px;
}
.scheduler-reasons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.reason-option img {
  width: 40px;
  height: 40px;
}
.reason-option p {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.reason-option .custom-control {
  margin-left: auto;
}
.reason-option .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  width: 20px;
  height: 20px;
  border: 1.5px solid #90959f;
}
.schedule-appnt-intro-section
  .scheduler-reason-selection-content
  .custom-control-input {
  width: 20px;
  height: 20px;
  z-index: 0;
}
.reason-option
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after,
.reason-option
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  width: 20px;
  height: 20px;
}
.reason-option
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after
  .reason-option
  .custom-checkbox
  .custom-control-label {
  padding-left: 0;
}

.reason-option .custom-checkbox .custom-control-label {
  padding-left: 0;
}
.scheduler-reason-footer-sticky {
  height: 50px;
  width: 325px;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1),
    0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  left: calc((100% - 325px) / 2);
  right: calc((100% - 325px) / 2);
  margin: auto;
  margin-top: 35px;
  position: absolute;
  bottom: 25px;
}
.scheduler-reason-footer-sticky .schedule-footer-actions {
  padding-top: 0;
}
.scheduler-reason-footer-sticky {
  height: fit-content;
  width: fit-content;
}
.scheduler-reason-footer-sticky a.btn.orange-outlined {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0.92rem;
  line-height: 1.2;
  border-radius: 60px;
  border: 4px solid #fff;
  background: #d74100;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2),
    0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  margin: 0;
}
.scheduler-intro-footer-sticky a.btn.orange-outlined,
.scheduler-reason-footer-sticky a.btn.orange-outlined,
.scheduler-subreason-footer-sticky a.btn.orange-outlined,
.scheduler-appnt-info-footer-sticky a.btn.orange-outlined {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.back-button {
  /*font: 0.92rem/1.25rem 'Poppins', sans-serif; */
  font-weight: 500;
  color: #d74100;
  cursor: pointer;
}
.back-button:hover {
  color: #d74100;
  text-decoration: underline !important;
}
.react-datepicker__input-container input {
  padding-left: 10px;
  color: #65686b;
}
.schedule-footer-actions a.btn.orange-outlined.disabled {
  background-color: #f3f3f3;
  color: #65686b !important;
  border: 4px solid #fff;
}
.reason-option .custom-checkbox {
  z-index: -1;
}
.scheduler-reason-footer-sticky a.btn.orange-outlined:focus {
  border: solid #d74100 3px;
  box-shadow: 0px 0px 0px 1.5px white inset,
    0px 0px 16px 0px rgba(215, 65, 0, 0.25);
}
.schedule-footer-actions a.btn.orange-outlined.disabled {
  background-color: #f3f3f3;
  color: #65686b !important;
  border: 4px solid #fff;
}

.duplicateAppointment .modal-dialog {
  max-width: 414px;
}
.duplicateAppointment .modal-content {
  border-radius: 16px;
  border: none;
  background: linear-gradient(180deg, #fff 0%, #f3f3f3 100%);
  box-shadow: 0px 32px 40px -40px #333436,
    0px 48px 72px -18px rgba(0, 38, 119, 0.33),
    0px 0px 10px -3px rgba(0, 0, 0, 0.15);
}
.duplicate-appnt-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.duplicate-appnt-actions a {
  display: block;
}
.duplicateAppointment .upcoming-appointments {
  margin: 20px auto;
}
.duplicateAppointment .pet-detail-appointment {
  width: 100%;
  pointer-events: none;
}

.pet-appointment-date {
  flex: 0 0 80px;
  padding: 6px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8d4c0;
  color: #bf4200;
}
.pet-appointment-date {
  flex: 0 0 auto;
  padding: 8px 16px;
}
.pet-appointment-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.pet-detail-appointment {
  display: flex;
  padding: 8px;
  width: 315px;
  cursor: pointer;
}
.curved-border {
  border-radius: 16px;
  border: 1px solid #d8dadc !important;
}
.pet-appointment-date > span:nth-of-type(2) {
  color: #bf4200;
  font-weight: 700;
  font-size: 1.675rem;
}
.pet-appointment-date > span:first-of-type {
  color: #bf4200;
  font-weight: 700;
  font-size: 1rem;
}
.pet-appointment-date > span:nth-of-type(2) {
  font-family:inherit;
}
.pet-appointment-date > span:last-of-type {
  font-weight: 500;
}
.pet-appointment-type {
  color: #333436;
  font-weight: 700;
  padding-bottom: 8px;
  padding-bottom: 0px;
  line-height: 1.25;
}
.pet-appointment-location {
  line-height: 1.25;
  font-size: 14px;
  font-weight: 500;
}
.pet-appointment-time {
  color: #bf4200;
  font-weight: 600;
  line-height: 1.25;
}
.visit-type {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #5d6063;
  font-weight: 600;
  font-size: 0.938rem;
  line-height: 125%;
}
#duplicateAppointment {
  overflow-x: hidden;
  overflow-y: auto;
}

/********Sub reasons***************/

.subreason-title {
  width: 100%;
  color: #333436;
  font-weight: 500;
}
.scheduler-subreasons {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  margin-top: 10px;
}
.scheduler-subreasons .form-group {
  margin-bottom: 0;
}

.scheduler-subreasons .form-group .custom-control {
  margin-bottom: 10px;
}
.schedule-appnt-intro-section .scheduler-subreasons .custom-control-input {
  width: 2rem;
  height: 2.5rem;
  z-index: 0;
}

.sub-reason-list {
  margin-top: 15px;
  padding: 20px 15px;
  display: flex;
  align-items: flex-start;
  width: 480px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.Injury-sub-reason.sub-reason-list,
.Illness-sub-reason.sub-reason-list {
  padding-bottom: 0;
  margin-bottom: 0;
}
.scheduler-subreason-selection-section {
  padding-bottom: 70px;
}
.scheduler-appnt-content {
  margin-top: 15px;
  padding: 20px 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.schedule-appnt-intro-section h1 {
  color: #333436;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 23.9px;
  line-height: 35px;
}
.schedule-appnt-intro-section .form-label {
  text-align: center;
  font-weight: 500;
  color: #333436;
}
.scheduler-appointment-info-section .form-group {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.scheduler-appointment-info-section .form-group {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.scheduler-appointment-info-section
  .visit-reasons-cta-module
  .reasons-module-content {
  border: 1px solid #ebeae8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
}
.scheduler-appointment-info-section .visit-reasons-cta-module {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  padding: 15px 0;
}
.scheduler-choose-gender .gender-option,
.scheduler-choose-spayed .spayed-option {
  margin-bottom: 0;
}
.scheduler-species-selection-section {
  padding-bottom: 70px;
}
.scheduler-subreasons .custom-control {
  margin-bottom: 10px;
}
.scheduler-appointment-info-section {
  padding-bottom: 70px;
}
.scheduler-steps-progress {
  height: 7px;
  position: relative;
  z-index: 1;
  width: 360px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background-color: #d9d9d9;
  top: -12px;
  margin-left: 37px;
}
.scheduler-progress-percentage {
  display: block;
  height: 100%;
  background-color: #e35205;
  width: 4%;
  transition: width ease-in-out 0.5s;
  border-radius: 100px;
}
.scheduler-pet-details .pet-weight .error {
  width: 100%;
}
.scheduler-pet-details .pet-weight .input-group-append {
  top: 31px;
}
/**********Login step1************/
.scheduler-pet-selection-content {
  margin-top: 15px;
  padding: 20px 15px;
}
.scheduler-pet-selection-section {
  padding-bottom: 70px;
}
.scheduler-pets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pet-option {
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  width: 480px;
  cursor: pointer;
  margin-bottom: 0;
}
.pet-option .pet-item-image {
  position: relative;
}
.pet-option p {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.pet-option img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pet-option .badgeimg {
  position: absolute;
  bottom: -4px;
  width: 21px;
  height: 21px;
  left: 50%;
  transform: translateX(-50%);
}
/* width: 26px; */
.pet-option .custom-control {
  margin-left: auto;
  padding-left: 0;
}
.scheduler-pet-selection-content .custom-control-input {
  width: 20px;
  height: 20px;
  z-index: 0;
}
.pet-option .custom-control .custom-control-label {
  padding-left: 0;
}
.pet-option:active,
.pet-option.active:hover,
.pet-option.active {
  border: 2px solid #00a0d1;
  padding: 7.5px 11.5px;
}

.scheduler-disclaimer-info {
  text-align: center;
  padding: 20px 15px;
}
.scheduler-choose-gender .gender-option p {
  margin-bottom: 0px;
}

.select2-dropdown {
  border-radius: 12px !important;
  margin-top: 1em;
  margin-bottom: 1em;
  background: linear-gradient(180deg, #ffffff 0%, #f3f3f3 100%);
  box-shadow: 0px 32px 40px -40px #333436,
    0px 48px 72px -18px rgba(0, 38, 119, 0.33),
    0px 0px 10px -3px rgba(0, 0, 0, 0.15),
    0px 0px 120px -10px rgba(0, 0, 0, 0.1);
  border: none;
}
span.select2-search.select2-search--dropdown {
  padding: 10px;
}

.schedule-appnt-intro-section .select2-search input {
  border-radius: 40px !important;
  padding-left: 14px !important;
  background-position: center right 13px;
}
span.select2-results {
  border-top: 1px solid #d9d9d9;
}
.select2-results__option {
  padding: 6px 25px !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}

input.select2-search__field {
  border-radius: 100px !important;
  padding: 4px 10px !important;
}
.select2-container--default .select2-selection--single {
  background: transparent;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgba(0, 0, 0, 0.05);
  color: #333436;
}
.select2 {
  height: auto !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  color: #00799e !important;
  background: rgba(0, 0, 0, 0.05) !important;
  font-weight: 500;
}

span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
  overflow: hidden;
}

.select2-search input {
  background-size: 20px;
}

.schedule-appnt-intro-section .select2-search input {
  border-radius: 40px !important;
  padding-left: 14px !important;
  background-position: center right 13px;
}
.schedule-appnt-intro-section input[type="search"]:focus {
  border-color: #333436 !important;
}
.schedule-appnt-intro-section .select2,
.schedule-appnt-intro-section .select2-search input {
  border-width: 1.5px !important;
  border-radius: 5px !important;
  border-color: #90959f !important;
}

.schedule-appnt-intro-section .select2 .select2-selection__arrow {
  margin-top: 3px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #65686b;
  line-height: 2.81rem;
  padding-right: 2.5em;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visit-date-carousel .item {
    width: 98%;
  }
}

@media (max-width: 991px) {
  .schedule-full-bleed-image {
    margin-top: 35px; /*height: 250px;*/
    height: 63.46666667vw;
  }
  .schedule-appnt-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule-appnt-page h1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .schedule-appnt-intro .schedule-intro-actions a {
    margin: 15px 0px;
  }
  .schedule-appnt-intro > div {
    padding: 0;
  }
  .schedule-appnt-intro p {
    padding: 0 30px;
  }
  .schedule-appnt-intro h3 {
    padding: 0 30px;
  }
  .schedule-appnt-intro .schedule-intro-actions {
    padding: 0 30px;
  }
  .schedule-appnt-intro .about-pet {
    border-left: 0;
    border-right: 0;
  }
  .schedule-appnt-intro .about-pet .schedule-step1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .schedule-appnt-intro .about-pet .schedule-step1 h3 {
    padding-left: 0;
    padding-right: 0;
  }
  .scheduler-step-1 .schedule-pet-list-section {
    display: none;
  }
  .scheduler-step-1 .schedule-pet-list-section.mobile {
    display: block;
  }
  .scheduler-step-1 .schedule-pet-module {
    padding-left: 0;
    padding-right: 0;
  }
  .scheduler-step-1 > div {
    padding-left: 0;
    padding-right: 0;
  }
  .scheduler-step-1 .schedule-pet-list-section.mobile .add-new-pet-module {
    padding: 0 30px;
    margin-top: 0;
  }
  .scheduler-step-1 .schedule-pet-module h2 {
    padding: 0 30px;
  }
  .scheduler-step-1 .schedule-pet-module p {
    padding: 0 30px;
  }
  .scheduler-step-1 .schedule-reason-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .scheduler-step-2 > div {
    padding: 0;
  }
  .visit-date-carousel .item {
    /*width:52px;*/
    width: 98%;
  }
  .date-selector-module {
    padding: 20px;
  }
  .search-hospital-location {
    width: 100%;
  }
  .hospital-miles {
    width: 60px;
    flex: 0 0 60px;
    line-height: 1.25rem;
    padding-right: 5px;
    padding-left: 5px;
  }
  .hospital-name {
    display: block;
  }
  .hospital-name .orange-text {
    padding-left: 0;
  }
  .doctor-img {
    width: 60px;
    flex: 0 0 60px;
  }
  .doctor-img img {
    width: 60px;
  }
  .schedule-footer-actions {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scheduler-last-step .container {
    padding-left: 0;
    padding-right: 0;
  }
  .scheduler-step-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .scheduler-step-3 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .scheduler-step-container {
    padding-left: 0;
    padding-right: 0;
  }
  .visit-summary-right {
    justify-content: flex-start;
    margin-left: 80px;
    padding-left: 0;
  }
  /* .apptDetail .visit-summary-right {
      margin-left: 0px;
    } */
  .visit-summary-card.contact-summary-section .visit-summary-right {
    margin-left: 15px;
  }
  .visit-summary-left .visit-summary-pet-text {
    display: block;
    margin: auto 0px;
  }
  .scheduler-last-step
    .visit-summary-content.schedule-date-time-loc
    .visit-summary-right {
    justify-content: center;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    margin-left: 0px !important;
  }
  .scheduler-last-step
    .visit-summary-content.schedule-date-time-loc
    .visit-summary-left {
    padding-bottom: 10px;
  }
  .schedule-appnt-page .paw-section {
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .schedule-appnt-page .paw-image {
    padding-bottom: 10px;
    margin: auto;
  }
  .schedule-appnt-page .paw-desc {
    padding-left: 0;
  }
  .scheduler-cta-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .reason-visit {
    padding-left: 0;
  }
  .scheduler-step-3 .user-contact-information .user-contact {
    border: unset;
  }
  .fix-top {
    left: 0;
    right: 0;
  }
  .scheduler-step-1 .schedule-step1-existing-form {
    border-top: unset;
  }
  .scheduler-step-1 .schedule-reason-section {
    padding-top: 0;
  }

  .scheduler-step-3 .user-contact-information h1 {
    padding-top: 0px;
  }

  .visit-date-carousel .owl-nav .owl-prev {
    width: 25px;
    left: -35px;
    top: -12%;
  }
  .visit-date-carousel .owl-nav .owl-next {
    width: 25px;
    right: -35px;
    top: -12%;
  }
  .schedule-appnt-intro .intro-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .schedule-page-without-nav .scheduler-step-container p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dental-consent,
  .vaccination-consent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vaccination-consent p {
    margin-bottom: 10px;
  }
  .close-map.mobile {
    display: none;
  }
  .schedule-toggle-section {
    display: block;
  }
  .step-2-new .hospital-toggle {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .appnt-type-toggle {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .switch-prefix-label {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .scheduler-cta-section .cta-links a {
    font: 0.92rem / 1.67rem "Poppins", sans-serif;
    font-weight: 500 !important;
  }
  .schedule-appnt-intro-section .schedule-footer-actions {
    padding-left: 0;
    padding-right: 0;
  }
  .schedule-date-time-loc .visit-summary-right {
    align-items: flex-start;
  }
  .schedule-date-time-loc .visit-summary-right.VVappt {
    align-items: flex-end;
  }
  div.virtual-visit-appointment .schedule-date-time-loc .visit-summary-right {
    flex: 100%;
    max-width: 100%;
    margin-left: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .step-2-new .date-selector-module .col-lg-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .step-2-new .date-selector-module .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .step-2-new .select-date span {
    font-size: 1.0425rem;
  }
}
/* @media (min-width : 768px) and (max-width : 1024px) and (orientation : portrait){
      .scheduler-last-step .visit-summary-content.schedule-date-time-loc .visit-summary-right{justify-content: start;margin-left:80px;}
  } */
/* @media (max-width:991px) and (orientation: landscape){
      .scheduler-last-step .visit-summary-content.schedule-date-time-loc .visit-summary-right{justify-content: start;margin-left:80px;}
  } */
@media (min-width: 768px) and (max-width: 1023px) {
  .scheduler-step-1 .upcoming-visits-module {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .step-2-new .hosp-available .next-available a.orange-link {
    padding-left: unset;
  }
}

@media (min-width: 768px) {
  .search-location.mobile {
    display: none;
  }
  .notDogorCatModal .modal-dialog {
    max-width: 414px;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  /* .scheduler-step-1 .swiper-slide.schedule-pet-swiper.swiper-slide-active .pet-slide .slide-pet-img .badge-img
      {left: 55px;} */

  .step-2-new .hospital-toggle span {
    text-align: right;
    line-height: 1.1;
  }
  .schedule-footer-actions a {
    margin: 10px 0px !important;
  }
  .schedule-footer-actions .cta-links {
    flex-direction: row;
    justify-content: center;
  }
  .schedule-footer-actions > div {
    display: flex;
    flex-direction: column;
  }
  .schedule-footer-actions a.orange-link {
    order: 2;
  }
  .schedule-footer-actions.scheduler-step4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scheduler-step-1 .upcoming-visits-module {
    padding-left: 30px;
    padding-right: 30px;
  }
  .time-slot.not-available {
    height: auto;
    padding: 5px 10px;
  }

  .choose-verification-section {
    display: block;
  }
  .verification-option {
    width: 100%;
  }
  .verification-option:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .scheduler-verification-progress h1 {
    width: 205px;
  }
  /* .cancelled-appointment-content .schedule-footer-actions a.orange-link {
      margin-top: 0;
    } */

  .step-2-new .date-selector-module .col-lg-11 {
    padding: 0;
  }
  .step-2-new .search-hospital-location {
    padding-bottom: 0;
  }
  /*
    .step-2-new .hospital-cards-head-section {
      flex-flow: column-reverse;
    }
    .step-2-new .hospital-cards-info > .col-lg-11 {
      padding: 0;
    }*/
  .step-2-new .map-icon {
    border: 0;
    box-shadow: none;
    margin-top: 10px;
  }
  .step-2-new .map-icon span {
    line-height: 1.1;
  }
  .step-2-new .hosp-available span {
    padding-left: 24px;
  }
  /*
    .step-2-new .hospital-sort .form-group {
      margin-left: 0;
    }*/
  .step-2-new .hosp-info {
    display: block;
  }
  /* .scheduler-mobile-sticky{display: block;} */
  .scheduler-mobile-sticky.step-2-new .date-selector-module {
    margin-top: 0;
    padding-top: 10px;
  }
  .scheduler-mobile-sticky .search-hospital-location {
    padding: 0;
  }
  .scheduler-mobile-sticky.step-2-new .choose-date-section {
    padding: 0;
  }
  .scheduler-mobile-sticky .select-date {
    border-radius: 51px !important;
    border: 2px solid #d9d9d9 !important;
    height: 45px;
    align-items: center;
    display: flex;
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
  }
  .step-2-new .date-popup {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999999;
    border-radius: 0;
    max-width: 100%;
  }
  .step-2-new .date-calendar-content {
    max-width: 350px;
    margin: auto;
    max-height: calc(100vh - (100px + 80px));
  }
  .step-2-new .date-popup-header {
    max-width: 350px;
    margin: auto;
  }
  .step-2-new .date-popup-close {
    display: block;
    text-align: right;
    font-weight: 500;
    color: #333436;
  }
  .step-2-new .date-popup-sticky-footer {
    display: flex;
    background-color: #fff;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 15px;
    margin-top: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .step-2-new .hosp-available + .expanded-content {
    /* width: calc(-42px + 100vw);*/
    overflow-x: auto;
  }
  .step-2-new .doctor-available {
    overflow-x: auto;
  }
  .no-availability .next-available a {
    line-height: 1.1;
  }

  .step-2-new .hospital-available-time-slots,
  .step-2-new .available-time-slots {
    padding-right: 4px !important;
    padding-left: 8px !important;
  }
  .step-2-new .scrollable .available-time-slots {
    display: flex;
  }
  .reschedule-actions {
    flex-direction: column-reverse;
  }
  .reschedule-actions a:first-child {
    margin-right: 0;
  }
  .cta-links .orange-link {
    font: 0.92rem / 1.67rem "Poppins", sans-serif;
    font-weight: 500;
  }
  /*
    .step-2-new .hospital-available-time-slots {
      display: inline-flex;
    }*/
  .step-2-new .time-slot {
    flex: 0 0 auto;
  }

  .step-2-new .hospital-address .dark-blue-text {
    flex-basis: 100%;
    padding-left: 31px;
  }
  .step-2-new .hosp-available .next-available span {
    padding-left: 28px;
  }
  .step-2-new
    .hosp-available
    .next-available
    a.orange-link:not(.no-available-msg) {
    padding-left: 31px;
  }
  .schedule-appnt-page .step-2-new .hospital-cards-item .hospital-phone {
    padding-left: 31px;
  } /*
    .step-2-new .hospital-cards-section {
      display: block;
    }*/
  .step-2-new .schedule-hospital-map {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    background-color: #f3f3f3;
  }
  .step-2-new .schedule-hospital-map {
    top: -33%;
    height: 133%;
  }
  /* .step-2-new .schedule-hospital-map #schedulemap{height: 70vh;} */

  .step-2-new .accordion.hospital-cards.scrollable {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .schedule-appnt-page
    .step-2-new
    .hospital-cards.scrollable
    .hospital-cards-item {
    display: flex;
    flex: 0 0 300px;
    margin-right: 10px;
    box-shadow: 0px 3px 4px #00000029;
    border: 1px solid #d9d9d9;
  }
  .step-2-new .hospital-cards-info.scrollable {
    max-width: calc(100vw - 30px);
    overflow-x: auto;
    z-index: 99999;
    position: fixed;
    bottom: 0;
  }
  .step-2-new .hospital-cards-info.scrollable {
    max-width: 100vw;
  }
  .step-2-new .hospital-cards-info.scrollable .hospital-cards-head-section {
    display: none;
  }
  .step-2-new .hospital-cards-info.scrollable .view-more-hospitals {
    display: none;
  }
  .step-2-new
    .hospital-cards-info.scrollable
    .hosp-available
    + .collapse.show
    .expanded-content {
    max-width: 300px;
  }
  .step-2-new .accordion.hospital-cards.scrollable .hosp-available-doctors {
    background-color: #fff;
  }
  .step-2-new .accordion.hospital-cards.scrollable.single-hospital {
    justify-content: center;
  }
  .step-2-new .scrollable .prefer-text {
    display: none;
  }
  .step-2-new
    .accordion.hospital-cards.scrollable.single-hospital
    .hospital-cards-item {
    margin-right: 0;
  }
  .scrollable .hospital-card {
    width: 100%;
  }

  .step-2-new .hospital-cards-info.scrollable .doctor-available {
    /*max-width: 215px;*/
    overflow-x: auto;
    width: calc(100vw - 75px);
  }
  /* .step-2-new .time-slot.multiple .dropdown-menu{top:100% !important; left:0 !important; min-width: unset;} */
  .step-2-new .hospital-address {
    padding-bottom: 10px;
  } /*
    .step-2-new .hospital-address a {
      align-items: flex-start;
    } */

  /* .step-2-new .month-date:hover{border-color:inherit}
    .step-2-new .month-date.disabled:hover{border:0}
    .step-2-new .month-date.notavailable:hover{border-color:inherit}
    .step-2-new .month-date.current:hover{border-color:inherit}
    .step-2-new .month-date.selected:hover{background-color: inherit} */
  .step-2-new .hosp-available-doctors + .collapse .expanded-content {
    margin-left: 0;
    margin-right: 0;
  }
  .step-2-new .doctor-card {
    padding-left: 0;
  }
  .step-2-new
    .hosp-available-doctors
    + .collapse
    .expanded-content
    .doctor-card
    .d-flex {
    margin-left: 15px;
    margin-right: 20px;
  }
  .step-2-new .doctor-available .time-slot:last-of-type {
    margin-right: 25px;
  }
  .step-2-new .doctor-available {
    padding-left: 55px;
  }
  .step-2-new .date-popup {
    margin-top: 0;
  }
  .step-2-new .hosp-available + .collapse.show {
    position: relative;
  }
  .step-2-new .hosp-available + .collapse.show:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 50px;
    left: 0;
    background: linear-gradient(to right, #ffffffff, #ffffff00);
    z-index: 2;
    top: 0;
  }

  .step-2-new .hosp-available + .collapse.show:after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 50px;
    right: 0;
    background: linear-gradient(to left, #ffffffff, #ffffff00);
    z-index: 1;
    top: 0;
  }
  .close-map.mobile {
    display: block;
  }

  .step-2-new .hospital-name {
    display: block;
  }
  .step-2-new .hospital-name h4 {
    display: block;
  }
  .step-2-new .hospital-name .dark-blue-text {
    display: inline;
  }
  .step-2-new .hospital-name .clinic-logo {
    display: inline-block;
  }
  .step-2-new .hospital-name .dark-blue-text + .clinic-logo {
    margin-left: 10px;
  }
  .virtual-visit-appointment .schedule-date-time-loc .visit-summary-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .virtual-visit-appointment .schedule-date-time-loc .visit-summary-right {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 15px;
  }
  .virtual-visit-appointment .schedule-date-time-loc .visit-summary-right p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .no-nearest-hospitals {
    align-items: flex-start;
  }
  .scheduler-step-1 .swiper-container .swiper-slide {
    margin-right: 25px;
  }
  .schedule-footer-actions.scheduler-step4 > div {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .schedule-footer-actions.scheduler-step4 a.orange-link {
    order: initial;
  }
  .schedule-footer-actions.scheduler-step4 a {
    margin: 10px 10px !important;
  }
  .step4-footer-sticky a.btn.orange-outlined {
    width: auto;
    padding: 6px 10px;
  }

  .schedule-footer-actions.scheduler-step4 a {
    margin: 10px 10px !important;
  }
  .schedule-footer-actions a.btn.orange-outlined {
    width: auto;
    padding: 6px 10px;
  }
  .hospital-cards-info > div {
    padding: 0px;
  }
  .step4-footer-sticky a.btn.orange-outlined {
    width: auto;
    padding: 6px 15px;
  }
  .step4-footer-sticky a.btn.orange-outlined {
    width: auto;
    padding: 6px 15px;
  }
  .step-2-new .hospital-cards-info > .col-lg-11 {
    padding: 0px;
  }
  .schedule-footer-actions .cta-links a {
    padding: 0 15px;
  }
  #root .schedule-appnt-intro-section {
    border: 0;
  }
  .scheduler-reason-footer-sticky .schedule-footer-actions {
    padding: 0;
    width: 100%;
  }
  .scheduler-reason-footer-sticky .schedule-footer-actions > div {
    flex-direction: row;
    gap: 15px;
    justify-content: space-between;
  }
  .scheduler-reason-footer-sticky a.btn.orange-outlined {
    width: auto;
    min-width: calc(100% - 75px) !important;
  }
  .scheduler-reason-footer-sticky .schedule-footer-actions a.back-button {
    order: unset;
    padding-left: 15px;
    flex: 0 0 62px;
  }
  .scheduler-reason-footer-sticky .schedule-footer-actions a.next {
    margin: 0px !important;
  }
  .reason-option {
    width: 100%;
  }
  .schedule-appnt-page > .container > .col-lg-10 {
    padding: 0;
  }

  .scheduler-reason-footer-sticky {
    width: 100%;
  }
  .scheduler-reason-footer-sticky .schedule-footer-actions {
    padding: 0;
    width: 100%;
  }
  .scheduler-reason-footer-sticky {
    left: 32px;
    right: 32px;
    width: calc(100% - 64px);
  }
  .sub-reason-list {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .pet-option,
  .schedule-pet-list-section {
    width: 100%;
  }
  .scheduler-pet-selection-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .apptDetail .visit-summary-right {
    margin-left: 83px !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .step-2-new .hosp-available .next-available span {
    padding-left: unset;
  }
  .step-2-new .hosp-available .next-available a.orange-link {
    padding-left: unset;
  }
  .scheduler-reason-footer-sticky {
    width: 325px;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .scheduler-steps-progress {
    margin-left: 53px;
  }
}
@media (max-width: 480px) {
  .time-slot {
    width: 105px;
  }
  .scheduler-step-1 .parp-map-section .swiper-slide {
    width: calc(100vw - 120px);
  }
  .scheduler-step-1 .parp-map-section .swiper-slide.swiper-slide-active {
    width: calc(100vw - 120px);
  }
  #paw-icon-text-div a {
    display: block;
  }
  .scheduler-steps-progress {
    width: calc(100% - 108px);
    margin-left: 55px;
  }

  /* .schedule-footer-actions {padding-left:0;padding-right:0;} */
}

@media (max-width: 400px) {
  .scheduler-verification-container .verification-code input {
    width: 14%;
  }
}

@media (max-width: 320px) {
  /* .visit-date-carousel .item{width:40px;}*/
  .visit-summary-card-img .badgeimg {
    bottom: 18px;
  }
  .time-slot {
    width: 78px;
  }
  .time-slot.not-available {
    height: auto;
  }
  .scheduler-verification-container .verification-code input {
    width: 10%;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  .scheduler-step-1 .parp-map-section .swiper-slide {
    width: 40% !important;
  }
  .scheduler-step-1 .parp-map-section .swiper-slide.swiper-slide-active {
    width: 40%;
  }
}

/* dental appointment changes*/
.schedule-appnt-page .paw-desc a {
  text-decoration: none !important;
}

.schedule-appnt-page .paw-desc a:hover {
  text-decoration: underline !important;
}
/*****Legacy styles*********/
.step-2-new .time-slot {
  flex-direction: column;
  width: 94px;
  height: 48px;
  border-radius: 5px;
  border: 2px solid #87d1e7;
  background: #c3e8f3;
  line-height: 1;
  padding: 8px 10px 10px 10px;
  justify-content: center;
}

.step-2-new .time-slot span:first-child {
  color: #002677;
  font-weight: 500;
  font-size: 13.5px;
  margin-bottom: 5px;
}
.step-2-new .time-slot span.app-type {
  color: #333436;
  font-weight: 500;
  font-size: 12px;
}

.step-2-new .hospital-cards .expanded-content {
  padding-top: 0;
  border-top: 0;
}
.step-2-new .hospital-cards .expanded-content {
  padding-bottom: 3px;
  margin-bottom: 12px;
}

.step-2-new .hosp-available + .expanded-content {
  max-height: calc((48px * 2) + 8px + 4px + 3px);
  overflow: hidden;
}

.time-slot-more:hover {
  color: #333436;
  background-color: #e6e6e6;
  border-color: #90959f;
}

.step-2-new .time-slot.selected span:first-child {
  color: #fff;
}
.step-2-new .time-slot.selected span.app-type {
  color: #87d1e7;
}

.step-2-new .time-slot span.app-type {
  color: #333436;
  font-weight: 500;
  font-size: 12px;
}

.step-2-new .time-slot.multiple.selected:focus > a {
  background: #002677;
  border-color: #002677;
  color: unset;
}

.step-2-new .time-slot.multiple.focused > a {
  background: #c3e8f3;
  border-color: #00a0d1;
  color: unset;
}

.time-slot.multiple.dropdown.focused > a {
  background: #c3e8f3;
  border-color: #00a0d1;
  color: unset;
}

.time-slot.multiple.dropdown.selected > a {
  background: #002677;
  border-color: #002677;
  color: unset;
}

.time-slot.multiple.dropdown.focused:after {
  background: #c3e8f3;
  border-color: #00a0d1;
}

.time-slot-more {
  display: inline-block;
  border-radius: 5px;
  border: 1.5px solid #d9d9d9;
  background-color: #f3f3f3;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  grid-column-end: -1;
  grid-row-start: 2;
}
.time-slot-more span {
  margin-left: 5px;
  color: #333436;
  font-weight: 500;
}
.time-slot-more:hover {
  color: #333436;
  background-color: #e6e6e6;
  border-color: #90959f;
}
.step-2-new .time-slot.multiple {
  position: relative;
}

.step-2-new .time-slot.multiple,
.step-2-new .time-slot.multiple:hover,
.step-2-new .time-slot.multiple:focus,
.step-2-new .time-slot.multiple.selected {
  background: none;
  border: none;
  box-shadow: none;
}

.step-2-new .time-slot.multiple > a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.step-2-new .time-slot.multiple > a {
  border: 1.5px solid #87d1e7;
  background: #edfbff;
  border-radius: inherit;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

.step-2-new .time-slot.multiple:after {
  border: 1.5px solid #87d1e7;
  right: -4px;
  bottom: -4px;
  background: #c3e8f380;
}
.step-2-new .time-slot.multiple:after {
  content: "";
  display: block;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: 1;
  border: 1.5px solid #87d1e7;
  border-radius: inherit;
  background-color: white;
}

.step-2-new .time-slot {
  width: 100%;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  border: 1.5px solid #87d1e7;
  min-width: 82px;
  background: #edfbff;
}
.doctor-selection-modal .modal-content {
  background: linear-gradient(180deg, #fff 0%, #f3f3f3 100%);
  box-shadow: 0px 32px 40px -40px #333436,
    0px 48px 72px -18px rgba(0, 38, 119, 0.33),
    0px 0px 10px -3px rgba(0, 0, 0, 0.15);
}

.doctor-selection-modal .modal-content {
  border-radius: 16px;
}
.doctor-selection-modal .modal-dialog {
  max-width: 560px;
}
.doctor-selection-modal ul li a {
  border: 1.5px solid #d9d9d9;
  margin-bottom: 10px;
  text-align: left;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background: white;
  color: #333436;
  font-weight: 500;
}
.doctor-selection-modal ul li a {
  padding: 10px;
  display: block;
  cursor: pointer;
}
.doctor-selection-modal ul img {
  margin-right: 10px;
}
.doctor-selection-modal ul img {
  width: 40px;
  border-radius: 50%;
  border: 3px solid #d9d9d9;
  margin-right: 0.4em;
}

.doctor-selection-modal ul li a:hover {
  border: 1.5px solid #00a0d1;
  background: #c3e8f3;
  color: #002677;
}
.doctor-selection-modal ul li a.selected {
  border: 1.5px solid #002677;
  background: #002677;
  font-weight: 400;
  color: #fff;
  box-shadow: 0px 0px 0px 1.5px #87d1e7 inset;
}
.doctor-selection-modal ul li a:hover {
  text-decoration: none !important;
}

.step-2-new .time-slot.selected > a {
  border: 1.5px solid #002677;
  background: #002677;
  box-shadow: 0px 0px 0px 2px #87d1e7 inset;
}
.step-2-new .time-slot.multiple.selected:after {
  background-color: #002677;
  right: -5px;
  bottom: -5px;
  border: 2px solid #002677;
}
.step-2-new .time-slot.multiple:hover:after {
  background: #c3e8f3;
  border-color: #00a0d1;
}
.step-2-new .time-slot.multiple:hover > a {
  background: #c3e8f3;
  border-color: #00a0d1;
  color: unset;
}
.step-2-new .time-slot.selected.multiple:hover > a,
.step-2-new .time-slot.selected.multiple:hover:after {
  background-color: #002677;
  border-color: transparent;
}
.step-2-new .time-slot.multiple > a:focus {
  border: 1.5px solid #002677;
  background: #002677;
  outline: 0;
}

.step-2-new .time-slot.multiple > a span:focus {
  color: #fff;
}

.step-2-new .time-slot.multiple:focus > a {
  background: #c3e8f3;
  border-color: #00a0d1;
  color: unset;
}

.step-2-new .time-slot.multiple > a:focus span:first-child {
  color: #fff;
}
.doctor-selection-modal ul li a:hover {
  text-decoration: none !important;
}

/* .step-2-new .doctor-card {
  border-bottom: 1px dashed #d9d9d9;
  flex-direction: column;
} */

.step-2-new .doctor-card {
  border-top: 1px dashed #d9d9d9;
  flex-direction: column;
}

.doctor-selection-modal ul li a:focus,
.doctor-selection-modal ul li a:active {
  border: 1.5px solid #002677;
  background: #002677;
  font-weight: 400;
  color: #fff;
}
.scheduler-step-3 .schedule-date-time-loc .visit-summary-right,
.view-edit-appointment-page .schedule-date-time-loc .visit-summary-right {
  flex-direction: column;
  justify-content: space-between;
}

/*--------------GUEST NEW TEMPLATE---------------*/
.schedule-appnt-intro-section {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 30px 32px;
  margin-top: 35px;
  min-height: calc(100vh - 100px - 50px - 35px - 35px);
}

.schedule-intro-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.scheduler-user-selection-content {
  margin-top: 15px;
  padding: 40px 15px;
}

.choose-user-option {
  border: 1.5px solid #d9d9d9;
  border-radius: 5px;
  padding: 12px 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  margin-bottom: 0;
  cursor: pointer;
}
.choose-user-option p {
  margin-bottom: 0;
}
.choose-user-option.active {
  border: 2px solid #00a0d1;
}
.schedule-appnt-intro-section .custom-radio-check {
  padding-left: 2.7rem;
}
.schedule-appnt-intro-section
  .custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::after {
  width: 20px;
  height: 20px;
}

.schedule-appnt-intro-section
  .custom-radio-check
  .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: 1.5px solid #90959f;
}
.schedule-appnt-intro-section
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: none !important;
}

.schedule-appnt-intro-section
  .custom-radio-check
  .custom-control-input:checked
  ~ .custom-control-label::before {
  width: 20px;
  height: 20px;
}
.schedule-appnt-page .info-title {
  color: #333436;
  font-weight: 500;
  margin-bottom: 6px;
}
.scheduler-species-selection-content {
  margin-top: 15px;
  padding: 20px 15px;
}
.scheduler-species-selection-content {
  padding-bottom: 10px;
}
.reason-option.active {
  border: 2px solid #00a0d1;
}
.schedule-appnt-intro-section
  .custom-radio-check
  .custom-control-label::before {
  width: 20px;
  height: 20px;
  border: 1.5px solid #90959f;
}
/* 


  @media (min-width: 768px) {
    .step-2-new .hosp-available + .expanded-content {
      max-height: calc((48px * 3) + 12px + 6px + 4px); 
    }
  }

  @media (min-width: 1024px) {
    .step-2-new .hosp-available + .expanded-content {
      max-height: calc((48px * 4) + 16px + 8px + 5px); 
    }
  } */

@media (max-resolution: 110dpi) {
  .step-2-new .month-date {
    min-width: calc((350px - 12px - 32px) / 7);
  }
  .step-2-new .date-popup-header .day-title {
    min-width: calc((350px - 12px - 32px) / 7);
  }
}

@media (max-resolution: 80dpi) {
  .step-2-new .month-date {
    min-width: calc((350px - 12px - 42px) / 7);
  }
  .step-2-new .date-popup-header .day-title {
    min-width: calc((350px - 12px - 42px) / 7);
  }
}

@media (max-resolution: 60dpi) {
  .step-2-new .month-date {
    min-width: calc((350px - 12px - 31px) / 7);
  }
  .date-calendar-content::-webkit-scrollbar {
    width: 15px;
  }
  .date-calendar-content::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 32%);
    border: 3px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
  }
  .step-2-new .date-popup-header .day-title {
    min-width: calc((350px - 12px - 31px) / 7);
  }
}
@media (max-width: 351px) {
  .schedule-footer-actions a.btn.orange-outlined {
    flex: 0 0 65% !important;
  }
}

@media (max-resolution: 110dpi) {
  .step-2-new .month-date {
    min-width: calc((350px - 12px - 32px) / 7);
  }
  .step-2-new .date-popup-header .day-title {
    min-width: calc((350px - 12px - 32px) / 7);
  }
}

@media (max-resolution: 80dpi) {
  .step-2-new .month-date {
    min-width: calc((350px - 12px - 42px) / 7);
  }
  .step-2-new .date-popup-header .day-title {
    min-width: calc((350px - 12px - 42px) / 7);
  }
}

@media (max-resolution: 60dpi) {
  .step-2-new .month-date {
    min-width: calc((350px - 12px - 31px) / 7);
  }
  .date-calendar-content::-webkit-scrollbar {
    width: 15px;
  }
  .date-calendar-content::-webkit-scrollbar-thumb {
    background-color: rgb(0 0 0 / 32%);
    border: 3px solid transparent;
    border-radius: 9px;
    background-clip: content-box;
  }
  .step-2-new .date-popup-header .day-title {
    min-width: calc((350px - 12px - 31px) / 7);
  }
}
@media (max-width: 351px) {
  .schedule-footer-actions a.btn.orange-outlined {
    flex: 0 0 65% !important;
  }
}

@media (max-width: 450px) {
  #duplicateAppointment {
    padding: 20px;
  }
}


