@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900';
@import 'https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap';
@font-face {
	font-family: material icons;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	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')
}

:root{
	--run-red : #106166;
    --run-silver :#cbcbcb;
    --run-cyan : #54cfd5;
    --run-green : #106166;
}
::selection {
	background: var(--run-red);
	color: white;
}
::-moz-selection {
	background: var(--run-red);
	color: white;
}
.material-icons {
	font-family: material icons;
	font-weight: 400;
	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: #fff;
	color: #272b41;
	font-family: poppins, sans-serif;
	font-size: .9375rem;
	height: 100%;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272b41;
	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: .875rem
}

a {
	color: #2e3842
}

a:hover {
	color: var(--run-red)
}

a,
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 0 1000px #fff inset!important
} */

input,
button,
a {
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .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
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

.form-control {
	border: 1px solid #c4c4c4;
	color: #000;
	font-size: 15px;
	min-height: 46px;
	padding: 6px 15px
}

.table .form-control {
	font-size: 14px;
	min-height: 38px
}

.container-fluid {
	padding-left: 30px;
	padding-right: 30px
}

.form-control::-webkit-input-placeholder {
	color: #858585;
	font-size: 14px
}

.form-control::-moz-placeholder {
	color: #858585;
	font-size: 14px
}

.form-control:-ms-input-placeholder {
	color: #858585;
	font-size: 14px
}

.form-control::-ms-input-placeholder {
	color: #858585;
	font-size: 14px
}

.form-control::placeholder {
	color: #858585;
	font-size: 14px
}

.list-group-item {
	border: 1px solid #f0f0f0
}

.content {
	min-height: 200px;
	/* padding: 30px 0; */
}

.form-group {
	margin-bottom: 1rem
}

.form-control[type=file] {
	min-height: auto
}

.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 a:hover {
	color: var(--run-red)
}

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, .03)
}

.table thead tr th {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.table tbody tr:last-child {
	border-color: transparent
}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #272b41;
	border-radius: 35px;
	align-items: center;
}

.btn.btn-rounded {
	border-radius: 50px
}

.bg-primary,
.badge-primary {
	background-color: #09e5ab!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: var(--run-red)!important
}

.bg-success,
.badge-success {
	background-color: var(--run-silver)!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: var(--run-silver)!important
}

.bg-info,
.badge-info {
	background-color: var(--run-cyan)!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1!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-primary,
.dropdown-menu>li>a.text-primary {
	color: var(--run-red)!important
}

.text-success,
.dropdown-menu>li>a.text-success {
	color:  var(--run-silver)!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: var(--run-green);
	border: 1px solid var(--run-green);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-color: #ffffff;
	border: 1px solid var(--run-green);
	color: var(--run-green);
}

.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: var(--run-red);
	border: 1px solid var(--run-red)
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
	background-color: var(--run-red);
	border-color: var(--run-red);
	color: #fff
}

.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: var(--run-red);
	border-color: var(--run-red);
	color: #fff
}

.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: var(--run-cyan);
	border: 1px solid var(--run-cyan);
}

.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: #09e5ab;
	border-color: #09e5ab
}

.btn-outline-primary:hover {
	background-color: #09e5ab;
	border-color: #09e5ab
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: var(--run-red);
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: var(--run-red);
	border-color: var(--run-red)
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-success {
	color: #00e65b;
	border-color: #00e65b
}

.btn-outline-success:hover {
	background-color: #00e65b;
	border-color: #00e65b
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: none
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #00e65b;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	background-color: #00e65b;
	border-color: #00e65b
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-info {
	color: #009efb;
	border-color: #009efb
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #009efb;
	border-color: #009efb
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #009efb
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-warning {
	color: #ffbc34;
	border-color: #ffbc34
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-danger {
	color: #ff0100;
	border-color: #ff0100
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0100;
	border-color: #ff0100
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: none
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #ff0100
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	background-color: #ff0100;
	border-color: #ff0100
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none
}

.btn-outline-light {
	color: #ababab;
	border-color: #e6e6e6
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ababab
}

.btn-one {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: encode sans, sans-serif;
	padding: 10px 30px;
	text-align: center;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 5px;
	min-width: 110px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn-one:hover {
	color: var(--run-red);
	border: 1px solid var(--run-red);
	background: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn-one-light {
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 0 #09e5ab;
	border-radius: 5px;
	min-width: 110px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn-one-light:hover {
	color: var(--run-red);
	border: 1px solid #09e5ab;
	background: #09e5ab;
	box-shadow: inset 0 50px 0 0 #09e5ab;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn-two {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: encode sans, sans-serif;
	padding: 10px 30px;
	text-align: center;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 #fff;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative
}

.btn-two:hover {
	color: #242424;
	border: 1px solid #242424;
	background: #fff;
	box-shadow: inset 210px 0 0 0 #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.theme-btn {
	display: inline-block;
	background: #fff;
	border: 1px solid var(--run-red);
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.theme-btn.btn-four {
	color: #fff;
	background: var(--run-red)
}

.theme-btn.btn-four:hover {
	color: var(--run-red);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.theme-btn.btn-four:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	content: "";
	background-color: #fff;
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.theme-btn.btn-four:hover:after {
	width: 100%;
	left: 0;
	right: auto;
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.theme-btn.btn-four-light {
	color: var(--run-red);
	border: 1px solid var(--run-red);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.theme-btn.btn-four-light:hover {
	border: 1px solid var(--run-red);
	color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease
}

.theme-btn.btn-four-light:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.theme-btn.btn-four-light:hover:after {
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.theme-btn.btn-four-light:after {
	background: var(--run-red)
}

.btn-five {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	text-align: center;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 #fff;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative
}

.btn-five:hover {
	color: #48A14D;
	border: 1px solid #48A14D;
	background: #fff;
	box-shadow: inset 210px 0 0 0 #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn-five-light {
	font-size: 15px;
	font-weight: 600;
	color: #48A14D;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #48A14D;
	box-shadow: inset 0 0 0 var(--run-red);
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative
}

.btn-five-light:hover {
	color: #fff;
	border: 1px solid var(--run-red);
	background: var(--run-red);
	box-shadow: inset 210px 0 0 0 var(--run-red);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.btn-six {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	text-align: center;
	background: #48A14D;
	border: 1px solid #48A14D;
	box-shadow: inset 0 0 0 #fff;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative
}

.btn-six:hover {
	color: #48A14D;
	border: 1px solid #48A14D;
	background: #fff;
	box-shadow: inset 210px 0 0 0 #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.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: var(--run-cyan);
	border-color: var(--run-cyan)
}

.pagination>li>a,
.pagination>li>span {
	color: var(--run-cyan)
}

.page-link:hover {
	color: var(--run-cyan)
}

.page-link:focus {
	box-shadow: unset
}

.page-item.active .page-link {
	background-color: var(--run-cyan);
	border-color: var(--run-cyan)
}

.dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	box-shadow: inherit;
	font-size: 14px;
	transform-origin: left top 0
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--run-red)
}

.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background-color: #fff
}

.card {
	border: unset;
	border-radius: 12px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	margin-bottom: 15px;
}

.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: var(--run-cyan);
	text-shadow: unset
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: var(--run-red)
}

.bg-info-light {
	background-color: rgba(2, 182, 179, .12)!important;
	color: #1db9aa!important
}

.bg-primary-light {
	background-color: rgba(17, 148, 247, .12)!important;
	color: #2196f3!important
}

.bg-danger-light {
	background-color: rgba(242, 17, 54, .12)!important;
	color: #e63c3c!important
}

.bg-warning-light {
	background-color: rgba(255, 152, 0, .12)!important;
	color: #f39c12!important
}

.bg-success-light {
	background-color: rgba(15, 183, 107, .12)!important;
	color: #26af48!important
}

.bg-purple-light {
	background-color: rgba(197, 128, 255, .12)!important;
	color: #c580ff!important
}

.bg-default-light {
	background-color: rgba(40, 52, 71, .12)!important;
	color: #283447!important
}

.text-xs {
	font-size: .75rem!important
}

.text-sm {
	font-size: .875rem!important
}

.text-lg {
	font-size: 1.25rem!important
}

.text-xl {
	font-size: 1.5rem!important
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0
}

.form-group {
	margin-bottom: 1.25rem
}

.slider-btn {
	background: var(--run-red);
	color: #fff;
	border: 1px solid var(--run-red);
	padding: 8px 16px!important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.slider-btn:hover {
	background: #fff;
	color: var(--run-red);
	border: 1px solid #fff;
	padding: 8px 16px!important
}

.slider-btn-1 {
	color: #fff;
	border: 1px solid #0d2b77;
	background: #2e3842;
	padding: 8px 16px!important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.slider-btn-1:hover {
	color: #2e3842;
	border: 1px solid #fff;
	background: #fff;
	padding: 8px 16px!important
}


.select2-container .select2-selection--single {
	border: unset;
	height: 46px
}

.index-search .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 46px;
	right: 0;
	top: 21px;
	opacity: 0;
}

.find-doctors {
	padding : 40px 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 20px;
	padding-left: 60px;
	text-align: left;
}

.mobile-filter .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 20px;
	padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 46px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--run-red);
	color: #fff
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #000;
	min-height: 40px
}

.select2-container--default .select2-selection--single {
	border-radius: 5px
}

.nav-tabs {
	border-bottom: 1px solid #f0f0f0
}

.card-header-tabs {
	border-bottom: 0
}

.nav-tabs>li>a {
	margin-right: 0;
	color: #888;
	border-radius: 0
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	border-color: transparent;
	color: #272b41
}

.nav-tabs.nav-tabs-solid>li>a {
	color: #272b41
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
	background-color: var(--run-cyan);
	border-color: var(--run-cyan);
	color: #fff
}

.tab-content {
	padding-top: 20px
}

.nav-tabs .nav-link {
	border-radius: 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: #eee;
	border-color: transparent;
	color: #272b41
}

.nav-tabs.nav-justified>li>a {
	border-radius: 0;
	margin-bottom: 0
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a:focus {
	border-bottom-color: #ddd
}

.nav-tabs.nav-justified.nav-tabs-solid>li>a {
	border-color: transparent
}

.nav-tabs.nav-tabs-solid>li>a {
	color: #272b41
}

.nav-tabs.nav-tabs-solid>li>a.active,
.nav-tabs.nav-tabs-solid>li>a.active:hover,
.nav-tabs.nav-tabs-solid>li>a.active:focus {
	background-color: var(--run-cyan);
	border-color: var(--run-cyan);
	color: #fff
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a {
	border-radius: 50px
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:focus {
	border-radius: 50px
}

.nav-tabs-justified>li>a {
	border-radius: 0;
	margin-bottom: 0
}

.nav-tabs-justified>li>a:hover,
.nav-tabs-justified>li>a:focus {
	border-bottom-color: #ddd
}

.nav-tabs-justified.nav-tabs-solid>li>a {
	border-color: transparent
}

.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified.nav-tabs-top>li>a,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover,
.nav-tabs.nav-justified.nav-tabs-top>li>a:focus {
	border-width: 2px 0 0
}

.nav-tabs.nav-tabs-top>li {
	margin-bottom: 0
}

.nav-tabs.nav-tabs-top>li>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
	border-width: 2px 0 0
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:hover,
.nav-tabs.nav-tabs-top>li>a:focus {
	border-top-color: #ddd
}

.nav-tabs.nav-tabs-top>li+li>a {
	margin-left: 1px
}

.nav-tabs.nav-tabs-top>li>a.active,
.nav-tabs.nav-tabs-top>li>a.active:hover,
.nav-tabs.nav-tabs-top>li>a.active:focus {
	border-top-color: var(--run-cyan)
}

.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: var(--run-green);
	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
}

.nav-tabs.nav-tabs-solid {
	background-color: #fafafa;
	border: 0
}

.nav-tabs.nav-tabs-solid>li {
	margin-bottom: 0;
	margin-left: auto;
}

.nav-tabs.nav-tabs-solid>li>a {
	border-color: transparent
}

.nav-tabs.nav-tabs-solid>li>a:hover,
.nav-tabs.nav-tabs-solid>li>a:focus {
	background-color: #f5f5f5
}

.nav-tabs.nav-tabs-solid>.open:not(.active)>a {
	background-color: #f5f5f5;
	border-color: transparent
}

.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd
}

.nav-tabs-justified.nav-tabs-top>li>a,
.nav-tabs-justified.nav-tabs-top>li>a:hover,
.nav-tabs-justified.nav-tabs-top>li>a:focus {
	border-width: 2px 0 0
}

.modal {
	-webkit-overflow-scrolling: touch
}

.modal-footer.text-center {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.modal-footer.text-start {
	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: 0;
	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 .close:not(:disabled):not(.disabled):focus,
.custom-modal .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

.custom-modal .modal-title {
	font-size: 20px
}

.modal-backdrop.show {
	opacity: .4;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms
}

.modal .card {
	box-shadow: unset
}

.custom-medicalrecord-modal .modal-header {
	margin: 1.5rem 1.5rem 0;
	padding: 0 0 1rem;
	border-color: #e5e5e5
}

.custom-medicalrecord-modal .form-control,
.custom-medicalrecord-modal .select2-container .select2-selection--single,
.custom-medicalrecord-modal .bootstrap-tagsinput {
	background-color: #f5f5f7;
	border-color: #f5f5f7
}

.upload-medical-records {
	position: relative
}

.upload-medical-records input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.upload-medical-records .dropzone {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	min-height: 180px
}

.upload-medical-records .dropzone h5,
.upload-medical-records .dropzone h6 {
	color: #7c7c7c;
	margin-bottom: 3px
}

.upload-medical-records .dropzone h6 span {
	text-decoration: underline
}

.upload-file-value {
	margin-top: 25px;
	color: #4c4c4c
}

.custom-medicalrecord-modal .bootstrap-tagsinput.focus {
	border-color: #f5f5f7
}

.custom-medicalrecord-modal .bootstrap-tagsinput .tag {
	margin-bottom: 0;
	border-radius: 50px;
	background-color: #e8f4ff!important;
	border-color: #e8f4ff;
	color: #11549a;
	font-weight: 500;
	padding: 9px 15px
}

.custom-medicalrecord-modal .bootstrap-tagsinput .tag [data-role=remove] {
	background-color: #f5faff;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 13px;
	line-height: 20px
}

.custom-medicalrecord-modal .submit-btn {
	min-width: 300px
}

.comp-header {
	margin-bottom: 1.875rem
}

.comp-header .comp-title {
	color: #272b41
}

.line {
	background-color: var(--run-cyan);
	height: 2px;
	margin: 0;
	width: 60px
}

.comp-buttons .btn {
	margin-bottom: 5px
}

.pagination-box .pagination {
	margin-top: 0
}

.comp-dropdowns .btn-group {
	margin-bottom: 5px
}

.progress-example .progress {
	margin-bottom: 1.5rem
}

.progress-xs {
	height: 4px
}

.progress-sm {
	height: 15px
}

.progress.progress-sm {
	height: 6px
}

.progress.progress-md {
	height: 8px
}

.progress.progress-lg {
	height: 18px
}

.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
}

.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%;
	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, .2);
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: #fff;
	z-index: 999
}

.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: teal;
	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: monospace;
	font-size: 25px;
	line-height: 0.5;
	opacity: .75;
	color: #383838;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 700;
}

.slick-prev {
	left: 0;
	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: 0
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '>'
}

[dir=rtl] .slick-next:before {
	content: '>'
}

.pharmacy-home-slider {
	position: relative
}

.pharmacy-home-slider .swiper-container {
	position: relative;
	padding: 0!important;
	height: 450px;
	min-height: inherit
}

.pharmacy-home-slider .swiper-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(13, 13, 13, .33)
}

.pharmacy-home-slider .banner-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	padding: 0 15px;
	z-index: 999
}

.pharmacy-home-slider .banner-wrapper .banner-header h1,
.pharmacy-home-slider .banner-wrapper .banner-header p,
.pharmacy-home-slider .search-box .form-text {
	color: #fff
}

.pharmacy-home-slider img {
	max-width: 100%;
	height: 100%
}

.pharmacy-home-slider .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding: 20px
}

.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: -31px;
	font-size: 14px;
	z-index: 1;
	background: white;
	width: fit-content;
	padding: 0 11px;
}

.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: 400;
	line-height: 38px
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fc6075
}

.nav-transparent {
	background-color: transparent!important;
	border-bottom: 0!important
}

.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-between;
	position: relative;
	height: 110px;
	padding: 0px 0px;
	margin-bottom: 0;
	justify-content: space-between;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0
}

.main-nav>li.active>a {
	color: var(--run-red)
}

.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; */
}
.logo img {
	height: 50px;
    width: 100%;
}
.header-contact-img {
	display: inline-block
}

.header-contact-img i {
	color: rgba(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;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.header-navbar-rht li:last-child {
	padding-right: 0
}

.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.header-navbar-rht .dropdown-toggle::after {
	display: none
}

.header-navbar-rht li .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 77px;
	border: 7px solid #fff;
	border-color: transparent transparent #fff #fff;
	-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, .1)
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px
}

.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: var(--run-cyan);
	border-color: var(--run-cyan);
	color: #fff;
	box-shadow: inset 0 50px 0 0 var(--run-cyan);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.header-navbar-rht li .dropdown-menu a:hover {
	color: var(--run-red);
	letter-spacing: .5px;
	padding-left: 20px;
	background-color: #fff
}

.header-navbar-rht li a.header-login {
	background: #fff0;
	border: 2px solid var(--run-cyan);
	border-radius: 4px;
	padding: 5px 15px !important;
	box-shadow: inset 0 0 0 0 var(--run-cyan);
	text-align: center;
	font-size: 15px;
	color: var(--run-cyan);
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

/* .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 .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 7px;
} */

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.header-trans.header-five .main-menu-wrapper {
	margin-left: 40px
}

.header-trans.header-trans-two .main-menu-wrapper {
	margin-left: 40px
}

.header-trans.header-trans-two .header-navbar-rht li a.header-login.white-bg {
	background-color: #fff;
	color: #28daf4;
	border: 1px solid #28daf4;
	font-size: 12px
}

.blue-font>li>a {
	color: #2a85d1;
	text-transform: uppercase
}

.header-trans.header-five .header-navbar-rht li a.header-login.white-bg {
	background-color: #fff;
	color: #28daf4;
	border: 1px solid #28daf4;
	font-size: 12px
}

.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, .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: 38px;
	object-fit: cover;
	width: 38px;
	/* border: 1px dashed red; */
}

.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;
	top: 100%;
	right: -60px;
	left: auto
}

.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: var(--run-red)
}

.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: #09e5ab;
	border-radius: 2px;
	color: #272b41;
	font-size: 10px;
	font-style: normal;
	padding: 0 5px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -10px;
	right: -10px
}

.header-top {
	display: flex;
	background: var(--run-red);
	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: var(--run-red);
	padding: 40px 20px;
	border-radius: 10px;
	margin-top: -50px;
	position: absolute
}

