.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  /*width: 100%;*/
}

.dowrap{
flex-wrap:wrap;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group-prepend {
  margin-right: -1px;
}
.input-group-append, .input-group-prepend {
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

.form-control {
  display: block;
  width: 100%;
  /*height: calc(1.5em + .75rem + 2px);*/
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
  margin-bottom: 1rem;
}

.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-range {
  width: 100%;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.0rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.page-footer{
    padding-top: 40px;
}

.stepprocess{
  background: rgba(128,209,242,1);
}

.stepht{
    min-height: 100px;
    width:80px !important;
}

.stepnumber {

font-weight: 700;
font-family: Karla;
font-size: 32px;
color: rgb(128, 209, 242);
font-style: normal;
line-height: 36px;
text-align: center;
width:80px;
margin-top: 20px;
}

.stepcircle{
display: inline-block;
border-style: none;
border-radius: 40px;
width: 80px;
height: 80px;
max-width:80px;
vertical-align: top;
}

h5.stephead{margin-bottom: 0;font-weight: 700;
font-size: 20px;
color: rgb(36, 17, 63);
}

.steptext {
    padding-top: 0px;
    margin-top: 0px;
    font-weight: 400;
    font-size: 18px;
    color: rgb(37, 17, 64);
    font-style: normal;
    line-height: 1.2;
    overflow:hidden;
}

.page-footer {
    padding-top: 35px;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-bottom: 20px;
    text-decoration:none;
}

.page-footer a {
    margin: 0 10px;
    color: #777;
    font-size: 14px;
}

#faqquestions .widebtn{
    font-color:#222222;
    font-weight: 500;
    font-size:120%;
}

.collapse:not(.show) {
  display: none;
}

.angledown, .angleup{
    float:right;
    display:inline-block;
}

.accordion .collapsed .angleup {
    display:none;
}

.accordion :not(.collapsed) .angledown {
    display:none;
}

.accordion .collapsed .angledown {
    display:inline-block;
}

.blogcard{
     max-width: 540px;
}

.nice-card {
    box-shadow: 0 2px 10px rgba(0,0,0,.075);
    border-radius: 3px;
    margin-bottom: 4px;
    border: 1px solid #eaeaea;
    padding:15px;
}
.card-header .btn{
    text-align: left;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
text-align: center;
color: #888888;
font-size: 12px;
}

#footer a {
margin: 0 0 6px 0;
height: 10px;
padding: 6px 0 0 10px;
color: #888888;
}

.footer-links {
  color: #333333;
  text-decoration: none;
}

.footer-links a:hover {
  color: #888888;
  text-decoration: none;
}