body {
    /*margin-top:40px;*/
}
.cd-toggle-login-btn-01{
    border: 2px solid red;
}
.cd-toggle-login-btn-02{
    border: 2px solid red;
}

.cd-close-pannel-01 {
    position: absolute; 
    right: 15px ;
    top: 15px ;
    font-size: 20px;
    border: 1px solid lightgrey;
    padding: 0px 10px;
    cursor: pointer;
}
.cd-close-pannel-01:hover{
    background-color: #000;
    color: #fff;
    transition: .2s;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.wl-btn-logout-01 {
    text-align: center;
    margin-top: 20px;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.cd-input-from input {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
}
.cd-input-from-01{
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    /*border: 1px solid gainsboro;*/
    border-radius: 6px;


}
.cd-input-from input:focus{
    outline: none;
}
.cd-from-container {
    position: fixed;
    width: 100%;
    background-color: #00000069 ;
    top: 0px;
    left: 0;
    height: 100vh;
    display: none;
    z-index: 999 !important;

}
.cd-from-container-01 {
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 999 !important;

}
.cd_login_popup-01{
    display: none;

}
.wl-btn-login, .wl-btn-register , .wl-btn-logout {
    background-color: #0d6efd;
    color: #fff!important;
    padding: 5px 15px;
    border-radius: 5px;
    /*position: absolute;*/
    top: 0;
    left: 0;
    cursor: pointer;
}
.wl-btn-login:hover, .wl-btn-logout:hover, .wl-btn-register: hover{
    color: #fff;
    background-color: #0058D9;

}
.cd_login_popup{
    position: fixed;
    width: 100%;
    background-color: #00000069 ;
    top: 0px;
    left: 0;
    height: 100vh;
    display: none;
    z-index: 999 !important;
    /*display: none;*/
}
.cd-from-holder {
    max-width: 600px;
    margin: 50px auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 6px;
    position: relative;
}
.cd-from-holder-01 {
    max-width: 600px;
    margin: 10px auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0px 0px 3px 0px #c5c5c5c4;
}
.cd-from-holder-btn{
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    border-radius: 6px;
}
.has-error input {
    border-bottom: 1px solid red;
}
.cd-step-hoder {
    margin: 0px 0px 20px;
}

.cd-over-content-scroll {
    overflow-y: scroll;
    height: 400px;
}
/*price table css start*/
.columns {
  float: left;
  width: 100%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}