html,body{
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: unset;
}

a:hover {
	text-decoration: none;
	color: unset;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

body {
	font-family: 'Poppins';
}

h1, h2, h3, h4, h5, h6, h1, .h1, .h2, .h3 {
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
}

.sitecontainer {
	max-width: 1340px;
	margin: 0 auto;
}

.firstp {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
	min-height: 500px;
}
.firstp .sitecontainer {
	max-width: 600px;
	margin: 0 auto;
}
.firstp .flocation {
	float: left;
	width: 100%;
}
.firstp .flocation h5 {
	/* font-family: Poppins; */
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.firstp .flocation .listofshop ul li {
	float: left;
	width: 100%;
}
.firstp .flocation .listofshop li {
  border: 1px solid #000;
  border-radius: 10px;  
  padding: 5px 10px;
	margin-bottom: 15px;
	cursor: pointer;
}
.firstp .flocation .listofshop li a {
	/* font-family: Poppins; */
	font-size: 14px;
	line-height: 20px;
}
.firstp .flocation .listofshop li:last-child {
	margin-bottom: 0;
}
/* second page */
.secondp {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.secondp .sitecontainer {
	max-width: 700px;
	margin: 0 auto;
}
.secondp .heading {
	float: left;
	width: 100%;
}
.secondp .heading h5 {
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}
.secondp .listofmember {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.secondp .listofmember .yesno {
	display: flex;
	align-items: center;
  flex-direction: row;
  gap: 20px;
}
.secondp .listofmember .yesno .btnyes {
  width: 20%;
  display: flex;
  gap: 5px;
  padding: 10px 10px;
  border: 1px solid #000000;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.secondp .listofmember .yesno .btnyes label {
  margin-bottom: 0;
  font-family: Poppins;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 20px;
}
.secondp .listofmember .yesno .btnyes input[type="radio"] {
  color: #000000;
  font-size: 20px;
}
.secondp .listofmember .yesno .btnyes.diffcheck {
  width: 50%;
  display: flex;
  gap: 5px;
  padding: 10px 0px;
  border: none;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
}
.secondp .listofmember .yesno .btnyes input[type="checkbox"] {
  color: #000000;
  font-size: 20px !important;
}
.sedsection {
	float: left;
	width: 100%;
	padding: 50px 0 100px 0;
}
.sedsection .sedsectioninner {
	display: flex;
	gap: 100px;
}
.sedsection .sedsectioninner .left {
	float: left;
	width: 50%;
}
.sedsection .sedsectioninner .heading {
	float: left;
	width: 100%;
}
.sedsection .sedsectioninner .heading h5 {
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}
.sedsection .sedsectioninner .right {
	float: left;
	width: 50%;
}
.sedsection .sedsectioninner .right .timeslote {
	float: left;
	width: 100%;
}
.sedsection .sedsectioninner .right .timeslote .box {
	display: grid;
	width: 100%;
	grid-template-columns: 25% 25% 25% 25%;
	row-gap: 20px;
	column-gap: 10px;
}
.sedsection .sedsectioninner .right .timeslote .box .item {
	float: left;
	width: 100%;
}
.sedsection .sedsectioninner .right .timeslote .box .item p {
	padding: 10px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 6px;
  font-family: Poppins;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.sedsection .sedsectioninner .right .timeslote .box .item a p:hover {
	background: #000000;
	color: #ffffff;
}
.sedsection .sedsectioninner .right .timeslote .box .item a.active p {
	background: #000000;
	color: #ffffff;
}
.sedsection .sedsectioninner .right .timeslote .box .item a.booked p {
	background-color: #d3d3d3;
	color:#ffffff;
}
.sedsection .sedsectioninner .right .timeslote .box .item a.booked p:hover {
	background: #000000;
	color: #ffffff;
}

/* thirdp */
.thirdp {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.thirdp .thirdheading {
	float: left;
	width: 100%;
}
.thirdp .thirdheading h5 {
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}
.thirdp .thirdinner {
	display: flex;
	gap: 50px;
}
.thirdp .thirdinner .left {
	float: left;
	width: 50%;
}
.thirdp .thirdinner .left .leftbox {
	float: left;
	width: 100%;
	border: 1px solid #000000;
	padding: 20px;
}
.thirdp .thirdinner .left .leftinner {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.thirdp .thirdinner .left .leftinner .item {
	float: left;
	width: 100%;
}
.thirdp .thirdinner .left .leftinner .item1 {
	float: left;
	width: 100%;
}
.thirdp .thirdinner .left .leftinner .item1 label {
	font-family: Poppins;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 5px;
}
.thirdp .thirdinner .left .leftinner .item p {
	font-family: Poppins;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-align: left;
	padding-bottom: 10px;
}
.thirdp .thirdinner .left .leftinner .item label {
	float: left;
	width: 100%;
	font-family: Poppins;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 5px;
}
.thirdp .thirdinner .left .leftinner .item select {
	width: 100%;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	padding: 5px 10px;
}
.thirdp .thirdinner .left .leftinner .item input {
	width: 100%;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	padding: 5px 10px;
}
.thirdp .thirdinner .left .leftinner .item textarea {
	width: 100%;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	padding: 5px 10px;
}
.thirdp .thirdinner .right {
	float: left;
	width: 50%;
}
.thirdp .thirdinner .right .rightinner {
	float: left;
	width: 100%;
}
.thirdp .thirdinner .right .rightinner .box {
	float: left;
	width: 100%;
	border: 1px solid #000000;
	padding: 20px;
}
.thirdp .thirdinner .right .rightinner .box .itemlogo {
	float: left;
	width: 100%;
	text-align: center;
}
.thirdp .thirdinner .right .rightinner .box .itemlogo img {
	max-width: 80%;
	max-height: 100px;
}
.thirdp .thirdinner .right .rightinner .box .item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.thirdp .thirdinner .right .rightinner .box .item h6 {
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	padding-bottom: 10px;
}
.thirdp .thirdinner .right .rightinner .box .item p {
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}
.thirdp .thirdinner .rightinner .confirm {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.thirdp .thirdinner .rightinner .confirm a.cbooking {
	display: inline-block;
	border: 2px solid #000000;
	width: 100%;
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	padding: 10px 10px;
	text-transform: capitalize;
}
.thirdp .thirdinner .rightinner .backbtn {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.thirdp .thirdinner .rightinner .backbtn a.btnback {
	display: inline-block;
	border: 1px solid #000000;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px;
	text-transform: capitalize;
}
/* success forthpage */
.success {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.success .successinner {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.success .successinner h5 {
	border: none;
	border-radius: 6px;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px;
	background: lightgreen;
	color: green;
}
.success .successbooking {
	float: left;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 6px;
	padding: 5px 10px;
}
.success .successbooking .item {
	float: left;
	width: 100%;
}
.success .successbooking .item img {
	width: 100%;

}
.success .successbooking .box {
	float: left;
	width: 100%;
	border-top: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.success .successbooking .box h6 {
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;	
	padding-bottom: 30px;
}
.success .successbooking .box .item {
	float: left;
	width: 100%;
}
.success .successbooking .box .item h4 {
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
}
.success .successbooking .box .item p {
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 20px;
}

/* success forthpage */
.failure {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.failure .failureinner {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.failure .failureinner h5 {
	border: none;
	border-radius: 6px;
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	padding: 5px 10px;
	background: lightsalmon;
	color: red;
}
.failure .failurebooking {
	float: left;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 6px;
	padding: 5px 10px;
}
.failure .failurebooking .item {
	float: left;
	width: 100%;
}
.failure .failurebooking .item img {
	width: 100%;
}
.failure .failurebooking .box {
	float: left;
	width: 100%;
	border-top: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.failure .failurebooking .box h6 {
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;	
	padding-bottom: 30px;
}
.failure .failurebooking .box .item {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.failure .failurebooking .box .item h4 {
	font-family: Poppins;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
}
.failure .failurebooking .box .item p {
	font-family: Poppins;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
}

.grid-layout{
	flex-wrap: wrap
}

.error{
	color: red;
}

.secondp .listofmember.person .btnyes  {
	width: auto;  
	display: flex;
	gap: 5px;
	padding: 10px 10px;
	border: 1px solid #000000;
	border-radius: 8px;
	text-align: center;
	align-items: center;
	justify-content: center;
  }
  /* header */
  .header {
	float: left;
	width: 100%;
	padding: 10px 0;
  }
  .header .sitecontainer {
	max-width: 1340px;
	margin: 0 auto;
  }
  .header .headerinner {
	display: flex;
	align-items: center;
  }
  .header .logo {
	float: left;
	width: 30%;
  }
  .header .menu {
	float: right;
	width: 70%;
	text-align: right;
  }
  .header .menu ul li {

  }
  .header .menu li a {
	font-family: Roboto;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	text-transform: capitalize;
  }
  /* process staps */
  .process {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #000000;
  }
  .process .sitecontainer {
	max-width: 1340px;
	margin: 0 auto;
  }
  .process .processinner {
	float: left;
	width: 100%;
  }
  .process .progressbar {
	counter-reset: step;
  }
  .process .progressbar li {
	list-style: none;
	display: inline-block;
	width: 24%;
	position: relative;
	text-align: center;
	color: #ffffff;
	font-family: 'Poppins';
  }
  .process .progressbar li:before {
	/* content: counter(step); */
	/* counter-increment: step; */
	content: '\25CB';
	width: 30px;
	height: 30px;
	line-height : 30px;
	border: 1px solid #ddd;
	border-radius: 100%;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	background-color: #fff;
	position: relative;
	z-index: 2;
	color: #000000;
  }
  .process .progressbar li.current:before {
	content: '?';
	color:blue;
  }
  .process .progressbar li.completed:before {
	content: '\2713';
	color:green;
  }
  .process .progressbar li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	top: 15px;
	left: -50%;
	z-index : 0;
  }
  .process .progressbar li:first-child:after {
	content: none;
  }
  .process .progressbar li.active {
	color: #8fdf82;
  }
  .process .progressbar li.active:before {
	border-color: green;
  } 
  .process .progressbar li.active + li:after {
	background-color: green;
  }
  .footer {
	float: left;
	width: 100%;
	background-color: rgb(245, 245, 245);
	padding: 20px 0;
  }
  .footer .footerinner {
	float: left;
	width: 100%;
	display: flex;
    align-items: center;
  }
  .footer .left {
	float: left;
	width: 70%;
  }
  .footer .left .limg {
	float: left;
	width: 8%;
  }
  .footer .left .rcont {
	float: left;
	width: 92%;
  }
  .footer .left .rcont h3 {
	/* font-family: Roboto; */
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	text-transform: capitalize;
  }
  .footer .left .rcont p {
	/* font-family: Roboto; */
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
  }
  .footer .right {
	float: left;
	width: 30%;
  }
  .footer .right .rightinner {
    display: flex;
	gap: 10px;
	justify-content: flex-end;
  }
  .footer .right .rightinner a {
	/* font-family: Roboto; */
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
  }
  .footer .right .rightinner p {
	/* font-family: Roboto; */
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.footer .flast {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.footer .flast p {
	/* font-family: Roboto; */
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.logo img {
	max-height: 100px;
}

.inner-confirmation-details{
	max-width: 20%;
	margin: 0 auto;
}

/* 11-07-2024  login-page */

.login {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75vh;
}

.login .logininner {
  float: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid #8fdf82;
  border-radius: 8px;
}
.login .logininner h3 {
	color: #000;
	font-family: Poppins;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}
.login .logininner .loginform {
	float: left;
	width: 100%;
	max-width: 100%;
}
.login .logininner .loginform form {
  display: flex;
  flex-direction: column;
}
.login .logininner .loginform label{
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	letter-spacing: -0.16px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.login .logininner .loginform input[type=text],
.login .logininner .loginform input[type=email],
.login .logininner .loginform input[type=date],
.login .logininner .loginform input[type=password]  {
  margin: 0 0 20px 0;
  color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	letter-spacing: -0.16px;
  width: 455px;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
	background: #FFF;
	display: inline-block;
	padding: 3px 5px;
	outline: none;
}
.login .logininner .loginform button[type="submit"] {
	display: inline-block;
	width: 455px;
	padding: 8px 3px 7px 3px;
	background: #000;
  cursor: pointer;
  color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 700;
	line-height: 19.2px;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	border-radius: 8px;
}

/* login page end */

.sedsection .sedsectioninner .right .timeslote .box.grid32box {
    display: grid;
    width: 100%;
    grid-template-columns: 32% 32% 32% !important;
    row-gap: 20px;
    column-gap: 10px;
}

.logout-button {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    border: 2px solid white;
    transition: background-color 0.3s, color 0.3s;
}

.logout-button:hover {
    background-color: #555;
    color: #fff;
}
