:root{
    --white: #fff;
    --black: #000;
    --red: #e65628;
    --orange: #f29620;
    --lightgreen: #257830;
  }
  /* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #eb5829bf;
}

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #e24b1b;
  }

  .booking-banner{padding: 60px 0; background: var(--black); color: var(--white); }
  .booking-banner h1{font-size: 32px; font-weight: 600; margin: 0; text-align: center;}
  .fs-12 {font-size: 12px;}
  .fs-13 {font-size: 13px;}
  .fs-14 {font-size: 14px;}
  .fs-15 {font-size: 15px;}
  .fs-16 {font-size: 16px;}
  .fs-17 {font-size: 17px;}
  .fs-18 {font-size: 18px;}
  .fs-19 {font-size: 19px;}
  .fs-20 {font-size: 20px;}
  .fs-21 {font-size: 21px;}

  label{font-size: 14px;}

  .booking-sec{padding: 60px 0; background: #f1f1f1;}
  /* .booking-form {max-width: 900px; margin: auto;} */
  .pagenav-btn{display: flex; justify-content: space-between; padding: 10px; margin-top: 80px}
  .pagenav-btn .back-btn{display: inline-block; margin: 10px 0; color: var(--white); background: var(--red); padding: 10px 15px; text-transform: uppercase; font-weight: 600; border-radius: 6px;}
  .pagenav-btn .back-btn i{display: inline-block; margin-right: 10px;}
  .pagenav-btn .next-btn{display: inline-block; margin: 10px 0; color: var(--red); border: solid 1px var(--red); padding: 10px 15px; text-transform: uppercase; font-weight: 600; border-radius: 6px;}
  .pagenav-btn .next-btn i{display: inline-block; margin-left: 10px;}
  .pagenav-btn .next-btn:hover{color: var(--white); border: solid 1px var(--red); background: var(--red)}

  .radio-buttons {max-width: 590px; margin: 30px auto 0; text-align: center; }
  .custom-radio input {display: none; }
  .radio-btn{margin: 10px;width: 260px;height: 80px;border: 3px solid transparent;display: inline-block;border-radius: 10px;position: relative;text-align: center;box-shadow: 0 0 20px #c3c3c367;cursor: pointer; background: #fff;}
  .radio-btn > i{color: #ffffff; background-color: #FFDAE9; font-size: 20px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%) scale(2); border-radius: 50px; padding: 3px; transition: 0.5s; pointer-events: none; opacity: 0; }
  .radio-btn .hobbies-icon {width: 100%;/* height: 150px; */position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
  .radio-btn .hobbies-icon i {color: #FFDAE9; line-height: 80px; font-size: 60px; }
  .radio-btn .hobbies-icon h3{color: var(--black); background: transparent; font-size: 18px; text-transform: uppercase;letter-spacing:1px;margin: 0;}
  .custom-radio input:checked + .radio-btn {border: 2px solid var(--red);}
  .custom-radio input:checked + .radio-btn > i {opacity: 0;transform: translateX(-50%) scale(1);}


  .page1-form p {text-align:center; margin: 0 0 20px; font-weight: 600; color: #000;}
  .page1-form h4 {text-align:center; color: var(--red); font-weight: 600; font-size: 15px;}

  /*page 1 end*/


  .page2-form h3{text-align: center; font-size: 24px; font-weight: 600; color: #494949;}
  .page2-form h4 {text-align: center; color: var(--red); font-weight: 600; font-size: 15px; margin-bottom: 40px}
  .page2-form p{text-align: center; font-size: 14px;}
  /*page 2 end*/


  .page3-form h3{font-size: 24px; font-weight: 600; color: #494949;}
  .page3-form h4 {color: var(--red); font-weight: 600; font-size: 15px; margin-bottom: 40px}
  .page3-form .form-area{max-width: 600px; margin: auto;}
  /*page 2 end*/


  .page4-form h3{font-size: 24px; font-weight: 600; color: #494949;}
  .page4-form h4 {color: var(--red); font-weight: 600; font-size: 15px; margin-bottom: 40px}
  .page4-form .form-area{max-width: 600px; margin: auto;}

  .servicetye{ max-width: 400px; margin: 50px auto 0; box-shadow: 0 0 10px #ccc; border-radius: 20px 20px 0 0;}
  .servicetye .service-head{background-color: var(--red); color: var(--white); padding: 15px 20px; border-radius: 20px 20px 0 0; text-align: center;}
  .servicetye .service-head h4{font-size: 24px; font-weight: 600; margin: 0;}
  .servicetye .service-body{padding: 40px 40px; background-color: var(--white)}
  .constructionbox {background-color: var(--white); box-shadow: 0 0 10px #ccc; border-radius: 20px; margin-top: 30px; padding: 30px}

  .constructionbox .constructiontxt h4{font-size: 18px; font-weight: 600; margin: 0 0 20px;}
  .constructionbox .constructiontxt p{font-size: 14px; font-weight: 300;}
  .constructiontxt .construction-btn{display: flex; max-width: 410px; justify-content: space-between;}
  .constructiontxt .construction-btn select{display: inline-block; color: var(--white); background: var(--red); padding: 5px 15px; text-transform: uppercase; font-size: 15px; font-weight: 400; border-radius: 6px; border:0; margin-top: 0;}
  .constructiontxt .construction-btn a{display: flex; color: var(--white); background: var(--red); padding: 10px 15px; text-transform: uppercase; font-size: 15px; font-weight: 400; border-radius: 6px; align-items: center; margin-left: 15px;}
  .constructiontxt .construction-btn a i{margin-right: 10px; vertical-align: middle;}
.constructionbox-sidebar {
    padding: 20px;
    background: #ccc;
}
  /*page 4 end*/

.main-wrapper{
    width: 100%;
    display: flex;
}
.booking-sidebar{
    width: 20%;
    background: #e65628;
    min-height: 200px;
    height: 100%;
}
.form-group.select-service {
    width: 50%;
    margin: auto;
    border-radius: 25px 25px 0 0;

}

.order-btn {
    display: inline-block;
    margin: 0px 0;
    color: var(--white);
    background: var(--red);
    padding: 4px -1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
    font-size: 11px;
}

.ui-datepicker {
    width: 28em; /*what ever width you want*/
}
.ui-datepicker table {
    width: 100%;
    font-size: 1.1em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}
.constructionbox.protection-box {
    padding-top: 0;
}
.protection-header {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border-bottom: 1px solid #d5cccc;
}
.constructiontxt .protection-btn {
    display: flex;
    max-width: 100%;
    justify-content: end;
}
.message-container {
    background-color: var(--white);
    box-shadow: 0 0 10px #ccc;
    border-radius: 63px 63px 0px 0px;
    margin-top: 30px;
    height: 400px;
    overflow: auto;
    padding: 25px;
}
.message-box {
    margin-top: 10px;
}
.message-box p {
    text-align: justify;
    font-size: 13px;
}
p.hedding-text {
    font-size: 16px;
    font-weight: 600;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #095cfa;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #095cfa;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#frmProcess{
	font-size: 18px;
  color: #666;
}
.ring {
  display: inline-block;
  width: 75px;
  height: 75px;
	vertical-align: middle;
}
.ring:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #095cfa;
  border-color: #095cfa transparent #095cfa transparent;
  animation: ring 1.2s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#paymentResponse{
	font-size: 17px;
    border: 1px dashed;
    padding: 10px;
	color: #EA4335;
	margin-top: 0;
	margin-bottom: 10px;
}

.status{
	padding: 15px;
	color: #000;
    background-color: #f1f1f1;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom: 20px;
}
.status h1{
	font-size: 1.8em;
}
.status h4{
	font-size: 1.3em;
	margin-bottom: 0;
}
.status p{
	font-size: 1em;
	margin-bottom: 0;
    margin-top: 8px;
}



.success{
	color: #34A853;
}
.error{
	color: #EA4335;
}
.hidden {
    display: none;
}
.message-container.payment-desclaimer {
    height: auto;
    border-radius: 50px;
    padding: 10px 20px;
}
.form-area.review-container {
    padding: 10px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
.product-price-box {
    display: flex;
    justify-content: space-between;
}


.booking-form .product-box {
    max-width: 990px;
    margin: auto;
}

.booking-form .product-box .card {
    background: transparent;
    border: 0;
}

.booking-form .product-box .card-body {
    padding: 15px;
    background: #f1f1f1;
    border-radius: 15px;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    max-width: 300px;
    margin: 15px auto;
}

.booking-form .product-box .card-body h4 {
    font-weight: 600;
}

.booking-form .product-box .card-body .button-box {
    margin: 25px auto 0;
    max-width: 130px;
    background: #f1f1f1;
    box-shadow: 0 0 10px #ccc;
}

.booking-form .product-box .card-body .button-box button.btn {
    margin: 0 0 -10px 0px;
}

td.ui-datepicker-unselectable.ui-state-disabled.booked-class span {
  color: white;
  background: red;
}
.booking-form .discount button.btn.btn-outline-secondary {
  background: #e65628;
  color: white;
  font-weight: 500;
  outline: #e65628;
  border-color: #e65628;
  border-radius: 0 1px 2px;
  padding: 8px;
}
span#discount-msg {
  font-size: 12px;
  font-weight: 600;
}
a.remove-discount {
  color: #e65628;
  font-weight: 600;
}
strong.coupon-code {
  color: #e65628;
}