.video-section {
  position: relative;
  overflow: visible;
  min-height: 70vh; /* keeps section tall */
  display: flex;
  align-items: center;
  /* background: url('../Images/hero-bg.jpg') no-repeat center center/cover;  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2rem;
}

.reviewerDetail{
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviewerDetail img{
  border-radius: 50%;
}

button.menutoggle{
    padding: 0;
    border-radius: 50%;
    border: 2px solid #ff6b35;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
button.menutoggle img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.zip-form .zip-input:focus{
 background-color: #222;

}

.diagSummary{
      padding: 0px 17px;
}
.diagSummary h6{
  font-weight: 600 !important;
}
.diagSummary ul li strong{
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.diagSummary ul li {
  margin-bottom: 7px;
  font-size: 14px;
}

.add-to-cart{
    width: 152px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.list-group-item{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.delete-service{
  padding: 0;
  border: none;
}

.delete-service:hover{
  color:#000;
  background: none;
  background-color: transparent;
}

.addnewlist{
    background-color: #0a1f44;
    color: #fff;
    float: right;
}
.addnewlist:hover{
    background-color: #0a1f44;
    color: #fff;
}
.themecolorbtn{
    background-color: #ff6b35;
    border: none;
    color: #fff;
}
.themecolorbtn:hover{
    background-color: #ff6b35;
    border: none;
    color: #fff;
}

button{
    outline: none; 
    box-shadow: none !important;
}

input, select, textarea{
    outline: none; 
    box-shadow: none !important;
}

.badgeheadingEight{
      float: right;
    font-size: 17px;
    margin-top: 19px;
    font-weight: 600;
}

.badgeheadingEight span.badge{
      background-color: #ff6b35;
}
.formautherror{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #ff0000;
}

.overlay {
  display: none;
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  z-index: 1040;
}
.slide-panel {
  position: fixed;
  top: 0;
  right: -10000px;
  width: 64%;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.3);
  padding: 20px;
  z-index: 1050;
  transition: right 0.4s ease;
  overflow-y: auto;
}
.slide-panel.active { right: 0; }
.overlay.active { display: block; }
.panel-header { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.orderpool span.badge.totalbookings{
      position: relative;
    top: -14px;
}
.selectedservices span{
      background-color: #e7e7e7;
    padding: 1px 10px;
    border-radius: 15px;
    margin-right: 11px;
}
.leftBlock {
  width: 80%;
}

.slide-panel .panel-body{
      padding: 24px 10px;
}

.slide-panel .panel-body p{
      font-size: 15px;
    margin-bottom: 9px;
}

.slide-panel .panel-body .diagnosticserv{
      background-color: #e7e7e79c;
    border-radius: 10px;
    padding: 16px;
}
.clientname{
  color: #ff6b35;
}

.slide-panel .panel-body p span.badge{
      font-size: 14px;
    font-weight: 600;
}
/* 
.slide-panel .panel-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    padding: 21px;
    text-align: center !important;
    background-color: #fff;
    box-shadow: 0px 0px 12px 1px #00000057;
}
.slide-panel .innermodal{
  position: relative;
}
 */
.timedeadline{
  display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 24px 0;
    font-weight: 500;
}

.themebtnbackground,
.themebtnbackground:hover{
    background-color: #0c2145 !important;
    border: none;
    padding: 7px 16px;
    margin-top: 5px;
}
.themebtnbackgroundbig,
.themebtnbackgroundbig:hover{
  background-color: #0c2145 !important;
    border-color: #0c2145 !important;
}

.themebtnborder,
.themebtnborder:hover{
    border:1px solid  #ff6b35 !important;
    background-color: transparent;
    color: #ff6b35;
    border: none;
    padding: 7px 16px;
    margin-top: 5px;
}
.btnfont{
    color: #ff6b35;
    border: none;
    padding: 7px 16px;
    margin-top: 5px;
}



