.sidebar-wrapper {
  background-color: #eee;
  padding: 22px 0;
  position: relative;
}

.sidebar-dropdown {
  position: relative;
  border-bottom: solid 1px #e1e1e1;
}

.sidebar-submenu a {
  padding-left: 56px;
  border: 0;
}

.sidebar-dropdown .fa-angle-down {
  position: absolute;
  right: 10px;
  top: 15px;
}

.services_custom_top {
  margin: 18px 0;
  text-align: center;
}

.services_custom_top h3 {
  color: #0018a8;
  font-size: 34px;
  font-weight: 700;
}

.services_custom_top p {
  /* ticket # 784 requires to change is color to #0018A8  */
  color: #0018a8;
}

.services_custom_top a {
  padding: 2px 15px;
  display: inline-block;
  text-align: center;
  border: solid 1px #0018a8;
  color: #0018a8;
  transition: 0.3s;
  margin-top: 14px;
  font-style: italic;
  text-decoration: underline;
}

.services_custom_top a:hover {
  background-color: #fcc75c /* #fab62f */;
  color: #fff;
  transition: 0.3s;
}

/*progressbar*/
#progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f023";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  content: "";
  width: 30px;
  height: 30px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: 1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #fcc75c /* #fab62f */;
}

#progressbar li.completed:before,
#progressbar li.completed:after {
  background: #0018a8;
}

#progressbar li.active a {
  color: #fcc75c /* #fab62f */;
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .sidebar-submenu a {
    padding-left: 35px;
  }
}
