.booking-form-section {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -90px;
  height: 90px;
}
.hquick-book{     padding: 10px 10px 10px 20px;
  position: sticky;
  background: rgba(4, 1, 29, 0.93);
  z-index: 9;
}

.hquick-book .row div{border-right: 2px solid #413c4f;}
.hquick-book .row div:last-child{border-right: none;}
.hquick-book .row div div{ border:none;}
.hquick-book select{background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    border: none;
text-transform: capitalize;}
.hquick-book select option{ background:#f8f8f8; color:#333; font-size:13px;}



.hquick-book label{ font-size: 14px;
  font-weight: 500; text-transform:uppercase;
  color: #fff; } 


.wrap-drop {
background:transparent;
cursor:pointer;
margin:0 auto;
width:100%;
position:relative;
padding: 3px 0;
}

.wrap-drop::after {

  /* content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #77839d; 
border-color:#77839d transparent;
border-style:solid;
border-width:10px 10px 0;
content:"";
height:0;
margin-top:-4px;
position:absolute;
right:1rem;
top:50%;
width:0;*/
position: absolute;
    right: 0;
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    color: #77839d;
}

.wrap-drop .drop {
background:#fff;
box-shadow:3px 3px 3px rgba(0,0,0,.2);
display:none;
left:0;
list-style:none;
margin-top:0;
opacity:0;
padding-left:0;
pointer-events:none;
position:absolute;
right:0;
top:100%;
z-index:2;
}

.wrap-drop .drop li a {
  color: #222;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: 1px solid #999;
  font-size: 13px; text-transform:uppercase;
}


.wrap-drop span {
color:#b9c1d1;
font-size: 13px; text-transform:uppercase;
}

.wrap-drop .drop li:hover a {
background-color:#e4002b;
color:#fff;
}

.wrap-drop.active::after {
border-width:0 10px 10px;
}

.wrap-drop.active .drop {
display:block;
opacity:1;
pointer-events:auto;
}

.disab{cursor:not-allowed !important;pointer-events:none;user-select:none}

.form-button button {
  border: none;
}

.form-button .dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  background-color: #e4002b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  height: 52px;
  margin: 0;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-button .dedcription-btn .btn-icon {
  background-color: #fff;
  width: 53px;
  height: 52px;
  float: right;
  position: absolute;
  border-radius: 00px 0px 0px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.form-button .name-descripeion {
  position: relative;
  z-index: 1;
}

.form-button .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 52px solid #e4002b;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.form-button .dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 0px;
}

.form-button .dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}

.form-button .btn-icon i {
  position: absolute;
  right: 14px;
  top: 18px;
  color: #e4002b;
}

.form-button .dedcription-btn:hover {
  color: #e4002b !important;
  text-decoration: none;
}
#pollSlider-button{ display: none;}
.pollSlider{ position: static;}


@media screen and (max-width: 785px) {
 
.wrap-drop .drop{height: 60px;
  overflow: auto;} 

#pollSlider-button{ display: block;}
.booking-form-section{ height: auto;}

.pollSlider{
  position:fixed;
   width:100%;
  background:transparent;
 bottom :-295px;
  height:295px;
  z-index: 99;
  
}
#pollSlider-button{
  position:fixed;
  width:180px;
  height:50px;
  bottom:0px;
  background:#00ac7f;  
  color: #fff;
  text-align: center; 
  z-index: 99;
  font-size: 1.1rem;
  line-height: 50px;
  cursor: pointer;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
    z-index: 9;
}
}

