@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400 !important;
  color: #212626;
  line-height: normal !important;
  font-size: 14px !important;
  background: #ffffff; 
  background: url(../images/background.jpg);
    background-position: center;
    background-size: cover;
}

html {
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 24px;
  font-weight: 700;
}

h2 {
  font-size: 16px;
  font-weight: 700;
}

h3 {
  font-size: 15px;
  font-weight: 700;
}

h3 small {
  color: #444444;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h4 small {
  color: #444444;
}

h5 {
  font-size: 16px;
}

h5 small {
  color: #444444;
}

h6 {
  font-size: 12px;
}

* {
  outline: none !important;
}

b {
  font-weight: 700;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

a:active {
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}
label {
	font-size: 14px !important;
	color: #212626 !important;
	font-weight: 700 !important;
}
button, input, optgroup, select, textarea {
	font-family: 'Nunito', sans-serif !important;
	
}
body.resetPdg { padding: 0 !important }
.main-header {		
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background: #FFF;
	position: fixed;
	top: 0;
    	left: 0;
    	width: 100%;
    	z-index: 1000; 
}
.logo {
	border: 5px solid #232a38;
}
.footer {
	background: #e8eded;
    color: #212626;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	border-top: 0;
	padding-left: 200px;
}
.widget-user {
	background: #08575B !important;
}
.widget-user:hover {
	background: #204648 !important
}
body { padding-bottom: 40px }
.btn-info, .btn-success, .btn {
	border-radius : 25px;
	/*padding: 5px 10px;*/
	padding: 5px 20px;
	font-family: 'Nunito', sans-serif !important;
	font-size: 14px;
	border: 0 !important;
	color: #FFF;
	background: #ec6a48 !important;
	border-color: #ec6a48 !important;
	font-weight: 700;
}
.btn.withH { height:calc(1.5em + .75rem + 2px); }
.btn-gray, #bookingtable_body .btn, .btn.view-btn {
	background: #444  !important;
	border-color: #444 !important;
}
.btn-info:hover, .btn-success:hover, .btn:hover, .btn:focus, .btn:active, .btn-gray:hover, #bookingtable_body .btn:hover {
	background: #D66041 !important;
	border: 0 !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#242A39 !important}
