



@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');

@font-face {

	font-family: 'Material Icons';

	font-style: normal;

	font-weight: 400;

	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */

	src: local('Material Icons'),

		local('MaterialIcons-Regular'),

		url(../fonts/MaterialIcons-Regular.html) format('woff2'),

		url(../fonts/MaterialIcons-Regular.woff) format('woff'),

		url(../fonts/MaterialIcons-Regular.ttf) format('truetype');

}

.material-icons {

	font-family: 'Material Icons';

	font-weight: normal;

	font-style: normal;

	font-size: 24px;

	display: inline-block;

	line-height: 1;

	text-transform: none;

	letter-spacing: normal;

	word-wrap: normal;

	white-space: nowrap;

	direction: ltr;

	-webkit-font-smoothing: antialiased;

	text-rendering: optimizeLegibility;

	-moz-osx-font-smoothing: grayscale;

	font-feature-settings: 'liga';

}



html {

	height: 100%;

}

body {

	background-color: #f8f9fa;

	color: #272b41;

	font-family: "Poppins", sans-serif;

	font-size: 0.9375rem;

	height: 100%;

	overflow-x: hidden;

}

h1,
h2,
h3,
h4,
h5,
h6 {

	color: #818285;

	font-weight: 500;

}

.h1,
h1 {

	font-size: 2.25rem;

}

.h2,
h2 {

	font-size: 1.875rem;

}

.h3,
h3 {

	font-size: 1.5rem;

}

.h4,
h4 {

	font-size: 1.125rem;

}

.h5,
h5 {

	font-size: 1rem;

}

.h6,
h6 {

	font-size: 0.875rem;

}



a {

	color: #2E3842;

}

a:hover {

	color: #0d6a8d;

}

a:hover,

a:active,

a:focus {

	outline: none;

	text-decoration: none;

}

input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

	-webkit-box-shadow: 0 0 0px 1000px white inset !important;

}

input,

button,

a {

	transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	-ms-transition: all 0.4s ease;

	-webkit-transition: all 0.4s ease;

}

button:focus {

	outline: 0;

}

input[type=text],

input[type=password] {

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}

.btn.focus,
.btn:focus {

	box-shadow: inherit;

}

.form-control {

	border-color: #dcdcdc;

	color: #333;

	font-size: 15px;

	min-height: 46px;

	padding: 6px 15px;

}


.container-fluid {

	padding-left: 10px;

	padding-right: 10px;

}

.form-control::-webkit-input-placeholder {

	color: #858585;

	font-size: 14px;

}
.content {

	min-height: 200px;

	padding: 10px 0 0;

}

.table {

	color: #272b41;

	max-width: 100%;

	margin-bottom: 0;

	width: 100%;

}

.table-striped>tbody>tr:nth-of-type(2n+1) {

	background-color: #f8f9fa;

}

.table.no-border>tbody>tr>td,

.table>tbody>tr>th,

.table.no-border>tfoot>tr>td,

.table.no-border>tfoot>tr>th,

.table.no-border>thead>tr>td,

.table.no-border>thead>tr>th {

	border-top: 0;

	padding: 10px 8px;

}

.table-nowrap td,

.table-nowrap th {

	white-space: nowrap
}

.table.dataTable {

	border-collapse: collapse !important;

}

table.table td h2 {

	display: inline-block;

	font-size: inherit;

	font-weight: 400;

	margin: 0;

	padding: 0;

	vertical-align: middle;

}

table.table td h2.table-avatar {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	font-size: inherit;

	font-weight: 400;

	margin: 0;

	padding: 0;

	vertical-align: middle;

	white-space: nowrap;

}

table.table td h2 a {

	color: #272b41;

}

table.table td h2 span {

	color: #888;

	display: block;

	font-size: 12px;

	margin-top: 3px;

}

.table thead {

	border-bottom: 1px solid rgba(0, 0, 0, 0.03);

}

.table thead tr th {

	border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}
.table.table-center td,

.table.table-center th {

	vertical-align: middle;

}

.table-striped tbody tr:nth-of-type(odd) {

	background-color: rgba(235, 235, 235, 0.4);

}

.table-bordered {

	border: 1px solid rgba(0, 0, 0, 0.05) !important;

}

.table-bordered th,

.table-bordered td {

	border-color: rgba(0, 0, 0, 0.05);

}

.card-table .card-body {

	padding: 0;

}

.card-table .card-body .table>thead>tr>th {

	border-top: 0;

}

.card-table .table tr td:first-child,

.card-table .table tr th:first-child {

	padding-left: 1.5rem;

}

.card-table .table tr td:last-child,

.card-table .table tr th:last-child {

	padding-right: 1.5rem;

}

.card-table .table td,
.card-table .table th {

	border-top: 1px solid #e2e5e8;

	padding: 1rem 0.75rem;

	white-space: nowrap;

}


.btn.focus,
.btn:focus {

	box-shadow: unset;

}




.bg-primary,

.badge-primary {

	background-color: #fff200 !important;

}



.bg-warning,

.badge-warning {

	background-color: #ffbc34 !important;

}

a.bg-warning:focus,

a.bg-warning:hover,

button.bg-warning:focus,

button.bg-warning:hover {

	background-color: #e9ab2e !important;

}

.bg-danger,

.badge-danger {

	background-color: #ff0100 !important;

}

a.bg-danger:focus,

a.bg-danger:hover,

button.bg-danger:focus,

button.bg-danger:hover {

	background-color: #e63333 !important;

}

.bg-white {

	background-color: #fff;

}

.bg-purple,

.badge-purple {

	background-color: #9368e9 !important;

}

.text-success,

.dropdown-menu>li>a.text-success {

	color: #fff200 !important;

}

.text-danger,

.dropdown-menu>li>a.text-danger {

	color: #ff0100 !important;

}

.text-info,

.dropdown-menu>li>a.text-info {

	color: #009efb !important;

}

.text-warning,

.dropdown-menu>li>a.text-warning {

	color: #ffbc34 !important;

}

.text-purple,

.dropdown-menu>li>a.text-purple {

	color: #7460ee !important;

}

.text-muted {

	color: #757575 !important;

}

.btn-primary {

	background-color: #0d6a8d;

	border: 1px solid #0d6a8d;

}

.btn-primary:hover,

.btn-primary:focus,

.btn-primary.active,

.btn-primary:active,

.open>.dropdown-toggle.btn-primary {

	background-color: #0d6a8d;

	border: 1px solid #0d6a8d;

}

.btn-primary.active.focus,

.btn-primary.active:focus,

.btn-primary.active:hover,

.btn-primary.focus:active,

.btn-primary:active:focus,

.btn-primary:active:hover,

.open>.dropdown-toggle.btn-primary.focus,

.open>.dropdown-toggle.btn-primary:focus,

.open>.dropdown-toggle.btn-primary:hover {

	background-color: #0d6a8d;

	border: 1px solid #0d6a8d;

}

.btn-primary.active:not(:disabled):not(.disabled),

.btn-primary:active:not(:disabled):not(.disabled),

.show>.btn-primary.dropdown-toggle {

	background-color: #0d6a8d;

	border-color: #0d6a8d;

	color: #0d6a8d;

}

.btn-primary.active:focus:not(:disabled):not(.disabled),

.btn-primary:active:focus:not(:disabled):not(.disabled),

.show>.btn-primary.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-primary.disabled,
.btn-primary:disabled {

	background-color: #0d6a8d;

	border-color: #0d6a8d;

	color: #0d6a8d;

}

.btn-secondary.active:focus:not(:disabled):not(.disabled),

.btn-secondary:active:focus:not(:disabled):not(.disabled),

.show>.btn-secondary.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-success {

	background-color: #00e65b;

	border: 1px solid #00e65b
}

.btn-success:hover,

.btn-success:focus,

.btn-success.active,

.btn-success:active,

.open>.dropdown-toggle.btn-success {

	background-color: #00cc52;

	border: 1px solid #00cc52;

	color: #fff;

}

.btn-success.active.focus,

.btn-success.active:focus,

.btn-success.active:hover,

.btn-success.focus:active,

.btn-success:active:focus,

.btn-success:active:hover,

.open>.dropdown-toggle.btn-success.focus,

.open>.dropdown-toggle.btn-success:focus,

.open>.dropdown-toggle.btn-success:hover {

	background-color: #00cc52;

	border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),

.btn-success:active:not(:disabled):not(.disabled),

.show>.btn-success.dropdown-toggle {

	background-color: #00cc52;

	border-color: #00cc52;

	color: #fff;

}

.btn-success.active:focus:not(:disabled):not(.disabled),

.btn-success:active:focus:not(:disabled):not(.disabled),

.show>.btn-success.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-success.disabled,
.btn-success:disabled {

	background-color: #00e65b;

	border-color: #00e65b;

	color: #fff;

}

.btn-info {

	background-color: #009efb;

	border: 1px solid #009efb
}

.btn-info:hover,

.btn-info:focus,

.btn-info.active,

.btn-info:active,

.open>.dropdown-toggle.btn-info {

	background-color: #028ee1;

	border: 1px solid #028ee1
}

.btn-info.active.focus,

.btn-info.active:focus,

.btn-info.active:hover,

.btn-info.focus:active,

.btn-info:active:focus,

.btn-info:active:hover,

.open>.dropdown-toggle.btn-info.focus,

.open>.dropdown-toggle.btn-info:focus,

.open>.dropdown-toggle.btn-info:hover {

	background-color: #028ee1;

	border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),

.btn-info:active:not(:disabled):not(.disabled),

.show>.btn-info.dropdown-toggle {

	background-color: #028ee1;

	border-color: #028ee1;

	color: #fff;

}

.btn-info.active:focus:not(:disabled):not(.disabled),

.btn-info:active:focus:not(:disabled):not(.disabled),

.show>.btn-info.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-info.disabled,
.btn-info:disabled {

	background-color: #009efb;

	border-color: #009efb;

	color: #fff;

}

.btn-warning {

	background-color: #ffbc34;

	border: 1px solid #ffbc34
}

.btn-warning:hover,

.btn-warning:focus,

.btn-warning.active,

.btn-warning:active,

.open>.dropdown-toggle.btn-warning {

	background-color: #e9ab2e;

	border: 1px solid #e9ab2e
}

.btn-warning.active.focus,

.btn-warning.active:focus,

.btn-warning.active:hover,

.btn-warning.focus:active,

.btn-warning:active:focus,

.btn-warning:active:hover,

.open>.dropdown-toggle.btn-warning.focus,

.open>.dropdown-toggle.btn-warning:focus,

.open>.dropdown-toggle.btn-warning:hover {

	background-color: #e9ab2e;

	border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),

.btn-warning:active:not(:disabled):not(.disabled),

.show>.btn-warning.dropdown-toggle {

	background-color: #e9ab2e;

	border-color: #e9ab2e;

	color: #fff;

}

.btn-warning.active:focus:not(:disabled):not(.disabled),

.btn-warning:active:focus:not(:disabled):not(.disabled),

.show>.btn-warning.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-warning.disabled,
.btn-warning:disabled {

	background-color: #ffbc34;

	border-color: #ffbc34;

	color: #fff;

}

.btn-danger {

	background-color: #ff0100;

	border: 1px solid #ff0100;

}

.btn-danger:hover,

.btn-danger:focus,

.btn-danger.active,

.btn-danger:active,

.open>.dropdown-toggle.btn-danger {

	background-color: #e63333;

	border: 1px solid #e63333;

}

.btn-danger.active.focus,

.btn-danger.active:focus,

.btn-danger.active:hover,

.btn-danger.focus:active,

.btn-danger:active:focus,

.btn-danger:active:hover,

.open>.dropdown-toggle.btn-danger.focus,

.open>.dropdown-toggle.btn-danger:focus,

.open>.dropdown-toggle.btn-danger:hover {

	background-color: #e63333;

	border: 1px solid #e63333;

}

.btn-danger.active:not(:disabled):not(.disabled),

.btn-danger:active:not(:disabled):not(.disabled),

.show>.btn-danger.dropdown-toggle {

	background-color: #e63333;

	border-color: #e63333;

	color: #fff;

}

.btn-danger.active:focus:not(:disabled):not(.disabled),

.btn-danger:active:focus:not(:disabled):not(.disabled),

.show>.btn-danger.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-danger.disabled,
.btn-danger:disabled {

	background-color: #f62d51;

	border-color: #f62d51;

	color: #fff;

}

