.form-control.is-invalid,
.was-validated .form-control:invalid,
.selectized.is-invalid + .selectize-control {
	border-color: #dc3545!important;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.selectized.is-invalid + .selectize-control:focus-within {
	border-color: #dc3545!important;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)!important;
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

/* template page */
#body-content {
	min-height: 500px;
}

/* contact page */

.branch-list {
	display: flex;
	flex-wrap: wrap;
}

.branch-list .branch {
	padding-top: 5px;
	padding-bottom: 5px;
}

.branch-list .branch a {
	color: #428bca !important;
}

/* tracking page */

.time-box {
	min-width: 120px;
	padding: 1em 0;
	background-color: rgb(224 229 226);
	border-radius: 10px;
	position: relative;
}

#track-date {
	display: block;
	padding-bottom: 0.5em;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

#track-time {
	font-size: 14px;
	text-align: center;
}

.track-info-box {
	background-color: rgb(224 229 226);
	position: relative;
	border-radius: 8px;
	padding: 1em;
}

#track-info-title {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

#track-info-data {
	text-align: center;
}

@media (min-width: 992px) {
	.track-boxes-col {
		padding: 0;
		padding-top: 2em;
	}
}

#vertical-timeline {
	position: relative;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
}

#vertical-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 167px;
	width: 4px;
	height: 100%;
	background: #f1f1f1;
}

.vertical-timeline-item {
	display: flex;
	margin: 10px 0;
}

.vertical-timeline-block {
	position: relative;
	margin: 1em 2em;
	width: 100%;
}

.vertical-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.vertical-timeline-block:last-child {
	margin-bottom: 0;
}

.vertical-timeline-icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	border: 3px solid #f1f1f1;
	text-align: center;
}

.vertical-timeline-icon i {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -9px;
	color: #fff !important;
}

.vertical-timeline-content {
	position: relative;
	margin-left: 60px;
	background-color: #ccdfde;
	border-radius: 0.25em;
	padding: 1em;
}

.vertical-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.vertical-timeline-content::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #ccdfde;
}

/* OTP Login */
.d-none {
	display: none !important;
}

.position-relative {
	position: relative !important;
}

.form-control-icon {
	padding: 1rem 1.25rem 1rem 3rem !important;
	height: calc(1.5em + 1.5rem + 2px) !important;
}

.form-control-icon+.placholder-icon {
	font-size: 1.1rem;
	color: #949494;
	position: absolute;
	top: 15px;
	left: 15px;
}

.form-check-inline {
	display: inline-block;
	margin-right: 0;
}


/* Pre booking */
.bs-stepper .step-trigger {
	font-size: 12px !important;
	padding: 0 !important;
}

/* select 2 */

.is-invalid .select2-selection {
	border: 1px solid #dc3545 !important;
}


/* Pre booking common */

/* otp-loginpage */
.otp-login-panel {
	padding: 12px 30px 20px;
	background-color: #fcda30;
	border: 1px solid white;
	border-radius: 20px;
	width: 65%;
	min-width: 300px;
	margin: auto;
}

.book-login {
	padding: 80px 0;
}

.user-icon i {
	font-size: 50px;
	color: #fff;
	padding-bottom: 20px;
}

.separator-with-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	gap: 10px;
}

.separator-with-title::before,
.separator-with-title::after {
	content: "";
	height: 0.09em;
	width: 50%;
	background: #8d8d8d;
}

.trigger-panel {
	padding-top: 10px;
	width: 50%;
	margin: auto;
}

.book-margin-none {
	margin: 0;
}

.bs-stepper .form-control {
	font-size: 14px;
}

#mobile-section .form-control {
	font-size: 14px;
}

/* Side-Panel */
.bg-light {
	background-color: #f8f9fa !important;
}

.book-menu-list {
	height: 650px;
	padding: 200px 0;
}

.book-menu-list ul {
	list-style: none;
	font-size: 20px;
	color: #222;
	font-weight: 500;
}

.book-menu-list li {
	padding-bottom: 10px;
}

.book-menu-list li a:hover {
	color: #222;
}

/* Prebooking-Panel */
.prebook-title {
	display: flex;
	padding: 25px 0;
}