.custom-control-label::before { border: 1px solid #242A39; top: 0 !important  }
.custom-control-label::after { top : 0 !important; }

a { color: #ec6a48 }
a:hover { color: #D66041 }
.card-box { padding: 20px !important }


/* Home */

@charset "utf-8";
/**************************************************************************/
/*------------------------------LOGIN STYLE -----------------------------*/
/************************************************************************/

html, body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
.login-outer {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	width: 100%;
	min-height: 100%;
}
.login-left {
	/*flex: 1;*/
	min-height: 100%;	
	display: -webkit-box;display: -ms-flexbox;display: flex;
	background: #F7F6F4;
	width: 40%;
	/*padding: 0 7.9%;*/
	padding: 0 10px;
}
.login-right {
	/*flex: 1;*/
	min-height: 100%;	
	background: #D3EAE6;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	position: relative;
	width: 60%
}
.login-right p {
	text-align: left;
	font-size: 26px;
	color: #181919;
	position: relative;
	padding-bottom: 20px;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
    line-height: 35px;
	letter-spacing: -1px;

}
.login-right p:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	border-radius: 11px;
	background: #09575B;
	bottom: -10px;left: 0;
}
a.eye { position: absolute; top: 5px; right: 10px }
.pwd-wrapper { position: relative }
	
.login-box {
	width: 100%;
	display: -webkit-box;display: -ms-flexbox;display: flex;
	align-items: center;
    justify-content: center;
	flex-direction : column;
	/*padding-top: 30px*/
	background: rgba(255,255,255,0.7);

}
.middle-wrapper .login-box { 
	padding:40px;
}
.bordered-box {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	align-items: center;
    justify-content: center;
	flex-direction : column;
	padding:40px; 
	background: rgba(255,255,255,0.7);;
}
.bordered-box form {
	margin: 0;
	width: 100%;
}
.login-logo { margin-bottom: 47px }
.login-box form { width:100%; margin-bottom: 0  }
.login-user-img {
	text-align: center;
	padding-bottom: 18px;
	font-size: 22px;
    font-weight: 700;
    color: #08575B;
}
.login-user-img img {
	width:80px;
	/*border:1px solid #08575B;*/
	/*padding: 5px 10px;*/
	display: inline-block;
}
.login-user-img span {
	display: block;
	padding-top: 3px;
}

.remember {
	font-family: 'Nunito', sans-serif;
	font-weight : 300;
	font-size: 15px;	
	color : #242A39
}
.forgot {
	text-align: right;
	color : #242A39;
	font-family: 'Nunito', sans-serif;
	font-weight : 300;
	font-style: italic;
	font-size: 15px;
}
.login-text-box {
	display: -webkit-box;display: -ms-flexbox;display: flex;
    justify-content: center;
	/*margin: auto;*/
	flex-direction: column;
	position: relative;
	/*padding: 0 13%;*/
	width: 100%;

}
.login-box .form-control {
	background: #D3EAE6;
	letter-spacing: 0;
	color: #242A39;
	border: 0;
	-moz-border-radius : 0;
	-webkit-border-radius : 0;
	border-radius: 0;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size:18px !important;
}
.login-box .input-group-text {
	border: 0;
	-moz-border-radius : 0;
	-webkit-border-radius : 0;
	border-radius: 0;
	background:	#D3EAE6;
	width: 40px;
	text-align: center;
	justify-content: center
}
.login-box .input-group-text .fa {
	color: #757580;
}
.login-box .btn-default {
	background: #ec6a48 !important;
	border-radius: 4px;
	color: #FFFFFF;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 20px;
	width: 215px;
	margin: 0 auto;
	display: flex;
	text-align: center;
	justify-content : center;
	height: 49px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius:25px;
	padding: 0;
	line-height: 49px;
	border: 0 !important;

}
.login-box .btn-default:focus {
	box-shadow : 0 0 0 0.2rem #acadac !important;
}
.login-box .btn-default:hover { background: #D66041 !important }
.input-gap {
	margin-bottom: 24px;
}
.btn-gap {
	/*padding-top: 26px;*/
	padding-top: 0;
	padding-bottom: 0
}
.login-box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #242A39;
  opacity: 1; /* Firefox */
}

.login-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #242A39;
}

.login-box .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #242A39;
}
.copyright-big {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #212626;
	position: absolute;
	bottom: 20px;
	width: 100%;
	/*padding: 0 0 0 13%;*/
	left: 0;
	text-align: center;
	font-weight: 400;
}
.copyright-small { display: none }
.form-control:focus, .form-control:active { outline: 1px solid #ACADAC; box-shadow : none; background: #D3EAE6  }
input:-webkit-autofill { background: #D3EAE6 !important }
.btn.focus, .btn:focus {
	box-shadow: 0 0 0 0.2rem #ACADAC;
}
.nav-tabs {
	border-bottom: 1px solid #ACADAC;
}
#passerror { margin-bottom: 5px;  }
.mrg-top-30 { margin-top: 30px }
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #ACADAC;
	border-radius : 0;
	width: 300px;
	
}
.sidebar-toggle {
	padding:17px;
    color: #FFF;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    position: relative;
    z-index: 10000;
	background: #ec6a48;
	float: left;
	margin-right: 10px;
}
.sidebar-toggle:hover { color: #FFF }
/* .show { background: red } */


@media (max-width: 900px) {
.login-outer { background: #D3EAE6; display: block;}
.login-left {
	width : 100%;
	display: block;
	padding: 30px 0;
	min-height: 1px;
}
.login-box { margin: 0 auto }
.login-right {
	/*position: absolute;
	top: 0;
	height: 260px;
	min-height:260px !important;*/
	width: 100%;
	display: block;
	min-height: 1px;
}
.copyright-big { position : relative; bottom: auto }
.copyright-small { 
	display: block;  
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #FFF;
	width: 100%;
	background: #CAE6E8;
	text-align: center;
	color: #242A39;
	padding: 20px 0;
	
}
.login-text-box { padding: 0; margin: 0 auto; }
}

.logo-box {
	border: 1px solid #08575B;
	padding: 15px;
	margin-bottom: 20px;
}
.logo-box img { max-width: 300px;}
.icon-box {
	/*width: 100%;*/
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.ico {
	/* width : 30%; */
	padding: 0 3%;
	display: inline-block;
	margin: 20px 0;
}
.ico img { width: 80%; display: block; margin: 10px auto }
.ico span {  
  font-size: 18px;
  font-weight: 700;
  color: #08575B;
  display: block;
}
.ico span.box {
	/* background: #FFF;
	border: 1px solid #08575B; */
	    background: #ffffff61;
    border: 1px solid #08575b38;
	/*margin-bottom: 10px*/
	/* width: 80px; */ /* modified by ajilal */
	margin: 0 auto 10px;
	border-radius: 12px;
}
.ico i {
    font-size: 106px;
    padding: 15px;
}

/* inner pages */
.site-logo {
	color : #FFF;
}
.site-logo img { 
	display: inline-block; 
	margin-right:3px;
	max-width: 300px;
}
.portal-img { margin-left: 10px }
.action-box .ico {
	/*width: 80%;*/
	text-align: center
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success ,
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle
{
	background: #D66041 !important;
	border: 0 !important;
	/*border-color: #ACADAC !important;*/
}
.leftbar-wrap {
	width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background: #09585c;
	height:100vh;
}
.right-wrap {
	/*width: calc(100% - 200px);*/
	width: 100%;
	padding:20px;
	margin-top:110px;
}
.content-wrapper  {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.leftbar-menu {
	background: #08575B;
	
}
.leftbar-menu ul li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
	padding: 0;
}
.leftbar-menu ul li i {
	margin-right: 15px;
	font-size: 18px;
}
.leftbar-menu ul li a {
	/*display: block;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
    color: #FFF;
    width: auto;
    line-height: 16px;
	padding: 18px 20px;
}
.leftbar-menu ul .sub li {
	background: #09585c;
}
.leftbar-menu ul .sub li:hover, .leftbar-menu ul .sub li.active {
	/*background: #204648;*/
}

.leftbar-menu ul li .sub a {
	padding: 10px 0 10px 46px;
}

.leftbar-menu ul li.active a {
	font-weight : 700
}

.leftbar-menu ul li.active .sub a {
	font-weight: 400;
}
.leftbar-menu ul li.active .sub li.active a {
	font-weight: 700;
}



.leftbar-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.leftbar-menu li.active, .leftbar-menu li:hover {
	background: #204648;
	
}
.common-table tr th, .common-table.table tr th {
    color: #212626;
    font-weight: 700;
    font-size: 14px;
	background: #FFF;
	border-top : 1px solid #ACADAC;
	border-left : 1px solid #ACADAC;
	border-bottom: 1px solid #ACADAC;
	padding: 3px 10px !important;
}

.common-table tr th:last-child, .common-table tr td:last-child {
	border-right : 1px solid #ACADAC;
}
.common-table tr td , .common-table.table tr td {
    color: #212626;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
	background: #FFF;
	border-bottom : 1px solid #ACADAC;
	border-left : 1px solid #ACADAC;
	padding: 5px 10px !important;
}
.common-table tr:hover td {
	background: #d7e2e2;
}
table.dataTable thead .sorting {
	background-image: url(../images/sort_both.png) !important;
}

 table.dataTable.no-footer {
	 border-bottom: 0 !important;
 }
.middle-wrapper {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	align-items: center;
    justify-content: center;
	flex-direction : column; 
}
.login-wrapper {
	width: 350px; 
	margin: 0 auto; 
}
.header-right .navbar-nav .dropdown-menu {
	width: 220px;
	background:#EC6A48;
	border: 0 !important;
	-moz-border-radius : 0;
	-webkit-border-radius : 0;
	border-radius : 0;
	transform : none !important;
	text-align: center;
	color: #FFF;
	left: auto !important;
	right: 0 !important;
	top : 50px !important;
	padding: 15px 10px;
	font-weight: 400;
	box-shadow : none !important;
	position: absolute;
}
.img-fluid { max-width: 100% }
.logout {
	border: 1px solid #FFF;
    border-radius: 25px;
	padding: 8px 24px 6px;
    font-size: 15px;
	color: #fFf;
	background: #EC6A48;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
	height: auto;
	width: auto;
	margin: 0;
	display: inline-block;
	line-height: normal;
}
.user-name {
	margin: 10px 0;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: normal;
}
.logout:hover {
	background: #D66041;
	color: #FFF;
}
.header-right  .navbar-nav .nav-link {
	height : 50px;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right:0;
	padding-left: 0;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,1) !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #EC6A48;
}
.gray-box {
	background: #E8ECEC;
	border: 1px solid #ACADAC;
	padding: 15px 15px;
	overflow:auto;
}
.gray-box-Reset-btm-pdg {
	 padding-bottom: 0;
	}
.form-group label {
	margin-bottom: 5px !important;
}
.mrg-btm-0 { margin-bottom: 0 }
.mrg-top-20 { margin-top: 20px }
.mrg-top-30 { margin-top: 30px }
h1.login-header { 
	margin : 0 0 10px 0;
	text-align: center;
}
.appointment-box .ico {
	width: 140px;
	align-items : center;
	text-align: center;
	margin: 30px 0;
}
.appointment-box {  text-align: center; padding: 10px 30px; background: #ffffff61; }
.mrg-top-20 { margin-top: 20px }
.ico a:hover span.box {
	background: #d7e2e2
}

.float-box {
	/*float: left;*/
	display: inline-block;
	padding: 0 25px 0 0;
}
.float-box.form-group label { display: block }

.form-group label { display: block }
.wrap-img { float: left; margin-right: 10px }
.wrap-box h2 {
	font-size: 16px;
	font-weight: 800;
	margin: 0;
	color: #08575B;
	margin-bottom: 10px;
}
.wrap-box p { margin: 0 0 0 0 }
.wrap-box p label { padding: 0 0 0  0; display: inline;   }
.centering-box {
	padding: 40px;
	border: 1px solid #231F20;
}
.middle-wrapper h1 { margin-top: 0 }
#someDoctors { clear: both }
hr { border-color : #231F20; } 
#tokenTiles .card-box { margin-bottom: 1px; padding: 5px !important }
.box-token h4 { margin: 0 }
.site-details h1 {
	font-size: 17px;
	text-align:center;
	margin:0;
	margin-bottom: 8px;
}
.repeat-box h2 {
	font-size: 14px;
	text-align:center;
	margin: 0;
	margin-bottom: 4px;
}
.repeat-box  a {
	color: #212626;
}
#form2 h4 {
	font-size: 14px;
	font-weight: 700
}
.bill-table td {
	padding: 5px 15px 5px 0;
	color: #212626;
}
.bill-table.table { margin-bottom: 0 }
hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
.site-details { margin-top: 50px }

.repeat-box {
	text-align: center;
	margin-bottom: 25px;
}
.repeat-box p {
	margin: 0;
}
table.dataTable thead .sorting_asc {
	background-image: url(../images/sort_asc.png) !important;
}
table.dataTable thead .sorting_desc {
	background-image: url(../images/sort_desc.png) !important;
}
.consult-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-group .consult-details label {
	margin-bottom: 0 !important;
}


.btn-outline-info.disabled, .btn-outline-info:disabled {
	color:#212626;
}

.nextButton { 
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

#id_left_arrow, #id_right_arrow {
	background: #CAE6E8;
	padding: 6px 12px;
	float: left;
	height: 30px;
}
#id_left_arrow {
	border: 1px solid #ACADAC;
	border-right : 0;
}
#id_right_arrow {
	border: 1px solid #ACADAC;
	border-left : 0;
}
#mySpanId {
	display: inline-block;
	background: #EC6A48;
	color: #FFF;
	padding: 6px 12px;
	float: left;
	height: 30px;
}

.overlay h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ACADAC;
	margin-top: 0;
}
.overlay .token-close, .overlay .token-close3 {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:1000;
	cursor: pointer;
}
.overlay .token-close .fa, .overlay .token-close3 .fa {
	font-size: 18px;
}

.leftbar-menu ul.sub li {
	border-bottom: 1px solid #214648;
	background: #2a6063;
}
.form-wrapper {
	width: 50%;
}

.small-form .form-group { margin-bottom: 5px }
.mrg-tp-10 {
	margin-top: 5px
}

.small-form .form-group.mrg-btm-0 { margin-bottom: 0 }
.bordered-box.small-form {
	padding-top : 0;
}
.error-box {
	min-height: 40px;
	text-align: center;
	/*padding: 20px 20px;*/
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items : center;
	justify-content : center
}

.inline .float-box.form-group label { display: inline }
.mrg-top-10 { margin-top: 10px }
.btn.big {
	min-width: 113px;
	height:calc(1.5em + .75rem + 2px);
}
.allDoctors .col-form-label, .doctor-profile-card .col-form-label { padding-top: 0; padding-bottom: 2px; margin: 0 }
.doctor-profile-card h2, .allDoctors h2 {
	margin: 0 0 0 0;
	margin-bottom: 2px;
}

.btn.disabled, .btn:disabled {
	background: #eee !important;
	color : #aaa !important;
	border-color: #aaa !important;
	opacity : 1 !important;
	border: 1px solid #aaa !important;
	
}
.sub-menu .right {
	float: right;
	margin-left: 10px;
}
.token-box {
	display: inline-block;
	color: #212626;
	padding: 5px;
	width: auto;
	text-align: center;
	border: 1px solid #ACADAC;
	margin: 1px;
	cursor: pointer;
	font-size: 14px;
	border-radius : 0.5rem
	background : #0082a8
}
.tk {
	font-weight: 700;
	font-size: 22px;
}
.tk input {
	width: 50px;
	background: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	vertical-align: middle;
}
.rt-aligned-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items : center;
	justify-content : flex-end;
	padding-bottom: 10px;
}
.rt-aligned-btns .btn { margin-left: 10px }
.text-danger { font-weight: 700 }
table.cons-table tr:first-child td { font-weight: 700 }