.btn-light.active:focus:not(:disabled):not(.disabled),

.btn-light:active:focus:not(:disabled):not(.disabled),

.show>.btn-light.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-dark.active:focus:not(:disabled):not(.disabled),

.btn-dark:active:focus:not(:disabled):not(.disabled),

.show>.btn-dark.dropdown-toggle:focus {

	box-shadow: unset;

}

.btn-outline-primary {

	color: #0d6a8d;

	outline: none;

}

.btn-outline-primary:hover {

	background-color: #0d6a8d;

}


.btn-outline-light {

	color: #ababab;

	border-color: #e6e6e6;

}

.btn-outline-light.disabled,
.btn-outline-light:disabled {

	color: #ababab;

}

.add-btn {

	max-width: 140px;

}

.pagination>.active>a,

.pagination>.active>a:focus,

.pagination>.active>a:hover,

.pagination>.active>span,

.pagination>.active>span:focus,

.pagination>.active>span:hover {

	background-color: #0d6a8d;

	border-color: #0d6a8d;

}

.pagination>li>a,

.pagination>li>span {

	color: #0d6a8d;

}

.page-link:hover {

	color: #0d6a8d;

}

.page-link:focus {

	box-shadow: unset;

}

.page-item.active .page-link {

	background-color: #fff200;

	border-color: #0d6a8d;

}

.dropdown-menu {

	background-color: #fff;

	border: 1px solid rgba(0, 0, 0, 0.1);

	border-radius: 3px;

	box-shadow: inherit;

	font-size: 14px;

	transform-origin: left top 0;

}


.card {

	border: 1px solid #f0f0f0;

	margin-bottom: 1.875rem;

}

.card-body {

	padding: 1.5rem;

}

.card-title {

	margin-bottom: 15px;

}

.card-header {

	border-bottom: 1px solid #f0f0f0;

	padding: 1rem 1.5rem;

}

.card-footer {

	background-color: #fff;

	border-top: 1px solid #f0f0f0;

	padding: 1rem 1.5rem;

}

.card .card-header {

	background-color: #fff;

	border-bottom: 1px solid #f0f0f0;

}

.card .card-header .card-title {

	margin-bottom: 0;

}

.btn-light {

	border-color: #e6e6e6;

	color: #a6a6a6;

}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {

	background-color: #0d6a8d;

	text-shadow: unset;

}

.bootstrap-datetimepicker-widget table td.today::before {

	border-bottom-color: #0d6a8d;

}

.bg-info-light {

	background-color: rgba(2, 182, 179, 0.12) !important;

	color: #1db9aa !important;

}

.bg-primary-light {

	background-color: rgba(17, 148, 247, 0.12) !important;

	color: #2196f3 !important;

}

.bg-danger-light {

	background-color: rgba(242, 17, 54, 0.12) !important;

	color: #e63c3c !important;

}

.bg-warning-light {

	background-color: rgba(255, 152, 0, 0.12) !important;

	color: #f39c12 !important;

}

.bg-success-light {

	background-color: rgba(15, 183, 107, 0.12) !important;

	color: #26af48 !important;

}

.bg-purple-light {

	background-color: rgba(197, 128, 255, 0.12) !important;

	color: #c580ff !important;

}

.bg-default-light {

	background-color: rgba(40, 52, 71, 0.12) !important;

	color: #283447 !important;

}


.form-control:focus {

	border-color: #bbb;

	box-shadow: none;

	outline: 0 none;

}

.form-group {

	margin-bottom: 1.25rem;

}


.avatar {

	position: relative;

	display: inline-block;

	width: 3rem;

	height: 3rem
}

.avatar>img {

	width: 100%;

	height: 100%;

	-o-object-fit: cover;

	object-fit: cover;

}

.avatar-title {

	width: 100%;

	height: 100%;

	background-color: #0d6a8d;

	color: #fff;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

}

.avatar-away::before,

.avatar-offline::before,

.avatar-online::before {

	position: absolute;

	right: 0;

	bottom: 0;

	width: 25%;

	height: 25%;

	border-radius: 50%;

	content: '';

	border: 2px solid #fff;

}


.avatar .border {

	border-width: 3px !important;

}

.avatar .rounded {

	border-radius: 6px !important;

}

.avatar .avatar-title {

	font-size: 18px;

}


.avatar-lg {

	width: 3.75rem;

	height: 3.75rem;

}

.avatar-lg .border {

	border-width: 3px !important;

}

.avatar-lg .rounded {

	border-radius: 8px !important;

}

.avatar-lg .avatar-title {

	font-size: 24px;

}




/*-----------------

	7. Modal

-----------------------*/



.modal {

	-webkit-overflow-scrolling: touch;

}

.modal-footer.text-center {

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

}

.modal-footer.text-left {

	justify-content: flex-start;

	-webkit-justify-content: flex-start;

	-ms-flex-pack: flex-start;

}

.modal-dialog.modal-md {

	max-width: 600px;

}

.custom-modal .modal-content {

	border: 0;

	border-radius: 10px;

}

.custom-modal .modal-header {

	padding: 1.25rem;

}

.custom-modal .modal-footer {

	padding: 1.25rem;

}

.custom-modal .modal-body {

	padding: 1.25rem;

}

.custom-modal .close {

	background-color: #a0a0a0;

	border-radius: 50%;

	color: #fff;

	font-size: 17px;

	height: 20px;

	line-height: 20px;

	margin: 0;

	opacity: 1;

	padding: 0;

	position: absolute;

	right: 20px;

	top: 26px;

	width: 20px;

	z-index: 99;

}

.custom-modal .modal-title {

	font-size: 20px;

}

.modal-backdrop.show {

	opacity: 0.4;

	-webkit-transition-duration: 400ms;

	transition-duration: 400ms;

}

.modal .card {

	box-shadow: unset;

}


.slick-slider {

	position: relative;

	display: block;

	box-sizing: border-box;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	-webkit-touch-callout: none;

	-khtml-user-select: none;

	-ms-touch-action: pan-y;

	touch-action: pan-y;

	-webkit-tap-highlight-color: transparent;

}

.slick-list {

	position: relative;

	display: block;

	overflow: hidden;

	margin: 0;

	padding: 0;

	width: 102%;
}

.slick-list:focus {

	outline: none;

}

.slick-list.dragging {

	cursor: pointer;

}

.slick-slider .slick-track,

.slick-slider .slick-list {

	-webkit-transform: translate3d(0, 0, 0);

	-moz-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	-o-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}

.slick-track {

	position: relative;

	top: 0;

	left: 0;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.slick-track:before,

.slick-track:after {

	display: table;

	content: '';

}

.slick-track:after {

	clear: both;

}

.slick-loading .slick-track {

	visibility: hidden;

}

.slick-slide {

	display: none;

	float: left;

	height: 100%;
	width: 100%;

	min-height: 1px;

}

[dir='rtl'] .slick-slide {

	float: right;

}

.slick-slide img {

	display: block;

}

.slick-slide.slick-loading img {

	display: none;

}

.slick-slide.dragging img {

	pointer-events: none;

}

.slick-initialized .slick-slide {

	display: block;

}

.slick-loading .slick-slide {

	visibility: hidden;

}

.slick-vertical .slick-slide {

	display: block;

	height: auto;

	border: 1px solid transparent;

}

.slick-arrow.slick-hidden {

	display: none;

}

.slick-prev,

.slick-next,

.pharmacy-home-slider .swiper-button-prev,

.pharmacy-home-slider .swiper-button-next {

	font-size: 0;

	line-height: 0;

	position: absolute;

	top: 50%;

	display: block;

	width: 40px;

	height: 40px;

	padding: 0;

	-webkit-transform: translate(0, -50%);

	-ms-transform: translate(0, -50%);

	transform: translate(0, -50%);

	box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);

	background: #fff;

	border-radius: 100%;

	cursor: pointer;

	border: none;

	outline: none;

	background: #fff;

	z-index: 9999;

}

.slick-prev:hover,

.slick-prev:focus,

.slick-next:hover,

.slick-next:focus,

.pharmacy-home-slider .swiper-button-prev:hover,

.pharmacy-home-slider .swiper-button-next:hover {

	background-color: #fede00;

	color: #fff;

	opacity: 1;

}

.slick-prev:hover:before,

.slick-prev:focus:before,

.slick-next:hover:before,

.slick-next:focus:before,

.pharmacy-home-slider .swiper-button-prev:hover:before,

.pharmacy-home-slider .swiper-button-next:hover:before {

	color: #fff;

	opacity: 1;

}

.slick-prev.slick-disabled:before,

.slick-next.slick-disabled:before {

	opacity: .25;

}

.slick-prev:before,

.slick-next:before {

	font-family: 'slick';

	font-size: 20px;

	line-height: 1;

	opacity: .75;

	color: #383838;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

.slick-prev {

	left: -2%;

	z-index: 1;

}

.pharmacy-home-slider .swiper-button-prev:after,

.pharmacy-home-slider .swiper-button-next:after {

	display: none;

}

.pharmacy-home-slider .swiper-button-prev:before {

	content: '←';

	color: #383838;

	height: 40px;

	font-size: 20px;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	-webkit-align-items: center;

	justify-content: center;

	-webkit-justify-content: center;



}

.pharmacy-home-slider .swiper-button-next:before {

	content: '→';

	color: #383838;

	font-size: 20px;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	-webkit-align-items: center;

	justify-content: center;

	-webkit-justify-content: center;

	height: 40px;

}

[dir='rtl'] .slick-prev {

	right: -25px;

	left: auto;

}

.slick-prev:before {

	content: '←';

}

[dir='rtl'] .slick-prev:before {

	content: '→';

}

.slick-next {

	right: -4%;

}

[dir='rtl'] .slick-next {

	right: auto;

	left: -25px;

}

.slick-next:before {

	content: '→';

}

[dir='rtl'] .slick-next:before {

	content: '←';

}

.form-focus {

	height: 50px;

	position: relative;

}

.form-focus .focus-label {

	font-size: 14px;

	font-weight: 400;

	pointer-events: none;

	position: absolute;

	-webkit-transform: translate3d(0, 22px, 0) scale(1);

	-ms-transform: translate3d(0, 22px, 0) scale(1);

	-o-transform: translate3d(0, 22px, 0) scale(1);

	transform: translate3d(0, 22px, 0) scale(1);

	transform-origin: left top;

	transition: 240ms;

	left: 12px;

	top: -8px;

	z-index: 1;

	color: #b8b8b8;

	margin-bottom: 0;

}

.form-focus.focused .focus-label {

	opacity: 1;

	top: -18px;

	font-size: 12px;

	z-index: 1;

}

.form-focus .form-control:focus~.focus-label,

.form-focus .form-control:-webkit-autofill~.focus-label {

	opacity: 1;

	font-weight: 400;

	top: -18px;

	font-size: 12px;

	z-index: 1;

}

.form-focus .form-control {

	height: 50px;

	padding: 21px 12px 6px;

}

.form-focus .form-control::-webkit-input-placeholder {

	color: transparent;

	transition: 240ms;

}

.form-focus .form-control:focus::-webkit-input-placeholder {

	transition: none;

}

.form-focus.focused .form-control::-webkit-input-placeholder {

	color: #bbb;

}

.form-focus.select-focus .focus-label {

	opacity: 1;

	font-weight: 300;

	top: -20px;

	font-size: 12px;

	z-index: 1;

}

.form-focus .select2-container .select2-selection--single {

	border: 1px solid #e3e3e3;

	height: 50px;

}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {

	height: 48px;

	right: 7px;

}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {

	border-color: #ccc transparent transparent;

	border-style: solid;

	border-width: 6px 6px 0;

	height: 0;

	left: 50%;

	margin-left: -10px;

	margin-top: -2px;

	position: absolute;

	top: 50%;

	width: 0;

}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {

	border-color: transparent transparent #ccc;

	border-width: 0 6px 6px;

}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {

	padding-right: 30px;

	padding-left: 12px;

	padding-top: 10px;

}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {

	color: #676767;

	font-size: 14px;

	font-weight: normal;

	line-height: 38px;

}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {

	background-color: #fc6075;

}



.header-nav {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	background-color: #fff;

	border: 0;

	border-bottom: 1px solid #f0f0f0;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	justify-content: space-between;

	-webkit-justify-content: space-between;

	-ms-flex-pack: space-between;

	position: relative;

	height: 85px;

	padding: 0 30px;

	margin-bottom: 0;

}

.main-nav {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	list-style: none;

	margin: 0;

	padding: 0;

}

.main-nav>li.active>a {

	color: #09dca4;

}

.main-nav>li .submenu li a {

	display: block;

	padding: 10px 15px;

	clear: both;

	white-space: nowrap;

	font-size: 14px;

	color: #2d3b48;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

	width: 100%;

	border-top: 1px solid #f0f0f0;

}

.main-nav>li .submenu>li.has-submenu>a::after {

	content: "\f054";

	font-family: "Font Awesome 5 Free";

	font-weight: 900;

	position: absolute;

	right: 15px;

	top: 12px;

	font-size: 13px;

}

.main-nav>li .submenu li {

	position: relative;

}

.main-nav li a {

	display: block;

	font-size: 14px;

	font-weight: 500;

}

.main-nav li.login-link {

	display: none;

}

.logo {

	display: inline-block;

	margin-right: 30px;

	width: 340px;
	height: 57;

}

.logo-wraper-patient {
	padding: 0px;
}

@media (max-width: 1400px) and (min-width: 1170px) {
	.logo-wraper-patient {
		padding-top: 0px;
	}
}

.header-contact-img {

	display: inline-block;

}

.header-contact-img i {

	color: rgba(0, 0, 0, 0.5);

	font-size: 30px;

}

.header-contact-detail {

	display: inline-block;

	padding-left: 10px;

}

.header-contact-detail p.contact-header {

	color: #484848;

	font-size: 13px;

	font-weight: 400;

	margin-bottom: 2px;

	text-align: left;

}

.header-contact-detail p.contact-info-header {

	color: #000;

	font-weight: 500;

	font-size: 14px;

	margin-bottom: 0;

}

.header-navbar-rht {

	margin: 0;

	margin-left: auto;

	padding: 0;

}

.header-navbar-rht li {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	padding-right: 20px;

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

}

.header-navbar-rht li:last-child {

	padding-right: 0px;

}

.header-navbar-rht li .dropdown-menu {

	border: 0;

	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}

.header-navbar-rht .dropdown-toggle::after {

	display: none;

}

.header-navbar-rht li .dropdown-menu::before {

	content: "";

	position: absolute;

	top: 2px;

	right: 0;

	border: 7px solid #fff;

	border-color: transparent transparent #ffffff #ffffff;

	-webkit-transform-origin: 0 0;

	transform-origin: 0 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);

}

