* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: #000
}
.plan-h {
    position: relative;
    top: -28px;
    background: #fff;
    width: 150px;
    font-size: 25px;
    padding: 7px;
    font-weight: bold;
}
ul.circle-check li i {
    color: #A17A4E;
    font-size: 18px;
}
.text-danger{
    color: red !important;
}
.bt-plan {
    background: #A17A4E;
    color: white;
    padding: 8px 22px;
}
.bt-plan:hover {
    background: #0504aa;
    color: white;
    padding: 8px 22px;
}
#heading {
    text-transform: uppercase;
    color: #0504aa;
    font-weight: normal;
    font-size:14px;
    font-weight:bold;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    /* padding: 6px 15px; */
    border-color: #E7E8EA;
    /* border: 0px solid #ccc; */
    border-radius: 0.3rem;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    /* color: #2C3E50; */
    color: #999;
    /* background-color: #ECEFF1; */
    font-size: 12px;
    letter-spacing: 1px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0504aa;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #997045;
    /* background: #0504aa; */
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius:0.30rem;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: center;
}
#msform .action-button:hover {
    background: #0504aa;
}
#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #997045;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0.30rem;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: center;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #311B92
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #0504aa;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #0504aa;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    /* color: #997045; */
    color: #0504aa;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #997045;
}
#progressbar li:hover:before,
#progressbar li:hover:after {
    background: #0504aa;
}
.progress {
    height: 20px
}

.progress-bar {
    background-color: #997045
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.input-container {
    /* position: relative !important;
    margin-bottom: 20px !important;
    width:100% !important; */
  }

  input {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .inner_des {
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    
  }
  .inner_label {
    font-size: 11px;
    color: #0504aa;
    font-weight: bold;
    /* background-color: #fff; */
    /* position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
    transition: 0.3s; */
  }

  /* input:focus + label,
  input:not(:placeholder-shown) + label {
    top: 5px;
    font-size: 12px;
    color: #333;
  }
  select:focus + label,
  select:not(:placeholder-shown) + label {
    top: 5px;
    font-size: 12px;
    color: #333;
  } */