* {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Assistant", serif;
	font-size: 18px;
	line-height: 1.4;
	color: #2a2a2a;
	font-weight: 400;
	overflow-x: hidden;
}

p {
	text-align: justify
}

ul {
	margin: 0;
	padding: 0
}

a {
	transition: all 0.3s ease-in
}

a:hover {
	text-decoration: none;
	transition: all 0.3s ease-in
}

.ptb70 {
	padding: 70px 0;
}

.ptb10{ padding-top:10px; padding-bottom: 10px;}

.contact_number { padding: 7px 0}
.contact_number p{ margin: 0; text-align: right;}

.top-btn {
	text-align: right
}

.top-btn li {
	list-style: none
}

.top-btn li a {
	color: #fff;
	background: #0f81bd;
	padding: 13px 20px;
	border-radius: 5px;
}
.top-btn li a:hover {
    background: #014464;
}

.img-fluid {
	width: 100%;
}
.contact_number br{ display: none}

headerheader {
	background: #fff;
	/*padding: 5px 0;*/
}

header .shrink {
	position: fixed;
	width: 100%;
	top: -70px;
	left: 0;
	right: 0;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background 0.5s ease, -webkit-transform 0.5s ease;
	transition: background 0.5s ease, -webkit-transform 0.5s ease;
	-o-transition: transform 0.5s ease, background 0.5s ease;
	transition: transform 0.5s ease, background 0.5s ease;
	transition: transform 0.5s ease, background 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transition: transform 0.5s ease, background 0.5s ease;
	-webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / .1);
	box-shadow: 0 3px 16px 0 rgb(0 0 0 / 25%);
	z-index: 9;
	background: rgb(0 0 0 / 85%) !important
}

header .shrink .logo img {
	transition: all 0.3s ease-in;
	padding: 5px 0;
	width: 260px
}

.banner {
	position: relative;
	z-index: 0;
	 
}

.slider-data {
	position: absolute;
	top: 0;
	left: 0%;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
	z-index: 99
}

.slider-data h1 {
	color: #fff;
	font-size: 38px;
	text-align: left;
	line-height: 1.3;
}

.banner:before {
	color: #e0dede;
	position: absolute;
	z-index: 1;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	background: rgb(15 129 189 / 50%);
}

.mobile-none {
	display: none;
}

.bookform {
	padding: 25px;
	background: #f1f1f1;
	border: solid 10px #1380c1;
}
.bookform  p{
    font-size: 15px;
}

.bookform h3 {
	border-bottom: solid 2px #91c4e3;
	display: inline-block;
	padding-bottom: 10px;
}

.bookform .iti {
	display: block
}

.doctor-schedule {
	padding: 0 15px 15px;
	border: solid #cce3f2 5px
}

.doctor-schedule-inner {
	background: #1780c5;
	padding: 5px;
	color: #fff;
}

.doctor-schedule table {
	width: 100%
}

.doctor-schedule table,
th,
td {
	border-collapse: collapse;
	padding: 7px;
	border: solid 1px #ddd;
	font-size: 15px;
}

.doctor-schedule-inner-bg h6 {
	font-size: 20px
}

th {
	font-weight: 400;
	font-size: 18px
}

.time-table2 {
	margin: 0px 0 0;
}

.time-table2 td {
	margin: 3px;
	border: 0
}

.time-table2 td a {
	padding: 5px;
	border: solid 1px #333;
	color: #333;
}

.time-table2 td .disabelcolor {
	background: #b7b5b5
}

.red-star {
	color: red
}

.bookform .bg-blue {
	background: #1780c5;
	color: #fff;
	padding: 10px 15px;
	border: 0;
	display: block;
	margin-bottom: 15px;
}

.bookform .paydetail {
	text-align: center
}

.bookform .border-top {
	margin-top: 15px;
	padding-top: 15px;
}

.paydetail .bookform-search-btn {
	width: 100px;
	text-align: center
}

.selectdate {
	position: relative
}

.selectdate .fa-calendar {
	position: absolute;
	right: 15px;
	top: 42px;
}

.fa-calendar:before {
	content: "\f133";
}