.header-navbar-rht li .dropdown-menu .dropdown-item {

	border-top: 1px solid #f0f0f0;

	padding: 10px 15px;
	background-color: white;

}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {

	border-top: 0;

	border-radius: 5px 5px 0 0;

}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {

	border-radius: 0 0 5px 5px;

}

.header-navbar-rht li a.header-login:hover {

	background-color: #09e5ab;

	border-color: #09e5ab;

	color: #fff;

}

.header-navbar-rht li .dropdown-menu a:hover {

	color: #09dca4;

	letter-spacing: 0.5px;

	padding-left: 20px;

	background-color: #fff;

}

.header-navbar-rht li a.header-login {

	border: 2px solid #09e5ab;

	border-radius: 4px;

	padding: 10px 15px !important;

	text-align: center;

	font-size: 15px;

	color: #09e5ab;

	text-transform: uppercase;

	font-weight: 500;

}

.header .has-arrow .dropdown-toggle:after {

	border-top: 0;

	border-left: 0;

	border-bottom: 2px solid #757575;

	border-right: 2px solid #757575;

	content: '';

	height: 8px;

	display: inline-block;

	pointer-events: none;

	-webkit-transform-origin: 66% 66%;

	-ms-transform-origin: 66% 66%;

	transform-origin: 66% 66%;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

	-webkit-transition: all 0.15s ease-in-out;

	transition: all 0.15s ease-in-out;

	width: 8px;

	vertical-align: 2px;

	margin-left: 10px;

}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {

	-webkit-transform: rotate(-135deg);

	-ms-transform: rotate(-135deg);

	transform: rotate(-135deg);

}

.user-menu {

	float: right;

	margin: 0;

	position: relative;

	z-index: 99;

}

.user-menu.nav>li>a {

	color: #fff;

	font-size: 14px;

	line-height: 58px;

	padding: 0 15px;

	height: 60px;

}

.user-menu.nav>li>a:hover,

.user-menu.nav>li>a:focus {

	background-color: rgba(0, 0, 0, 0.2);

}

.user-menu.nav>li>a:hover i,

.user-menu.nav>li>a:focus i {

	color: #fff;

}

.user-img {

	display: inline-block;

	position: relative;

}

.header-contact-detail p.contact-info-header.white-font {

	color: #fff;

}

.user-img>img {

	height: 31px;

	object-fit: cover;

	width: 31px;

}

.user-menu.nav>li>a.mobile_btn {

	border: 0;

	position: relative;

	padding: 0;

	margin: 0;

	cursor: pointer
}

.header-navbar-rht .dropdown-menu {

	min-width: 200px;

	padding: 0;

}

.header-navbar-rht .dropdown-menu .dropdown-item {

	padding: 7px 15px;

}

.header-navbar-rht .dropdown-menu .dropdown-item {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	border-top: 1px solid #e3e3e3;

	padding: 10px 15px;

}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {

	color: #09dca4;

}

.user-header {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	padding: 10px 15px;

}

.user-header .user-text {

	margin-left: 10px;

}

.user-header .user-text h6 {

	font-size: 15px;

	margin-bottom: 2px;

}

.header-navbar-rht .logged-item .nav-link {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	font-size: 14px;

	line-height: 85px;

	padding: 0 10px;

}

.view-cart-header a {

	position: relative;

	font-size: 20px;

}

.unread-msg1 {

	background-color: #fede00;

	border-radius: 2px;

	color: #272b41;

	font-size: 10px;

	font-style: normal;

	padding: 0 3px;

	position: absolute;

	right: 20px;

	text-align: center;

	top: -8px;

	right: 16px;

}

.unread-msg2 {

	background-color: #fede00;

	border-radius: 2px;

	color: #272b41;

	font-size: 12px;

	font-style: normal;

	padding: 2px 8px;

	position: absolute;

	right: 20px;

	text-align: center;

	top: 15px;

	right: 98px;

}

@media only screen and (min-width:576px) and (max-width:1400px) {

	.header-navbar-rht {

		margin-top: 5px;
		margin-right: 0px;

	}
}

@media only screen and (min-width:360px) and (max-width:576px) {

	.header-navbar-rht {

		margin-top: -75px;
		margin-right: 16px;

	}
}



.header-top {

	display: flex;

	background: #09e5ab;

	color: #fff;

	padding: 8px 30px;

}

.header-top ul {

	display: flex;

	margin: 0;

	list-style: none;

	padding: 0;

}

.header-top ul li {

	padding-right: 25px;

	font-size: 13px;

}

.header-top ul li:last-child {

	padding-right: 0;

}

.header-top .right-top {

	margin-left: auto;

}

.top-icon {

	margin-right: 5px;

}

.search-box-1 {

	background: #09e5ab;

	padding: 40px 20px;

	border-radius: 10px;

	margin-top: -50px;

	position: absolute;

}

.search-box .form-group {

	margin-bottom: 10px;

}

@media only screen (min-width: 360px) {
	.search-info {
		font-size: 10px;
	}
}

.sidebar-overlay {

	background-color: rgba(0, 0, 0, 0.6);

	display: none;

	height: 100%;

	left: 0;

	position: fixed;

	top: 0;

	width: 100%;

	z-index: 1040;

}

.menu-opened .main-menu-wrapper {

	transform: translateX(0);

}

.menu-header {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	background-color: #fff;

	height: 60px;

	padding: 0 20px;

	justify-content: space-between;

	-webkit-justify-content: space-between;

	-ms-flex-pack: space-between;

	border-bottom: 1px solid #f0f0f0;

	display: none;

}

.menu-logo img {

	height: 40px;

}

.menu-close {

	font-size: 18px;

}

.bar-icon {

	display: inline-block;

	width: 31px;

}

.bar-icon span {

	background-color: #0de0fe;

	display: block;

	float: left;

	height: 3px;

	margin-bottom: 7px;

	width: 31px;

	border-radius: 2px;

}

.bar-icon span:nth-child(2) {

	width: 16px;

}

.bar-icon span:nth-child(3) {

	margin-bottom: 0;

}

#mobile_btn {

	display: none;

	margin-right: 30px;

}

html.menu-opened body {

	overflow: hidden;

}



/*-----------------

	14. Login

-----------------------*/



.account-page {

	background-color: #fff;

}

.account-page .content {

	padding: 50px 0;

}

.login-right {

	background-color: #fff;

	border: 1px solid #f0f0f0;

	border-radius: 4px;

	padding: 25px;

}

.login-header {

	margin-bottom: 20px;

}

.login-header p {

	margin-bottom: 0;

}

.login-header h3 {

	font-size: 18px;

	margin-bottom: 3px;

}

.login-header h3 a {

	color: #0de0fe;

	float: right;

	font-size: 15px;

	margin-top: 2px;

}

.login-right .dont-have {

	color: #3d3d3d;

	margin-top: 20px;

	font-size: 13px;

}

.login-right .dont-have a {

	color: #fede00;

}

.login-btn {

	font-size: 18px;

	font-weight: 500;

}

.login-or {

	color: #d4d4d4;

	margin-bottom: 20px;

	margin-top: 20px;

	padding-bottom: 10px;

	padding-top: 10px;

	position: relative;

}

.or-line {

	background-color: #e5e5e5;

	height: 1px;

	margin-bottom: 0;

	margin-top: 0;

	display: block;

}

.span-or {

	background-color: #fff;

	display: block;

	left: 50%;

	margin-left: -20px;

	position: absolute;

	text-align: center;

	top: -3px;

	width: 42px;

}

.forgot-link {

	color: #3d3d3d;

	display: inline-block;

	font-size: 13px;

	margin-bottom: 10px;

	font-weight: 400;

}

.btn-facebook {

	background-color: #3a559f;

	color: #fff;

	font-size: 13px;

	padding: 8px 12px;

}

.btn-google {

	background-color: #dd4b39;

	color: #fff;

	font-size: 13px;

	padding: 8px 12px;

}

.social-login .btn:hover,
.social-login .btn:focus {

	color: #fff;

}



.section-header p {

	color: #757575;

	font-size: 16px;

	margin-bottom: 0;

	margin-top: 15px;

}

.banner-wrapper {

	margin: 0 auto;

	max-width: 100%;

	width: 100%;
	margin-bottom: 1%;

}

.banner-wrapper .banner-header {

	margin-bottom: 30px;

}

.banner-wrapper .banner-header h1 {

	margin-bottom: 10px;

	font-size: 40px;

	font-weight: 600;

}

.banner-wrapper .banner-header p {

	color: #757575;

	font-size: 20px;

	margin-bottom: 0;

}

.search-box form {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.search-box .form-control {

	border: 1px solid #ccc;

	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);

	border-radius: 5px;

	padding-left: 35px;

}

.search-box .search-location {

	-ms-flex: 0 0 240px;

	flex: 0 0 240px;

	margin-right: 12px;

	position: relative;

	width: 240px;

}

.search-location .form-control {

	background: #fff url(../img/location.png) no-repeat 10px center;

}

.search-box .search-info {

	-ms-flex: 0 0 490px;

	flex: 0 0 490px;

	margin-right: 12px;

	position: relative;

	width: 490px;

}

.search-info .form-control {

	background: #fff url(../img/search.png) no-repeat 10px center;

}

.search-box .search-btn {

	width: 46px;

	-ms-flex: 0 0 46px;

	flex: 0 0 46px;

	height: 46px;

}

.search-box .search-btn span {

	display: none;

	font-weight: 500;

}

.search-box .form-text {

	color: #757575;

	font-size: 13px;

}

.section-specialities {

	background-color: #fff;

	padding: 80px 0;

}

.slick-dots {

	position: absolute;

	bottom: -25px;

	display: block;

	width: 100%;

	padding: 0;

	margin: 0;

	list-style: none;

	text-align: center;

}

.slick-dots li,

.pharmacy-home-slider .swiper-pagination-bullet {

	position: relative;

	display: inline-block;

	width: 20px;

	height: 5px;

	margin: 0 5px;

	padding: 0;

	cursor: pointer;

	border-radius: 0;

}


