hr.services-hr {
  border: 10px solid #3b589e;
  opacity: 1;
}
.sevices-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.services-icon {
  align-items: center;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 15px 15px;
  word-break: break-word;
}
.services-text {
  padding: 10px 0px;
}
.services-icon figure {
  width: 60px;
  overflow: hidden;
  height: 75px;
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
}

.services-icon figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-modal-heading {
  color: #3b589e;
  font-size: 22px;
  width: 90%;
    margin: auto;
}
button.service-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.service-modal-sub-text {
  font-size: 14px;
  padding: 18px 0px;
}
.service-modal-body {
  text-align: center;
  padding: 20px 15px;
}
.service-modal-sub-heading {
  color: #3b589e;
  font-size: 18px;
  padding: 18px 0px;
}
.service-location-icon figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-location-icon figure {
  width: 100px;
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  display: block;
  margin: 0 auto;
}
.services-input,
.services-input:focus {
  background-color: transparent;
  border-radius: 0 !important;
  /* color: #e4e4e4 !important; */
  box-shadow: none;
  border-color: #e4e4e4;
  border-radius: 19px !important;
  font-size: 14px;
}
.services-container-div {
  width: 50%;
  padding-top: 24px;
  margin: auto;
}
.service-next-prev-button {
  width: 95%;
  margin: auto;
  padding: 20px 0px;
}
.custom-service-fill-btn {
  border-radius: 20px;
  background: #3b589e;
  color: #fff;
  font-size: 16px;
  padding: 4px 20px;
  text-decoration: none;
  /* display: inline-block; */
  border: 1px solid #3b589e;
  float: right;
}

.custom-service-fill-btn:hover {
  background: #fff;
  color: #3b589e;
}
.custom-service-outline-btn {
  border-radius: 20px;
  color: #3b589e;
  padding: 4px 20px;
  text-decoration: none;
  border: 1px solid #3b589e;
  font-size: 16px;
  /* display: inline-block;  */
  float: left;
}

.custom-service-outline-btn:hover {
  background: #3b589e;
  color: #fff;
}
.service-cards {
  width: 60%;
  margin: auto;
}
.both-cards {
  width: 90%;
  justify-content: space-evenly;
  display: flex;
}
.custom-service-card-right {
  background-color: #3b589e;
}
.checked-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.service-card-body-left figure,
.service-card-body-right figure {
  width: 132px;
  overflow: hidden;
  height: auto;
  display: block;
  margin: 0 auto;
}
.service-card-body-left figure img,
.service-card-body-right figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.service-card-body-left p,
.service-card-body-right p {
  font-size: 14px;
  text-align: center;
}
.service-card-body-right p {
  color: #fff;
}
.service-modal-step3 {
  width: 50%;
  margin: auto;
}
.service-modal-form {
  overflow: auto;
  min-height: 210px;
  border-color: #0000001c;
  box-shadow: 0 0 7px #0000001c;
}

.service-modal-form:focus {
  box-shadow: none;
  border-color: #0000001c;
}

.service-modal-form option {
  border-radius: 20px !important;
  padding: 10px;
  margin-top: 2px;
  font-size: 14px;
  /* color: #fff; */
  /* background-color: #3B589E; */
}
.service-modal-form option .selected {
  border-radius: 20px !important;
  padding: 10px;
  color: #fff;
  background-color: #3b589e !important;
}

.service-timeline {
  padding: 25px 0px;
}

.service-timeline-step {
  text-align: center;
  width: 100%;
}

.service-timeline-step-text {
  margin-bottom: 10px;
  color: #3b589e;
}

.service-timeline-bullet {
  border: 2px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  color: #e4e4e4;
  display: inline-block;
  position: relative;
  transition: background-color 1s;
  line-height: 20px;
  background-color: #e4e4e4;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

.service-timeline-bullet.completed {
  color: #3b589e;
  background-color: #3b589e;
}

.service-timeline-bullet.completed::after {
  content: "";
  position: absolute;
  right: -60px;
  left: 19px;
  bottom: 5px;
  height: 5px;
  width: 128px;
  background-color: #3b589e;
}
.service-timeline-bullet::before {
  content: "";
  right: -60px;
  left: 19px;
  bottom: 5px;
  height: 5px;
  width: 128px;
  background-color: #e4e4e4;
  position: absolute;
}

/* Base styles and helper stuff */
.hidden {
  display: none;
}
.service-timeline-bullet.first-step {
  color: #3b589e;
  background-color: #3b589e;
}
.service-modal-step4-card {
  width: 50%;
  margin: auto;
  box-shadow: 0 0 7px #0000001c;
}
.service-modal-step5-card {
  box-shadow: 0 0 7px #0000001c;
}
.service-modal-step4-card p {
  font-size: 14px;
  text-align: start;
  padding: 10px;
}
.service-modal-step4-card textarea {
  width: 100%;
  border-radius: 12px;
  padding: 10px;
}
.service-modal-step5-card {
  width: 70%;
  margin: auto;
}
.service-form {
  display: flex;
  justify-content: space-between;
}
.service-form-step5 {
  width: 49%;
  /* padding-top: 12px; */
  margin: auto;
}
.service-modal-body-finish {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.service-modal-body-finish h3 {
  font-size: 22px;
  color: #3b589e;
}
.service-modal-body-finish p {
  font-size: 14px;
}
.service-modal-body-finish span {
  color: #3b589e;
}
.service-modal-content {
  min-height: 550px;
}
#stepProgressBar {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#stepProgressBar
  .service-timeline-step:last-child
  .service-timeline-bullet:before {
  height: 0px;
}
#stepProgressBar
  .service-timeline-step:last-child
  .service-timeline-bullet:after {
  height: 0px;
}
.service-modal-form option:checked {
  background: linear-gradient(#3b589e, #3b589e);
  background-color: #3b589e !important;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.service-form-address {
  width: 33%;
}
#service-previousBtn ,#service-nextBtn,.custom-service-card-left,.custom-service-card-right{
  cursor: pointer;
}
.service-modal-form{
  border-radius: 20px;
}
.service-modal-step4-card{
  border-radius: 20px;
}
.service-modal-step5-card{
  border-radius: 20px;
}

span#result {
    font-size: 12px;
    position: absolute;
    bottom: -19px;
    left: 9px;
    text-align: left;
	color:red;
}

.invalid-feedback-phone, .invalid-feedback-email, .invalid-feedback-address-line1, .invalid-feedback-city, .invalid-feedback-state , .invalid-feedback-address-postal , .invalid-feedback-postal {
	font-size: 12px;
    position: absolute;
    bottom: -19px;
    left: 9px;
    text-align: left;
}
input#checked-icon-home, input#checked-icon {
  width: 100%;
  height: 100%;
  opacity: 0;
}
