.reqserv {
  display: grid!important;
  padding-top:25px;
}

.guest_room_no, .desk_phones, .admin_phones, .common_phones, .fax_machines, .monthly_bill {
  display: flex;
  vertical-align: middle;
  align-content: center;
  align-items: flex-end;;
  flex-wrap: nowrap;
}
span.uacf7-value {
  float: right;
  vertical-align: middle;
  background: #FF8A00;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  width: 55px!important;
  order: 2;
}
.uacf7-slider-handle input[type=range] {
  width: calc(100% - 15px)!important;
  background-color: #ff8a00!important;
  height: 8px!important;
  border: #ff8a00!important;
  color: #FF8A00!important;
  vertical-align: middle!important;
}

.cf7-smart-grid.has-grid .field>label em {
  display: none;
}        

.btmfield, .messoptin {
  border-bottom: 1px solid #FF8A00!important;
  background: transparent!important;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
}
.btmtit {
  padding-top: 10px;
  font-size: inherit;
}

.container {
  font-size: inherit;
}

@media only screen and (min-width: 768px) {
  .toprow {
    max-width: 75%;
    margin: auto;
  }
}

/* timeline */

.lftml {
  border-color: #FF8A00!important;
  margin: 0 0 0 20px;
  counter-increment: section;
  position: relative;
}


.lftml:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -20px;
  padding-top: 10px;
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 3px solid #FF8A00;
  color: #25262A;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
}

.lftml:nth-child(even) {
  border-left: 2px solid;
  margin-right: 30px;
  padding: 0 0 50px 50px;
}

.lftml:nth-child(odd):before {
  content: counter(section);
  padding-top: 10px;
  right: 100%;
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border: 3px solid #FF8A00;
  color: #25262A;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
}
.lftml:nth-child(odd) {
  border-left: 2px solid;
  margin-right: 30px;
  padding: 0 0 50px 50px;
}


.lftml:first-child {
  top: 0;
  padding: 0 0 50px 50px;
}

.lftml:last-child {
  bottom:0;
  padding: 0 0 0 50px;
  border: none;
}
.ekit-form form label span {
  color: #25262a;
  font-size: inherit;
}

/* timeline-end */


/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 0px;
  border: 1px solid #25262A;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  background: #FF8A00;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.wpcf7-list-item-label {
  margin-left: 30px;
  font-size: inherit!important;
  color: #25262a!important;
  display: inline-block!important;
}         


.cf7-smart-grid.has-grid .wpcf7-form-control:not(img) {
  border-radius: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  color: #25262A;
  border: none;
  background: transparent;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
  border-bottom: 1px solid #25262A;
}    
.cf7-smart-grid.has-grid .field>label {
  margin-top: 0;
}   


.toptit {
  padding-top: 0;
  font-size: 20px;
}

.messoptin {
  max-width: 100%;
  border: 1px solid #FF8A00;
  background: #ffffff;
}

.cf7-smart-grid.has-grid .wpcf7-submit {
  padding: 15px 45px 15px 45px;
  background: #25262A;
  border: solid 1px #25262A;
  border-radius: 3px;
  font-size: 80%;
  font-weight: 400;
  color: #FF8A00;
  width: auto!important;
  display: grid;
  margin: auto;
}       

.bottomrow {
  background: #FFF0DE;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 25px;
  margin-top: 100px;
}          
.secttit {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #FF8A00;
}      
span.cf7sg-popup {
  background: #FFF0DE!important;
  font-size: inherit!important;
  color: #FF8A00!important;
  border-radius: 3px!important;
  max-height: 302px;
  left: 0;
  position: relative;
  transition: .5s;
  white-space: break-spaces;
  z-index: 100;
}
.wpcf7-form-control-wrap textarea {
  background-color: #ffffff!important;
  border-radius: 10px!important;
  border: 1px solid #FF8A00!important;
}
.acceptance input.wpcf7-checkbox {
  margin-bottom: 3px!important;
}
.acceptance .wpcf7-list-item-label {
  margin-left: 10px!important;
  max-width: 90%;
  vertical-align: top;
}
.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
  color: #FF8A00;
  background: transparent;
  border-radius: 3px;
  padding: 2px;
  min-width: initial;
  line-height: 1.2em;
}    
.wpcf7 form.invalid .cf7sg-response-output, .wpcf7 form.unaccepted .cf7sg-response-output {
  border-color: #FF8A00;
  color: #FF8A00;
  max-width: fit-content;
  margin: auto;
  padding: 10px;
}