.search-img {

	margin-top: 80px;

	margin-bottom: 80px;

}

.banner-wrapper .banner-header {

	margin-bottom: 30px;

}

.banner-wrapper .banner-header h1 {

	margin-bottom: 10px;

	font-size: 40px;

	font-weight: 600;

}

.banner-wrapper .banner-header p {

	color: #757575;

	font-size: 20px;

	margin-bottom: 0;

}

.search-area {

	background: #ffffff6b;

	padding: 60px 30px;

	position: relative;

	z-index: 1;

	border-radius: 10px;

	max-width: 410px;

	margin: auto;

}

.search-doctor {

	margin: auto;

}

.search-area h2 {

	font-size: 1.7rem;

	font-weight: 600;

}

.search-btn {

	width: 100%;

	margin-top: 15px;

}

.search-box-1 .search-btn {

	width: 46px;

	-ms-flex: 0 0 46px;

	flex: 0 0 46px;

	height: 46px;

	background: #fff;

	color: #09e5ab;

}

.search-box-3 {

	background: #1e5c92;

	padding: 40px 20px;

	border-radius: 10px;

	margin-top: -50px;

	position: absolute
}

.btn-search {

	background: #fff;

	border: 1px solid #fff;

	color: #1e5c92;

}

.search-box form {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.search-box .form-control {

	border: 1px solid #ccc;

	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);

	border-radius: 5px;

	padding-left: 35px;

}

.search-box .search-location {

	-ms-flex: 0 0 240px;

	flex: 0 0 240px;

	margin-right: 12px;

	position: relative;

	width: 240px;

}

.search-location .form-control {

	background: #fff url(../img/location.png) no-repeat 10px center;

}

.search-box .search-info {


	-ms-flex: 0 0 490px;

	flex: 0 0 315px;

	margin-right: 12px;

	position: relative;

	width: 500px;
	margin-top: 5px;

}

.search-info .form-control {

	background: #fff url(../img/search.png) no-repeat 10px center;

}

.search-box .search-btn {

	width: 46px;

	-ms-flex: 0 0 46px;

	flex: 0 0 46px;

	height: 46px;

}

.search-box .search-btn span {

	display: none;

	font-weight: 500;

}

.search-box .form-text {

	color: #757575;

	font-size: 13px;

}

.section-specialities {

	background-color: #fff;

	padding: 80px 0;

}

.section-category {

	background-color: #fff;

	padding: 80px 0;

}

.slick-dots li button {

	font-size: 0;

	line-height: 0;

	display: block;

	width: 20px;

	height: 5px;

	padding: 0;

	cursor: pointer;

	color: transparent;

	border: 0;

	outline: none;

	background: #C0C0C0;

}

.slick-dots li button:hover,

.slick-dots li button:focus {

	outline: none;

}

.slick-dots li button:hover:before,

.slick-dots li button:focus:before {

	opacity: 1;

}

.slick-dots li button:before {

	display: none;

	font-family: 'slick';

	font-size: 76px;

	line-height: 20px;

	position: absolute;

	top: 0;

	left: 0;

	width: 20px;

	height: 20px;

	content: '-';

	text-align: center;

	opacity: .25;

	color: black;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

.slick-dots li.slick-active button {

	background-color: #0de0fe;

}

.slick-dots li.slick-active button:before {

	opacity: 1;

	color: #0de0fe;

}

.slick-slide {

	outline: none !important;

}

.specialities-slider .slick-slide {

	display: block;

	padding: 0 12px;

	margin-left: 0;

	margin-right: 20px;

	margin-top: 10px;

}

.specialities-slider .slick-dots {

	margin-top: 44px;

	position: unset;

}

.speicality-img {

	position: relative;

	height: 150px;

	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);

	border-radius: 100%;

	width: 150px;

	background: #fff;

}

.speicality-img img {

	position: absolute;

	top: 50%;

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	left: 0;

	right: 0;

	margin: 0 auto;

}

.speicality-img span {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	position: absolute;

	bottom: 10px;

	right: 10px;

	box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);

	border-radius: 50%;

	padding: 5px;

	background-color: #fff;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

}

.speicality-img span i {

	font-size: 15px;

	color: #0de0fe;

}

.speicality-item p {

	font-size: 16px;

	font-weight: 500;

	margin: 30px 0 0;

}

.section-doctor {

	background-color: #f8f9fa;

	padding: 80px 0;

}

.section-doctor .section-header {

	margin-bottom: 30px;

}

.section-doctor .section-header p {

	margin-top: 10px;

}

.doctor-slider .slick-slide {

	display: block;

	margin-left: 0;

	padding: 10px;

	width: 350px;

}

.profile-widget {

	background-color: #fff;

	border: 1px solid #f0f0f0;

	border-radius: 4px;

	margin-bottom: 30px;

	position: relative;

	-webkit-transition: all .3s ease 0s;

	-moz-transition: all .3s ease 0s;

	-o-transition: all .3s ease 0s;

	transition: all .3s ease 0s;

	padding: 15px;

	margin-right: 0px;
	margin-left: 0px;

}




.doc-img {

	position: relative;

	overflow: hidden;

	z-index: 1;

	border-radius: 4px;

}

.doc-img img {

	border-radius: 4px;

	-webkit-transform: translateZ(0);

	-moz-transform: translateZ(0);

	transform: translateZ(0);

	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	width: 100%;

}

.doc-img:hover img {

	-webkit-transform: scale(1.15);

	-moz-transform: scale(1.15);

	transform: scale(1.15);

}

.profile-widget .fav-btn {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	position: absolute;

	top: 5px;

	right: 5px;

	background-color: #fff;

	width: 30px;

	height: 30px;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	border-radius: 3px;

	color: #2E3842;

	-webkit-transform: translate3d(100%, 0, 0);

	-ms-transform: translate3d(100%, 0, 0);

	transform: translate3d(100%, 0, 0);

	opacity: 0;

	visibility: hidden;

	z-index: 99;

}

.profile-widget:hover .fav-btn {

	opacity: 1;

	visibility: visible;

	-webkit-transform: translate3d(0, 0, 0);

	-ms-transform: translate3d(0, 0, 0);

	transform: translate3d(0, 0, 0);

}

.profile-widget .fav-btn:hover {

	background-color: #fb1612;

	color: #fff;

}



.row.row-sm {

	margin-left: -3px;

	margin-right: -3px;

}

.row.row-sm>div {

	padding-left: 3px;

	padding-right: 3px;

}
.section-doctor .profile-widget {

	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);

	margin-bottom: 0;

}

.search-box1 form {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-align-items: center;

	-ms-align-items: center;

	align-items: center;

	-webkit-justify-content: center;

	-ms-justify-content: center;

	justify-content: center;

	flex-wrap: wrap;

	-webkit-flex-wrap: wrap;

	-ms-flex-wrap: wrap;

}

.search-box1 .form-control {

	border: 1px solid #ccc;

	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);

	border-radius: 5px;

	padding-left: 35px;

}

.search-box1 .search-location {

	-ms-flex: 0 0 240px;

	flex: 0 0 240px;

	margin-right: 12px;

	position: relative;

	width: 240px;

}


.search-box1 .search-info {

	-ms-flex: 0 0 490px;

	flex: 0 0 490px;

	margin-right: 12px;

	position: relative;

	width: 490px;

}

.search-box1 .search-info .form-control {

	background: #fff url() no-repeat 10px center;

}

.search-box1 .search-btn {

	width: 46px;

	-ms-flex: 0 0 46px;

	flex: 0 0 46px;

	height: 46px;

}

.search-box1 .search-btn span {

	display: none;

	font-weight: 500;

}

.search-box1 .form-text {

	color: #757575;

	font-size: 13px;

}