.search-box .form-group {
	margin-bottom: 0
}

.header-trans-two {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 9999;
	background: #fff!important
}

.header-trans-two .header-nav {
	background: 0 0;
	border-bottom: 1px solid #eef2ff
}

.header-trans-two .main-menu-wrapper {
	margin-left: auto
}

.header-trans-two .header-contact-img i {
	color: #1c5b90;
	font-size: 14px
}

.header-trans-two .header-contact-detail p.contact-info-header {
	color: #1c5b90
}

.header-trans-two .header-navbar-rht li a.header-login {
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background: var(--run-red);
	box-shadow: 0 4px 4px rgb(189 189 189/25%);
	border-radius: 47px;
	border: 0
}

.header-trans {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 9999;
	background: 0 0
}

.header-trans .header-nav {
	background: 0 0;
	border-bottom: 1px solid #eef2ff
}

.header-trans .main-menu-wrapper {
	margin-left: auto
}

.header-trans .header-contact-img i {
	color: #1c5b90;
	font-size: 14px
}

.header-trans .header-contact-detail p.contact-info-header {
	color: #1c5b90
}

.header-trans .header-navbar-rht li a.header-login {
	text-align: center;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background: var(--run-red);
	box-shadow: 0 4px 4px rgb(189 189 189/25%);
	border-radius: 47px;
	border: 0
}

.header-trans .header-navbar-rht li a.header-login.white-bg {
	background-color: #fff;
	color: #2264c5
}

.header-trans .header-navbar-rht li {
	border-right: 2px solid #fff;
	height: 20px;
	padding-right: 15px
}

.header-navbar-rht.right-menu li {
	border-right: 0
}

.right-menu .header-contact-detail p.contact-info-header {
	color: #fff
}

.right-menu .header-contact-img i {
	width: 30px;
	background-color: #fff;
	height: 30px;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	font-size: 11px;
	color: #1860ca;
	border: 2px solid #acc9f5
}

.right-menu li a.header-login {
	width: 120px;
	padding: 10px!important
}

.header-trans .header-navbar-rht li:last-child {
	border-right: 0;
	padding-left: 15px
}

.header-navbar-rht.right-menu li:last-child {
	border-right: 0;
	padding: 0
}

.header-four .header-nav {
	background-color: #2264c5;
	border: none
}

.header-four .nav-item {
	line-height: 60px;
	align-items: center;
	display: flex
}

.header-four .nav-item a.header-login {
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 10px 15px!important;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 20px
}

.header-four .nav-item a.header-login i {
	font-size: 14px;
	margin: 0;
	margin-right: 3px
}

.nav-bg-two .main-nav .has-submenu.active .submenu li.active>a {
	color: var(--run-red)
}

.nav-bg-two .main-nav li .submenu a:hover {
	color: var(--run-red);
	letter-spacing: .5px;
	padding-left: 20px
}

.nav-bg-two .main-nav .has-submenu.active>a {
	color: var(--run-red)
}

.sidebar-overlay {
	background-color: rgba(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: #f9f9f9;
	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: var(--run-red);
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px
}

.bar-icon-one span {
	background-color: #000
}

.bar-icon span:nth-child(2) {
	width: 16px
}

.bar-icon span:nth-child(3) {
	margin-bottom: 0
}

.blue-bar span {
	background-color: var(--run-red)
}

#mobile_btn {
	display: none;
	margin-right: 30px
}

html.menu-opened body {
	overflow: hidden
}

.footer {
	/*! padding: 30px 0 0; */
	background-color: #15558d;
}

.footer .footer-top {
	padding: 40px 0
}
.footer .footer-widget .footer-logo h5 {
	font-size: 35px;
    color: white;
    font-weight: 500;
}

.footer.custom-footer .footer-top {
	padding: 60px 0
}

.footer.custom-footer .footer-bottom .copyright {
	border-top: 1px solid #0f4d84
}

.footer.custom-footer .copyright-text span {
	color: var(--run-red)
}

.footer-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: capitalize
}

.footer .footer-widget.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	outline: none
}

.footer .footer-widget .footer-logo {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer .footer-widget .footer-about-content p {
	color: #fff
}

.footer .footer-widget .footer-about-content p:last-child {
	margin-bottom: 0
}

.footer .footer-menu ul li {
	margin-bottom: 10px;
	position: relative
}

.footer .footer-menu ul li:last-child {
	margin-bottom: 0
}

.footer .footer-menu ul li a {
	color: #fff;
	font-size: 15px;
	position: relative;
	transition: all .4s ease 0s
}

.footer .footer-widget.footer-menu ul li a:hover {
	color: #fff;
	letter-spacing: .5px;
	padding-left: 7px;
}



.footer-contact-info {
	color: #fff;
	font-size: 15px
}

.footer-contact-info .footer-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer-contact-info .footer-address span {
	margin-right: 20px
}

.footer-contact-info .footer-address span i.fa-map-marker-alt {
	font-size: 20px
}

.footer-contact-info p i {
	margin-right: 15px
}

.footer .footer-bottom .copyright {
	border-top: 1px solid #ffffff;
	padding: 15px 0;
}

.footer .footer-bottom .copyright-text p {
	color: #fff;
	font-size: 15px
}

.footer .footer-bottom .copyright-text p a {
	color: var(--run-red);
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.footer .footer-bottom .copyright-text p a:hover {
	color: #fff
}

.footer .footer-bottom .copyright-text p.title {
	font-weight: 400;
	margin: 10px 0 0
}

.footer .social-icon ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 21px;
}

.footer .social-icon ul li {
	margin-right: 15px;
	outline: 1px solid white;
	padding: 5px 8px;
}

.footer .social-icon ul li:last-child {
	margin-right: 0
}

.footer .social-icon ul li a {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	transition: all .4s ease 0s
}

.footer .social-icon ul li a:hover {
	color: #fc0001;
}

.policy-menu {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: right
}

.policy-menu li {
	display: inline-block;
	margin-right: 15px
}

.policy-menu li:last-child {
	margin-right: 0
}

.policy-menu li a {
	color: #fff
}

.policy-menu li a:hover,
.policy-menu li a:focus {
	color: #000000;
}

.policy-menu li::after {
	color: #fff;
	content: "|";
	font-weight: 300;
	position: relative;
	left: 10px
}

.policy-menu li:last-child::after {
	content: ""
}

.footer.footer-2 .footer-menu ul li a::before {
	display: none
}

.footer.footer-2 .footer-menu ul li a {
	font-size: 13px;
	padding-left: 0
}

.footer.footer-2 .footer-widget.footer-menu ul li a:hover {
	letter-spacing: 0;
	padding-left: 0
}

.footer.footer-2 .footer-title {
	color: var(--run-red);
	font-size: 18px;
	margin-bottom: 10px
}

.footer.footer-2 .footer-widget .footer-logo {
	margin-bottom: 10px
}

.footer.footer-2 .footer-widget .footer-logo img {
	width: 120px
}

.footer.footer-2 .footer-widget .footer-about-content p {
	font-size: 13px
}

.footer.footer-2 .footer-address p {
	font-size: 13px
}

.footer.footer-2 .footer-contact-info {
	font-size: 13px
}

.footer.footer-2 .footer-contact-info .footer-address span i.fa-map-marker-alt {
	font-size: 16px
}

.account-page {
	background-color: #fff
}

.account-page .content {
	padding: 50px 0
}

.login-right {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 14px;
	padding: 25px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 30px 0;
	position: relative;
}
.login-right form {
	margin-top: 20px;
}

.login-header {
	margin-bottom: 5px;
}

.login-header p {
	margin-bottom: 0
}

.login-header h3 {
	font-size: 28px;
	margin-bottom: 3px
}
.login-header h3 a {
	color: #000;
	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: var(--run-red)
}

.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
}

.login-page .login-right {
	width: 100%;
	position: relative;
	font-family: poppins, sans-serif;
	height: 100vh;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border: 0;
	padding: 0;
	border-radius: 0
}

.login-bottom-copyright {
	color: #a4a4a4;
	font-family: poppins, sans-serif;
	font-weight: 500;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-self: flex-end;
	-webkit-align-self: flex-end;
	padding-bottom: 25px;
	width: 100%
}

.login-right .inner-right-login {
	max-width: 355px;
	margin: 0 auto;
	width: 100%
}

.login-header .logo-icon {
	margin: 40px auto 20px;
	text-align: center
}

.step-list {
	padding: 10px 0;
	text-align: center
}

.step-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block
}

.step-list ul li {
	float: left;
	padding-right: 30px;
	margin: 5px 0
}

.step-list ul li:last-child {
	padding-right: 0
}

.step-list ul li a {
	background-color: #e9f5f7;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	font-size: 14px;
	color: gray;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center
}

.step-list ul li a:hover {
	background-color: #000;
	color: #fff
}

.step-list ul li a.active {
	background-color: #000;
	color: #fff
}

.step-list ul li a.active-done {
	background-color: #000;
	color: #fff
}

.step-list ul li a.active-done {
	background-image: url(../img/icons/tick-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	font-size: 0
}

.profile-pic-col {
	padding-top: 40px;
	text-align: center
}

.profile-pic-col h3 {
	color: #000;
	font-size: 20px!important
}

.profile-pic-upload {
	width: 150px;
	background: rgba(175, 213, 254, .4);
	border-radius: 20px;
	padding: 24px;
	margin: 40px auto 0;
	position: relative
}

.profile-pic-upload input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer
}

.profile-pic-upload .cam-col {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 70px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	overflow: hidden
}

.profile-pic-upload span {
	color: #000;
	font-size: 13px;
	list-style: none;
	display: inline-block;
	margin-top: 15px
}

.select-gender-col [type=radio]:checked,
.select-gender-col [type=radio]:not(:checked) {
	position: absolute;
	left: -9999px
}

.select-gender-col [type=radio]:checked+label,
.select-gender-col [type=radio]:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666
}

.select-gender-col [type=radio]:checked+label:before,
.select-gender-col [type=radio]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 5px 20px 60px 10px rgba(0, 4, 107, .07)
}

.select-gender-col [type=radio]:checked+label:after,
.select-gender-col [type=radio]:not(:checked)+label:after {
	content: '';
	width: 100%;
	height: 100%;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border: 2px solid #000
}

.select-gender-col [type=radio]:not(:checked)+label:after {
	opacity: 0
}

.select-gender-col [type=radio]:checked+label:after {
	opacity: 1
}

.select-gender-col .gender-icon {
	position: relative
}

.select-gender-col label {
	padding: 15px 20px!important;
	text-align: center
}

.select-gender-col span {
	position: relative;
	color: #000;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
	width: 100%
}

.gender-icon img {
	max-height: 90px
}

.pregnant-col .remember-me-col {
	color: #000;
	font-size: 16px
}

.pregnant-col .remember-me-col .custom_check .checkmark {
	border-color: #000
}

.step-process-col {
	text-align: left
}

.login-page .login-right .step-process-col label {
	color: #000
}

.login-right .step-process-col .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: gray
}

.login-right .step-process-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../img/icons/down-arrow-gray.svg)
}

.login-page .login-right .step-process-col .form-control {
	color: gray
}

.checklist-col span {
	font-size: 16px
}

.checklist-col .custom_check .checkmark {
	width: 24px;
	height: 24px
}

.checklist-col .custom_check .checkmark:after {
	left: 6px;
	top: 3px
}

.checklist-col .remember-me-col {
	padding: 10px 0;
	position: relative
}

.checklist-col.pregnant-col .remember-me-col .custom_check .checkmark {
	border-color: #000
}

.checklist-col.pregnant-col .remember-me-col .custom_check {
	padding-left: 25px
}

.otp-col {
	color: #fff
}

.otp-col h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px
}

.dnt-recive-call {
	color: #fff
}

.dnt-recive-call a {
	color: #fff
}

.otp-box .digit-group input {
	width: 45px;
	height: 45px;
	background-color: rgba(245, 245, 245, .2);
	border: none;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 3px;
	box-shadow: 5px 20px 60px 10px rgba(0, 4, 107, .07);
	border-radius: 8px;
	color: #000
}

.otp-box {
	margin: 25px 0
}

.otp-box .digit-group input:focus {
	background-color: #fff;
	border: 0;
	outline: 0
}

.otp-box .splitter {
	padding: 0 5px;
	color: #fff;
	font-size: 24px
}

.otp-box .prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: #fff
}

.otp-box input[type=text].active {
	background-color: #fff;
	color: #000
}

.increment-decrement .input-groups {
	border: 0;
	background-color: transparent;
	height: 35px;
	margin-right: 0;
	display: block;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center
}

.increment-decrement .input-groups .quantity-field {
	width: 40px;
	text-align: center;
	background-color: transparent;
	float: left;
	border: 0
}

.increment-decrement .input-groups .quantity-field:focus {
	border: 0;
	outline: 0
}

.increment-decrement .input-groups input[type=button] {
	background-color: transparent;
	font-size: 20px;
	border: 1px solid #000;
	border-radius: 4px;
	height: 24px;
	width: 24px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 0;
	line-height: 0;
	padding: 0;
	color: #000
}

.increment-decrement .input-groups input[type=button]:focus-visible {
	outline: 0
}

.increment-decrement .input-groups input[type=button].button-minus {
	float: left
}

.increment-decrement .input-groups input[type=button].button-plus {
	float: right
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single {
	background-color: #fff;
	border-radius: 10px 0 0 10px;
	width: 79px
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--run-red)
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../img/icons/down-arrow-gray-dark.svg)
}

.country-select .number-col input {
	padding-left: 96px
}

.location-text h5 {
	color: #000;
	margin-top: 5px
}

.location-search {
	margin: 12px 0
}

.login-page .login-right .search-location-input-box input {
	background-image: url(../img/icons/search-icon.svg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 16px;
	padding-left: 38px;
	color: #948ca0
}

.skip-now-col {
	margin-top: 5px
}

.skip-now-col a {
	color: #000;
	font-size: 12px
}

.sort-by-col .select2-container .select2-selection--single {
	border-color: #dcd0ff;
	border-radius: 10px;
	width: 160px
}

.sort-by-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../img/icons/down-arrow-gray.svg)
}

.premium-text {
	font-size: 18px
}

.plan-details {
	list-style: none;
	padding: 4px 0 0;
	margin: 0
}

.plan-details li {
	position: relative;
	min-width: 35%
}

.plan-details li span {
	color: #b4abca;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 15px
}

.plan-chooser-col {
	background-color: rgba(175, 213, 254, .4);
	border-radius: 20px;
	padding: 5px 20px;
	margin-bottom: 28px
}

.select-gender-col.payment-menthods-choose label {
	min-width: 90px;
	padding: 10px!important;
	text-align: center;
	color: #000
}

.select-gender-col.payment-menthods-choose label span.credit-card-option {
	min-width: 192px;
	font-size: 15px
}

.select-gender-col.payment-menthods-choose label img {
	position: relative;
	max-width: 68px
}

.select-gender-col.payment-menthods-choose [type=radio]:checked+label::after,
.select-gender-col.payment-menthods-choose [type=radio]:not(:checked)+label::after {
	border: 1px solid var(--run-red)
}

.card-choose-col {
	max-width: 325px;
	margin: 0 auto
}

.day-week-month-col ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.day-week-month-col ul li {
	float: left
}

.day-week-month-col ul li a {
	background-color: #f5faff;
	border: 1px solid transparent;
	color: #64627c;
	display: inline-block;
	padding: 10px 20px;
	font-family: poppins, sans-serif;
	font-weight: 500
}

.day-week-month-col ul li a.active {
	border-color: #536cf1;
	color: #536cf1;
	border-radius: 0!important
}

.day-week-month-col ul li:first-child a {
	border-radius: 4px 0 0 4px!important
}

.day-week-month-col ul li:last-child a {
	border-radius: 0 4px 4px 0!important
}

.day-week-month-col ul li a:first-child.active,
.day-week-month-col ul li a:last-child.active {
	border-color: #536cf1
}

.plan-chooser-col .subscription-list {
	margin: 15px 0
}

.section-search {
	background: #f9f9f9 url(../img/search-bg_new.png) no-repeat bottom center;
	background-size: auto;
	min-height: 400px;
	background-size: 100% auto;
	position: relative;
	background-blend-mode: Darken;
	padding: 60px 30px;
}

.section-search-1 {
	background: #f9f9f9 url(../img/slider-bg.jpg) no-repeat top center;
	min-height: 450px;
	position: relative;
	background-blend-mode: Darken;
	background-size: cover
}

.doctor-search-section {
	position: relative;
	background: url(../img/banner-2.jpg);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.section-search-2 {
	background: #4d72d0;
	background-repeat: repeat
}

.section-header {
	margin-bottom: 60px
}

.section-header h2 {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: 500
}

.section-header .color-primary {
	color: var(--run-red);
	font-weight: 700
}

.section-header .color-grey {
	color: #3e5463
}

.section-header .sub-title {
	color: #757575;
	font-size: 16px;
	max-width: 600px;
	margin: 20px auto 0
}

.section-header p {
	color: #757575;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 15px
}

.banner-wrapper {
	margin: 0 auto;
	max-width: 800px;
	width: 100%
}

.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 0 0 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-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
}

.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
}

.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 0 0 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-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
}
.dot-slider .slick-slide {
	height: 600px
}
.dot-slider .profile-widget {
	padding: 0;
	border: none
}
.dot-slider .slick-slide img {
	width: 100%
}
.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: silver
}
.dot-slider .slick-dots {
	position: absolute;
	top: 30%;
	right: 50px;
	bottom: unset;
	width: unset
}

.dot-slider .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	margin: 8px 0
}

.dot-slider .slick-dots li button {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #fff
}

.dot-slider .slick-dots li.slick-active button {
	background-color: #1860ca
}

.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: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button {
	background-color: #000
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: var(--run-red)
}

.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, .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, .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: #000
}

.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: 280px
}

.profile-widget {
	background-color: #fff;
	border-radius: 10px;
	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 :2px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 11px -5px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	gap: 15px;
	padding: 20px;
}

.doc-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 10px 10px 0 0;
	width: 150px;
}

.doc-img img {
	border-radius: 10px;
	-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: 150px;
	height: 150px;
	background: #add8e67d;
	padding: 2px;
	object-fit: contain;
	background-size: cover;
}

.doc-img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}
.doctor-profile .card {
	margin: 15px 0;
}


.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
}

