
body {
    background-image: url('../image/entnest-page.png');
    background-size: 100% 100% !important;
    background-position: 0 0, center;
    background-repeat: no-repeat;
    height: 1000px;
    overflow: hidden;
}
.edit-profile-sec {
    float: none;
    background: #fff;
    margin: 115px auto 0 auto;
}
.edit-pr-hed { 
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    padding-top: 10px;
    font-family: initial;
 }
.edit-form-hed {
  font-size: 18px;
  font-weight: 500;
  color: #316eb7;
  margin-top: 15px;
  margin-bottom: 15px;
}
.edit-pro-img {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('../image/user.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.edit-pro-img  img {
  width: 100%;
  height: auto;
}
.edit-pr-inptbtn { display: none !important;  }
.uplod-img-label { 
    width: 175px;
    font-size: 12px;
    border: 1px solid #f4a73d;
    color: #f4a73d;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
  }
.edit-pr-inpt-hed {
    font-size: 15px;
    color: #181818;
    font-weight: 600;
    margin-top: 15px;
}
.edit-pr-inpt-hed span { color: #fe0002; }
.edit-pr-disc {
    border-radius: 0;
    box-shadow: none;
    resize: none;
    border: 1px solid #e0e0e0;
}
.edit-pr-disc:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #e0e0e0;

}
.edit-pro-sub-btn {
    padding: 5px 25px;
    background: #f4a73d;
    color: #fff;
    margin: 10px 0;
}
.edit-pro-sub-btn:hover, .edit-pro-sub-btn:active, .edit-pro-sub-btn:focus  {
    color: #fff;
    background: #e49528;
}

/*=== side bar steps  sec start ===*/
.editpro-step { padding: 20px 0; }
.editpro-step li {
    list-style: none;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    background: #c6c6c6;
    border: 5px solid #ebebeb;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 85px;
    padding-top: 10px;
    float: right;
}
.editpro-step li:after {
    content: '';
    height: 85px;
    width: 5px;
    background-color: #ebebeb;
    display: block;
    margin-left: 21px;
    margin-top: 14px;
}
.editpro-step li:after:last-child {
    display: none;
}
.list-active { background: #326eb7 !important; border: 5px solid #285e9e !important; }
.list-active:after { background: #285e9e !important; }
.list-act2:after { background: #ebebeb !important; }
.list-last { margin-bottom: 0px !important; }
.list-last:after { background: transparent !important; }

.step-name-active { color: #326eb7 !important; }
.step-name-sec { padding-left: 0; }
.step-name { padding: 20px 0; }
.step-name li {
    list-style: none;
    padding-top: 14px;
    margin-bottom: 106px;
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 600;
}
.step-name-last { margin-bottom: 0 !important; }
/*=== side bar steps  sec end ===*/

/*=== Step-2 page start ===*/
 
.edit-pro-inpt {
    border-radius: 0;
    box-shadow: none;
    padding: 4px 10px;
    height: 32px;
    border: 1px solid #e0e0e0;
}
.edit-pro-inpt:focus { 
     border: 1px solid #e0e0e0;
     box-shadow: none;
 }
.edit-pro-select-inpt {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url('../image/list-dropdown.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 93% 60%;
}


/*=== Step-2 page end ===*/






@media screen and (max-width: 769px) { 
body {
  background-image: url('../image/entnest-page-1.png');
}
.edit-profile-sec {
    margin: 50px auto;
}

}