.doctor-widget {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.doc-info-left {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.doc-info-right {

	margin-left: auto;

	-ms-flex: 0 0 205px;

	flex: 0 0 205px;

	max-width: 205px;

}

.doctor-img {

	-ms-flex: 0 0 150px;

	flex: 0 0 150px;

	margin-right: 20px;

	width: 150px;

}

.doctor-img img {

	border-radius: 5px;

}

.doc-department {

	color: #0d6a8d;

	font-size: 14px;

	margin-bottom: 8px;

}

.doc-department img {

	width: 19px;

	display: inline-block;

	margin-right: 10px;

}

.doc-location {

	color: #757575;

	font-size: 14px;

	margin-bottom: 25px;

}

.doctor-widget .doc-name {

	font-size: 20px;

	font-weight: 500;

	margin-bottom: 3px;

}

.doc-speciality {

	font-size: 14px;

	color: #757575;

	margin-bottom: 15px;

}

.doctor-widget .rating i {

	font-size: 14px;

}

.doctor-widget .average-rating {

	font-size: 14px;

	font-weight: 500;

}

.doctor-img1 {

	margin-right: 20px;

}

.doctor-img1 img {

	border-radius: 4px;

}


.widget {

	margin-bottom: 30px;

}

.widget-title {

	margin-bottom: 15px;

}

.experience-box {

	position: relative;

}

.experience-list {

	list-style: none;

	margin: 0;

	padding: 0;

	position: relative;

}

.experience-list::before {

	background: #ddd;

	bottom: 0;

	content: "";

	left: 8px;

	position: absolute;

	top: 8px;

	width: 2px;

}

.experience-list>li {

	position: relative;

}

.experience-list>li:last-child .experience-content {

	margin-bottom: 0;

}

.experience-user .avatar {

	height: 32px;

	line-height: 32px;

	margin: 0;

	width: 32px;

}

.experience-list>li .experience-user {

	background: #fff;

	height: 10px;

	left: 4px;

	margin: 0;

	padding: 0;

	position: absolute;

	top: 4px;

	width: 10px;

}

.experience-list>li .experience-content {

	background-color: #fff;

	margin: 0 0 20px 40px;

	padding: 0;

	position: relative;

}

.experience-list>li .experience-content .timeline-content {

	color: #757575;

}

.experience-list>li .experience-content .timeline-content a.name {

	font-weight: 500;

}

.experience-list>li .time {

	color: #757575;

	display: block;

	font-size: 13px;

}

.rotate-image img:hover {

	cursor: default;
	transform-origin: rotate(360deg);
	transition: all 0.3s ease-in-out 0s;
}

.before-circle {
	background-color: #fff200;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	border: 2px solid #fff200;
}

.info-widget {

	border-bottom: 1px solid #f0f0f0;

	padding-bottom: 30px;

	margin-bottom: 30px;

}

.card-label>label {

	background-color: #fff;

	color: #959595;

	display: inline-block;

	font-size: 13px;

	font-weight: 500;

	margin: 6px auto auto 8px;

	padding: 0 7px;

}

.card-label>input {

	background-color: #fff;

	border: 1px solid #dbdbdb;

	border-radius: 4px;

	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);

	display: block;

	height: 50px;

	margin-top: -13px;

	padding: 5px 15px 0;

	transition: border-color .3s;

	width: 100%;

}



.invoice-content {

	background-color: #fff;

	border: 1px solid #f0f0f0;

	border-radius: 4px;

	margin-bottom: 30px;

	padding: 30px;

}

.invoice-item .invoice-logo {

	margin-bottom: 30px;

}

.invoice-item .invoice-logo img {

	width: auto;

	max-height: 52px;

}

.invoice-item .invoice-text h2 {

	color: #272b41;

	font-size: 36px;

	font-weight: 600;

}

.invoice-item .invoice-details {

	text-align: right;

	color: #757575;

	font-weight: 500
}

.invoice-item .invoice-details strong {

	color: #272b41
}

.invoice-item .invoice-details-two {

	text-align: left
}

.invoice-item .invoice-text {

	padding-top: 42px;

	padding-bottom: 36px
}

.invoice-item .invoice-text h2 {

	font-weight: 400
}

.invoice-info {

	margin-bottom: 30px;

}

.invoice-info p {

	margin-bottom: 0;

}

.invoice-info.invoice-info2 {

	text-align: right;

}

.invoice-item .customer-text {

	font-size: 18px;

	color: #272b41;

	font-weight: 600;

	margin-bottom: 8px;

	display: block
}

.invoice-table tr th,

.invoice-table tr td,

.invoice-table-two tr th,

.invoice-table-two tr td {

	color: #272b41;

	font-weight: 600;

	padding: 10px 20px;

	line-height: inherit
}

.invoice-table tr td,

.invoice-table-two tr td {

	color: #757575;

	font-weight: 500;

}

.invoice-table-two {

	margin-bottom: 0
}

.invoice-table-two tr th,

.invoice-table-two tr td {

	border-top: 0;

}

.invoice-table-two tr td {

	text-align: right
}

.invoice-info h5 {

	font-size: 16px;

	font-weight: 500;

}

.other-info {

	margin-top: 10px;

}





/*-----------------

	27. Doctor Profile Settings

-----------------------*/



.profile-image img {

	margin-bottom: 1.5rem;

}

.change-photo-btn {

	background-color: #0d6a8d;

	border-radius: 50px;

	color: #fff;

	cursor: pointer;

	display: block;

	font-size: 13px;

	font-weight: 600;

	margin: 0 auto;

	padding: 10px 15px;

	position: relative;

	transition: .3s;

	text-align: center;

	width: 220px;

}

.change-photo-btn input.upload {

	bottom: 0;

	cursor: pointer;

	filter: alpha(opacity=0);

	left: 0;

	margin: 0;

	opacity: 0;

	padding: 0;

	position: absolute;

	right: 0;

	top: 0;

	width: 220px;

}

.dropzone {

	background-color: #fbfbfb;

	border: 2px dashed rgba(0, 0, 0, 0.1);

}

.btn-icon {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	text-align: center;

	position: absolute;

	padding: 0;

	font-size: 10px;

	width: 20px;

	height: 20px;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

	right: 3px;

	top: 3px;

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

}

.upload-images {

	position: relative;

	width: 80px;

}

.upload-images img {

	border-radius: 4px;

	height: 80px;

	width: auto;

}

.upload-wrap {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.upload-wrap .upload-images+.upload-images {

	margin-left: 20px;

}

.contact-card .card-body {

	padding-bottom: 0.625rem;

}

.custom_price_cont {

	margin-top: 20px;

}

.btn.btn-danger.trash {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	height: 46px;

	width: 46px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	justify-content: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

}

.add-more a {

	color: #0d6a8d;

}

.bootstrap-tagsinput {

	border-color: #dcdcdc;

	box-shadow: inherit;

	min-height: 46px;

	width: 100%;

	border-radius: 0;

}

.bootstrap-tagsinput.focus {

	border-color: #bbb;

}

.bootstrap-tagsinput .tag {

	background-color: #0d6a8d;

	color: #fff;

	display: inline-block;

	font-size: 14px;

	font-weight: normal;

	margin-right: 2px;

	padding: 11px 15px;

	border-radius: 0;

}

.services-card .bootstrap-tagsinput input {

	width: 160px;

}

.submit-section .submit-btn {

	padding: 12px 30px;

	font-weight: 600;

	font-size: 16px;

	min-width: 120px;

}

.submit-section .submit-btn+.submit-btn {

	margin-left: 15px;

}



/*-----------------

	28. Calendar

-----------------------*/



#calendar-events {

	background-color: #fcfcfc;

}

.calendar-events {

	border: 1px solid transparent;

	cursor: move;

	padding: 10px 15px;

}

.calendar-events:hover {

	border-color: #e9e9e9;

	background-color: #fff;

}

.calendar-events i {

	margin-right: 8px;

}

.calendar {

	float: left;

	margin-bottom: 0;

}

.fc-toolbar.fc-header-toolbar {

	margin-bottom: 1.5rem;

}

.none-border .modal-footer {

	border-top: none;

}

.fc-toolbar h2 {

	font-size: 18px;

	font-weight: 600;

	font-family: 'Roboto', sans-serif;

	line-height: 30px;

	text-transform: uppercase;

}

.fc-day-grid-event .fc-time {

	font-family: 'Roboto', sans-serif;

}

.fc-day {

	background: #fff;

}

.fc-toolbar .fc-state-active,

.fc-toolbar .ui-state-active,

.fc-toolbar button:focus,

.fc-toolbar button:hover,

.fc-toolbar .ui-state-hover {

	z-index: 0;

}

.fc th.fc-widget-header {

	background: #eeeeee;

	font-size: 14px;

	line-height: 20px;

	padding: 10px 0;

	text-transform: uppercase;

}

.fc-unthemed th,

.fc-unthemed td,

.fc-unthemed thead,

.fc-unthemed tbody,

.fc-unthemed .fc-divider,

.fc-unthemed .fc-row,

.fc-unthemed .fc-popover {

	border-color: #f3f3f3;

}

.fc-basic-view .fc-day-number,

.fc-basic-view .fc-week-number {

	padding: 2px 5px;

}

.fc-button {

	background: #f1f1f1;

	border: none;

	color: #797979;

	text-transform: capitalize;

	box-shadow: none !important;

	border-radius: 3px !important;

	margin: 0 3px !important;

	padding: 6px 12px !important;

	height: auto !important;

}

.fc-text-arrow {

	font-family: inherit;

	font-size: 16px;

}

.fc-state-hover {

	background: #f3f3f3;

}

.fc-state-highlight {

	background: #f0f0f0;

}

.fc-state-down,

.fc-state-active,

.fc-state-disabled {

	background-color: #20c0f3 !important;

	color: #fff !important;

	text-shadow: none !important;

}

.fc-cell-overlay {

	background: #f0f0f0;

}

.fc-unthemed .fc-today {

	background: #fff;

}

.fc-event {

	border-radius: 2px;

	border: none;

	color: #fff !important;

	cursor: move;

	font-size: 13px;

	margin: 1px 7px;

	padding: 5px 5px;

	text-align: center;

}

.fc-basic-view td.fc-week-number span {

	padding-right: 8px;

	font-weight: 700;

	font-family: 'Roboto', sans-serif;

}

.fc-basic-view td.fc-day-number {

	padding-right: 8px;

	font-weight: 700;

	font-family: 'Roboto', sans-serif;

}

.event-form .input-group .form-control {

	height: 40px;

}


.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active,

.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover,

.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {

	border-bottom-width: 3px;

	color: #0d6a8d;

}

.user-tabs .med-records {

	display: inline-block;

	min-width: 130px;

}

.user-tabs .nav-tabs>li>a:hover {

	background-color: unset;

	color: #0d6a8d;

}

.widget {

	margin-bottom: 30px;

}

.widget-title {

	margin-bottom: 15px;

}
.nav-tabs.nav-tabs-bottom>li>a.active, .nav-tabs.nav-tabs-bottom>li>a.active:hover, .nav-tabs.nav-tabs-bottom>li>a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #0d6a8d;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}
.user-tabs .nav-tabs>li>a {
    border: 0;
    border-bottom: 3px solid transparent;
    color: #3e3e3e;
    font-weight: 600;
    padding: 20px;
}

/*-----------------

	29. Patient Dashboard

-----------------------*/



.profile-sidebar {

	background-color: #fff;

	/*border: 1px solid #f0f0f0; */

	border-radius: 0px;

	margin-bottom: 30px;

	overflow: hidden;

}

.pro-widget-content {

	border-bottom: 1px solid #f0f0f0;

	padding: 20px;

	text-align: center;

}



.profile-info-widget {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	text-align: left;

}

.profile-info-widget .booking-doc-img {

	margin-right: 15px;

}

.profile-info-widget .booking-doc-img img {

	border-radius: 4px;

	height: 90px;

	width: 90px;

	object-fit: cover;

}

.profile-det-info {

	overflow: hidden;

}

.profile-det-info h3 {

	font-size: 17px;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.patient-details h5 {

	color: #757575;

	font-size: 13px;

	font-weight: normal;

	margin-bottom: 8px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.patient-details h5 i {

	width: 18px;

}

.dashboard-menu ul {

	color: #757575;

	font-size: 14px;

	line-height: 17px;

	list-style: none;

	margin: 0;

	padding: 0;

	text-transform: capitalize;

}

.dashboard-menu ul li {

	line-height: inherit;

}

.dashboard-menu>ul>li {

	border-bottom: 1px solid #f0f0f0;

	position: relative;

}

.dashboard-menu>ul>li:last-child {

	border-bottom: 0;

}

.dashboard-menu ul li a span,

.dashboard-menu ul li a i {

	display: inline-block;

	vertical-align: middle;

}

.dashboard-menu>ul>li>a {

	color: #757575;

	display: block;

	padding: 16px 20px;

}

.dashboard-menu>ul>li:hover>a,

.dashboard-menu>ul>li.active>a {

	color: #0d6a8d;

}

.dashboard-menu ul li a i {

	font-size: 16px;

	margin-right: 10px;

	width: 16px;

}





/*-----------------

	30. Profile Settings

-----------------------*/



.change-avatar {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

}

.change-avatar .profile-img {

	margin-right: 15px;

}

.change-avatar .profile-img img {

	border-radius: 4px;

	height: 100px;

	width: 100px;

	object-fit: cover;

}

.change-avatar .change-photo-btn {

	margin: 0 0 10px;

	width: 150px;

}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {

	padding: 0;

}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {

	border-radius: 50%;

	height: 100px;

	width: 100px;

}



/*-----------------

	31. Appoitment List

-----------------------*/



.widget-profile {

	background-color: #fff;

	border-bottom: 1px solid #f0f0f0;

}

.widget-profile .profile-info-widget {

	display: block;

	text-align: center;

}

.widget-profile .profile-info-widget .booking-doc-img {

	display: inline-block;

	margin: 0 0 15px;

	width: auto;

	padding: 4px;

	background-color: #0d6a8d;

	border-radius: 50%;

}



.widget-profile .profile-info-widget .booking-doc-img img {

	border-radius: 50%;

	height: 120px;

	width: 120px;

}

.appointment-list .profile-info-widget {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	margin-right: auto;

	text-align: left;

}

.appointment-list .profile-info-widget .booking-doc-img img {

	border-radius: 4px;

	height: 120px;

	object-fit: cover;

	width: 120px;

}

.appointments .appointment-list {

	background-color: #fff;

	border: 1px solid #f0f0f0;

	border-radius: 4px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-bottom: 20px;

	padding: 20px;

}

.appointments .appointment-list:last-child {

	margin-bottom: 30px;

}

.appointments .appointment-action {

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	display: -webkit-inline-box;

	display: -ms-inline-flexbox;

	display: inline-flex;

}

.appointment-action a+a {

	margin-left: 5px;

}

.appointment-action a {

	font-size: 13px;

}

.info-details {

	list-style: none;

	margin: 0;

	padding: 0;

}

.info-details li .title {

	color: #272b41;

	font-weight: 500;

}

.info-details li .text {

	color: #757575;

	display: block;

	font-size: 16px;

	overflow: hidden;

}

.info-details li {

	margin-bottom: 10px;

}

.info-details li:last-child {

	margin-bottom: 0;

}


.blog {

	border: 1px solid #f0f0f0;

	background-color: #fff;

	border-radius: 4px;

	margin-bottom: 30px;

	padding: 1.5rem;

	position: relative;

}

.blog-image {

	overflow: hidden;

}

.blog-image,

.blog-image>a,

.blog-image img {

	display: block;

	position: relative;

	width: 100%;

	height: auto;

}

.blog-image img {

	-webkit-transform: translateZ(0);

	-moz-transform: translateZ(0);

	transform: translateZ(0);

	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

}

.blog-image a:hover img {

	-webkit-transform: scale(1.15);

	-moz-transform: scale(1.15);

	transform: scale(1.15);

}

.blog-image {

	margin-bottom: 30px;

}

.blog-content {

	position: relative;

}

.blog-title {

	font-size: 22px;

	margin: 0 0 10px;

}

.blog-title a {

	color: #272b41;

}

.blog-title a:hover {

	color: #0d6a8d;

}

.blog-content p {

	color: #666;

	font-size: 14px;

	margin: 0 0 30px;

}

.read-more {

	display: inline-block;

	font-size: 16px;

	padding: 0;

	color: #0d6a8d;

	text-decoration: underline;

	font-weight: bold;

}

.blog-info {

	color: #757575;

	font-size: 14px;

	margin-bottom: 15px;

}

.blog-info a {

	color: #757575;

}

.blog-info a:hover {

	color: #757575;

}

.blog-info i {

	color: #0d6a8d;

	font-size: 14px;

	margin-right: 5px;

}

.blog-pagination .pagination {

	margin-bottom: 30px;

}

.blog-pagination .pagination li a {

	padding: 12px 20px;

	font-weight: 600;

	color: #2E3842;

	margin-right: 10px;

	border-radius: inherit !important;

	border-color: #f0f0f0;

}

.blog-pagination .pagination li.disabled a {

	border-color: #f0f0f0;

}

.blog-pagination .pagination li.active a {

	background: #0d6a8d;

	border-color: transparent;

	color: #ffffff;

}

.post-left ul {

	margin: 0;

	padding-left: 0;

	list-style: none;

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}

.post-left ul li {

	margin-bottom: 5px;

	margin-right: 20px;

}

.post-left ul li:last-child {

	margin-right: 0;

}

.post-author a {

	display: flex;

	align-items: center;

}

.video {

	position: relative;

	padding-bottom: 56%;

	height: 0;

	overflow: hidden;

}

.video iframe,

.video object,

.video embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border: none;

}

.latest-posts {

	margin: 0;

	padding: 0;

}

.latest-posts li {

	display: table;

	width: 100%;

	margin-bottom: 20px;

}

.latest-posts li:last-child {

	padding-bottom: 0px;

	margin-bottom: 0px;

	border-bottom: none;

}

.post-thumb {

	border-radius: 4px;

	width: 80px;

	float: left;

	overflow: hidden;

}

.post-thumb a img {

	border-radius: 4px;

	-webkit-transform: translateZ(0);

	-moz-transform: translateZ(0);

	transform: translateZ(0);

	-moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	-webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;

}

.post-thumb a:hover img {

	-webkit-transform: scale(1.15);

	-moz-transform: scale(1.15);

	transform: scale(1.15);

}

.post-info {

	margin-left: 95px;

}

.post-info h4 {

	font-size: 15px;

	margin: 0 0 5px;

}

.post-info h4 a {

	color: #272b41;

}

.post-info h4 a:hover {

	color: #0d6a8d;

}

.post-info p {

	color: #757575;

	font-size: 12px;

	margin: 0;

}

.post-info p i {

	color: #0d6a8d;

	font-size: 14px;

	margin-right: 4px;

}

.category-widget .categories {

	list-style: none;

	margin: 0;

	padding: 0;

}

.category-widget .categories li {

	margin-bottom: 20px;

}

.category-widget .categories li:last-child {

	border-bottom: none;

	margin-bottom: 0;

	padding-bottom: 0;

}

.category-widget .categories li a {

	color: #2E3842;

	font-size: 15px;

	font-weight: 500;

}

.category-widget .categories li a span {

	float: right;

	color: #757575;

}

.category-widget .categories li a:hover {

	color: #0d6a8d;

}

.category-widget .categories>li>a>i {

	color: #0d6a8d;

	font-size: 18px;

	margin-right: 10px;

}

.tags-widget .card-body {

	padding-bottom: 1rem;

}

.tags {

	list-style: none;

	margin: 0;

	overflow: hidden;

	padding: 0;

}

.tags li {

	float: left;

}

.tag {

	background-color: #fff;

	border-radius: 4px;

	color: #272b41;

	padding: 5px 10px;

	position: relative;

	margin: 0 .5rem .5rem 0;

	font-size: 14px;

	border: 1px solid #ccc;

	display: inline-block;

}

.tag:hover {

	background-color: #0d6a8d;

	border-color: #0d6a8d;

	color: #fff;

}

.comment-by {

	display: block;

	font-size: 14px;

	line-height: 21px;

	margin: 0 0 10px;

}

.comments-list .comment-block p {

	font-size: 14px;

	margin-bottom: 5px;

}



/*-----------------

	39. Blog Details

-----------------------*/



.blog-view .blog-title {

	font-size: 24px;

}

.blog-content p:last-child {

	margin-bottom: 0;

}

.blog-view .blog-info {

	border: 0;

	margin-bottom: 0px;

	padding: 0;

}

.blog-author-name {

	color: #272b41;

	font-size: 16px;

	font-weight: 600;

}


/*-----------------

	40. Blog Grid

-----------------------*/



.grid-blog .blog-title {

	font-size: 18px;

	margin: 0 0 5px;

	min-height: 43px;

}

.grid-blog .blog-content p {

	margin: 0 0 15px;

}

.grid-blog .blog-info {

	margin-bottom: 15px;

}

.grid-blog .blog-image {

	margin-bottom: 20px;

}

.blog.grid-blog {

	padding: 20px;

}

.grid-blog .entry-meta {

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

	margin-bottom: 0;

}

.grid-blog .entry-meta li {

	margin-bottom: 10px;

}

.grid-blog .entry-meta li:last-child {

	flex: 0 0 100px;

	max-width: 100px;

}

.grid-blog .post-author {

	width: 189px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.grid-blog .post-author a:hover {

	color: #0d6a8d;
}


/*-----------------

	43. Product

-----------------------*/



.product-custom span.price {

	font-size: 20px;

	font-weight: 500;

}

.product-custom span.price-strike {

	font-weight: 400;

	text-decoration: line-through;

	color: #999;

}

.product-custom .cart-icon {

	font-size: 18px;

	width: 40px;

	height: 40px;

	border-radius: 100px;

	display: flex;

	display: -webkit-flex;

	align-items: center;

	-webkit-align-items: center;

	justify-content: center;

	-webkit-justify-content: center;

	float: right;

}

.product-custom .profile-widget:hover .cart-icon {

	color: #fff;

	background-color: #0d6a8d;

}

.product-description .doctor-img1 {

	width: 40%;

}

.product-description .doc-info-cont {

	width: 60%;

}

.feature-product span {

	padding-bottom: 10px;

	display: inline-block;

}

.feature-product ul li {

	padding: 3px 0;

}

ul.benifits-col li i {

	font-size: 20px;

	margin-right: 20px;

	color: #fff200;

}

.custom-increment .input-group1 {

	display: flex;

	display: -webkit-flex;

	width: 100%;

}

.custom-increment .input-group-btn {}

.custom-increment.cart .input-group1 {

	justify-content: center;

	-webkit-justify-content: center;

}

.custom-increment input[type=text] {

	border: 1px solid #dbdbdb;

	border-radius: 0;

	padding: 7px 15px;

	text-align: center;

	width: 70%;

}

.custom-increment.cart input[type=text] {

	width: 60px;

}

.custom-increment input[type=text]:focus {

	border-color: transparent;

}

.custom-increment button {

	font-size: 14px;

	height: 39px;

	background: #dcdcdc;

	color: #000;

	border: 0;

	display: inline-block;

}

.custom-increment button:hover,

.custom-increment button:focus,

.custom-increment button:active {

	background: #dcdcdc !important;

	color: #000 !important;

	border: 0 !important;

}

.custom-increment.cart button {

	font-size: 10px;

}

.custom-increment button.btn-success {

	border-radius: 0 4px 4px 0;

}

.custom-increment button.btn-danger {

	border-radius: 4px 0px 0px 4px;

}



/*-----------------

	44. Cart

-----------------------*/

.view-cart-header {

	position: relative;

}

.view-cart-header .shopping-cart {

	margin: 20px 0;

	float: right;

	background: white;

	width: 320px;

	position: absolute;

	right: 0;

	top: 99%;

	border-radius: 3px;

	padding: 20px;

	z-index: 999;

	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);

	display: none;

}

.view-cart-header .shopping-cart.show-cart {

	opacity: 1;

	visibility: visible;

}

.view-cart-header .shopping-cart-total {

	float: right;

}

.view-cart-header .shopping-cart-items {

	padding-top: 0px;

}

.view-cart-header .shopping-cart-items li {

	margin-bottom: 10px;

	padding-right: 0;

	display: block;

	border-bottom: 1px solid #e4e4e4;

	padding-bottom: 14px;

	position: relative;

}

.view-cart-header .shopping-cart-items .close-icon {

	position: absolute;

	top: 10px;

	right: 0;

	cursor: pointer;

}

.view-cart-header .shopping-cart-items img {

	float: left;

	width: 70px;

	margin-right: 12px;

	max-width: 100%;

	height: auto;

}

.view-cart-header .shopping-cart-items .item-name {

	display: block;

	padding-top: 10px;

	font-size: 14px;

	padding-right: 20px;

}

.view-cart-header .shopping-cart-items .item-price {

	margin-right: 8px;

	color: #0d6a8d;

	font-size: 13px;

}

.view-cart-header .shopping-cart-items .item-quantity {

	color: #ABB0BE;

	font-size: 13px;

}

.view-cart-header .shopping-cart:after {

	border: 7px solid #fff;

	border-color: transparent transparent #fff #fff;

	box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);

	content: "";

	right: 0;

	position: absolute;

	top: 2px;

	-webkit-transform-origin: 0 0;

	transform-origin: 0 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

}

.view-cart-header .cart-icon {

	color: #515783;

	font-size: 24px;

	margin-right: 7px;

	float: left;

}

.view-cart-header .booking-date li {

	padding: 0;

	display: block;

	width: 100%;

	margin-bottom: 10px;

}

.view-cart-header .booking-date li span {

	float: right;

}

.view-cart-header .booking-total {

	padding-top: 0;

	text-align: center;

}

.view-cart-header .apt-btn {

	font-size: 13px;

	padding: 7px 20px;

}

/*-----------------

	45. Slider

-----------------------*/



.carousel-fade .carousel-item {

	opacity: 0;

	transition-duration: .6s;

	transition-property: opacity;

}



.carousel-fade .carousel-item.active,

.carousel-fade .carousel-item-next.carousel-item-left,

.carousel-fade .carousel-item-prev.carousel-item-right {

	opacity: 1;

}



.carousel-fade .active.carousel-item-left,

.carousel-fade .active.carousel-item-right {

	opacity: 0;

}



.carousel-fade .carousel-item-next,

.carousel-fade .carousel-item-prev,

.carousel-fade .carousel-item.active,

.carousel-fade .active.carousel-item-left,

.carousel-fade .active.carousel-item-prev {

	transform: translateX(0);

	transform: translate3d(0, 0, 0);

}

.carousel-item {

	height: 65vh;

	min-height: 320px;

	background: no-repeat center center scroll;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

	z-index: -1 !important;

}

.carousel-caption {

	position: absolute;

	right: 0;

	bottom: 20px;

	left: 15%;

	z-index: 10;

	padding-bottom: 20px;

	color: #fff;

	top: 110px;

	text-align: revert;

}

.carousel-caption span {

	font-size: 32px;

	font-weight: 700;

	color: rgb(46, 56, 66);

}

.carousel-caption h2 {

	font-size: 54px;

	font-weight: 700;

	color: rgb(30, 92, 146);

}

.carousel-caption p {

	font-size: 18px;

	font-weight: 700;

	color: rgb(46, 56, 66);

}



/*-----------------

	46. Responsive

-----------------------*/



@media only screen and (min-width:768px) {

	.avatar-xxl {

		width: 8rem;

		height: 8rem;

	}

	.avatar-xxl .border {

		border-width: 4px !important;

	}

	.avatar-xxl .rounded {

		border-radius: 12px !important;

	}

	.avatar-xxl .avatar-title {

		font-size: 42px;

	}

	.avatar-xxl.avatar-away:before,

	.avatar-xxl.avatar-offline:before,

	.avatar-xxl.avatar-online:before {

		border-width: 4px;

	}

}

@media (min-width: 992px) {

	.main-nav>li {

		margin-right: 30px;

	}

	.white-font>li>a {

		color: #fff;

	}

	.main-nav>li:last-child {

		margin-right: 0;

	}

	.main-nav li {

		display: block;

		position: relative;

	}

	.main-nav>li>a {

		line-height: 85px;

		padding: 0 !important;

	}

	.main-nav>li>a>i {

		font-size: 12px;

		margin-left: 3px;

	}

	.main-nav li>ul {

		background-color: #fff;

		border-radius: 5px;

		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

		display: block;

		font-size: 14px;

		left: 0;

		margin: 0;

		min-width: 200px;

		opacity: 0;

		padding: 0;

		position: absolute;

		-webkit-transition: all .2s ease;

		transition: all .2s ease;

		-webkit-transform: translateY(20px);

		-ms-transform: translateY(20px);

		transform: translateY(20px);

		top: 100%;

		visibility: hidden;

		z-index: 1000;

	}

	.main-nav li .submenu::before {

		border: 7px solid #fff;

		border-color: transparent transparent #fff #fff;

		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);

		content: "";

		left: 45px;

		position: absolute;

		top: 2px;

		-webkit-transform-origin: 0 0;

		transform-origin: 0 0;

		-webkit-transform: rotate(135deg);

		transform: rotate(135deg);

	}

	.main-nav li.has-submenu:hover>.submenu {

		visibility: visible;

		opacity: 1;

		margin-top: 0;

		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

	.main-nav .has-submenu.active>a {

		color: #09dca4;

	}

	.main-nav .has-submenu.active .submenu li.active>a {

		color: #09dca4;

	}

	.main-nav>li .submenu li:first-child a {

		border-top: 0;

	}

	.main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {

		visibility: visible;

		opacity: 1;

		margin-top: -1px;

		margin-right: 0;

	}

	.main-nav>li .submenu>li .submenu {

		left: 100%;

		top: 0;

		margin-top: 10px;

	}

	.main-nav li .submenu a:hover {

		color: #09dca4;

		letter-spacing: 0.5px;

		padding-left: 20px;

	}

	.main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {

		top: 20px;

		margin-left: -35px;

		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);

		border-color: transparent #fff #fff transparent;

	}

	.header-navbar-rht li.show>.dropdown-menu {

		visibility: visible;

		opacity: 1;

		margin-top: 0;

		-webkit-transform: translateY(0);

		-ms-transform: translateY(0);

		transform: translateY(0);

	}

	.header-navbar-rht li .dropdown-menu {

		border-radius: 5px;

		padding: 0;

		margin: 0;

		min-width: 200px;

		visibility: hidden;

		opacity: 0;

		-webkit-transition: all .2s ease;

		transition: all .2s ease;

		display: block;

		-webkit-transform: translateY(20px);

		-ms-transform: translateY(20px);

		transform: translateY(20px);

	}

}



