.modal-wrapper .modal-dialog{
  width: 1000px;
  margin-bottom: 10px !important;
}
.modal-wrapper.modal.in{
  overflow-x: hidden !important;
  overflow-y: auto !important;
  display: flex !important;
}
.modal-wrapper .modal-close{
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-wrapper .modal-content{
  border-radius: 15px;
  box-shadow: none !important;
  border: 0px !important;
}
.auth-wrapper{
  display: flex;
}
.modal-wrapper.requestdemo-modal .auth-wrapper{
  flex-direction: row-reverse;
}
.auth-left{
  padding: 64px;
  width: calc(100% - 434px);
}
.auth-right{
  width: 434px;
  background: #F6FAFF;
  border-radius: 0 15px 15px 0;
  padding: 56px;
  display: flex;
  flex-direction: column;
  text-align: center
}
.auth-right h5{
  font-size: 32px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 56px;
  margin-top: 24px;
  text-align: left;
  
}
.modal-wrapper.requestdemo-modal .auth-wrapper .auth-right{
  border-radius: 15px 0 0 15px;
}
.modal-wrapper.requestdemo-modal .auth-wrapper .auth-right h5{
  margin-bottom: 10px !important;
}
.modal-wrapper.requestdemo-modal .auth-right span img{
  margin-bottom: 0;
  width: 100%;
}
.modal-wrapper.requestdemo-modal .modal-dialog{
  width: 1160px;
}
.modal-wrapper.requestdemo-modal .logo{
  text-align: left;
}
.modal-wrapper.requestdemo-modal .signup-step2 .form-btn-group{
  justify-content: space-between !important;
}
.modal-wrapper.requestdemo-modal .signup-step2 .btn-primary{
  width: 200px !important;
}
.step1 .signup-step1,
.step2 .signup-step2{
  display: block;
}
.step1 .signup-step2,
.step2 .signup-step1,
.step1 .res-back-btn{
  display: none;
}
.signup-step2 span img{
  margin-bottom: 0px !important;
}
.login span img{
  margin: 20px 0 20px !important;
}
.signup .signup-step2 h5{
  margin-bottom: 32px;
}
.modal-wrapper.requestdemo-modal .signup-step2 .form-btn-group{
  margin-top: 40px;
}
/* left */
.auth-left .steps{
  font-size: 18px;
  line-height: 150%;
  color: #00A3E4;
  padding-bottom: 16px;
  display: flex;
}
.auth-left h5{
  font-size: 32px;
  line-height: 120%;
  color: #030404;
  margin-bottom: 16px;
}
.auth-left h4{
  font-size: 24px;
  line-height: 150%;
  color: #121458;
  margin-bottom: 20px;
}
.auth-left p{
  font-size: 18px;
  line-height: 150%;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.auth-right span img{
  margin: 60px 0 60px;
  width: 100%;
}
.auth-right p{
  font-size: 20px;
  line-height: 130%;
  color: #121458;
}
.res-back-btn{
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  cursor: pointer;
  display: none;
}
.date-time-wrapper{
  background: #F6FAFF;
  padding: 16px 12px;
  display: flex;
  margin-bottom: 24px;
  border-radius: 6px;
}
.date-time-wrapper .date-card{
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.date-time-wrapper .date-card span{
  font-size: 14px;
  line-height: 120%;
  color: #00A3E4;
  display: flex;
  align-items: center;
}
.date-time-wrapper .date-card h6{
  font-size: 14px;
  line-height: 120%;
  color: #151D21;
  margin-left: 8px;
}
.date-time-wrapper .date-card span img{
  margin-right: 4px;
}
/* calender css*/
.picktime-wrapper {
  margin-left: 48px;
  display: flex;
  flex-direction: column;
}
.picktime-wrapper h5{
  font-size: 18px;
  line-height: 27px;
  color: #151D21;
  margin-bottom: 20px;
}
.picktime{
  height: 385px;
  overflow: auto;
  scrollbar-width: none; 
  padding-right: 24px; 
}
.picktime::-webkit-scrollbar {
  width: 3px !important;     
  background: #F3F3F3 !important;
  border-radius: 20px;         
}
.picktime::-webkit-scrollbar-track {
  background: #F3F3F3 !important;
  border-radius: 20px; 
}
.picktime::-webkit-scrollbar-thumb {
  background-color: #000;   
  border-radius: 20px;  
}
/* Hide scrollbar for IE, Edge and Firefox */
.picktime{
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
.calender-modal .picktime-btn{
  width: 132px;
  height: 40px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #151D21;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  background: #fff !important;
}
.calender-modal .picktime-btn:focus,
.calender-modal .picktime-btn:hover,
.calender-modal .picktime-btn.active{
  background: #00A3E4 !important;
  color: #fff !important;
  border-color: #00A3E4 !important;
  box-shadow: none !important;
}
.calender-modal{
  display: flex;
}
#calendar-wrapper{
  width: 100%;
  min-height: 475px;
}
.m-show-booknow,
.picktime-mshow{
  display: none;
}
.calendar-wrap-modal .auth-left{
  padding: 50px;
}
.calendar-wrap-modal.step1 .form-btn-group{
  justify-content: flex-end !important;
}
.calendar-wrap-modal .form-btn-group .btn-primary{
  width: 116px !important;
}
.calendar-wrap-modal .form-btn-group .btn-primary img{
  margin-left: 10px;
}
.calendar-wrap-modal .auth-left h4{
  padding-left: 12px;
}
/* responsive */
@media (min-width: 992px) and (max-width: 1180px) {
  .modal-wrapper.requestdemo-modal .modal-dialog{
    width: 98%;
  }
  .modal-wrapper.requestdemo-modal .auth-right span img{
    width: 100%;
  }
  .modal-wrapper.requestdemo-modal .auth-wrapper .auth-right{
    width: 384px;
  }
  .modal-wrapper.requestdemo-modal .auth-wrapper .auth-left{
    width: calc(100% - 384px);
  }
  .picktime-wrapper {
    margin-left: 28px;
  }
  .calender-modal .picktime-btn {
    width: 110px;
  }
  .picktime{
    padding-right: 5px;
  }
}
.schedule-modal.auth-wrapper{
  padding: 80px;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.schedule-modal.auth-wrapper h5{
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #151D21;
  margin: 24px 0 16px;
}
.schedule-modal.auth-wrapper p{
  font-size: 24px;
  line-height: 36px;
  color: #151D21;
  max-width: 540px;
  margin: 0 auto 30px;
  text-align: center;
}
.schedule-modal .schedule-time{
  padding: 24px 30px;
  background: #F6FAFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.schedule-modal .schedule-time .date-card:first-child{
  margin-right: 62px;
}
.schedule-modal .schedule-time .date-card span{
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  color: #00A3E4;
}
.schedule-modal .schedule-time .date-card h6{
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #151D21;
  margin-top: 5px;
}
@media (min-width: 992px)  and (max-width: 1020px){
  .modal-wrapper .modal-dialog,
  .modal-wrapper.requestdemo-modal .modal-dialog{
    width: 96%;
  }
}
@media screen  and (max-width: 991px){
  .modal-wrapper .modal-dialog{
    margin-bottom: 0px !important;
  }
  .modal-wrapper .modal-dialog,
  .modal-wrapper.requestdemo-modal .modal-dialog{
    margin: 0;
    width: 100%;
    min-height: 100vh;
    border-radius: 0px;
  }
  .modal-wrapper .modal-close{
    top: 20px;
    right: 20px;
  }
  .modal-wrapper .modal-content{
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0px;
  }
  .auth-wrapper{
   background: #fff;
  }
  .auth-left{
    width: 100%;
    padding: 48px 20px;
  }
  .auth-left h5,
  .auth-left h4{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .auth-left h4{
    margin-top: 20px;
  }
  .auth-left p{
    font-size: 14px;
    margin-bottom: 32px;
  }
  .auth-right{
    display: none;
  }
  .auth-left .steps{
    font-size: 12px;
    padding-bottom: 8px;
    margin-top: 20px;
  }
  .res-back-btn{
    display: inline-flex;
  }
  .date-time-wrapper{
    padding: 16px 8px;
  }
  .date-time-wrapper .date-card span,
  .date-time-wrapper .date-card h6{
    font-size: 12px;
  }
  .calendar-wrap-modal .auth-left h4{
    padding-left: 0px;
    font-size: 16px;
  }
  .calendar-wrap-modal .auth-left{
    padding: 20px;
  }
  .modal-wrapper.requestdemo-modal .btn-primary,
  .modal-wrapper.requestdemo-modal .signup-step2 .btn-primary{
    width: 100% !important;
    margin-top: 28px;
  }
  .modal-wrapper.requestdemo-modal .btn-primary img{
    display: none;
  }
  .m-show-booknow{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 16px;
    display: flex;
  }
  .picktime-wrapper{
    margin-left: 48px;
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    margin: 0;
    display: none;
    z-index: 99;
    top: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 20px 90px;
    bottom: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
  }
  .calender-modal .picktime-btn {
    width: 240px;
  }
  .picktime-wrapper h5{
    font-size: 20px;
    margin-bottom: 24px;
  }
  .picktime-mshow{
    display: block;
    width: 100%;
  }
  .picktime{
    height: auto;
  }
  .modal-wrapper.requestdemo-modal .picktime-mshow .btn-primary{
    width: 94% !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16px;
  }
  .modal-wrapper.requestdemo-modal .signup-step2 .form-btn-group{
    margin-top: 10px;
  }
  .picktime-mshow .dates{
    font-size: 14px;
    color: #151D21;
    margin-bottom: 24px;
  }
  .picktime-mshow .dates img{
    margin-right: 8px;
  }
  .calendar-wrap-modal .auth-left{
    height: 100vh;
    overflow: auto;
  }
  .signup .signup-step2 h5{
    margin-bottom: 24px;
  }
  .auth-left p{
    margin-bottom: 24px;
  }
  .calendar-wrap-modal .signup-step2{
    margin-top: 50px;
  }
  .calendar-wrap-modal.step1 .picktime-mshow .res-back-btn{
    display: block !important;
  }
  /* schedule wrapper */
  .schedule-modal.auth-wrapper{
    padding: 16px;
  }
  .schedule-modal.auth-wrapper img{
    height: 56px;
  }
  .schedule-modal .schedule-time .date-card img{
    height: auto;
    margin-right: 3px;
  }
  .schedule-modal.auth-wrapper h5{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 40px;
    text-align: center;
  }
  .schedule-modal.auth-wrapper p{
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto 16px;
  }
  .schedule-modal .schedule-time{
    padding: 13px 8px;
  }
  .schedule-modal .schedule-time .date-card h6{
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
  }
  .schedule-modal .schedule-time .date-card{
    display: flex;
  }
  .schedule-modal .schedule-time .date-card:first-child{
    margin-right: 12px;
  }
  .schedule-modal .schedule-time .date-card span{
    display: flex;
    align-items: center;
    margin-right: 5px;
  }
}

