html,
body{
    height: 100%;
}
body{
    background: url('../../../img/bill-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.light-grey-card{
    background: #f1f0f7;
    border-radius: 6px;
    font-size: 14px;
}
.red-clr-hd{
    color: #c02f39;
    font-size: 18px;
    text-transform: uppercase;
}
.blueBtn-style{
    background: #1fa8d0;
    padding: 10px 20px;
    text-transform: uppercase;
    color:  #fff;
    font-size: 12px;
}
.blueBtn-style:hover{
    background: #1093c2;
    color: #fff;
    text-decoration: none;
}
.orange-txt{
    color: #c02f39;
}
.email-act{
    background: #6e788e;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px 0px 10px 10px ;
    display: block;
    text-align: center;
    padding: 10px 0px;
}
.verify-id-img img {
    width: 100px;
}
.verify-id-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #f6f6f6;
    text-align: center;
    line-height: 70px;
    margin: auto;
    margin-top: -80px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), -1px 0 2px rgb(0 0 0 / 5%);
}
.verify-card {
    border-radius: 15px;
    margin-top: 85px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25)
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.close:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, .5)
}

.mt-200 {
    margin-top: 200px
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
}

#msform input,
#msform textarea {
    font-size: 14px;
}


#msform .action-button {
     width: 105px;
    background: #1fa8d0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin-top: 15px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;
    background: #1fa8d0;
    padding: 10px;
}

#progressbar {
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative
}

#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 li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #c7c7c7;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-size: 20px;
}

#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: #1fa8d0;
}

#progressbar2 .active {
    color: #000000
}

#progressbar2 li {
    list-style-type: none;
    font-size: 12px;
    width: 33%;
    float: left;
    position: relative
}

#progressbar2 #account:before {
    font-family: FontAwesome;
    content: "\f023"
}

#progressbar2 #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar2 #payment:before {
    font-family: FontAwesome;
    content: "\f09d"
}

#progressbar2 #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar2 li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #c7c7c7;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-size: 20px;
}
input.error {
    border: 1px solid red;
}
label.error {
    color: red!important;
}
#progressbar2 li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar2 li.active:before,
#progressbar2 li.active:after {
    background: #1fa8d0;
}
.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 {
    width: 100%;
    object-fit: cover
}
#msform label{
    font-size: 13px;
    color: #333;
}

#step_0_form{
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
}

#guest-pay-form #progressbar li{
    width: 50%;
}
#guest-pay-form #progressbar #make-payment:before{
    font-family: FontAwesome;
    content: "\f283";
}

#guest-pay-form #progressbar2 li{
    width: 50%;
}
#guest-pay-form #progressbar2 #make-payment:before{
    font-family: FontAwesome;
    content: "\f283";
}




@media only screen and (max-width: 1024px) {



}