.prebook-title img {
	width: 65px;
}

.prebook-title h3 {
	color: #222;
	font-size: 30px;
	line-height: 0.9;
	font-weight: bold;
}

.prebook-title h3 span {
	font-weight: normal;
	font-size: 20px;
}

.book-group label {
	font-weight: 600;
	color: #000;
	letter-spacing: 0.5px;
}

.book-control,
.book-control .selectize-input {
	background-color: #f1f6fb!important;
	min-height: 50px!important;
	border: 1px solid #c0daf38a!important;
	box-shadow: none;
	padding: 14px 10px;
}

.form-control.selectize-control {
	height: 54px!important;
	border-radius: 4px!important;
}

.book-group .select2-container--default .select2-selection--single {
	background-color: #f1f6fb;
	border: 1px solid #f1f6fb;
	border-radius: 5px;
	height: 50px;
}

.book-group .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 15px 25px;
	font-weight: 500;
	line-height: initial;
}

.book-group .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 5px;
}

.book-group .btn-primary,
.book-group .btn-secondary,
.book-group .btn-success {
	padding: 10px;
	font-size: 16px;
}

#prebook-paytype {
	display: flex;
}

#prebook-paytype .btn {
	border-radius: 0;
}

.prebook-table .table thead>tr>th,
.prebook-table .table tbody>tr>td {
	border: none;
}

.btnradio-bg label {
	color: #fff;
    margin: 0;
    font-weight: 500;
}

.btnradio-bg input[type="radio"]:not(:checked)+label {
	background-color: #fff;
	color: inherit;
}

.btnradio-bg input[type="radio"].is-invalid+label {
	border-color: #dc3545;
	color: #dc3545;
}


.btnradio-bg .form-check-input,
.custom-datepicker .custom-date-radio {
	display: none;
}

.minus-btn {
	margin: 25px 0;
}

.custom-datepicker {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(241,246,251,1) 15%, rgba(241,246,251,1) 85%, rgba(255,255,255,1) 85%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(241,246,251,1) 15%, rgba(241,246,251,1) 85%, rgba(255,255,255,1) 85%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(241,246,251,1) 15%, rgba(241,246,251,1) 85%, rgba(255,255,255,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	border-radius: 5px;
	text-align: center;
	box-shadow: none;
	margin: 10px 0;
}

.custom-datepicker .custom-date {
	width: 100%;
}

.custom-datepicker .custom-date-label {
	line-height: 1.75;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0px !important;
}

.custom-datepicker .label-day {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
}

.custom-datepicker .label-date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.custom-datepicker input[type="radio"]:checked+.custom-date-label {
	border-radius: 30px;
	background-color: #36338c;
	color: #fff;
	padding: 20px 0;
	width: 50px;
	transition: background-color 400ms;
}

/* Preboob-Preview-Page */
.prebook-box {
	background-color: #fdfeff;
	margin: 15px 0;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #bbb;
}

.prebook-success {
	border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 30px;
}

.prebook-success p {
	font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    color: #222;
}

.contact-info a {
	border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 10px;
    color: #222;
    box-shadow: 0 0 3px #22222229;
    position: relative;
}

.contact-info a i {
	margin-right: 20px;
    color: #222;
    font-size: 18px;
}

.success-icon {
	width: 15%;
}
/* captcha */
.captcha-image-con{
	position:relative;
}
.reload-icon{
	position: absolute;
	top: 20%;
	/* right: -16px; */
	left:160px;
	width: 15px;
	background-color: rgba(245, 245, 245, 0);
	z-index: 1;
	cursor: pointer;
}
.reload-icon:hover{
	color:#7b7a8e;
}
.reload-icon:active{
	color:#ff0404;
}
.reload-icon{
	width: 25px;
    /* padding-left: 10px; */
}
.lr-container{
	padding-right:0;
}
.captcha-book{
	padding: 20px !important;
}
/* captcha end*/

@media(max-width: 768px) {
	.book-menu-list {
		display: none;
	}

	.success-icon {
		width: 80%;
	}
}
@keyframes rotate {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  .rotate {
	animation: rotate 0.2s linear;
  }