.search-btn {
	padding: 10px 0px !important;
	background-color: #0f81bd;
	border: none;
	color: #fff !important;
	border-radius: 5px;
}
.search-btn:hover { background: #014464}

.checkcontainer {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#patient_checked {
	accent-color: #2196f3;
	margin: auto;
	height: 20px;
	width: 20px;
	display: block;
	cursor: pointer;
}

.list li {
	position: relative;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 12px;
	text-align: left;
}

.list li:before {
	color: #000;
	position: absolute;
	left: 0;
	content: "\f105";
	font-family: FontAwesome;
}

footer {
	background: #014464;
}

footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

footer p a {
	color: #fff !important
}


.patient_details_edit {
	right: 4px;
	display: none;
	cursor: pointer;
}

#appointment-time-slot {
	gap: 12px;
	font-weight: 500;
}



#appointment-time-slot .booking_slot.active:not([style*="cursor:not-allowed"]) {
	background-color: #858585 !important;
	font-weight: bold;
}


.terms_condition_checkbox {
	-webkit-user-select: none;
}

#error p {
	color: red;
	font-size: 15px;
	margin-top: 8px;
}

.patient_registrationId {
	font-size: 28px;
}


.main_modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 1rem 1.5rem;
	width: 40%;
	border-radius: 0.5rem;
}

.close-button {
	float: right;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
}

.close-button:hover {
	background-color: darkgray;
}

.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.doctor-schedule-inner-bg h5 {
	font-size: 16px;
}

.payment_failed {
	font-size: 28px;
	line-height: 1.5;
}

.custom_popup h2 {
	font-size: 22px;
    color: #606060;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e3;
    margin-bottom: 0;
	padding: 20px 14px 14px;
}
.textarea_input{
	padding: 20px 14px 0 14px;
}

.custom_popup p {
	font-size: 16px;
	color: white;
	margin-top: 16px;
	margin-bottom: 0;
}

.custom_popup {
	max-width: 500px;
	background: #fff;
 border-radius: 5px;
     /* padding: 20px 14px 14px  ; */
	display: none;
	flex-direction: column;
	position: fixed;
	top: 10%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	/*opacity: 0;*/
	/*visibility: hidden;*/
}

.custom_popup span {
	color: #7c7c7c;
	font-size: 32px;
	position: absolute;
	right: 20px;
	top: 0px;
	cursor: pointer;
	font-weight: 600;
}

#patient_reason {
	padding: 10px;
    width: 100%;
    border: 1px solid #767676;
}

.popup_container{
	position: fixed;
    z-index: -1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay.active{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: -1;
}

.cancel_button_control {
	margin-top: 24px;
	display: flex;
	justify-content: end;
	gap: 12px;
	border-top: 1px solid #e1e1e3;
	padding: 20px 14px 14px;
}

.cancel_button_control button {
	padding: 8px 12px;
	font-weight: 600;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	color: #fff;
	outline: none;

}
#remove_popup{
	background-color: #6c747e;
}
#submit_cancel_form{
	background-color: #027dfe;
}
.contact_number {
	background: #0f81bd;
	color: #fff;
}

.contact_number a {
	color: #fff;
}

.doctor_information {
	background: #0f81bd;
	color: #fff;
	padding: 24px 0;
	font-size: 15px;
}

 

.patient_note {
	font-size: 15px;
}
#no-more-tables{ width: 100%}
.relative{ position: relative}
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #72b9ff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.wrapper {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #1380c1;
  z-index: 99;
}
.wrapper.show {
  right: 20px;
}
.wrapper .cookies_header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.cookies_header i {
  color: #1380c1;
  font-size: 26px;
}
.cookies_header h2 {
  color: #1380c1;
  font-weight: 500;
  font-size: 24px;
}
.wrapper .data {
  margin-top: 10px;
}
.wrapper .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #1380c1;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #1380c1;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #1cacff;
}
#declineBtn {
  border: 2px solid #1380c1;
  background-color: #fff;
  color: #1380c1;
}
#declineBtn:hover {
  background-color: #1380c1;
  color: #fff;
}
.privacy-sec ol ul{ padding-left: 25px;}
.privacy-sec ol { margin-bottom:15px;}
.privacy span{ color: #fff}