@media only screen and (max-width: 1399px) {


	.row.row-grid {

		margin-left: -8px;

		margin-right: -8px;

	}

	.row.row-grid>div {

		padding-right: 8px;

		padding-left: 8px;

		-ms-flex: 0 0 33.333333%;

		flex: 0 0 33.333333%;

		max-width: 33.333333%;

	}

}

@media only screen and (max-width: 1199px) {

	.header-nav {

		padding-left: 20px;

		padding-right: 20px;

	}

	.container-fluid {

		padding-left: 20px;

		padding-right: 20px;

	}



	.row.row-grid>div {

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;

	}




	.header-navbar-rht li.contact-item {

		display: none;

	}



}

.index-slider {
	padding-left: 6%;
	padding-right: 6%;
}

.imc-mobile {
	margin-left: 14%;
	margin-right: 10%;
}

.logo-site {
	margin-left: 10px;
	margin-right: 115px;
}

@media only screen and (max-width: 991.98px) {

	.main-nav {

		padding: 0;

		-ms-flex-direction: column;

		flex-direction: column;

		padding-left: 0;

		margin-bottom: 0;

		list-style: none;

	}

	.main-nav ul {

		background-color: #3474ac;

		display: none;

		list-style: none;

		margin: 0;

		padding-left: 0;

	}

	.main-nav>li {

		border-bottom: 1px solid #1663a6;

		margin-left: 0;

	}

	.main-nav li+li {

		margin-left: 0;

	}

	.main-nav>li>a {

		line-height: 1.5;

		padding: 15px 20px !important;

		color: #fff;

		font-size: 14px;

		font-weight: 500;

	}

	.map-responsive iframe {
		max-width: 100%;
		height: auto;
	}

	.index-slider {
		padding-left: 2%;
		padding-right: 3%;
	}


	.imc-mobile {
		margin-left: 6%;
		margin-right: 0%;
	}

	.logo-site {
		margin-left: 10px;
		margin-right: 26px;
	}

	.main-nav>li>a>i {

		float: right;

		margin-top: 5px;

	}

	.main-nav>li .submenu li a {

		border-top: 0;

		color: #fff;

		padding: 10px 15px 10px 35px;

	}

	.main-nav>li .submenu ul li a {

		padding: 10px 15px 10px 45px;

	}

	.main-nav>li .submenu>li.has-submenu>a::after {

		content: "\f078";

	}

	.main-nav .has-submenu.active>a {

		color: #09dca4;

	}

	.main-nav .has-submenu.active .submenu li.active>a {

		color: #09dca4;

	}

	.login-left {

		display: none;

	}

	.main-menu-wrapper {

		order: 3;

		width: 260px;

		position: fixed;

		top: 0;

		bottom: 0;

		left: 0;

		overflow-x: hidden;

		overflow-y: auto;

		z-index: 1060;

		transform: translateX(-260px);

		transition: all 0.4s;

		background-color: #15558d;

	}

	.menu-header {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

	}

	.navbar-header {

		-webkit-box-align: center;

		-ms-flex-align: center;

		align-items: center;

		display: -webkit-inline-box;

		display: -ms-inline-flexbox;

		display: inline-flex;

	}

	#mobile_btn {

		display: inline-block;

	}

	.section-search {

		min-height: 330px;

	}

	.section-specialities {

		padding: 50px 0;

	}

	.footer-widget {

		margin-bottom: 30px;

	}

	.chat-cont-left,
	.chat-cont-right {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

		transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;

		width: 100%;

	}


	.day-slot li.left-arrow {

		left: -10px;

	}

	.container {

		max-width: 100%;

	}

	.appointments .appointment-action {

		margin-top: 10px;


	}

	.appointments .appointment-list {

		display: block;

	}

	.banner-wrapper {

		max-width: 100%;

	}

	.search-box .search-info {

		-ms-flex: 0 0 410px;

		flex: 0 0 410px;

		width: 410px;

	}

	.banner-wrapper .banner-header h1 {

		font-size: 2.125rem;

	}



	.dr-img {

		display: none;

	}

	.search-box-3 {

		position: relative;

	}

	.header-top {

		display: none;

	}

	.search-box {

		max-width: 535px;

		margin: 0 auto;

	}

	.card-label>label {

		font-size: 12px;

	}

	.footer .footer-top {

		padding-bottom: 10px;

	}

	.time-slot li .timing.selected::before {

		display: none;

	}

	.review-listing .recommend-btn {

		float: none;

	}

	.dash-widget {

		flex-direction: unset;

		text-align: left;

	}

	.circle-bar {

		margin: 8px;

	}

	.call-wrapper {

		height: calc(100vh - 140px);

	}

	.sidebar-overlay.opened {

		display: block;

	}

	.about-content {

		margin-bottom: 30px;

	}

	.slide-image {

		padding-left: 0;

		padding-right: 0;

	}

	.custom-short-by>div {

		margin-right: 0;

	}

	.product-description .doctor-img1 {

		width: 100%;

		margin-right: 0;

		margin-bottom: 30px;

	}

	.product-description .doc-info-cont {

		width: 100%;

	}

	.product-description .doc-info-left {

		flex-wrap: wrap;

		-webkit-flex-wrap: wrap;

	}

}

