.footer_div {

	display: inline-block;

	width: 20%;

	height: auto;

	margin: 3%;

	text-align: center;

	background-color: #d8fef2;

	border-radius: 15%;

}
.r
    {
        color: red;
    }
.unde_line {

	width: 65px;

}

.email_unde_line {

	width: 95px;

}

.home_color {

	background-color: #d8fef2;

	border-radius: 25px;

}

.logo_width_small {

	padding: 3px;

	width: 30px;

	height: auto;

	text-align: center;

	cursor: pointer;

}

.doctor_logo_div {

	display: inline-block;

	width: 8%;

	height: auto;

	margin: 4%;

}

.img_home {

	border-radius: 10px;
	display: block;
  	word-wrap: break-word;
}

.div_center {

	display: flex;

	justify-content: center;

	align-items: center;

}

.treatment_img {

	margin: 2%;

	cursor: pointer;

}

.feedback_txt {

	border-width: medium;

	border: black;

	/* background-color: #d8fef2; */

	width: 70%;

	padding: 2%;

	font-size: x-large;

	border-radius: 20px;

}

.aboutus_txt {

	width: 50%;

	float: left;

	padding: 2%;

	font-size: x-large;

}

.aboutus_img {

	width: 30%;

	height: auto;

	float: left;

	padding: 2%;

	border-radius: 15%;

}

.header_container {

	background-color: #3fbbc0;

	margin: 0px;

	padding: 4px;

	top: 0px;

	left: 0px;

	display: block;

	border-radius: 10px
}

/* .header_container {

	background-color: #3fbbc0;

	margin: 0px;

	padding: 3px;

	top: 0px;

	left: 0px;

	display: block;

} */
.body_container {

	display: block;

	padding-bottom: 50px;

}

.footer_container {

	bottom: 0px;

	padding: 2px;

	align-items: flex-start;

	font-size: 16px;

	background-color: #3fbbc0;

	margin-top: 36vh;

}

.block_center {

	display: block;

	align-items: center;

}

.compname {

	padding-left: 1%;

	width: auto;

	position: absolute;

	display: inline-block;

}

.logo_width {

	padding: 5px;

	width: 60px;

	height: 60px;

	border-radius: 15px;

}

.logout_width {

	margin-top: 4px;

	float: right;

	width: 70px;

	cursor: pointer;

	padding: 15px;

}

.notify_width {

	margin-top: 8px;

	float: right;

	width: 40px;

	cursor: pointer;

	padding: 10px;

}

.align_right {

	float: right;

}

.aligne_center {

	margin: 40px 50px;

}

button {

	background-color: #abeaf8fe;

	border-radius: 100px;

	box-shadow: #32a8fa21 0 -25px 18px -14px inset, rgb(152 208 241 / 18%) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;

	color: #020f39;

	cursor: pointer;

	display: inline-block;

	padding: 7px 20px;

	text-align: center;

	text-decoration: none;

	transition: all 250ms;

	border: 0;

	font-size: 16px;

	user-select: none;

	-webkit-user-select: none;

	touch-action: manipulation;

	margin: 18px 10px;

}

