
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6{ color: #222;}
.mb-20{
    margin-bottom: 20px;
}
.hide-md{
    display: none;
}
.font-bold{
    font-weight: 500;
}
.text-sm{
    font-size: 14px;
}
.main-header{
    background: #f5f4f4;
}
 h1.top-heading{
    font-size: 30px;
}
.main-header .nav-link{
    color: #333;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}
.main-header .nav-link::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #af811c;
    width: 0%;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.main-header .nav-link:hover{
    color: #af811c;
}
.main-header .nav-link:hover::after{
    width: 100%;
}
.main-header .nav-link.active{
    color: #af811c;
    font-weight: 500;
}
.main-header .nav-link.active::after{
    width: 100%;
}
.languages-md-hide{
    display: none;
}
.main-content{
    /* height: calc(100vh - 134px); */
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-content.heights{
    height: calc(100vh - 174px);
}
.main-content.booking-wrapper{
    height: auto;
    margin: 30px 0;
}
.main-content .login-container{
    background: #FAF9F6;
    box-shadow: 0 7.5px 17.5px 0 rgba(0,0,0,.0509803922);
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    /* max-width: 800px; */
}
.login-container{
    background: #f3f3f3;
}
.main-content .login-container .log-details{
    padding: 20px;    
    height: 100%;
}
.log-details h5{
    font-size: 18px;
}
.main-content .text-heading{
    text-align: center;
    letter-spacing: 2px;
    font-size: 20px;
}
.log-banner{
    background: #fff;
}
.log-banner img{
    opacity: 0.9;
}
.form-relative{
    position: relative;
}
.form-relative .form-label{
    position: absolute;
    top: 7px;
    left: 10px;
    color: #b8b8b8;
}
.form-control:focus,
.form-control.is-invalid:focus,
.form-select:focus,
.btn:focus,
.btn-secondary:focus{
    box-shadow: none;
    outline: 0;
}
.login-container h5{
    position: relative;
}
.login-container h5::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.login-container.instructions{
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
}
.login-container.instructions::-webkit-scrollbar {
    width: 5px;
  }
.login-container.instructions::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
.login-container.instructions::-webkit-scrollbar-thumb {
    background: #dfddd8;
  }
.instructions {
    font-size: 14px;
}
.instructions .list{
    padding-left: 12px;
    margin: 0;
    margin-bottom: 12px;
    /* list-style-type: none; */
}
.instructions .address{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.instructions .address-wrapper{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 7px;
}
.instructions .address-wrapper h6{
    font-size: 16px;
}
.instructions .imp-message{
    background: #fff2c6;
    padding: 7px;
    border-radius: 4px;
    box-shadow: rgba(235, 210, 123, 0.4) 0px 2px 4px 0px inset;
    font-size: 13px;
    font-weight: 500;
}
.login-btn{
    background: #6c757d;
    border-color: #6c757d;
    margin-bottom: 20px;
    padding: 10px;
    color: #fff;
}
.login-btn:hover{
    background: #495057;
    color: #fff;
    border-color: #495057;
    font-weight: 500;
}
.button-group{
    display: flex;
    justify-content: center;
}
.link-primary{
    color: #af811c;
}
/* .button-group .btn{
    /* background: #C0902C; 
    background: #6c757d;
    color: #fff;
    max-width: 160px;
    font-size: 15px;
} */
.dropdown-round .btn{    
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dropdown-round .btn .avtar{
    display: flex;
    align-items: flex-start;
}
.dropdown-round img{
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
/* .dropdown-round .dropdown-toggle::after{
    content: none;
} */
 .form-floating{
    position: relative;
    margin-bottom: 25px;
 }
 .form-floating .error{
    position: absolute;
    bottom: -21px;
    left: 0;
    font-size: 11px;
    margin-bottom: 0;
    color: #dc3545;
    background: #FEEEEE;
    padding: 2px 5px;
    width: 100%;
 }
 .captch-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .captch-wrapper .captcha{
    min-width: 150px;
    height: 58px;
    margin-right: 15px;
 }
footer{
    background:#5d5f61;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
}
.important-links ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
}
.important-links ul li{
    margin-left: 15px;
}
.important-links ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.message-wrapper{
    background: #28a745;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 5px;
}
.message-wrapper p{
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.message-wrapper1{
    background: #dc3545;
    border-radius: 4px;
    padding: 7px;
    margin-bottom: 5px;
}
.message-wrapper1 p{
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.message-wrapper.info{
    background: #6c757d;
}
.otp-btn{
    position: absolute;
    top: 0;
    right: 0;
    background: #28a745;
    outline: 0;
    color: #fff;
    border: 0;
    padding: 5px;
    height: 58px;
    border-radius: 0 4px 4px 0;
    width: 60px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
.main-content.booking-wrapper legend{
    font-size: 16px;
    font-weight: 500;
} 
.slot-wrapper .slot-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slot-wrapper .slot-list li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.slot-wrapper .slot-list li .timing {
    background: #f5f5f5;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    color: #595959;
    margin: 0;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    box-shadow: inset 0 0 0 0 #fff;
    transition: .7s;
    display: inline-block;
}
.slot-wrapper .slot-list li .timing:hover {
    background: #fff;
    box-shadow: inset 0 0 0 50px #fff;
    transition: .7s;
}
.slot-wrapper .slot-list li .timing.active{
    background: #28a745;
    border-color: #28a745;
    color: #fff;
}
.slot-wrapper .slot-list li .timing.active:hover{
    color: #333;
}
.slot-wrapper .slot-list li .timing.full{
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.slot-wrapper .slot-list li .timing.full:hover{
    color: #333;
}
.slot-wrapper .slot-list li .timing.block{
    background: #6c757d;
    border-color: #6c757d;
    color: #fff;
}
.slot-wrapper .slot-list li .timing.block:hover{
    color: #333;
}
.slot-wrapper .no-data{
    border: 1px dashed #ccc;
    padding: 15px;
    text-align: center;
    min-height: 100px;
}
.slot-wrapper{
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: inset 1px 3px 6px rgba(0,0,0,.0509803922);
}
.color-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.color-list li .badge{
    margin-right: 5px;
    padding: 5px;
}
.main-content.booking-wrapper .login-btn{
    min-width: 110px;
}
.main-content.booking-wrapper .login-btn.reset{
    background: #0dcaf0;
    border-color: #0dcaf0;
}




.center-slider .slick-slide{
    background-color: #fff;
    color: #b9b9b9;
    height: 90px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;    
    font-size: 15px;
  }
  .center-slider .slick-slide h4{
    font-size: 17px;
    color: #b9b9b9;
    text-align: center;
  }
  .center-slider .slick-slide p{
    font-size: 15px;
    color: #b9b9b9;
    text-align: center;
  }

  .center-slider .slick-slide.active h4{
    color: #333;
  }
  .center-slider .slick-slide.active p{
    color: #333;
  }

  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 15px !important;
  }
  .slick-prev{
    left: 15px !important;
  }
  .slick-next:before, .slick-prev:before{
    color: rgba(0,0,0,.6) !important;
    font-size: 16px;
  }
  .appointment-wrapper{
    background: #495057;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }
  .appointment-wrapper h6{
    font-size: 20px;
    color: #fff;
  }
  
  .multistep-wrapper .progressbar{
    margin-bottom: 10px;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
  }
  .multistep-wrapper .progressbar li {
    position: relative;
    width: 100%;
    text-align: center;
}

  .multistep-wrapper .progressbar li span{
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    width: 25%;
    font-weight: 400;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgb(197, 195, 195);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    z-index: 99;
    position: relative;
}
.multistep-wrapper .progressbar li::before{
    content: "";
    background: rgb(197, 195, 195);
    height: 3px;
    position: absolute;
    top: 30%;
    left: 0%;
    transform: translate(0, -30%);
    width: 100%;
}
.multistep-wrapper .progressbar li.active::before{
    background: #bf8f2c;
}
.multistep-wrapper .progressbar li.active span{
    background: #bf8f2c;
}
.multistep-wrapper .progressbar li .details{
    /* position: absolute;s */
    bottom: 0;
    left: 0;
    color: #333;
}