.find-doctors .pro-content {
	padding: 6px 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.pro-content .title {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	/* display: flex;
	width: fit-content; */
}

.profile-widget .pro-content .title a {
	display: inline-block;
	color: var(--run-red);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}


.profile-widget .verified {
	color: #28a745;
	margin-left: 3px
}

.profile-widget p.speciality {
	font-size: 13px;
	color: #757575;
	margin-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating {
	list-style: none;
	margin: 0 0 7px;
	padding: 0;
}

.profile-widget .rating i {
	color: #dedfe0
}

.rating i.filled {
	color: var(--run-cyan);
}

.profile-widget .rating {
	color: #757575;
	font-size: 14px;
	margin-bottom: 1px
}

.profile-widget .rating i {
	font-size: 14px
}
.find-doctors .available-info p{
	margin-bottom: 0;
}
.available-info {
	font-size: 13px;
	color: #757575;
	font-weight: 400;
	list-style: none;
	padding: 0;
	margin-bottom: 3px;
	height: 20px;
	overflow-wrap: anywhere;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
	margin-bottom: 0;
}
.profile-widget i {
	color: var(--run-green);
}
.profile-widget .total-exp p {
	margin-bottom:0 ;
}
.available-doctors p {
	margin-bottom: 0;
}
/* .available-info  p {
	display : flex
}
.available-info  p  i {
	display : block ;
} */
.available-info li+li {
	margin-top: 5px
}

.available-info li i {
	width: 22px
}

.row.row-sm {
	margin-left: -3px;
	margin-right: -3px
}

.row.row-sm>div {
	padding-left: 3px;
	padding-right: 3px
}

.view-btn {
	color: var(--run-red);
	font-size: 13px;
	border: 2px solid var(--run-red);
	box-shadow: inset 0 0 0 0 var(--run-red);
	background: #fff;
	text-align: center;
	display: block;
	font-weight: 500;
	padding: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.view-btn:hover,
.view-btn:focus {
	background: var(--run-red);
	box-shadow: inset 0 50px 0 0 var(--run-red);
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.book-btn {
	background-color: var(--run-red);
    border: 1px solid var(--run-red);
    box-shadow: inset 0 0 0 0 #fff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* width: fit-content; */
}

.book-btn:hover,
.book-btn:focus {
	background-color: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	color: var(--run-red);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.section-doctor .profile-widget {
	box-shadow: 2px 2px 13px rgba(0, 0, 0, .1);
	margin-bottom: 0
}

.about-content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin: 0
}

.about-content p+p {
	margin-top: 20px
}

.about-content a {
	background-color: #000;
	box-shadow: inset 0 0 0 0 #01cae4;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	min-width: 150px;
	padding: 15px 20px;
	text-align: center
}

.about-content a:hover,
.about-content a:focus {
	background-color: #01cae4;
	border-color: #01cae4;
	color: #fff;
	box-shadow: inset 0 50px 0 0 #01cae4
}

.section-features {
	background-color: #fff;
	padding: 80px 0
}

.feature-item img {
	border-radius: 100%;
	box-shadow: 1px 6px 14px rgba(0, 0, 0, .2);
	height: 115px;
	object-fit: cover;
	width: 115px
}

.feature-item p {
	font-weight: 500;
	margin: 20px 0 0
}

.features-slider .slick-slide {
	margin-right: 62px
}

.features-slider .slick-center {
	opacity: 1;
	transform: scale(1.2)
}

.features-slider .slick-list {
	padding: 16px 50px!important
}

.features-slider .slick-dots {
	margin-top: 44px;
	position: unset
}

.section-blogs {
	background-color: #f8f9fa;
	padding: 80px 0
}

.view-all .btn {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px;
	color: #fff;
	background-color: #09e5ab;
	border: 2px solid #09e5ab;
	box-shadow: inset 0 0 0 0 #fff;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.view-all .btn:hover {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.full-slide-home {
	background: #e3e3e3
}

.slide-image {
	width: 100%;
	min-height: 358px;
	display: flex!important;
	justify-content: center;
	flex-direction: column;
	padding: 70px 50px 70px 100px;
	vertical-align: middle;
	background-position: right;
	background-size: contain
}

.slide-image h2 {
	font-size: 36px;
	font-weight: 500
}

.slide-ul li:before {
	font-family: "font awesome 5 free";
	display: inline-block;
	padding-right: 6px;
	vertical-align: middle;
	content: "\f192";
	color: #a2a1a1;
	font-size: 10px
}

.slide-ul li {
	color: #757575;
	font-size: 13px
}

.home-tile-section {
	background-color: #f8f9fa;
	padding: 80px 0
}

.book-btn1 {
	background-color: #000;
	border: 2px solid #000;
	box-shadow: inset 0 0 0 0 #01cae4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	padding: 6px 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.book-btn1:hover {
	background-color: #01cae4;
	color: #fff;
	border: 2px solid #01cae4;
	box-shadow: inset 0 50px 0 0 #01cae4;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.doctor-book-card {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 3px 20px #0000000b;
	overflow: hidden
}

.doctor-book-card img {
	vertical-align: middle;
	border-radius: .25rem;
	transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms
}

.doctor-book-card:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.doctor-book-card-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #f1f1f1;
	width: 100%;
	padding: 20px;
	height: 100%;
	border-radius: .25rem
}

.doctor-book-card-content>div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.doctor-book-card-content .book-btn1 {
	font-size: 14px
}

.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 0 0 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
}

.section-search-pharmacy .search-box1 .search-btn {
	margin-top: 0
}

.search-box1 .search-location .form-control {
	background: #fff url(../img/location.png) no-repeat 10px center
}

.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
}

.section-search1 {
	background: #f9f9f9 url(../img/search-bg.png) no-repeat bottom center;
	min-height: 580px;
	background-size: 100% auto;
	position: relative;
	background-blend-mode: Darken;
	padding: 80px 0
}

.banner-wrapper2 {
	margin: 0 auto;
	max-width: 680px;
	width: 100%
}

.search-box1 .search-location1 {
	margin-right: 12px;
	position: relative;
	width: 400px;
	margin-bottom: 0
}

.section-search-pharmacy {
	min-height: inherit!important;
	background: #fff;
	padding: 40px 0
}

.doctor-book-card h3 {
	text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
	color: #fff
}

.doctor-search-form input {
	background: #fff;
	border-radius: 130px;
	min-height: 60px;
	border: 0
}

.doctor-search-form.trans .form-control {
	color: #fff
}

.doctor-search-form.trans select {
	background: 0 0;
	border-radius: 130px;
	min-height: 60px
}

.doctor-search-form.trans input,
select {
	background-color: transparent;
	/* border: 2px solid #c2d6f3!important */
}

.doctor-search-form.trans input::placeholder,
.doctor-search-form.trans select::placeholder {
	color: #fff
}

.trans .form-custom i {
	color: #fff
}

.trans .banner-btn {
	background-color: #13a5e5
}

.no-border {
	border: none!important
}

.doctor-category {
	position: relative;
	margin-top: -130px;
	z-index: 9;
	padding: 60px 0
}

.pop-box {
	background-color: #fff;
	padding: 15px 15px 0;
	border-radius: 5px;
	box-shadow: 0 4px 44px rgba(219, 219, 219, .25)
}

.pop-box .top-section {
	background-color: #e5f6fd;
	padding: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
	min-height: 150px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px
}

.pop-box .top-section i {
	background-color: #fff;
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 50%;
	font-size: 30px;
	color: var(--run-red);
	border: 5px solid #f5f8f9
}

.pop-box .body-section {
	justify-content: center;
	text-align: center;
	padding: 20px;
	min-height: 200px;
	display: flex;
	flex-direction: column
}

.pop-box .body-section h3 {
	color: #2467ca;
	font-weight: 600;
	font-size: 24px
}

.pop-box .body-section p {
	color: #e74e84;
	font-weight: 500
}

.pop-box .body-section .book-btn {
	width: 150px;
	margin: 0 auto;
	border-radius: 30px
}

.pop-box .top-section.two {
	background-color: #fff1c9
}

.pop-box .top-section.two i {
	color: #ffbd07
}

.pop-box .top-section.three {
	background-color: #ffe0e7
}

.pop-box .top-section.three i {
	color: #ffaabd
}

.clinic-specialities {
	background: url(../img/special-banner.jpg);
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat
}

.section-header-three {
	margin-bottom: 60px
}

.section-header-three h2 {
	color: #2868c8;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	display: inline-block
}

.section-header-three h2:before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: #ffd152;
	border-radius: 50%;
	left: -40px;
	box-shadow: 15px 0 0 -2px #ffd152;
	top: 12px
}

.section-header-three h2:after {
	position: absolute;
	width: 13px;
	height: 13px;
	content: "";
	background: #ffd152;
	border-radius: 50%;
	top: 12px;
	right: -40px;
	box-shadow: -15px 0 0 -2px #ffd152
}

.section-header-three p {
	color: #757575;
	font-size: 16px;
	max-width: 600px;
	margin: 15px auto 0
}

.clinic-specialities .section-header h2 {
	color: #2868c8;
	font-weight: 700;
	font-size: 30px
}

.clinic-specialities .section-header h2 img {
	margin: 2px 5px 5px
}
.view-all-more .btn {
	background: #0ce0ff;
	border-radius: 30px;
	border-color: #0ce0ff;
	padding: 9px 30px;
	margin-top: 20px
}

.doc-background {
	background: url(../img/shapes/doctor-bg.jpg);
	background-position: center;
	min-height: 350px;
	background-size: cover;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1
}

.doc-background::before {
	content: "";
	position: absolute;
	background: rgba(61, 59, 59, .84);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1
}

.doctor-divison h3 {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px
}

.doctor-divison p {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px
}

.doctor-divison .doc-bok-btn {
	font-size: 14px;
	padding: 6px 12px;
	color: #fff;
	background-color: #1c71ef;
	border-radius: 30px;
	width: 100px;
	text-align: center
}

.pat-background {
	background: url(../img/shapes/doctor-right-bg.jpg);
	background-position: center;
	min-height: 350px;
	background-size: cover;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1
}

.pat-background::before {
	content: "";
	position: absolute;
	background: rgba(28, 113, 239, .9);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1
}

.pat-background .doc-bok-btn {
	background-color: #fed35d
}

.book-section {
	background: url(../img/special-banner.jpg);
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat
}

.book-best-doctors {
	margin-bottom: 30px
}
.best-doctors-slider {
	text-align: center;
}
.book-best-doctors .book-header img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 1
}

.book-best-doctors .book-header img::before {
	content: "";
	position: absolute;
	background: rgba(61, 59, 59, .84);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1
}

.book-best-doctors .book-header .img-overlay {
	position: absolute;
	top: 10px;
	right: 20px;
	background: #e74e84;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	display: flex
}

.book-best-doctors .book-header .img-overlay i {
	font-size: 12px
}

.doctors-body .inner-section>span {
	color: #e74e84;
	font-size: 14px
}

.book-best-doctors .doctors-body {
	padding: 0;
	box-shadow: 0 -6px 54px rgba(152, 152, 152, .25);
	border-radius: 0
}

.book-best-doctors .doctors-body .inner-section {
	padding: 15px 15px 0
}

.book-best-doctors .doctors-body .rating i {
	font-size: 10px;
	color: #dfdfdf;
	margin-bottom: 10px
}

.book-best-doctors .doctors-body .rating i.filled {
	color: #fed35d
}

.book-best-doctors .doctors-body .average-ratings {
	background-color: #fed35d;
	font-size: 11px;
	font-weight: 700
}

.book-best-doctors .doctors-body h4 {
	color: #22396b;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px
}

.book-best-doctors .doctors-body p {
	color: #0098ae;
	font-size: 12px;
	font-weight: 600
}

.book-best-doctors .loc-details {
	margin: 15px 0 0;
	background-color: #f6faff;
	padding: 15px 10px 0
}

.book-best-doctors .loc-details .d-flex {
	margin-bottom: 15px
}

.book-best-doctors .loc-details img {
	color: #22396b;
	width: auto;
	margin-right: 8px
}

.book-best-doctors .available-info {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	display: block;
	margin: 0
}

.book-best-doctors .data-info {
	font-weight: 700;
	font-size: 11px;
	color: #2264c5
}

.book-best-doctors .amt-txt {
	color: #e74e84;
	font-size: 18px;
	font-weight: 600
}

.book-best-doctors .doctors-body .book-btn {
	font-size: 14px;
	padding: 6px 12px;
	color: #fff;
	background-color: #1c71ef;
	border-radius: 30px;
	width: 100px;
	text-align: center;
	float: right
}

.latest-blog {
	background-color: #f4fcff;
	padding: 60px 0 30px
}

.latest-blog .blog-wrap {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 10px 10px 0 0
}

.latest-blog .blog-wrap img {
	border-radius: 10px
}

.latest-blog .blog-wrap .blog-wrap-body {
	padding: 20px 15px;
	background-color: #fff
}

.latest-blog .blog-wrap .blog-wrap-body h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px
}

.latest-blog .blog-wrap .blog-wrap-body h3 a:hover {
	color: #2b6ccb
}

.latest-blog .blog-wrap .blog-wrap-body p {
	font-size: 14px;
	color: #737373
}

.latest-blog .blog-wrap .blog-wrap-body .blog-footer {
	border-top: 1px solid #1b70ee;
	padding: 15px 0 0
}

.latest-blog .blog-footer .read-txt,
.latest-blog .blog-footer .cal-txt {
	color: #1b70ee;
	font-size: 14px;
	font-weight: 600
}

.latest-blog .blog-footer .read-txt i {
	margin: 2px 6px;
	position: absolute;
	top: 3px
}

.latest-blog .blog-footer .cal-txt i {
	margin: 2px 6px
}

.clinics-section {
	padding: 60px 0 40px;
	background: #fff
}

.section-heading h2 {
	font-weight: 700;
	font-size: 26px;
	color: #1c5b90
}

.section-heading p {
	font-size: 14px;
	color: #757578;
	margin-bottom: 0
}

.section-heading {
	margin-bottom: 30px
}

.clinics-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.clinic-item .clinics-card .clinics-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(28, 91, 144, .9)
}

.clinics-info {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center
}

.clinics-info img {
	width: 60px!important;
	margin: auto;
	margin-bottom: 10px
}

.clinics-info span {
	font-weight: 600;
	font-size: 18px;
	color: #fff
}

.clinics-icon i {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	background: var(--run-red);
	color: #fff;
	margin: auto;
	display: block
}

.clinics-icon {
	transform: translate(0, -50%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.clinics-img {
	position: relative
}

.clinic-item:hover .clinics-card .clinics-img:after {
	background: rgba(45, 226, 253, .9)
}

.clinic-item:hover .clinics-icon i {
	color: #1c5b90;
	background: #fff
}

.clinic-item:hover .clinics-icon {
	transform: translate(0, -180%)
}
.section-heading.bg-area h2 {
	color: #fff
}

.section-heading.bg-area p {
	color: #fff
}

.specialist-card {
	background: #fff;
	box-shadow: 0 4px 24px rgba(183, 183, 183, .25);
	border-radius: 163px;
	align-items: center;
	padding: 15px;
	margin-bottom: 25px
}

.doctors-body h4 {
	color: #1c1c1c;
	font-weight: 600;
	margin-bottom: .5rem
}

.doctors-body p {
	color: #204892;
	font-weight: 500;
	margin-bottom: 0;
	font-size: 12px
}

.doctors-body .location p {
	font-size: 14px;
	color: #000
}

.doctors-body .location p i {
	color: #1c5b90
}

.doctors-body .view-btn {
	background: #e8f6ff;
	border: 1px solid #e8eeff;
	box-sizing: border-box;
	border-radius: 30px;
	color: rgba(41, 68, 129, .9);
	padding: 10px 0
}

.doctors-body .book-btn {
	background: var(--run-red);
	border-radius: 30px;
	padding: 10px 0;
	border: 0
}

.doctors-body .book-btn:hover {
	border: 0
}

.doctors-body {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px
}

.doctors-body .location {
	padding: 20px 0
}

.doctors-header img {
	border-radius: 10px 10px 0 0
}

.our-doctors-section {
	padding: 60px 0;
	background: #fff
}

.doctors-header {
	position: relative
}

.doctors-header .img-overlay {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #1b5d92;
	border-radius: 110px;
	padding: 5px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 14px
}


.clinic-features {
	position: relative
}

.clinic-features img {
	border-radius: 10px
}

.clinic-feature-overlay .img-overlay {
	background: var(--run-red);
	border-radius: 60px;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #e6f4fd;
	font-weight: 600;
	min-width: 150px;
	display: inline-block
}

.clinic-feature-overlay {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%
}

.our-blog-section {
	padding: 60px 0;
	background: #fff
}

.blogs-info span {
	color: var(--run-red)
}

.blogs-info h4 {
	color: #000;
	line-height: 28px
}

.blogs-info p {
	color: #000;
	font-size: 13px
}

.blogs-time {
	color: #17418e!important
}

.blogs-overlay {
	align-items: center;
	background: #fff;
	border-radius: 30px 0 0 30px;
	position: absolute;
	bottom: 10px;
	right: 0;
	padding: 5px
}

.blogs-img {
	position: relative
}

.blogs-overlay img {
	height: 35px;
	width: 35px!important;
	border-radius: 50%;
	margin-right: 10px
}

.blogs-writter {
	display: none
}

.our-blogs {
	display: block;
	transition: .6s;
	border-radius: 10px 10px 0 0;
	overflow: hidden
}

.our-blogs:hover .blogs-writter {
	display: block
}

.blogs-info {
	background: #fff;
	border: 1px solid #e8eeff;
	padding: 15px
}

.blogs-btn {
	background: #1c5b90;
	border-radius: 30px;
	color: #fff;
	padding: 8px 10px;
	display: block;
	width: 110px;
	text-align: center;
	font-size: 12px
}

.blogs-nav {
	border: 1px solid #e8eeff;
	padding: 10px;
	border-top: 0
}

.form-custom {
	position: relative
}

.form-custom i {
	position: absolute;
	top: 35%;
	right: 15px;
	color: #dd2d4e
}

.doctor-search-section {
	padding-top: 95px
}

.banner-btn {
	background: #1c5b90;
	border-radius: 130px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 20px 30px;
	width: 100%
}

.banner-btn:hover {
	background: var(--run-red);
	color: #fff
}

.doctor-search {
	padding-bottom: 15px
}

.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev,
.slide-nav-3 button.owl-next,
.slide-nav-3 button.owl-prev,
.slide-nav-4 button.owl-next,
.slide-nav-4 button.owl-prev {
	width: 34px;
	height: 34px;
	background: var(--run-red);
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	border: 0;
	color: #fff;
	margin-bottom: 15px;
	border-radius: 8px;
	transform: rotate(-44deg)
}

.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
	font-size: 34px;
	line-height: 25px;
	transform: rotate(44deg);
	display: flex;
	padding-left: 6px;
	padding-bottom: 3px
}

.owl-nav button.owl-next {
	margin-left: 20px
}

.owl-theme .owl-dots,
.owl-nav button {
	margin-top: 30px
}

.owl-theme .owl-dots .owl-dot span {
	width: 28px;
	height: 6px;
	margin: 5px 3px 0;
	background: #f3f3f3;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	position: relative
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #00825b
}

.custom-arrow {
	transform: rotate(44deg)
}

.header-banner p {
	font-size: 17px;
	color: #fff
}

.header-highlight {
	font-weight: 700;
	color: #0ce0ff
}

.section-search-3 .banner-info {
	padding: 130px 0 190px
}

.pharmacy-home-slider .banner-wrapper.doc-form {
	left: 35%
}

.side-dots .swiper-container {
	position: relative;
	padding: 0!important;
	height: 500px;
	min-height: inherit
}

.doc-form {
	position: absolute;
	top: 155px;
	padding: 50px 0
}

.side-dots img {
	width: 100%
}

.clinic-section {
	padding: 50px 0 20px
}

.sec-header {
	margin-bottom: 40px;
	text-align: center
}

.sec-header h2 {
	font-size: 30px;
	margin-bottom: 0;
	font-weight: 700;
	color: #22396b
}

.sec-header .bottom-border {
	border-top: 3px solid #e74e84;
	width: 75px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	border-radius: 150px
}

.sec-header .bottom-border:after {
	content: "";
	position: absolute;
	width: 6px;
	background: #fff;
	right: 4px;
	height: 3px;
	z-index: 9;
	top: -3px
}

.clinic-slider .slick-list,
.browse-slider .slick-list,
.book-slider .slick-list {
	padding-top: 50px
}

.clinic-slider .slick-prev,
.clinic-slider .slick-next,
.browse-slider .slick-prev,
.browse-slider .slick-next,
.book-slider .slick-prev,
.book-slider .slick-next {
	width: 35px;
	height: 35px;
	border-radius: 5px 12px 5px 12px;
	background-color: #e74e84;
	transform: translateX(0%) rotate(-45deg);
	-webkit-transform: translateX(0%) rotate(-45deg);
	-ms-transform: translateX(0%) rotate(-45deg);
	z-index: 999
}

.clinic-slider .slick-prev:before,
.browse-slider .slick-prev:before,
.book-slider .slick-prev:before {
	content: '';
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

.clinic-slider .slick-next:before,
.browse-slider .slick-next:before,
.book-slider .slick-next:before {
	content: '';
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg)
}

.clinic-slider .slick-prev:before,
.clinic-slider .slick-next:before,
.browse-slider .slick-prev:before,
.browse-slider .slick-next:before,
.book-slider .slick-prev:before,
.book-slider .slick-next:before {
	font-family: slick;
	font-size: 10px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px
}

.clinic-slider .slick-prev,
.browse-slider .slick-prev,
.book-slider .slick-prev {
	right: 80px;
	left: unset;
	top: 0
}

.clinic-slider .slick-next,
.browse-slider .slick-next,
.book-slider .slick-next {
	right: 15px;
	left: unset;
	top: 0
}

.clinic-slider .slick-slide,
.browse-slider .slick-slide,
.book-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 280px;
	padding-bottom: 0
}

