<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.enq_req_popup_btn{
  position: fixed;
  bottom: 1px;
  right: 14px;
  background: #e92425;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 3px;
  border-radius: 6px 6px 0px 0px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0px 0px 3px #000;
  transition: transform .2s;
  z-index: 100;
}
.enq_req_popup_btn:hover{
  transform: scale(1.2);
}
.enq_req_popup_btn a{
  color: #fff;
  text-decoration: none;
}

#floating_enq_form{
  background: #6d6d6d73;
  padding: 20px;
  position: fixed;
  top: 10%;
  z-index: 100;
  text-align: center;
}
.floating_enq_form_sec{
  background: #d4bd9d;
  font-size: 16px;
}

.floating_enq_form_sec select{
  height: auto;
  line-height: 20px;
  padding: 0px 2px;
  width: auto;
  background: #d4bd9d;
  border: 2px solid #5f5656;
}
.floating_enq_form_sec .hd_txt{
  font-size: 18px;
}
.floating_enq_form_sec .send_btn{
  border-radius: 5px;
  background: #d1b489;
  color: #f3f1f1;
  padding-left: 20px;
  padding-right: 20px;
}
.floating_enq_form_sec .close{
  padding-right: 15px;
}
</pre></body></html>