@media only screen and (max-width: 849.98px) {

	.row.row-grid>div {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

	}

}

.carousel-setting {
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 767.98px) {
	.carousel-setting {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}

}

.card-box-b {
	height: 320px;
	;

}

.imc-main-text-wrp p {
	font-size: 16px;
	line-height: 22px;
	color: #0d6a8d;
	font-weight: 600;
	padding: 9px 5px;
	border-style: none;
	border-radius: 20px;
	margin-right: 33px;
	margin-left: 28px;
	text-align: center;
	font-weight: normal;
}


@media only screen and (max-width: 767.98px) {

	body {

		font-size: 0.875rem;

	}

	h1,
	.h1 {

		font-size: 2rem;

	}

	h2,
	.h2 {

		font-size: 1.75rem;

	}

	h3,
	.h3 {

		font-size: 1.375rem;

	}

	h4,
	.h4 {

		font-size: 1rem;

	}

	h5,
	.h5 {

		font-size: 0.875rem;

	}

	h6,
	.h6 {

		font-size: 0.75rem;

	}

	.content {

		padding: 15px 0 0;

	}

	.account-page .content {

		padding: 15px 0;

	}

	.container-fluid {

		padding-left: 15px;

		padding-right: 15px;

	}

	.carousel-item {

		height: auto;

		min-height: auto;

	}

	.why-choose-imc-wraper ul {
		padding: 2%;
	}

	.card-box-b {
		max-width: 308px;
		height: 264px;
		left: 89px;
	}

	.imc-mobile {
		margin-left: 9%;
		margin-right: 0%;
	}

	.imc-mobile>.col-sm-8>.row {
		width: 112%;
		height: auto;
	}

	.imc-mobile-link div {
		width: 33%;
	}

	.map-responsive iframe {
		max-width: 100%;
		height: auto;
	}

	.logo-site {
		margin-left: 10px;
		margin-right: 171px;
	}

	.copyright-main-wraper h3 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 24px;
		color: #818285;
	}

	.index-slider {
		padding-left: 5%;
		padding-right: 7%;
	}


	.card {

		margin-bottom: 20px;

	}

	.profile-sidebar {

		margin-bottom: 20px;

	}

	.patient-profile-sidebar {
		border-top: 6px solid;
		border-bottom: 6px solid;
		border-color: #0d6a8d;
		height: 520px;
		width: 303px;
		margin-top: 0px;
		border-radius: 10px;
	}

	.appointment-tab {

		margin-bottom: 20px;

	}

	.features-slider .slick-dots,
	.features-img img {

		text-align: center;

		margin: 0 auto;

	}

	.doctor-slider {

		margin-top: 25px;

	}

	.breadcrumb-bar {

		height: auto;

	}

	.login-right {

		margin: 0 15px;

		padding: 15px;

	}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {

		max-width: 250px;

	}

	.chat-window .chat-cont-right .chat-header .media .media-body {

		display: none;

	}

	.banner-wrapper .banner-header h1 {

		font-size: 2rem;

	}

	.banner-wrapper .banner-header p {

		font-size: 1rem;

	}

	.section-header h2 {

		font-size: 1.875rem;

	}

	.section-header .sub-title {

		font-size: 0.875rem;

	}

	.speicality-item p {

		font-size: 0.875rem;

	}

	.section-header p {

		font-size: 0.9375rem;

	}

	.footer-title {

		font-size: 1.125rem;

	}

	.search-box {

		max-width: 540px;

		margin: 8px auto;
		text-align: left;

	}

	.search-box form {

		-ms-flex-direction: column;

		flex-direction: column;

		word-wrap: break-word;

		background-clip: border-box;

	}

	.search-box .search-location {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		width: 100%;

	}

	.search-box .search-info {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		width: 100%;

	}

	.search-box .search-btn {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		min-height: 46px;

		width: 100%;

	}

	.search-box .search-btn span {

		display: inline-block;

		margin-left: 5px;

		text-transform: uppercase;

	}

	.section-search {

		background: #f9f9f9;

	}

	.day-slot li span {

		font-size: 16px;

		text-transform: unset;

	}

	.time-slot li .timing span {

		display: block;

	}

	.submit-section.proceed-btn {

		margin-bottom: 20px;

	}

	.day-slot li small.slot-year {

		display: none;

	}

	.success-cont h3 {

		font-size: 22px;

	}

	.view-inv-btn {

		font-size: 14px;

		padding: 10px 30px;

	}

	.invoice-info.invoice-info2 {

		text-align: left;

	}

	.invoice-item .invoice-details {

		text-align: left;

	}

	.section-search,
	.section-doctor,
	.section-features {

		padding: 50px 0;

	}

	.slick-next {

		right: -10px;

	}

	.slick-prev {

		left: 0%;

	}

	.specialities-slider .slick-slide {

		margin-right: 15px;

	}

	.about-content a {

		padding: 12px 20px;

	}

	.submit-section .submit-btn {

		padding: 10px 20px;

		font-size: 15px;

		min-width: 105px;

	}

	.policy-menu {

		margin-top: 10px;

		text-align: left;

	}

	.booking-doc-info .booking-doc-img {

		width: 75px;

	}

	.booking-doc-info .booking-doc-img img {

		height: 75px;

		width: 75px;

	}

	.btn.btn-danger.trash {

		margin-bottom: 20px;

	}

	.nav-tabs.nav-tabs-bottom>li>a.active,
	.nav-tabs.nav-tabs-bottom>li>a.active:hover,
	.nav-tabs.nav-tabs-bottom>li>a.active:focus {

		background-color: #f5f5f5;

	}

	.nav-tabs.nav-justified {

		border-bottom: 1px solid #ddd;

	}

	.nav-tabs.nav-justified>li>a.active,

	.nav-tabs.nav-justified>li>a.active:hover,

	.nav-tabs.nav-justified>li>a.active:focus {

		border-color: transparent transparent transparent #0d6a8d;

		border-left-width: 2px;

	}

	.nav-tabs {

		border-bottom: 0;

		position: relative;

		background-color: #fff;

		padding: 5px 0;

		border: 1px solid #ddd;

		border-radius: 3px;

	}

	.nav-tabs .nav-item {

		margin-bottom: 0;

	}

	.nav-tabs>li>a {


		border-left: 2px #0d6a8d;
		border-right: 2px #0d6a8d;

	}

	.nav-tabs .nav-link {

		border-width: 2px;

	}

	.nav-tabs>li>a:hover,

	.nav-tabs>li>a:focus {

		background-color: #fafafa;

	}

	.nav-tabs .nav-item.show .nav-link,

	.nav-tabs .nav-link.active,

	.nav-tabs>li>a.active,

	.nav-tabs>li>a.active:hover,

	.nav-tabs>li>a.active:focus {

		border-color: transparent transparent transparent #0d6a8d !important;

		border-left-width: 2px;

	}

	.nav-tabs>li.open:not(.active)>a,

	.nav-tabs>li.open:not(.active)>a:hover,

	.nav-tabs>li.open:not(.active)>a:focus {

		background-color: #fafafa;

	}

	.nav-tabs.nav-tabs-solid {

		padding: 5px;

	}

	.nav-tabs.nav-tabs-solid.nav-tabs-rounded {

		border-radius: 5px;

	}

	.nav-tabs.nav-tabs-solid>li>a {

		border-left-width: 0 !important;

	}

	.nav-tabs-justified {

		border-bottom: 1px solid #ddd;

	}

	.nav-tabs-justified>li>a.active,

	.nav-tabs-justified>li>a.active:hover,

	.nav-tabs-justified>li>a.active:focus {

		border-width: 0 0 0 2px;

		border-left-color: #0d6a8d;

	}

	.user-tabs {

		margin-top: 1.5rem;

	}

	.user-tabs .nav-tabs>li>a {

		border-left: 2px solid transparent;

		border-bottom: 0;

		padding: .5rem 1rem;

	}

	.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active,

	.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover,

	.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus {

		border-left-width: 2px;

		color: #0d6a8d;

	}

	.doctor-widget {

		-ms-flex-direction: column;

		flex-direction: column;

		text-align: center;

	}

	.doc-info-right {

		margin-left: 0;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

	}

	.doc-info-left {

		-ms-flex-direction: column;

		flex-direction: column;

	}

	.clinic-services {

		display: none;

	}

	.doctor-img {

		margin: 0 auto 20px;

	}

	.doctor-action {

		justify-content: center;

		-webkit-justify-content: center;

		-ms-flex-pack: center;

	}

	.row.row-grid>div {

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;

	}

	.breadcrumb-bar .breadcrumb-title {

		font-size: 18px;

	}

	.dash-widget {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.dct-border-rht {

		border-bottom: 1px solid #f0f0f0;

		border-right: 0;

		margin-bottom: 20px;

		padding-bottom: 40px;

	}

	.dash-widget h6 {

		font-size: 15px;

	}




	.dash-widget p {

		font-size: 13px;

	}

	.doctor-widget .doc-name {

		font-size: 18px;

	}

	.exp-title,
	.booking-total ul li span,
	.booking-total ul li .total-cost {

		font-size: 14px;

	}

	.invoice-item .customer-text {

		font-size: 16px;

	}

	.call-wrapper {

		height: calc(100vh - 115px);

	}

	.appointment-tab .nav-tabs {

		padding: 1.5rem;

	}

	.submit-btn-bottom {

		margin-bottom: 20px;

	}

	.service-list ul li {

		width: 50%;

	}

	.grid-blog .blog-title {

		min-height: inherit;

	}

	.blog-title {

		font-size: 20px;

	}

	.blog-view .blog-title {

		font-size: 22px;

	}

	.full-slide-home .slick-prev {

		left: 15px;

	}

	.full-slide-home .slick-next {

		right: 15px;

	}

	.search-box1 form p {

		margin-bottom: 15px !important;

	}

	.search-box1 .search-location1 {

		margin-right: 0;

		margin-bottom: 15px;

	}

	.product-description .doctor-widget {

		text-align: left;

	}

	.pharmacy-home-slider .swiper-button-prev,

	.pharmacy-home-slider .swiper-button-next {

		display: none;

	}

}