.clinic-slider .profile-widget,
.browse-slider .browse-widget,
.book-slider .profile-widget {
	padding: 0;
	border: none;
	background-color: transparent;
	border-radius: 0
}

.clinic-slider .brower-box {
	background: #fff;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	box-shadow: 0 4px 44px rgba(238, 238, 238, .25);
	border-radius: 10px;
	padding: 30px;
	margin: 0;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease
}

.clinic-slider .brower-box:hover {
	background-color: #1860ca;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease
}

.clinic-slider .brower-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	width: 85px;
	background-color: #1860ca;
	border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0 auto;
	margin-bottom: 15px
}

.clinic-slider .brower-box img {
	width: 70px;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.clinic-slider .brower-box h4 {
	color: #000;
	font-size: 20px;
	margin-bottom: 13px
}

.clinic-slider .brower-box p {
	margin-bottom: 20px
}

.clinic-slider .brower-box .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0ce0ff;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	border-radius: 50%;
	transform: unset
}

.clinic-slider .brower-box .img-fluid.hover {
	display: none
}

.clinic-slider .brower-box .arrow i {
	color: #fff
}

.clinic-slider .brower-box:hover a {
	background-color: #fff
}

.clinic-slider .brower-box:hover .img-fluid.hover {
	display: block
}

.clinic-slider .brower-box:hover .img-fluid {
	display: none
}

.clinic-slider .brower-box:hover a.arrow {
	background-color: #2868c8
}

.clinic-slider .brower-box:hover h4,
.clinic-slider .brower-box:hover p,
.clinic-slider .brower-box:hover p span {
	color: #fff
}

.patient-select {
	background: url(../img/slider/blue-bg.png);
	padding: 50px 0;
	background-size: cover
}

.select-box {
	background: url(../img/slider/doctor-bg.jpg);
	padding: 30px;
	border-radius: 60px 10px 10px 60px;
	border: 5px solid rgba(255, 255, 255, .8);
	position: relative;
	z-index: 1
}

.select-box::before {
	content: "";
	position: absolute;
	background: rgba(16, 222, 253, .6);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 55px 5px 5px 55px
}

.select-box h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px
}

.select-box .image-holder {
	margin-right: 20px
}

.select-box .image-holder span {
	background-color: #fff;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 6px solid rgb(210 237 246)
}

.select-box .image-holder span img {
	width: 55px
}


.book-doctor {
	padding: 50px 0
}

.book-slider .profile-widget {
	padding: 0;
	border: none;
	margin-bottom: 70px
}

.book-slider .profile-widget a {
	border-radius: 10px 10px 0 0
}

.book-slider .profile-widget a img {
	width: 100%;
	border-radius: 10px 10px 0 0
}

.book-slider .pro-content {
	padding: 0;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 10px 10px 0 0
}

.book-slider .pro-content .amt {
	background-color: #e74e84;
	padding: 3px 8px;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	opacity: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.book-slider .pro-content .star {
	background-color: #2264c5;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 12px
}

.book-slider .profile-widget:hover .amt {
	opacity: 1
}

.book-slider .provider-info h3 a {
	font-size: 22px;
	font-weight: 700;
	color: #22396b
}

.book-slider .profile-widget .provider-info {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.book-slider .profile-widget:hover .provider-info {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease
}

.book-slider .provider-info h5 {
	color: #e74e84;
	font-size: 15px;
	font-weight: 600;
	float: left
}

.book-slider .provider-info .side-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #2868c8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 15px;
	right: 15px;
	color: #fff
}

.book-slider .provider-info .rating {
	display: none;
	font-size: 12px;
	width: auto;
	text-align: right
}

.book-slider .provider-info .rating i {
	font-size: 10px;
	color: #dfdfdf
}

.book-slider .provider-info .rating i.filled {
	color: #fed35d
}

.book-slider .provider-info .rating span {
	padding: 0 8px;
	background-color: #fed35d;
	border-radius: 30px;
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	margin-left: 5px
}

.book-slider .profile-widget .content-info {
	display: none;
	padding: 0
}

.book-slider .profile-widget:hover .side-arrow {
	display: none
}

.book-slider .profile-widget:hover .rating,
.book-slider .profile-widget:hover .content-info {
	display: block
}

.book-slider .available-info li i {
	font-size: 14px;
	color: #1c5b90
}

.book-slider .available-info li {
	font-size: 14px;
	font-weight: 500;
	color: #000
}

.book-slider .content-info .view-btn,
.book-slider .content-info .view-btn:hover {
	background-color: #216ee1;
	border: 1px solid #216ee1;
	border-radius: 30px;
	padding: 7px;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: 500
}

.book-slider .content-info .book-btn,
.book-slider .content-info .book-btn:hover {
	background-color: var(--run-red);
	border: 1px solid var(--run-red);
	border-radius: 30px;
	padding: 7px;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: 500
}

.book-doctor .view-btn {
	background-color: var(--run-red);
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid var(--run-red);
	padding: 6px 20px
}

.home-search-section .wrapper-content {
	padding: 90px 0 0
}

.doctor-search-form select {
	background: #fff;
	border-radius: 130px;
	min-height: 60px;
	border: none!important
}

.doctor-search-form select,
.doctor-search-form input {
	border: 1px solid rgba(16, 222, 253, .1);
	box-shadow: 0 4px 4px rgba(237, 237, 237, .25);
	border-radius: 5px
}

.home-search-section .banner-header h2 {
	color: #28daf4;
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 38px
}

.home-search-section .banner-header h2 .highlighter {
	font-weight: 600
}

.home-search-section .doctor-form .banner-btn {
	background: #e74e84;
	border: 1px solid #e74e84;
	box-shadow: 10px 4px 14px rgba(247, 247, 247, .25);
	border-radius: 5px
}
.clinic-speciality {
	background-color: #fff;
	padding: 60px 0
}

.heading-wrapper {
	margin-bottom: 40px;
	align-items: center
}

.heading-wrapper h1 {
	max-width: 250px;
	font-weight: 700;
	font-size: 38px;
	color: #6c6c6c
}

.heading-wrapper .nav-arrow {
	width: 40px;
	height: 40px;
	background-color: #f3f8ff;
	border: 3px solid #1860ca;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #2264c5
}

.clinic-wrap {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 10px;
	height: 250px
}

.clinic-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(222 235 255/28%);
	border-radius: 5px
}

.clinic-wrap .wrapper-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px
}

.clinic-wrap .wrapper-overlay img {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 5px solid #f7faff;
	border-radius: 50%;
	margin-bottom: 30px
}

.clinic-wrap .wrapper-overlay h3 {
	font-size: 22px;
	color: #e74e84;
	font-weight: 700;
	margin-bottom: 30px
}

.clinic-wrap .wrapper-overlay .row.row-sm {
	position: absolute;
	width: 100%;
	bottom: 0
}

.clinic-wrap .wrapper-overlay p {
	font-weight: 700;
	color: #e74e84;
	font-size: 14px
}

.clinic-wrap .wrapper-overlay p.blue {
	color: rgba(24, 96, 202, .9)
}

.clinic-wrap .wrapper-overlay p span {
	font-weight: 500;
	color: #000
}
.doctor-divison.provider-select .pat-background a {
	background-color: #0ce0ff
}

.doc-booking {
	padding: 60px 0;
	background-color: #f3f8ff
}

.doc-booking .book-slider .slick-prev,
.doc-booking .book-slider .slick-next {
	border: 3px solid #1860ca;
	background-color: #f3f8ff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transform: none;
	top: -110px;
	box-shadow: none
}

.doc-booking .book-slider .slick-prev:before {
	transform: rotate(140deg);
	-webkit-transform: rotate(140deg)
}

.doc-booking .book-slider .slick-next:before {
	transform: rotate(320deg);
	-webkit-transform: rotate(320deg)
}

.doc-booking .book-slider .slick-prev:before,
.doc-booking .book-slider .slick-next:before {
	font-family: slick;
	font-size: 10px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid #1860ca;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px
}

.doc-booking .book-slider .slick-list {
	padding-top: 0
}

.doc-booking .book-slider .pro-content .amt {
	opacity: 1;
	position: absolute;
	left: -7px;
	padding: 6px 12px;
	border-radius: 0 100px 100px 0;
	background-color: #28daf4
}

.doc-booking .book-slider .profile-widget .content-info,
.doc-booking .book-slider .provider-info .rating {
	display: block;
	text-align: left
}

.doc-booking .book-slider .profile-widget a img,
.doc-booking .book-slider .pro-content {
	border-radius: 10px
}

.doc-booking .book-slider .profile-widget .provider-info {
	bottom: 0;
	background-color: #1376ca;
	border-radius: 0 0 10px 10px
}

.doc-booking .book-slider .profile-widget .provider-info h3 a {
	color: #28daf4
}

.doc-booking .book-slider .profile-widget {
	margin-bottom: 0
}

.doc-booking .book-slider .provider-info h5 {
	color: #fff;
	float: unset
}

.doc-booking .book-slider .profile-widget a.book-btn {
	border-radius: 30px;
	background-color: transparent;
	width: 100px
}

.custom_check {
	color: #666;
	display: block;
	position: relative;
	font-size: 14px;
	font-size: .9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.custom_check input:checked~.checkmark {
	background-color: #fff
}

.custom_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid var(--run-cyan);
	background-color: #fff;
	border-radius: 3px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.custom_check .checkmark::after {
	content: "\f00c";
	font-family: "font awesome 5 free";
	font-weight: 900;
	position: absolute;
	display: none;
	left: 4px;
	top: 0;
	color: #000;
	font-size: 12px;
}

.custom_check input:checked~.checkmark:after {
	display: block;
	color: var(--run-green);
}
.custom_check input:checked +	 .custom_check {
	color: var(--run-cyan);
}
.custom_radio {
	color: #555;
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-size: .9375rem;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio_input .custom_radio+.custom_radio {
	margin-left: 15px
}

.custom_radio input {
	position: absolute;
	opacity: 0
}

.custom_radio input:checked~.checkmark:after {
	opacity: 1
}

.custom_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%
}

.custom_radio .checkmark:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ff9b44;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.filter-widget {
	margin-bottom: 20px
}

.filter-widget h4 {
	font-size: 1rem;
	margin-bottom: 15px
}

.filter-widget .custom_check {
	line-height: 18px
}

.btn-search .btn {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	height: 46px;
	font-weight: 500;
	font-size: 16px
}

.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: var(--run-cyan);
	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
}

.pharmacy-location,
.pharmacy-title {
	color: #2e3842
}

.doc-location a {
	color: var(--run-cyan);
	font-weight: 500
}

.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
}

.clinic-details {
	margin-bottom: 15px
}

.clinic-details h5 {
	font-weight: 400;
	color: #757575;
	margin-bottom: 25px
}

.clinic-details ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.clinic-details ul li {
	display: inline-block;
	padding-right: 5px
}

.clinic-details ul li:last-child {
	padding-right: 0
}

.clinic-details ul li a {
	display: inline-block
}

.clinic-details ul li a img {
	border-radius: 5px;
	width: 40px
}

.clinic-services {
	color: #272b41;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.clinic-services span {
	border: 1px solid #ccc;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px
}

.clinic-services span {
	margin: 0 5px 5px 0;
}

.clini-infos {
	margin-bottom: 15px
}

.clini-infos h2 b.strike {
	text-decoration: line-through;
	font-weight: 500
}

.clini-infos ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0
}

.clini-infos ul li {
	display: block;
	line-height: 30px;
	color: #4e4852
}

.clini-infos ul li i {
	font-size: 15px;
	min-width: 30px
}

.clinic-booking a+a {
	margin-top: 15px
}

.clinic-booking a {
	background-color: #fff;
	border: 2px solid var(--run-red);
	border-radius: 50px;
	color: #0db9f2;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%
}

.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
	background: var(--run-cyan);
	color: #fff
}

.clinic-booking a.apt-btn {
	background-color: var(--run-red);
	color: #fff;
	border: 2px solid var(--run-red);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 10px;
	width: fit-content;
}

.clinic-booking a.apt-btn:hover,
.clinic-booking a.apt-btn:focus {
	/*! background-color: #0db9f2; */
	/*! border-color: #0db9f2; */
	color: #fff;
	/* transform: scale(1.02); */
}

.load-more {
	margin-bottom: 30px
}

.doctor-img1 {
	margin-right: 20px
}

.doctor-img1 img {
	border-radius: 4px
}

.clinic-direction {
	color: #757575;
	font-size: 14px;
	margin-bottom: 25px
}

.clinic-direction a {
	color: var(--run-red);
	font-weight: 500
}

.doctor-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.doctor-action a+a {
	margin-left: 8px
}

.doctor-action .fav-btn:hover {
	background-color: #fb1612;
	border-color: #fb1612;
	color: #fff
}

.msg-btn:hover,
.msg-btn:focus {
	background-color: var(--run-red);
	border-color: var(--run-red);
	color: #fff;
  }

.call-btn:hover,
.call-btn:focus {
	background-color: var(--run-red);
	border-color: var(--run-red);
	color: #fff;
  }


.user-tabs .nav-tabs>li>a {
	border: 0;
	border-bottom: 3px solid transparent;
	color: #3e3e3e;
	font-weight: 600;
	padding: 20px
}

.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: var(--run-green);
	background: #80808017;
}

.user-tabs .med-records {
	display: inline-block;
	min-width: 130px
}

.user-tabs .nav-tabs>li>a:hover {
	background-color: unset;
	color: var(--run-cyan)
}

.service-list {
	margin-bottom: 30px
}

.service-list:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.service-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.service-list ul li {
	float: left;
	margin: 6px 0;
	padding-left: 25px;
	position: relative;
	width: 33%
}

.service-list ul li::before {
	color: #ccc;
	content: '\f30b';
	font-family: "font awesome 5 free";
	font-weight: 900;
	left: 0;
	position: absolute
}

.location-list {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	padding: 20px
}

.location-list+.location-list {
	margin-top: 20px
}

.clinic-content .clinic-name {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px
}

.clinic-content .clinic-direction a {
	display: inline-block;
	margin-top: 8px;
	color: var(--run-cyan)
}

.timings-days {
	font-weight: 700;
	color: #272b41;
	margin-bottom: 5px
}

.timings-times span {
	display: block
}

.location-list .consult-price {
	font-size: 20px;
	font-weight: 500;
	color: #272b41
}

.listing-day {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	color: #000;
	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;
	margin-bottom: 10px
}

.listing-day:last-child {
	margin-bottom: 0
}

.listing-day.current {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
	margin-bottom: 13px
}

.listing-day .day {
	font-weight: 500
}

.listing-day.current .day {
	font-weight: 700
}

.listing-day.current .day span {
	display: block;
	font-weight: 400
}

.time-items {
	color: #757575
}

.time-items>span {
	display: block;
	text-align: right
}

.time-items>span.open-status {
	margin-bottom: 3px
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	display: none
}

.booking-doc-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.booking .profile-widget .booking-doc-info .doctor-info {
	padding: 12px;
}
.booking-doc-info .booking-doc-img {
	width: 80px;
}

.checkout  .booking-doc-info .booking-doc-img img {
	height: 80px;
	width: 80px;
}
.checkout .booking-doc-info .doctor-info {
	padding-left: 15px;
}
.schedule-widget {
	border-radius: 10px;
	min-height: 100px
}

.schedule-header h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 3px 0 0
}

.schedule-header {
	border-bottom: 1px solid #f0f0f0;
	border-radius: 4px 4px 0 0;
	padding: 25px;
}

.day-slot ul {
	float: left;
	list-style: none;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0;
	position: relative;
	width: 100%
}

.day-slot li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 14.28%
}

.day-slot li span {
	display: block;
	font-size: 18px;
	text-transform: uppercase
}

.day-slot li span.slot-date {
	display: block;
	color: #757575;
	font-size: 14px
}

.day-slot li small.slot-year {
	color: #757575;
	font-size: 14px
}

.day-slot li.left-arrow {
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 20px!important;
	transform: translateY(-50%)
}

.day-slot li.right-arrow {
	right: -11px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 20px!important;
	transform: translateY(-50%)
}

.schedule-cont {
	padding: 20px
}

.time-slot ul {
	list-style: none;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 0;
	padding: 0
}

.time-slot li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 14.28%;
	min-height: 1px
}

