/*forms*/


#grad1{
    padding-bottom: 30px;
}
#grad1 .card{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#grad1 h2#main-title{
    color: rgba(177, 137, 31, 1);
}

#grad1 h6{
    color: grey;
    font-size: 15px;
    padding: 10px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    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;
    color: #9E9E9E
}

#msform label{
    color: #2C3E50;
    font-weight: 500;
    margin: 10px;
}

#msform label#clean-service-label{
    color: #ec494b;
}

#msform textarea{
    resize: none;
}

#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    outline: 0;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid rgba(177, 137, 31, 1);
    outline: 0;
}

#msform input[type="checkbox"], #msform input[type="radio"]{
    width: auto;
}

#msform .action-button {
    width: 200px;
    background-color: rgba(177, 137, 31, 1);
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 90px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous {
    width: 200px;
    background: #6c757d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 90px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

select.list-dt {
    color: #2C3E50;
    width: 100%;
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px 8px 4px 8px;
    margin-top: 2px;
    margin-bottom: 25px;
}

select.list-dt:focus {
    border-bottom: 2px solid rgba(177, 137, 31, 1);
}

/*style the arrow inside the select element:*/
select.list-dt {
   -moz-appearance:none;
   -webkit-appearance: none;
   appearance:none;
   background-image: url('https://maxcdn.icons8.com/Share/icon/Arrows//expand_arrow1600.png');
   background-repeat: no-repeat;
   background-size:15px;
   background-position: right center;
   background-color: #fff;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 20px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

.fs-sub_title {
    font-size: 18px;
    color: #ec494b;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#new-bar{
    overflow: hidden;
    color: rgba(177, 137, 31, 1);
}
#new-bar li {
    list-style-type: none;
    font-size: 12px;
    width: 100%;
    float: left;
    position: relative
}
#new-bar #transport:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f4dd";
}
#new-bar #disposal:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f793";
}
#new-bar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#new-bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#new-bar li.active:before,
#new-bar li.active:after {
    background: rgba(177, 137, 31, 1);
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #move:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f4ce";
}

#progressbar #cleaning:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f51a";
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f007";
}

#progressbar #inventory:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f480";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    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-color: rgba(177, 137, 31, 1);
}

.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
}

#pill-btn, #pill-btn i{
    color: #2C3E50;
    padding: 5px;
}
#pill-btn:hover{
    background: lightgrey;
}
#msform .nav-item .active{
    color: #fff;
    background: rgba(177, 137, 31, 1);
}
#msform .nav-item .active i{
    color: #fff;
}

#msform #progressbar strong{
    font-size: 13px;
}




/*
contact-form
*/

#grad2{
    margin-bottom: 30px;
}
#grad2 h2#main-title{
    color: #000;
}

#grad2 h2#main-title i{
    color: #000;
}

#grad2 h3{
    color: #fff;
}

#grad2 .card{
    border-right: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
#grad2 .card-body a,
#grad2 .card-body p{
    text-decoration: none;
    color: #fff;
}
#grad2 #contact-right{
    background-color:rgba(177, 137, 31, 1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#grad2 hr{
    background-color: #fff;
}

#msform2 {
    text-align: center;
    position: relative;
}

#msform2 fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
    width: 100%;
    position: relative
}

#msform2 fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform2 fieldset:not(:first-of-type) {
    display: none
}

#msform2 fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform2 .action-button {
    width: 100px;
    background-color: rgba(177, 137, 31, 1);
    font-weight: bold;
    color: #fff;
    border: 0 none;
    border-radius: 90px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.top-right a, .top-right a:hover{
    color: #fff;
    text-decoration: none;
}
.messagewrapper{
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.errormsg{
    display: none;
}
#error_messages p{
    color: #a94442;
    margin-bottom: 0;
}
.customdkbar li{
    width: 33% !important;
}
.customsuccessmsg i{
    color: #155724;
}
.customerrormessages i{
    color: #721c24 !important;
}
.customerrormessages p{
    margin-bottom: 0;
    color: #721c24 !important;
}