select.form-control:not([size]):not([multiple]) {
	height: calc(1.5em + .75rem + 2px) !important;
}

.align-captcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content : center;
}
.right-space { margin-right: 16px }
a.ad-link { color: #FFF }
a.ad-link:hover { color: #EC6A48 }
.rt-table td:first-child { text-align: right }
.alRight { text-align: right }
.br-btns button { margin-bottom: 5px }
.mini-menu { display: none }
.logo-text {
	display: inline-block;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    vertical-align: middle;
    font-size: 24px;
    color: #FFF;
}
.portal-text {
	display: inline-block;
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    vertical-align: middle;
    font-size: 24px;
    color: #FFF;
}
.pop-centering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items : center;
	justify-content : center;
	min-height: 100%;
}
.pop-centering .box-token {
	margin: 0 !important;
}
.form-control.reason-area  {
	width: 350px;
}
.token-text {
	font-size: 20px; 
	display: inline-block;
	vertical-align: middle;
}
.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width :50%
	
}

/* Added on 03/10/25 */
.header-right ul {
  list-style: none;       
  margin: 0;
  padding: 0;
  display: flex;         
  gap: 20px;              
   align-items: center;      /* vertical align icon + text */
    justify-content: center
}

.header-right li {
	align-items: center;      /* vertical align icon + text */
    justify-content: center
}

