* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: Arial;
	word-wrap: break-word;
}
/* width */
::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #FFF;
	border-radius: 30px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #00D0CA;
	border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: ;
}
.border1 {
	border: 1px solid #000;
}
a {
	color: inherit;
	text-decoration:none;
}
.container {
	width: 80%;
	margin: auto;
}
.heading {
    font-size: 25px;
    margin: 10px 0;
}
.navbar {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #E5F9F8;
}
.nav-container {
	width: 90%;
	margin: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.nav-container .nav-open {
	display: none;
}
.nav-container .wedocta_logo {
	height: 50px;
	width: auto;
}
.nav-container-ch {
	display: flex;
	justify-content: space-between;
}
.nav-container .right div {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.nav-container .right div a {
	padding: 10px;
	font-weight: bold;
	color: #00D0CA;
	border-radius: 4px;
	transition: 0.5s;
}
.nav-container .right div a:hover {
	background: #00D0CA;
	color: #fff;
}
.nav-container .right div .logout-btn {
	border: 1px solid #00D0CA;
}
.doc-heading {
	text-align: center;
	font-size: 25px;
	margin: 15px 0;
	color: #222;
}
.hrLine {
	border: 1px solid #455;
	width: 30%;
	margin: 20px auto;
}
.JSRes {
	padding: 10px 0;
	text-align: center;
	display: none;
}
.JSResRed {
	border: 1px solid red;
	background: #FFBABA;
	color: red;
}
.JSResGrn {
	border: 1px solid green;
	background: #DFF2BF;
	color: #4F8A10;
}
.loginBox, .signupBox {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	width: 40%;
	min-width: 400px;
	margin: auto;
}
.signupBox {
	display: none;
}
.form-section {
	overflow: hidden;	
	width: 100%;
	margin: auto;
}
.toggleSignupLogin {
	text-align: center;
	font-size: 13px;
	color: #222;
	margin-top: 20px;
}
.wedocta-link {
	color: #00D0CA;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0;
}
.input-field {
	margin: 15px 0;
}
.input-field p {
	margin: 5px 0;
}
.input-field p .red-star {
	color: red;
	position: absolute;
	margin-left: 3px;
	font-size: 20px;
}
.input-field p .eye {
	float: right;
	font-size: 13px;
	padding: 5px 0;
	cursor: pointer;
}
.input-field input, .input-field select {
	width: 100%;
	font-size: 17px;
	outline: none;
	padding: 4px 8px;
	color: #222;
}
.input-field input[type='checkbox'], .input-field input[type='radio'] {
	width: 15px;
	height: 15px;
	margin: 5px;
}
.input-field input[type='time'] {
	width: 200px;
}
.button-field button, button {
	width: 100%;
	margin: 15px 0;
	font-size: 20px;
	padding: 5px;
	background: #00D0CA;
	border: none;
	/*outline: 1px solid #222;*/
	border-radius: 4px;
	color: #222;
	cursor: pointer;
	font-weight:bold;
	letter-spacing: 1px;
}
.advanceBasicBox {
	margin: 20px 0;
}
.advanceBasicBox span {
	display: inline-block;
	padding: 10px 20px;
	width: inherit;
	text-align: center;
	cursor: pointer;
	font-size: 17px;
	color: green;
	margin: 20px 20px 20px 0;
	font-weight: bold;
}
.advanceBasicBox .reliefBtn {
    border: 3px solid green;
    border-radius: 4px;
}
.advanceBasicBox .reliefBtn:hover {
    background: green;
    color: white;
    transition: 0.3s ease;
}
.advanceBasicBox span:first-child {
	border-bottom: 3px solid green;
}
.advanceTimeFee .input-field {
	background: #eee;
	padding: 5px;
	border-radius: 8px;
}
.dateTimeFee {
    margin: 5px 0;
}
.advanceTimeFee input {
	width: 200px;
}
.input-field label {
	position: absolute;
	margin-top: 2px;
	margin-left: 5px;
}
.advanceTimeFee, .reliefArea {
	display: none;
}
.reliefArea .reliefAreaBody {
    text-align: center;
    background: #E5F9F8;
    padding: 30px;
    border-radius: 10px;
}
.footer {
	
}
.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	background-color: #E5F9F8;
	padding: 10px;
}
.p2w {
	grid-template-columns: auto;
}
.grid-item {
	padding: 10px;
	text-align: center;
}
.sq-logo-img {
	height: 180px;
	width: 180px;
	padding: 20px;
	border-radius: 10px;
	
}
.sq-logo-img img {
	width: 100%;
}
.sessionsContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}
.sessionBox {
    font-size: clamp(14px, 2vw, 17px);
    line-height: 1.3em;
    border-radius: 20px;
    box-sizing: border-box;
}
.sessionBoxEach {
	width: 100%;
	height: 180px;
	padding: 10px;
	border-radius: 20px;
	overflow: hidden;
}
.sessionBoxContent {
	height: 100%;
	position: relative;
}
.sessionBoxContent p {
	margin: 6px 0;
}
.sessionBoxContent .time {
	text-align: center;
	padding: 5px;
	margin-top: 0;
	border-radius: 10px;
	background: rgba(0,0,0,0.1);
}
.sessionBoxContent .status {
	margin: auto;
	width: 100%;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
}
.patientBox {
	display: inline-block;
	margin: 10px;
	width: 200px;
	height: 200px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.patientBoxEach {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	/*padding: min(20px, 0%);*/
	
}
.patientBoxContent {
	text-align: center;
}
.patientBoxContent .profilePic {
	height: 100px;
	width: 100px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}
.patientBoxContent .profilePic img {
	background-size: cover;
	width: 100%;
}
.patientBoxContent .username {
	font-weight: bold;
	margin-top: 10px;
}
.patientBoxContent .status {
	margin: auto;
	padding: 5px;
	width: 150px;
	margin-top: 10px;
	border-radius: 20px;
	font-weight: bold;
}


.sessionContent {
	background: #F1F1F1;
	margin: 30px 0;
	padding: 20px;
	overflow: auto;
}
.sessionContent p {
	margin: 10px 0;
}

.table {
  display:table;
  border-collapse: collapse;
  width: 100%;
}
.tr {
	display:table-row;
}
.th {
	display: table-cell;
	font-weight: bold;
}
.td {
	display: table-cell;
}
.table .tr:hover {background-color: #ddd;}

.sessionContent .tr{
	margin: 0;
}
.sessionContent .table .td, .sessionContent .table .th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
}
.sessionContent .table .td:first-child {
	text-align: left;
	color: #00D0CA;
	font-weight: bold;
}
.sessionContent .table .commentData {
	max-width: 100px;
}

.sessionContent .table .th {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000;
	font-weight: bold;
}

.noSessionBox {
	width: 100%;
	padding: 70px;
	text-align: center;
	font-size: 23px;
	border-radius: 8px;
	margin: 20px 0;
}

.patientDetailsHeadContent {

}
.backgroundCover{
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: 0 0 30px 30px;
	position: relative;
}
.backgroundCover .profilePic {
	height: 200px;
	width: 200px;
	margin: auto;
	border-radius: 100%;
	border: 5px solid #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 150%);
	clear: both;
}
.patientDetailsHeadContent .profilePic img {
	background-size: cover;
	width: 100%;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #aaa;
}
.patientDetailsHeadContent .profilePic i {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 20px;
	translate: 45% -50%;
	background: #aaa;
	padding: 8px;
	border-radius: 100%;
	color: #222;
}
.patientDetailsHeadContent .profilePic i:hover {
	background: #ccc;
	cursor: pointer;
}
.nameAndMenu {
	margin-top: 110px;
	text-align: center;	
}
.nameAndMenu .patientName {
	color: #222;
	margin: 10px 0;
	font-size: 32px;
}
.nameAndMenu .patientAge {
	font-size: 18px;
	padding-bottom: 30px;
	border-bottom: 1px solid #888;
}
.patientDetailsHeadContent .infoBoxes {
	width: 50%;
	padding: 15px;
	background: #F1F1F1;
	border-radius: 20px;
	margin: 20px auto;
	font-size: 17px;
}
.edit_AddBtn {
	float: right;
	background: #aaa;
	height: 30px;
	width: 30px;
	margin: -5px -5px 0 0;
	padding: 6px;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
}
.edit_AddBtn:hover {
	background: #ccc;
}
.about .aboutData {
	text-align: center;
	width: 80%;
	margin: 20px auto;
}
.smallLine {
	width: 80px;
	margin: auto;
	border: 1px solid #222;
}
.detailsWithIcons {

}
.detailsWithIcons .tr .td:nth-child(2) {
	padding: 10px;	
}
.detailsWithIcons .td:first-child {
	width: 0px;
}
.detailsWithIcons .tr:hover {
	background: none;
}


.photoBox {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.photoEach {
	width: 33.33%;
	height: 200px;
	border: 4px solid #f1f1f1;
	border-radius: 10px;
	overflow: hidden;	
}

.photoEach img {
	width: 100%;
	height: 100%;
	
}
/*
.photoBox .addPhoto {
	font-size: 80px;
	color: #00D0CA;
	position: relative;
	background: none;
}
.photoBox .addPhoto #addFileBox {
	height: 80%;
	width: 80%;
	text-align: center;
	border: 8px dashed #00D0CA;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.photoBox .addPhoto #addFileBox > label {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	cursor: pointer;
}
.photoBox .addPhoto #addFileBox > label > i {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}*/
.scheduleBox {
	margin-top: 15px;
}
.scheduleBox .tr {
	border: 1px solid #ddd;
}
.scheduleBox .td, .scheduleBox .th {
	text-align: center;
	padding: 8px;
}
.allSessionBox {
	overflow: auto;
	white-space: nowrap;
}
.allSessionBox {
	margin-left: 0;
}


.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #E5F9F8;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 17px;
  color: #00D0CA;
  display: block;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
}

@media screen and (min-width: 601px) and (max-width: 768px) {
    .nav-container .right {
		display: none;
	}
	.nav-container .nav-open {
		display: inline-block;
		float: right;
		font-size: 20px;
		cursor: pointer;
		color: #00D0CA;
		line-height: 1.6;
	}
}

 @media screen and (min-width: 769px) and (max-width: 1024px) {
    .nav-container .right {
		display: none;
	}
	.nav-container .nav-open {
		display: inline-block;
		float: right;
		font-size: 20px;
		cursor: pointer;
		color: #00D0CA;
		line-height: 1.6;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    /* CSS rules for screens between 1025px and 1200px wide */
}


@media screen and (max-width: 600px) {
	.nav-container {
		padding: 10px 0;
	}
	.nav-container .wedocta_logo {
		height: 30px;
		margin: auto;
	}
	.container {
		width: 95%;
	}
	.loginBox, .signupBox {
		padding: 10px;
		width: 100%;
		min-width: unset;
	}
	.nav-container .right {
		display: none;
	}
	.nav-container .nav-open {
		display: inline-block;
		float: right;
		font-size: 20px;
		cursor: pointer;
		color: #00D0CA;
		line-height: 1.6;
	}
	.patientDetailsHeadContent .infoBoxes {
		width: 95%;
		padding: 10px;
		font-size: 15px;
	}
	.photoEach {
		height: 100px;
	}
	.backgroundCover{
		height: 200px;
		background-position: right;
	}
	.backgroundCover .profilePic {
		transform: translate(-50%, 50%);
	}
	.edit_AddBtn {
		font-size: 15px;
		height: 28px;
		width: 28px;
	}
	.nameAndMenu .patientName {
		font-size: 22px;
	}
	.sessionListBoxes {
		display: flex;
		flex-direction: column;
	}
	.sessionsContainer {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
	.sessionBoxEach {
		height: 154px;
	}
	.sessionBoxContent p {
		margin: 3px 0;
	}
	.patientListBoxes {
		width: box-sizing;
		margin: auto;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.patientBox {
		margin: 5px;
		width: 150px;
		height: 150px;
		font-size: 15px;
	}
	.patientBoxEach {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		/*padding: min(20px, 0%);*/
		
	}
	.patientBoxContent .profilePic {
		height: 70px;
		width: 70px;
	}
	.patientBoxContent .username {
		font-weight: bold;
		margin: 3px 0;
	}
	.patientBoxContent .address {
		font-size: 13px;
	}
	.sessionContent {
		background: #F1F1F1;
		margin: 15px 0;
		padding: 10px;
		font-size: 15px;
	}
	.advanceBasicBox span {
    	padding: 10px;
    	font-size: 15px;
    	margin-right: 15px;
    }
}