button:hover {

	box-shadow: rgba(6, 74, 32, 0.35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;

	transform: scale(1.05) rotate(-1deg);

}

/* .registration_picture */

body {

	height: 93%;
	/* background-image: url('../Images/Background.png'); */
	background-image: url('../Images/background8.jpg');


	
	background-size:300% 200%;

	text-transform: capitalize;

	color: #333;

	font-weight: bold;

}

.dashboard_picture {

	height: 150%;

	background-image: url('../Images/BG1.png');

	background-size: 130%;

}

.dashboard_profile {

	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.update_profile {

	border-radius: 500%;
	width: 8%;
	cursor: pointer;
}



.dashboard_profile_align {

	margin-top: 8%;

	margin-bottom: 8%;

}

.profile1_img {

	margin-left: 10px;

}

.dashboard_align {

	display: block;

	min-height: 550px;

	width: 25%;

	background-color: #3fbbc0;

}

.register_align {
	align-items: center;


}

.text_center {

	display: flex;

	justify-content: center;

	text-align: center;

}
.text_center_pat
{



	justify-content: center;

	text-align: center;
}
.text_center1 {

	display: flex;

	justify-content: center;

	/* text-align: center; */

}

.text_center2 {
	margin-left: 0%;
}

.align_center {

	align-items: center;

}

.button_center {

	text-align: center;

}

.center_align {

	text-align: center;

}

.image_size_patient {

	width: 100%;

	height: 30%;

}


select,
textarea {

	padding: 8px 7px;

	margin: 5px 11px;

	display: inline-block;

	border-radius: 10px;

	box-sizing: border-box;

	border: 0.5px solid #010211;

	-webkit-transition: 0.5s;

	transition: 1.5s;

	outline: none;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	/* text-transform: uppercase; */

	/* font-family: 'Times New Roman', serif; */

	/* font-family: system-ui;*/

}
.input_f{

	padding: 8px 7px;

	margin: 5px 11px;

	display: inline-block;

	border-radius: 10px;

	box-sizing: border-box;

	border: 0.5px solid #010211;

	-webkit-transition: 0.5s;

	transition: 1.5s;

	outline: none;

	color: #333;

	font-weight: bold;

	text-transform: capitalize;

	/* text-transform: uppercase; */

	/* font-family: 'Times New Roman', serif; */

	/* font-family: system-ui;*/

}

.email
{
padding: 8px 7px;

	margin: 5px 11px;

	display: inline-block;

	border-radius: 10px;

	box-sizing: border-box;

	border: 0.5px solid #010211;

	-webkit-transition: 0.5s;

	transition: 1.5s;

	outline: none;

	color: #333;

	font-weight: bold;

}

div {

	color: #333;

	font-weight: bold;

}

input[type=submit]:hover {

	background-color: #45a049;

}

input[type=number] {

	width: 70px;

	padding: 8px 13px;

}

input:focus {

	border: 3px solid #555;

}

textarea,
button {

	margin: 100px;

}

/* .table_content_align

{

	text-align: left;

    margin-left: 25px;

}

.title_color */

/* {

	color:#96493F;	



} */



.compname {

	width: auto;

	position: absolute;

	display: inline-block;

}

.logo_width {

	padding: 5px;

	width: 60px;

	height: 60px;

	border-radius: 15px;

	cursor: pointer;

}



.align_right {

	float: right;

}

.aligne_center {

	margin: 40px 50px;

}

.home_buttons {

	margin: auto 70px;

}

button {

	background-color: #abeaf8fe;

	border-radius: 100px;

	box-shadow: #32a8fa21 0 -25px 18px -14px inset, rgb(152 208 241 / 18%) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;

	color: #020f39;

	cursor: pointer;

	display: inline-block;

	padding: 7px 20px;

	text-align: center;

	text-decoration: none;

	transition: all 250ms;

	border: 0;

	font-size: 16px;

	user-select: none;

	-webkit-user-select: none;

	touch-action: manipulation;

	margin: 18px 10px;

}

button:hover {

	box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;

	transform: scale(1.05) rotate(-1deg);

}

th {

	background: #078282FF;

	color: white;

	padding: 10px;

}

textarea,
button {

	margin: 7px;

}

table,
td {

	padding: 5px;

}

table {

	margin: 10px;

	border-collapse: collapse;

	border-radius: 1.2em;

	overflow: hidden;

}

.table_align {

	border-bottom: 2px solid white;

	border-right: 2px solid white;

}

.td_center {

	text-align: center;

}

.div_center {

	display: flex;

	justify-content: center;

	align-items: center;

	text-align: center;

}

.alter_tbl_clr tr:nth-child(odd) {

	background-color: rgb(212, 212, 170);

}

.alter_tbl_clr tr:nth-child(even) {

	background-color: #F1F4FFFF;

}

.dash_img2 {

	display: inline-block;

	border-style: thin;

	margin: 10px;

	margin-top: 10px;

	padding: 30px;

	text-align: center;

	font-size: 12px;

	height: 170px;

	width: 200px;

	border-radius: 20px;

	cursor: pointer;

}

.dash_img1 {

	display: inline-block;

	border-style: thin;

	margin: 10px;

	margin-top: 10px;

	padding: 30px;

	text-align: center;

	font-size: 12px;

	height: 170px;

	width: 200px;

	border-radius: 20px;

	cursor: pointer;

}

.d_img1 {

	height: 110px;

	width: 110px;

	border-radius: 120px;

	color: blanchedalmond;

}

.d_img {

	height: 80px;

	width: 80px;

	border-radius: 120px;

	color: blanchedalmond;

}

.dashboard_align {

	margin-left: 30px;

}

.dashboard_prof_width {

	display: block;

	float: left;

	margin-top: 2%;

	width: 20%;

}

.dashboard_img {

	margin-left: 80px;

}



.dash_img2:hover img {

	opacity: 0.7;

}



.dash_img2 img {

	transition: opacity 0.3s;

}

/* @keyframes shake 

	{

        0% { transform: translate(0, 0); }

        10%, 20% { transform: translate(-5px, 0); }

        30%, 40% { transform: translate(5px, 0); }

        50%, 60% { transform: translate(-5px, 0); }

        70%, 80% { transform: translate(5px, 0); }

        90%, 100% { transform: translate(0, 0); }

    } */

.dash_img2:hover {

	animation: shake 0.5s ease-in-out;

	box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;

	transform: scale(1.05) rotate(-1deg);

}



/* The Modal (background) */

.modal {

	display: none;
	/* Hidden by default */

	position: fixed;
	/* Stay in place */

	z-index: 1;
	/* Sit on top */

	left: 0;

	top: 0;

	width: 100%;
	/* Full width */

	height: 100%;
	/* Full height */

	overflow: auto;
	/* Enable scroll if needed */

	background-color: rgb(0, 0, 0);
	/* Fallback color */

	background-color: rgba(0, 0, 0, 0.71);

	padding-top: 10px;

	backdrop-filter: blur(8px);

}

/* Modal Content/Box */

.modal-content {

	margin: 5% auto;
	/* 5% from the top, 15% from the bottom and centered */

	width: 50%;
	/* Could be more or less, depending on screen size */

	padding: 40px;

	border: solid;

	border-radius: 20px;

	border-color: white;

	background-color: rgba(184, 226, 245, 0.879);
}

/* Add Zoom Animation */

.animate {

	-webkit-animation: animatezoom 0.6s;

	animation: animatezoom 0.6s;

	border: solid;

}

.close_logo {

	position: absolute;

	top: 0px;

	right: 0px;

	/* background-color: red; */

	width: 50px;

	cursor: pointer;

}
.close_logo1 {

	position: absolute;

	top:12%;

	right: 22%;

	/* background-color: red; */

	width: 50px;

	cursor: pointer;

}

.close_div {

	position: relative;

}

.div_center {

	display: flex;

	justify-content: center;

	align-items: center;

	text-align: center;

}

/* Add this style to your CSS */

.dropdown {

	float: right;

	position: relative;

	display: inline-block;

}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {

	display: none;

	position: absolute;

	background-color: #f1f1f1;

	min-width: 160px;

	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

	z-index: 1;

	margin-top: 6px;

	right: 0;

}

/* Links inside the dropdown */

.dropdown-content a {

	color: black;

	padding: 17px 19px;

	text-decoration: none;

	margin-top: 5%;

	height: 6px;

	display: block;

	cursor: pointer;

}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {

	background-color: #ddd;

}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {

	display: block;

}

.new_appo {

	/* background-color: yellow;  */

	list-style-type: none;

	text-align: center;

	margin: 0;

	padding: 0;

	border-radius: 5px;

}

.accordion {

	background-color: #eee;

	color: #444;

	cursor: pointer;

	padding: 38px;

	width: 100%;

	padding: 10px;

	margin: 15px 10px;

	border: none;

	/* text-align: left;	 */

	outline: none;

	font-size: 15px;

	transition: 0.4s;

	display: inline-block;

}



.active,
.accordion:hover {

	background-color: #2f2d2d;

	color: whitesmoke;

}



.panel {

	padding: 0 18px;

	display: none;

	background-color: white;

	overflow: hidden;

}

.input {
	display: block;
	padding: 8px 7px;
	margin: 5px 11px;
	display: inline-block;
	border-radius: 10px;
	box-sizing: border-box;
	border: 0.5px solid #010211;
	-webkit-transition: 0.5s;
	transition: 1.5s;
	outline: none;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}

.input_height {
	padding: 8px 8px;
	width: 70px;
	margin: 5px 11px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 0.5px solid #010211;
	-webkit-transition: 0.5s;
	transition: 1.5s;
	outline: none;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}

.input_aadhar {
	padding: 8px 8px;
	width: 130px;
	margin: 5px 11px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 0.5px solid #010211;
	-webkit-transition: 0.5s;
	transition: 1.5s;
	outline: none;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}

.input_mobile {
	padding: 8px 8px;
	width: 120px;
	margin: 5px 11px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 0.5px solid #010211;
	-webkit-transition: 0.5s;
	transition: 1.5s;
	outline: none;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}


.ab {

	display: flex;
	align-items: center;
	position: absolute;
	top: 131.7%;
	right: 36.1%;
	padding-right: 100px;
}

.ab2 {

	display: flex;
	align-items: center;
	position: absolute;
	/* height: 100%; */
	top: 131.7%;
	right: 11.4%;
	padding-right: 100px;
}




.doctor_pass_eye {

	display: flex;
	align-items: center;
	position: absolute;
	top: 21px;
	right: 15px;

}

.doctor_confirm_pass_eye {

	display: inline-block;
	align-items: center;
	position: absolute;
	top: 21px;
	right: 15px;

}


.direct_pass_eye {

	display: flex;
	align-items: center;
	position: absolute;
	top: 101%;
	right: 46%;

}

.direct_confirm_pass_eye {

	display: flex;
	align-items: center;
	position: absolute;
	top: 101%;
	right: 16%;
	padding-right: 100px;
}


@media (max-width: 768px) {
            table,
            table tr,
            table td {
                display: block;
            }

            table td select,
            table td input[type="text"],	
            table td input[type="number"],
            table td input[type="date"] {
                width: 100%;
                margin-bottom: 10px;
            }

            table td {
                padding: 5px;
            }

            .text_center {
                text-align: center;
            }

            .container {
                padding: 0 10px;
            }

            .registration_picture {
                margin-top: 20px;
            }

            .align_center {
                margin-top: 10px;
            }
        }

