body{background-image: url(../images/bg.jpg);background-size: cover;font-family: 'Heebo', sans-serif;}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}
a{text-decoration: none;}
.btn-warning {
	color: #fff;
	background-color: #ed7518;
	border-color: #cb6313;
}
p{margin:0}
/* ********************************* Index Page ************************************* */
/*.nav-item {
	flex-basis: calc(33.33% - 4px);
	margin: 2px;
}
.nav-pills .nav-link {
	background: #fff;
	border: 1px solid #707171;
	border-radius: .25rem;
	color: #404040;
	width: 100%;
	font-size: 13px;
	padding: 10px 0;
	font-weight: 600;
	font-family: 'Heebo', sans-serif;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}*/
.btn-group {
	width: 100%;
	margin-top: 15px;
}
.btn-outline-primary {
	background: #fff;
	border: 1px solid #8f7800;
	color: #404040;
	font-size: 13px !important;
	padding: 10px 0;
	font-weight: 600;
	font-family: 'Heebo', sans-serif;
}
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(237, 28, 36, 0.33);
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #eb1c24;
	border-color: #eb1c24;
}
.login_main .login_form .btn {
	width: 110px;
	font-size: 16px;
	height: 40px;
}
.login_main img {
	margin: 0 auto 30px;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 55px;
}
.btm_menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
	margin-bottom: 0;
}
.btm_menu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	box-shadow: 0 7px 13px 2px #000;
}
.btm_menu ul li {
	list-style: none;
	/*flex-basis: 25%;*/
	flex: 1;
	border-right: 1px solid #ccc;
	text-align: center;
	height: 100%;
}
.btm_menu ul li a {
	padding: 10px 0;
	text-align: center;
	height: 100%;
	background: #fff;
	display: block;
	color: #000;
	font-size: 12px;
}
.btm_menu ul li a i {
	color: #eb1c24;
	font-size: 20px;
	display: block;
}
.index_main {
	display: grid;
	align-content: center;
	height: 100vh;
}
.index_main img {
	width: 72%;
	display: block;
	margin: 0 auto 30px;
}
.index_main .btn {
	width: 65%;
	display: block;
	font-size: 18px;
	padding: 12px;
	margin: auto;
	border-radius: 35px;
	font-weight: bold;
}
#best_seller_slider img {
  width: 75px;
  height: 75px;
  }


.login_main {
	/*display: grid;
	align-content: center;*/
	margin-top: 10px;
	/*height: 100vh;*/
}
.login_main img {
	width: 200px;
	display: block;
	margin: 0 auto 60px;
}
.login_main .login_form .form-floating .form-control {
	border: 1px solid #b4b4b4;
	padding-top: 10px;
	padding-bottom: .625rem;
	border-radius: 4px;
	height: 51px;
	line-height: 39px;
}
.login_main .login_form  a {
	text-align: center;
	color: #707171;
	display: block;
	text-decoration: none;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.login_main .login_form button[type="submit"] {
	background-color: #ea1b23;
	border-color: #ea1b23;
	width: 100%;
	font-size: 20px;
	font-family: 'Heebo', sans-serif;
	height: 50px;
	font-weight: bold;
}
.btm_links {
	/* position: absolute; */
	/* bottom: 13px; */
	width: 100%;
	margin-top: 30px;
}
.btm_links a {
	text-decoration: none;
	color: #707171;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.loginheader a {
	color: #535554;
	text-decoration: none;
	font-size: 18px;
}
.login_main .login_form .form-floating > label {
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
	opacity: 1;
}
.login_main .login_form  .form-floating > .form-control::placeholder {
	color: #00000042;
	font-size: 14px;
}
.login_main .login_form .form-floating > label {
	position: absolute;
	top: -5px;
	left: 10px;
	line-height: normal;
	padding: 2px 14px;
	pointer-events: none;
	border: 1px solid #ea1b23;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
	background: #eb1c24;
	height: auto;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Heebo', sans-serif;
}

#followup_div, #visit_div, #enquiry_div {
  display:none;
}

/* ****************************** view visit ******************************* */
.login_main .card-body {
	padding: 9px 20px;
}
.login_form_view label {
	font-size: 13px;
	color: #eb1c24;
	text-transform: uppercase;
	font-weight: bold;
}
.login_main .card-body label {
	display: block;
}
.verified_tag {
	background: #b9f1b9;
	color: #0aa10a;
	padding: 0 10px;
	border-radius: 35px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 9;
	transform: scale(0.8);
}
.unverified_tag {
	background: #f1b9b9;
	color: #a10a0a;
	padding: 0 10px;
	border-radius: 35px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 9;
	transform: scale(0.8);
}
.unverified_tag, .verified_tag {
	padding: 0 11px;
	top: -3px;
	right: -22px;
	transform: scale(0.65);
}
.login_form_view .table td {
	background-clip: padding-box !important;
	border: #f6b0b0 1px solid !important;
}
.cross_btn {
	position: absolute;
	left: 22px;
	color: #ea1b23;
	font-size: 20px;
	line-height: normal;
	top: 13px;
}
.punchin_div {
	text-align: center;
}
.punchin_div h1, .date_times_div h1 {
	color: #eb1c24;
	font-family: 'Heebo', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
.for_center {
	text-align: center;
	height: 85vh;
	display: grid;
	align-content: center;
}
.date_times_div .for_center ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.date_times_div .for_center ul li {
	flex-basis: calc(100% - 10px);
	background: #ffbca630;
	margin: 5px;
	height: 100px;
	display: grid;
	align-content: center;
	border: 1px solid #e8522285;
	border-radius: 10px;
}
.date_times_div .for_center ul li i {
    font-size: 25px;
    color: #bf3105;
    margin-bottom: 5px;
}
.filter_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.filter_buttons .btn {
	font-size: 13px;
	padding: 4px 10px;
	text-transform: uppercase;
	flex: 1 auto;
}


.project_modal  .form-floating .form-control {
	border: 1px solid #8f7800;
	padding-top: 10px;
	padding-bottom: .625rem;
	border-radius: 4px;
	height: 40px;
	line-height: 39px;
}
.project_modal .form-floating > label {
	position: absolute;
	top: -5px;
	left: 10px;
	line-height: normal;
	padding: 2px 14px;
	pointer-events: none;
	border: 1px solid #8f7800;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
	background: #ffe769;
	height: auto;
	color: #8f7800;
	border-radius: 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Heebo', sans-serif;
	opacity: 1 !important;
}
.notifications_div label {
	font-size: 13px;
	color: #cb5900;
	text-transform: capitalize;
	margin-bottom: 4px;
	font-weight: 500;
}
.notifications_div label span {
	margin-left: 5px;
}
.date_times_div .for_center img {
	width: 100px;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #b4b4b4 !important;
	height: 50px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eb1c24  !important;
	color: #fff  !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px   !important;
}