 
 body.ticketsystem{
  background-color: rgb(245, 242, 240) !important;
  padding-top: 6rem;
  padding-bottom: 0
}
  @media (min-width: 700px){
    .book-on-appointment-main{
      max-height: calc(100vh - 100px);
    }
  }
.flex-booking .full-booking{
  width: 100%
}
.box-footer.clearfix/*, #petsData .box-content*/ {
  display: flex !important;
  position: static;
  border: 0;
  max-width: 350px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  float: none;
}
.booking-step {
  background: #fff;
  border-radius: 2rem;
  padding: 32px;
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}
/*.booking-step */.block0 .nospace-booking {
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  margin: auto;
}
.title-select{
  border: 0
}
.box-footer-child{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  display: flex;
}
.phone_country_flag .iti {
  position: relative;
  display: flex;
  border: 0px solid #ddd;
  border-radius: 12px;
  background: #e9ecef;
  height: 56px;
}
#formValidate .form-control,#formValidate .breedname-outer input{
  margin-left: 0;
  background: #e9ecef;
  height: 56px;
  border-radius: 12px;
  border: 0;
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
}
#formValidate .breedname-outer input{
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
}
#formValidate select.form-control{
  background: #e9ecef url(../images/down-arrow.png) right center no-repeat !important
}
#formValidate #user_address{
  height: 100px;
  resize: none;
}
.ticketsystem .box-footer .btn.btn-primary.next,#nextBtn {
  background: #111;
  height: 56px;
  border-radius: 28px !important;
  font-weight: 600;
  max-width: 350px;
  margin-top: 15px
}
.box-footer.clearfix .btn.btn-primary.prev {
  width: auto;
}
.box-footer.clearfix .col-md-3 {
  width: auto;
}
h2{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.additional-counter {
  max-width: 142px;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 12px;
  border: 1px solid #eae9e9;
  margin-bottom: 30px;
}
.counter_btn {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50px;
  color: #111;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: transparent;
  border: 1px solid;
  font-weight: 500;
}
.counter_btn.substract {
  line-height: 0px;
  align-items: start;
  padding-top: 7px;
}
#pricing-addMembers {
  border: 0;
  text-align: center;
  width: 60px;
}

.selector-space{
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  gap:10px;
}
.selector label{
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.selector [type="radio"]{
  position: absolute;
  left: -99999em;
  opacity: 0;
  visibility: hidden;
}
.searchpanel .fa{top: 20px;color: #999;font-size: 17px;}
.small-text {
  color: #8e8e8e;
  margin-bottom: -15px;
  margin-top: 30px;
}
@media (min-width: 768px){
  
  .columns > .half-column {
    width: 48%;
  }
}
.radio-selector{

}
.radio_btn{
  min-width: 80px;
  padding-left: 25px;
  padding-right: 25px;
  height: 40px !important;
  
  border-radius: 60px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1
}
.radio_btn .overlay{position: absolute;left: 0; top: 0;height: 100%;width: 100%;z-index: -1;border-radius: 60px;border: 1px solid #e5e6e6;}
.radio_btn input[type="radio"]:checked + .overlay{
  background: #000;
  border-color: #000;
}
.radio_btn input[type="radio"]:checked + .overlay + span.catname{
  color: #fff;
}
#addedDogs{
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0
}
#addedDogs li{
  width: auto;  
  text-align: left;
  display: flex;
  background: transparent;
  padding-bottom: 0 !important
}
#addedDogs li > div {
  display: flex;
  border-radius: 25px;
  border: 1px solid #6c6c6c;
  background: #ebffff;
  padding: 5px 15px;
  align-items: center;
}
.steps li span.serv-title{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
}
#addedDogs li span:last-child{
  width: 100%;
  font-size: 12px;
  color: #333;
} 
.service-item {
  padding-left: 10px;
}
#addedDogs li.active + .active::after{
  display: none;
 }

 .step {
  height: 9px !important;
  width: 28px !important;
  border-radius: 12px !important;
  display: inline-block;
}
.steps li i{
  display: flex;
  overflow: hidden;
  justify-content: center;
}