.time-slot li .timing {
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	color: #757575;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	position: relative
}

.time-slot li .timing:hover {
	background-color: #fff
}

.time-slot li .timing:last-child {
	margin-bottom: 0
}

.time-slot li .timing.selected {
	background-color: #42c0fb;
	border: 1px solid #42c0fb;
	color: #fff
}

.time-slot li .timing.selected::before {
	color: #fff;
	content: "\f00c";
	font-family: "font awesome 5 free";
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	right: 6px;
	top: 6px
}

.schedule-list {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 50px;
	padding-bottom: 50px
}

.schedule-list:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.submit-section.proceed-btn {
	margin: 0 0 30px
}

.info-widget {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.card-label>label {
	background-color: #fff;
	color: #48a14d;
	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%
}
.card-label>textarea {
	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%
}
.card-label>select {
	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%
}

.exist-customer a {
	color: var(--run-cyan);
	font-weight: 500
}

.payment-widget .payment-list+.payment-list {
	margin-bottom: 15px
}

.payment-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
	color: #272b41;
	text-transform: capitalize
}

.payment-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.payment-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	margin: 3px 0 0;
	border: 2px solid #ddd;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.payment-radio input:checked~.checkmark {
	border-color: var(--run-cyan)
}
 textarea:checked~.checkmark {
	border-color: var(--run-cyan)
}
.payment-radio .checkmark::after {
	position: absolute;
	left: 3px;
	top: 3px;
	content: '';
	width: 9px;
	height: 9px;
	background-color: var(--run-cyan);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	transform: scale(.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.payment-radio input:checked~.checkmark::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible
}

.booking-date {
	padding: 0;
	list-style: none
}

.booking-date li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #272b41;
	text-transform: capitalize;
	margin-bottom: 15px
}

.booking-date li span {
	float: right;
	color: #757575;
	font-weight: 400;
	font-size: 15px;
	text-align: right
}

.booking-date li span a {
	color: var(--run-cyan);
	font-size: 13px;
	width: 100%;
	display: inline-block
}

.booking-fee {
	padding: 0;
	list-style: none
}

.booking-fee li {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #272b41;
	text-transform: capitalize;
	margin-bottom: 15px
}

.booking-fee li span {
	float: right;
	color: #757575;
	font-weight: 400;
	font-size: 15px
}

.booking-total {
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	padding-top: 20px
}

.booking-total ul {
	padding: 0;
	list-style: none;
	margin: 0
}

.booking-total ul li span {
	font-size: 18px;
	font-weight: 600;
	color: #272b41
}

.booking-total ul li .total-cost {
	color: var(--run-cyan);
	font-size: 16px;
	float: right
}

.view-inv-btn {
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px
}

.doc-times {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.doc-slot-list {
	background-color: #d9534f;
	border: 1px solid #d43f3a;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	margin: 10px 10px 0 0;
	padding: 6px 15px
}

.doc-slot-list a {
	color: #e48784;
	display: inline-block;
	margin-left: 5px
}

.doc-slot-list a:hover {
	color: #fff
}
.dash-widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.circle-bar {
	margin-right: 15px
}

.dct-border-rht {
	border-right: 1px solid #f0f0f0
}

.dash-widget h6 {
	font-size: 16px;
	font-weight: 400
}

.dash-widget h3 {
	font-size: 24px;
	margin-bottom: 5px
}

.dash-widget p {
	color: #757575;
	font-size: 14px;
	margin-bottom: 0
}

.circle-bar>div {
	display: inline-block;
	position: relative;
	text-align: center
}

.circle-bar>div img {
	left: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-50%)
}

.circle-bar>div canvas {
	width: 90px!important;
	height: 90px!important
}

.dash-card .row {
	margin-left: -10px;
	margin-right: -10px
}

.dash-card .row>div {
	padding-left: 10px;
	padding-right: 10px
}
.dash-card {
	text-align: center;
	margin: 0 !important;
}
.appointment-tab {
	margin-bottom: 30px
}

.appointment-tab .nav-tabs {
	background-color: transparent;
	padding: 1rem;
	border-bottom: 0;
	/*! margin: 10px 0; */
}

.appointment-tab .tab-content {
	padding-top: 0
}
.submit-btn-bottom {
	margin-bottom: 30px;
	text-align : right;
}
.submit-section  .submit-button {
	text-align: right;
}
.add-new-btn {
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 10px 20px
}

.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn:active {
	background-color: #000;
	color: #fff
}

.patient-info {
	margin-top: 15px
}

.patient-info ul {
	padding: 0;
	list-style: none;
	font-size: .875rem;
	margin: 0
}

.patient-info ul li {
	position: relative;
	font-size: .875rem;
	font-weight: 500;
	color: #272b41;
	text-transform: capitalize
}

.patient-info ul li+li {
	margin-top: 15px
}

.patient-info ul li i {
	width: 18px
}

.patient-info ul li span {
	color: #757575;
	float: right;
	font-weight: 400
}

.biller-info,
.billing-info {
	margin-bottom: 15px
}
.profile-image img {
	margin-bottom: 1.5rem
}

.change-photo-btn {
	background-color: var(--run-cyan);
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 0 auto;
	padding: 10px 15px;
	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;
	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
}
.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: .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: var(--run-cyan)
}

.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: var(--run-cyan);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-right: 2px;
	padding: 11px 15px;
	border-radius: 0
}

.services-card .bootstrap-tagsinput input {
	width: 160px
}

.submit-section .submit-btn {
	padding: 8px 12px;
	font-weight: 600;
	font-size: 16px;
	min-width: 120px;
}

.submit-section .submit-btn+.submit-btn {
	margin-left: 15px
}

#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
}
.event-form .input-group .form-control {
	height: 40px
}

.profile-sidebar {
	background-color: #fff;
	border: 1px solid #f1631b;
	border-radius: 12px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: inset rgb(0 0 0 / 24%) 0px 0 0px;    margin: 0px;
}

.pro-widget-content {
	border-bottom: 1px solid #f0f0f0;
	padding: 4px;
	text-align: center
}

.profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;    width: 100%;
    padding: 12px;
    align-items: center;
}

.profile-info-widget .booking-doc-img {
	margin-right: 15px
}

.profile-info-widget .booking-doc-img img {
	border-radius: 4px;
	height: 60px;
	width: 60px;
	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: 400;
	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 15px;
}

.dashboard-menu>ul>li:hover>a,
.dashboard-menu>ul>li.active>a {
	color: #000
}

.dashboard-menu ul li a i {
	font-size: 16px;
	margin-right: 10px;
	width: 16px
}

.unread-msg {
	background-color: var(--run-red);
    border-radius: 2px;
    color: #ffffff;
	font-size: 10px;
	font-style: normal;
	padding: 0 5px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%)
}

.patient-dashboard-top,
.patient-graph-box {
	display: flex;
	display: -webkit-flex
}

.patient-dashboard-top>div {
	width: 100%
}

.patient-dashboard-top h6 {
	font-size: 18px;
	margin-bottom: 0
}

.patient-dashboard-top h6 sub {
	font-size: 12px
}

.patient-graph-col .graph-box {
	background: #7289de;
	border-bottom: 8px solid #6a5dee;
	padding: 22px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 15px 0
}

.patient-graph-col .graph-box h4 {
	color: #fff;
	margin-bottom: 15px;
	text-align: center
}

.patient-graph-col .graph-box>div {
	width: 100%
}

.patient-graph-col .graph-box.pink-graph {
	background-color: #ffa69e;
	border-bottom: 8px solid #fe9286
}

.patient-graph-col .graph-box.sky-blue-graph {
	background-color: #a9d4ff;
	border-bottom: 8px solid #8ec4ff
}

.patient-graph-col .graph-box.orange-graph {
	background-color: #ffb88e;
	border-bottom: 8px solid #ffa775
}

.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
}

.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: contain;
    width: 120px;
    border: 1px solid lightblue;
}

.appointments .appointment-list {
	background-color: #fff;
	border: 1px solid #f1631b;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.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
}

.doc-review.review-listing {
	margin: 0
}

.custom-menu.nav>li>a {
	color: #bbb;
	font-size: 26px;
	line-height: 32px;
	margin-left: 15px;
	padding: 0
}

.custom-menu.navbar-nav>li>a:hover,
.custom-menu.navbar-nav>li>a:focus {
	background-color: transparent
}

.custom-menu .dropdown-menu {
	left: auto;
	right: 0
}



@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent
	}
}

@keyframes ripple {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
	}
	100% {
		-moz-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent
	}
}

.blog {
	border: 1px solid #f0f0f0;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 1.5rem;
	position: relative;
	height : 95%
}

.blog-image {
	overflow: hidden
}

.blog-image,
.blog-image>a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: 180px;
    object-fit: contain;
}

.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: var(--run-cyan)
}

.blog-content p {
	color: #666;
	font-size: 14px;
	margin: 0 0 30px
}
.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: var(--run-cyan);
	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: var(--run-cyan);
	border-color: transparent;
	color: #fff
}
.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: var(--run-cyan)
}

.category-widget .categories>li>a>i {
	color: var(--run-red);
	font-size: 18px;
	margin-right: 10px
}


.blogs-section {
	padding: 50px 0;
	background-color: #fff
}

.blogs-section.blog-container {
	padding: 60px 0
}

.blog-wrapper {
	background: #fff;
	border: 1px solid #e8eeff;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	margin-bottom: 30px;
	position: relative
}

.blog-wrapper .wrap-image img {
	width: 100%;
	border-radius: 10px 10px 0 0
}

.blog-wrapper .wrap-content {
	padding: 10px
}

.blog-wrapper .wrap-content:before {
	width: 0;
	height: 0;
	border-left: 149px solid transparent;
	border-right: 149px solid transparent;
	border-bottom: 20px solid #fff;
	margin-left: 0;
	position: absolute;
	margin-top: -30px;
	left: 15px
}

.blog-wrapper .wrap-content .sp-title {
	font-size: 13px;
	color: #2264c5;
	font-weight: 600;
	margin-right: 5px
}

.blog-wrapper .wrap-content .post-author img {
	width: 20px;
	flex: 0 0 20px;
	margin: 0 5px
}

.blog-wrapper .wrap-content .post-author span {
	font-size: 12px;
	font-weight: 600;
	color: #000
}

.blog-wrapper .wrap-content .date-cart {
	background-color: #1860ca;
	padding: 10px 8px;
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	width: 65px;
	height: 60px;
	margin: 0;
	position: absolute;
	right: 25px;
	margin-top: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.blog-wrapper .wrap-content .date-cart span {
	font-size: 11px;
	font-weight: 500
}

.blog-wrapper .wrap-content-body {
	margin-top: 10px
}

.blog-wrapper .wrap-content-body h3 a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.5
}

.blog-wrapper .wrap-content-body p {
	font-size: 12px;
	color: #000
}

.blog-wrapper .wrap-content-body a.read-txt {
	width: 110px;
	padding: 10px;
	background: #0ce0ff;
	border-radius: 30px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 600
}

.blogs-section .view-btn {
	background-color: var(--run-red);
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid var(--run-red);
	padding: 6px 20px
}

.blog-container .blog-wrapper .wrap-content .date-cart {
	top: 50px;
	right: 25px
}

.blog-container .blog-wrapper .wrap-content-body h3 a {
	color: #1860ca
}

.blog-container .blog-wrapper .wrap-content .sp-title {
	color: #28daf4;
	font-size: 14px
}

.blog-view .blog-title {
	font-size: 24px
}

.blog-content p:last-child {
	margin-bottom: 0
}

.blog-view .blog-info {
	border: 0;
	margin-bottom: 20px;
	padding: 0
}

.social-share {
	list-style: none;
	margin: 0;
	padding: 0
}

.social-share>li:first-child {
	margin-left: 0
}

.social-share>li>a {
	border: 1px solid #dfdfdf;
	color: #666;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	width: 40px
}

.social-share>li>a:hover {
	background-color: var(--run-cyan);
	color: #fff;
	border-color: var(--run-cyan)
}

.blog-reply>a {
	color: #999;
	font-size: 12px;
	font-weight: 500
}

.blog-date {
	color: #999;
	font-size: 12px
}

.blog-comments .comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.blog-comments .comments-list li {
	clear: both;
	padding-left: 80px
}

.blog-comments .comments-list li .comment {
	margin-bottom: 20px
}

.blog-comments .comments-list li .comment-author {
	left: 0;
	position: absolute
}

.blog-comments .comments-list li img.avatar {
	height: 58px;
	width: 58px;
	border-radius: 58px
}

.blog-comments .comment-btn {
	color: var(--run-cyan);
	display: inline-block;
	font-weight: 500;
	font-size: 15px
}

.blog-author-name {
	color: #272b41;
	font-size: 16px;
	font-weight: 600
}
.custom-edit-service .upload-wrap li {
	margin: 10px
}

.custom-edit-service .upload-wrap li:first-child {
	margin-left: 0
}

.custom-edit-service .upload-wrap li img {
	max-width: 100%
}

.grid-blog .blog-title {
	font-size: 18px;
	margin: 0 0 5px;
	min-height: 43px;    overflow: hidden;
    max-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: 10px
}

.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: var(--run-cyan)
}


.view-icons a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #212529;
	display: flex;
	font-size: 20px;
	justify-content: center;
	padding: 4px 10px;
	text-align: center;
	margin-left: 10px;
	width: 44px;
	height: 44px
}

.view-icons a:hover {
	border-color: var(--run-cyan);
	color: var(--run-cyan)
}

.view-icons a.active {
	background-color: var(--run-cyan);
	border-color: var(--run-cyan);
	color: #fff
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999
}
.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: #000
}

.product-description .doctor-img1 {
	width: 40%
}

.product-description .doc-info-cont {
	width: 60%
}
.custom-increment .input-group1 {
	display: flex;
	display: -webkit-flex;
	width: 100%
}
.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 0 0 4px
}

.view-cart-header {
	position: relative
}

.view-cart-header .shopping-cart {
	margin: 20px 0;
	float: right;
	background: #fff;
	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: 0
}

.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: var(--run-cyan);
	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, .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
}

.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: 75vh;
	min-height: 350px;
	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: 0;
	z-index: 10;
	padding-bottom: 20px;
	color: #fff;
	top: 110px;
	width: 100%;
	text-align: center
}

.carousel-caption span {
	font-size: 32px;
	font-weight: 700;
	color: #2e3842
}

.carousel-caption h2 {
	font-size: 54px;
	font-weight: 700;
	color: #1e5c92
}