.header-right a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  font-size: 16px;
  
}
.header-right a  i { color: #058EA3; font-size: 20px}


.header-right a:hover {
  background-color: #ddd;
  color: #000;
}
/* Default styles */
.header-right a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease; /* include all for smooth shrink */
  font-size: 16px;
}

.header-right a i {
  color: #058EA3;
  font-size: 20px;
  transition: all 0.3s ease;
}

.header-right a:hover {
  background-color: #ddd;
  color: #000;
}

/* Shrink styles */
.header-right.shrink a {
  font-size: 12px;        /* smaller text */
  padding: 4px 6px;       /* smaller padding */
  font-weight: 600;       /* optional: keep bold */
}

.header-right.shrink a i {
  font-size: 14px;        /* smaller icon */
}

/* Optional: hide the text if you want icon-only */


/* Optional: adjust gap in box */
.header-right.shrink .box {
  gap: 0;
  justify-content: center;
}


.white-box {
	padding: 30px;
	border-radius: 30px;
	background: #ffffff61;
}
.widescreen.back-img { margin-top: 110px;}


@media (min-width: 1025px) {
.sidebar-collapse .leftbar-wrap {
	width: 50px;
}
.sidebar-collapse .leftbar-menu ul li { position: relative }
.sidebar-collapse .leftbar-menu ul li span { display: none }
.sidebar-collapse .leftbar-menu ul li:hover span {
	display: block;
	position : absolute;
	left: 50px;
	background: #204648;
	width:100px;
	padding: 10px 5px;
	top: 8px;
}
.sidebar-collapse .leftbar-menu ul li ul {
	display: none;
}
.sidebar-collapse .leftbar-menu ul li:hover ul {
	position: absolute;
	left: 50px;
	display: block;
}
.sidebar-collapse .leftbar-menu ul li:hover ul a {
	padding : 10px 0 10px 5px;
	width: 100px
}
}


