.step-bg{
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding-top:78px ;

}
#mywizard{
        /* width: 95%; */
        border: 1px solid var(--text-color-level3, rgba(77, 80, 85, 0.1));
        border-radius: 8px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
        background: #fff;
        text-align: center;
        padding: 2.5%;
      
        
    
}
.bookly-box{
    font-size: 18px;
    margin-bottom: 30px;
}
.step-logo{
   margin: 0 auto;
    width: 400px;
    margin-bottom: 20px;
}
.logo-img{
    width: 70%;
    margin: 0 auto;
}
.bookly-box.bookly-bold h1 {
    font-size: 30px;
    margin-bottom: 0px;
    text-align: center;
}

.service-card{
    background: #0F0F0F;
    color: #ffff;
    

}
.service-card h5{
  padding: 10px 0px 10px 0px;
  color: ;

}
.img-div{
    background-color: #fff;
}

.img-div img{
   width: 100%;
   height: auto;
}
.calender-icon{
    display: flex;
    justify-content: space-around;
}
.title{
    text-align: left;
}
 @media screen and (max-width:436px) {
    .step-logo{
        width: auto !important;
    }
 }
.ui-loader {
    display: none;
}
.ui-selectmenu-button-text{
    display: none !important;
}