.carousel-caption p {
	font-size: 18px;
	font-weight: 700;
	color: #2e3842
}
.about-section {
	background: url(../img/about-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	min-height: 700px
}

.about-titile {
	font-size: 15px;
	color: #fff;
	background-color: #09e5ab;
	border: 1px solid #09e5ab;
	border-radius: 5px;
	padding: 12px 20px;
	display: inline-block
}

.about-titile:hover {
	color: #fff
}

.about-section h3 {
	color: #272b41;
	font-size: 25px;
	font-weight: 600
}

.about-section p {
	font-size: 16px;
	color: #000
}

.select-category {
	margin-top: -100px;
	padding: 50px 0;
	padding-top: 0
}

.category-subox {
	background-color: #fff;
	box-shadow: 0 4px 5px 5px #e5f1fb;
	border-radius: 8px;
	padding: 30px;
	text-align: center;
	overflow: hidden
}

.category-subox h4 {
	color: #15558d;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	margin-bottom: 20px
}

.category-subox p {
	font-size: 16px;
	color: #000
}
.about-page .section-specialities {
	background-color: #e5f1fb
}

.about-page .section-specialities {
	padding: 50px 0
}

.section-testimonial {
	padding: 50px 0
}
.section-testimonial .testimonial-item {
	position: relative;
	margin-bottom: 30px
}
.contact-section {
	padding: 50px 0 60px;
	background: linear-gradient(360deg, rgba(0, 113, 220, 0.06) 40.94%, rgba(229, 241, 251, 0) 100%)
}

.contact-section h3 {
	color: #272b41;
	font-size: 36px
}

.contact-section p {
	color: #000;
	max-width: 710px;
	margin: 0 auto
}
.contact-box {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 50px
}

.contact-box .infor-details {
	background: #fff;
	box-shadow: 0 4px 5px 5px #e5f1fb;
	border-radius: 8px;
	padding: 20px;
	padding-top: 80px;
	width: 100%
}

.contact-box .infor-details label {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px
}

.contact-box .infor-details p {
	color: var(--run-red);
	font-size: 16px;
	font-weight: 600
}

.contact-form {
	padding: 50px 0 60px;
	background-color: #fff
}

.contact-form .section-header {
	margin-bottom: 50px
}

.contact-form form {
	background: #fff;
	box-shadow: 0 4px 5px 5px #e5f1fb;
	border-radius: 8px;
	padding: 30px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto
}

.contact-form form label span {
	color: red
}

.contact-form form input,
.contact-form form textarea {
	background: #fff;
	border: 1px solid #e5f1fb;
	border-radius: 8px
}

.contact-form form textarea {
	min-height: 200px;
	resize: none;
	padding: 6px 15px
}

.contact-form .btn {
	font-size: 15px;
	font-weight: 600;
	padding: 11px 30px;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #e5f1fb
}

.contact-map iframe {
	width: 100%;
	border: none;
	height: 400px
}

.home-one-banner {
	background: #e5f1fb;
	padding: 20px 0 0;
	font-family: encode sans, sans-serif;
	position: relative;
	overflow: hidden
}

.nav-bg {
	background-color: #fff;
	border-radius: 50px;
	position: relative
}

.header-nav-one {
	height: 97px
}

.nav-bg .navbar-header {
	margin-top: 0
}

.nav-bg .main-menu-wrapper {
	display: flex
}

.nav-bg .header-navbar-rht {
	margin: 0;
	padding: 0
}

.grey-font>li>a {
	color: #3e5463
}

.nav-bg .main-nav .has-submenu.active .submenu li.active>a {
	color: var(--run-red)
}

.nav-bg .main-nav li .submenu a:hover {
	color: var(--run-red);
	letter-spacing: .5px;
	padding-left: 20px
}

.nav-bg .main-nav .has-submenu.active>a {
	color: var(--run-red)
}

.nav-bg .login-blue-bg {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: encode sans, sans-serif;
	padding: 10px 30px;
	text-align: center;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 50px;
	min-width: 110px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.nav-bg .login-blue-bg:hover {
	color: #242424;
	border: 1px solid #242424;
	background: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.nav-bg .signup-white-bg {
	font-size: 16px;
	font-weight: 700;
	color: #242424;
	font-family: encode sans, sans-serif;
	padding: 10px 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #242424;
	box-shadow: inset 0 0 0 0 var(--run-red);
	border-radius: 50px;
	min-width: 110px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.nav-bg .signup-white-bg:hover {
	color: #fff;
	border: 1px solid var(--run-red);
	background: var(--run-red);
	box-shadow: inset 0 50px 0 0 var(--run-red);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.banner-left {
	margin: auto
}

.scroll-down {
	position: absolute;
	right: auto;
	left: -50px;
	top: 70px
}

.scroll-down .scroll-text {
	-webkit-transform: rotate( -90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	width: 150px;
	right: auto;
	left: -64px;
	top: 28px
}

.scroll-down .scroll-text p {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #7e8998;
	margin-bottom: 0
}

.scroll-center {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	margin-top: 125px
}

.scroll-arrow-one {
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #7e8998;
	border-bottom: 1px solid #7e8998;
	margin: -8px 0 8px 5px;
	width: 14px;
	height: 14px;
	-webkit-animation: mouse-scroll .4s infinite;
	-moz-animation: mouse-scroll .4s infinite;
	-webkit-animation-direction: alternate
}

.scroll-arrow-two {
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 1px solid #7e8998;
	border-bottom: 1px solid #7e8998;
	margin: -14px 0 8px 5px;
	width: 14px;
	height: 14px;
	-webkit-animation: mouse-scroll .8s infinite;
	-moz-animation: mouse-scroll .8s infinite;
	-webkit-animation-direction: alternate
}

.scroll-mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	transform: none;
	border: 2px solid #7e8998;
	margin-bottom: 6px
}

.scroll-wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: #7e8998;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid #7e8998;
	border-radius: 8px;
	-webkit-animation: mouse-wheel 2s linear infinite;
	-moz-animation: mouse-wheel 2s linear infinite
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@-moz-keyframes mouse-wheel {
	0% {
		top: 1px
	}
	25% {
		top: 2px
	}
	50% {
		top: 6px
	}
	75% {
		top: 2px
	}
	100% {
		top: 1px
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	50% {
		opacity: .5
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	100% {
		opacity: 1
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	100% {
		opacity: 1
	}
}

.banner-left .banner-info h2 {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px
}

.banner-left .banner-info h2 span {
	color: var(--run-red)
}

.banner-left .banner-details {
	padding-top: 20px
}

.banner-left .banner-details h4 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	background: var(--run-red);
	border-radius: 5px;
	padding: 10px;
	display: inline-block
}

.banner-left .banner-details p {
	font-size: 20px;
	font-weight: 400;
	color: #3e5463;
	margin-bottom: 0;
	max-width: 500px
}

.appoinment-section {
	font-family: encode sans, sans-serif;
	background-color: #fff
}

.appoinment-box {
	background: #fff;
	box-shadow: 0 30px 80px rgba(0, 113, 220, .02), 0 64.8148px 46.8519px rgba(0, 113, 220, .0151852), 0 38.5185px 25.4815px rgba(0, 113, 220, .0121481), 0 20px 13px rgba(0, 113, 220, .01), 0 8.14815px 6.51852px rgba(0, 113, 220, .00785185), 0 1.85185px 3.14815px rgba(0, 113, 220, .00481481);
	border-radius: 6px;
	margin-top: -45px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px
}

.appoinment-box .appoinment-location i {
	color: var(--run-red);
	font-size: 18px;
	position: absolute;
	top: 15px
}

.appoinment-box .appoinment-location {
	position: relative
}

.appoinment-box .appoinment-location .form-control {
	background: 0 0;
	border: transparent;
	position: relative;
	height: auto;
	padding: 0 26px
}

.appoinment-box .appoinment-right {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.appoinment-box .appoinment-btn {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	border: 1px solid var(--run-red);
	background: var(--run-red);
	margin-right: 20px
}

.appoinment-box .appoinment-btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid var(--run-red)
}

.appoinment-box .appoinment-search-btn i {
	font-size: 20px
}

.appoinment-box .appoinment-search-btn {
	color: #000;
	font-size: 16px;
	min-width: 185px;
	height: 50px;
	background: #eee;
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.appointment-bg {
	background: #fff;
	padding: 20px 0 0
}

.appointment-bg .custom-contain {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.appointment-bg .appointment-left {
	margin: 0 -15px
}

.appointment-grid {
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	padding: 20px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.appointment-grid:hover {
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	box-shadow: 0 30px 30px rgba(47, 70, 86, .2);
	border-radius: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.appointment-grid:hover .appointment-link {
	color: var(--run-red)
}

.appointment-grid:hover .appointment-read-btn {
	color: #fff;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 50px 0 0 var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.appointment-grid:hover .appointment-info .appointment-read-btn i {
	left: 6px;
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.appointment-icon {
	font-size: 40px;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px
}

.icon-primary {
	color: #f2994a;
	background: #fff1e6;
	border: 1px solid #e5f1fb
}

.icon-green {
	color: #27ad5f;
	background: #e3ffef;
	border: 1px solid #e5f1fb
}

.icon-red {
	color: #eb5757;
	background: #fff1f1;
	border: 1px solid #e5f1fb
}

.appointment-info {
	padding-bottom: 50px
}

.appointment-info .appointment-link {
	font-weight: 600;
	font-size: 28px;
	color: #000;
	line-height: normal
}

.appointment-info p {
	font-size: 16px;
	color: #3e5463;
	margin-top: 10px;
	margin-bottom: 20px
}

.appointment-info .appointment-read-btn {
	font-weight: 700;
	font-size: 18px;
	color: #242424;
	min-width: 170px;
	padding: 10px 25px;
	background: #fff;
	border: 1px solid #242424;
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 50px;
	position: absolute;
	bottom: 20px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.appointment-info .appointment-read-btn i {
	position: relative;
	left: 0;
	color: #242424;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.appointment-schedule {
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
	padding: 20px
}

.schedule-title {
	font-weight: 600;
	font-size: 28px;
	color: #000;
	margin-bottom: 20px
}

.appointment-schedule ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.appointment-schedule ul li {
	font-weight: 400;
	color: #3e5463;
	overflow: hidden;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px
}

.appointment-schedule ul li:first-child {
	padding-top: 0
}

.appointment-schedule ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.appointment-schedule ul li span {
	float: left;
	font-weight: 600
}

.appointment-request {
	background: var(--run-red);
	border: 1px solid var(--run-red);
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
	padding: 20px
}

.appointment-img-holder {
	margin-right: 20px
}

.appointment-info-holder p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 12px
}

.appointment-info-holder h2 {
	font-size: 44px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0
}

.service-section {
	font-family: encode sans, sans-serif;
	background-color: #edf5fc;
	padding: 80px 0
}
.service-grid-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background: var(--run-red);
	border-radius: 10px;
	margin: 0 auto 20px;
	position: relative
}
.service-grid-icon img {
	width: 40px
}
.doctor-section {
	font-family: encode sans, sans-serif;
	background-color: #fff;
	padding: 80px 0;
	position: relative;
	overflow: hidden
}
.doctor-right-img {
	position: absolute;
	right: 0
}
.doctor-book-slider {
	padding-bottom: 0
}

.doctor-section .slick-slide,
.doctor-book-slider .slick-slide,
.doctor-book-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 280px;
	padding-bottom: 0
}

.doctor-profile-widget {
	border-radius: 6px;
	padding: 0;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(152, 162, 176, .34);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-profile-widget:hover {
	border: 1px solid #e5e5e5;
	box-shadow: 0 35px 35px rgb(0 28 43/10%);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-profile-widget .pro-content {
	padding: 0
}

.doctor-profile-widget .provider-info {
	background-color: #fff;
	padding: 15px;
	position: absolute;
	top: calc(100% - 85px);
	width: 100%;
	left: 0;
	text-align: center;
	border-radius: 0 0 6px 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-profile-widget:hover .provider-info p {
	margin-bottom: 5px
}

.doctor-profile-widget:hover .provider-info {
	top: calc(100% - 250px);
	box-shadow: 0 35px 35px rgb(0 28 43/10%);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate3d(0, 4%, 0);
	transform: translate3d(0, 4%, 0);
	box-shadow: 0 30px 30px rgb(47 70 86/20%)
}

.doctor-profile-widget .provider-info .pro-icon {
	background: var(--run-red);
	border: 1.5px solid #fff;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	display: none;
	margin: -40px auto 14px;
	position: relative
}

.doctor-profile-widget .provider-info .pro-icon img {
	width: 30px;
	display: unset
}

.doctor-profile-widget:hover .provider-info .pro-icon {
	display: flex
}

.doctor-profile-widget .provider-info h3 a {
	font-size: 22px;
	font-weight: 600;
	color: var(--run-red)
}

.doctor-profile-widget .provider-info h3 a img {
	display: inline-block
}

.doctor-profile-widget .book-doctor {
	width: 100%;
	padding: 0;
	border-radius: 6px 6px 0 0;
	-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
}

.doctor-profile-widget:hover .book-doctor {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.doctor-profile-widget .provider-info p {
	color: #7e8998;
	margin-bottom: 13px
}

.doctor-profile-widget .provider-info .rating {
	font-size: 14px;
	width: auto;
	margin-bottom: 15px;
	color: #7e8998;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-profile-widget .provider-info .rating i.filled {
	color: #f4c150
}

.doctor-profile-widget .provider-info .rating i {
	color: #7e8998
}

.doctor-profile-widget .content-info {
	padding: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-profile-widget .provider-info .social-info {
	display: flex;
	justify-content: center;
	align-items: center
}

.doctor-profile-widget .provider-info .social-info a {
	padding: 0 2px;
	position: relative
}

.doctor-profile-widget .provider-info .social-info a i {
	font-size: 14px;
	color: #fff;
	background: var(--run-red);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.doctor-profile-widget .provider-info .social-info a i:hover {
	color: #fff
}

.booking-btn {
	margin-top: 20px;
	margin-bottom: 0
}

.booking-btn .book-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 4px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.booking-btn .book-btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid var(--run-red);
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-book-slider .slick-prev {
	right: 0;
	left: 10px;
	top: 104.5%
}

.doctor-book-slider .slick-next {
	right: 0;
	left: 60px;
	top: 104.5%
}

.doctor-book-slider .slick-prev,
.doctor-book-slider .slick-next {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #e5f1fb;
	color: var(--run-red);
	box-shadow: unset;
	opacity: 1
}

.doctor-book-slider .slick-prev:hover,
.doctor-book-slider .slick-next:hover {
	background-color: var(--run-red);
	color: #fff;
	opacity: 1
}

.doctor-book-slider .slick-next:hover:before,
.doctor-book-slider .slick-prev:hover:before {
	color: #fff
}

.doctor-book-slider .slick-next:before,
.doctor-book-slider .slick-prev:before {
	content: "\f054";
	font-family: "font awesome 5 free";
	font-weight: 900;
	color: var(--run-red);
	opacity: 1;
	font-size: 15px
}

.doctor-book-slider .slick-prev:before {
	content: "\f053"
}

.slick-view-btn .btn {
	display: inline-block;
	padding: 9px 23px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 4px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative
}

.slick-view-btn .btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid var(--run-red);
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.features-section {
	padding: 80px 0;
	background-color: rgba(0, 113, 220, .07);
	font-family: encode sans, sans-serif
}
.footer-one .footer-top {
	font-family: encode sans, sans-serif
}

.footer-one .footer-widget .footer-logo {
	margin-bottom: 20px
}

.footer-one .footer-widget .footer-about-content p {
	margin-bottom: 20px
}

.footer-one .social-icon ul li a:hover {
	color: #b3bcc9
}

.footer-one .footer-menu ul li a {
	color: #b3bcc9;
	padding-left: 0
}

.footer-one .footer-widget.footer-menu ul li a:hover {
	padding-left: 15px
}

.footer-one .footer-menu ul li a::before {
	display: none
}

.footer-one .footer-contact-info {
	color: #b3bcc9
}

.footer-one .footer-contact-info i {
	font-size: 20px;
	color: #fff
}

.footer-one .footer-bottom {
	font-family: ibm plex sans, sans-serif
}

.footer-one .footer-bottom .copyright {
	border-top: 1px solid rgba(255, 255, 255, .27)
}

.footer-one .policy-menu li a:hover,
.policy-menu li a:focus {
	color: #b3bcc9
}

.nav-bg-two .login-blue-bg {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: encode sans, sans-serif;
	padding: 10px 30px;
	text-align: center;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 50px;
	min-width: 110px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.nav-bg-two .login-blue-bg:hover {
	color: #242424;
	border: 1px solid #242424;
	background: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.nav-bg-two .login-blue-bg i {
	font-size: 18px
}

.home-banner-two {
	position: relative;
	font-family: encode sans, sans-serif;
	padding: 80px 0
}

.home-banner-two .slick-slide img {
	width: 100%
}

.home-banner-two .profile-widget {
	padding: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 700px
}


.banner-two-form .app-form h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 40px
}

.banner-two-form label {
	font-size: 16px;
	color: #eee
}

.banner-two-form .search-btn {
	font-size: 18px;
	font-weight: 700;
	font-family: ibm plex sans, sans-serif;
	margin-top: .5rem
}

.home-banner-two .slick-dots {
	display: none!important
}

.home-banner-two .slick-prev,
.home-banner-two .slick-next {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #eee;
	color: var(--run-red);
	box-shadow: unset;
	opacity: 1;
	z-index: 1
}

.home-banner-two .slick-prev:hover,
.home-banner-two .slick-next:hover {
	background-color: var(--run-red);
	color: #fff;
	opacity: 1
}

.home-banner-two .slick-next:hover:before,
.home-banner-two .slick-prev:hover:before {
	color: #fff
}

.home-banner-two .slick-next:before,
.home-banner-two .slick-prev:before {
	content: "\f054";
	font-family: "font awesome 5 free";
	font-weight: 900;
	color: #3e5463;
	opacity: 1;
	font-size: 15px
}

.home-banner-two .slick-prev:before {
	content: "\f053"
}
.best-doctor-section {
	font-family: encode sans, sans-serif;
	background-color: #fff;
	padding: 20px 0 80px
}

.best-doctor-section .slick-slide,
.best-doctor-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 5px;
	width: 280px;
	padding-bottom: 0
}

.best-doctor-widget {
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	border-radius: 6px;
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	margin-bottom: 60px
}

.best-doctor-widget:hover {
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .11);
	box-shadow: 0 22px 40px rgba(196, 196, 196, .5);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctor-widget .best-doctor-image {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: auto
}

.best-doctor-widget .best-doctor-image>a,
.best-doctor-widget .best-doctor-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto
}

.best-doctor-widget .best-doctor-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
}

.best-doctor-widget:hover .best-doctor-image a img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.best-doctor-widget .item-info {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	padding: 0 30px;
	z-index: 1
}

.best-doctor-widget .item-info .doctor-verify-overlay {
	float: left;
	align-items: center
}

.best-doctor-widget .item-info .doctor-verify-overlay a {
	font-size: 16px;
	color: #000;
	padding: 0;
	width: 100px;
	height: 34px;
	background: 0 0;
	border-radius: 0 5px 5px 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -10px;
	top: -6px
}

.best-doctor-widget .item-info .doctor-verify-overlay a:hover {
	color: var(--run-red)
}

.best-doctor-widget:hover .item-info .doctor-verify-overlay a {
	background: #fff;
	-webkit-transform: translate3d(0, 4%, 0);
	transform: translate3d(0, 4%, 0);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	left: 20px
}

.best-doctor-widget .item-info .doctor-verify-overlay img {
	display: unset;
	margin-left: 8px
}

.best-doctor-widget .item-info .doctor-verify-overlay span {
	display: none
}

.best-doctor-widget:hover .item-info .doctor-verify-overlay span {
	display: inline-block
}

.best-doctor-widget .item-info .doctor-fav-btn {
	float: right
}

.best-doctor-widget .item-info .doctor-fav-btn .fav-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1.5px solid #fff;
	width: 24px;
	height: 24px;
	font-size: 13px;
	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: #000;
	z-index: 99
}

.best-doctor-widget .item-info .doctor-fav-btn .fav-icon:hover {
	background-color: var(--run-red);
	color: #fff;
	border: 1.5px solid #fff
}

.best-doctor-widget .item-info .doctor-fav-btn .fav-icon.favourite {
	background-color: var(--run-red);
	color: #fff;
	border: 1.5px solid #fff
}

.best-doctor-widget .provider-info h3 a {
	font-size: 22px;
	font-weight: 600;
	color: var(--run-red)
}

.best-doctor-widget .provider-info p {
	color: #7e8998;
	margin-bottom: 10px
}

.doctor-appointment-btn {
	padding-top: 10px
}

.doctor-appointment-btn .btn {
	font-weight: 600;
	box-shadow: inset 0 0 0 #3e5463;
	width: 100%
}

.best-doctor-widget:hover .doctor-appointment-btn .btn {
	color: #fff;
	border: 1px solid #3e5463;
	background: #3e5463;
	box-shadow: inset 250px 0 0 0 #3e5463
}

.best-doctor-widget .best-doctor-image .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 113, 220, .67);
	overflow: hidden;
	width: 0;
	height: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctor-widget:hover .best-doctor-image .overlay {
	width: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctor-widget .best-doctor-image .pro-icon {
	background: var(--run-red);
	border: 1.5px solid #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.best-doctor-widget .best-doctor-image .pro-icon img {
	width: 30px;
	display: unset
}

.best-doctor-widget .best-doctor-image .social-info {
	display: flex;
	justify-content: center;
	align-items: center
}

.best-doctor-widget .best-doctor-image .social-info {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.best-doctor-widget .best-doctor-image .social-info a {
	padding: 0 2px;
	position: relative
}

.best-doctor-widget .best-doctor-image .social-info a i {
	font-size: 18px;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.best-doctor-slider .slick-prev {
	left: -70px;
	right: auto
}

.best-doctor-slider .slick-next {
	right: -70px;
	left: auto
}

.best-doctor-slider .slick-prev,
.best-doctor-slider .slick-next {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: rgba(0, 113, 220, .2);
	color: var(--run-red);
	box-shadow: unset;
	opacity: 1;
	width: 56px;
	height: 56px
}

.best-doctor-slider .slick-prev:hover,
.best-doctor-slider .slick-next:hover {
	background-color: var(--run-red);
	color: #fff;
	opacity: 1
}

.best-doctor-slider .slick-next:hover:before,
.best-doctor-slider .slick-prev:hover:before {
	color: #fff
}

.best-doctor-slider .slick-next:before,
.best-doctor-slider .slick-prev:before {
	content: "\f061";
	font-family: "font awesome 5 free";
	font-weight: 900;
	color: #fff;
	opacity: 1;
	font-size: 16px
}

.best-doctor-slider .slick-prev:before {
	content: "\f060"
}

.features-clinic-section {
	font-family: encode sans, sans-serif;
	background-color: rgba(0, 113, 220, .05);
	padding: 80px 0
}

.clinic-row {
	padding-left: 15px;
	padding-right: 15px
}

.clinic-main-grid {
	padding-left: 0;
	padding-right: 0
}

.clinic-grid {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	background: 0 0;
	border: 1px solid rgba(152, 162, 176, .34);
	padding-top: 40px;
	padding-bottom: 40px
}

.clinic-grid h4 {
	font-weight: 600;
	font-size: 22px;
	color: #242424;
	margin-top: 20px;
	margin-bottom: 0
}

.clinic-grid:hover h4 {
	color: #fff
}

.features-clinic-section .hvr-bounce-to-right:before {
	border-radius: 0
}
.blog-news-section {
	font-family: encode sans, sans-serif;
	background-color: #fff;
	padding: 40px 0 260px
}

.blog-news-grid {
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-news-grid:hover {
	background: #fff;
	border: 1px solid #c0c9d5;
	box-shadow: 0 35px 35px rgba(0, 28, 43, .1);
	border-radius: 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-news-grid .blog-news-img {
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: auto
}

.blog-news-grid .blog-news-img>a,
.blog-news-grid .blog-news-img img {
	display: block;
	position: relative;
	width: 100%;
	height: auto
}

.blog-news-grid .blog-news-img 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-news-grid:hover .blog-news-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.blog-news-grid .blog-news-img .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .54);
	overflow: hidden;
	width: 0;
	height: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-news-grid:hover .blog-news-img .overlay {
	width: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-news-grid .blog-news-date {
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 100%;
	padding: 0;
	z-index: 1
}

.blog-news-grid .blog-news-date a {
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
	height: 23px;
	background: var(--run-red);
	color: #fff;
	align-items: center;
	justify-content: space-between;
	font-family: ibm plex sans, sans-serif
}

.blog-news-grid .blog-news-title {
	max-width: 350px
}

.blog-news-grid .blog-news-title a {
	font-family: ibm plex sans, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #3e5463
}

.blog-news-grid:hover .blog-news-title a {
	color: var(--run-red)
}

.blog-news-grid .blog-news-arrows {
	position: absolute;
	bottom: -28px;
	right: 40px;
	background-color: var(--run-red);
	color: #fff;
	box-shadow: 0 0 20px rgb(10 99 184/85%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-news-grid:hover .blog-news-arrows {
	-webkit-transform: translate(0, -320%);
	transform: translate(0, -320%);
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.footer-two {
	background-color: #00284f
}

.footer-news {
	background: #fff;
	box-shadow: 0 0 35px rgba(0, 28, 43, .1);
	border-radius: 6px;
	text-align: center;
	padding: 60px 0;
	margin-top: -200px;
	margin-bottom: 30px;
	font-family: ibm plex sans, sans-serif
}

.footer-news .footer-news-head {
	margin-bottom: 30px
}

.footer-news .footer-news-head h2 {
	font-weight: 700;
	font-size: 44px;
	color: var(--run-red);
	margin-bottom: 20px
}

.footer-news .footer-news-head p {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-bottom: 0
}

.footer-news .footer-news-form {
	position: relative
}

.footer-news .footer-news-form .form-control {
	position: relative;
	background: #eee;
	border: 1px solid #eee;
	border-radius: 25px;
	padding: 0 20px;
	height: 50px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	font-family: encode sans, sans-serif
}

.footer-news .footer-news-form .form-control::placeholder {
	color: rgba(0, 0, 0, .33)
}

.footer-news .footer-news-form .btn {
	font-family: ibm plex sans, sans-serif;
	border-radius: 25px;
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	height: 50px
}

.footer-two .footer-top {
	font-family: encode sans, sans-serif
}

.footer-two .footer-widget .footer-logo {
	margin-bottom: 20px
}

.footer-two .footer-widget .footer-about-content p {
	margin-bottom: 20px
}

.footer-two .social-icon ul li a:hover {
	color: #b3bcc9
}

.footer-two .footer-menu ul li a {
	color: #b3bcc9;
	padding-left: 0
}

.footer-two .footer-widget.footer-menu ul li a:hover {
	padding-left: 15px
}

.footer-two .footer-menu ul li a::before {
	display: none
}

.footer-two .footer-contact-info {
	color: #b3bcc9
}

.footer-two .footer-contact-info i {
	font-size: 20px;
	color: #fff
}

.footer-two .footer-bottom {
	font-family: ibm plex sans, sans-serif
}

.footer-two .footer-bottom .copyright {
	border-top: 1px solid rgba(255, 255, 255, .27)
}

.footer-two .policy-menu li a:hover,
.policy-menu li a:focus {
	color: #b3bcc9
}
.doctor-details-section {
	background: url(../img/doctors/doctor-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
	position: relative;
	overflow: hidden
}
.doctor-grid .doctor-details {
	background: url(../img/doctors/doctor-inner-img1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden
}

.doctor-grid .doctor-details:before {
	background: rgba(6, 59, 111, .93);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.doctor-grid .doctor-details-one {
	background: url(../img/doctors/patient-inner-img1.jpg)
}

.doctor-grid .doctor-details-one:before {
	background: rgba(62, 84, 99, .92)
}

.doctor-grid .doctor-details h4 {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
	text-transform: uppercase
}

.doctor-grid .doctor-details p {
	color: #fff;
	margin-bottom: 30px;
	max-width: 370px;
	position: relative;
	z-index: 1
}

.doctor-grid .doctor-details .btn {
	color: var(--run-red);
	background: #fff;
	box-shadow: inset 0 0 0 0 var(--run-red);
	border-radius: 4px;
	position: relative;
	z-index: 1
}

.doctor-grid .doctor-details .btn:hover {
	color: #fff;
	background: var(--run-red);
	box-shadow: inset 0 50px 0 0 var(--run-red)
}

.doctor-grid .doctor-details .doctor-details-img {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0
}

.doctor-section-three {
	background: url(../img/doctors/best-doctor-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0;
	position: relative;
	overflow: hidden
}

.best-our-doctors {
	margin-bottom: 60px
}

.best-our-doctors .our-doctors-card {
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	border-radius: 6px;
	padding: 0;
	padding-bottom: 130px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-section-three .owl-nav button.owl-next span,
.doctor-section-three .owl-nav button.owl-prev span {
	font-size: 34px;
	line-height: 25px;
	transform: rotate(0deg);
	display: flex;
	padding-left: 6px;
	padding-bottom: 3px
}

.doctor-section-three .owl-nav button.owl-next {
	margin-left: 10px
}

.features-clinic {
	background-color: #fff;
	padding: 80px 0
}

.features-clinic-slider {
	margin-bottom: 60px
}

.features-clinic-grid {
	border-radius: 10px;
	position: relative
}

.features-clinic-grid .features-clinic-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.features-clinic-grid .features-clinic-img img {
	width: 100%;
	border-radius: 10px;
	-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
}

.features-clinic-grid:hover .features-clinic-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.feature-clinic-overlay {
	position: absolute;
	bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 100%
}

.feature-clinic-overlay p {
	width: 100%;
	background: rgba(0, 0, 0, .7);
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .7);
	margin-bottom: 0;
	padding: 10px 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: encode sans, sans-serif
}

.slide-nav-6 button.owl-next,
.slide-nav-6 button.owl-prev {
	width: 44px;
	height: 44px;
	background: #b3bcc9;
	text-shadow: none;
	top: 0;
	margin-top: 0;
	cursor: pointer;
	border: 0;
	color: #000;
	margin-bottom: 0;
	border-radius: 50px;
	transform: rotate(0deg)
}

.slide-nav-6 button.owl-next:hover,
.slide-nav-6 button.owl-prev:hover {
	background: var(--run-red);
	color: #fff
}

.features-clinic .owl-nav button.owl-next span,
.features-clinic .owl-nav button.owl-prev span {
	font-size: 34px;
	line-height: 25px;
	transform: rotate(0deg);
	display: flex;
	padding-left: 6px;
	padding-bottom: 3px
}

.features-clinic .owl-nav button.owl-next {
	margin-left: 10px
}


.section-header-four .color-primary {
	color: var(--run-red);
	font-weight: 700
}

.section-header-four .sub-title {
	color: #3e5463;
	font-size: 16px;
	max-width: 600px;
	margin: 30px auto 0
}

.section-header-four p {
	color: #3e5463;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 15px
}

.looking-row {
	padding-left: 0;
	padding-right: 0;
	background: #fff;
	border: 1px solid rgba(192, 201, 213, .5);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-col {
	padding-left: 0;
	padding-right: 0
}

.looking-grid-four {
	display: flex;
	padding: 0;
	background: #fff;
	border: 1px solid transparent;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover {
	background: #e5f1fb;
	border: 1px solid rgba(192, 201, 213, .5);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four .looking-box-four {
	display: flex;
	padding: 20px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative;
	top: 0;
	right: 0
}

.looking-grid-four:hover .looking-box-four {
	background: #01255d;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	top: -20px;
	right: -20px
}

.looking-box-four .looking-inner-box {
	padding: 20px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover .looking-box-four .looking-inner-box {
	background: rgba(255, 255, 255, .06);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box-four .looking-inner-box .looking-info-four a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 28px;
	color: #48A14D;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover .looking-box-four .looking-inner-box .looking-info-four a {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box-four .looking-inner-box .looking-info-four a i {
	font-size: 40px;
	color: var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover .looking-box-four .looking-inner-box .looking-info-four a i {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box-four .looking-inner-box .looking-info-four p {
	margin-top: 20px;
	margin-bottom: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover .looking-inner-box .looking-info-four p {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box-four .looking-inner-box .looking-four-btn {
	margin-top: 30px
}

.looking-box-four .looking-inner-box .looking-four-btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover .looking-box-four .looking-inner-box .looking-four-btn a {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box-four .looking-inner-box .looking-four-btn a i {
	color: var(--run-red);
	position: relative;
	left: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-four:hover .looking-box-four .looking-inner-box .looking-four-btn a i {
	color: #fff;
	left: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-section-four {
	padding: 40px 0
}

.clinic-grid-four {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four .clinic-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px
}

.clinic-grid-four .clinic-img:before {
	background-color: #26a33957;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four .clinic-img .clinic-image {
	width: 100%;
	-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;
	height: 300px;
}

.clinic-grid-four .clinic-img:hover .clinic-image {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.clinic-grid-four .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	background-color: var(--run-red);
	border-radius: 6px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four:hover .overlay {
	height: 100%;
	bottom: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four .overlay .clinic-cricle {
	background: url(../img/shapes/shape-11.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	border-radius: 100%;
	animation: pulse-secondary 2s infinite;
	-webkit-box-shadow: 0 0 0 rgb(255 255 255);
	box-shadow: 0 0 0 rgb(255 255 255)
}

.clinic-grid-four .overlay .clinic-round {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	animation: pulse-secondary 2s infinite;	
	-webkit-box-shadow: 0 0 0 rgb(255 255 255);
	box-shadow: 0 0 0 rgb(255 255 255);
	overflow: hidden;
}

.clinic-grid-four .overlay .clinic-round .clinic-heart-img {
	width: 40px
}

.clinic-grid-four .overlay .clinic-round img {
	fill: var(--run-red);
	/* filter: invert(57%) sepia(28%) saturate(926%) hue-rotate(73deg) brightness(90%) contrast(83%); */
}

.clinic-grid-four .overlay h4 {
	font-family: montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
}

.clinic-grid-four .clinic-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four:hover .clinic-content {
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four .clinic-content h4 {
	font-family: montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
}

.clinic-grid-four .clinic-icon-inner {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
	background: #fff;
	border-radius: 6px;
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four:hover .clinic-icon-inner {
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-four .clinic-icon-inner .clinic-inner-heart {
	width: 30px
}

.clinic-grid-four .clinic-icon-inner img {
	width: 40px;
	fill: var(--run-red);
	filter: invert(57%) sepia(28%) saturate(926%) hue-rotate(73deg) brightness(90%) contrast(83%);
}

.doctor-section-four {
	padding: 10px 0 10px;
}

.best-doctors-grid {
	background: #fff;
	border: 1px solid rgba(192, 201, 213, .5);
	border-radius: 6px;
	position: relative;
	margin-bottom: 27px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-img {
	border-radius: 6px 6px 0 0;
	position: relative;
	overflow: hidden;
	padding: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	height: 150px;
    padding: 18px;
}

.best-doctors-grid:hover .best-doctors-img:before {
	background-color: rgba(0, 28, 43, .42);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-img img {
	width: 100%;
	border-radius: 6px 6px 0 0;
	-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;
}

.best-doctors-grid:hover .best-doctors-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.best-doctors-grid .best-doctors-info {
	padding: 8px;
	font-family: montserrat, sans-serif;
	border-radius: 0 0 6px 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}
.best-doctors-info h6 {
	white-space: nowrap;
	overflow: hidden;
}

.best-doctors-grid:hover h6 , .best-doctors-grid:hover p {
	color : white
}
.best-doctors-grid:hover .best-doctors-info  {
	background: var(--run-red);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info h3 {
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	font-size: 18px;
	}

.best-doctors-grid .best-doctors-info h3 a {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info h3 a {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info .doctor-posting {
	font-weight: 500;
	font-size: 14px;
	color: #3e5463;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	height : 25px
}

.best-doctors-grid:hover .best-doctors-info .doctor-posting {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info div p {
	color :#fff
}
.best-doctors-grid .best-doctors-info .doctors-amount {
	font-weight: 600;
	font-size: 18px;
	color: #27ad5f;
	margin-bottom: 5px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info .doctors-amount {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info .rating {
	font-weight: 500;
	font-size: 14px;
	color: #3e5463;
	margin-bottom: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info .rating {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info .rating i.filled {
	color: #f2a54a;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info .rating i.filled {
	color: #f2a54a;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info .rating i {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info .rating i {
	color: #98a2b0
}

.best-doctors-grid .best-doctors-info .booking-btn {
	padding: 0;
	margin: 0
}

.best-doctors-grid .best-doctors-info .booking-btn .btn {
	font-weight: 600;
	font-size: 15px;
	width: 100%;
	color: var(--run-red);
	background: 0 0;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info .booking-btn .btn span {
	position: relative;
	right: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info .booking-btn .btn {
	background: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info .booking-btn .btn span {
	right: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid .best-doctors-info .booking-btn .btn i {
	font-size: 14px
}

.doctor-section-four .slick-slide,
.best-doctors-slider .slick-slide,
.best-doctors-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 280px;
	padding-bottom: 0
}
.doctor-section-four  .best-doctors-grid:hover h3 {
	color : white
} 

.best-doctors-slider .slick-prev,
.best-doctors-slider .slick-next {
	display: none;
}

.best-doctors-slider .slick-dots {
	position: relative;
	bottom: 0;
	display: none !important;
}

.best-doctors-slider .slick-dots li.slick-active button {
	background-color: var(--run-red);
	box-shadow: 0 0 10px var(--run-red)
}

.best-doctors-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #00284f;
	border-radius: 50px
}

.features-clinic-four {
	background-color: #f4f5f7;
	padding: 80px 0 0
}

.features-clinic-slider-four {
	margin-bottom: 40px
}

.features-clinic-four .feature-clinic-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	bottom: 30px
}

.features-clinic-four .feature-clinic-overlay p {
	background: var(--run-red);
	border: 1px solid var(--run-red);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	font-family: encode sans, sans-serif;
	padding: 10px 20px
}

.slide-nav-8 button.owl-next,
.slide-nav-8 button.owl-prev {
	width: 44px;
	height: 44px;
	background: #b3bcc9;
	text-shadow: none;
	top: 0;
	margin-top: 0;
	cursor: pointer;
	border: 0;
	color: #000;
	margin-bottom: 0;
	border-radius: 50px;
	transform: rotate(0deg)
}

.slide-nav-8 button.owl-next:hover,
.slide-nav-8 button.owl-prev:hover {
	background: var(--run-red);
	color: #fff
}

.features-clinic-four .owl-nav button.owl-next span,
.features-clinic-four .owl-nav button.owl-prev span {
	font-size: 34px;
	line-height: 25px;
	transform: rotate(0deg);
	display: flex;
	padding-left: 6px;
	padding-bottom: 3px
}

.features-clinic-four .owl-nav button.owl-next {
	margin-left: 10px
}

.blog-section-four {
	padding: 80px 0
}

.grid-blog-four {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative;
	margin-bottom: 80px
}

.grid-blog-four:hover {
	box-shadow: 0 35px 35px rgba(0, 28, 43, .1);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.grid-blog-four .grid-blog-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.grid-blog-four .grid-blog-image img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	-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
}

.grid-blog-four:hover .grid-blog-image img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.grid-blog-four .blog-title-four {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	padding-left: 70px;
	padding-right: 70px
}

.grid-blog-four .blog-title-four .btn {
	width: 100%;
	background: rgba(0, 0, 0, .7);
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0, 0, 0, .7);
	display: inline-block;
	padding: 8px 25px;
	font-family: encode sans, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.grid-blog-four .blog-title-four .btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid var(--run-red);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.grid-blog-four .blog-date-four {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 1
}

.grid-blog-four .blog-date-four a {
	font-family: ibm plex sans, sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
	height: 43px;
	background: var(--run-red);
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.grid-blog-four .blog-date-four a:hover {
	background: #3e5463;
	color: #fff
}

.grid-blog-four .blog-info-four {
	padding: 15px;
	max-width: 350px
}

.grid-blog-four .blog-info-four a {
	font-family: encode sans, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #3e5463
}

.grid-blog-four:hover .blog-info-four a {
	color: var(--run-red)
}

.grid-blog-four .blog-doctors-four {
	font-family: montserrat, sans-serif;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}

.grid-blog-four .blog-doctors-four img {
	width: 37px;
	border-radius: 50%
}

.grid-blog-four .blog-doctors-four a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #3e5463
}

.grid-blog-four .blog-doctors-four a:hover {
	color: var(--run-red)
}

.grid-blog-four .blog-doctors-four p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	background: #98a2b0;
	border-radius: 5px;
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.grid-blog-four .blog-four-content {
	padding: 15px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.grid-blog-four:hover .blog-four-content {
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.grid-blog-four .blog-four-content p {
	font-family: montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #3e5463;
	margin-bottom: 0
}

.grid-blog-four .blog-four-arrow {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center
}

.grid-blog-four .blog-four-arrow a {
	background-color: var(--run-red);
	color: #fff;
	box-shadow: 0 0 20px rgb(10 99 184/85%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	margin: auto
}

.grid-blog-four:hover .blog-four-arrow a {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.footer-four {
	background-color: #242424
}
.footer-four .footer-title {
	margin-bottom: 20px
}

.footer-four .footer-contact-info {
	color: #e0e0e0;
	font-family: encode sans, sans-serif
}

.footer-four .footer-contact-info i {
	font-size: 20px;
	color: #fff
}

.footer-four .footer-menu ul li a {
	color: #e0e0e0;
	padding-left: 0;
	font-family: montserrat, sans-serif
}

.footer-four .footer-widget.footer-menu ul li a:hover {
	padding-left: 15px
}

.footer-four .footer-menu ul li a::before {
	display: none
}

.footer-menu ul li a i {
	font-size: 20px;
	color: #fff
}

.footer-four .footer-bottom .copyright {
	border-top: 1px solid #c0c9d5
}

.footer-four .policy-menu li a:hover {
	color: var(--run-red)
}
.nav-bg-five .main-nav .has-submenu.active>a {
	color: #48A14D
}

.nav-bg-five .bar-icon span {
	background-color: var(--run-red)
}

.nav-bg-five .logo {
	margin-right: 80px
}

.nav-bg-five .black-font>li>a {
	font-weight: 500;
	font-size: 15px;
	color: #3e5463;
	font-family: inter, sans-serif
}

.nav-bg-five .black-font>li>a:hover {
	color: var(--run-red)
}

.nav-bg-five .header-contact-img i {
	color: #f2a54a
}

.nav-bg-five .header-contact-detail p.contact-info-header {
	font-size: 15px;
	color: #3e5463
}
.section-search-five span {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 18px
}

.section-search-five h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px
}

.section-search-five p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0
}

.search-box-five {
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .25);
	border-radius: 5px;
	max-width: 850px;
	margin: 0 auto;
	margin-top: 30px;
	/*! padding: 0 20px; */
}

.search-box-five form {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
	height: 60px;
	/* flex-wrap: wrap; */
}

.search-input-five {
	float: left;
	display: table-cell;
	vertical-align: middle;
	position: relative
}

.search-box-five ::-webkit-input-placeholder {
	font-size: 16px;
	color: #ababab
}

.search-box-five :-ms-input-placeholder {
	font-size: 16px;
	color: #ababab
}

.search-box-five ::placeholder {
	font-size: 16px;
	color: #ababab
}

.search-input-five .form-control::placeholder {
	color: #ababab;
	font-size: 16px;
	font-weight: 400
}

.search-input-five .form-control,
.search-input-five.line-five .form-control {
	color: #244981;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	padding: 0 50px;
	border: 0
}

.search-input-five .search-loc {
	padding: 0 50px 0 40px;
	border: unset !important;
}

.search-input-five .search-ortho::placeholder {
	color: #3e5463;
	font-family: poppins, sans-serif
}

.search-input-five.line-five {
	width: 50%
}

.search-input-five.line-five::before {
	position: absolute;
	left: 5px;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #ababab;
	content: "";
	z-index: 1;
	margin-top: -8px
}

.search-input-five i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--run-red);
	font-size: 20px
}

.search-input-five .current-loc-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	color: #858585;
	font-size: 18px
}

.search-input-five .current-loc-icon i {
	position: unset;
	transform: unset
}

.search-input-five>i.bficon {
	right: inherit;
	left: 20px;
	z-index: 1
}

.search-input-five>i.compass-icon {
	left: 10px
}

.search-btn-five .btn {
	border: 1px solid var(--run-red);
	background: var(--run-red);
	box-shadow: inset 0 0 0 #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 20px;
	min-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.search-btn-five .btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid var(--run-red);
	box-shadow: inset 210px 0 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.search-btn-five .btn i {
	font-size: 14px;
	color: #fff
}

.looking-section-five {
	padding: 80px 0
}

.section-header-five {
	position: relative
}

.section-header-five .title-five {
	font-weight: 700;
	color: #242424;
	position: relative;
	display: inline-block
}
.looking-bg-five {
	background: #fff;
	box-shadow: 0 40px 50px rgba(0, 113, 220, .1);
	border-radius: 10px;
	padding: 20px
}

.looking-grid-five {
	border-radius: 10px;
	text-align: center;
	margin-top: 30px;
	position: relative
}

.looking-grid-blue {
	background: #70a7d56b
}

.looking-grid-five .looking-icon-five {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	font-size: 40px;
	color: #fff;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0
}

.looking-grid-blue .looking-icon-five {
	background: #70a7d5;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11)
}



.looking-grid-five .looking-info-five {
	padding-top: 70px;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.looking-grid-five .looking-info-five a {
	font-weight: 600;
	font-size: 30px;
	color: #48A14D;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid-five .looking-info-five p {
	margin: 16px auto 0;
	max-width: 300px
}

.looking-grid-five .looking-info-btn {
	margin-bottom: 34px;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.looking-grid-five .looking-info-btn .btn {
	background: #48A14D;
	border: 1px solid #48A14D;
	min-width: 175px;
	padding: 9px 20px;
	margin: auto;
	font-size: 16px
}

.looking-grid-five .looking-info-btn .btn i {
	font-size: 20px;
	position: relative;
	left: 0;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.looking-grid-five .looking-info-btn .btn:hover i {
	position: relative;
	left: 5px;
	color: #48A14D;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.looking-grid-green {
	background: #e3ffef
}

.looking-grid-green .looking-icon-five {
	background: #27ad5f;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11)
}

.looking-grid-orange {
	background: #fff3e6
}

.looking-grid-orange .looking-icon-five {
	background: #f2a54a;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11)
}

.clinic-section-five {
	padding: 80px 0 60px
}

.clinic-grid-five {
	background: #f8fcff;
	border: 1px solid rgba(0, 113, 220, .18);
	border-radius: 5px;
	padding: 30px;
	padding-bottom: 40px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five:hover {
	border-radius: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five.hvr-bounce-to-bottom:before {
	background: #3e5463;
	border: 1px solid rgba(0, 113, 220, .18);
	box-shadow: 0 50px 50px rgba(0, 0, 0, .09);
	border-radius: 10px
}

.clinic-grid-five .clinic-grid-img {
	display: flex;
	justify-content: center;
	align-items: center
}

.clinic-grid-five .clinic-img-five {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11);
	border-radius: 5px;
	min-width: 110px;
	height: 110px;
	margin-bottom: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five:hover .clinic-img-five {
	background: var(--run-red);
	box-shadow: 0 0 20px rgba(0, 0, 0, .11);
	border-radius: 5px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five .clinic-img-five1 {
	margin-top: 10px;
	margin-bottom: 40px
}

.clinic-grid-five:hover .clinic-img-five1 {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11)
}

.clinic-grid-five .clinic-img-five1 img {
	width: 50px
}

.clinic-grid-info p {
	font-weight: 600;
	font-size: 18px;
	color: #3e5463;
	margin-bottom: 42px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five:hover .clinic-grid-info p {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five .clinic-grid-info .clinic-five-btn {
	position: absolute;
	width: 100%;
	bottom: 46px;
	left: 0;
	right: 0;
	text-align: center
}

.clinic-grid-five .clinic-grid-info .clinic-five-btn .btn {
	font-family: poppins, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 24px;
	background: #f2a54a;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-grid-five:hover .clinic-grid-info .clinic-five-btn .btn {
	opacity: 1;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.clinic-see-btn {
	padding-top: 30px
}

.clinic-see-btn .btn {
	font-family: poppins, sans-serif;
	padding: 10px 38px;
	min-width: 230px
}
.doctor-grid-five .doctor-details {
	background: #48A14D;
	border-radius: 10px;
	padding: 30px;
	text-align: center
}

.doctor-grid-five .doctor-details-one {
	background: #3e5463
}

.doctor-grid-five .doctor-details h4 {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	margin-bottom: 24px
}

.doctor-grid-five .doctor-details p {
	color: #fff;
	margin-bottom: 30px;
	max-width: 350px
}

.doctor-grid-five .doctor-details .btn {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 #fff;
	min-width: 138px;
	padding: 8px 25px;
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-grid-five .doctor-details .btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid #fff;
	box-shadow: inset 150px 0 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-grid-five .doctor-details-one .btn {
	font-weight: 600;
	font-size: 16px;
	color: var(--run-red);
	background: #fff;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0 var(--run-red);
	min-width: 138px;
	padding: 8px 25px;
	border-radius: 4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctor-grid-five .doctor-details-one .btn:hover {
	color: #fff;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 150px 0 0 0 var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}
.best-section-five {
	background-color: #e5f1fb;
	padding: 80px 0
}

.doctors-grid-five {
	background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five:hover {
	box-shadow: 0 50px 50px rgba(0, 0, 0, .1);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .doctors-img-five {
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	padding: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five:hover .doctors-img-five:before {
	background: linear-gradient(180deg, rgba(16, 222, 253, 0.5) 0%, rgba(62, 84, 99, 0.5) 100%);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .doctors-img-five img {
	width: 100%;
	border-radius: 6px;
	-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
}

.doctors-grid-five:hover .doctors-img-five img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.doctors-grid-five .best-doctors-info {
	padding: 20px;
	text-align: center
}

.doctors-grid-five .best-doctors-info h3 {
	margin-bottom: 10px
}

.doctors-grid-five .best-doctors-info h3 a {
	font-weight: 600;
	font-size: 22px;
	color: var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .best-doctors-info h3 a:hover {
	color: #48A14D;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .best-doctors-info .doctor-posting {
	font-weight: 400;
	font-size: 16px;
	color: #7e8998;
	margin-bottom: 10px
}

.doctors-grid-five .best-doctors-info .rating {
	font-weight: 600;
	font-size: 14px;
	color: #7e8998;
	margin-bottom: 0
}

.doctors-grid-five .best-doctors-info .rating i {
	color: #7e8998
}

.doctors-grid-five .best-doctors-info .rating i.filled {
	color: #f2a54a
}

.doctors-grid-five .doctors-btn-five {
	height: 0;
	transform: translateY(80px);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five:hover .doctors-btn-five {
	margin-top: 10px;
	height: auto;
	transform: translateY(0px);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .doctors-btn-five .btn {
	font-weight: 600;
	font-size: 16px;
	padding: 8px 25px;
	color: #fff;
	background: var(--run-red);
	border: 1px solid var(--run-red);
	box-shadow: inset 0 0 0 #fff;
	border-radius: 4px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.doctors-grid-five .doctors-btn-five .btn:hover {
	color: var(--run-red);
	background: #fff;
	border: 1px solid var(--run-red);
	box-shadow: inset 200px 0 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .social-info {
	position: absolute;
	bottom: 16px;
	text-align: center;
	left: 0;
	right: 0;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 1
}

.doctors-grid-five:hover .social-info {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .social-info .social-inner {
	background: #fff;
	display: inline-flex;
	border-radius: 5px;
	padding: 10px;
	z-index: 1
}

.doctors-grid-five .social-info a {
	padding: 0;
	margin-right: 10px;
	position: relative
}

.doctors-grid-five .social-info a:last-child {
	margin-right: 0
}

.doctors-grid-five .social-info a i {
	font-size: 14px;
	color: #fff;
	background: var(--run-red);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.doctor-see-btn {
	margin-top: 50px
}

.doctor-see-btn .btn {
	padding: 8px 30px;
	min-width: 194px;
	border-radius: 5px
}
.blog-grid-five {
	background: #fff;
	border: 1px solid rgba(152, 162, 176, .34);
	position: relative;
	border-radius: 6px;
	margin-bottom: 60px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five:hover {
	background: #fff;
	border: 1px solid rgba(0, 113, 220, .18);
	box-shadow: 0 40px 40px rgba(0, 28, 43, .1);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-five-img {
	border-radius: 6px 6px 0 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five:hover .blog-five-img:before {
	background: rgba(0, 0, 0, .6);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-five-img .blog-details-img {
	width: 100%;
	-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-grid-five:hover .blog-five-img .blog-details-img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.blog-grid-five .blog-item-info {
	position: absolute;
	left: 7px;
	top: 0;
	width: 100%;
	padding: 30px 0 0;
	z-index: 1
}

.blog-grid-five .blog-news-date {
	float: left
}

.blog-grid-five .blog-news-date a {
	font-weight: 600;
	font-size: 13px;
	padding: 8px;
	background: #3e5463;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five:hover .blog-news-date a {
	background: var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-doctors-profile {
	float: right
}

.blog-grid-five .blog-doctors-profile a {
	font-family: montserrat, sans-serif;
	background: #fff;
	font-size: 14px;
	border-radius: 50px 0 0 50px;
	right: -95px;
	position: absolute;
	padding-left: 6px;
	min-width: 164px;
	height: 47px;
	display: flex;
	align-items: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-doctors-profile a:hover {
	color: var(--run-red)
}

.blog-grid-five:hover .blog-doctors-profile a {
	right: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-doctors-profile span {
	display: none;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five:hover .blog-doctors-profile span {
	display: unset;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-doctors-profile img {
	width: 37px;
	border-radius: 50%
}

.blog-grid-five .blog-info-five {
	padding: 15px;

}

.blog-grid-five .blog-info-five .blog-news-title a {
	font-weight: 600;
	font-size: 18px;
	color: #3e5463;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-info-five .blog-news-title {
	max-width: 350px;
	margin: 0 auto 16px
}

.blog-grid-five:hover .blog-info-five .blog-news-title a {
	color: var(--run-red);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five .blog-info-five p {
	font-family: montserrat, sans-serif;
	margin-bottom: 16px
}

.blog-grid-five .blog-info-five .read-news {
	font-size: 18px;
	color: var(--run-red);
	text-decoration: underline;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-grid-five:hover .blog-info-five .read-news {
	color: #242424;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}



.footer-five .footer-widget .footer-about-content p {
	font-weight: 400;
	color: #e0e0e0
}

.footer-five .social-icon ul {
	display: inline-block
}

.footer-five .social-icon ul li {
	margin-right: 0
}

.footer-five .footer-menu ul li a::before {
	display: none
}

.footer-five .footer-menu-five {
	padding-top: 20px
}

.footer-five .footer-menu-five ul li a {
	padding-left: 0;
	font-weight: 400;
	color: #e0e0e0
}

.footer-five .footer-widget.footer-menu-five ul li a:hover {
	padding-left: 20px
}

.footer-five .footer-menu ul li a i {
	font-size: 20px;
	color: #fff;
	margin-left: 10px
}

.footer-five .footer-contact-info i {
	font-size: 20px;
	color: #fff
}

.footer-five .footer-contact-info {
	color: #e0e0e0;
	font-size: 16px;
	font-weight: 400
}

.footer-five .footer-title {
	font-size: 24px;
	font-weight: 600
}

.footer-five .footer-menu ul li a {
	padding-left: 0;
	color: #e0e0e0;
	font-size: 16px;
	font-weight: 400
}
.mobile-filter	 .select2-container--default .select2-selection--single {
  background-color: #ffffffd6;
}
.footer-five .footer-widget.footer-menu ul li a:hover {
	padding-left: 20px
}

.footer-five .footer-bottom .copyright {
	border-top: 1px solid #e5f1fb
}

.footer-five .footer-bottom .copyright-text p {
	font-size: 16px;
	font-weight: 400
}

.footer-five .policy-menu li a {
	font-size: 16px;
	font-weight: 400
}

.footer-five .policy-menu li a:hover,
.footer-five .policy-menu li a:focus {
	color: var(--run-red)
}

/* calender js css powerful-calendar/*/


.buttons-container {
  cursor: pointer;
}

.week {
  overflow: hidden;
}

.week.highlight {
  /* background: #efefef; */
}

.day {
  display: inline-block;
  float: left;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.day.disabled span {
  color: #AAA;
}

/* vertical highlight */
.week .day.highlight span {
  /*color: blue;*/
}

.day.selected span {
  /*background: orange;*/
}

.day.today span {
  font-weight: bold;
}

.months-container.hidden, .weeks-container.hidden {
  display: none;
}

.months-wrapper {
  overflow: hidden;
}

.months-wrapper .month {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.months-wrapper .month.one-third {
  width: 33.33%;
}


.buttons-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.buttons-container .label-container {
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.year-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 5px 20px;
}

.prev-button,
.next-button {
  background: transparent;
  border: none;
  padding: 10px;
}

.week {
  margin: 2px 0;
}

.week.highlight {
  border-radius: 5px;
}

.weeks-wrapper.header {
  border-bottom: 1px solid #eee;
}

.week .day.header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

.day span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
}

.day.today span {
  position: relative;
  display: inline-block;
  font-size: 110%;
}

/* weekend */
.week:not(.start-on-monday) .day:first-child,
.week:not(.start-on-monday) .day:last-child {
  color: orange;
}

/* sunday */
.week:not(.start-on-monday) .day:first-child {
  color: red;
}

/* start on monday - weekend */
.week.start-on-monday .day:nth-child(6),
.week.start-on-monday .day:last-child {
  color: orange;
}

/* start on monday - sunday */
.week.start-on-monday .day:last-child {
  color: red;
}

.day.today span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid orange;
  width: 10px;
  height: 1px;
}

.day.sunday span {
  color: #ff8a80;
}

.week .day.highlight span {
  color: #2196f3;
}

.week .day.selected span {
  background: #1565c0;
  color: white;
}

.week .day[disabled="disabled"] span {
  color: #aaa;
  cursor: not-allowed;
}

.months-wrapper .month span {
  display: inline-block;
  padding: 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.terms {
	margin: 40px 0;
}
.special-buttons {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.today-button {
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 5px;
}

/*  */

@keyframes loader2 {
	0% { transform: rotate(0) }
	100% { transform: rotate(360deg) }
  }
  .loader2 div { box-sizing: border-box!important }
  .loader2 > div {
	position: absolute;
	width: 144px;
	height: 144px;
	top: 28px;
	left: 28px;
	border-radius: 50%;
	border: 16px solid #000;
	border-color: #e15b64 transparent #e15b64 transparent;
	animation: loader2 1s linear infinite;
  }
  
  .loader2 > div:nth-child(2), .loader2 > div:nth-child(4) {
	width: 108px;
	height: 108px;
	top: 46px;
	left: 46px;
	animation: loader2 1s linear infinite reverse;
  }
  .loader2 > div:nth-child(2) {
	border-color: transparent #f8b26a transparent #f8b26a
  }
  .loader2 > div:nth-child(3) { border-color: transparent }
  .loader2 > div:nth-child(3) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
  }
  .loader2 > div:nth-child(3) div:before, .loader2 > div:nth-child(3) div:after { 
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: -16px;
	left: 48px;
	background: #e15b64;
	border-radius: 50%;
	box-shadow: 0 128px 0 0 #e15b64;
  }
  .loader2 > div:nth-child(3) div:after {
	left: -16px;
	top: 48px;
	box-shadow: 128px 0 0 0 #e15b64;
  }
  
  .loader2 > div:nth-child(4) { border-color: transparent; }
  .loader2 > div:nth-child(4) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
  }
  .loader2 > div:nth-child(4) div:before, .loader2 > div:nth-child(4) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: -16px;
	left: 30px;
	background: #f8b26a;
	border-radius: 50%;
	box-shadow: 0 92px 0 0 #f8b26a;
  }
  .loader2 > div:nth-child(4) div:after {
	left: -16px;
	top: 30px;
	box-shadow: 92px 0 0 0 #f8b26a;
  }
  .loader {
	width: 200px;
	height: 200px;
	display: inline-block;
	overflow: hidden;
	background: #ffffff;
  }
  .loader2 {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateZ(0) scale(1);
	backface-visibility: hidden;
	transform-origin: 0 0; /* see note above */
	position: absolute;
	top: 34%;
	left: 41%;
  }
  .loader2 div { box-sizing: content-box; }