@media (max-width: 1366px) {
	.middle-wrapper .login-box {
		padding : 20px;
	}
	.login-wrapper {
		width: 300px;
		
	}
	.header-right a i , .header-right a {
		display: block;
		text-align: center;

	}
	.header-right a i {
		font-size: 25px;
    	margin-bottom: 5px;
	}
	
}


@media (max-width: 1024px) {
	/*body { padding-bottom: 0 } */
	.about-details {
		position: relative;
		height: auto;
		bottom: auto;
	}
	/*.footer {
		position: relative;
		bottom: auto;
	}*/
	.about-box { padding: 10px 0 }
	.leftbar-wrap { width: 100%; height: auto }
	.content-wrapper { flex-direction : column }
	.leftbar-menu li {
		float: left;
		display: inline;
	}
	.right-wrap { width: 100% }
	.content-wrapper, .middle-wrapper {
		min-height: 1px !important;
	}
	.middle-wrapper {
		padding-top: 50px;
		padding-bottom: 20px;
		 
	}
	
	.leftbar-menu ul li a {
		padding: 8px 20px;
	}
	
	.leftbar-menu ul.sub {
		position: absolute;
		z-index: 1000;
		width: 100%;
	}
	.leftbar-menu ul .sub li { width: 100% }
	.footer { padding-left: 0px; }
	.sidebar-toggle { display : none; }
	.header-right ul { gap: 10px}
	
}
@media (max-width: 768px) {
	.dataTables_wrapper .dataTables_filter input {
		width: 200px;
	
	}
	.appointment-box {
		padding: 10px 10px !important;

	}
	.leftbar-menu ul li a {
		padding: 8px 20px;
	}
	.form-wrapper {
		width:100%;
    }
	.leftbar-menu ul.sub {
		position: absolute;
		z-index: 1000;+
		width: 100%;
	}
	.leftbar-menu ul.sub li { width: 100% }
	.bordered-box {
		width: 300px !important;
	}
	.leftbar-menu { position: relative }
	.leftbar-menu ul li {
		width: 100%;
	}
	.leftbar-menu ul {
		position: absolute;
		z-index: 1000;
		background: #09585c;
		top :36px;
		display: none;
		width: 100%;
	}
	.mini-menu {
		position: relative;
		font-size: 14px;
		font-weight: 400;
		padding: 0;
		width: 100%;
		display: block;
		text-align: center;
	}
	.mini-menu a {
		padding: 8px 20px;
		color: #FFF;
		display: inline-block;
	}
	.mini-menu a i { font-size: 20px }
	.main-header {
		height: auto;
		padding-top : 8px;
		padding-bottom: 8px;
	}
	.main-logo { margin-bottom: 5px }
	.logo-text, .portal-text, h1 { font-size:20px }
	.leftbar-menu ul.sub {
		position: relative;
		top: 0;
	}
	.main-header {
    position: fixed;              /* Keeps it stuck to the top */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;                 /* Reduce height (adjust as needed) */
    background-color: #fff;       /* Or your preferred color */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.header-left img {
    /*height: 35px;   */              /* Shrink logo */
    vertical-align: middle;
	width: 90%;
}

.logo-text {
    font-size: 16px;              /* Reduce text size */
    font-weight: 600;
}

.portal-text {
    font-size: 14px;
    color: #555;
}





	
}
@media (max-width : 576px ) {
	.header-right .navbar-nav .dropdown-menu {
		width: 100px;
	}
	.right-space { margin-right: 0 }
	.hidden-xs { display: none }
	.header-right { width: 100% }
	.navbar-nav { float: right }
	.float-box { width: 50%; padding:0 5px; float: left; }
	.row-float .float-box { width: 100%!important; }
	.mini-full-width .float-box { width: 100% }
	.mini-clear { clear: both } 
	.icon-box {
		width: 100% !important;
	}
	.footer {
		height: auto !important;
		line-height: normal !important;
		padding: 5px 0;
		font-size: 10px;
		/*position: relative;*/
		width: 100%;
	}
	
	.header-left { text-align: center }
	.consult-details {
		display: block !important;
	}
	.bookbutton {
		margin-left: 0 !important;
		padding-top: 5px;
		clear: both;
		text-align: left;
	}
	.centering-box {
		width: 95%; 
		padding: 10px;
	}
	
	.footer p { margin-bottom: 0 !important }
	.alRight { text-align: left !important }
	.float-box.mini-full { width: 100%; clear: both }
	.float-box.mini-full label { display: none }
	 #someDoctors .wrap-img { float: none; margin-bottom: 5px; }
	.right-wrap { padding: 10px }
	.token-box { padding: 5px }
	.align-captcha { display: block !important }
	/*.main-header { flex-direction : column } */
	.bordered-box { width: 100% !important }
	.prev-space { margin-bottom: 5px }
	.form-control.reason-area {
		width: 250px;
	}
	.header-right { width:45% ;}
	.header-right a {
		font-size: 11px;
		font-weight: 600;
		padding: 8px 5px
}
	.header-right a i { font-size: 14px;}
	.header-right.shrink a { font-size: 10px;}
	.main-header { padding: 5px;}
	.right-wrap { margin-top: 50px;}
	.header-right ul {gap: 0px}
	.ico i {font-size: 50px;}
	.widescreen.back-img { margin-top: 50px;}
	.appointment-box .ico { width: 210px !important; display: block;}
	.header-right.shrink .box span { display: none;}
	.header-right {width: auto;}


}

.swal-button {

border-radius : 25px;
	/*padding: 5px 10px;*/
	padding: 5px 20px;
	font-family: 'Nunito', sans-serif !important;
	font-size: 14px;
	border: 0 !important;
	color: #FFF;
	background: #ec6a48 !important;
	border-color: #ec6a48 !important;
	font-weight: 700;}
.swal-modal {
text-align: center;
background-color: #ffffff;}
.swal-title {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  margin-bottom: 0px;
  color: rgb(0 0 0);
	text-align: left;
}
.swal-text{
    color: #212626;

}
.swal-title:first-child {
	    margin-top: 0px;
}