.imc-mobile-link {
	margin-right: 1%;
	margin-left: 1%;
}

.inner-content {
	margin-right: 1%;
	margin-left: 1%;
}

@media only screen and (max-width: 575.98px) {

	body {

		font-size: 0.8125rem;

	}

	h1,
	.h1 {

		font-size: 1.75rem;

	}

	h2,
	.h2 {

		font-size: 1.5rem;

	}

	h3,
	.h3 {

		font-size: 1.25rem;


	}

	h4,
	.h4 {

		font-size: 1rem;

	}

	h5,
	.h5 {

		font-size: 0.875rem;

	}

	h6,
	.h6 {

		font-size: 0.75rem;

	}

	.card img {

		margin: 2%;
		max-width: 94%;
		height: auto;

	}

	.why-choose-imc-wraper ul li {
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 3%;
	}

	.doctor-slider {
		padding: 0%;

	}

	.card-box-b {
		padding: 0%;
		margin-left: -27%;

	}

	.imc-mobile {
		margin-left: 3%;
		margin-right: 4%;
	}

	.imc-mobile-link {
		margin-right: 0%;

	}

	.imc-mobile-link div {
		width: 65%;
	}

	.mobile-application-image {
		padding-top: 17%;
		padding-right: 0%;
		padding-left: 9%;
	}

	.logo-site {
		margin-left: 10px;
		margin-right: 10px;
	}

	.inner-content {
		margin-right: 0%;
		margin-left: -3%;
	}

	.copyright-main-wraper h3 {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 22px;
		color: #818285;
	}

	.sitemap-main-wraper h3 {

		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 22px;

		color: #818285;
	}

	.card-body {

		padding: 1.25rem;

	}

	.card-header {

		padding: .75rem 1.25rem;

	}

	.card-footer {

		padding: .75rem 1.25rem;

	}

	.header-nav {

		padding-left: 15px;

		padding-right: 15px;

	}

	.header-navbar-rht {}

	.main-nav li.login-link {

		display: block;

	}

	.navbar-header {

		width: 100%;

	}

	#mobile_btn {

		left: 0;

		margin-right: 0;

		padding: 0 15px;

		position: absolute;

		z-index: 99;

	}

	.navbar-brand.logo {

		width: 100%;

		text-align: center;

		margin-right: 0;

	}

	.navbar-brand.logo img {

		margin-top: 10px;
		margin-left: -136px;
		width: 209px;
	}

	.search-box form {

		display: block;

	}

	.search-box .search-location {

		width: 100%;

		-ms-flex: none;

		flex: none;

	}

	.search-box .search-info {

		width: 100%;

		-ms-flex: none;

		flex: none;
		font-size: 14px;
		text-align: left;

	}

	.banner-wrapper .banner-header h1 {

		font-size: 28px;

	}

	.slick-next {

		right: -14px;

	}

	.section-header h2 {

		font-size: 1.5rem;

	}

	.section-header .sub-title {

		font-size: 0.875rem;

	}

	.speicality-item p {

		font-size: 0.875rem;

	}

	.section-header p {

		font-size: 0.9375rem;

	}

	.footer-title {

		font-size: 1.125rem;

	}

	.booking-schedule.schedule-widget {

		overflow-x: auto;

	}

	.booking-schedule.schedule-widget>div {

		width: 730px;

	}

	.booking-schedule .day-slot ul {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

	}

	.booking-schedule .day-slot li {

		-ms-flex: 0 0 100px;

		flex: 0 0 100px;

		width: 100px;

	}

	.booking-schedule .time-slot ul {

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;

	}

	.booking-schedule .time-slot li {

		-ms-flex: 0 0 100px;

		flex: 0 0 100px;

		width: 100px;

	}

	.booking-schedule .time-slot li .timing span {

		display: inline-block;

	}

	.booking-schedule .day-slot li.right-arrow {

		right: -20px;

	}

	.booking-doc-info .booking-doc-img {

		width: 70px;

	}

	.booking-doc-info .booking-doc-img img {

		height: 70px;

		width: 70px;

	}

	.voice-call-avatar .call-avatar {

		height: 80px;

		width: 80px;

	}

	.call-duration {

		display: block;

		margin-top: 0;

		margin-bottom: 10px;

		position: inherit;

	}

	.end-call {

		margin-top: 10px;

		position: inherit;

	}

	.user-tabs .med-records {

		min-width: 110px;

	}

	.pagination-lg .page-link {

		font-size: 1rem;

		padding: 0.5rem 0.625rem;

	}

	.row.row-grid>div {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		max-width: 100%;

	}

	.edit-link {

		font-size: 14px;

		margin-top: 2px;

	}

	.invoice-content {

		padding: 1.25rem;

	}

	.change-avatar .profile-img img {

		height: 80px;

		width: 80px;

	}

	.submit-btn-bottom {

		margin-bottom: 0.9375rem;

	}

	.service-list ul li {

		width: 100%;

	}

	.blog {

		padding: 1.25rem;

	}

	.blog-title {

		font-size: 18px;

	}

	.blog-view .blog-title {

		font-size: 20px;

	}

	.blog-info i {

		font-size: 14px;

	}



	.blog-comments .comments-list li img.avatar {

		border-radius: 40px;

		height: 40px;

		width: 40px;

	}

	.blog-comments .comments-list li {

		padding: 10px 0 0 50px;

	}

	.read-more {

		font-size: 14px;

	}

}



@media only screen and (max-width:479px) {

	.section-search {

		min-height: 410px;

		padding: 30px 15px;

	}

	.specialities-slider .slick-slide {

		margin-right: 10px;

	}

	.speicality-img {

		width: 120px;

		height: 120px;

	}

	.speicality-img img {

		width: 50px;

	}

	.clinic-booking a.view-pro-btn {

		width: 100%;

		margin-bottom: 15px;

	}

	.clinic-booking a.apt-btn {

		width: 100%;

	}


	.section-features,
	.section-features,
	.section-specialities {

		background-color: #fff;

		padding: 30px 0;

	}

	.login-header h3 a {

		color: #0de0fe;

		float: none;

		font-size: 15px;

		margin-top: 10px;

		text-align: center;

		display: block;

	}

	.login-header h3 {

		text-align: center;

	}

	.appointments .appointment-list {

		text-align: center;

	}

	.appointment-list .profile-info-widget {

		-ms-flex-direction: column;

		flex-direction: column;

	}

	.appointment-list .profile-info-widget {

		text-align: center;

	}

	.appointment-list .profile-info-widget .booking-doc-img {

		margin: 0 0 15px;

	}

	.appointment-list .profile-info-widget .booking-doc-img img {

		border-radius: 50%;

		height: 100px;

		width: 100px;

	}

	.appointment-list .profile-det-info {

		margin-bottom: 15px;

	}

	.appointments .appointment-action {

		margin-top: 0;

	}

	.user-tabs .nav-tabs .nav-item {

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

	}

	.review-listing .recommend-btn span {

		display: block;

		margin-bottom: 10px;

	}

	.review-listing>ul li .comments-reply {

		margin-left: 0;

	}

	.schedule-nav .nav-tabs li {

		display: block;

		-ms-flex: 0 0 100%;

		flex: 0 0 100%;

		margin-right: 0;

	}

	.fc-header-toolbar .fc-left {

		margin-bottom: 10px;

	}

	.fc-header-toolbar .fc-right {

		margin-bottom: 10px;

	}

}

.dabutton:focus {
	background-color: #0d6a8d;
	border: dotted;
	color: white;
}

.btn-outline-color {
	width: 10%;
	height: 20%;
	margin-bottom: 2%;
}

.btn-outline-color:hover {
	background-color: #0d6a8d;
	border-color: inherit;
}


@media only screen and (max-width: 600px) {

	.btn-outline-color {
		width: 10%;
		height: 15%;
		margin-bottom: 2%;
	}

	.btn-outline-color:hover {
		background-color: #0d6a8d;
		border-color: initial;
	}
}


@media (min-width: 768px) {
	.btn-outline-color {
		width: 12%;
		height: 15%;
		margin-bottom: 2%;
	}

	.btn-outline-color:hover {
		background-color: #0d6a8d;
		border-color: initial;
	}
}