@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);
@import url(https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(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.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype')
}

@font-face {
	font-family: 'Neuemontreal';
	src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


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

@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/GoogleSans-Regular.ttf)
}

@font-face {
	font-family: 'Google Sans Medium';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/GoogleSans-Medium.ttf)
}

@font-face {
	font-family: 'Google Sans Bold';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/GoogleSans-Bold.ttf)
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #272b41;
	font-family: Arial, sans-serif !important;
	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
}

.pt-20 {
	padding-top: 20px
}

a {
	color: #2e3842
}

a:hover {
	color: #0273d4
}

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

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important
}

a,
button,
input {
	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=password],
input[type=text] {
	-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;
	background: #ffffffde
}

.form-select {
	background: #ffffffc4
}

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

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

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

.main-wrapper .navbar-header .logo-white {
	display: none
}

.main-wrapper .menu-header .logo-white {
	display: none
}

.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.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th,
.table>tbody>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: #10defd
}

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
}

.table.table-center td,
.table.table-center th {
	vertical-align: middle
}

.table-hover tbody tr:hover td {
	color: #474648
}

.table-striped thead tr {
	border-color: transparent
}

.table-striped tbody tr {
	border-color: transparent
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, .3)
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(235, 235, 235, .4)
}

.table-bordered {
	border: 1px solid rgba(0, 0, 0, .05) !important
}

.table-bordered td,
.table-bordered th {
	border-color: rgba(0, 0, 0, .05)
}

.card-table .card-body {
	padding: 0
}

.card-table .card-body .table>thead>tr>th {
	border-top: 0
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
	padding-left: 1.5rem
}

.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
	padding-right: 1.5rem
}

.card-table .table td,
.card-table .table th {
	border-top: 1px solid #e2e5e8;
	padding: 1rem .75rem;
	white-space: nowrap
}

.table>:not(:first-child) {
	border: 0
}

table.table td,
table.table th {
	border-color: #dee2e6
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.btn.focus,
.btn:focus {
	box-shadow: unset
}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #272b41
}

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

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

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #10defd !important
}

.badge-success,
.bg-success {
	background-color: #00e65b !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #00cc52 !important
}

.badge-info,
.bg-info {
	background-color: #0172d4 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1 !important
}

.badge-warning,
.bg-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
}

.badge-danger,
.bg-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
}

.badge-purple,
.bg-purple {
	background-color: #9368e9 !important
}

.dropdown-menu>li>a.text-primary,
.text-primary {
	color: #0071dc !important
}

.dropdown-menu>li>a.text-success,
.text-success {
	color: #00cc52 !important
}

.dropdown-menu>li>a.text-danger,
.text-danger {
	color: #ff0100 !important
}

.dropdown-menu>li>a.text-info,
.text-info {
	color: #009efb !important
}

.dropdown-menu>li>a.text-warning,
.text-warning {
	color: #ffbc34 !important
}

.dropdown-menu>li>a.text-purple,
.text-purple {
	color: #7460ee !important
}

.text-muted {
	color: #757575 !important
}

.btn-primary {
	background-color: #09e5ab;
	border: 1px solid #09e5ab
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #10defd;
	border: 1px solid #10defd
}

.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: #10defd;
	border: 1px solid #10defd
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
	background-color: #10defd;
	border-color: #10defd;
	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: #0071dc;
	border-color: #0071dc;
	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: #10defd;
	border: 1px solid #20c0f3
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
	background-color: #00cc52;
	border: 1px solid #00cc52;
	color: #fff
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	background-color: #00cc52;
	border: 1px solid #00cc52
}

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

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

.btn-success.disabled,
.btn-success:disabled {
	background-color: #00e65b;
	border-color: #00e65b;
	color: #fff
}

.btn-info {
	background-color: #009efb;
	border: 1px solid #009efb
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.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.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.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.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.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: #0071dc;
	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: #0071dc;
	border-color: #0071dc
}

.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: #0071dc;
	border: 1px solid #0071dc;
	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: #0071dc;
	border: 1px solid #0071dc;
	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: #0071dc;
	border: 1px solid #0071dc;
	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: #0071dc;
	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: #0071dc;
	border: 1px solid #0071dc;
	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 #0071dc;
	padding: 10px 30px;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.theme-btn.btn-four {
	color: #fff;
	background: #0071dc
}

.theme-btn.btn-four:hover {
	color: #0071dc;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s 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 .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s 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: #0071dc;
	border: 1px solid #0071dc;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.theme-btn.btn-four-light:hover {
	border: 1px solid #0071dc;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s 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 .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s 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: #0071dc
}

.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: #10defd;
	border: 1px solid #10defd;
	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: #063b6f;
	border: 1px solid #063b6f;
	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: #063b6f;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #063b6f;
	box-shadow: inset 0 0 0 #10defd;
	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 #10defd;
	background: #10defd;
	box-shadow: inset 210px 0 0 0 #10defd;
	-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: #063b6f;
	border: 1px solid #063b6f;
	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: #063b6f;
	border: 1px solid #063b6f;
	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: #0172d4;
	border-color: #0172d4
}

.pagination>li>a,
.pagination>li>span {
	color: #0172d4
}

.page-link:hover {
	color: #0172d4
}

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

.page-item.active .page-link {
	background-color: #0172d4;
	border-color: #0172d4
}

.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: #0071dc
}

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

.card {
	border: 1px solid #f0f0f0;
	margin-bottom: 1.875rem
}

.card-body {
	padding: 1.5rem
}

.card-title {
	margin-bottom: 15px
}

.card-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 1rem 1.5rem
}

.card-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 1rem 1.5rem
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0
}

.card .card-header .card-title {
	margin-bottom: 0;
	font-family: 'Google Sans Bold'
}

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

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #0172d4;
	text-shadow: unset
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: #0071dc
}

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

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

.slider-btn {
	background: #0071dc;
	color: #fff;
	border: 1px solid #0071dc;
	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: #0071dc;
	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
}

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}

.avatar>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #0172d4;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff
}

.avatar-online::before {
	background-color: #00e65b
}

.avatar-offline::before {
	background-color: #ff0100
}

.avatar-away::before {
	background-color: #ffbc34
}

.avatar .border {
	border-width: 3px !important
}

.avatar .rounded {
	border-radius: 6px !important
}

.avatar .avatar-title {
	font-size: 18px
}

.avatar-xs {
	width: 1.65rem;
	height: 1.65rem
}

.avatar-xs .border {
	border-width: 2px !important
}

.avatar-xs .rounded {
	border-radius: 4px !important
}

.avatar-xs .avatar-title {
	font-size: 12px
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
	border-width: 1px
}

.avatar-sm {
	width: 2.5rem;
	height: 2.5rem
}

.avatar-sm .border {
	border-width: 3px !important
}

.avatar-sm .rounded {
	border-radius: 4px !important
}

.avatar-sm .avatar-title {
	font-size: 15px
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
	border-width: 2px
}

.avatar-lg {
	width: 3.75rem;
	height: 3.75rem
}

.avatar-lg .border {
	border-width: 3px !important
}

.avatar-lg .rounded {
	border-radius: 8px !important
}

.avatar-lg .avatar-title {
	font-size: 24px
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
	border-width: 3px
}

.avatar-xl {
	width: 5rem;
	height: 5rem
}

.avatar-xl .border {
	border-width: 4px !important
}

.avatar-xl .rounded {
	border-radius: 8px !important
}

.avatar-xl .avatar-title {
	font-size: 28px
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
	border-width: 4px
}

.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem
}

.avatar-xxl .border {
	border-width: 6px !important
}

.avatar-xxl .rounded {
	border-radius: 8px !important
}

.avatar-xxl .avatar-title {
	font-size: 30px
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
	border-width: 4px
}

.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.avatar-group .avatar+.avatar {
	margin-left: -.75rem
}

.avatar-group .avatar-xs+.avatar-xs {
	margin-left: -.40625rem
}

.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem
}

.avatar-group .avatar-lg+.avatar-lg {
	margin-left: -1rem
}

.avatar-group .avatar-xl+.avatar-xl {
	margin-left: -1.28125rem
}

.avatar-group .avatar:hover {
	z-index: 1
}

.select2-container .select2-selection--single {
	border: 1px solid #e6e9f4;
	height: 46px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	right: 7px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000;
	border-style: solid;
	border-width: 0 2px 2px 0;
	padding: 3px;
	height: 0;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.select2-container--default.form-control-sm .select2-selection--single .select2-selection__arrow {
	top: 7px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: #000;
	border-width: 2px 0 0 2px;
	padding: 3px;
	margin-top: -2px
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px
}

.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: #0071dc;
	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:focus,
.nav-tabs>li>a:hover {
	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:focus,
.nav-tabs.nav-tabs-solid>.active>a:hover {
	background-color: #0172d4;
	border-color: #0172d4;
	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:focus,
.nav-tabs.nav-justified>li>a:hover {
	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:focus,
.nav-tabs.nav-tabs-solid>li>a.active:hover {
	background-color: #0172d4;
	border-color: #0172d4;
	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:focus,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded>li>a.active:hover {
	border-radius: 50px
}

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

.nav-tabs-justified>li>a:focus,
.nav-tabs-justified>li>a:hover {
	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:focus,
.nav-tabs.nav-justified.nav-tabs-top>li>a:hover {
	border-width: 2px 0 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:focus,
.nav-tabs.nav-tabs-top>li>a:hover {
	border-width: 2px 0 0 0
}

.nav-tabs.nav-tabs-top>li.open>a,
.nav-tabs.nav-tabs-top>li>a:focus,
.nav-tabs.nav-tabs-top>li>a:hover {
	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:focus,
.nav-tabs.nav-tabs-top>li>a.active:hover {
	border-top-color: #0172d4
}

.nav-tabs.nav-tabs-bottom>li>a.active,
.nav-tabs.nav-tabs-bottom>li>a.active:focus,
.nav-tabs.nav-tabs-bottom>li>a.active:hover {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: #0172d4;
	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
}

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

.nav-tabs.nav-tabs-solid>li>a:focus,
.nav-tabs.nav-tabs-solid>li>a:hover {
	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:focus,
.nav-tabs-justified.nav-tabs-top>li>a:hover {
	border-width: 2px 0 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: .4s;
	transition-duration: .4s
}

.modal .card {
	box-shadow: unset
}

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

.custom-medicalrecord-modal .bootstrap-tagsinput,
.custom-medicalrecord-modal .form-control,
.custom-medicalrecord-modal .select2-container .select2-selection--single {
	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: #0172d4;
	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: 0
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-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:after,
.slick-track:before {
	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
}

.pharmacy-home-slider .swiper-button-next,
.pharmacy-home-slider .swiper-button-prev,
.slick-next,
.slick-prev {
	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: 0;
	background: #fff;
	z-index: 9999
}

.pharmacy-home-slider .swiper-button-next:hover,
.pharmacy-home-slider .swiper-button-prev:hover,
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background-color: #0e79d5;
	color: #fff;
	opacity: 1
}

.pharmacy-home-slider .swiper-button-next:hover:before,
.pharmacy-home-slider .swiper-button-prev:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	color: #fff;
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: .45;
	opacity: .75;
	color: #383838;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: 40px;
	z-index: 1
}

.pharmacy-home-slider .swiper-button-next:after,
.pharmacy-home-slider .swiper-button-prev: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: 40px
}

[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:-webkit-autofill~.focus-label,
.form-focus .form-control:focus~.focus-label {
	opacity: 1;
	font-weight: 400;
	top: -18px;
	font-size: 12px;
	z-index: 1
}

.form-focus .form-control {
	height: 50px;
	padding: 21px 12px 6px
}

.form-focus .form-control::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms
}

.form-focus .form-control:focus::-webkit-input-placeholder {
	transition: none
}

.form-focus.focused .form-control::-webkit-input-placeholder {
	color: #bbb
}

.form-focus.select-focus .focus-label {
	opacity: 1;
	font-weight: 300;
	top: -20px;
	font-size: 12px;
	z-index: 1
}

.form-focus .select2-container .select2-selection--single {
	border: 1px solid #e3e3e3;
	height: 50px
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	right: 7px
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ccc transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ccc;
	border-width: 0 6px 6px
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 12px;
	padding-top: 10px
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #676767;
	font-size: 14px;
	font-weight: 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;
	border-bottom: 1px solid #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	height: 85px;
	padding: 0 5px;
	margin-bottom: 0
}

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

.main-nav>li.active>a {
	color: #10defd
}


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

.main-nav li.login-link {
	display: none
}

.logo {
	display: inline-block;
	margin-right: 30px
}

.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;
	padding: 0
}

.header-navbar-rht li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.header-navbar-rht .nav-link {
	color: #001263
}

.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: 2px;
	right: 0;
	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: #09e5ab;
	border-color: #09e5ab;
	color: #fff;
	box-shadow: inset 0 50px 0 0 #09e5ab;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.header-navbar-rht li .dropdown-menu a:hover {
	color: #10defd;
	letter-spacing: .5px;
	padding-left: 20px;
	background-color: #fff
}

.header-navbar-rht li a.header-login {
	background: #fff;
	border: 2px solid #09e5ab;
	border-radius: 4px;
	padding: 10px 15px !important;
	box-shadow: inset 0 0 0 0 #09e5ab;
	text-align: center;
	font-size: 15px;
	color: #09e5ab;
	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: 10px
}

.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:focus,
.user-menu.nav>li>a:hover {
	background-color: rgba(0, 0, 0, .2)
}

.user-menu.nav>li>a:focus i,
.user-menu.nav>li>a:hover i {
	color: #fff
}

.user-img {
	display: inline-block;
	position: relative
}

.header-contact-detail p.contact-info-header.white-font {
	color: #fff
}

.user-img>img {
	height: 31px;
	object-fit: cover;
	width: 31px
}

.user-menu.nav>li>a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.header-navbar-rht .dropdown-menu {
	min-width: 200px;
	padding: 0;
	top: 100%;
	right: 0;
	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: #09dca4
}

.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px
}

.user-header .user-text {
	margin-left: 10px
}

.user-header .user-text h6 {
	font-size: 15px;
	margin-bottom: 2px
}

.header-navbar-rht .logged-item .nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 85px;
	padding: 0 10px
}

.view-cart-header a {
	position: relative;
	font-size: 20px
}

.unread-msg1 {
	background-color: #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: #0071dc;
	color: #fff;
	padding: 8px 30px
}

.header-top-three {
	background: #09e5ab
}

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

.right-top-links a {
	color: #fff
}

.top-icon {
	margin-right: 5px
}

.search-box-1 {
	background: #0071dc;
	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: #10defd;
	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: #fff
}

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

.header-trans .main-menu-wrapper {
	margin-left: 0;
	height: 100%;
}

.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: #10defd;
	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: 0 solid #e7e7e7;
	height: 25px;
	padding-right: 4px;
	display: contents;
}

.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: #0071dc
}

.nav-bg-two .main-nav li .submenu a:hover {
	background-color: #0070d3 !important;
	color: #fff !important
}

.nav-bg-two .main-nav .has-submenu.active>a {
	color: #0071dc
}

.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: #fff;
	height: 60px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #f0f0f0;
	display: none
}

.menu-logo img {
	height: 40px !important
}

.menu-close {
	font-size: 18px;
	color: #fff;
}

.bar-icon {
	display: inline-block;
	width: 31px
}

.bar-icon span {
	background-color: #fff;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px
}

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

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

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

.blue-bar span {
	background-color: #0071dc
}

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

html.menu-opened body {
	overflow: hidden
}

.footer {
	padding: 30px 0 0;
	background-color: #001d6a;
	background-size: cover;
	background-position: center
}

.footer .footer-top {
	padding: 40px 0
}

.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: #0071dc
}

.footer.custom-footer .copyright-text .primary-light {
	color: #0172d4
}

.footer-logo img {
	width: 150px;
	height: auto
}

.footer-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	border-bottom: 2px solid #fff;
	padding: .3rem 0;
	display: inline;
	position: relative;
	margin-bottom: 1rem
}

.social-icon ul {
	flex-wrap: wrap;
	gap: 1rem 1rem
}

.social-icon ul li a {
	padding: 0 !important
}

.social-icon ul li a::before {
	content: none !important
}

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

.footer .footer-widget .footer-logo {
	margin-bottom: 30px
}

.footer .footer-widget .footer-about-content p {
	color: #fff;
	margin-bottom: 20px
}

.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;
	padding-left: 20px;
	position: relative;
	transition: all .4s ease 0s
}

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

.footer .footer-menu ul li a::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	margin-right: 5px;
	position: absolute;
	top: 0
}

.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 #1663a6;
	padding: 30px 0
}

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

.footer .footer-bottom .copyright-text p a {
	color: #0071dc;
	-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
}

.footer .social-icon ul li {
	margin-right: 15px
}

.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: 20px;
	transition: all .4s ease 0s
}

.footer .social-icon ul li a:hover {
	color: #09e5ab
}

.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:focus,
.policy-menu li a:hover {
	color: #09dca4
}

.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: #0071dc;
	font-size: 18px;
	margin-bottom: 10px
}

.footer.footer-2 .footer-title-two {
	color: #0172d4;
	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: 4px;
	padding: 25px
}

.login-header {
	margin-bottom: 20px
}

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

.login-header h3 {
	font-size: 18px;
	margin-bottom: 3px
}

.login-header h3 a {
	color: #0de0fe;
	float: right;
	font-size: 15px;
	margin-top: 2px
}

.login-right .dont-have {
	color: #3d3d3d;
	margin-top: 20px;
	font-size: 13px
}

.login-right .dont-have a {
	color: #10defd
}

.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:focus,
.social-login .btn:hover {
	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: grey;
	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: #0de0fe;
	color: #fff
}

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

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

.step-list ul li a.active-done {
	background-image: url(../../assets/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 #0de0fe
}

.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: #0de0fe
}

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

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

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

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

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

.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: #0de0fe
}

.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 #0de0fe;
	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: #0de0fe
}

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

.country-select {
	position: relative
}

.country-select .select-col {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

.country-select .select-col .flagstrap {
	height: 100%
}

.country-select .select-col .btn-info.dropdown-toggle {
	border: 0;
	color: #0071dc;
	border-radius: 10px 0 0 10px;
	background-color: #fff;
	height: 100%;
	font-size: 0;
	width: 79px;
	padding: 0 12px;
	text-align: left
}

.country-select .select-col .btn-info.dropdown-toggle:after {
	background-image: url(../../assets/img/icons/down-arrow-gray-dark.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 14px;
	height: 7px;
	border: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.country-select .select-col .dropdown-menu {
	font-size: 0;
	width: 79px;
	min-width: inherit;
	margin-top: 0;
	padding: 0;
	border-radius: 10px
}

.country-select .select-col .dropdown-menu li {
	margin: 14px 13px
}

.country-select .select-col .dropdown-menu li:first-child {
	display: none
}

.country-select .select-col .dropdown-menu li a {
	display: inline-block;
	cursor: pointer
}

.country-select .select-col .flagstrap-icon.flagstrap-gb,
.country-select .select-col .flagstrap-icon.flagstrap-in,
.country-select .select-col .flagstrap-icon.flagstrap-ng,
.country-select .select-col .flagstrap-icon.flagstrap-us {
	background-image: url(../../assets/img/flag/india.webp);
	background-position: center;
	width: 33px;
	height: 22px;
	background-size: cover;
	border-radius: 4px
}

.country-select .select-col .flagstrap-icon.flagstrap-ng {
	background-image: url(../../assets/img/flag/ng.webp)
}

.country-select .select-col .flagstrap-icon.flagstrap-gb {
	background-image: url(../../assets/img/flag/gb.webp)
}

.country-select .select-col .flagstrap-icon.flagstrap-us {
	background-image: url(../../assets/img/flag/usa.webp)
}

.country-select .select-col .btn-info.dropdown-toggle span {
	font-size: 0
}

.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: #0071dc
}

.login-right .country-select .select-col .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url(../../assets/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(../../assets/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(../../assets/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
}

.plan-chooser-col .memeber-img {
	border-radius: 15px;
	margin-bottom: 10px;
	width: 100%
}

.plan-chooser-col .memeber-img img {
	border-radius: 15px
}

.memeber-details h4 {
	margin-bottom: 0
}

.payment-menthods ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.payment-menthods ul li {
	display: inline-block;
	padding: 6px
}

.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 #0071dc
}

.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.webp) no-repeat bottom center;
	min-height: 450px;
	background-size: 100% auto;
	position: relative;
	background-blend-mode: Darken;
	padding: 80px 0
}

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

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

.inner-banner-section.mendix-banner {
	position: relative;
	background: url(../img/slider/Mendix-MVP-Banner.webp);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.inner-banner-section.blog-bg {
	min-height: 400px;
	background: url(../img/slider/blog-bg.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.event {
	min-height: 400px;
	background: url(../img/slider/event.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg12 {
	background: url(../img/slider/blog-bg12.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg13 {
	background: url(../img/slider/blog-bg13.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg14 {
	background: url(../img/slider/blog-bg14.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg15 {
	background: url(../img/slider/blog-bg15.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg16 {
	background: url(../img/slider/blog-bg16.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg17 {
	background: url(../img/slider/blog-bg17.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg18 {
	background: url(../img/slider/blog-bg18.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg19 {
	background: url(../img/slider/blog-bg19.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg-mendix10 {
	background: url(../img/mendix10/banner.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg10 {
	background: url(../img/slider/blog-bg10.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg11 {
	background: url(../img/slider/blog-bg-11.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg9 {
	background: url(../img/slider/blog-bg9.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg6 {
	background: url(../img/slider/blog-bg6.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.inner-banner-section.blog-bg.bg5 {
	background: url(../img/slider/blog-bg5.webp) no-repeat;
	background-size: cover;
	background-position: center
}

.inner-banner-section.blog-bg.bg3 {
	background: url(../img/slider/blog-bg3.webp) no-repeat;
	background-size: cover;
	background-position: center
}

.inner-banner-section.blog-bg.bg2 {
	background: url(../img/slider/blog-bg2.webp) no-repeat;
	background-size: cover;
	background-position: center
}

.inner-banner-section.blog-bg.bg1 {
	background: url(../img/slider/blog-bg1.webp) no-repeat;
	background-size: cover;
	background-position: center
}

.inner-banner-section.blog-bg.nbg1 {
	background: url(../img/slider/news-bg01.webp) no-repeat;
	background-size: cover;
	background-position: center
}

.inner-banner-section.blog-bg.nbg2 {
	background: url(../img/slider/news-bg02.webp) no-repeat;
	background-size: cover;
	background-position: center
}

.contact-bg {
	background: url(../img/contact-bg-11.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center;
	min-height: 580px;
	padding-bottom: 20px
}

.piam-banner {
	height: 625px
}

.piam-banner .contact-bg {
	min-height: 555px
}

.widgetbg {
	background: url(../img/slider/widget.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center
}

.contact-bg.bg1 {
	background: url(../img/slider/meetup1.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.bg2 {
	background: url(../img/slider/meetup2.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.bg3 {
	background: url(../img/slider/meetup3.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.bg4 {
	background: url(../img/slider/meetup4.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.bg5 {
	background: url(../img/slider/meetup5.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.bg6 {
	background: url(../img/slider/Meetup-6-Poster.png) no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat
}

.bg7 {
	background: url(../img/slider/meetup-7.png) no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat
}

.contact-bg.homebg.bg5 {
	background: url(../img/slider/mobile-home-meetup-slider-5.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.bg001 {
	background: url(../img/slider/Mendix-MVP-Banner.webp) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.retail-meetbg {
	background: url(../img/slider/retailmeetup-bg.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.bg002 {
	background: url(../img/slider/mx-banner-img.png) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.bg003 {
	background: url(../img/slider/meetup-7.png) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.newbg1 {
	background: url(../img/banner/banner11.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.newbg2 {
	background: url(../img/banner/banner2.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.newbg3 {
	background: linear-gradient(45deg, #0000005e, #0000005e), url(../img/banner/banner3.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.newbg4 {
	background: linear-gradient(45deg, #0000005e, #0000005e), url(../img/banner/banner5.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.newbg5 {
	background: url(../img/banner/banner4-1.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.contact-bg.homebg.newbg51 {
	background: url(../img/banner/banner4-1.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.meetup-section .section-search-five {
	padding-top: 150px;
	min-height: 700px
}

.meetup-section .section-search-five.meetup5 {
	padding-top: 150px;
	min-height: 650px
}

.inner-banner-section.blog-bg::after,
.inner-banner-section.widgetbg::after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	top: 0;
	left: 0;
	background-image: linear-gradient(122deg, #003464c2, #0071dcd9);
	content: ''
}

.meetup-section::after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	top: 0;
	left: 0;
	background-image: linear-gradient(122deg, #00001c);
	content: ''
}

.section-search-2 {
	background: 0 0;
	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: #0071dc;
	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
}

.divider .banner-wrapper {
	padding-bottom: 30px
}

.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-location .form-control {
	background: #fff url(../img/location.webp) no-repeat 10px center
}

.search-box .search-info {
	-ms-flex: 0 0 490px;
	flex: 0 0 490px;
	margin-right: 12px;
	position: relative;
	width: 490px
}

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

.search-box .search-btn {
	width: 46px;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	height: 46px
}

.search-box .search-btn span {
	display: none;
	font-weight: 500
}

.search-box .form-text {
	color: #757575;
	font-size: 13px
}

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

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

#hero-slider .slick-dots {
	bottom: 0
}

#hero-slider .slick-dots li.slick-active button {
	background-color: #b99031
}

.pharmacy-home-slider .swiper-pagination-bullet,
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 5px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	border-radius: 0
}

.pharmacy-home-slider .swiper-pagination-bullet {
	background: silver;
	width: 20px;
	height: 5px;
	opacity: 1;
	transform: scale(1) !important;
	left: 0 !important
}

.pharmacy-home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0071dc;
	width: 20px;
	height: 5px;
	opacity: 1
}

.pharmacy-home-slider-primary .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0de0fe
}

.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 {
	border: 1px solid #fff;
	background: 0 0;
	padding: 36px 43px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	max-width: 410px;
	margin: auto
}

.search-area.w-100 {
	max-width: 75% !important
}

.search-doctor {
	margin: auto
}

.search-area h2 {
	font-size: 1.7rem !important;
	font-weight: 600 !important
}

.newbg3 .search-area h2 {
	font-size: 1.4rem !important
}

.search-area .search-input {
	background: 0 0
}

.search-area .search-input .form-control {
	min-height: 40px
}

.search-area .form-control.form-select {
	border: 1px solid #c4c4c4 !important
}

.search-area .submit-section {
	text-align: right
}

.search-area .search-input .submit-section .submit-btn {
	padding: 8px 22px
}

.search-area .search-input .submit-section .search-btn {
	width: auto;
	background: 0 0;
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	border: 1px solid #fff
}

.search-area .search-input .submit-section .search-btn:hover {
	background: #fff;
	color: #000
}

.search-btn {
	width: 100%;
	margin-top: 15px
}

.search-box-1 .search-btn {
	width: 46px;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	height: 46px;
	background: #fff;
	color: #0071dc
}

.search-box-3 {
	background: #1e5c92;
	padding: 40px 20px;
	border-radius: 10px;
	margin-top: -50px;
	position: absolute
}

.btn-search {
	background: #fff;
	border: 1px solid #fff;
	color: #1e5c92
}

.search-box form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.search-box .form-control {
	border: 1px solid #ccc;
	box-shadow: inset 0 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-location .form-control {
	background: #fff url(../img/location.webp) no-repeat 10px center
}

.search-box .search-info {
	-ms-flex: 0 0 490px;
	flex: 0 0 490px;
	margin-right: 12px;
	position: relative;
	width: 490px
}

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

.search-box .search-btn {
	width: 46px;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	height: 46px
}

.search-box .search-btn span {
	display: none;
	font-weight: 500
}

.search-box .form-text {
	color: #757575;
	font-size: 13px
}

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

.section-category {
	background-color: #fff;
	padding: 70px 0 20px
}

.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: 3px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: silver
}

.blog-section .blog-slider .blog-para {
	height: 160px
}

.blog-section .blog-slider .sub-text {
	height: 35px
}

/* .blog-section .blog-slider h4 {
	height: 60px
} */

.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:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover: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: #b99031
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #0071dc
}

.slick-slide {
	outline: 0 !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: #0de0fe
}

.speicality-item p {
	font-size: 16px;
	font-weight: 500;
	margin: 30px 0 0
}

.section-doctor {
	background-color: transparent;
	padding: 0 0
}

.mx-section2 {
	padding: 50px 0;
	background-image: url(../img/mx-bg1.webp);
	background-size: cover;
	background-position: center
}

.mx-section2 .container {
	pdding-top: 0;
	padding-bottom: 0
}

.mx-section2 .partner-visible {
	visibility: visible;
	opacity: 1
}

.mx-section2 .explore-slider1 .service-grid {
	margin-bottom: 0
}

.mx-section2 .explore-slider1 .service-grid .effect-oscar .counter-div {
	border: 1px solid #fff;
	padding: 20px 26px;
	border-radius: 10px;
	min-width: 250px;
	text-align: center;
	height: 100%;
	box-shadow: 0 2px 12px #111111cf
}

.services-inner .row {
	row-gap: 20px
}

.mx-section2 .explore-slider1 .service-grid .effect-oscar .counter-div h4:hover {
	transform: scale(.7);
	transition: .5s all
}

.mx-section2 .explore-slider1 .service-grid .effect-oscar h4 {
	font-size: 28px;
	font-family: 'Google Sans Bold';
	color: #fff
}

.mx-section2 .explore-slider1 .service-grid .effect-oscar h4 span {
	font-size: 21px
}

.mx-section2 .explore-slider1 .service-grid .effect-oscar h4 img {
	margin: 0 auto;
	width: 67%
}

.mx-section2 .explore-slider1 .service-grid .show-title,
.mx-section2 .explore-slider1 .service-grid h4 {
	font-size: 34px;
	font-weight: 800;
	color: #fff
}

.mx-section2 .explore-slider1 .service-grid .show-title {
	font-size: 34px;
	font-weight: 800;
	color: #fff
}

.mx-section2 .effect-oscar .services-caption::before {
	background: rgba(0, 0, 0, 0)
}

.mx-section2 .explore-slider1 .service-grid .show-title {
	position: absolute;
	top: 0;
	opacity: 1;
	padding: 40px 0 40px
}

.mx-section2 .explore-slider1:hover .show-title {
	opacity: 0;
	height: 0
}

.mx-section2 .partner-hidden {
	visibility: hidden;
	opacity: 0
}

.mx-section3 {
	padding: 80px 0 30px
}

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

.profile-widget {
	background-color: transparent;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: 0 1px 4px 2px #1111111f;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding: 15px;
	border-radius: 10px !important
}

.doc-img {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px
}

.doc-img img {
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	width: 100%
}

.doc-img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05)
}

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

.pro-content {
	padding: 15px 0 0
}

.pro-content .title {
	font-size: 18px;
	font-family: "Google Sans Bold";
	margin-bottom: 7px;
}

.profile-widget .pro-content .title a {
	display: inline-block;
	color: #2E3842 !important
}

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

.profile-widget p.speciality {
	font-size: 13px;
	color: #757575;
	margin-bottom: 5px;
	min-height: 40px;
	color: #000;
}

.mx-section3 .profile-widget p.speciality {
	min-height: 116px
}

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

.rating i {
	color: #dedfe0
}

.rating i.filled {
	color: #f4c150
}

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

.profile-widget .rating i {
	font-size: 14px
}

.available-info {
	font-size: 13px;
	color: #757575;
	font-weight: 400;
	list-style: none;
	padding: 0;
	margin-bottom: 15px
}

.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: #0de0fe;
	font-size: 13px;
	border: 2px solid #0de0fe;
	box-shadow: inset 0 0 0 0 #0de0fe;
	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:focus,
.view-btn:hover {
	background: #0de0fe;
	box-shadow: inset 0 50px 0 0 #0de0fe;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.book-btn {
	background-color: #0de0fe;
	border: 2px solid #0de0fe;
	box-shadow: inset 0 0 0 0 #fff;
	color: #fff;
	font-size: 13px;
	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
}

.book-btn-light {
	background-color: #0de0fe !important;
	border: 2px solid #0de0fe !important;
	box-shadow: inherit !important;
	color: #fff !important
}

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

.section-doctor .profile-widget {
	background-color: #00000005;
	border: 1px solid #dfdfdf;
	box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
	margin-bottom: 0
}

.section-doctor .mx-widget .profile-widget {
	margin: 20px 0
}

.section-doctor .profile-widget.last-widget {
	min-height: 378px;
	display: flex !important;
	align-items: center
}

.section-doctor .profile-widget.last-widget .doc-img {
	display: none
}

.section-doctor .profile-widget.last-widget .pro-content .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	padding: 0 20px;
	text-align: center
}

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

.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: #0de0fe;
	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:focus,
.about-content a:hover {
	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: 60px 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: #0de0fe;
	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: #0de0fe;
	border: 2px solid #0de0fe;
	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 2s cubic-bezier(.19, 1, .22, 1) 0s
}

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

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

.search-detect {
	padding: 5px 9px 5px 28px;
	position: absolute;
	top: 8px;
	right: 5px;
	font-size: 13px;
	color: #757575;
	border-radius: 5px;
	background: #e3e3e3 url(../img/google-map.webp) no-repeat 9px center;
	cursor: pointer
}

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

.tile-card-content-1 {
	background: #000;
	background: rgba(13, 13, 13, .33)
}

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

.full-slide-home .slick-prev {
	left: 30px
}

.full-slide-home .slick-next {
	right: 30px
}

.full-slide-home .slick-slide>div>.col-12 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}

.category-box {
	text-align: center;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px
}

.category-box:hover {
	text-align: center;
	box-shadow: 2px 2px 13px rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
	padding: 20px;
	cursor: pointer
}

.category-image {
	background: #0071dc;
	height: 60px;
	margin: auto;
	width: 60px;
	align-items: center;
	padding-top: 7px;
	border-radius: 4px
}

.category-image-primary {
	background: #09e5ab
}

.category-image img {
	width: 45px;
	height: 45px
}

.category-content {
	margin-top: 20px
}

.category-content h4 {
	font-size: 24px;
	font-weight: 600;
	color: #272b41
}

.banner-header h2 {
	color: #186db5;
	font-size: 32px;
	font-weight: 600;
	line-height: 54px
}

.inner-banner-section .banner-header h2 {
	color: #fff;
	font-size: 45px;
	line-height: normal;
	font-family: 'Google Sans Bold'
}

.service1-section2 .highlights-module__listing {
	display: block !important
}

.inner-banner-section .banner-header p {
	color: #fff;
	padding-top: 10px
}

.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: 0 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: #0071dc;
	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.webp);
	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
}

.special-box {
	background-color: #fff;
	border-radius: 10px;
	height: 160px;
	cursor: pointer;
	margin-bottom: 30px;
	-webkit-transition: ease all .4s;
	-ms-transition: ease all .4s;
	transition: ease all .4s
}

.special-box:hover {
	background-color: #1c71ef;
	-webkit-transition: ease all .4s;
	-ms-transition: ease all .4s;
	transition: ease all .4s
}

.special-box .special-body {
	padding: 20px
}

.special-box .special-body img {
	width: 50px;
	margin-bottom: 15px
}

.special-box .special-body h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 500
}

.special-box .special-footer {
	border-top: 1px solid #eaeaea;
	padding: 15px;
	width: 100%;
	margin: 0
}

.special-box .special-footer .doc-count {
	font-size: 14px;
	font-weight: 700;
	color: #e74e84
}

.special-box .special-footer .clin-count span,
.special-box .special-footer .doc-count span {
	color: #000;
	font-weight: 500
}

.special-box .special-footer .clin-count {
	font-size: 14px;
	font-weight: 700;
	color: #1c71ef
}

.special-box .spc-book {
	background-color: #fff;
	padding: 10px 15px;
	min-width: 120px;
	color: #e74e84;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	display: none
}

.special-box .spc-book i {
	background-color: #e74e84;
	color: #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	font-size: 9px
}

.special-box:hover .special-footer,
.special-box:hover img {
	display: none
}

.special-box:hover h4 {
	color: #fff
}

.special-box:hover .spc-book {
	margin-top: 10px;
	display: block
}

.special-box:hover .special-body {
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column
}

.view-all-more .btn {
	background: #0ce0ff;
	border-radius: 30px;
	border-color: #0ce0ff;
	padding: 9px 30px;
	margin-top: 20px
}

.browse-section {
	background-color: #e5f6fd;
	padding: 60px 0
}

.brower-box {
	text-align: center;
	border-radius: 10px;
	border: 6px solid #fff;
	background-color: #fff;
	margin-bottom: 20px
}

.brower-box>div {
	border-radius: 15px;
	background-color: #e5f6fd;
	height: 100%;
	padding: 15px
}

.brower-img {
	background-color: #1c71ef;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center
}

.brower-img img {
	width: auto
}

.brower-box h4 {
	font-size: 16px;
	font-weight: 600;
	color: #2264c5
}

.brower-box p {
	font-size: 14px;
	font-weight: 500;
	color: #e74e84;
	margin: 0
}

.brower-box p span {
	color: #000
}

.doc-background {
	background: url(../img/shapes/doctor-bg.webp);
	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.webp);
	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.webp);
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat
}

.book-best-doctors {
	margin-bottom: 30px
}

.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: 1px solid #1c71ef;
	border-radius: 30px;
	width: 100px;
	text-align: center;
	float: right
}

.book-best-doctors .doctors-body .book-btn:hover {
	color: #1c71ef;
	border: 1px solid #1c71ef
}

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

.latest-blog .blog-wrap {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	border-radius: 10px;
	box-shadow: 0 2px 8px #00000038
}

.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.mx-address {
	min-height: 120px
}

.latest-blog .blog-wrap .blog-wrap-body p .cicons-ctn {
	display: block;
	padding-top: 20px
}

.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 .cal-txt,
.latest-blog .blog-footer .read-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: #10defd;
	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%)
}

.specialities-section {
	position: relative;
	background: url(../img/specialist-bg.webp);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.specialities-section:after {
	content: "";
	position: absolute;
	background: rgba(25, 69, 107, .9);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1
}

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

.specialist-card:hover {
	background: #e0f2ff
}

.specialist-img {
	background: #1b5d92;
	padding: 10px;
	height: 55px;
	width: 55px;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.specialist-card:hover .specialist-img {
	background: #10defd
}

.specialist-info h4 {
	font-weight: 600;
	color: #274782;
	margin-bottom: 0
}

.specialist-info p {
	font-weight: 500;
	color: #000;
	margin-bottom: 0
}

.specialist-nav i {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	background: #fff;
	box-shadow: 0 4px 24px rgba(183, 183, 183, .25);
	color: #d84153;
	margin: auto;
	display: block;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.specialist-card:hover .specialist-nav i {
	background: #10defd;
	color: #fff
}

.specialities-section {
	padding: 80px 0 55px
}

.our-doctors-card {
	background: rgba(232, 246, 255, .4);
	border: 1px solid rgba(231, 237, 255, .5);
	border-radius: 10px;
	padding: 10px
}

.doctors-body .rating {
	font-size: 12px
}

.doctors-body .rating i.filled {
	color: #1c5b90
}

.average-ratings {
	background: #1c5b90;
	border-radius: 70px;
	color: #fff;
	padding: 1px 15px;
	margin-left: 10px
}

.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: #10defd;
	border-radius: 30px;
	padding: 10px 0;
	border: 1px solid #10defd
}

.doctors-body .book-btn:hover {
	border: 1px solid #10defd
}

.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-section {
	position: relative;
	background: url(../img/featured-bg.webp);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0
}

.clinic-features {
	position: relative
}

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

.clinic-feature-overlay .img-overlay {
	background: #0071dc;
	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: #0071dc
}

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

.inner-banner-section {
	padding-top: 120px;
	min-height: 450px
}

.banner-btn {
	width: auto;
	background: 0 0;
	border: 0 solid #fff;
	border-radius: 130px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 30px
}

.banner-btn i {
	font-size: 25px;
	padding-right: 7px
}

.inner-banner-section .doctor-search .banner-btn {
	display: flex;
	align-items: center;
	padding: 12px 0;
	font-size: 22px
}

.inner-banner-section .doctor-search {
	width: calc(70% - 30px)
}

.inner-banner-section .doctor-search .banner-btn:hover {
	background: 0 0 !important;
	color: #fff !important
}

.inner-banner-section .doctor-search .banner-btn:before {
	content: "";
	position: absolute;
	width: 19%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	transform: scale(0);
	transition: all .3s cubic-bezier(.45, .05, .55, .95)
}

.inner-banner-section .doctor-search .banner-btn:hover:before {
	visibility: visible;
	transform: scaleX(1)
}

.banner-btn:hover {
	background: #fff;
	color: #111 !important
}

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

.inner-banner-section .doctor-search {
	padding-bottom: 15px;
	padding-top: 50px
}

.hero-slides .owl-nav {
	top: 50%;
	position: absolute;
	width: 100%
}

.hero-slides button.owl-next,
.hero-slides button.owl-prev {
	width: 50px !important
}

.hero-slides button.owl-next span {
	justify-content: flex-start
}

.hero-slides button.owl-prev span {
	justify-content: center
}

.hero-slides button.owl-next {
	position: absolute;
	right: -7px
}

.hero-slides button.owl-prev {
	position: absolute;
	left: -7px
}

.hero-slides button.owl-next span,
.hero-slides button.owl-prev span {
	background: #dbb86f;
	color: #111;
	border-radius: 10px;
	font-size: 49px !important;
	line-height: 40px !important
}

.hero-slides button.owl-next,
.hero-slides button.owl-prev,
.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: #10defd;
	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-nav button,
.owl-theme .owl-dots {
	margin-top: 30px
}

.hero-slides .owl-dots .owl-dot span,
.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
}

.hero-slides .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center
}

.hero-slides .owl-dots .owl-dot.active span {
	background: #dfb868 !important
}

.hero-slides .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #111
}

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

.shapes {
	position: absolute;
	width: 100%
}

.shape-1 {
	position: absolute;
	top: 0;
	left: 0
}

.shape-2 {
	position: absolute;
	top: 0;
	right: 0
}

.shape-3 {
	position: absolute;
	top: -110px;
	left: 0
}

.shape-4 {
	position: absolute;
	top: -110px;
	right: 0
}

.section-search-3 {
	position: relative;
	background: url(../img/banner-3.webp);
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	min-height: 450px;
	padding-top: 85px
}

.section-search-3:after {
	content: "";
	position: absolute;
	background: rgba(24, 96, 202, .9);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1
}

.header-banner h2 {
	color: #fff;
	font-weight: 600;
	line-height: 40px
}

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

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

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

body .multi-optn {
	background-color: #fff
}

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

.app-form {
	position: relative;
	padding: 30px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .87)
}

.app-form h2 {
	color: #e74e84;
	font-size: 34px;
	margin-bottom: 30px
}

.app-form h2 .header-highlight {
	color: #1860ca;
	font-weight: 600
}

.app-form .doctor-search-form input {
	border-radius: 20px
}

.app-form .form-custom i {
	color: #0ce0ff
}

.app-form .banner-btn {
	background-color: #0ce0ff;
	padding: 18px 30px;
	border-radius: 20px
}

.category-sec {
	margin-top: -30px;
	padding: 0 0 50px 0
}

.set-category {
	background-color: #1860ca;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 15px;
	border-radius: 20px;
	min-height: 200px;
	position: relative
}

.set-category .img-holder {
	margin-right: 20px
}

.set-category .img-holder a {
	width: 60px;
	height: 60px;
	display: flex;
	background-color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center
}

.set-category .img-holder a img {
	width: 30px
}

.set-category .info-holder h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff
}

.set-category .info-holder p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px
}

.set-category .info-holder .book-now {
	color: #fff
}

.set-category .info-holder .book-now i {
	margin: 4px 6px;
	position: absolute
}

.set-category h1 {
	font-size: 60px;
	position: absolute;
	font-weight: 700;
	bottom: -13px;
	right: 25px;
	color: #fff;
	opacity: .1;
	margin: 0
}

.set-category.light {
	background-color: #0ce0ff
}

.set-category.lighter {
	background-color: #00bcd1
}

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

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

.sec-header h2 {
	font-size: 34px;
	margin-bottom: 0;
	font-weight: 700;
	color: #242424;
	font-family: Quicksand, sans-serif
}

.sec-header.text-left {
	text-align: left !important
}

.sec-header .bottom-border {
	border-top: 3px solid #0071dc;
	width: 190px;
	margin: 0 auto;
	margin-top: 14px;
	position: relative;
	display: inline-block;
	border-radius: 150px
}

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

.sec-header .color-primary {
	color: #0071dc;
	font-weight: 700
}

.mx-client-sec .client-slider .slick-center .service-grid .effect-oscar {
	transform: scale(1.3)
}

.mx-client-sec .client-slider .service-grid .effect-oscar {
	transform: scale(.9)
}

.client-slider .slick-next,
.client-slider .slick-prev {
	width: 35px;
	height: 35px
}

.client-slider .slick-prev {
	left: 26%
}

.client-slider .slick-next {
	right: 26%
}

.mx-client-sec .client-slider .slick-slide {
	margin-right: 100px;
	margin-top: 20px
}

.browse-slider {
	padding: 0 20px
}

.browse-slider .slick-list {
	padding-top: 10px
}

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

.browse-slider .slick-arrow {
	display: none !important
}

.book-slider .slick-next,
.book-slider .slick-prev,
.browse-slider .slick-next,
.browse-slider .slick-prev,
.clinic-slider .slick-next,
.clinic-slider .slick-prev {
	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
}

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

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

.book-slider .slick-next:before,
.book-slider .slick-prev:before,
.browse-slider .slick-next:before,
.browse-slider .slick-prev:before,
.clinic-slider .slick-next:before,
.clinic-slider .slick-prev: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
}

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

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

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

.book-slider .profile-widget,
.browse-slider .browse-widget,
.clinic-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
}

.browse-speciality {
	padding: 60px 0 35px;
	background-color: #fff
}

.browse-widget {
	padding: 0
}

.browse-widget>img {
	border-radius: 10px;
	width: 100%
}

.browse-widget .overlay {
	position: absolute;
	top: 0;
	background-color: rgba(34, 100, 197, 0);
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.browse-widget:hover .overlay {
	background-color: rgba(36, 36, 36, .6)
}

.mx-sec1 .browse-widget .overlay h3 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	padding: 0 10px
}

.mx-sec1 .browse-widget:hover .overlay h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: rgba(36, 36, 36, 0)
}

.mx-sec1 .browse-widget .overlay .arrows {
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: 65px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(36, 36, 36, .6);
	transform: translate(0, 37.5%);
	color: #fff
}

.mx-sec1 .browse-widget .overlay:hover .arrows {
	position: absolute;
	bottom: -20px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(36, 36, 36, 0)
}

.mx-sec1 .browse-widget:hover .arrows {
	transform: translate(0, -600%);
	color: #fff
}

.browse-widget .overlay-hvr {
	position: absolute;
	top: 0;
	background-color: rgba(36, 36, 36, .6);
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.browse-widget:hover .overlay-hvr {
	background-color: rgba(36, 36, 36, .6)
}

.mx-sec1 .browse-widget .overlay-hvr h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	display: visible;
	background-color: rgba(36, 36, 36, 0)
}

.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
	position: absolute;
	bottom: 220px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(36, 36, 36, 0)
}

.mx-sec1 .view-btn {
	color: #fff;
	font-size: 13px;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: inset 0 0 0 0 #fff;
	background: rgba(36, 36, 36, 0);
	text-align: center;
	display: block;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.mx-sec1 .view-btn:hover {
	color: #000;
	font-size: 13px;
	border: 1px solid #fff;
	border-radius: 20px;
	box-shadow: inset 0 0 0 0 #fff;
	background: #fff;
	text-align: center;
	display: block;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.mx-sec1 .profile-widget .browse-widget .padding-div {
	padding-top: 40px
}

.mx-sec1 .profile-widget .browse-widget.padding-div1 {
	padding-top: 20px
}

.mx-sec1 .browse-slider .slick-slide {
	padding: 20px
}

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

.select-box {
	background: url(../img/slider/doctor-bg.webp);
	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
}

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

.select-box .book-now {
	background-color: #1c71ef;
	padding: 6px 20px;
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	width: 110px
}

.select-box.theme {
	background: url(../img/slider/patient-bg.webp);
	border-radius: 10px 60px 60px 10px
}

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

.select-box.theme .image-holder span {
	border: 6px solid rgb(217 225 240)
}

.select-box.theme .book-now {
	background-color: #20d7f2
}

.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 .content-info,
.book-slider .profile-widget:hover .rating {
	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: #10defd;
	border: 1px solid #10defd;
	border-radius: 30px;
	padding: 6px;
	border: none;
	color: #fff;
	font-size: 13px;
	font-weight: 500
}

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

.book-doctor .view-btn-light {
	background-color: #0172d4;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #0172d4;
	padding: 6px 20px;
	box-shadow: inherit
}

.aval-features {
	background-color: #2467ca
}

.aval-features .feature {
	background: url(../img/slider/feature-img.webp);
	padding: 40px;
	background-repeat: no-repeat;
	background-size: cover
}

.aval-features .feature .info-box {
	background: rgba(24, 96, 202, .8);
	padding: 40px
}

.aval-features .feature .info-box h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px
}

.aval-features .feature .info-box p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px
}

.aval-features .feature .info-box a {
	background: #10defd;
	border-radius: 30px;
	width: 120px;
	color: #fff;
	padding: 6px
}

.aval-features .aval-widget .features-img {
	width: 150px;
	height: 150px;
	border-radius: 80px 60px 50px 50px;
	margin: 0 auto
}

.aval-features .aval-widget .features-img img {
	border-radius: 80px 60px 50px 50px;
	width: 100%;
	border: 4px solid #fff
}

.aval-features .aval-widget .features-img p {
	background: #0071dc;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	padding: 6px;
	margin: 20px 0 0
}

.aval-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 280px
}

.aval-slider .aval-widget {
	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
}

.aval-slider .slick-list {
	padding: 50px 0
}

.aval-slider .slick-next,
.aval-slider .slick-prev {
	width: 35px;
	height: 35px
}

.aval-slider .slick-prev {
	left: 5px
}

.aval-slider .slick-next:focus,
.aval-slider .slick-next:hover,
.aval-slider .slick-prev:focus,
.aval-slider .slick-prev:hover {
	background-color: #fff
}

.aval-slider .slick-next {
	right: 5px
}

.aval-slider .slick-prev:before {
	font-family: slick;
	font-size: 10px;
	line-height: 1;
	opacity: .75;
	color: #1860ca;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid #1860ca;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: '';
	transform: rotate(140deg);
	-webkit-transform: rotate(140deg)
}

.aval-slider .slick-next:before {
	font-family: slick;
	font-size: 10px;
	line-height: 1;
	opacity: .75;
	color: #1860ca;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: solid #1860ca;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.home-search-section {
	background: url(../img/slider/banner-01.webp);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.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 input,
.doctor-search-form select {
	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
}

.facility-section {
	background-color: #f3f8ff;
	padding: 60px 0
}

.facility-section .visit-doctor {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px
}

.facility-section .visit-doctor .inner-details {
	position: relative;
	display: flex;
	align-items: center
}

.facility-section .visit-doctor .inner-details img {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 50px
}

.visit-doctor .inner-details .count h1 {
	font-weight: 700;
	font-size: 24px;
	color: #1860ca;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 5px solid #f7faff;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: 20px
}

.visit-doctor .inner-details .info h1 {
	font-weight: 700;
	font-size: 24px;
	color: #1860ca
}

.visit-doctor .inner-details .info p {
	color: #9d9d9d;
	font-size: 14px;
	max-width: 280px
}

.visit-doctor .inner-details .info a {
	font-size: 14px;
	font-weight: 600;
	color: #1860ca
}

.visit-doctor .inner-details .info a i {
	margin: 5px 6px;
	position: absolute
}

.visit-doctor .inner-details.pharmacy .count h1,
.visit-doctor .inner-details.pharmacy .info a,
.visit-doctor .inner-details.pharmacy .info a i,
.visit-doctor .inner-details.pharmacy .info h1 {
	color: #0ce0ff
}

.visit-doctor .inner-details.lab .count h1,
.visit-doctor .inner-details.lab .info a,
.visit-doctor .inner-details.lab .info a i,
.visit-doctor .inner-details.lab .info h1 {
	color: #00bcd1
}

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

.browse-section.brower-category {
	padding: 60px 0;
	background: url(../img/slider/banner-02.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.browse-section.brower-category .heading-wrapper h1 {
	color: #e5f6fd
}

.browse-section.brower-category .brower-box>div {
	background-color: #f2f7ff;
	border-radius: 20px 20px 0 0
}

.browse-section.brower-category .brower-img {
	background-color: #28daf4;
	margin-bottom: 40px
}

.browse-section.brower-category .brower-box h4 {
	color: #28daf4
}

.doctor-divison.provider-select .doc-background {
	background: url(../img/shapes/doctor-bg.webp);
	background-size: cover;
	padding: 60px 30px
}

.doctor-divison.provider-select .doc-background::before {
	background: rgba(242, 247, 255, .94)
}

.doctor-divison.provider-select .pat-background {
	background: url(../img/shapes/doctor-right-bg.webp);
	background-size: cover;
	padding: 60px 30px
}

.doctor-divison.provider-select .pat-background::before {
	background: rgba(40, 218, 244, .9)
}

.doctor-divison.provider-select .doc-background h3 {
	color: #2357a6
}

.doctor-divison.provider-select .doc-background p {
	color: #4b4b4b
}

.doctor-divison.provider-select .pat-background a {
	background-color: #0ce0ff
}

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

.doc-booking .book-slider .slick-next,
.doc-booking .book-slider .slick-prev {
	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-next:before,
.doc-booking .book-slider .slick-prev: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 .pro-content,
.doc-booking .book-slider .profile-widget a img {
	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
}

.breadcrumb-bar {
	background-color: transparent;
	padding: 25px 0 15px;
	border-bottom: 1px solid #6ea4d7
}

.breadcrumb-bar-one {
	background-color: #3e5463
}

.breadcrumb-bar-two {
	background-color: #00284f
}

.breadcrumb-bar-three {
	background-color: #0071dc
}

.breadcrumb-bar-four {
	background-color: #263238
}

.breadcrumb-bar-five {
	background-color: #15558d
}

.breadcrumb-bar .breadcrumb-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin: 5px 0 0
}

.page-breadcrumb ol {
	background-color: transparent;
	font-size: 12px;
	margin-bottom: 0;
	padding: 0
}

.page-breadcrumb ol li a {
	color: #fff;
	font-size: 20px
}

.page-breadcrumb ol li.active {
	font-size: 20px;
	color: #fff;
	font-family: 'Google Sans Bold'
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	color: #fff;
	font-size: 22px
}

.sort-by {
	float: right
}

.sort-title {
	color: #fff;
	font-size: 14px;
	margin-right: 10px
}

.custom-short-by .sort-title {
	color: #2e3842
}

.custom-short-by>div {
	margin-right: 20px
}

.custom-short-by>div:first-child {
	margin-right: 0
}

.sortby-fliter {
	display: inline-block;
	width: 120px
}

.cal-icon {
	position: relative;
	width: 100%
}

.cal-icon:after {
	color: #979797;
	content: '\f073';
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 400;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 10px
}

.custom_check {
	color: #666;
	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
}

.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 #dcdcdc;
	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: #0de0fe;
	font-size: 11px
}

.custom_check input:checked~.checkmark:after {
	display: block
}

.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: #0de0fe;
	border: 1px solid #0de0fe;
	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: #0172d4;
	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: #0172d4;
	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+span {
	margin-left: 5px
}

.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 #0db9f2;
	border-radius: 4px;
	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:focus,
.clinic-booking a.view-pro-btn:hover {
	background: #0172d4;
	color: #fff
}

.clinic-booking a.apt-btn {
	background-color: #0db9f2;
	color: #fff
}

.clinic-booking a.apt-btn:focus,
.clinic-booking a.apt-btn:hover {
	background-color: #0db9f2;
	border-color: #0db9f2;
	color: #fff
}

.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: #0071dc;
	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:focus,
.msg-btn:hover {
	background-color: #09e5ab;
	border-color: #09e5ab;
	color: #fff
}

.call-btn:focus,
.call-btn:hover {
	background-color: #09e5ab;
	border-color: #09e5ab;
	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:focus,
.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover {
	border-bottom-width: 3px;
	color: #0172d4
}

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

.user-tabs .nav-tabs>li>a:hover {
	background-color: unset;
	color: #0172d4
}

.widget {
	margin-bottom: 30px
}

.widget-title {
	margin-bottom: 15px
}

.experience-box {
	position: relative
}

.experience-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative
}

.experience-list::before {
	background: #ddd;
	bottom: 0;
	content: "";
	left: 8px;
	position: absolute;
	top: 8px;
	width: 2px
}

.experience-list>li {
	position: relative
}

.experience-list>li:last-child .experience-content {
	margin-bottom: 0
}

.experience-user .avatar {
	height: 32px;
	line-height: 32px;
	margin: 0;
	width: 32px
}

.experience-list>li .experience-user {
	background: #fff;
	height: 10px;
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	width: 10px
}

.experience-list>li .experience-content {
	background-color: #fff;
	margin: 0 0 20px 40px;
	padding: 0;
	position: relative
}

.experience-list>li .experience-content .timeline-content {
	color: #757575
}

.experience-list>li .experience-content .timeline-content a.name {
	font-weight: 500
}

.experience-list>li .time {
	color: #757575;
	display: block;
	font-size: 13px
}

.before-circle {
	background-color: rgba(32, 192, 243, .2);
	border-radius: 50%;
	height: 12px;
	width: 12px;
	border: 2px solid #0172d4
}

.exp-year {
	color: #0071dc;
	margin-bottom: 2px
}

.exp-title {
	font-size: 16px
}

.awards-widget .experience-list>li:last-child p {
	margin-bottom: 0
}

.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: #0172d4
}

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

.review-listing {
	border-bottom: 1px solid #f5f7fc;
	margin-top: 20px;
	padding-bottom: 30px
}

.review-listing>ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.review-listing>ul li+li {
	margin-top: 20px;
	border-top: 1px dashed #f0f0f0;
	padding-top: 20px
}

.review-listing>ul li .comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

.review-listing>ul li .comment:last-child {
	margin-bottom: 0
}

.review-listing>ul li .comment .comment-body {
	margin-left: 16px;
	width: 100%
}

.review-listing>ul li .comment .comment-body .meta-data {
	position: relative;
	margin-bottom: 10px
}

.review-listing>ul li .comment .comment-body .meta-data span {
	display: block;
	font-size: 16px;
	color: #757575
}

.review-listing>ul li .comment .comment-body .meta-data span.comment-author {
	font-weight: 600;
	color: #272b41;
	text-transform: capitalize
}

.review-listing>ul li .comment .comment-body .meta-data span.comment-date {
	font-size: 14px
}

.review-listing>ul li .comment .comment-body .meta-data .review-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 3px;
	right: 0;
	width: auto
}

.review-listing>ul li .comment .comment-body .comment-content {
	color: #757575;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px
}

.review-listing>ul li .comment .comment-body .comment-reply .comment-btn {
	color: #0172d4;
	display: inline-block;
	font-weight: 500;
	font-size: 15px
}

.review-listing .recommend-btn {
	float: right;
	color: #757575;
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 0
}

.review-listing .recommend-btn a {
	border: 1px solid rgba(128, 137, 150, .4);
	border-radius: 4px;
	display: inline-block;
	padding: 4px 12px;
	color: #757575;
	margin-left: 3px;
	margin-right: 3px;
	transition: all .3s
}

.review-listing .recommend-btn a.like-btn:hover {
	background-color: #28a745;
	border: 1px solid #28a745;
	color: #fff
}

.review-listing .recommend-btn a.dislike-btn:hover {
	background-color: #dc3545;
	border: 1px solid #dc3545;
	color: #fff
}

.review-listing .recommend-btn a i {
	font-size: 16px
}

.review-listing>ul li .comments-reply {
	list-style: none;
	margin-left: 65px;
	padding: 0
}

.recommended {
	color: #28a745;
	font-size: 15px;
	font-weight: 500;
	margin: 0
}

.all-feedback {
	margin-top: 20px
}

.star-rating {
	direction: rtl
}

.star-rating input[type=radio] {
	display: none
}

.star-rating label {
	color: #bbb;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.star-rating input[type=radio]:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
	color: #f2b600
}

.terms-accept a {
	color: #0172d4;
	font-weight: 500
}

.business-widget {
	background-color: #fcfcfc;
	border: 1px solid #f0f0f0;
	padding: 20px;
	margin-bottom: 0
}

.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-doc-info .booking-doc-img {
	width: 80px;
	margin-right: 15px
}

.booking-doc-info .booking-doc-img img {
	border-radius: 4px;
	height: 80px;
	width: 80px;
	object-fit: cover
}

.schedule-widget {
	border-radius: 4px;
	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: 10px 20px
}

.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 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: #959595;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin: 6px auto auto 8px;
	padding: 0 7px
}

.card-label>input {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
	display: block;
	height: 50px;
	margin-top: -13px;
	padding: 5px 15px 0;
	transition: border-color .3s;
	width: 100%
}

.exist-customer a {
	color: #0172d4;
	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 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: #0172d4
}

.payment-radio .checkmark::after {
	position: absolute;
	left: 3px;
	top: 3px;
	content: '';
	width: 9px;
	height: 9px;
	background-color: #0172d4;
	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: #0172d4;
	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: #0172d4;
	font-size: 16px;
	float: right
}

.success-page-cont {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex
}

.success-card .card-body {
	padding: 50px 20px
}

.success-cont {
	text-align: center
}

.success-cont i {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 60px;
	height: 60px;
	border: 2px solid #09e5ab;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 30px;
	margin-bottom: 30px;
	background-color: #09e5ab
}

.success-cont h3 {
	font-size: 24px
}

.success-cont p {
	margin-bottom: 30px
}

.success-cont strong {
	font-weight: 600
}

.view-inv-btn {
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px
}

.invoice-content {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px
}

.invoice-item .invoice-logo {
	margin-bottom: 30px
}

.invoice-item .invoice-logo img {
	width: auto;
	max-height: 52px
}

.invoice-item .invoice-text h2 {
	color: #272b41;
	font-size: 36px;
	font-weight: 600
}

.invoice-item .invoice-details {
	text-align: right;
	color: #757575;
	font-weight: 500
}

.invoice-item .invoice-details strong {
	color: #272b41
}

.invoice-item .invoice-details-two {
	text-align: left
}

.invoice-item .invoice-text {
	padding-top: 42px;
	padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
	font-weight: 400
}

.invoice-info {
	margin-bottom: 30px
}

.invoice-info p {
	margin-bottom: 0
}

.invoice-info.invoice-info2 {
	text-align: right
}

.invoice-item .customer-text {
	font-size: 18px;
	color: #272b41;
	font-weight: 600;
	margin-bottom: 8px;
	display: block
}

.invoice-table tr td,
.invoice-table tr th,
.invoice-table-two tr td,
.invoice-table-two tr th {
	color: #272b41;
	font-weight: 600;
	padding: 10px 20px;
	line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
	color: #757575;
	font-weight: 500
}

.invoice-table-two {
	margin-bottom: 0
}

.invoice-table-two tr td,
.invoice-table-two tr th {
	border-top: 0
}

.invoice-table-two tr td {
	text-align: right
}

.invoice-info h5 {
	font-size: 16px;
	font-weight: 500
}

.other-info {
	margin-top: 10px
}

.tab-content.schedule-cont .card-title {
	margin-bottom: 10px
}

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

.schedule-nav .nav-tabs {
	border: 0 !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.schedule-nav .nav-tabs li {
	margin: 5px 15px 5px 0;
	display: inline-block
}

.schedule-nav .nav-tabs li:last-child {
	margin-right: 0
}

.schedule-nav .nav-tabs>li>a {
	border: 1px solid #dcddea;
	border-radius: 4px;
	padding: 6px 15px;
	text-transform: uppercase
}

.schedule-nav .nav-tabs li a.active {
	background: #ff4877;
	border: 1px solid #ff4877 !important;
	color: #fff
}

.hours-info .form-control {
	min-height: auto
}

.hours-info .btn.btn-danger.trash {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 38px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.edit-link {
	color: #0172d4;
	font-size: 16px;
	margin-top: 4px
}

.visit-btns {
	color: #272b41;
	background-color: #fff;
	width: 80%;
	margin-bottom: 10px;
	display: block;
	outline: unset;
	cursor: pointer
}

.visits input:checked~.visit-rsn {
	background-color: #0071dc;
	color: #fff;
	border-radius: 4px
}

.visits input:checked~.visit-rsn:before {
	opacity: 1
}

.visits input:disabled~.visit-rsn {
	background-color: #e30303;
	color: #fff;
	border-radius: 5px
}

.visits .form-check-input {
	opacity: 0
}

.visits input.form-check-input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	margin-left: 0
}

.visits span.visit-rsn:before {
	color: #0071dc;
	background-color: #fff;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	border-radius: 50px;
	width: 18px;
	height: 18px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 0
}

.visits span.visit-rsn {
	background-color: #f3f9ff;
	border: 0;
	border-radius: 4px;
	color: #64627c;
	display: block;
	font-size: 14px;
	margin-bottom: 0;
	padding: 13px 5px;
	text-align: center;
	position: relative;
	font-weight: 600
}

.visits span.visit-rsn {
	text-align: center;
	border: 0;
	border-radius: 5px;
	padding: 13px 5px;
	background: #f3f9ff;
	min-width: 133px;
	display: inline-block;
	width: 100%
}

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

.appointment-tab {
	margin-bottom: 30px
}

.appointment-tab .nav-tabs {
	background-color: #fff;
	padding: 1.5rem;
	border: 1px solid #f0f0f0;
	border-radius: .25rem .25rem 0 0 !important;
	border-bottom: 0
}

.appointment-tab .tab-content {
	padding-top: 0
}

.appointment-tab .card {
	border-radius: 0
}

.submit-btn-bottom {
	margin-bottom: 30px
}

.add-new-btn {
	background-color: #0de0fe;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 10px 20px
}

.add-new-btn:active,
.add-new-btn:focus,
.add-new-btn:hover {
	background-color: #0de0fe;
	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
}

.add-more-item {
	margin-bottom: 10px
}

.add-more-item a {
	color: #0de0fe;
	font-weight: 500
}

.signature-wrap {
	float: right;
	margin-bottom: 20px;
	text-align: center;
	width: 220px
}

.signature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px dashed #ccc;
	border-radius: 4px;
	color: #272b41;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 85px;
	margin-bottom: 15px;
	width: 100%
}

.signature:hover {
	background-color: #fcfcfc
}

.sign-name {
	width: 100%;
	float: right
}

.pat-widget-profile .pro-widget-content {
	padding: 0 0 20px
}

.pat-widget-profile .booking-date li {
	font-size: .875rem
}

.pat-widget-profile .booking-date li span {
	font-size: .875rem
}

.chat-page .content {
	padding: 0
}

.chat-page .content>.container-fluid {
	padding: 0
}

.chat-page .footer {
	display: none
}

.chat-window {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.chat-cont-left {
	border-right: 1px solid #f0f0f0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	left: 0;
	max-width: 35%;
	position: relative;
	z-index: 4
}

.chat-cont-left .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	color: #272b41;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px
}

.chat-cont-left .chat-header span {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize
}

.chat-cont-left .chat-header .chat-compose {
	color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.chat-cont-left .chat-search {
	background-color: #f5f5f6;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 15px;
	width: 100%
}

.chat-cont-left .chat-search .input-group {
	width: 100%
}

.chat-cont-left .chat-search .input-group .form-control {
	background-color: #fff;
	border-radius: 50px;
	padding-left: 36px
}

.chat-cont-left .chat-search .input-group .form-control:focus {
	border-color: #ccc;
	box-shadow: none
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 15px;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: 4
}

.chat-window .chat-scroll {
	min-height: 300px;
	max-height: calc(100vh - 224px);
	overflow-y: auto
}

.chat-cont-left .chat-users-list {
	background-color: #fff
}

.chat-cont-left .chat-users-list a.media {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 15px;
	transition: all .2s ease 0s
}

.chat-cont-left .chat-users-list a.media:last-child {
	border-bottom: 0
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
	margin-right: 15px;
	position: relative
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
	height: 45px;
	width: 45px
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
	bottom: 7px;
	height: 10px;
	right: 4px;
	position: absolute;
	width: 10px;
	border: 2px solid #fff
}

.chat-cont-left .chat-users-list a.media .media-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat,
.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
	color: #272b41;
	text-transform: capitalize
}

.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 24px
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child {
	text-align: right
}

.chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
	color: #8a8a8a;
	font-size: 13px
}

.chat-cont-left .chat-users-list a.media:hover {
	background-color: #f5f5f6
}

.chat-cont-left .chat-users-list a.media.read-chat .media-body>div:last-child .last-chat-time {
	color: #8a8a8a
}

.chat-cont-left .chat-users-list a.media.active {
	background-color: #f5f5f6
}

.chat-cont-right {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%
}

.chat-cont-right .chat-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 72px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	padding: 0 15px
}

.chat-cont-right .chat-header .back-user-list {
	display: none;
	margin-right: 5px;
	margin-left: -7px
}

.chat-cont-right .chat-header .media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.chat-cont-right .chat-header .media .media-img-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
	height: 50px;
	width: 50px
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
	border: 2px solid #fff;
	bottom: 0;
	height: 10px;
	position: absolute;
	right: 3px;
	width: 10px
}

.chat-cont-right .chat-header .media .media-body .user-name {
	color: #272b41;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize
}

.chat-cont-right .chat-header .media .media-body .user-status {
	color: #666;
	font-size: 14px
}

.chat-cont-right .chat-header .chat-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.chat-cont-right .chat-header .chat-options>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	color: #8a8a8a;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-left: 10px;
	width: 30px
}

.chat-cont-right .chat-body {
	background-color: #f5f5f6
}

.chat-cont-right .chat-body ul.list-unstyled {
	margin: 0 auto;
	padding: 15px;
	width: 100%
}

.chat-cont-right .chat-body .media .avatar {
	height: 30px;
	width: 30px
}

.chat-cont-right .chat-body .media .media-body {
	margin-left: 20px
}

.chat-cont-right .chat-body .media .media-body .msg-box>div {
	padding: 10px 15px;
	border-radius: .25rem;
	display: inline-block;
	position: relative
}

.chat-cont-right .chat-body .media .media-body .msg-box>div p {
	color: #272b41;
	margin-bottom: 0
}

.chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
	margin-top: 5px
}

.chat-cont-right .chat-body .media.received {
	margin-bottom: 20px
}

.chat-cont-right .chat-body .media:last-child {
	margin-bottom: 0
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div {
	background-color: #fff
}

.chat-cont-right .chat-body .media.sent {
	margin-bottom: 20px
}

.chat-cont-right .chat-body .media.sent .media-body {
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	margin-left: 0
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
	background-color: #e3e3e3
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
	color: #272b41
}

.chat-cont-right .chat-body .chat-date {
	font-size: 14px;
	margin: 1.875rem 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: capitalize
}

.chat-cont-right .chat-body .chat-date:before {
	background-color: #e0e3e4;
	content: "";
	height: 1px;
	margin-right: 28px;
	position: absolute;
	right: 50%;
	top: 50%;
	width: 100%
}

.chat-cont-right .chat-body .chat-date:after {
	background-color: #e0e3e4;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: 28px;
	position: absolute;
	top: 50%;
	width: 100%
}

.chat-cont-right .chat-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px;
	position: relative
}

.chat-cont-right .chat-footer .input-group {
	width: 100%
}

.chat-cont-right .chat-footer .input-group .form-control {
	background-color: #f5f5f6;
	border: none;
	border-radius: 50px
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
	background-color: #f5f5f6;
	border: none;
	box-shadow: none
}

.chat-cont-right .chat-footer .input-group .btn {
	background-color: transparent;
	border: none;
	color: #9f9f9f
}

.chat-cont-right .chat-footer .input-group .btn.msg-send-btn {
	background-color: #0de0fe;
	border-color: #0de0fe;
	border-radius: 50% !important;
	color: #fff;
	margin-left: 10px !important;
	min-width: 46px;
	font-size: 20px
}

.msg-typing {
	width: auto;
	height: 24px;
	padding-top: 8px
}

.msg-typing span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: .4
}

.msg-typing span:nth-of-type(1) {
	animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
	animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
	animation: 1s blink infinite .99999s
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
	position: relative
}

.chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	right: auto;
	top: 8px;
	width: 0
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
	padding-left: 50px;
	position: relative
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e3e3e3;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	left: auto;
	position: absolute;
	right: -6px;
	top: 8px;
	width: 0
}

.chat-msg-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 5px 0 0
}

.chat-msg-info li {
	font-size: 13px;
	padding-right: 16px;
	position: relative
}

.chat-msg-info li:not(:last-child):after {
	position: absolute;
	right: 8px;
	top: 50%;
	content: '';
	height: 4px;
	width: 4px;
	background: #d2dde9;
	border-radius: 50%;
	transform: translate(50%, -50%)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
	right: auto;
	left: 8px;
	transform: translate(-50%, -50%);
	background: #aaa
}

.chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
	color: rgba(50, 65, 72, .4)
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
	color: rgba(50, 65, 72, .4)
}

.chat-msg-info li a {
	color: #777
}

.chat-msg-info li a:hover {
	color: #2c80ff
}

.chat-seen i {
	color: #00d285;
	font-size: 16px
}

.chat-msg-attachments {
	padding: 4px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 -1px
}

.chat-msg-attachments>div {
	margin: 0 1px
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
	flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
	flex-direction: row-reverse
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
	padding-left: 16px;
	padding-right: 0;
	position: relative
}

.chat-attachment img {
	max-width: 100%
}

.chat-attachment {
	position: relative;
	max-width: 130px;
	overflow: hidden
}

.chat-attachment {
	border-radius: .25rem
}

.chat-attachment:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	content: "";
	opacity: .4;
	transition: all .4s
}

.chat-attachment:hover:before {
	opacity: .6
}

.chat-attach-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	opacity: 1;
	transition: all .4s
}

.chat-attach-download {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .4s;
	color: #fff;
	width: 32px;
	line-height: 32px;
	background: rgba(255, 255, 255, .2);
	text-align: center
}

.chat-attach-download:hover {
	color: #495463;
	background: #fff
}

.chat-attachment:hover .chat-attach-caption {
	opacity: 0
}

.chat-attachment:hover .chat-attach-download {
	opacity: 1
}

.chat-attachment-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -5px
}

.chat-attachment-list li {
	width: 33.33%;
	padding: 5px
}

.chat-attachment-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid rgba(230, 239, 251, .5);
	height: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
	opacity: 1
}

.chat-msg-actions {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .4s;
	z-index: 2
}

.chat-msg-actions>a {
	padding: 0 10px;
	color: #495463;
	font-size: 24px
}

.chat-msg-actions>a:hover {
	color: #2c80ff
}

@keyframes blink {
	50% {
		opacity: 1
	}
}

.btn-file {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	padding: 0 .75rem;
	position: relative;
	vertical-align: middle
}

.btn-file input {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 23px;
	height: 100%;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.profile-image img {
	margin-bottom: 1.5rem
}

.change-photo-btn {
	background-color: #0172d4;
	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
}

.dropzone {
	background-color: #fbfbfb;
	border: 2px dashed rgba(0, 0, 0, .1)
}

.btn-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	padding: 0;
	font-size: 10px;
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	right: 3px;
	top: 3px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.upload-images {
	position: relative;
	width: 80px
}

.upload-images img {
	border-radius: 4px;
	height: 80px;
	width: auto
}

.upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.upload-wrap .upload-images+.upload-images {
	margin-left: 20px
}

.contact-card .card-body {
	padding-bottom: .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: #0172d4
}

.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: #0172d4;
	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: 12px 30px;
	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
}

.fc-toolbar.fc-header-toolbar {
	margin-bottom: 1.5rem
}

.none-border .modal-footer {
	border-top: none
}

.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	font-family: Roboto, sans-serif;
	line-height: 30px;
	text-transform: uppercase
}

.fc-day-grid-event .fc-time {
	font-family: Roboto, sans-serif
}

.fc-day {
	background: #fff
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
	z-index: 0
}

.fc th.fc-widget-header {
	background: #eee;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #f3f3f3
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
	padding: 2px 5px
}

.fc-button {
	background: #f1f1f1;
	border: none;
	color: #797979;
	text-transform: capitalize;
	box-shadow: none !important;
	border-radius: 3px !important;
	margin: 0 3px !important;
	padding: 6px 12px !important;
	height: auto !important
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 16px
}

.fc-state-hover {
	background: #f3f3f3
}

.fc-state-highlight {
	background: #f0f0f0
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
	background-color: #0172d4 !important;
	color: #fff !important;
	text-shadow: none !important
}

.fc-cell-overlay {
	background: #f0f0f0
}

.fc-unthemed .fc-today {
	background: #fff
}

.fc-event {
	border-radius: 2px;
	border: none;
	color: #fff !important;
	cursor: move;
	font-size: 13px;
	margin: 1px 7px;
	padding: 5px 5px;
	text-align: center
}

.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
	font-weight: 700;
	font-family: Roboto, sans-serif
}

.fc-basic-view td.fc-day-number {
	padding-right: 8px;
	font-weight: 700;
	font-family: Roboto, sans-serif
}

.event-form .input-group .form-control {
	height: 40px
}

.profile-sidebar {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden
}

.pro-widget-content {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px;
	text-align: center
}

.profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left
}

.profile-info-widget .booking-doc-img {
	margin-right: 15px
}

.profile-info-widget .booking-doc-img img {
	border-radius: 4px;
	height: 90px;
	width: 90px;
	object-fit: cover
}

.profile-det-info {
	overflow: hidden
}

.profile-det-info h3 {
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.patient-details h5 {
	color: #757575;
	font-size: 13px;
	font-weight: 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 i,
.dashboard-menu ul li a span {
	display: inline-block;
	vertical-align: middle
}

.dashboard-menu>ul>li>a {
	color: #757575;
	display: block;
	padding: 16px 20px
}

.dashboard-menu>ul>li.active>a,
.dashboard-menu>ul>li:hover>a {
	color: #0de0fe
}

.dashboard-menu ul li a i {
	font-size: 16px;
	margin-right: 10px;
	width: 16px
}

.unread-msg {
	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: 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%
}

.graph-img {
	text-align: center;
	margin: 0 auto;
	width: 100%
}

.graph-status-result {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end
}

.graph-status-result h3 {
	color: #fff;
	margin-bottom: 0;
	line-height: .9;
	width: 100%
}

.graph-status-result span.graph-update-date {
	color: #fff;
	font-weight: 500;
	opacity: .7;
	text-align: center;
	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
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
	padding: 0
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
	border-radius: 50%;
	height: 100px;
	width: 100px
}

.widget-profile {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0
}

.widget-profile .profile-info-widget {
	display: block;
	text-align: center
}

.widget-profile .profile-info-widget .booking-doc-img {
	display: inline-block;
	margin: 0 0 15px;
	width: auto;
	padding: 8px;
	background-color: #f7f7f7;
	border-radius: 50%
}

.widget-profile .profile-info-widget .booking-doc-img img {
	border-radius: 50%;
	height: 120px;
	width: 120px
}

.appointment-list .profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	text-align: left
}

.appointment-list .profile-info-widget .booking-doc-img img {
	border-radius: 4px;
	height: 120px;
	object-fit: cover;
	width: 120px
}

.appointments .appointment-list {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 20px
}

.appointments .appointment-list:last-child {
	margin-bottom: 30px
}

.appointments .appointment-action {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.appointment-action a+a {
	margin-left: 5px
}

.appointment-action a {
	font-size: 13px
}

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

.info-details li .title {
	color: #272b41;
	font-weight: 500
}

.info-details li .text {
	color: #757575;
	display: block;
	font-size: 16px;
	overflow: hidden
}

.info-details li {
	margin-bottom: 10px
}

.info-details li:last-child {
	margin-bottom: 0
}

.doc-review.review-listing {
	margin: 0
}

.review-listing.doc-review>ul>li {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 20px
}

.modal-open .main-wrapper {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px)
}

.call-main-row {
	bottom: 0;
	left: 0;
	overflow: auto;
	padding-bottom: inherit;
	padding-top: inherit;
	position: absolute;
	right: 0;
	top: 0
}

.call-main-wrapper {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%
}

.call-view {
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	position: static;
	vertical-align: top;
	width: 75%
}

.call-window {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
	background-color: #fff;
	border: 1px solid #f0f0f0
}

.fixed-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 15px
}

.fixed-header .navbar {
	border: 0 none;
	margin: 0;
	min-height: auto;
	padding: 0
}

.fixed-header .user-info a {
	color: #272b41;
	font-weight: 500
}

.typing-text {
	color: #0071dc;
	font-size: 12px;
	text-transform: lowercase
}

.last-seen {
	color: #888;
	display: block;
	font-size: 12px
}

.custom-menu {
	margin-top: 6px
}

.fixed-header .custom-menu {
	margin: 0 0 1px
}

.custom-menu.nav>li>a {
	color: #bbb;
	font-size: 26px;
	line-height: 32px;
	margin-left: 15px;
	padding: 0
}

.custom-menu.navbar-nav>li>a:focus,
.custom-menu.navbar-nav>li>a:hover {
	background-color: transparent
}

.custom-menu .dropdown-menu {
	left: auto;
	right: 0
}

.call-contents {
	display: table-row;
	height: 100%
}

.call-content-wrap {
	height: 100%;
	position: relative;
	width: 100%
}

.voice-call-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-flex: 2;
	flex: 2
}

.voice-call-avatar .call-avatar {
	margin: 15px;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 3px;
	background-color: #fff
}

.call-duration {
	display: inline-block;
	font-size: 30px;
	margin-top: 4px;
	position: absolute;
	left: 0
}

.voice-call-avatar .call-timing-count {
	padding: 5px
}

.voice-call-avatar .username {
	font-size: 20px;
	font-weight: 500
}

.call-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 15px
}

.call-icons {
	text-align: center;
	position: relative
}

.call-icons .call-items {
	border-radius: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block
}

.call-icons .call-items .call-item {
	display: inline-block;
	text-align: center;
	margin-right: 5px
}

.call-icons .call-items .call-item:last-child {
	margin-right: 0
}

.call-icons .call-items .call-item a {
	color: #777;
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px
}

.call-icons .call-items .call-item a i {
	width: 18px;
	height: 18px
}

.user-video {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

.user-video img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto
}

.user-video video {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto
}

.my-video {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 20px
}

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

.my-video ul li {
	float: left;
	width: 120px;
	margin-right: 10px
}

.my-video ul li img {
	border: 3px solid #fff;
	border-radius: 6px
}

.end-call {
	position: absolute;
	top: 7px;
	right: 0
}

.end-call a {
	background-color: #f06060;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	line-height: 10px;
	padding: 8px 25px;
	text-transform: uppercase
}

.call-users {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	right: 20px
}

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

.call-users ul li {
	float: left;
	width: 80px;
	margin-left: 10px
}

.call-users ul li img {
	border-radius: 6px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1)
}

.call-mute {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	text-align: center;
	line-height: 80px;
	border-radius: 6px;
	font-size: 30px;
	color: #fff;
	display: none;
	top: 0;
	border: 3px solid transparent
}

.call-users ul li a:hover .call-mute {
	display: block
}

.call-details {
	margin: 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.call-info {
	margin-left: 10px;
	width: 100%
}

.call-timing,
.call-user-details {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.call-description {
	white-space: nowrap;
	vertical-align: bottom
}

.call-timing {
	color: #727272;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-top: 1px;
	overflow: hidden;
	white-space: pre
}

.content-full {
	height: 100%;
	position: relative;
	width: 100%
}

.video-window .fixed-header {
	padding: 0;
	border: 0
}

.video-window .fixed-header .nav>li>a {
	padding: 18px 15px
}

.call-box .call-wrapper {
	height: auto;
	text-align: center
}

.call-box .call-wrapper .call-avatar {
	margin-bottom: 30px;
	cursor: pointer;
	animation: ripple 2s infinite
}

.call-box .call-wrapper .call-user {
	margin-bottom: 30px
}

.call-box .call-wrapper .call-user span {
	display: block;
	font-weight: 500;
	text-align: center
}

.call-box .call-wrapper .call-items {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.call-box .call-wrapper .call-items .call-item {
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid transparent;
	border-radius: 100%;
	color: #fff;
	line-height: 0;
	margin: 0 5px;
	padding: 15px
}

.call-box .call-wrapper .call-items .call-item:hover {
	opacity: .9
}

.call-box .call-wrapper .call-items .call-item:first-child {
	margin-top: -30px
}

.call-box .call-wrapper .call-items .call-item:last-child {
	margin-top: -30px
}

.call-box .call-wrapper .call-items .call-item.call-end {
	padding: 20px;
	margin: 30px 20px 0;
	background: #f06060;
	border: 1px solid #f06060;
	color: #fff;
	line-height: 0;
	border-radius: 100%
}

.call-box .call-wrapper .call-items .call-item.call-start {
	padding: 20px;
	margin: 30px 20px 0;
	background: #55ce63;
	border: 1px solid #55ce63;
	color: #fff;
	line-height: 0;
	border-radius: 100%
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
	margin: 0 10px
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
	margin: 0 10px
}

.call-box .call-avatar {
	border-radius: 100%;
	height: 140px;
	max-width: 140px;
	min-width: 140px;
	position: relative;
	width: 100%;
	border: 10px solid #fafafa
}

.call-box .btn {
	background: rgba(0, 0, 0, 0);
	transition: all .3s ease 0s
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)
	}

	100% {
		-webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0)
	}
}

@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 rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0)
	}
}

.incoming-btns {
	margin-top: 20px
}

.call-wrapper {
	position: relative;
	height: calc(100vh - 145px)
}

.call-page .footer {
	display: none
}

.dropdown-action .dropdown-toggle::after {
	display: none
}

.call-modal .modal-body {
	padding: 40px
}

.call-modal .modal-content {
	border: 0;
	border-radius: 10px
}

.call-box .call-wrapper .call-user h4 {
	font-size: 24px
}

.terms-text {
	margin-bottom: 20px
}

.terms-text h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px
}

.terms-text p {
	color: #666;
	display: inline-block;
	font-size: 16px
}

.blog {
	border: 1px solid #f0f0f0;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 0;
	padding: 1.5rem;
	position: relative;
	/* margin: 20px 5px; */
	box-shadow: 1px 3px 7px #11111124
}

.blog-image {
	overflow: hidden
}

.blog-image,
.blog-image img,
.blog-image>a {
	display: block;
	position: relative;
	width: 100%;
	height: auto
}

.blog-image img {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

img {
	pointer-events: none
}

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

.blog-title,
.blog-title a {
	color: #272b41;
	font-weight: 700
}

.blog-title a:hover {
	color: #0172d4
}

.readmore-btn {
	display: flex;
	align-items: center;
	padding-top: 17px
}

.readmore-btn i {
	padding: 0 7px;
	font-size: 17px
}

.blog-content p {
	color: #111;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 30px;
	line-height: 20px;
	text-align: justify
}

.blog-content p.text-left {
	text-align: left
}

.post-content .inner-heading {
	margin-bottom: 10px;
	font-weight: 700
}

.post-content .image {
	text-align: center;
	padding: 25px 0
}

.read-more {
	display: inline-block;
	font-size: 16px;
	padding: 0;
	color: #0172d4;
	text-decoration: underline;
	font-weight: 700
}

.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: #0172d4;
	font-size: 14px;
	margin-right: 5px
}

.entry-meta {
	color: #757575;
	font-size: 14px;
	list-style: none;
	margin-bottom: 15px;
	padding: 0
}

.entry-meta li {
	display: inline-block;
	margin-right: 15px
}

.entry-meta li:last-child {
	margin-right: 0
}

.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: #0172d4;
	border-color: transparent;
	color: #fff
}

.post-left ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.post-left ul li {
	margin-bottom: 5px;
	margin-right: 20px
}

.post-left ul li:last-child {
	margin-right: 0
}

.post-author a {
	display: flex;
	align-items: center
}

.video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden
}

.video embed,
.video iframe,
.video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.latest-posts {
	margin: 0;
	padding: 0
}

.latest-posts li {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px
}

.latest-posts li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.post-thumb {
	border-radius: 4px;
	width: 80px;
	float: left;
	overflow: hidden
}

.post-thumb a img {
	border-radius: 4px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.post-thumb a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.post-info {
	margin-left: 15px
}

.post-info h4 {
	font-size: 15px;
	margin: 0 0 5px
}

.post-info h4 a {
	color: #272b41;
	font-weight: 600
}

.post-info h4 a:hover {
	color: #0273d4
}

.post-info p {
	color: #757575;
	font-size: 12px;
	margin: 0
}

.post-info p i {
	color: #0071dc;
	font-size: 14px;
	margin-right: 4px
}

.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0
}

.category-widget .categories li {
	margin-bottom: 20px
}

.category-widget .categories li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.category-widget .categories li a {
	color: #2e3842;
	font-size: 15px;
	font-weight: 500
}

.category-widget .categories li a span {
	float: right;
	color: #757575
}

.category-widget .categories li a:hover {
	color: #0172d4
}

.category-widget .categories>li>a>i {
	color: #0071dc;
	font-size: 18px;
	margin-right: 10px
}

.tags-widget .card-body {
	padding-bottom: 1rem
}

.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0
}

.tags li {
	float: left
}

.tag {
	background-color: #fff;
	border-radius: 4px;
	color: #272b41;
	padding: 5px 10px;
	position: relative;
	margin: 0 .5rem .5rem 0;
	font-size: 14px;
	border: 1px solid #ccc;
	display: inline-block
}

.tag:hover {
	background-color: #0172d4;
	border-color: #0172d4;
	color: #fff
}

.comment-by {
	display: block;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px
}

.comments-list .comment-block p {
	font-size: 14px;
	margin-bottom: 5px
}

.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: #0071dc;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #0071dc;
	padding: 6px 20px;
	box-shadow: inherit
}

.blogs-section .view-btn {
	box-shadow: inherit
}

.blogs-section .view-btn-light {
	background-color: #0172d4;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #0172d4;
	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: 28px;
	font-family: google sans bold
}

.blog-content p:last-child {
	margin-bottom: 0
}

.blog-view .blog-info {
	border: 0;
	margin-bottom: 20px;
	padding: 0
}

.social-share {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0
}

.social-share>li {
	display: inline-block;
	float: left;
	margin-left: 10px;
	text-align: center
}

.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: #0172d4;
	color: #fff;
	border-color: #0172d4
}

.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: #0172d4;
	display: inline-block;
	font-weight: 500;
	font-size: 15px
}

.blog-author-name {
	color: #272b41;
	font-size: 16px;
	font-weight: 600
}

.new-comment label {
	font-weight: 500
}

.comment-submit .btn {
	background-color: #0071dc;
	border-color: #0071dc;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 26px;
	color: #fff
}

.about-author-img {
	background-color: #fff;
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 100px
}

.author-details {
	margin-left: 120px
}

.about-author {
	min-height: 100px
}

.author-details .blog-author-name {
	display: inline-block;
	margin-bottom: 10px
}

.post-author img {
	border-radius: 100%;
	width: 28px;
	flex: 0 0 28px;
	margin-right: 5px
}

.post-author a>span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: flex
}

.post-author a>span i {
	font-size: 20px;
	display: flex;
	padding: 5px 8px 40px 2px
}

.custom-edit-service textarea.form-control {
	min-height: 200px
}

.custom-edit-service .service-upload {
	border: 1px solid #dcdcdc;
	border-radius: .25rem;
	text-align: center;
	padding: 70px 0;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative
}

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

.custom-edit-service .service-upload i {
	font-size: 50px;
	color: #858585
}

.custom-edit-service .service-upload span {
	font-size: 15px;
	color: #858585;
	margin-top: 14px;
	display: block
}

.custom-edit-service .upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0
}

.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: 20px;
	margin: 0 0 10px
}

.h-u-mb-std {
	color: #fff
}

.h-u-mb-std span {
	font-size: 24px;
	padding-bottom: 20px
}

.meetup-box2 h4 {
	font-size: 35px !important;
	font-weight: 600 !important
}

.meetup-box2 p {
	font-size: 19px !important
}

.mx-blog-list {
	padding: 40px 0
}

.mx-blog-list .grid-blog .blog-title {
	margin: 0 0 12px;
	min-height: 90px;
	line-height: 30px
}

.mx-blog-list .grid-blog.meetup-blog .blog-title {
	min-height: auto !important
}

.mx-blog-list .grid-blog.meetup-blog .blog-content p {
	min-height: 398px
}

.mx-blog-list .grid-blog .blog-content p {
	min-height: 130px;
	padding-top: 10px
}

.h-auto {
	min-height: auto !important
}

.team-icon .grid-blog .blog-image1 img {
	border-radius: 50%;
	margin: 0 auto
}

.team-icon .grid-blog .blog-content,
.team-icon .grid-blog .blog-content p {
	text-align: center !important
}

.mx-blog-list .grid-blog .entry-meta li {
	font-size: 15px;
	line-height: 22px
}

.mx-blog-list .blog.grid-blog {
	padding: 30px
}

.mx-blog-list .slider-btn {
	display: flex;
	width: max-content;
	margin-top: 20px;
	border-radius: 5px
}

.mx-blog-list .mx-inner-blog-content {
	padding-left: 25px
}

.mx-blog-list .pl-20 {
	padding-left: 20px
}

.mx-blog-list p a {
	text-decoration: underline
}

.mx-blog-list .blog-list {
	list-style-type: none
}

.mx-blog-list .blog-list li {
	display: flex;
	align-items: center
}

.mx-blog-list .blog-list li i {
	font-size: 9px;
	padding-right: 7px
}

.mx-blog-list .blog-list li b {
	padding-right: 7px
}

.mx-blog-list blockquote {
	padding: 14px;
	border: 1px solid #6c6c6c;
	border-radius: 5px
}

.mx-blog-list .news-sec blockquote p {
	min-height: 125px
}

.techno .grid-blog .blog-title {
	font-size: 18px
}

.blog-slider1-1 .grid-blog .blog-content p {
	min-height: 40px !important
}

.grid-blog .blog-content p {
	margin: 0 0 15px;
	min-height: 55px
}

.grid-blog .blog-content p.type2 {
	min-height: 140px
}

.grid-blog .blog-content p.type3 {
	min-height: 100px
}

.grid-blog .post-content1 {
	min-height: 285px
}

.grid-blog .post-content1 ul {
	list-style-type: none
}

.grid-blog .post-content1 ul li {
	display: flex;
	line-height: 21px;
	padding-bottom: 9px;
	font-size: 15px
}

.grid-blog .post-content1 ul li i {
	font-size: 10px;
	padding-top: 5px;
	padding-right: 9px
}

.grid-blog .blog-info {
	margin-bottom: 15px
}

.grid-blog .blog-image,
.grid-blog .blog-image1 {
	margin-bottom: 20px;
	border-radius: 10px
}

.blog.grid-blog {
	padding: 20px
}

.grid-blog .entry-meta {
	display: block;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-bottom: 12px
}

.grid-blog .entry-meta li {
	padding-bottom: 10px;
	border-bottom: 1px solid #424242
}

.grid-blog .post-author {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis
}

.grid-blog .post-author a:hover {
	color: #0172d4
}

.map-page .footer {
	display: none
}

.map-page .header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1030
}

.map-page .content {
	padding-top: 115px
}

.map-right {
	bottom: 0;
	height: 100%;
	min-height: 100%;
	padding-right: 30px;
	position: fixed;
	right: 0;
	top: 115px;
	z-index: 1029
}

.map-listing {
	height: calc(100vh - 145px);
	width: 100%
}

.map-listing .profile-widget {
	width: 200px !important;
	padding: 0;
	border: 0;
	margin-bottom: 0
}

.map-right .available-info {
	margin-bottom: 0
}

.view-icons {
	display: inline-flex;
	float: right
}

.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: #0172d4;
	color: #0172d4
}

.view-icons a.active {
	background-color: #0172d4;
	border-color: #0172d4;
	color: #fff
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999
}

.loader {
	display: inline-block;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	position: absolute;
	top: 50%
}

.loader span {
	-webkit-animation: loader 1.3s linear infinite;
	animation: loader 1.3s linear infinite;
	background-color: #0071dc;
	border-radius: 100%;
	display: inline-block;
	height: 50px;
	position: absolute;
	width: 50px
}

.loader span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s
}

@keyframes loader {
	0% {
		transform: scale(0, 0);
		opacity: .5
	}

	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0
	}
}

.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: #0de0fe
}

.product-description .doctor-img1 {
	width: 40%
}

.product-description .doc-info-cont {
	width: 60%
}

.feature-product span {
	padding-bottom: 10px;
	display: inline-block
}

.feature-product ul li {
	padding: 3px 0
}

ul.benifits-col li i {
	font-size: 20px;
	margin-right: 20px;
	color: #0172d4
}

.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:active,
.custom-increment button:focus,
.custom-increment button:hover {
	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: #0172d4;
	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-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
	transform: translateX(0);
	transform: translate3d(0, 0, 0)
}

.carousel-item {
	height: 575px;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .55);
	content: ''
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 10;
	padding-bottom: 20px;
	color: #fff;
	top: 70px;
	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
}

.account-card {
	border-radius: 10px;
	margin-bottom: 30px;
	font-size: 16px;
	padding: 10px;
	text-align: center
}

.account-card span {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	font-weight: 500
}

.info-list {
	margin-bottom: 10px
}

.info-list .title {
	color: #272b41;
	font-weight: 500
}

.info-list .text {
	color: #757575;
	display: block;
	overflow: hidden
}

.mx-heading {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px
}

.listingtype-2 .mx-list-h i {
	font-size: 12px;
	padding-right: 8px;
	padding-top: 4px;
	color: #0071dc
}

.listingtype-2 .mx-list-h {
	display: flex !important;
	line-height: 22px
}

.about-section {
	padding: 50px 0
}

.service1-section1,
.service1-section3 {
	padding: 60px 0
}

.bg1 {
	background-color: #1374d4 !important;
	background-image: url(../img/quotebg.webp)
}

.bg2 {
	background-color: #1374d4 !important;
	background-image: url(../img/quotebg.webp)
}

.service1-section2 {
	padding: 50px 20px 50px
}

.service1-section2.blogpg {
	padding: 0 0 0
}

.article-quote-section {
	padding: 30px 0
}

.techno-section {
	padding: 50px 0 10px
}

.tech-title1 {
	font-size: 25px;
	font-family: 'Google Sans Bold';
	padding-bottom: 10px
}

.article-quote-section .quote-heading {
	font-size: 26px;
	line-height: 36px;
	padding: 20px 0 30px
}

.article-quote-section .author-detail h6 {
	font-size: 22px;
	font-family: google sans bold;
	padding-left: 10px;
	border-left: 15px solid #0b96d1
}

.mx-why-section .mx-heading {
	color: #fff
}

.mx-why-section p {
	display: flex;
	line-height: normal;
	line-height: 21px;
	color: #fff;
	font-size: 15px
}

.mx-why-section p i {
	padding: 2px 9px 0 0
}

.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-family: 'Google sans bold'
}

.service1-section1 h3 {
	font-size: 33px;
	margin-bottom: 30px;
	color: #272b41;
	font-family: 'Google sans bold'
}

.h-c-headline--four {
	font-size: 20px;
	color: #fff;
	font-family: 'Google Sans Bold';
	margin-bottom: 10px
}

.about-section p,
.service1-section1 p {
	font-size: 15px;
	color: #000
}

.contact-div {
	padding: 15px;
	text-align: center
}

.contact-div .contact-content i {
	font-size: 47px
}

.contact-div .contact-content p {
	font-size: 24px;
	font-weight: 700
}

.highlights-module__highlights .mx-list-h {
	display: flex;
	align-items: flex-start;
	padding-bottom: 15px
}

.highlights-module__highlights.metup {
	display: flex;
	align-items: baseline;
	padding-bottom: 15px;
	align-content: space-around;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding-bottom: 0
}

.highlights-module__highlights .mx-list-h img {
	width: 13%;
	padding: 0 12px 0 0
}

.service1-section1 .slider-btn {
	padding: 14px 20px !important;
	border-radius: 6px;
	width: fit-content
}

.service1-section1 .slider-btn:hover {
	padding: 14px 20px !important
}

.service1-section1 .moduleset .mx-list-h i {
	font-size: 9px;
	padding-top: 8px;
	padding-right: 6px;
	color: #0071dc
}

.service-list2 {
	list-style-type: none
}

.service-list2 i {
	font-size: 10px;
	padding-top: 6px;
	padding-right: 6px;
	color: #0071dc
}

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

.subox-img {
	position: relative;
	padding-top: 90px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center
}

.subox-img .subox-circle {
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: inset 0 4px 5px 5px #e5f1fb;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.subox-img .subox-circle img {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -30%);
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%)
}

.category-col {
	position: relative
}

.category-col:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 150px;
	height: 26px;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-radius: 10px 10px
}

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

.about-page .section-specialities {
	background-color: #e5f1fb
}

.about-page .section-specialities {
	padding: 50px 0
}

.section-testimonial {
	padding: 50px 0
}

.blog-section {
	padding: 50px 0 60px
}

.blog-section .blog-wrap .blog-title {
	font-size: 26px;
	font-weight: 600
}

.blog-section .blog-wrap {
	padding: 30px
}

.blog-section .blog-wrap .sub-text {
	max-width: 70%;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 10px
}

.blog-section .blog-wrap .blog-link {
	font-weight: 600;
	color: #036ed3;
	margin: 0 0 6px
}

.blog-section .blog-wrap p {
	font-weight: 500;
	color: #111;
	font-size: 17px
}

.blog-section .blog-img {
	cursor: url(../img/scroll.webp), auto
}

.blog-section .blog-img img {
	max-width: 100%;
	height: 100%;
	margin: auto
}

.blog-section .blog-img {
	width: 100%;
	height: 100%
}

.testimonial-slider .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 300px
}

.section-testimonial .testimonial-item {
	position: relative;
	margin-bottom: 30px
}

.testimonial-item .testimonial-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 30px
}

.testimonial-item .testimonial-img img {
	border-radius: 50%
}

.testimonial-item .testimonial-content {
	background: #fff;
	box-shadow: 0 4px 5px 5px #e5f1fb;
	border-radius: 8px;
	padding: 20px;
	padding-top: 90px;
	margin-top: -100px
}

.testimonial-item .testimonial-content p {
	font-size: 16px;
	color: #000
}

.testimonial-item .testimonial-content p.user-name {
	color: #0071dc;
	font-weight: 600
}

.testimonial-slider .slick-dots {
	margin-bottom: 30px
}

.feature-subox {
	background: #fff;
	box-shadow: 0 4px 5px 5px #e5f1fb;
	border-radius: 8px;
	padding: 15px 15px 35px;
	margin-bottom: 45px
}

.feature-subox h4 {
	color: #15558d;
	font-size: 18px;
	margin: 25px 0 0;
	font-weight: 600
}

.section-featurebox {
	padding: 35px 0 135px;
	background: url(../img/features/feature-box-bg.webp) no-repeat bottom center
}

.feature-subox img {
	max-height: 215px;
	width: 100%;
	border-radius: 5px
}

.feature-col-list {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center
}

.feature-col {
	width: 350px;
	margin: 0 15px
}

.contact-section {
	padding: 50px 0 60px;
	background: linear-gradient(360deg, rgba(0, 113, 220, .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
}

.infor-img {
	position: absolute;
	margin: 0 auto;
	top: -50px
}

.infor-img .image-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #0de0fe;
	box-shadow: 0 10px 4px rgba(0, 0, 0, .08);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	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: #0071dc;
	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
}

.black-font>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	font-family: 'Encode Sans', sans-serif
}

.grey-font>li>a {
	color: #3e5463
}

.nav-bg .main-nav .has-submenu.active .submenu li.active>a {
	color: #0071dc
}

.nav-bg .main-nav li .submenu a:hover {
	color: #0071dc;
	background-color: #fff
}

.nav-bg .main-nav .has-submenu.active>a {
	color: #0071dc
}

.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: #0071dc;
	border: 1px solid #0071dc;
	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 #0071dc;
	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 #0071dc;
	background: #0071dc;
	box-shadow: inset 0 50px 0 0 #0071dc;
	-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: #0071dc
}

.banner-left .banner-details {
	padding-top: 20px
}

.banner-left .banner-details h4 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	background: #0071dc;
	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
}

.bg-shapes {
	position: relative
}

.bg-shapes .shape-01 {
	position: absolute;
	opacity: .5;
	top: 0;
	left: 0
}

.bg-shapes .shape-02 {
	position: absolute;
	right: 0;
	top: 490px;
	width: 110px
}

.bg-shapes .shape-03 {
	position: absolute;
	left: 48%;
	top: 130px
}

.bg-shapes .shape-04 {
	position: absolute;
	right: 0;
	top: -50px
}

.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: #0071dc;
	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 #0071dc;
	background: #0071dc;
	margin-right: 20px
}

.appoinment-box .appoinment-btn:hover {
	color: #0071dc;
	background: #fff;
	border: 1px solid #0071dc
}

.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: #0071dc
}

.appointment-grid:hover .appointment-read-btn {
	color: #fff;
	background: #0071dc;
	border: 1px solid #0071dc;
	box-shadow: inset 0 50px 0 0 #0071dc;
	-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: #0071dc;
	border: 1px solid #0071dc;
	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: Google Sans;
	padding: 50px 0 80px
}

.service-grid {
	position: relative;
	text-align: center;
	margin-bottom: 20px
}

.piam-feat .service-grid .effect-oscar .services-caption {
	position: relative
}

.piam-feat.mx-section2 .service-grid .effect-oscar:hover {
	height: auto
}

.piam-feat.mx-section2 .service-grid .effect-oscar:hover .services-caption {
	display: inline-flex;
	transition: .5s all
}

.piam-feat.mx-section2 .explore-slider1 .service-grid .effect-oscar .counter-div {
	min-height: 95px;
	display: flex;
	justify-content: center;
	align-items: center
}

.piam-feat.mx-section2 .explore-slider1 .service-grid .effect-oscar h4 {
	font-size: 22px
}

.piam-indus.mx-sec1 .browse-widget .overlay h3 {
	font-size: 20px
}

.service-grid .effect-oscar {
	border-radius: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.service-grid .effect-oscar .services-img {
	position: relative;
	border-radius: 10px;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.service-grid:hover .effect-oscar .services-img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}

.service-grid .effect-oscar .services-caption {
	padding: 0 40px 0;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.mx-section2 .service-grid .effect-oscar:hover .services-caption {
	position: relative
}

.service-grid .effect-oscar .services-caption::after,
.service-grid .effect-oscar .services-caption::before {
	pointer-events: none
}

.mx-client-sec .service-grid .effect-oscar p {
	width: 350px;
	margin: 0 auto;
	padding: 10px 20px
}

.mx-client-sec .service-grid .show-title {
	width: 320px;
	margin: 0 auto;
	font-size: 20px
}

.service-grid .effect-oscar p {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	margin-bottom: 20px
}

.effect-oscar h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.slider-btn.show {
	display: block !important;
	width: fit-content;
	border-radius: 5px;
	margin-top: 20px
}

.slider-btn {
	display: none !important
}

.mx-client-sec .client-slider .slick-center .service-grid .effect-oscar .service-link {
	border-radius: 0;
	height: auto;
	width: 80%;
	text-align: center;
	line-height: 15px;
	padding: 5px;
	background: #fff;
	color: #0071dc;
	border-top-left-radius: 50px;
	margin: auto;
	position: absolute;
	display: block;
	font-weight: 700;
	font-size: 11px;
	bottom: 0;
	right: 0
}

.service-grid .effect-oscar .service-link {
	border-radius: 0;
	height: auto;
	width: 80%;
	text-align: center;
	line-height: 16px;
	padding: 5px;
	background: #fff;
	color: #0071dc;
	border-top-left-radius: 50px;
	margin: auto;
	position: absolute;
	display: block;
	font-weight: 700;
	font-size: 11px;
	bottom: 0;
	right: 0
}

.effect-oscar .service-link,
.effect-oscar .services-caption::before,
.effect-oscar img .services-caption::before {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.effect-oscar:hover .service-link,
.effect-oscar:hover .services-caption::before,
.effect-oscar:hover img .services-caption::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.effect-oscar .services-caption {
	padding-left: 15px;
	padding-right: 15px
}

.effect-oscar .services-caption::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -5px;
	content: '';
	background: rgba(0, 0, 0, .72);
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto
}

.effect-oscar .counter-div,
.effect-oscar .explore-img,
.effect-oscar .services-caption::before,
.effect-oscar h4,
.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.effect-oscar:hover .counter-div,
.effect-oscar:hover .explore-img,
.effect-oscar:hover .services-caption::before,
.effect-oscar:hover h4,
.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.mx-client-sec .client-slider .slick-slide .effect-oscar,
.mx-client-sec .client-slider .slick-slide:hover .services-caption::before,
.mx-client-sec .client-slider .slick-slide:hover p {
	opacity: 1
}

.mx-client-sec .client-slider .slick-slide:hover .show-title {
	opacity: 0;
	transform: scale(0)
}

.effect-oscar:hover .services-caption {
	background-color: rgba(58, 52, 42, 0)
}

.effect-oscar::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -5px;
	content: '';
	background: rgba(0, 0, 0, .42);
	border-radius: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 1
}

.mx-client-sec .effect-oscar::before {
	border-radius: 10px
}

.mx-section2 .effect-oscar {
	min-height: 500px;
	padding: 50px 0 0
}

.mx-section2 .effect-oscar::before {
	background: rgba(0, 0, 0, 0)
}

.show-title {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	width: 300px;
	font-size: 20px;
	bottom: -170px;
	height: 100%;
	opacity: 1;
	margin: 0 auto
}

.mx-section2 .show-title {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 22px;
	bottom: -150px;
	height: 100%;
	opacity: 1
}

.effect-oscar:hover::before {
	background: rgba(0, 0, 0, 0);
	transition: 1s all
}

.effect-oscar .service-grid-icon,
.effect-oscar .services-caption::before {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.effect-oscar:hover .service-grid-icon,
.effect-oscar:hover .services-caption::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.service-grid-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	background: #0071dc;
	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 80px;
	position: relative;
	overflow: hidden
}

.doctor-right-img {
	position: absolute;
	right: 0
}

.doctor-book-slider {
	padding-bottom: 0
}

.doctor-book-slider .slick-slide,
.doctor-section .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: #0071dc;
	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: #0071dc
}

.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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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: #0071dc;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center
}

.doctor-profile-widget .provider-info .social-info a i:hover {
	color: #fff
}

.hi-icon {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 0;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.hi-icon:before {
	speak: none;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased
}

.hi-icon {
	overflow: hidden;
	-webkit-transition: background .3s, color .3s, box-shadow .3s;
	-moz-transition: background .3s, color .3s, box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s
}

.hi-icon:after {
	display: none
}

.hi-icon:hover:before {
	-webkit-animation: toTopFromBottom .5s forwards;
	-moz-animation: toTopFromBottom .5s forwards;
	animation: toTopFromBottom .5s forwards
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(100%)
	}

	51% {
		opacity: 1
	}
}

@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%)
	}

	50% {
		opacity: 0;
		-moz-transform: translateY(100%)
	}

	51% {
		opacity: 1
	}
}

@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%)
	}

	50% {
		opacity: 0;
		transform: translateY(100%)
	}

	51% {
		opacity: 1
	}
}

.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: #0071dc;
	border: 1px solid #0071dc;
	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: #0071dc;
	background: #fff;
	border: 1px solid #0071dc;
	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-next,
.doctor-book-slider .slick-prev {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #e5f1fb;
	color: #0071dc;
	box-shadow: unset;
	opacity: 1
}

.doctor-book-slider .slick-next:hover,
.doctor-book-slider .slick-prev:hover {
	background-color: #0071dc;
	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: #0071dc;
	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: #0071dc;
	border: 1px solid #0071dc;
	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: #0071dc;
	background: #fff;
	border: 1px solid #0071dc;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.features-section {
	padding: 80px 0 80px;
	background-color: rgba(0, 113, 220, .07);
	font-family: 'Encode Sans', sans-serif
}

.features-section-slider {
	padding-bottom: 60px
}

.features-grid {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 6px
}

.features-cricle {
	background: url(../img/shapes/shape-9.webp);
	background-size: cover;
	background-repeat: no-repeat;
	width: 220px;
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px
}

.features-cricle .features-round {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px
}

.features-cricle .features-round img {
	width: 80px
}

.features-grid h4 {
	font-weight: 600;
	font-size: 22px;
	color: #242424;
	margin-bottom: 0
}

.features-grid:hover h4 {
	color: #fff
}

.features-grid:hover .features-cricle {
	background: url(../img/shapes/shape-11.webp);
	-webkit-animation: pulse-secondary 2s infinite;
	animation: pulse-secondary 2s infinite;
	-webkit-box-shadow: 0 0 0 rgb(255 255 255);
	box-shadow: 0 0 0 rgb(255 255 255);
	border-radius: 100%
}

@-webkit-keyframes pulse-secondary {
	0% {
		-webkit-box-shadow: 0 0 0 rgba(16, 229, 153, .3);
		box-shadow: 0 0 0 rgba(16, 229, 153, .3)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(16, 229, 153, 0);
		box-shadow: 0 0 0 10px rgba(16, 229, 153, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(16, 229, 153, 0);
		box-shadow: 0 0 0 0 rgba(16, 229, 153, 0)
	}
}

@keyframes pulse-secondary {
	0% {
		-webkit-box-shadow: 0 0 0 rgba(16, 229, 153, .3);
		box-shadow: 0 0 0 rgba(16, 229, 153, .3)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(16, 229, 153, 0);
		box-shadow: 0 0 0 10px rgba(16, 229, 153, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(16, 229, 153, 0);
		box-shadow: 0 0 0 0 rgba(16, 229, 153, 0)
	}
}

.features-grid .features-cricle:hover .features-round {
	background-color: #fff;
	border: 1px solid #fff
}

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

.hvr-bounce-to-bottom {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0071dc;
	border-radius: 6px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
	color: #fff
}

.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.features-section-slider .slick-prev {
	right: 0;
	left: 10px;
	top: 420px
}

.features-section-slider .slick-next {
	right: 0;
	left: 60px;
	top: 420px
}

.features-section-slider .slick-next,
.features-section-slider .slick-prev {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #eee;
	color: #3e5463;
	box-shadow: unset;
	opacity: 1
}

.features-section-slider .slick-next:hover,
.features-section-slider .slick-prev:hover {
	background-color: #0071dc;
	color: #fff;
	opacity: 1
}

.features-section-slider .slick-next:hover:before,
.features-section-slider .slick-prev:hover:before {
	color: #fff
}

.features-section-slider .slick-next:before,
.features-section-slider .slick-prev:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #3e5463;
	opacity: 1;
	font-size: 15px
}

.features-section-slider .slick-prev:before {
	content: "\f053"
}

.news-letter-bg {
	font-family: 'IBM Plex Sans', sans-serif;
	padding: 130px 0 80px;
	background-color: #fff
}

.news-section {
	padding: 0 0 80px;
	font-family: 'Encode Sans', sans-serif
}

.news-letter-bg .news-bg {
	background: url(../img/blog/news-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px
}

.news-bg .news-left {
	margin: auto
}

.news-bg .news-left>div {
	padding-left: 60px;
	padding-right: 60px
}

.news-bg .news-left h2 {
	font-weight: 700;
	font-size: 44px;
	color: #fff;
	margin-bottom: 10px
}

.news-bg .news-left p {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px
}

.news-bg .news-left .form-group {
	margin-bottom: 0
}

.news-bg .news-left .form-control {
	width: 350px;
	min-height: 50px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	display: inline-block
}

.news-bg .news-left .btn {
	font-weight: 700;
	font-size: 18px;
	color: #0071dc;
	min-width: 180px;
	height: 50px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0 0 #0071dc;
	border-radius: 8px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.news-bg .news-left .btn:hover {
	color: #fff;
	background: #0071dc;
	border: 1px solid #0071dc;
	box-shadow: inset 0 50px 0 0 #0071dc;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.news-bg .news-img {
	margin-top: -80px
}

.grid-news {
	background: #f9f9f9;
	border: 1px solid #c0c9d5;
	border-radius: 6px;
	margin-bottom: 60px;
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.grid-news:hover {
	background: #fff;
	border: 1px solid #c0c9d5;
	box-shadow: 0 35px 35px rgba(0, 28, 43, .1);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.grid-news .news-image {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 6px 6px 0 0
}

.grid-news .news-image,
.grid-news .news-image img,
.grid-news .news-image>a {
	display: block;
	position: relative;
	width: 100%;
	height: auto
}

.grid-news:hover .news-image a img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.grid-news .news-image img {
	border-radius: 6px 6px 0 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.grid-news .news-content {
	padding: 20px;
	position: relative
}

.grid-news .news-content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.grid-news .news-content ul li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px
}

.grid-news .news-content ul li:last-child {
	margin: 0
}

.grid-news .news-content ul li .news-date a {
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
	height: 43px;
	background: #3e5463;
	border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.grid-news .news-content ul li .news-date a:hover {
	background: #0071dc;
	color: #fff
}

.grid-news .news-content ul li .news-date .news-light-btn {
	font-weight: 400;
	background: #e9f5ff;
	border-radius: 5px;
	color: #0071dc
}

.grid-news .news-content .news-title {
	margin-top: 4px;
	max-width: 350px
}

.grid-news .news-content .news-title a {
	font-weight: 600;
	font-size: 22px;
	color: #3e5463
}

.grid-news:hover .news-content .news-title a {
	color: #0071dc
}

.grid-news .news-content p {
	margin-top: 10px;
	margin-bottom: 0
}

.grid-news .news-content p a {
	font-weight: 500;
	font-size: 18px;
	text-decoration: underline;
	color: #eb5757
}

.grid-news:hover .news-content p a {
	color: #242424
}

.news-section .view-more {
	display: inline-block;
	padding: 8px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #0071dc;
	border: 1px solid #0071dc;
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 4px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative
}

.news-section .view-more:hover {
	color: #0071dc;
	background: #fff;
	border: 1px solid #0071dc;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.footer-one {
	background: url(../img/footer-bg1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.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: #0071dc;
	border: 1px solid #0071dc;
	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
}

.slider-img-one {
	background: url(../img/banner-6.webp)
}

.slider-img-two {
	background: url(../img/banner-6.webp)
}

.slider-img-three {
	background: url(../img/banner-6.webp)
}

.slider-img-four {
	background: url(../img/banner-6.webp)
}

.banner-two-form {
	position: absolute;
	top: 50%;
	padding: 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner-two-form .app-form {
	background: #fff;
	border-radius: 5px;
	padding: 15px
}

.banner-two-form .search-area {
	background: #00284f;
	border-radius: 5px;
	padding: 30px
}

.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 .slider-counter-three {
	background: rgba(0, 0, 0, .38);
	border-radius: 10px;
	position: absolute;
	right: 270px;
	float: right;
	bottom: 147px;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	letter-spacing: 5px;
	padding: 10px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1
}

.home-banner-two .slick-prev {
	right: 416px;
	left: auto;
	bottom: 75px;
	top: inherit;
	transform: none;
	-webkit-transform: none
}

.home-banner-two .slick-next {
	right: 280px;
	left: auto;
	bottom: 75px;
	top: inherit;
	transform: none;
	-webkit-transform: none
}

.home-banner-two .slick-next,
.home-banner-two .slick-prev {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background-color: #eee;
	color: #0071dc;
	box-shadow: unset;
	opacity: 1;
	z-index: 1
}

.home-banner-two .slick-next:hover,
.home-banner-two .slick-prev:hover {
	background-color: #0071dc;
	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"
}

.looking-section {
	font-family: 'Encode Sans', sans-serif;
	background-color: #fff;
	padding: 0 0 60px
}

.looking-grid {
	background: #f2f9ff;
	border: 1px solid #f2f9ff;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid:hover {
	background: #0071dc;
	border: 1px solid rgba(152, 162, 176, .34);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0071dc;
	border-radius: 6px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.looking-grid:hover .looking-link {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-small-icon {
	margin-bottom: 10px
}

.looking-small-icon i {
	font-size: 50px;
	color: #0071dc;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid:hover .looking-small-icon i {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-info {
	padding-bottom: 0
}

.looking-info .looking-link {
	font-weight: 600;
	font-size: 28px;
	color: #000;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-info p {
	font-size: 16px;
	color: #3e5463;
	margin-top: 10px;
	margin-bottom: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid:hover .looking-info p {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-big-icon {
	align-items: center;
	color: rgba(0, 113, 220, .1);
	display: inline-flex;
	font-size: 160px;
	justify-content: center;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-grid:hover .looking-big-icon {
	color: rgba(255, 255, 255, .12);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctor-section {
	font-family: 'Encode Sans', sans-serif;
	background-color: #fff;
	padding: 0 0 0
}

.mx-sec2 .best-doctor-section {
	font-family: 'Encode Sans', sans-serif;
	background-color: #fff;
	padding: 0 0 0
}

.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 img,
.best-doctor-widget .best-doctor-image>a {
	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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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 0;
	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: #0071dc
}

.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: #0071dc;
	color: #fff;
	border: 1.5px solid #fff
}

.best-doctor-widget .item-info .doctor-fav-btn .fav-icon.favourite {
	background-color: #0071dc;
	color: #fff;
	border: 1.5px solid #fff
}

.best-doctor-widget .provider-info h3 a {
	font-size: 22px;
	font-weight: 600;
	color: #0071dc
}

.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: #0071dc;
	border: 1.5px solid #fff;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 0;
	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-next,
.best-doctor-slider .slick-prev {
	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: #0071dc;
	box-shadow: unset;
	opacity: 1;
	width: 56px;
	height: 56px
}

.best-doctor-slider .slick-next:hover,
.best-doctor-slider .slick-prev:hover {
	background-color: #0071dc;
	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 80px
}

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

.high-service-section {
	font-family: 'Encode Sans', sans-serif;
	background-color: #fff;
	padding: 80px 0 60px;
	position: relative;
	overflow: hidden
}

.high-service-box {
	background: rgba(0, 113, 220, .05);
	border: 1px solid rgba(152, 162, 176, .34);
	border-radius: 6px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner {
	height: 100%;
	padding-top: 70px;
	padding-bottom: 70px
}

.high-service-box .high-service-img {
	align-items: center;
	border-radius: 50%;
	background-color: rgba(0, 113, 220, 1);
	display: inline-flex;
	justify-content: center;
	text-align: center;
	height: 80px;
	width: 80px;
	position: absolute;
	top: -15px;
	right: -10px;
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .high-service-img img {
	width: 36px
}

.high-service-box .high-service-img .service-img-small {
	width: 30px
}

.high-service-box:hover .high-service-img {
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .high-service-head {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box:hover .service-box-inner .high-service-head {
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .high-service-text {
	font-weight: 400;
	font-size: 16px;
	color: rgba(62, 84, 99, 1);
	margin-bottom: 0;
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box:hover .service-box-inner .high-service-text {
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 113, 220, 1);
	overflow: hidden;
	width: 0;
	height: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box:hover .service-box-inner .overlay {
	width: 100%;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .overlay .pro-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0;
	position: absolute;
	top: 60px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.high-service-box .service-box-inner .overlay .pro-icon img {
	width: 70px
}

.high-service-box .service-box-inner .overlay .pro-icon .service-img-big {
	width: 56px
}

.high-service-box:hover .service-box-inner .overlay .pro-text {
	opacity: 1;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .overlay .pro-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .overlay .pro-text h4 {
	font-weight: 500;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-box .service-box-inner .overlay .pro-text p {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.high-service-section .high-btn {
	margin-top: 40px
}

.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 img,
.blog-news-grid .blog-news-img>a {
	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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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 0 0;
	z-index: 1
}

.blog-news-grid .blog-news-date a {
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
	height: 23px;
	background: rgba(0, 113, 220, 1);
	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: #0071dc
}

.blog-news-grid .blog-news-arrows {
	position: absolute;
	bottom: -28px;
	right: 40px;
	background-color: #0071dc;
	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: #0071dc;
	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
}

body.home-three {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #3e5463
}

.home-three-top {
	background: #0071dc;
	padding: 0 30px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center
}

.home-three-top.header-top ul li {
	padding-right: 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
	border-right: 1px solid #fff
}

.home-three-top.header-top ul li:last-child {
	border: none;
	padding: 0;
	margin: 0
}

.home-three-top .right-top ul li {
	padding-right: 14px;
	border: none;
	margin: 0
}

.home-three-top .right-top ul li a {
	color: #fff
}

.home-three-nav {
	border-radius: 0
}

.home-three-nav .header-nav {
	height: 120px
}

.home-three-nav .black-font>li>a {
	color: #3e5463;
	font-family: Montserrat, sans-serif;
	position: relative
}

.home-three-nav .main-nav .has-submenu.active>a:after {
	content: "";
	position: absolute;
	width: 70px;
	background: #0071dc;
	left: -7px;
	height: 3px;
	z-index: 9;
	bottom: 20px
}

.home-three-nav .login-blue-bg:hover {
	color: #0071dc;
	border: 1px solid #0071dc
}

.home-three-nav .signup-white-bg {
	color: #0071dc;
	background: #fff;
	border: 1px solid #0071dc
}

.home-banner-three {
	position: relative;
	overflow: hidden
}

.home-three-slider .item {
	position: relative
}

.home-three-slider .item:before {
	content: '';
	background: rgba(0, 40, 79, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-three-slider .item img {
	width: 100%
}

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

.banner-wrapper-left {
	left: 100px
}

.banner-wrapper-right {
	right: 100px
}

.home-banner-three .banner-wrapper .app-form {
	background: 0 0;
	padding: 20px
}

.home-banner-three .banner-wrapper .app-form-one {
	background: rgba(62, 84, 99, .41);
	border-radius: 10px
}

.home-banner-three .doc-form {
	position: absolute;
	z-index: 1;
	top: 50%;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-banner-three .banner-three-content h2 {
	font-weight: 700;
	font-size: 44px;
	color: #fff;
	margin-bottom: 30px
}

.home-banner-three .banner-three-content h2 span {
	padding: 10px 30px;
	background: #0071dc;
	border-radius: 5px
}

.home-banner-three .banner-three-content p {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0
}

.home-banner-three .banner-wrapper .app-form label {
	font-size: 16px;
	font-weight: 400;
	color: #fff
}

.home-banner-three .banner-wrapper .app-form .form-control {
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	min-height: 46px;
	padding: 6px 15px;
	box-shadow: unset
}

.home-banner-three .banner-wrapper .app-form .btn {
	margin-top: .5rem
}

.home-banner-three .owl-theme .owl-dots {
	position: absolute;
	right: 0;
	bottom: 38px;
	margin: 0 auto;
	text-align: right;
	width: 100%
}

.home-banner-three .owl-theme .owl-dots .owl-dot.active span,
.home-banner-three .owl-theme .owl-dots .owl-dot:hover span {
	background: #0071dc
}

.home-banner-three .owl-theme .owl-dots .owl-dot span {
	width: 17px;
	height: 17px;
	background: rgba(255, 255, 255, .16);
	border-radius: 50px
}

.home-banner-three .owl-nav {
	position: absolute;
	right: 0;
	left: -200px;
	bottom: 30px;
	margin: 0 auto;
	width: 100%;
	text-align: right
}

.home-banner-three .owl-nav button.owl-next span,
.home-banner-three .owl-nav button.owl-prev span {
	font-size: 34px;
	transform: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: #eee;
	border-radius: 25px;
	padding: 0;
	color: #3e5463
}

.home-banner-three .owl-nav button.owl-next span:hover,
.home-banner-three .owl-nav button.owl-prev span:hover {
	background: #0071dc;
	color: #fff
}

.home-banner-three .owl-nav button.owl-prev {
	position: relative;
	right: 0;
	left: -80px;
	margin: 0;
	z-index: 11111
}

.home-banner-three .owl-nav button.owl-next {
	position: relative;
	left: 0;
	right: auto;
	margin: 0;
	z-index: 11111
}

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

.header-three h2 {
	font-size: 44px;
	font-weight: 700;
	color: #263238;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
	display: inline-block
}

.header-three h2:before {
	position: absolute;
	content: "";
	width: 85px;
	height: 3px;
	background: #0071dc;
	left: 0;
	top: 0
}

.header-three h2:after {
	position: absolute;
	content: "";
	width: 85px;
	height: 3px;
	background: #0071dc;
	left: 0;
	bottom: 0
}

.header-three p {
	max-width: 800px;
	margin: 0
}

.looking-section-three {
	background-color: #fff;
	padding: 80px 0 60px
}

.looking-box {
	background: #fff;
	border: 1px solid #c0c9d5;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 40px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative;
	text-align: center
}

.looking-box:hover {
	box-shadow: 0 40px 40px rgba(196, 196, 196, .5);
	border: 1px solid rgba(152, 162, 176, .11);
	border-radius: 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box.hvr-bounce-to-bottom:before {
	border: 1px solid rgba(152, 162, 176, .11);
	background: #063b6f;
	border-radius: 6px
}

.looking-box .looking-icon {
	position: relative;
	overflow: hidden;
	display: flex
}

.looking-box .icon-inner {
	background: #0071dc;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	font-size: 40px;
	color: #fff;
	width: 90px;
	height: 90px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.looking-box:hover .icon-inner {
	background: #fff;
	color: #0071dc;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.looking-box .icon-inner i {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box:hover .icon-inner i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box .looking-info {
	padding-bottom: 40px
}

.looking-box .looking-info .looking-link {
	font-weight: 600;
	font-size: 28px;
	color: #063b6f;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box:hover .looking-info .looking-link {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box .looking-info p {
	margin-top: 20px;
	margin-bottom: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box:hover .looking-info p {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box .looking-btn {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px
}

.looking-box .looking-btn .btn {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.looking-box:hover .looking-btn .btn {
	color: #0071dc;
	border: 1px solid #fff;
	background: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.looking-box .looking-btn .btn span {
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.looking-box:hover .looking-btn .btn span:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	opacity: 0;
	top: -1px;
	right: -20px
}

.looking-box:hover .looking-btn .btn span {
	padding-right: 25px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.looking-box:hover .looking-btn .btn span:after {
	opacity: 1;
	right: 0
}

.browse-section-three {
	background-color: #f4f5f7;
	padding: 80px 0 60px
}

.browse-grid {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid:hover {
	box-shadow: 0 25px 15px rgba(0, 0, 0, .25);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid .browse-img {
	position: relative;
	overflow: hidden;
	border-radius: 6px
}

.browse-grid .browse-img:before {
	background-color: rgba(0, 0, 0, .7);
	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
}

.browse-grid:hover .browse-img:before {
	background-color: rgba(0, 40, 79, .95);
	border-radius: 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	opacity: .9
}

.browse-grid .browse-img img {
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.browse-grid:hover .browse-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.browse-grid .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid:hover .overlay {
	bottom: 0;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 40, 79, .95);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

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

.browse-grid .browse-content h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px
}

.browse-grid .browse-content p {
	color: #fff;
	margin: auto;
	width: 140px;
	height: 34px;
	background: #27ad5f;
	box-shadow: inset 0 0 0 0 #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid:hover .browse-content p {
	color: #0071dc;
	background: #fff;
	box-shadow: inset 0 50px 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid .browse-icon {
	position: absolute;
	bottom: -85px;
	width: 100%;
	z-index: 1
}

.browse-grid .browse-icon .browse-inner {
	background: #0071dc;
	border-radius: 10px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	width: 90px;
	height: 90px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.browse-grid:hover .browse-icon .browse-inner {
	background: #fff;
	color: #0071dc;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.browse-grid .browse-icon .browse-inner .browse-box-img {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid:hover .browse-icon .browse-inner .browse-box-img {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid .browse-icon .browse-inner .browse-inner-img {
	position: relative;
	top: -20px;
	width: 30px;
	fill: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-grid:hover .browse-icon .browse-inner .browse-inner-img {
	fill: #0071dc;
	filter: invert(26%) sepia(31%) saturate(5801%) hue-rotate(153deg) brightness(75%) contrast(130%);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)
}

.browse-grid .browse-icon .browse-inner .browse-inner-one {
	width: 24px
}

.doctor-details-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 100px;
	position: relative;
	overflow: hidden
}

.doctor-grid .doctor-details {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	padding: 30px;
	position: relative;
	overflow: hidden
}

.doctor-grid .doctor-details:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px
}

.doctor-grid .doctor-details h4 {
	font-weight: 700;
	font-size: 24px;
	color: #000;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
	text-transform: uppercase
}

.doctor-grid .doctor-details p {
	color: #000;
	margin-bottom: 30px;
	max-width: 370px;
	position: relative;
	z-index: 1
}

.doctor-grid .doctor-details .btn {
	color: #0071dc;
	background: #fff;
	box-shadow: inset 0 0 0 0 #0071dc;
	border-radius: 4px;
	position: relative;
	z-index: 1
}

.doctor-grid .doctor-details .btn:hover {
	color: #fff;
	background: #0071dc;
	box-shadow: inset 0 50px 0 0 #0071dc
}

.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.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0 80px;
	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
}

.our-doctors-card .doctors-img {
	border-radius: 6px 6px 0 25px;
	position: relative;
	overflow: hidden;
	padding: 0
}

.our-doctors-card .doctors-img img {
	width: 100%;
	border-radius: 6px 6px 0 25px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

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

.our-doctors-card .pro-content {
	padding: 0
}

.our-doctors-card .provider-info {
	background-color: #fff;
	padding: 15px;
	position: absolute;
	bottom: 125px;
	width: 100%;
	left: 0;
	border-radius: 0 0 6px 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.our-doctors-card:hover .provider-info {
	background-color: #00284f;
	border-radius: 0 0 6px 6px;
	bottom: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.our-doctors-card .provider-info .pro-icon {
	background: #0071dc;
	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
}

.our-doctors-card .doctors-amount {
	position: absolute;
	right: 20px;
	top: -18px
}

.our-doctors-card .doctors-amount span {
	font-family: 'Encode Sans', sans-serif;
	background: #0071dc;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	padding: 5px 10px
}

.our-doctors-card .total-patient p {
	font-family: 'Encode Sans', sans-serif;
	background: #27ad5f;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: .5rem;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.our-doctors-card .total-patient p img {
	width: 18px;
	display: inline-block
}

.our-doctors-card .provider-info h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #000
}

.our-doctors-card:hover .provider-info h3 a {
	color: #fff
}

.our-doctors-card .provider-info .doctor-post {
	font-size: 14px;
	color: #7e8998;
	margin-bottom: 0
}

.our-doctors-card:hover .provider-info .doctor-post {
	color: #fff
}

.our-doctors-card .provider-info .rating {
	font-size: 14px;
	width: auto;
	margin-top: 10px;
	margin-bottom: 0;
	color: #7e8998;
	display: none;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.our-doctors-card .provider-info .rating i.filled {
	color: #f4c150
}

.our-doctors-card .provider-info .rating i {
	color: #7e8998
}

.our-doctors-card:hover .provider-info .rating i.filled {
	color: #f4c150
}

.our-doctors-card:hover .provider-info .rating {
	color: #fff
}

.our-doctors-card:hover .provider-info .rating i {
	color: #fff
}

.our-doctors-card:hover .content-info,
.our-doctors-card:hover .provider-info .rating {
	display: block;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.our-doctors-card .content-info {
	display: none;
	padding: 0;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.our-doctors-card .booking-btn {
	margin-bottom: 0
}

.slide-nav-5 button.owl-next,
.slide-nav-5 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(0)
}

.slide-nav-5 button.owl-next:hover,
.slide-nav-5 button.owl-prev:hover {
	background: #0071dc;
	color: #fff
}

.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(0);
	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 80px
}

.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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

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

.slide-nav-6 button.owl-next:hover,
.slide-nav-6 button.owl-prev:hover {
	background: #0071dc;
	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(0);
	display: flex;
	padding-left: 6px;
	padding-bottom: 3px
}

.features-clinic .owl-nav button.owl-next {
	margin-left: 10px
}

.latest-blog-section {
	background-color: #eee;
	padding: 80px 0 80px
}

.latest-blog-grid {
	background: #fff;
	border: 1px solid #c0c9d5;
	border-radius: 10px;
	margin-bottom: 60px;
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.latest-blog-grid:hover {
	background: #fff;
	border: 1px solid #c0c9d5;
	box-shadow: 0 35px 35px rgba(0, 28, 43, .1);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.latest-blog-grid .latest-blog-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0 0
}

.latest-blog-grid .latest-blog-img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.latest-blog-grid:hover .latest-blog-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15)
}

.latest-blog-grid .lastest-blog-info {
	padding: 20px
}

.latest-blog-grid .lastest-blog-date {
	font-family: 'Encode Sans', sans-serif;
	background: #27ad5f;
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: -44px;
	margin-bottom: 20px
}

.latest-blog-grid .lastest-blog-date h4 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.latest-blog-grid .lastest-blog-date h4 span {
	display: block;
	font-weight: 400
}

.latest-blog-grid .lastest-blog-info .latest-blog-title {
	margin-top: 20px;
	margin-bottom: 14px
}

.latest-blog-grid .lastest-blog-info .latest-blog-title a {
	font-size: 22px;
	font-weight: 600;
	color: #000
}

.latest-blog-grid .lastest-blog-info .latest-blog-title a:hover {
	color: #0071dc
}

.latest-blog-grid .lastest-blog-info p {
	margin-bottom: 14px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	background: #98a2b0;
	border-radius: 5px;
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.latest-blog-grid .lastest-post-author {
	margin-bottom: 20px
}

.latest-blog-grid .lastest-post-author a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #3e5463
}

.latest-blog-grid .lastest-post-author a:hover {
	color: #0071dc
}

.latest-blog-grid .lastest-post-author img {
	width: 35px;
	border-radius: 50px
}

.latest-blog-grid .lastest-blod-btn {
	margin-bottom: 0
}

.latest-blog-grid .lastest-blod-btn .btn {
	color: #0071dc;
	background: #fff;
	border: 1px solid #0071dc;
	box-shadow: inset 0 0 0 0 #0071dc
}

.latest-blog-grid .lastest-blod-btn .btn:hover {
	color: #fff;
	background: #0071dc;
	border: 1px solid #0071dc;
	box-shadow: inset 0 50px 0 0 #0071dc
}

.slide-nav-7 button.owl-next,
.slide-nav-7 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(0)
}

.slide-nav-7 button.owl-next:hover,
.slide-nav-7 button.owl-prev:hover {
	background: #0071dc;
	color: #fff
}

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

.latest-blog-section .owl-nav button.owl-next {
	margin-left: 10px
}

.news-letter-section {
	background-color: #263238;
	padding: 0 0 0;
	position: relative;
	overflow: hidden
}

.news-letter-section .news-left {
	margin: auto
}

.news-letter-section .news-left .news-info h2 {
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px
}

.news-letter-section .news-left .news-info h2 span {
	color: #0071dc
}

.news-letter-section .news-left .news-info p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	max-width: 600px
}

.news-letter-section .news-info-one {
	max-width: 640px
}

.news-letter-section .news-info-one .form-control {
	background: #eee;
	border: 1px solid #eee;
	border-radius: 5px;
	min-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	color: #000
}

.news-letter-section .news-left .news-info .btn {
	min-width: 180px
}

.news-letter-section .news-letter-img {
	padding-top: 40px
}

.footer-three {
	background-color: #fff
}

.footer-three .footer-widget .footer-about-content p {
	color: #3e5463
}

.footer-three .social-icon ul li a {
	color: #0071dc
}

.footer-three .social-icon ul li a:hover {
	color: #3e5463
}

.footer-three .footer-title {
	color: #3e5463
}

.footer-three .footer-menu ul li a {
	color: #3e5463;
	padding-left: 0
}

.footer-three .footer-widget.footer-menu ul li a:hover {
	color: #0071dc;
	padding-left: 15px
}

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

.footer-three .footer-contact-info {
	color: #3e5463
}

.footer-three .footer-contact-info i {
	font-size: 20px;
	color: #0071dc
}

.footer-three .footer-middle .footer-middle-menu {
	border-top: 1px solid #c0c9d5;
	padding: 30px 0
}

.footer-three .footer-middle .footer-middle-menu .footer-menu-three {
	margin-top: 56px
}

.footer-three .footer-bottom .copyright {
	border-top: 1px solid #c0c9d5;
	padding: 30px 0
}

.footer-three .footer-bottom .copyright-text p {
	color: #3e5463
}

.footer-three .policy-menu li a {
	color: #3e5463
}

.footer-three .policy-menu li::after {
	color: #3e5463
}

.footer-three .policy-menu li a:focus,
.footer-three .policy-menu li a:hover {
	color: #0071dc
}

body.home-four {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3e5463
}

.home-four-banner {
	background: url(../img/banner-5.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 40px;
	position: relative;
	overflow: hidden
}

.home-four-top {
	background: 0 0;
	padding: 20px 0
}

.home-four-top ul {
	display: flex;
	margin: 0;
	list-style: none;
	padding: 0
}

.home-four-top ul li {
	padding-right: 20px;
	margin-right: 20px;
	color: #fff;
	font-weight: 500;
	border-right: 1px solid #fff
}

.home-four-top ul li:last-child {
	border: none;
	padding: 0;
	margin: 0
}

.home-four-top .right-top {
	margin-left: auto
}

.home-four-top .right-top ul {
	display: inline-flex
}

.home-four-top .right-top ul li {
	display: inline-block;
	padding-right: 14px;
	border: none;
	margin: 0
}

.home-four-top .right-top ul li a {
	color: #fff
}

.home-four-top .hi-icon {
	width: auto;
	height: auto
}

.home-four-top .hi-icon:before {
	font-size: 16px
}

.home-four-nav {
	border-radius: 5px
}

.home-four-nav .black-font>li>a {
	font-family: Poppins, sans-serif
}

.home-four-doctor {
	padding: 140px 0;
	max-width: 630px;
	margin-left: auto
}

.home-four-doctor .home-four-header {
	margin-bottom: 40px
}

.home-four-doctor .home-four-header h2 {
	color: #fff;
	font-weight: 700;
	margin: auto;
	font-size: 48px;
	max-width: 550px;
	text-align: right
}

.home-four-doctor .home-four-header h2 span {
	color: #f2a54a
}

.banner-four-form .form-group {
	position: relative
}

.banner-four-form .form-control {
	border-radius: 5px;
	color: #3e5463;
	border: 1px solid #c4c4c4 !important;
	border-color: #c4c4c4 !important;
	font-size: 16px;
	min-height: 50px;
	padding: 6px 44px;
	box-shadow: unset
}

.banner-four-form .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 44px
}

.banner-four-form .form-control::placeholder {
	font-size: 16px;
	color: #ababab
}

.banner-four-form .form-group i {
	position: absolute;
	top: 35%;
	left: 15px;
	font-size: 18px;
	color: #0071dc
}

.banner-four-form .btn {
	padding: 12px 30px
}

.looking-section-four {
	padding: 80px 0 80px
}

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

.section-header-four .title-four {
	font-family: Montserrat, sans-serif
}

.section-header-four h2 {
	font-size: 44px;
	margin-bottom: 0;
	font-weight: 700;
	color: #263238
}

.section-header-four .color-primary {
	color: #0071dc;
	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(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	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: #063b6f;
	-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: #0071dc;
	-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: #0071dc;
	-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: #0071dc;
	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 40px
}

.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: rgba(0, 40, 79, .8);
	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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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: #0071dc;
	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.webp);
	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)
}

.clinic-grid-four .overlay .clinic-round .clinic-heart-img {
	width: 40px
}

.clinic-grid-four .overlay .clinic-round img {
	width: 50px;
	fill: #0071dc;
	filter: invert(26%) sepia(31%) saturate(5801%) hue-rotate(153deg) brightness(75%) contrast(130%)
}

.clinic-grid-four .overlay h4 {
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0
}

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

.clinic-grid-four .clinic-icon-inner {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 1;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	-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: #0071dc;
	filter: invert(26%) sepia(31%) saturate(5801%) hue-rotate(153deg) brightness(75%) contrast(130%)
}

.doctor-section-four {
	padding: 40px 0 80px
}

.best-doctors-grid {
	background: #fff;
	border: 1px solid rgba(192, 201, 213, .5);
	border-radius: 6px;
	position: relative;
	margin-bottom: 70px;
	-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
}

.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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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: 20px;
	font-family: Montserrat, sans-serif;
	border-radius: 0 0 6px 6px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.best-doctors-grid:hover .best-doctors-info {
	background: #0071dc;
	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: 14px
}

.best-doctors-grid .best-doctors-info h3 a {
	font-size: 18px;
	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;
	margin-bottom: 14px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.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 .best-doctors-info .doctors-amount {
	font-weight: 600;
	font-size: 18px;
	color: #27ad5f;
	margin-bottom: 14px;
	-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: 24px;
	-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: 16px;
	width: 100%;
	color: #0071dc;
	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
}

.best-doctors-slider .slick-slide,
.doctor-section-four .slick-slide {
	display: block;
	margin-left: 0;
	padding: 10px;
	width: 280px;
	padding-bottom: 0
}

.best-doctors-slider .slick-next,
.best-doctors-slider .slick-prev {
	display: none !important
}

.best-doctors-slider .slick-dots {
	position: relative;
	bottom: 0
}

.best-doctors-slider .slick-dots li.slick-active button {
	background-color: #0071dc;
	box-shadow: 0 0 10px #0071dc
}

.best-doctors-slider .slick-dots li button {
	width: 20px;
	height: 20px;
	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: #0071dc;
	border: 1px solid #0071dc;
	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(0)
}

.slide-nav-8 button.owl-next:hover,
.slide-nav-8 button.owl-prev:hover {
	background: #0071dc;
	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(0);
	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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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: #0071dc;
	background: #fff;
	border: 1px solid #0071dc;
	-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: #0071dc;
	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: #0071dc
}

.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: #0071dc
}

.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: #0071dc;
	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
}

.news-section-four {
	padding: 40px 0 40px;
	font-family: Montserrat, sans-serif
}

.news-section-four .news-info h2 {
	font-size: 44px;
	margin-bottom: 24px;
	font-weight: 700;
	color: #fff
}

.news-section-four .news-info p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	max-width: 640px;
	margin: 0 auto 30px
}

.news-section-four .footer-news-four {
	max-width: 640px;
	margin: auto;
	position: relative
}

.news-section-four .footer-news-four .form-control {
	background: #eee;
	border: 1px solid #eee;
	border-radius: 5px;
	min-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	color: #000
}

.news-section-four .footer-news-four .form-control::placeholder {
	font-size: 16px;
	color: rgba(0, 0, 0, .33)
}

.news-section-four .footer-news-four .btn {
	font-family: Poppins, sans-serif;
	border-radius: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 144px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center
}

.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: #0071dc
}

body.home-five {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #3e5463
}

.nav-bg-five .main-nav .has-submenu.active>a {
	color: #063b6f
}

.nav-bg-five .bar-icon span {
	background-color: #0071dc
}

.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: #0071dc
}

.nav-bg-five .header-contact-img i {
	color: #f2a54a
}

.nav-bg-five .header-contact-detail p.contact-info-header {
	font-size: 15px;
	color: #3e5463
}

.home-section-five {
	background: url(../img/banner-7.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 100px 0;
	position: relative
}


.mx-banner {
	/* padding-top: 4rem; */
}

.hero-slider,
.mx-hero-bg {
	height: 575px
}

.hero-slider .bg1 {
	height: 585px;
	background-image: url(../img/slider/mx-bg-1.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.hero-slider .bg-img {
	height: 585px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.mx-hero-bg::before {
	position: absolute;
	width: 100%;
	height: 585px;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .55);
	content: ''
}

.mx-hero-bg.meetup-o::before {
	background-color: rgba(0, 0, 0, .35)
}

select.widthHeight::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

select.style::-webkit-scrollbar-track {
	border: #b4b4b4;
	background-color: #fff
}

select.style::-webkit-scrollbar-thumb {
	background-color: #0d6efd;
	border: 1px solid #c1c1c1
}

.section-search-five {
	padding-top: 70px
}

.section-search-five span {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-bottom: 18px
}

.section-search-five .left-set h2 {
	/* font-weight: 400; */
	font-size: 30px
}

.section-search-five h2 {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
	text-align: center !important;
	width: 100% !important;
}

.section-search-five p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 14px;
	text-align: center !important;
	width: 100% !important;

}

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

.search-box-five form {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
	height: 60px
}

.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 0 50px;
	border: 0
}

.search-input-five .search-loc {
	padding: 0 50px 0 40px
}

.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: #0071dc;
	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 #f2a54a;
	background: #f2a54a;
	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: #063b6f;
	background: #fff;
	border: 1px solid #063b6f;
	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
}

.section-header-five .title-five:before {
	position: absolute;
	content: "";
	width: 66px;
	height: 25px;
	background: url(../img/shapes/shape-5.webp);
	left: -80px;
	top: 10px
}

.section-header-five .title-five:after {
	position: absolute;
	width: 66px;
	height: 25px;
	content: "";
	background: url(../img/shapes/shape-5.webp);
	top: 10px;
	right: -80px
}

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

.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: #0071dc;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11)
}

.looking-grid-five .looking-info-five {
	padding-top: 70px;
	padding-bottom: 100px
}

.looking-grid-five .looking-info-five a {
	font-weight: 600;
	font-size: 30px;
	color: #063b6f;
	-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: #063b6f;
	border: 1px solid #063b6f;
	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: #063b6f;
	-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: #10defd;
	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
}

.meetup-blog .post-title {
	font-size: 16px;
	padding: 10px 0
}

.doctor-section-five {
	background: url(../img/doctors/doctor-bg1.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0 100px
}

.doctor-grid-five .doctor-details {
	background: rgba(6, 59, 111, 1);
	border-radius: 10px;
	padding: 30px;
	text-align: center
}

.doctor-grid-five .doctor-details-one {
	background: rgba(62, 84, 99, 1)
}

.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: #10defd;
	border: 1px solid #10defd;
	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: #0071dc;
	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: #0071dc;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0 #10defd;
	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: #10defd;
	border: 1px solid #10defd;
	box-shadow: inset 150px 0 0 0 #10defd;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.browse-section-five {
	padding: 80px 0 55px
}

.specialist-card-five {
	background: #fff;
	border: 1px solid rgba(0, 113, 220, .18);
	border-radius: 5px;
	align-items: center;
	padding: 20px;
	margin-bottom: 25px;
	position: relative;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-card-five:hover {
	border-radius: 10px;
	border: 1px solid rgba(0, 113, 220, .18);
	box-shadow: 0 50px 50px rgba(0, 0, 0, .09);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-card-five.hvr-bounce-to-right:active:before,
.specialist-card-five.hvr-bounce-to-right:focus:before,
.specialist-card-five.hvr-bounce-to-right:hover:before {
	border-radius: 10px;
	border: 1px solid rgba(0, 113, 220, .18);
	box-shadow: 0 50px 50px rgba(0, 0, 0, .09)
}

.specialist-img-five {
	background: #0071dc;
	box-shadow: 0 0 20px rgba(0, 0, 0, .11);
	padding: 10px;
	height: 60px;
	width: 60px;
	border-radius: 5px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-card-five:hover .specialist-img-five {
	background: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-card-five img {
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	width: 32px
}

.specialist-card-five .spec-img {
	width: 26px
}

.specialist-card-five:hover .specialist-img-five img {
	fill: #0071dc;
	filter: invert(26%) sepia(31%) saturate(5801%) hue-rotate(153deg) brightness(75%) contrast(130%);
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-info a {
	font-weight: 600;
	color: #3e5463;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-card-five:hover .specialist-info a {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.specialist-nav-five a {
	color: #fff;
	font-size: 24px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative;
	left: -10px
}

.specialist-card-five:hover .specialist-nav-five a {
	color: #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	left: 10px
}

.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, .5) 0, rgba(62, 84, 99, .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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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: #0071dc;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.doctors-grid-five .best-doctors-info h3 a:hover {
	color: #063b6f;
	-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(0);
	-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: #0071dc;
	border: 1px solid #0071dc;
	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: #0071dc;
	background: #fff;
	border: 1px solid #0071dc;
	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: #0071dc;
	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
}

.news-letter-five {
	padding: 20px 0 0
}

.news-five {
	background: url(../img/blog/news-letter-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 5px;
	padding: 60px 0;
	text-align: center
}

.news-five-head h2 {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px
}

.news-five-head p {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin-bottom: 28px
}

.news-five-form .form-group {
	margin-bottom: 0
}

.news-five-form .form-control {
	width: 350px;
	min-height: 50px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	display: inline-block;
	margin-right: 12px
}

.news-five-form .form-control::placeholder {
	color: rgba(0, 0, 0, .33)
}

.news-five-form .btn {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 38px;
	min-width: 180px;
	text-align: center;
	background: #10defd;
	border: 1px solid #10defd;
	box-shadow: inset 0 0 0 #fff;
	border-radius: 8px;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	position: relative
}

.news-five-form .btn:hover {
	color: #063b6f;
	border: 1px solid #063b6f;
	background: #fff;
	box-shadow: inset 210px 0 0 0 #fff;
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	transition: .7s
}

.blog-section-five {
	padding: 80px 0
}

.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 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-ms-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-o-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s
}

.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: 20px;
	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: 16px;
	padding: 8px 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: #0071dc;
	-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: #0071dc
}

.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: 20px;
	text-align: center
}

.blog-grid-five .blog-info-five .blog-news-title a {
	font-weight: 600;
	font-size: 22px;
	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: #0071dc;
	-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: #0071dc;
	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
}

.blog-five-btn .btn {
	padding: 8px 35px
}

.meetup-list1 .blog-grid-row.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.meetup-list1 .blog-grid-row.row>[class*=col-] {
	display: flex;
	flex-direction: unset
}

.footer-five {
	background: url(../img/footer-bg5.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

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

.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:focus,
.footer-five .policy-menu li a:hover {
	color: #10defd
}

/* link underline effect */
/* .main-nav>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	top: 50px;
	left: 0;
	background-color: #0273d4;
	visibility: hidden;
	transform: scaleX(0);
	transition: all .3s ease-in-out
} */

.main-nav>li>a:hover:before {
	visibility: visible;
	transform: scaleX(1)
}

@media only screen and (min-width:768px) {
	.avatar-xxl {
		width: 8rem;
		height: 8rem
	}

	.avatar-xxl .border {
		border-width: 4px !important
	}

	.avatar-xxl .rounded {
		border-radius: 12px !important
	}

	.avatar-xxl .avatar-title {
		font-size: 42px
	}

	.avatar-xxl.avatar-away:before,
	.avatar-xxl.avatar-offline:before,
	.avatar-xxl.avatar-online:before {
		border-width: 4px
	}
}

@media (min-width:992px) {
	.main-nav>li {
		margin-right: 14px
	}

	.white-font>li>a {
		color: #fff
	}

	.main-nav>li:last-child {
		margin-right: 0
	}

	.main-nav li {
		display: block;
		/* position: relative */
	}

	.main-nav>li>a {
		line-height: 80px;
		padding: 0 !important
	}

	.header-nav-one .main-nav>li>a {
		line-height: 97px
	}

	.header-four .main-nav>li>a {
		line-height: 80px;
		color: #fff
	}

	.main-nav>li>a>i {
		font-size: 12px;
		margin-left: 3px
	}

	.main-nav li>ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, .1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		/* -webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%; */
		visibility: hidden;
		z-index: 1000;
	}

	/* comment */
	/* .main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #131c2d #131c2d;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, .1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	} */



	.main-nav .has-submenu.active>a {
		color: #202020
	}

	.header-four .main-nav .has-submenu.active>a {
		color: #fff;
		border-top: 3px solid #e74e84
	}

	.main-nav .has-submenu.active .submenu li.active>a {
		color: #09dca4
	}

	.nav-bg-two {
		font-family: 'Encode Sans', sans-serif
	}

	.nav-bg-two .has-submenu.active>a {
		color: #0071dc
	}

	.nav-bg-two .has-submenu.active .submenu li.active>a {
		color: #0071dc
	}

	.nav-bg-five .main-nav .has-submenu.active .submenu li.active>a {
		color: #0071dc
	}

	.nav-bg-five .main-nav li .submenu a:hover {
		color: #0071dc
	}

	.nav-bg-five .black-font {
		font-family: Inter, sans-serif
	}

	.main-nav>li .submenu li:first-child a {
		border-top: 0
	}

	.main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0
	}

	.main-nav>li .submenu>li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px
	}

	.main-nav li .submenu a:hover {
		color: #0273d4;
		background-color: #0070d3 !important;
		color: #fff !important
	}

	.main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
		border-color: transparent #fff #fff transparent
	}

	.header-navbar-rht .show+.dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		display: block;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	.header-trans-two .main-nav .has-submenu.active>a {
		color: #0071dc
	}

	.header-trans-two .main-nav .has-submenu.active>a:after {
		content: "";
		position: absolute;
		width: 70px;
		background: #0071dc;
		left: -7px;
		height: 3px;
		z-index: 9;
		bottom: 0
	}

	.header-five .main-nav .has-submenu.active>a {
		color: #28daf4
	}

	.header-five .main-nav .has-submenu.active>a:after {
		content: "";
		position: absolute;
		width: 70px;
		background: #28daf4;
		left: -7px;
		height: 2px;
		z-index: 9;
		bottom: 25px
	}
}

@media only screen and (min-width:2550px) {
	.mx-banner {
		padding-top: 85px
	}
}

@media only screen and (max-width:1399px) {

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat,
	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
		max-width: 180px
	}

	.row.row-grid {
		margin-left: -8px;
		margin-right: -8px
	}

	.row.row-grid>div {
		padding-right: 8px;
		padding-left: 8px;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
}

@media (min-width:1200px) {
	.aval-features .custom-contain {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto
	}
}

@media (min-width:1600px) {
	.blog-wrapper .wrap-content:before {
		border-left: 221px solid transparent;
		border-right: 221px solid transparent
	}
}

@media (min-width:1700px) {
	.contact-bg.meetup-section {
		min-height: 751px
	}
}

@media only screen and (max-width:1200px) {
	.home-one-banner {
		padding: 0
	}

	.nav-bg {
		background: 0 0
	}

	.nav-bg .main-menu-wrapper {
		display: unset
	}

	.nav-bg .navbar-header {
		margin-top: 0
	}

	.nav-bg .header-nav {
		height: auto
	}

	.news-bg .news-left .form-control {
		width: 290px
	}

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

	.header-trans.header-trans-two .logo {
		width: auto
	}

	.best-doctor-slider .slick-next,
	.best-doctor-slider .slick-prev {
		width: 40px;
		height: 40px
	}

	.best-doctor-slider .slick-next {
		right: -10px;
		left: auto
	}

	.best-doctor-slider .slick-prev {
		left: -10px;
		right: auto
	}

	.home-banner-three .doc-form {
		padding: 0
	}

	.home-banner-three .banner-three-content h2 {
		font-size: 34px
	}

	.home-banner-three .banner-wrapper {
		max-width: 450px
	}
}

@media only screen and (max-width:1199px) {
	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 168px
	}

	.header-nav {
		padding-left: 20px;
		padding-right: 20px
	}

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

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat,
	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
		max-width: 150px
	}

	.chat-cont-left {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%
	}

	.chat-cont-right {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%
	}

	.row.row-grid>div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.dash-widget {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.circle-bar {
		margin: 0 0 15px
	}

	.header-navbar-rht li.contact-item {
		display: block
	}

	.map-right {
		height: 450px;
		position: static;
		min-height: inherit;
		margin-bottom: 30px;
		padding-right: 15px
	}

	.map-listing {
		height: 450px
	}

	.map-page .content {
		padding-top: 100px
	}

	.appoinment-box {
		margin-top: 0
	}

	.appoinment-box .appoinment-search-btn {
		font-size: 14px;
		min-width: 140px
	}

	.appoinment-box .appoinment-btn {
		margin-right: 0;
		width: 48px
	}

	.appointment-grid {
		margin-top: 0
	}

	.doctor-right-img {
		display: none
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.mxbtn-switch {
		margin-top: 4px !important
	}

	.client-slider .slick-next {
		right: 19%
	}

	.client-slider .slick-prev {
		left: 19%
	}

	.gallery-section .swiper-button-prev {
		left: 27% !important
	}

	.gallery-section .swiper-button-next {
		right: 27% !important
	}
}

.service-btn-desktop {
	display: block
}

.service-btn-mobile {
	display: none
}

.section-search-five h2 a {
	color: #fff !important
}

.meetup-b .hero-slides-content {
	height: 700px;
	display: flex !important;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.meetup-b .hero-slides-content .search-btn {
	width: fit-content
}

@media only screen and (max-width:575.98px) {
	.piam-bottom-text {
		margin-bottom: 113px !important
	}

	.piam-banner .piam-bottom-text {
		margin-bottom: 70px !important
	}
}

@media only screen and (max-width:991.98px) {
	.piam-bottom-text h5 span {
		margin: 0 10px
	}

	.knowmore-btn {
		margin-bottom: 20px;
		text-align: center
	}

	.knowmore-btn.prolimbtn {
		margin-bottom: 20px;
		text-align: center
	}

	.two .swiper-slide-active img {
		height: 410px !important
	}

	.section-doctor .slick-next {
		right: 0 !important
	}

	.section-doctor .slick-prev {
		left: 0 !important
	}

	.section-search-five .hero-para-content {
		padding: 0 40px
	}

	.section-search-five .hero-para-content.prolimbanner {
		padding: 0 10px
	}

	#carouselExampleIndicators .carousel-item {
		width: 100%
	}

	/* 
	#carouselExampleIndicators .carousel-inner .carousel-item img {
		height: -webkit-fill-available !important;
		width: -webkit-fill-available !important
	} */

	#hero-slider .slick-dots {
		bottom: 15px !important
	}

	.mx-blog-list .grid-blog.meetup-blog .blog-content p {
		min-height: auto;
		padding-bottom: 20px
	}

	.meetup-b .hero-slides-content {
		height: 700px
	}

	.latest-blog.mx-mapsec {
		padding: 60px 60px 70px 60px !important
	}

	.blog-section .blog-slider .blog-para {
		height: 160px
	}

	.blog-section .blog-slider .sub-text {
		height: 35px;
		max-width: 100%
	}

	.blog-section .blog-slider h4 {
		height: 60px;
		font-size: 22px !important
	}

	.mx-blog-list .mx-inner-blog-content {
		padding-left: 10px
	}

	.mx-inner-blog-content .pl-20 {
		padding-left: 10px
	}

	.service1-section2 .highlights-module__image-desktop {
		display: block !important
	}

	.highlights-module__content {
		text-align: center
	}

	.page-breadcrumb ol li a {
		font-size: 18px
	}

	.page-breadcrumb ol li.active {
		font-size: 18px
	}

	.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
		font-size: 20px
	}

	.service-btn-desktop {
		display: none
	}

	.service-btn-mobile {
		display: block;
		margin: 0 auto
	}

	.mx-banner .mx-hero-bg {
		height: 560px !important
	}

	.mx-section2 .explore-slider1 .service-grid .show-title,
	.mx-section2 .explore-slider1 .service-grid h4 {
		font-size: 28px !important
	}

	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 220px
	}

	.mxbtn-switch {
		margin-top: 4px !important
	}

	.hero-slider .bg1,
	.hero-slider .bg2,
	.mx-banner {
		height: auto
	}

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

	.nav-bg .main-nav li .submenu a:hover {
		padding: 10px 15px 10px 35px
	}

	.nav-bg-two .main-nav li .submenu a:hover {
		padding: 10px 15px 10px 35px
	}

	.home-one-banner {
		padding: 0 0 30px
	}

	.home-three-nav .main-nav .has-submenu.active>a:after {
		display: none
	}

	.bg-shapes {
		display: none
	}

	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none
	}

	.nav-bg .main-menu-wrapper {
		display: unset
	}

	.nav-bg .menu-close:hover {
		color: #0071dc
	}

	.nav-bg .main-menu-wrapper {
		background-color: #0071dc
	}

	.nav-bg .main-nav li .submenu a:hover {
		color: #fff
	}

	.nav-bg .main-nav .has-submenu.active>a {
		color: #fff
	}

	.nav-bg .main-nav .has-submenu.active .submenu li.active>a {
		color: #fff
	}

	.nav-bg .login-blue-bg {
		display: none
	}

	.nav-bg .signup-white-bg {
		display: none
	}

	.nav-bg .main-nav li.login-link {
		display: block
	}

	.nav-bg .logo {
		width: 100%;
		margin: 0
	}

	.nav-bg-five .main-menu-wrapper {
		background-color: #0071dc
	}

	.nav-bg-five .black-font>li>a {
		color: #fff
	}

	.nav-bg-five .black-font>li>a:hover {
		color: #fff
	}

	.nav-bg-five .main-nav .has-submenu.active>a {
		color: #fff
	}

	.nav-bg-five .main-nav .has-submenu.active .submenu li.active>a {
		color: #fff
	}

	.menu-close:hover {
		color: #0071dc
	}

	.nav-bg .navbar-header {
		width: 100%;
		text-align: center
	}

	.main-nav .has-submenu.active>a {
		color: #fff
	}

	.main-nav .has-submenu>a:hover {
		color: #fff
	}

	.home-three-nav .black-font>li>a {
		color: #fff
	}

	.banner-left .banner-info h2 {
		font-size: 36px;
		margin-bottom: 10px
	}

	.banner-left .banner-details h4 {
		margin-right: 10px;
		font-size: 20px
	}

	.banner-left .banner-details p {
		font-size: 18px
	}

	.main-nav ul {
		background-color: #3474ac;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0
	}

	.main-nav>li>a:hover:before {
		visibility: hidden
	}

	.main-nav>li {
		border-bottom: 1px solid #4e9add;
		margin-left: 0
	}

	.main-nav li+li {
		margin-left: 0
	}

	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 16px;
		font-weight: 600
	}

	.main-nav>li>a>i {
		float: right;
		margin-top: 5px
	}

	.main-nav>li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 15px 10px 35px
	}

	.main-nav>li .submenu ul li a {
		padding: 10px 15px 10px 45px
	}

	.main-nav>li .submenu>li.has-submenu>a::after {
		content: "\f078"
	}

	.main-nav .has-submenu.active>a {
		color: #fff
	}

	.main-nav .has-submenu>a:hover {
		color: #fff
	}

	.main-nav .has-submenu.active .submenu li.active>a {
		color: #fff
	}

	.login-left {
		display: none
	}

	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all .4s;
		background-color: #05020c;
	}

	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	#mobile_btn {
		display: inline-block
	}

	.section-search {
		min-height: 330px
	}

	.section-specialities {
		padding: 50px 0
	}

	.footer-widget {
		margin-bottom: 30px
	}

	.chat-cont-left,
	.chat-cont-right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		transition: left .3s ease-in-out 0s, right .3s ease-in-out 0s;
		width: 100%
	}

	.chat-cont-left {
		border-right: 0
	}

	.chat-cont-right {
		position: absolute;
		right: -100%;
		top: 0;
		opacity: 0;
		visibility: hidden
	}

	.chat-cont-right .chat-header {
		justify-content: start;
		-webkit-justify-content: start;
		-ms-flex-pack: start
	}

	.chat-cont-right .chat-header .back-user-list {
		display: block
	}

	.chat-cont-right .chat-header .chat-options {
		margin-left: auto
	}

	.chat-window.chat-slide .chat-cont-left {
		left: -100%
	}

	.chat-window.chat-slide .chat-cont-right {
		right: 0;
		opacity: 1;
		visibility: visible
	}

	.day-slot li.left-arrow {
		left: -10px
	}

	.container {
		max-width: 100%
	}

	.appointments .appointment-action {
		margin-top: 10px
	}

	.appointments .appointment-list {
		display: block
	}

	.banner-wrapper {
		max-width: 720px
	}

	.search-box .search-info {
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		width: 180px
	}

	.banner-wrapper .banner-header h1 {
		font-size: 2.125rem
	}

	.dct-border-rht {
		border-bottom: 1px solid #f0f0f0;
		border-right: 0;
		margin-bottom: 20px;
		padding-bottom: 15px
	}

	.dr-img {
		display: none
	}

	.doctor-search {
		padding: 30px 0
	}

	.inner-banner-section {
		padding-top: 85px
	}

	.shapes {
		display: none
	}

	.search-box-3 {
		position: relative
	}

	.header-top {
		display: none
	}

	.search-box {
		max-width: 535px;
		margin: 0 auto
	}

	.card-label>label {
		font-size: 12px
	}

	.footer .footer-top {
		padding-bottom: 10px
	}

	.time-slot li .timing.selected::before {
		display: none
	}

	.review-listing .recommend-btn {
		float: none
	}

	.dash-widget {
		flex-direction: unset;
		text-align: left
	}

	.circle-bar {
		margin: 0 15px 0 0
	}

	.call-wrapper {
		height: calc(100vh - 140px)
	}

	.sidebar-overlay.opened {
		display: block
	}

	.about-content {
		margin-bottom: 30px
	}

	.slide-image {
		padding-left: 0;
		padding-right: 0
	}

	.custom-short-by>div {
		margin-right: 0
	}

	.product-description .doctor-img1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.product-description .doc-info-cont {
		width: 100%
	}

	.product-description .doc-info-left {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap
	}

	.clinics-section {
		padding: 40px 0 25px
	}

	.specialities-section {
		padding: 60px 0 35px
	}

	.our-doctors-section {
		padding: 40px 0
	}

	.clinic-features-section {
		padding: 40px 0
	}

	.our-blog-section {
		padding: 40px 0
	}

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

	.section-search-3 .doctor-search-form .banner-btn {
		padding: 18px 30px
	}

	.pop-box .body-section h3 {
		font-size: 20px
	}

	.section-header-three h2 {
		font-size: 28px
	}

	.doc-background,
	.pat-background {
		min-height: 250px
	}

	.doctor-divison h3 {
		font-size: 20px
	}

	.doctor-divison p {
		font-size: 12px
	}

	.doctors-body .inner-section>span {
		font-size: 12px
	}

	.book-best-doctors .doctors-body .average-ratings {
		padding: 1px 8px;
		font-size: 10px;
		margin-left: 7px
	}

	.book-best-doctors .doctors-body h4 {
		font-size: 18px
	}

	.book-best-doctors .amt-txt {
		font-size: 16px
	}

	.latest-blog .blog-wrap .blog-wrap-body h3 {
		font-size: 18px
	}

	.header-four .nav-item a.header-login {
		margin: 15px 20px
	}

	.header-four .nav-item a.header-login i {
		float: unset
	}

	.doc-form {
		position: absolute;
		top: 85px;
		left: 20px;
		padding: 37px 0;
		width: 600px
	}

	.dot-slider .slick-slide {
		height: 375px
	}

	.dot-slider .profile-widget {
		margin-bottom: 0
	}

	.app-form h2 {
		font-size: 30px
	}

	.app-form .doctor-search-form input {
		min-height: 50px
	}

	.app-form .banner-btn {
		padding: 10px 30px;
		min-height: 50px;
		justify-content: center;
		align-items: center;
		display: flex
	}

	.category-sec {
		padding: 50px 0;
		margin-top: 0
	}

	.set-category {
		padding: 10px
	}

	.set-category .info-holder h3 {
		font-size: 20px
	}

	.set-category .info-holder p {
		font-size: 11px
	}

	.set-category .img-holder {
		margin-right: 10px
	}

	.set-category .img-holder a {
		width: 50px;
		height: 50px
	}

	.set-category .img-holder a img {
		width: 20px
	}

	.select-box {
		padding: 20px
	}

	.select-box p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.select-box .book-now {
		padding: 8px 20px
	}

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

	.aval-features .custom-contain {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto
	}

	.aval-features .feature {
		align-items: center;
		justify-content: center;
		display: flex;
		padding: 40px
	}

	.aval-features .feature .info-box {
		padding: 20px
	}

	.aval-features .feature .info-box h2 {
		font-size: 30px
	}

	.aval-features .custom-contain {
		max-width: 100%
	}

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

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

	.home-search-section .banner-header h2 {
		font-size: 34px
	}

	.facility-section .operat-img {
		width: 100%
	}

	.facility-section .visit-doctor {
		padding: 15px;
		margin-bottom: 20px
	}

	.facility-section .visit-doctor .inner-details img {
		bottom: -13px
	}

	.visit-doctor .inner-details .info h1 {
		font-size: 20px
	}

	.visit-doctor .inner-details .info p {
		font-size: 12px;
		max-width: 100%
	}

	.visit-doctor .inner-details .count h1 {
		width: 55px;
		height: 55px;
		font-size: 20px
	}

	.clinic-wrap {
		height: 200px
	}

	.heading-wrapper h1 {
		font-size: 30px;
		max-width: 100%
	}

	.clinic-wrap .wrapper-overlay img {
		margin-bottom: 20px
	}

	.doc-booking .book-slider .slick-next,
	.doc-booking .book-slider .slick-prev {
		top: -100px
	}

	.blog-wrapper .wrap-content .date-cart {
		font-size: 26px
	}

	.home-search-section .doctor-search {
		padding: 40px 0
	}

	.facility-section {
		padding: 40px 0 20px
	}

	.clinic-speciality {
		padding: 40px 0 10px
	}

	.browse-section.brower-category {
		padding: 40px 0 20px
	}

	.doctor-divison.provider-select .doc-background,
	.doctor-divison.provider-select .pat-background {
		padding: 40px 30px
	}

	.doc-booking {
		padding: 40px 0
	}

	.blogs-section.blog-container {
		padding: 40px 0 10px
	}

	.heading-wrapper .nav-arrow {
		display: none
	}

	.heading-wrapper {
		margin-bottom: 30px;
		text-align: center
	}

	.blog-wrapper .wrap-content:before {
		border-left: 178px solid transparent;
		border-right: 170px solid transparent
	}

	.divider .carousel-inner {
		height: 430px
	}

	.about-section,
	.service1-section1 {
		min-height: unset;
		background: linear-gradient(360deg, rgba(0, 113, 220, .06) 40.94%, rgba(229, 241, 251, 0) 100%)
	}

	.select-category {
		padding: 50px 0 20px;
		margin: 0
	}

	.contact-section h3 {
		font-size: 36px
	}

	.contact-section p {
		font-size: 18px
	}

	.contact-box .infor-details p {
		font-size: 14px
	}

	.category-subox {
		margin-bottom: 30px
	}

	.category-col:after {
		bottom: 15px
	}

	.appoinment-box .appoinment-btn {
		margin-right: 20px;
		width: 50px
	}

	.appointment-info-holder h2 {
		font-size: 38px
	}

	.appointment-info .appointment-link {
		font-size: 24px
	}

	.appointment-info-holder h2 {
		font-size: 28px
	}

	.news-bg .news-left h2 {
		font-size: 36px
	}

	.nav-bg .header-nav {
		height: 85px
	}

	.appointment-bg {
		padding: 20px 0 20px
	}

	.appointment-bg .appointment-left {
		display: none
	}

	.appointment-grid {
		margin-bottom: 20px
	}

	.service-section {
		padding: 5px 0 40px
	}

	.doctor-section {
		padding: 40px 0 40px
	}

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

	.features-section {
		padding: 40px 0 40px
	}

	.news-letter-bg {
		padding: 40px 0 40px
	}

	.news-section {
		padding: 0 0 40px
	}

	.news-letter-bg .news-bg {
		text-align: center;
		padding: 40px 0
	}

	.news-img {
		display: none
	}

	.grid-news .news-content .news-title a {
		font-size: 18px
	}

	.grid-news .news-content ul li .news-date a {
		font-size: 15px;
		height: 40px
	}

	.footer-one {
		padding: 20px 0
	}

	.footer-two {
		padding: 20px 0
	}

	.nav-bg-two .main-menu-wrapper {
		background-color: #0071dc
	}

	.nav-bg-two .main-nav .has-submenu.active>a {
		color: #fff
	}

	.nav-bg-two .main-nav>li {
		/* border-bottom: 1px solid #242424 */
	}

	.nav-bg-two .main-nav li .submenu a:hover {
		color: #fff
	}

	.nav-bg-two .main-nav .has-submenu.active .submenu li.active>a {
		color: #fff
	}

	.nav-bg .main-nav>li {
		border-bottom: 1px solid #8bbeef
	}

	.nav-bg-two .menu-close:hover {
		color: #0071dc
	}

	.home-banner-two {
		padding: 80px 0 0
	}

	.home-banner-two .slick-slide img {
		height: auto
	}

	.banner-two-form {
		margin: -50px auto 0;
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.banner-two-form .search-area {
		max-width: 100%
	}

	.home-banner-two .slider-counter {
		position: relative;
		right: 0;
		float: unset;
		font-size: 20px;
		padding: 10px;
		bottom: 5px;
		min-width: 200px;
		display: none;
		justify-content: center;
		align-items: center;
		left: 15px;
		text-align: center;
		margin: auto
	}

	.home-banner-two .slick-prev {
		right: auto !important;
		top: 50%;
		left: 15px
	}

	.home-banner-two .slick-next {
		right: 15px !important;
		top: 50%;
		left: auto
	}

	.looking-section {
		padding: 40px 0 20px
	}

	.looking-big-icon {
		font-size: 100px
	}

	.best-doctor-section {
		padding: 0 0 0
	}

	.best-doctor-widget {
		margin-bottom: 40px
	}

	.clinic-grid img {
		width: 100px
	}

	.features-clinic-section {
		padding: 40px 0 40px
	}

	.high-service-section {
		padding: 40px 0 40px
	}

	.blog-news-section {
		padding: 0 0 40px
	}

	.blog-news-grid {
		margin-bottom: 20px
	}

	.blog-news-section .high-btn {
		margin-top: 20px
	}

	.footer-news {
		margin-top: 40px;
		margin-bottom: 0
	}

	.footer-news .footer-news-head h2 {
		font-size: 36px
	}

	.banner-three-content {
		display: none
	}

	.home-banner-three .banner-wrapper {
		max-width: unset;
		position: relative;
		top: 0;
		padding: 40px 0;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.home-banner-three .app-form {
		display: inline-block
	}

	.home-banner-three .banner-wrapper .app-form-one {
		display: inline-block;
		background: #063b6f;
		width: 100%;
		padding: 20px
	}

	.home-banner-three .d-md-none {
		display: none
	}

	.home-banner-three .owl-nav {
		display: none
	}

	.home-banner-three .owl-theme .owl-dots {
		right: 0 !important;
		left: 0;
		max-width: max-content;
		text-align: center;
		bottom: 10px
	}

	.looking-section-three {
		padding: 20px 0 20px
	}

	.header-three {
		margin-bottom: 40px
	}

	.header-three h2 {
		font-size: 36px
	}

	.header-three h2:before {
		width: 75px
	}

	.header-three h2:after {
		width: 75px
	}

	.browse-section-three {
		padding: 40px 0 40px
	}

	.browse-grid {
		margin-bottom: 20px
	}

	.doctor-details-section {
		padding: 60px 0 60px
	}

	.doctor-section-three {
		padding: 40px 0 40px
	}

	.best-our-doctors {
		margin-bottom: 40px
	}

	.features-clinic {
		padding: 40px 0 40px
	}

	.features-clinic-slider {
		margin-bottom: 40px
	}

	.latest-blog-section {
		padding: 40px 0 40px
	}

	.latest-blog-grid {
		margin-bottom: 40px
	}

	.news-letter-section {
		padding: 40px 0 40px
	}

	.news-letter-section .news-left .news-info h2 {
		font-size: 36px
	}

	.footer-three {
		padding: 20px 0
	}

	.home-four-banner {
		padding: 0
	}

	.home-four-banner .header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background-color: #fff
	}

	.home-four-top {
		display: none
	}

	.home-four-doctor .home-four-header h2 {
		font-size: 36px
	}

	.looking-section-four {
		padding: 0 0 0
	}

	.section-header-four {
		margin-bottom: 40px
	}

	.section-header-four h2 {
		font-size: 36px
	}

	.clinic-section-four {
		padding: 40px 0 0
	}

	.clinic-grid-four {
		margin-bottom: 20px
	}

	.doctor-section-four {
		padding: 40px 0 40px
	}

	.best-doctors-grid {
		margin-bottom: 30px
	}

	.features-clinic-four {
		padding: 40px 0 40px
	}

	.clinic-big-img {
		display: none
	}

	.features-clinic-slider-four {
		margin-bottom: 20px
	}

	.blog-section-four {
		padding: 40px 0 40px
	}

	.grid-blog-four {
		margin-bottom: 30px
	}

	.news-section-four {
		padding: 40px 0 40px
	}

	.news-section-four .news-info h2 {
		font-size: 36px
	}

	.home-section-five {
		padding: 60px 0
	}

	.section-search-five h2 {
		font-size: 35px
	}

	.looking-section-five {
		padding: 40px 0
	}

	.looking-bg-five {
		padding-bottom: 0
	}

	.looking-grid-five {
		margin-bottom: 30px
	}

	.clinic-section-five {
		padding: 40px 0 40px
	}

	.doctor-section-five {
		padding: 40px 0 40px
	}

	.doctor-img2 {
		display: none
	}

	.browse-section-five {
		padding: 40px 0 20px
	}

	.specialist-card-five {
		margin-bottom: 20px
	}

	.best-section-five {
		padding: 40px 0 40px
	}

	.doctor-see-btn {
		margin-top: 30px
	}

	.news-letter-five {
		padding: 20px 0
	}

	.blog-section-five {
		padding: 40px 0
	}

	.blog-grid-five {
		margin-bottom: 20px
	}

	.scroll-down {
		display: none
	}

	.looking-row {
		padding-left: 15px;
		padding-right: 15px;
		border: none
	}

	.looking-col {
		padding-left: 15px;
		padding-right: 15px
	}

	.looking-grid-four {
		margin-bottom: 20px;
		padding: 0;
		border: 1px solid rgba(192, 201, 213, .5)
	}

	.looking-grid-four:hover .looking-box-four {
		top: 0;
		right: 0
	}

	.home-banner-two .slider-counter-three {
		display: none
	}

	.section-category {
		padding: 40px 0
	}

	.section-blogs {
		padding: 40px 0
	}

	.divider .banner-wrapper {
		padding-bottom: 0
	}
}

@media only screen and (min-width:464.8px) and (max-width:991.8px) {
	.contact-bg.homebg.bg002 {
		background: url(../img/slider/mx-banner-img.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		min-height: 890px
	}
}

@media only screen and (min-width:1400px) and (max-width:1999px) {

	.slider-text1,
	.slider-text2 {
		bottom: 26% !important
	}

	.slider-text2.btm-reduce {
		bottom: 20% !important
	}

	#carouselExampleIndicators .carousel-inner .carousel-item img {
		width: 100% !important
	}
}

@media only screen and (min-width:1200px) {

	.meetup-bg1,
	.meetup-bg2,
	.meetup-bg3,
	.meetup-bg4 {
		display: none !important
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {

	.meetup-bg1,
	.meetup-bg2,
	.meetup-bg3 {
		display: none !important
	}

	.meetup-bg {
		display: block !important
	}

	.service-grid .effect-oscar .services-caption {
		padding: 20px
	}

	.gallery-section .swiper-button-prev {
		left: 23% !important
	}

	.gallery-section .swiper-button-next {
		right: 23% !important
	}

	.client-slider .slick-next {
		right: 8%
	}

	.client-slider .slick-prev {
		left: 8%
	}
}

@media only screen and (max-width:849.98px) {
	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 180px
	}

	.row.row-grid>div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media only screen and (max-width:767.98px) {
	.piam-banner .contact-bg {
		min-height: 411px
	}

	.menu-mendix10 {
		color: #fff !important;
		border: 2px solid #fff !important;
		border-radius: 5px;
		padding: 6px
	}

	.search-area.meetup-form.w-100 {
		max-width: 100% !important;
		margin-top: 20px;
		margin-left: -10px
	}

	.section-search-five .hero-para-content {
		padding: 0 10px !important
	}

	.section-search-five .hero-para-content.prolimbanner {
		padding: 0 3px !important
	}

	.carousel-inner .carousel-item>img {
		padding: 0 !important
	}

	.mx-center-sec h3 {
		text-align: center
	}

	.mx-center-sec p {
		text-align: justify
	}

	.slider-text1,
	.slider-text2 {
		bottom: 10% !important
	}

	.newbg2 .slider-text2 {
		bottom: 6% !important
	}

	.meetup-bg,
	.meetup-bg2,
	.meetup-bg3,
	.meetup-bg4 {
		display: none !important
	}

	.meetup-bg1 {
		display: block !important
	}

	.hero-slides .owl-dots {
		bottom: 7px !important
	}

	.service1-section2 .highlights-module__image-desktop {
		width: 60%;
		margin: 0 auto
	}

	.mx-order-1 {
		order: 1 !important
	}

	.section-search-five {
		padding-top: 60px
	}

	.blog-section .blog-slider .blog-para {
		height: 100px
	}

	.blog-section .blog-slider .sub-text {
		height: 35px
	}

	.blog-section .blog-slider h4 {
		height: 60px
	}

	.inner-banner-section .doctor-search {
		width: calc(90% - 10px)
	}

	.article-quote-section .quote-heading {
		font-size: 23px;
		line-height: 35px
	}

	.service1-section3 .highlights-module__image-desktop {
		padding-top: 20px
	}

	.mx-section2 .explore-slider1 .service-grid .show-title,
	.mx-section2 .explore-slider1 .service-grid h4 {
		font-size: 32px !important
	}

	.explore-img {
		max-width: 55% !important
	}

	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 144px
	}

	.mx-client-sec .client-slider .slick-slide {
		margin-top: 0
	}

	.blog-section {
		padding: 40px 0
	}

	.footer {
		background-color: #1a1f32 !important;
		background-image: unset
	}

	.gallery-section {
		padding: 50px 0 50px !important
	}

	.gallery-section .swiper-button-next,
	.gallery-section .swiper-button-prev {
		background-size: 24% !important;
		width: 30px !important;
		height: 30px !important
	}

	.header-trans .header-navbar-rht li:last-child {
		padding-left: 8px
	}

	.header-trans .header-navbar-rht li {
		padding-right: 8px
	}

	.blog-section .blog-wrap .blog-title {
		font-size: 24px
	}

	.blog-section .blog-wrap p {
		font-size: 15px
	}

	.client-slider .slick-next {
		right: 2%
	}

	.client-slider .slick-prev {
		left: 2%
	}

	.gallery-section .swiper-button-prev {
		left: 10% !important
	}

	.gallery-section .swiper-button-next {
		right: 15% !important
	}

	.section-search-five .left-set h2 {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px
	}

	body {
		font-size: .875rem
	}

	body.home-three {
		font-size: .875rem
	}

	body.home-five {
		font-size: .875rem
	}

	.h1,
	h1 {
		font-size: 2rem
	}

	.h2,
	h2 {
		font-size: 1.75rem
	}

	.h3,
	h3 {
		font-size: 1.375rem
	}

	.h4,
	h4 {
		font-size: 1rem
	}

	.h5,
	h5 {
		font-size: .875rem
	}

	.h6,
	h6 {
		font-size: .75rem
	}

	.content {
		padding: 15px 0 0
	}

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

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

	.carousel-item {
		height: auto;
		min-height: auto
	}

	.card {
		margin-bottom: 20px
	}

	.profile-sidebar {
		margin-bottom: 20px
	}

	.appointment-tab {
		margin-bottom: 20px
	}

	.features-img img,
	.features-slider .slick-dots {
		text-align: center;
		margin: 0 auto
	}

	.doctor-slider {
		margin-top: 0
	}

	.breadcrumb-bar {
		height: auto
	}

	.login-right {
		margin: 0 15px;
		padding: 15px
	}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat,
	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
		max-width: 250px
	}

	.chat-window .chat-cont-right .chat-header .media .media-body {
		display: none
	}

	.divider .carousel-inner {
		height: 100%
	}

	.divider .form-group {
		margin-bottom: 10px
	}

	.banner-wrapper .banner-header h1 {
		font-size: 2rem
	}

	.banner-wrapper .banner-header p {
		font-size: 1rem
	}

	.section-header h2 {
		font-size: 1.875rem
	}

	.section-header .sub-title {
		font-size: .875rem
	}

	.speicality-item p {
		font-size: .875rem
	}

	.section-header p {
		font-size: .9375rem
	}

	.footer-title {
		font-size: 1.125rem
	}

	.search-box {
		max-width: 535px;
		margin: 0 auto
	}

	.search-box form {
		-ms-flex-direction: column;
		flex-direction: column;
		word-wrap: break-word;
		background-clip: border-box
	}

	.search-box .search-location {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%
	}

	.search-box .search-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%
	}

	.search-box .search-btn {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-height: 46px;
		width: 100%
	}

	.search-box .search-btn span {
		display: inline-block;
		margin-left: 5px;
		text-transform: uppercase
	}

	.section-search {
		background: #f9f9f9
	}

	.day-slot li span {
		font-size: 16px;
		text-transform: unset
	}

	.time-slot li .timing span {
		display: block
	}

	.submit-section.proceed-btn {
		margin-bottom: 20px
	}

	.day-slot li small.slot-year {
		display: none
	}

	.success-cont h3 {
		font-size: 22px
	}

	.view-inv-btn {
		font-size: 14px;
		padding: 10px 30px
	}

	.invoice-info.invoice-info2 {
		text-align: left
	}

	.invoice-item .invoice-details {
		text-align: left
	}

	.section-doctor,
	.section-features,
	.section-search {
		padding: 50px 0 25px
	}

	.mx-banner .slick-next {
		right: 30px
	}

	.mx-banner .slick-prev {
		left: 30px
	}

	.slick-next {
		right: -10px
	}

	.slick-prev {
		left: -10px
	}

	.specialities-slider .slick-slide {
		margin-right: 15px
	}

	.about-content a {
		padding: 12px 20px
	}

	.submit-section .submit-btn {
		padding: 10px 20px;
		font-size: 15px;
		min-width: 105px
	}

	.policy-menu {
		margin-top: 10px;
		text-align: left
	}

	.booking-doc-info .booking-doc-img {
		width: 75px
	}

	.booking-doc-info .booking-doc-img img {
		height: 75px;
		width: 75px
	}

	.btn.btn-danger.trash {
		margin-bottom: 20px
	}

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

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

	.nav-tabs.nav-justified>li>a.active,
	.nav-tabs.nav-justified>li>a.active:focus,
	.nav-tabs.nav-justified>li>a.active:hover {
		border-color: transparent transparent transparent #0071dc;
		border-left-width: 2px
	}

	.nav-tabs {
		border-bottom: 0;
		position: relative;
		background-color: #fff;
		padding: 5px 0;
		border: 1px solid #ddd;
		border-radius: 3px
	}

	.nav-tabs .nav-item {
		margin-bottom: 0
	}

	.nav-tabs>li>a {
		border-width: 2px;
		border-left-color: transparent
	}

	.nav-tabs .nav-link {
		border-width: 2px
	}

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

	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active,
	.nav-tabs>li>a.active,
	.nav-tabs>li>a.active:focus,
	.nav-tabs>li>a.active:hover {
		border-color: transparent transparent transparent #0172d4 !important;
		border-left-width: 2px
	}

	.nav-tabs>li.open:not(.active)>a,
	.nav-tabs>li.open:not(.active)>a:focus,
	.nav-tabs>li.open:not(.active)>a:hover {
		background-color: #fafafa
	}

	.nav-tabs.nav-tabs-solid {
		padding: 5px
	}

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

	.nav-tabs.nav-tabs-solid>li>a {
		border-left-width: 0 !important
	}

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

	.nav-tabs-justified>li>a.active,
	.nav-tabs-justified>li>a.active:focus,
	.nav-tabs-justified>li>a.active:hover {
		border-width: 0 0 0 2px;
		border-left-color: #0172d4
	}

	.review-listing>ul li .comment .comment-body .meta-data span.comment-date {
		margin-bottom: 5px
	}

	.review-listing>ul li .comment .comment-body .meta-data .review-count {
		position: unset
	}

	.my-video ul li {
		width: 50px
	}

	.call-users ul li {
		width: 50px
	}

	.call-mute {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		width: 50px
	}

	.call-duration {
		font-size: 24px
	}

	.voice-call-avatar .call-avatar {
		height: 100px;
		width: 100px
	}

	.user-tabs {
		margin-top: 1.5rem
	}

	.user-tabs .nav-tabs>li>a {
		border-left: 2px solid transparent;
		border-bottom: 0;
		padding: .5rem 1rem
	}

	.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active,
	.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:focus,
	.user-tabs .nav-tabs.nav-tabs-bottom>li>a.active:hover {
		border-left-width: 2px;
		color: #0172d4
	}

	.doctor-widget {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.doc-info-right {
		margin-left: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.doc-info-left {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.clinic-services {
		display: none
	}

	.doctor-img {
		margin: 0 auto 20px
	}

	.doctor-action {
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center
	}

	.row.row-grid>div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.breadcrumb-bar .breadcrumb-title {
		font-size: 18px
	}

	.dash-widget h6 {
		font-size: 15px
	}

	.dash-widget h3 {
		font-size: 20px
	}

	.dash-widget p {
		font-size: 13px
	}

	.doctor-widget .doc-name {
		font-size: 18px
	}

	.booking-total ul li .total-cost,
	.booking-total ul li span,
	.exp-title {
		font-size: 14px
	}

	.invoice-item .customer-text {
		font-size: 16px
	}

	.call-wrapper {
		height: calc(100vh - 115px)
	}

	.appointment-tab .nav-tabs {
		padding: 1.5rem
	}

	.submit-btn-bottom {
		margin-bottom: 20px
	}

	.service-list ul li {
		width: 50%
	}

	.grid-blog .blog-title {
		min-height: inherit
	}

	.blog-title {
		font-size: 20px
	}

	.blog-view .blog-title {
		font-size: 22px
	}

	.full-slide-home .slick-prev {
		left: 15px
	}

	.full-slide-home .slick-next {
		right: 15px
	}

	.search-box1 form p {
		margin-bottom: 15px !important
	}

	.search-box1 .search-location1 {
		margin-right: 0;
		margin-bottom: 15px
	}

	.product-description .doctor-widget {
		text-align: left
	}

	.pharmacy-home-slider .swiper-button-next,
	.pharmacy-home-slider .swiper-button-prev {
		display: none
	}

	.banner-header h2 {
		font-size: 26px;
		line-height: 40px
	}

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

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

	.clinics-section {
		padding: 30px 0 10px
	}

	.specialities-section {
		padding: 40px 0 15px
	}

	.our-doctors-section {
		padding: 30px 0
	}

	.clinic-features-section {
		padding: 30px 0
	}

	.our-blog-section {
		padding: 30px 0
	}

	.section-heading h2 {
		font-size: 20px
	}

	.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: 28px;
		height: 28px
	}

	.slide-nav-5 button.owl-next,
	.slide-nav-5 button.owl-prev {
		width: 40px;
		height: 40px
	}

	.slide-nav-6 button.owl-next,
	.slide-nav-6 button.owl-prev {
		width: 40px;
		height: 40px
	}

	.slide-nav-7 button.owl-next,
	.slide-nav-7 button.owl-prev {
		width: 40px;
		height: 40px
	}

	.slide-nav-8 button.owl-next,
	.slide-nav-8 button.owl-prev {
		width: 40px;
		height: 40px
	}

	.section-search-3 .banner-info {
		padding: 20px 0 100px
	}

	.pop-box .body-section h3 {
		font-size: 18px
	}

	.section-header-three h2 {
		font-size: 24px
	}

	.section-header-three p {
		font-size: 14px
	}

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

	.doctor-category {
		padding: 40px 0 10px;
		margin-top: -110px
	}

	.clinic-specialities {
		padding: 40px 0
	}

	.browse-section {
		padding: 40px 0
	}

	.doc-background,
	.pat-background {
		padding: 20px 15px;
		min-height: 200px
	}

	.doctor-divison>.d-flex {
		display: block !important
	}

	.doctor-divison h3 {
		font-size: 16px
	}

	.doctor-divison p {
		font-size: 11px
	}

	.book-section {
		padding: 40px 0
	}

	.latest-blog {
		padding: 40px 0 10px
	}

	.footer.custom-footer .footer-top {
		padding: 40px 0 10px
	}

	.app-form h2 {
		font-size: 20px
	}

	.doc-form {
		padding: 10px;
		left: 0
	}

	.app-form {
		display: none
	}

	.dot-slider .slick-slide {
		height: 100%
	}

	.dot-slider .profile-widget {
		margin: 0
	}

	.category-sec {
		padding: 30px 0 0
	}

	.set-category {
		margin-bottom: 30px
	}

	.clinic-section {
		padding: 30px 0 0
	}

	.sec-header h2 {
		font-size: 24px
	}

	.browse-speciality {
		padding: 30px 0 15px
	}

	.select-box {
		margin-bottom: 30px;
		border-radius: 60px
	}

	.select-box::before {
		border-radius: 55px
	}

	.select-box.theme {
		border-radius: 60px
	}

	.select-box.theme::before {
		border-radius: 55px
	}

	.set-category h1 {
		bottom: 0
	}

	.patient-select {
		background: #2264c5 url(../img/slider/blue-bg.webp);
		padding: 30px 0 0
	}

	.select-box h2 {
		font-size: 24px
	}

	.select-box p {
		font-size: 12px
	}

	.select-box .book-now {
		font-size: 13px
	}

	.book-doctor {
		padding: 30px 0
	}

	.book-slider .provider-info h3 {
		font-size: 18px
	}

	.book-slider .provider-info h5 {
		font-size: 12px
	}

	.book-slider .provider-info .side-arrow {
		width: 30px;
		height: 30px
	}

	.book-slider .available-info li {
		font-size: 13px
	}

	.book-slider .content-info .book-btn,
	.book-slider .content-info .book-btn:hover,
	.book-slider .content-info .view-btn,
	.book-slider .content-info .view-btn:hover {
		font-size: 12px
	}

	.book-doctor .row.mt-4 {
		margin-top: 0 !important
	}

	.blogs-section .view-btn,
	.book-doctor .view-btn {
		font-size: 14px
	}

	.aval-features .feature {
		padding: 30px
	}

	.aval-features .feature .info-box h2 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.aval-features .feature .info-box p {
		margin-bottom: 15px;
		font-size: 13px
	}

	.aval-features .feature .info-box a {
		font-size: 12px;
		width: 100px
	}

	.aval-features .col-md-6.ps-0 {
		padding-left: 15px !important
	}

	.aval-slider .slick-list {
		padding: 30px 0
	}

	.blogs-section {
		padding: 30px 0
	}

	.blog-wrapper .wrap-content .date-cart {
		font-size: 22px;
		width: 60px;
		height: 55px;
		padding: 5px
	}

	.blog-wrapper .wrap-content .date-cart span {
		font-size: 10px
	}

	.blog-wrapper .wrap-content-body h3 {
		font-size: 17px
	}

	.home-search-section .banner-header h2 {
		font-size: 30px
	}

	.heading-wrapper h1 {
		font-size: 24px
	}

	.clinic-wrap .wrapper-overlay h3 {
		font-size: 20px;
		text-align: center
	}

	.facility-section .operat-img {
		width: 100%;
		margin-bottom: 20px
	}

	.visit-doctor .inner-details .count h1,
	.visit-doctor .inner-details .info h1 {
		font-size: 18px
	}

	.clinic-wrap .wrapper-overlay img {
		margin: 0 auto 0
	}

	.clinic-wrap .wrapper-overlay p {
		text-align: center
	}

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

	.doc-booking .book-slider .slick-next,
	.doc-booking .book-slider .slick-prev {
		top: 0
	}

	.book-slider .provider-info h3 a {
		font-size: 20px
	}

	.blog-container .blog-wrapper .wrap-content-body h3 a {
		font-size: 17px
	}

	.blog-wrapper .wrap-content:before {
		border-left: 170px solid transparent;
		border-right: 160px solid transparent
	}

	.pop-box {
		margin-bottom: 30px
	}

	.about-section p,
	.service1-section1 p,
	.testimonial-item .testimonial-content p {
		font-size: 14px
	}

	.about-section,
	.service1-section1 {
		min-height: unset
	}

	.about-titile {
		font-size: 13px
	}

	.about-section h3,
	.service1-section1 h3 {
		font-size: 20px
	}

	.category-subox p {
		font-size: 14px
	}

	.contact-box {
		margin-bottom: 30px
	}

	.contact-section {
		padding-bottom: 20px
	}

	.category-subox h4 {
		font-size: 16px
	}

	.contact-box .infor-details {
		padding-top: 65px
	}

	.category-subox {
		margin-bottom: 30px
	}

	.contact-section h3 {
		font-size: 1.5rem
	}

	.contact-section p {
		font-size: 16px
	}

	.banner-left .banner-info h2 {
		font-size: 26px
	}

	.banner-left .banner-details {
		padding-top: 10px
	}

	.banner-left .banner-details h4 {
		font-size: 15px;
		margin-bottom: 10px
	}

	.banner-left .banner-details p {
		font-size: 15px
	}

	.appoinment-box .appoinment-right {
		display: block
	}

	.appoinment-box .appoinment-btn {
		margin-right: 10px
	}

	.appointment-info .appointment-link {
		font-size: 18px
	}

	.schedule-title {
		font-size: 18px
	}

	.appointment-img-holder {
		margin-right: 10px
	}

	.appointment-img-holder img {
		width: 50px
	}

	.appointment-info-holder h2 {
		font-size: 20px
	}

	.appointment-info p {
		font-size: 15px
	}

	.appointment-info .appointment-read-btn {
		font-size: 15px
	}

	.appointment-schedule {
		margin-bottom: 20px
	}

	.appointment-request {
		margin-bottom: 20px
	}

	.doctor-profile-widget {
		margin-bottom: 40px
	}

	.doctor-profile-widget:hover {
		box-shadow: 0 15px 20px rgb(0 28 43 / 10%)
	}

	.slick-view-btn .btn {
		padding: 8px 20px;
		font-size: 14px
	}

	.doctor-book-slider .slick-next {
		top: 102.8%
	}

	.doctor-book-slider .slick-prev {
		top: 102.8%
	}

	.news-bg .news-left h2 {
		font-size: 1.875rem
	}

	.news-bg .news-left p {
		font-size: 15px
	}

	.news-bg .news-left .form-control {
		width: 100%;
		margin-bottom: 20px
	}

	.grid-news {
		margin-bottom: 20px
	}

	.grid-news .news-content p a {
		font-size: 16px
	}

	.news-section .view-more {
		padding: 8px 20px;
		font-size: 16px
	}

	.footer-one {
		padding: 0
	}

	.footer-two {
		padding: 0
	}

	.home-banner-two .profile-widget {
		min-height: 200px
	}

	.home-banner-two .slick-prev {
		top: auto
	}

	.home-banner-two .slick-next {
		top: auto
	}

	.banner-two-form .app-form {
		display: inline-block;
		width: 100%
	}

	.banner-two-form .app-form h2 {
		font-size: 1.5em;
		line-height: unset;
		margin-bottom: 20px
	}

	.banner-two-form .search-area {
		padding: 20px
	}

	.banner-two-form .search-btn {
		font-size: 16px
	}

	.banner-two-form label {
		font-size: 14px
	}

	.looking-info .looking-link {
		font-size: 22px
	}

	.btn-one {
		font-size: 14px
	}

	.btn-two {
		font-size: 14px
	}

	.theme-btn {
		font-size: 14px
	}

	.btn-five {
		font-size: 14px
	}

	.btn-six {
		font-size: 14px
	}

	.clinic-grid {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.clinic-grid img {
		width: 70px
	}

	.clinic-grid h4 {
		font-size: 18px
	}

	.high-service-section .high-btn {
		margin-top: 20px
	}

	.blog-news-grid .blog-news-date a {
		font-size: 15px
	}

	.blog-news-grid .blog-news-title a {
		font-size: 20px
	}

	.footer-news {
		padding: 30px
	}

	.footer-news .footer-news-head h2 {
		font-size: 28px
	}

	.footer-news .footer-news-head p {
		font-size: 15px
	}

	.footer-news .footer-news-form .btn {
		position: relative;
		width: 100%;
		margin-top: 15px
	}

	.home-banner-three .banner-wrapper .app-form label {
		font-size: 14px
	}

	.home-banner-three .banner-wrapper .app-form .form-control {
		min-height: 44px;
		font-size: 14px
	}

	.header-three h2 {
		font-size: 1.875rem
	}

	.header-three h2:before {
		width: 65px
	}

	.header-three h2:after {
		width: 65px
	}

	.looking-box .icon-inner {
		font-size: 30px;
		width: 80px;
		height: 80px
	}

	.looking-box .looking-info .looking-link {
		font-size: 24px
	}

	.looking-box .looking-btn .btn {
		font-size: 15px
	}

	.browse-section-three {
		padding: 40px 0 20px
	}

	.doctor-details-section {
		padding: 40px 0 20px
	}

	.doctor-details-section .doctor-grid {
		margin-bottom: 20px
	}

	.doctor-grid .doctor-details h4 {
		font-size: 18px
	}

	.latest-blog-grid .lastest-blog-info .latest-blog-title a {
		font-size: 18px
	}

	.latest-blog-grid .lastest-post-author a {
		font-size: 14px
	}

	.news-letter-section {
		text-align: center
	}

	.news-letter-section .news-letter-img {
		display: none
	}

	.news-letter-section .news-left .news-info h2 {
		font-size: 1.875rem
	}

	.news-letter-section .news-left .news-info p {
		font-size: 14px
	}

	.news-letter-section .news-info-one .form-control {
		min-height: 46px;
		font-size: 14px
	}

	.news-letter-section .news-left .news-info .btn {
		min-width: auto
	}

	.footer-three {
		padding: 0 0
	}

	.footer-three .footer-middle .footer-middle-menu {
		padding: 30px 0 0
	}

	.footer-three .footer-middle .footer-middle-menu .footer-menu-three {
		margin-top: 0
	}

	.home-four-banner {
		background-position: 20%
	}

	.home-four-doctor {
		padding: 120px 0
	}

	.home-four-doctor .home-four-header h2 {
		font-size: 1.875rem
	}

	.banner-four-form .form-control {
		min-height: 46px;
		font-size: 14px
	}

	.banner-four-form .form-control::placeholder {
		font-size: 14px
	}

	.banner-four-form .btn {
		padding: 11px 30px
	}

	.select2-results__option[aria-selected] {
		font-size: 14px
	}

	.section-header-four h2 {
		font-size: 1.875rem
	}

	.section-header-four p {
		font-size: .875rem
	}

	.section-header-four .sub-title {
		margin: 20px auto 0;
		font-size: .875rem
	}

	.looking-grid-four .looking-box-four {
		padding: 15px
	}

	.looking-box-four .looking-inner-box {
		padding: 15px
	}

	.looking-box-four .looking-inner-box .looking-info-four a {
		font-size: 20px
	}

	.looking-box-four .looking-inner-box .looking-info-four a i {
		font-size: 30px
	}

	.looking-box-four .looking-inner-box .looking-four-btn a {
		font-size: 15px
	}

	.grid-blog-four .blog-title-four .btn {
		font-size: 15px
	}

	.grid-blog-four .blog-date-four a {
		font-size: 15px
	}

	.grid-blog-four .blog-info-four a {
		font-size: 20px
	}

	.grid-blog-four .blog-doctors-four a {
		font-size: 15px
	}

	.grid-blog-four .blog-four-content p {
		font-size: 15px
	}

	.news-section-four .news-info h2 {
		font-size: 1.5rem
	}

	.news-section-four .news-info p {
		font-size: 15px
	}

	.news-section-four .footer-news-four .form-control {
		font-size: 15px;
		min-height: 46px
	}

	.news-section-four .footer-news-four .form-control::placeholder {
		font-size: 15px
	}

	.news-section-four .footer-news-four .btn {
		position: relative;
		width: 100%;
		margin-top: 15px;
		height: 46px;
		right: 0
	}

	.news-section-four {
		padding: 0 0 0
	}

	.home-section-five {
		padding: 40px 0
	}

	.search-box-five {
		margin-top: 20px
	}

	.section-search-five h2 {
		font-size: 33px;
		margin-bottom: 12px
	}

	.section-search-five span {
		font-size: 16px
	}

	.section-search-five p {
		font-size: 18px !important;
		margin-bottom: 14px !important
	}

	.search-box-five form {
		display: block;
		height: auto;
		padding: 10px
	}

	.search-box-five form>div {
		width: 100%;
		display: inline-block
	}

	.search-input-five.line-five {
		width: 100%
	}

	.search-input-five.line-five::before {
		display: none
	}

	.search-btn-five .btn {
		min-width: 100%
	}

	.search-input-five .search-loc {
		padding: 0 50px 0 50px
	}

	.search-input-five>i.compass-icon {
		left: 20px
	}

	.section-header-five .title-five:before {
		display: none
	}

	.section-header-five .title-five:after {
		display: none
	}

	.looking-grid-five {
		padding-left: 15px;
		padding-right: 15px
	}

	.looking-grid-five .looking-icon-five {
		width: 80px;
		height: 80px;
		font-size: 30px;
		top: -40px
	}

	.looking-grid-five .looking-info-five a {
		font-size: 26px
	}

	.clinic-grid-info p {
		font-size: 16px
	}

	.clinic-grid-five .clinic-grid-info .clinic-five-btn .btn {
		font-size: 14px;
		padding: 8px 20px
	}

	.clinic-see-btn {
		padding-top: 10px
	}

	.clinic-see-btn .btn {
		min-width: 170px;
		padding: 8px 20px
	}

	.doctor-grid-five .doctor-details {
		margin-bottom: 20px
	}

	.doctor-grid-five .doctor-details-one {
		margin-bottom: 0
	}

	.doctor-grid-five .doctor-details h4 {
		font-size: 18px
	}

	.doctor-grid-five .doctor-details p {
		max-width: none
	}

	.doctor-grid-five .doctor-details .btn {
		font-size: 14px;
		min-width: 120px;
		padding: 7px 20px
	}

	.doctor-grid-five .doctor-details-one .btn {
		font-size: 14px;
		min-width: 120px;
		padding: 7px 20px
	}

	.doctors-grid-five .best-doctors-info h3 a {
		font-size: 20px
	}

	.doctors-grid-five .best-doctors-info .doctor-posting {
		font-size: 15px
	}

	.doctors-grid-five .doctors-btn-five .btn {
		font-size: 14px
	}

	.doctor-see-btn {
		margin-top: 20px
	}

	.doctor-see-btn .btn {
		min-width: 170px;
		padding: 8px 20px
	}

	.news-five {
		padding: 40px 0
	}

	.news-five-head h2 {
		font-size: 1.875rem
	}

	.news-five-head {
		padding-left: 15px;
		padding-right: 15px
	}

	.news-five-form {
		padding-left: 15px;
		padding-right: 15px
	}

	.news-five-form .form-control {
		width: 100%;
		margin-bottom: 20px;
		min-height: 46px
	}

	.news-five-form .btn {
		font-size: 14px;
		padding: 10px 38px;
		min-width: 150px
	}

	.news-five-head p {
		font-size: 14px
	}

	.footer .footer-menu ul li a {
		font-size: 14px
	}

	.footer-five .footer-title {
		font-size: 1.125rem;
		margin-bottom: 20px
	}

	.footer .footer-bottom .copyright-text p {
		font-size: 14px
	}

	.policy-menu li a {
		font-size: 14px
	}

	.footer-five .footer-contact-info {
		font-size: 14px
	}

	.footer-five .policy-menu li a {
		font-size: 14px
	}

	.looking-box-four .looking-inner-box .looking-info-four p {
		font-size: 14px
	}

	.doctor-profile-widget .provider-info {
		top: calc(100% - 82px)
	}

	.doctor-profile-widget:hover .provider-info {
		top: calc(100% - 247px)
	}

	.blog-details-btn {
		margin-top: 20px
	}

	.feature-clinic-overlay p {
		font-size: 15px
	}

	.clinic-grid-four .clinic-content h4 {
		font-size: 18px
	}

	.clinic-grid-four .overlay h4 {
		font-size: 18px
	}

	.clinic-grid-four .clinic-icon-inner {
		width: 75px;
		height: 75px
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 14px
	}

	.blog-grid-five .blog-item-info {
		padding: 15px 0 0
	}

	.blog-grid-five .blog-news-date a {
		margin-left: -15px
	}
}

@media only screen and (max-width:575.98px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 150vh !important;
		width: 100% !important
	}

	.sec-header {
		margin-bottom: 5px
	}

	.mx-section2 .explore-slider1 .service-grid .show-title,
	.mx-section2 .explore-slider1 .service-grid h4 {
		font-size: 32px !important
	}

	.mx-section2 .explore-slider .service-grid .show-title,
	.mx-section2 .explore-slider .service-grid h4 {
		font-size: 32px !important
	}

	.explore-img {
		max-width: 75% !important
	}

	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 192px
	}

	.client-slider .slick-next {
		right: 3%
	}

	.client-slider .slick-prev {
		left: 3%
	}

	.section-search-five {
		padding-top: 50px
	}

	body {
		font-size: .8125rem
	}

	.h1,
	h1 {
		font-size: 1.75rem
	}

	.h2,
	h2 {
		font-size: 1.5rem
	}

	.h3,
	h3 {
		font-size: 1.25rem
	}

	.h4,
	h4 {
		font-size: 1rem
	}

	.h5,
	h5 {
		font-size: .875rem
	}

	.h6,
	h6 {
		font-size: .75rem
	}

	.card {
		margin-bottom: .9375rem
	}

	.card-body {
		padding: 1.25rem
	}

	.card-header {
		padding: .75rem 1.25rem
	}

	.card-footer {
		padding: .75rem 1.25rem
	}

	.header-nav {
		padding-left: 0;
		padding-right: 0
	}

	.header-navbar-rht {
		display: flex
	}

	.main-nav li.login-link {
		display: none
	}

	.navbar-header {
		width: 60%
	}

	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99
	}

	.navbar-brand.logo {
		width: 100%;
		text-align: right;
		margin-right: 0
	}

	.navbar-brand.logo img {
		height: 40px
	}

	.search-box form {
		display: block
	}

	.search-box .search-location {
		width: 100%;
		-ms-flex: none;
		flex: none
	}

	.search-box .search-info {
		width: 100%;
		-ms-flex: none;
		flex: none
	}

	.banner-wrapper .banner-header h1 {
		font-size: 28px
	}

	.slick-next {
		right: 0
	}

	.section-header h2 {
		font-size: 1.5rem
	}

	.section-header .sub-title {
		font-size: .875rem
	}

	.speicality-item p {
		font-size: .875rem
	}

	.section-header p {
		font-size: .9375rem
	}

	.footer-title {
		font-size: 1.125rem
	}

	.booking-schedule.schedule-widget {
		overflow-x: auto
	}

	.booking-schedule.schedule-widget>div {
		width: 730px
	}

	.booking-schedule .day-slot ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.booking-schedule .day-slot li {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		width: 100px
	}

	.booking-schedule .time-slot ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.booking-schedule .time-slot li {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		width: 100px
	}

	.booking-schedule .time-slot li .timing span {
		display: inline-block
	}

	.booking-schedule .day-slot li.right-arrow {
		right: -20px
	}

	.booking-doc-info .booking-doc-img {
		width: 70px
	}

	.booking-doc-info .booking-doc-img img {
		height: 70px;
		width: 70px
	}

	.voice-call-avatar .call-avatar {
		height: 80px;
		width: 80px
	}

	.call-duration {
		display: block;
		margin-top: 0;
		margin-bottom: 10px;
		position: inherit
	}

	.end-call {
		margin-top: 10px;
		position: inherit
	}

	.user-tabs .med-records {
		min-width: 110px
	}

	.pagination-lg .page-link {
		font-size: 1rem;
		padding: .5rem .625rem
	}

	.row.row-grid>div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.edit-link {
		font-size: 14px;
		margin-top: 2px
	}

	.invoice-content {
		padding: 1.25rem
	}

	.change-avatar .profile-img img {
		height: 80px;
		width: 80px
	}

	.submit-btn-bottom {
		margin-bottom: .9375rem
	}

	.service-list ul li {
		width: 100%
	}

	.blog {
		padding: 1.25rem
	}

	.blog-title {
		font-size: 18px
	}

	.blog-view .blog-title {
		font-size: 20px
	}

	.blog-info i {
		font-size: 14px
	}

	.post-left ul li {
		margin-right: 10px
	}

	.post-left ul li:last-child {
		margin-right: 10px
	}

	.about-author-img {
		height: 60px;
		width: 60px
	}

	.author-details {
		margin-left: 80px
	}

	.blog-comments .comments-list li img.avatar {
		border-radius: 40px;
		height: 40px;
		width: 40px
	}

	.blog-comments .comments-list li {
		padding: 10px 0 0 50px
	}

	.read-more {
		font-size: 14px
	}

	.banner-left .banner-details h4 {
		margin-right: 0
	}

	.news-section .news-bg {
		padding: 30px 0 30px
	}

	.news-bg .news-left>div {
		padding-left: 15px;
		padding-right: 15px
	}

	.news-bg .news-left h2 {
		font-size: 1.5rem
	}

	.news-bg .news-left p {
		font-size: 14px
	}

	.news-bg .news-left .form-control {
		min-height: 46px
	}

	.news-bg .news-left .btn {
		font-size: 15px;
		color: #0071dc;
		min-width: 160px;
		height: 46px
	}

	.header-three h2 {
		font-size: 1.5rem;
		padding-bottom: 15px
	}

	.news-letter-section .news-left .news-info h2 {
		font-size: 1.5rem
	}

	.home-four-doctor .home-four-header h2 {
		font-size: 1.5rem
	}

	.section-header-four h2 {
		font-size: 1.5rem
	}

	.grid-blog-four .blog-info-four a {
		font-size: 18px
	}

	.grid-blog-four .blog-four-content {
		padding-bottom: 30px
	}

	.grid-blog-four .blog-four-arrow a {
		width: 30px;
		height: 30px;
		font-size: 12px
	}

	.section-search-five h2 {
		font-size: 1.5rem;
		line-height: 27px
	}

	.looking-grid-five .looking-info-five {
		padding-top: 60px
	}

	.looking-grid-five .looking-info-five a {
		font-size: 20px
	}

	.looking-grid-five .looking-info-btn .btn {
		min-width: 150px;
		font-size: 15px
	}

	.news-five-head h2 {
		font-size: 1.5rem
	}

	.doctor-profile-widget .provider-info {
		top: calc(100% - 78px)
	}

	.doctor-profile-widget:hover .provider-info {
		top: calc(100% - 243px)
	}

	.header-trans.header-trans-two .logo {
		width: 100%
	}

	.blog-news-grid {
		padding: 10px
	}

	.blog-news-grid .blog-news-title a {
		font-size: 18px
	}

	.footer-news .footer-news-head h2 {
		font-size: 1.5rem;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:479px) {
	.meetup-font {
		font-size: 34px !important
	}

	.bg6 {
		background: url(../img/slider/Meetup-6-Poster-Mobile.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		background-repeat: no-repeat
	}

	.bg7 {
		background: url(../img/slider/meetup-7-mobile.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		background-repeat: no-repeat
	}

	.section-search-five .hero-para-content .mx-p {
		font-size: 15px !important
	}

	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 150vh !important;
		width: 100% !important
	}

	.bg_mendix_1 {
		background-size: 100% !important
	}

	.mx-section2 .effect-oscar {
		min-height: 777px;
		padding: 50px 0 0
	}

	.section-search-five .hero-para-content {
		padding: 0 40px
	}

	.blog-section .blog-slider .blog-para {
		height: 180px
	}

	.blog-section .blog-slider .sub-text {
		height: 50px
	}

	.blog-section .blog-slider h4 {
		height: 80px;
		font-size: 20px !important
	}

	.mx-section2 .explore-slider1 .service-grid h4 {
		font-size: 26px !important
	}

	.mx-section2 .explore-slider1 .service-grid .show-title {
		font-size: 32px !important
	}

	.explore-img {
		max-width: 85% !important
	}

	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 289px
	}

	.gallery-section .swiper-button-prev {
		left: 2% !important
	}

	.gallery-section .swiper-button-next {
		right: 2% !important
	}

	.section-search {
		min-height: 410px;
		padding: 30px 15px
	}

	.specialities-slider .slick-slide {
		margin-right: 10px
	}

	.speicality-img {
		width: 120px;
		height: 120px
	}

	.speicality-img img {
		width: 50px
	}

	.clinic-booking a.view-pro-btn {
		width: 100%;
		margin-bottom: 15px
	}

	.clinic-booking a.apt-btn {
		width: 100%
	}

	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat,
	.chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
		max-width: 160px
	}

	.section-features,
	.section-specialities {
		background-color: #fff;
		padding: 30px 0
	}

	.login-header h3 a {
		color: #0de0fe;
		float: none;
		font-size: 15px;
		margin-top: 10px;
		text-align: center;
		display: block
	}

	.login-header h3 {
		text-align: center
	}

	.appointments .appointment-list {
		text-align: center
	}

	.appointment-list .profile-info-widget {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.appointment-list .profile-info-widget {
		text-align: center
	}

	.appointment-list .profile-info-widget .booking-doc-img {
		margin: 0 0 15px
	}

	.appointment-list .profile-info-widget .booking-doc-img img {
		border-radius: 50%;
		height: 100px;
		width: 100px
	}

	.appointment-list .profile-det-info {
		margin-bottom: 15px
	}

	.appointments .appointment-action {
		margin-top: 0
	}

	.user-tabs .nav-tabs .nav-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.review-listing .recommend-btn span {
		display: block;
		margin-bottom: 10px
	}

	.review-listing>ul li .comments-reply {
		margin-left: 0
	}

	.schedule-nav .nav-tabs li {
		display: block;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0
	}

	.fc-header-toolbar .fc-left {
		margin-bottom: 10px
	}

	.fc-header-toolbar .fc-right {
		margin-bottom: 10px
	}

	.section-header-three h2 {
		font-size: 15px
	}

	.section-header-three p {
		font-size: 11px
	}

	.section-search-3 .banner-info {
		padding: 20px 0 70px
	}

	.special-box .special-body h4 {
		font-size: 15px
	}

	.special-box .special-footer .clin-count,
	.special-box .special-footer .doc-count {
		font-size: 13px
	}

	.view-all-more .btn {
		font-size: 14px;
		padding: 6px 20px
	}

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

	.doctor-divison h3 {
		font-size: 14px;
		margin-bottom: 15px
	}

	.doctor-divison p {
		font-size: 10px;
		margin-bottom: 20px
	}

	.doctor-divison .doc-bok-btn {
		font-size: 12px;
		padding: 5px 10px
	}

	.book-best-doctors .doctors-body h4 {
		font-size: 16px
	}

	.book-best-doctors .loc-details img {
		margin-right: 6px
	}

	.book-best-doctors .available-info {
		font-size: 11px
	}

	.book-best-doctors .data-info {
		font-size: 10px
	}

	.book-best-doctors .amt-txt {
		font-size: 14px
	}

	.book-best-doctors .doctors-body .book-btn {
		font-size: 12px;
		padding: 5px 10px;
		width: 80px
	}

	.latest-blog .blog-wrap .blog-wrap-body h3 {
		font-size: 16px
	}

	.latest-blog .blog-wrap .blog-wrap-body p {
		font-size: 12px
	}

	.latest-blog .blog-footer .cal-txt,
	.latest-blog .blog-footer .read-txt {
		font-size: 12px
	}

	.aval-features .feature .info-box h2 {
		font-size: 20px
	}

	.home-search-section .banner-header h2 {
		font-size: 28px
	}

	.blog-wrapper .wrap-content:before {
		border-left: 125px solid transparent;
		border-right: 125px solid transparent
	}

	.feature-col {
		max-width: calc(100% - 30px);
		width: auto
	}

	.doctor-grid .doctor-details .doctor-details-img {
		display: none
	}
}

@media only screen and (max-width:394px) {
	.header-contact-detail {
		padding-left: 3px
	}

	.meetup-bg,
	.meetup-bg1,
	.meetup-bg2 {
		display: none !important
	}

	.meetup-bg3,
	.meetup-bg4 {
		display: block !important
	}

	.page-breadcrumb ol li a {
		font-size: 17px
	}

	.page-breadcrumb ol li.active {
		font-size: 17px
	}

	.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
		font-size: 18px
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: .3rem
	}

	.mx-sec1 .browse-widget .overlay-hvr .arrows-hvr {
		bottom: 258px
	}
}

.v4-pri-bg .book-btn1 {
	background-color: #1686b4
}

.v4-pri-bg {
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 80px
}

@media (min-width:992px) {
	.v4-pri-bg .v4-price-list .row .col-lg-3 {
		flex: 0 0 auto;
		width: 20%
	}
}

.v4-pril-inn {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px
}

.v4-pril-inn-top {
	background: #1686b4;
	color: #eee;
	padding: 34px 20px;
	color: #ecf0f1;
	text-align: center
}

.v4-pril-inn-top h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #10defd;
	border-bottom: 1px solid #10defd;
	padding: 0 0 7px
}

.v4-pril-inn-top p {
	margin: 0
}

.v4-pril-price {
	margin: 0
}

.v4-pril-price b {
	font-size: 40px;
	line-height: 70px;
	color: #fff
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.v4-pril-curr {
	font-size: 20px;
	line-height: 49px;
	vertical-align: top;
	display: inline-block;
	color: #fff
}

.v4-pril-mon {
	color: #ccc
}

.v4-pril-inn-bot {
	border-top: 0;
	background: #1686b4;
	text-align: center;
	padding: 0 0 20px
}

.v4-pril-inn-bot ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 25px
}

.v4-pril-inn-bot ul li {
	font-size: 14px;
	display: flex;
	color: #181818;
	padding: 8px 11px;
	align-content: flex-start
}

.v4-pril-inn-bot ul li i {
	margin-right: 15px;
	line-height: 1.8
}

.v4-pril-inn-bot ul li .fa-check {
	color: #0e749f
}

.v4-pril-inn-bot ul li .fa-times {
	color: #cd4c4c
}

.v4-pril-inn-bot ul li:nth-child(odd) {
	background: #ebf6fd
}

.v4-pril-inn-bot ul li:nth-child(even) {
	background: #d9edff
}

.v4-pri-best {
	width: 200px;
	position: absolute;
	top: 20px;
	left: -55px;
	text-align: center;
	line-height: 48px;
	letter-spacing: 1px;
	color: #1686b4;
	font-weight: 700;
	transform: rotate(-45deg);
	-webkit-transform: rotate(314deg);
	-moz-transform: rotate(-45deg);
	background-color: #0fdcf4;
	font-size: 15px
}

.pricing-table {
	padding: 120px 0
}

.pricing-table .v4-pri-best {
	width: 200px;
	position: absolute;
	top: 20px;
	left: -55px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: #222;
	font-weight: 700;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	background-color: #fba507;
	font-size: 15px
}

.pricing-table .v4-pril-inn-top h2 {
	text-transform: capitalize
}

.pricing-table .switch {
	padding: 20px 0 0
}

.pricing-table .switch label .lever:after {
	background-color: #1779d3
}

.switch {
	padding-top: 10px
}

.switch,
.switch * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none
}

.switch label {
	cursor: pointer;
	font-size: 13px
}

.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0
}

.switch label input[type=checkbox]:checked+.lever {
	background-color: #95d9ee
}

.switch label input[type=checkbox]:checked+.lever:after {
	background-color: #14addb;
	left: 24px
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 34px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 10px 0 3px
}

.switch label .lever:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: #f1f1f1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4);
	left: -5px;
	top: -3px;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease
}

input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::after,
input[type=checkbox]:checked:not(:disabled)~.lever:active::after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(38, 166, 154, .1)
}

input[type=checkbox]:not(:disabled).tabbed:focus~.lever::after,
input[type=checkbox]:not(:disabled)~.lever:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .4), 0 0 0 15px rgba(0, 0, 0, .08)
}

.switch input[type=checkbox][disabled]+.lever {
	cursor: default
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
	background-color: #bdbdbd
}

.pricing-cards {
	padding-bottom: 50px
}

.pricing-cards .card {
	border: 2px solid #12a8d1;
	margin-bottom: 1.875rem;
	box-shadow: 0 1px 2px #11111142
}

.pricing-cards .card:hover {
	background-color: #12a8d1;
	box-shadow: 0 1px 6px #11111142;
	transform: scale(1.03);
	transition: .3s
}

.pricing-cards .card:hover .card-text {
	color: #fff
}

.pricing-cards .card:hover .btn-outline-info {
	color: #fff;
	border-color: #fff
}

.pricing-cards .card:hover .btn-outline-info:hover {
	color: #323232;
	background-color: #fff
}

.pricing-cards .card-body {
	text-align: center
}

.pricing-cards .card-body .card-text {
	padding-bottom: 10px
}

.pricing-cards .card .btn-outline-info {
	font-weight: 700
}

@media (min-width:1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1225px
	}
}

.hero-area,
.hero-slides {
	position: relative;
	z-index: 1
}

.single-hero-slide {
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 1;
	padding: 0 30px;
	overflow: hidden
}

@media only screen and (max-width:395px) {
	.mendix-slider-text2 {
		top: 0
	}

	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 130vh !important;
		width: 100% !important
	}

	.hdn {
		display: none !important
	}
}

@media only screen and (min-width:465.9px) and (max-width:478.9px) {
	.hdn {
		display: none !important
	}
}

@media only screen and (min-width:411.9px) and (max-width:464.9px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 135vh !important;
		width: 100% !important
	}

	.hdn {
		display: none !important
	}
}

@media only screen and (min-width:478.9px) and (max-width:767.9px) {
	.mx-section2 .effect-oscar {
		min-height: 970px;
		padding: 50px 0 0
	}

	.hdn {
		display: none !important
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.single-hero-slide {
		height: 700px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.single-hero-slide {
		height: 650px
	}
}

@media only screen and (max-width:767px) {
	.single-hero-slide {
		height: auto;
		padding-bottom: 20px
	}
}

.single-hero-slide::after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -5;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .65);
	content: ''
}

.single-hero-slide.meetup-b::after {
	background-color: rgba(0, 0, 0, .25)
}

.hero-slider .slide-img {
	max-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center
}

.single-hero-slide .hero-slides-content {
	display: inline-block;
	width: 100%
}

.single-hero-slide .hero-slides-content h6 {
	color: #fff;
	display: block
}

.single-hero-slide .hero-slides-content h2 {
	position: relative;
	z-index: 1;
	color: #ffffffe3;
	display: block;
	overflow: hidden
}

.section-search-five .hero-para-content.meetup {
	padding: 0 30px
}

.section-search-five .hero-para-content {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	flex-direction: column
}

.section-search-five .hero-para-content.prolimbanner {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	flex-direction: row
}

.section-search-five .hero-para-content p {
	font-size: 24px
}

.section-search-five .hero-para-content .mx-p {
	font-size: 20px
}

.section-search-five .hero-para-content.meetup p {
	font-size: 18px
}

.meetup-box1 {
	padding: 20px 10px;
	background: #fff;
	border-radius: 10px
}

.meetup-box1 h2,
.meetup-box1 p {
	color: #111
}

.meetup-box1 p i {
	color: #0c78d5
}

.single-hero-slide .hero-slides-content .hero-para-content p i {
	font-size: 22px;
	padding-right: 5px
}

.single-hero-slide .hero-slides-content h2 span {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	color: rgba(255, 255, 255, .15);
	-webkit-animation: textsonar 6s linear infinite;
	animation: textsonar 6s linear infinite
}

.meetup-form .submit-btn,
.single-hero-slide .hero-slides-content .btn {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff
}

.meetup-form .submit-btn,
.single-hero-slide .hero-slides-content .btn:focus,
.single-hero-slide .hero-slides-content .btn:hover,
.single-hero-slide.meetup-b .hero-slides-content .btn {
	background-color: #fff;
	color: #000
}

@-webkit-keyframes textsonar {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scaleX(1.15);
		transform: scaleX(1.15)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes textsonar {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scaleX(1.15);
		transform: scaleX(1.15)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.zoomOut {
	transform: scale(1.4);
	-webkit-animation: slide 22s linear;
	animation: slide 22s linear
}

@-webkit-keyframes slide {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes slide {
	0% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}

	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
}

.slide-up {
	animation: slide-up .9s cubic-bezier(.65, 0, .35, 1) both
}

@keyframes slide-up {
	0% {
		transform: translateY(100px)
	}

	100% {
		transform: translateY(0)
	}
}

.swiper-slide .slider-image .mximg-content1 {
	cursor: url(../img/explore.webp), auto
}

.swiper-slide .slider-image .mximg-content1 {
	visibility: hidden;
	display: none;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	background-size: 140%;
	background-position: top;
	background: linear-gradient(to bottom, rgb(1 114 212 / 85%) 10%, rgba(255, 0, 0, 0));
	padding: 35px 21px 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px
}

.swiper-slide .slider-image .test {
	visibility: hidden;
	transform: scale(0);
	top: -300px;
	color: #fff;
	position: absolute
}

.two .swiper-slide-active {
	width: 310px !important;
	transition: 1s all
}

.two .swiper-slide-active img {
	height: 460px
}

.piam-ml .swiper-slide img,
.piam-ml .two .swiper-slide-active img {
	height: 324px;
	object-fit: cover
}

.swiper-slide-active .slider-image .mximg-content1:hover {
	background: linear-gradient(to bottom, rgb(1 114 212 / 85%) 90%, rgba(255, 0, 0, 0));
	justify-content: flex-start !important;
	transition: 1s all
}

.swiper-slide .slider-image .mximg-content1:hover {
	background-size: 200%
}

.hidden {
	display: none !important
}

.swiper-slide .slider-image .mximg-content1:hover .test {
	content: "";
	visibility: visible;
	transform: scale(1);
	transition: 1s all;
	position: relative;
	top: 30px;
	left: 10px;
	width: 96%;
	background-size: 190%;
	background-repeat: no-repeat
}

.swiper-slide .slider-image .mximg-content1:hover .test .wavy-list li:hover span,
.swiper-slide .slider-image .mximg-content1:hover .test .wavy:hover span {
	display: inline-block;
	animation: wave-text 1s ease-in-out infinite
}

.swiper-slide .slider-image .mximg-content1:hover .test .wavy-list li:hover span:nth-of-type(1),
.swiper-slide .slider-image .mximg-content1:hover .test .wavy:hover span:nth-child(1) {
	animation-delay: 0s
}

.swiper-slide .slider-image .mximg-content1:hover .test .wavy-list li:hover span:nth-of-type(2),
.swiper-slide .slider-image .mximg-content1:hover .test .wavy:hover span:nth-child(2) {
	animation-delay: .1s
}

.swiper-slide .slider-image .mximg-content1:hover .test .wavy-list li:hover span:nth-of-type(3),
.swiper-slide .slider-image .mximg-content1:hover .test .wavy:hover span:nth-child(3) {
	animation-delay: .2s
}

.swiper-slide .slider-image .mximg-content1:hover .test .wavy-list li:hover span:nth-of-type(4),
.swiper-slide .slider-image .mximg-content1:hover .test .wavy:hover span:nth-child(4) {
	animation-delay: .3s
}

.swiper-slide .slider-image .mximg-content1:hover .test .wavy-list li:hover span:nth-of-type(5),
.swiper-slide .slider-image .mximg-content1:hover .test .wavy:hover span:nth-child(5) {
	animation-delay: .4s
}

@keyframes wave-text {
	00% {
		transform: translateY(0)
	}

	60% {
		transform: translateY(-.6em)
	}

	100% {
		transform: translateY(0)
	}
}

.gallery-section .wavy .swiper-slide-active {
	animation: animate 4s ease-in-out infinite
}

.gallery-section .wavy .swiper-slide-active:nth-child(1) {
	animation-delay: 0s
}

@keyframes animate {
	0% {
		transform: translateY(0)
	}

	60% {
		transform: translateY(-20px)
	}

	100% {
		transform: translateY(-2px)
	}
}

.swiper-slide .slider-image .mximg-content1 h4 {
	font-size: 24px;
	font-weight: 700 !important;
	color: #fff !important;
	text-align: center
}

.swiper-slide .slider-image .mximg-content1 p {
	font-size: 16px;
	font-family: 'Google Sans Bold';
	margin-bottom: 5px
}

.swiper-slide .slider-image .mximg-content1 ul {
	margin-bottom: 0rem;
	list-style-type: none
}

.swiper-slide .slider-image .mximg-content1 ul li {
	font-size: 15px;
	font-weight: 400;
	padding: 4px 0
}

.swiper-slide-active .slider-image .mximg-content1 {
	visibility: visible;
	display: block;
	transition: 2s all;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: absolute
}

.gallery-section .swiper-slide-active {
	background: 0 0;
	padding: 0
}

.gallery-section .swiper-slide-active .swiper-slide img {
	padding: 25px
}

.swiper-pagination-bullet {
	border: 1px solid #1da1f2
}

.swiper-pagination-bullet-active {
	background: #1da1f2
}

embed,
img:not([draggable]),
object,
video {
	max-width: 100%;
	height: auto
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	filter: brightness(.6)
}

.swiper-slide-active {
	filter: contrast(1)
}

.swiper-slide-active.swiper-slide img {
	box-shadow: 0 0 15px rgb(0 0 0 / 55%);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	touch-action: pan-y
}

.swiper-wp8-vertical {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.mx-gallery-nav {
	width: 100%;
	bottom: 52%;
	position: absolute
}

.gallery-section {
	padding: 50px 0
}

.gallery-section .swiper-container {
	padding: 20px 0 20px
}

.gallery-section .swiper-button-prev {
	left: 33%
}

.gallery-section .swiper-button-next {
	right: 33%
}

.gallery-section .swiper-button-next:after,
.gallery-section .swiper-button-prev:after,
.gallery-section .swiper-container-rtl .swiper-button-next:after,
.gallery-section .swiper-container-rtl .swiper-button-prev:after {
	font-size: 0
}

.gallery-section .swiper-button-next,
.gallery-section .swiper-button-prev {
	background-color: #ffffffc2;
	background-size: 29%;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 1px solid #0273d4
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container.one {
	padding-top: 40px;
	text-align: center
}

.swiper-container.one .swiper-slide {
	padding: 0 43px
}

.swiper-container {
	width: 100%;
	padding: 40px 0
}

.swiper-slide img {
	display: block;
	margin: auto;
	width: 100%
}

.swiper-slide {
	width: 390px;
	height: auto
}

.two .swiper-slide {
	width: 300px
}

.swiper-slide .slider-image .preview-icon {
	z-index: -1;
	width: calc(100% - 30px)
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 1
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0
}

.swiper-pagination-bullet {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ed1c24;
	border-radius: 10px;
	display: inline-block;
	height: 10px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 26px;
	transition: .2s
}

.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed1c24 0, #f7676d 100%) repeat scroll 0 0;
	border: medium none;
	height: 12px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	width: 12px
}

.ggl {
	border: 0 solid #000;
	width: 54px;
	font-weight: 700
}

.trans-top {
	margin-top: -10px
}

.goog-te-banner-frame {
	display: none !important
}

.skiptranslate {
	display: none
}

.mxbtn-switch {
	display: inline-block;
	height: 15px;
	position: relative;
	width: 48px;
	margin-top: 14px
}

.mxbtn-switch input {
	display: none
}

.tgl {
	background-color: #000;
	border: 1px solid #000;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s
}

.tgl:before {
	background-color: #000;
	background-size: 117%;
	background-position: center;
	background-image: url(../img/toggle-dark.webp) !important;
	border: 1px solid #fdde04;
	bottom: -6px;
	content: "";
	height: 25px;
	left: -2px;
	position: absolute;
	transition: .4s;
	width: 25px;
	box-shadow: 0 1px 5px #11111157
}

input:checked+.tgl {
	background-color: unset
}

input:checked+.tgl:before {
	transform: translateX(26px);
	background-image: url(../img/toggle-light.webp) !important
}

.tgl.round {
	border-radius: 34px
}

.tgl.round:before {
	border-radius: 50%
}

.bg-mxblue {
	background-color: #001f6c !important
}

.search-area.mx-contact-banner {
	border: 1px solid #fff;
	background: 0 0;
	padding: 36px 43px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	max-width: 610px;
	margin: auto
}

.mx-contact-btn {
	background-color: #0273d4;
	border-color: #0273d4;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.mx-contact-btn:hover {
	background-color: #fff;
	color: #0273d4;
	border-color: #0273d4
}

.mx-contact-h2 {
	margin-bottom: 10px;
	letter-spacing: -.5px;
	font-weight: 800;
	font-size: 36px
}

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

.section-header-three.mx-map h2 {
	color: #000;
	font-weight: 700;
	font-size: 25px;
	position: relative;
	display: inline-block
}

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

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

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

.latest-blog.mx-mapsec {
	background-color: #fff;
	padding: 60px 100px 70px 140px
}

.latest-blog .blog-wrap .blog-wrap-body.mx-mapsec p {
	font-size: 14px;
	color: #272b41
}

.white-bg-tr ans {
	background-color: #ffffffbf !important
}

.about-hero .content-2 {
	font-size: 30px !important;
	margin-bottom: 0
}

.about-hero .content-2 {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #ffffff80;
	padding: 50px 30px 40px;
	border-radius: 0
}

.about-cntr {
	width: 950px
}

.abt-p {
	padding-top: 10px;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	text-align: justify;
	min-height: 120px
}

#carouselExampleIndicators .carousel-inner .carousel-item img {
	height: 100vh;
	width: 100%
}

#carouselExampleIndicators .carousel-inner .carousel-item .mx-img {
	height: fit-content !important;
	width: fit-content !important
}

.slider-text1,
.slider-text2 {
	position: absolute;
	bottom: 17%;
	left: 0;
	color: #fff;
	width: 100%;
	text-transform: capitalize
}

.mendix-slider-text2 {
	position: absolute;
	bottom: 6%;
	left: 0;
	color: #fff;
	width: 100%;
	text-transform: capitalize
}

.slider-text2 .animated.a {
	-webkit-animation: text-up 1.5s ease;
	animation: text-up 1.5s ease
}

.slider-text2 .animated.b {
	-webkit-animation: text-up 2.5s ease;
	animation: text-up 2.5s ease
}

.slider-text2 .animated.c {
	-webkit-animation: text-up 3s ease;
	animation: text-up 3s ease
}

.carousel-inner .carousel-item>img {
	-webkit-animation: thing 20s;
	-o-animation: thing 20s;
	animation: thing 20s;
	padding-bottom: 90px;
	transform: scale(1.2, 1.2)
}

.carousel-inner .carousel-item>a img {
	pointer-events: auto
}

@keyframes thing {
	from {
		transform: scale(1.5, 1.5)
	}

	to {
		transform: scale(1.2, 1.2)
	}
}

@-webkit-keyframes text-up {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes text-up {
	0% {
		opacity: 0;
		transform: translate3d(0, 100px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes zoom-out {
	100% {
		width: 100%
	}
}

@keyframes zoom-out {
	100% {
		width: 100%
	}
}

@-webkit-keyframes slider-one {
	0% {
		visibility: visible
	}

	25% {
		visibility: hidden
	}

	50% {
		visibility: hidden
	}

	75% {
		visibility: hidden
	}

	100% {
		visibility: visible
	}
}

@keyframes slider-one {
	0% {
		visibility: visible
	}

	25% {
		visibility: hidden
	}

	50% {
		visibility: hidden
	}

	75% {
		visibility: hidden
	}

	100% {
		visibility: visible
	}
}

@-webkit-keyframes slider-two {
	0% {
		visibility: hidden
	}

	25% {
		visibility: hidden
	}

	50% {
		visibility: visible
	}

	75% {
		visibility: hidden
	}

	100% {
		visibility: hidden
	}
}

@keyframes slider-two {
	0% {
		visibility: hidden
	}

	25% {
		visibility: hidden
	}

	50% {
		visibility: visible
	}

	75% {
		visibility: hidden
	}

	100% {
		visibility: hidden
	}
}

.knowmore-btn {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff
}

.knowmore-btn.prolimbtn {
	background-color: #b51f24;
	border: 0 solid #fff;
	color: #fff;
	border-radius: 0
}

.w-btn {
	display: flex;
	align-items: center;
	width: fit-content;
	box-shadow: 2px 4px 5px #000000cf;
	background: #fff;
	color: #111
}

.w-btn:hover {
	background: #111;
	color: #fff
}

.section-doctor .slick-prev {
	left: -50px
}

.section-doctor .slick-next {
	right: -50px
}

.slider-text2.btm-reduce {
	bottom: 10% !important
}

.hidelink-300 {
	visibility: hidden;
	min-height: 2px
}

.showlink {
	visibility: visible;
	min-height: 20px
}

.meetup-box1 {
	visibility: hidden
}

@media only screen and (max-width:464px) {
	.hidelink-300 {
		visibility: visible;
		min-height: 20px
	}

	.showlink {
		visibility: hidden;
		min-height: 2px
	}

	.meetup-box1 {
		visibility: visible
	}

	.contact-bg.bg3 {
		background: url(../img/slider/meetup3.webp) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		background-image: 100%
	}

	.contact-bg.bg4 {
		background: url(../img/slider/meetup4.webp) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		background-image: 100%
	}

	.contact-bg.homebg.bg5 {
		background: url(../img/slider/mobile-home-meetup-5.webp) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.bg6 {
		background: url(../img/slider/Meetup-6-Poster.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.bg7 {
		background: url(../img/slider/meetup-7.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.bg001 {
		background: url(../img/slider/mendix-mobile-banner.webp) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.retail-meetbg {
		background: url(../img/slider/retailmeetup-mboile-bg.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.bg002 {
		background: url(../img/slider/mx-banner-img-mobile.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.bg003 {
		background: url(../img/slider/meetup-7-mobile.png) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.newbg1 {
		background: url(../img/banner/mobile/banner1.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.newbg2 {
		background: url(../img/banner/mobile/banner2.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.newbg3 {
		background: linear-gradient(45deg, #0000005e, #0000005e), url(../img/banner/mobile/banner3.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.newbg4 {
		background: linear-gradient(45deg, #0000005e, #0000005e), url(../img/banner/mobile/banner5.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.newbg5 {
		background: url(../img/banner/mobile/banner41.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.contact-bg.homebg.newbg51 {
		background: url(../img/banner/mobile/banner41.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.form-border-meetup3 {
		background: #00001d !important
	}

	.form-border-meetup4 {
		background: #00001d !important
	}
}

.readmore-btn-industries {
	display: flex;
	align-items: center;
	padding-top: 17px;
	color: #fff;
	font-weight: 600;
	color: #036ed3;
	margin: 0 0 6px
}

.readmore-btn-industries i {
	padding: 0 7px;
	font-weight: 600;
	color: #036ed3;
	margin: 0 0 6px
}

.readmore-btn-industries:hover {
	color: #fff
}

.blog-link.industries:hover {
	font-weight: 600;
	color: #036ed3;
	margin: 0 0 6px
}

.blog-link.industries {
	font-weight: 600;
	color: #036ed3;
	margin: 0 0 6px
}

.form-border-meetup3 {
	border: 3px solid #fff
}

.form-border-meetup3-input {
	border: 3px solid #fff;
	background: #fff
}

.form-border-meetup4-input {
	border: 3px solid #fff;
	background: #fff
}

.menu-mendix10 {
	color: #0174d4;
	border: 2px solid #0174d4;
	border-radius: 5px;
	padding: 6px
}

.main-nav>li:last-child>a:hover:before {
	visibility: hidden !important;
	transform: scaleX(1)
}

.main-nav>li:last-child>a:before {
	height: 0 !important
}

.table thead tr th {
	border-bottom: 1px solid #ccc !important
}

.blog-slider .slick-dots li {
	display: none
}

.blog-slider .slick-dots li.slick-active,
.blog-slider .slick-dots li.slick-active+li,
.blog-slider .slick-dots li.slick-active+li+li {
	display: inline-block
}

.goog-te-banner-frame.skiptranslate {
	display: none !important
}

body {
	top: 0 !important
}

.grid-blog .blog-content .blog-title.abt-us {
	font-size: 24px;
	margin: 0 0 10px
}

.section-blogs.abt-sec {
	background-color: #f8f9fa;
	padding: 10px 0 60px 0
}

.inner-banner-section.blog-bg.retail_bg01 {
	background: url(../img/retail/retail_banner.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.mx-hhover-sec1 .effect-oscar .counter-div,
.mx-hhover-sec1 .effect-oscar .explore-img,
.mx-hhover-sec1 .effect-oscar .services-caption::before,
.mx-hhover-sec1 .effect-oscar h4,
.mx-hhover-sec1 .effect-oscar p {
	opacity: 1 !important;
	transform: scale(1) !important
}

.mx-hhover-sec1 .explore-slider1 .service-grid .show-title {
	opacity: 0 !important
}

.mx-hhover-sec1 .effect-oscar {
	padding: 0 0 0 !important
}

.bg_mendix_1 {
	background-color: #000 !important;
	background-image: url(../img/mendix/02.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.bg_mendix_2 {
	background-color: #000 !important;
	background-image: url(../img/mendix/03.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.case-study-banner {
	width: fit-content;
	background-image: linear-gradient(90deg, rgb(11 33 66) 0, rgb(43 128 253) 100%);
	color: #0172d4;
	border-radius: 20px;
	padding: 10px 15px 10px 15px !important;
	color: #fff;
	margin: 5px 0;
	font-weight: 500
}

.inner-banner-section .banner-header.case-study-h2 h2 {
	color: #fff;
	font-size: 40px !important;
	line-height: normal;
	font-family: 'Google Sans Bold'
}

.inner-banner-section .doctor-search .banner-btn.case-study-btn:hover {
	width: fit-content !important;
	background-image: linear-gradient(90deg, rgb(11 33 66) 0, rgb(43 128 253) 100%) !important;
	color: #0172d4;
	border-radius: 20px;
	padding: 10px 15px 10px 15px !important;
	color: #fff;
	margin: 5px 0;
	font-weight: 500
}

.inner-banner-section .doctor-search .banner-btn.case-study-btn:before {
	content: "";
	position: absolute;
	width: 19%;
	height: 1px;
	bottom: 0;
	left: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all .3s cubic-bezier(.45, .05, .55, .95)
}

.inner-banner-section.blog-bg.bg-mendix10_1 {
	background: url(../img/blog/21/b-1.webp) no-repeat;
	background-size: cover;
	background-position: top center
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 0 solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-image: url(../img/slider/mx-banner-img.webp);
	background-size: cover;
	background-position: center;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #fff;
	background-image: url(../../assets/img/icons/close2.png);
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 0rem
}

.search-area.modal_form {
	border: 1px solid #fff;
	background: 0 0;
	padding: 23px 31px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	max-width: 439px;
	margin: auto
}

.autocomplete {
	position: relative;
	display: inline-block
}

.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	left: 7.2%;
	right: 53%;
	width: -webkit-fill-available
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
	background-color: #e9e9e9
}

.autocomplete-active {
	background-color: #1e90ff !important;
	color: #fff
}

.hdn {
	visibility: hidden
}

.banner-mendix-logo {
	background: url(../img/slider/home-banner-icons/mx-logos.png) no-repeat !important;
	background-position: center !important;
	background-image: 100%;
	min-height: 150px
}

@media only screen and (max-width:680.8px) {
	.banner-mendix-logo {
		background: url(../img/slider/home-banner-icons/mx-logos-mobile.png) no-repeat !important;
		background-position: center !important;
		background-image: 100%;
		min-height: 250px
	}
}

#dialCode {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.mxnum {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

@media only screen and (device-width:390px) and (device-height:844px) and (-webkit-device-pixel-ratio:3) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 80vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:540px) and (device-height:720px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 90vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:414px) and (device-height:896px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 70vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:393px) and (device-height:851px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 80vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:360px) and (device-height:740px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 95vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:412px) and (device-height:915px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 70vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:412px) and (device-height:914px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 70vh !important;
		width: 100% !important
	}
}

@media only screen and (device-width:412px) and (device-height:892px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 70vh !important;
		width: 100% !important
	}
}

@media only screen and (min-width:428px) and (max-width:926px) {
	#carouselExampleIndicators .carousel-item.mendix-slider {
		height: 75vh !important;
		width: 100% !important
	}
}

.meetup-font {
	font-size: 42px !important
}

.blog-sub {
	font-size: 20px;
	margin: 0 0 20px;
	color: #fff;
	font-weight: 700
}
/* 
. {
	background-color: #fff;
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto
} */

.podteam {
	background-color: var(--background-color-light);
	text-align: center;
	width: 95%;
	margin-left: auto;
	margin-right: auto
}

.podteam:root {
	--color-dark: #ffff;
	--color-light: #0000
}

@media (prefers-color-scheme:dark) {
	.podteam {
		background-color: var(--background-color-dark)
	}
}

.podteam tr,
td,
th {
	color: var(--color-light);
	border-color: #0000;
	border-width: 1px;
	width: 13%;
	border-collapse: collapse;
	text-align: center;
	font-size: 12.5px;
	font-weight: 700;
	padding: 5px;
	align-content: center
}

.skin-dark .podteam tr,
td,
th {
	border-color: #e1c68a
}

@media (prefers-color-scheme:dark) {

	.podteam tr,
	td,
	th {
		color: var(---color-dark)
	}
}

.apod {
	background-color: #fff;
	color: #191970;
	text-align: center;
	font-size: 19px;
	border-collapse: collapse;
	padding: 5px
}

.skin-dark .apod {
	background-color: #202020;
	color: #e1c68a
}

.knwmr-btn input[type=radio].chbcompl {
	width: 15px;
	height: 15px;
	-webkit-appearance: none;
	border: 1px solid #e3c279;
	border-radius: 4px;
	background-color: #fff
}

.knwmr-btn input[type=radio].chbcompl:checked {
	background-color: #2f539b;
	border: 1px solid #fff
}

th.pod {
	background: #2f539b;
	padding: 5px;
	color: #fff
}

.agpod {
	background-color: #191970;
	color: #fff;
	text-align: center;
	border-collapse: collapse;
	padding: 5px
}

.apodt {
	background-color: #191970;
	color: #fff;
	text-align: center;
	font-size: 19px;
	border-collapse: collapse;
	padding: 5px
}

.knwmr-btn {
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 15px;
	color: #fff
}

.knwmr-btn.prombtn {
	background-color: #e3c279;
	border: 2px solid #e1c68a;
	color: #191970;
	font-size: 15px;
	font-weight: 700;
	padding: 5px;
	border-radius: 10px
}

.knwmr-btn:hover {
	background-color: transparent;
	font-size: 15px;
	border: 1px solid #fff;
	color: #fff
}

.knwmr-btn label {
	display: inline-block;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px
}

.knwmr-btn:hover .prombtn:hover {
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 10px;
	border-radius: 10px
}

.pod-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 5px
}

.pod-column {
	flex: 1;
	padding: 5px;
	border-width: 1.5px;
	border-style: solid;
	border-color: #000;
	margin: 5px;
	border-radius: 5px
}

@media (max-width:600px) {
	.pod-row {
		flex-direction: column;
		align-items: center
	}

	.pod-column {
		flex: 0 0 100%
	}
}

.skin-dark .pod-row .pod-column {
	border-color: #fff
}

.podhi:root {
	--background-color-dark: #A9A9A9;
	--background-color-light: #F0FFFF;
	--border-color-light: #000000;
	--border-color-dark: #ffffff
}

.podhil {
	border-radius: 5px;
	border-width: 2.5px;
	border-style: solid;
	border-color: var(--border-color-light);
	background-color: var(--background-color-light);
	padding: 10px
}

@media (prefers-color-scheme:dark) {
	.podhil {
		background-color: var(--background-color-dark);
		border-color: var(--border-color-dark)
	}
}

.hrpod {
	background-color: #fff !important
}

.search-area .pod-section . {
	text-align: center
}

.search-area .search-input .pod-section .submit-btn {
	padding: 6px 10px
}

.search-area .search-input .pod-section .search-btn {
	width: auto;
	background: 0 0;
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	border: 1px solid #fff
}

.search-area .search-input .pod-section .search-btn:hover {
	background: #fff;
	color: #000
}

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

.pod-section .submit-btn {
	padding: 12px 30px;
	font-weight: 600;
	font-size: 16px;
	min-width: 120px
}

.pod-section .submit-btn+.submit-btn {
	margin-left: 15px
}

.pod-section.proceed-btn {
	margin-bottom: 20px
}

.blog-content .welcome-text {
	text-align: center
}

.welcome-text b {
	font-size: 20px
}

.bl-ti {
	color: #fff;
	font-size: 25px;
	font-weight: 700
}

.box {
	flex: 1;
	background-color: #0071dc;
	padding: 30px;
	margin: 10px;
	text-align: center;
	border-width: 10px;
	border-right: 20px;
	border-radius: 10px
}

.border-only {
	color: #ffff;
	background-color: #0000;
	text-align: center;
	border: 2px solid #0071dc;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.mx-arrow .border-only:before {
	content: ' ';
	position: absolute;
	left: -39px;
	top: 31%;
	transform: rotate(60deg);
	border-style: solid;
	border-width: 11px 17px;
	border-color: transparent #0071dc transparent transparent
}

.full-background .border-only .piamtxt {
	color: #0071dc;
	font-weight: 700
}

.full-background .bg .pimtxt {
	color: #fff;
	font-weight: 700
}

.piam-feat .sec-header h2 {
	color: #fff
}

.full-background .pimtxt {
	color: #000;
	font-weight: 700
}

.col-piamkey {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px
}

@media (min-width:768px) {
	.col-piamkey {
		width: 33.33%;
		float: left
	}
}

.error-section {
	padding: 5em 0 3em;
	background-color: #001f69
}

.error-content {
	text-align: center;
	color: #fff
}

.error-content img {
	width: 100%;
	height: 350px;
	max-width: 650px;
	padding: 3em 0 2em
}

.error-content h1 {
	color: #fff;
	margin-bottom: 1rem
}

.error-content p {
	color: #fff;
	margin-bottom: 1.5rem
}

.error-btn {
	background: #0071dc;
	color: #fff;
	border: 1px solid #0071dc;
	border-radius: 5px;
	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
}

.error-btn a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px
}

.error-btn:hover a {
	color: #0071dc !important
}

.error-btn:hover {
	background: #fff;
	color: #0071dc;
	border: 1px solid #fff;
	padding: 8px 16px !important
}

.mx-section2 .explore-slider1 .service-grid .effect-oscar .counter-div {
	flex-direction: column;
	row-gap: 10px
}

.piam-bg {
	background-image: url(../img/piam-bg.webp) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed
}

.split-submenu-box {
	display: flex;
	flex-flow: row nowrap;
	align-items: normal;
	justify-content: flex-start;
	gap: 3rem;
}

.banner-section {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgb(39 40 43 / 39%) 0), url(../img/platform-page-img/platform-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 130px 0 50px
}

.preview-img {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgb(39 40 43 / 39%) 0), url(../img/platform-page-img/platform-preview-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 120px 0 50px
}

.banner-content-text {
	padding-bottom: 15px;
	padding-top: 50px
}

.banner-content-text h6 {
	color: #fff;
	padding-bottom: 20px
}

.banner-content-text h1 {
	color: #fff;
	font-size: 45px;
	line-height: normal;
	font-weight: 700;
	font-family: 'Google Sans Bold';
	text-transform: capitalize;
	padding-right: 250px
}

.banner-content-text p {
	color: #fff;
	font-size: 15px;
	padding: 25px 550px 25px 0
}

.scrolling-sticky-image {
	position: sticky;
	position: -webkit-sticky;
	top: 110px !important
}

.scrolling-sticky-image img {
	width: 100%;
	height: 500px;
	border-radius: 10px
}

section.padding-text-box-sec {
	padding: 60px 0
}

.padding-text-box {
	padding: 15px 0 15px
}

.white-text-light {
	font-size: 15px;
	font-family: 'Google Sans';
	font-weight: 500;
	line-height: 28px
}

.white-text-bold {
	font-size: 33px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px
}

.text-subheader {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 12px
}

.header-icon-box {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: start;
	gap: 20px
}

.icon-img {
	width: 10%
}

.icon-img i {
	color: #0072d4;
	display: block;
	text-align: end;
	padding-top: 8px
}

.text-desc {
	width: 90%
}

.text-desc {
	align-self: center
}

.text-desc .text-subheader {
	padding: 0
}

.header-icon-box img {
	width: 100%
}

.white-text-light span {
	font-size: 15px;
	font-weight: 600
}

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

.list-content li {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	font-size: 16px;
	padding-bottom: 15px;
	font-family: 'Google Sans';
	font-weight: 500;
	line-height: 28px
}

.list-content li i {
	color: #0071dc;
	font-size: 14px;
	padding-right: 10px
}

.fit-contain {
	object-fit: contain
}

.platform-overview-sec {
	padding: 40px 0 60px
}

.overview-head-text {
	color: #0071dc;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase
}

.platform-banner-text {
	color: #fff;
	font-size: 20px;
	padding: 25px 0 25px 0 !important
}

.platform-overview-header p {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 40px
}

.main-header h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 0
}

.platform-heading {
	font-size: 26px;
	color: #0071dc;
	padding-bottom: 15px;
	font-weight: 600;
	text-transform: uppercase
}

.platform-overview-content {
	text-align: center;
	padding-bottom: 20px
}

.platform-overview-img {
	width: 50%;
	margin: 0 auto
}

.platform-overview-img img {
	width: 100%;
	height: 500px;
	object-fit: fill;
	border-radius: 10px
}

.overview-text-content {
	text-align: center;
	padding-top: 35px
}

.team-two-img img {
	width: 100%;
	height: 500px;
	border-radius: 10px
}

.padding-top-1 {
	padding-top: 30px
}

.cloud {
	background-color: #fff;
	color: #000 !important
}

.read-more-center a {
	text-align: center;
	margin: 0 auto
}

@media screen and (max-width:1199px) and (min-width:1024px) {
	nav.navbar.navbar-expand-lg.header-nav {
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		height: auto;
		gap: 1rem
	}

	.banner-section {
		padding: 170px 0 50px
	}

	.banner-content-text h1 {
		font-size: 45px;
		padding-right: 50px
	}

	.banner-content-text p {
		font-size: 15px;
		padding: 25px 0 25px 0
	}

	.text-subheader {
		font-size: 22px;
		padding-bottom: 25px
	}

	.platform-overview-header p {
		font-size: 15px;
		padding: 40px
	}

	.platform-heading {
		font-size: 26px
	}

	.main-header h2 {
		font-size: 33px;
		padding: 40px
	}

	.scrolling-sticky-image img {
		width: 100%;
		height: 500px;
		border-radius: 10px
	}

	.white-text-bold {
		font-size: 33px;
		margin-bottom: 30px
	}
}

@media screen and (max-width:1023px) and (min-width:992px) {
	nav.navbar.navbar-expand-lg.header-nav {
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		height: auto
	}

	.main-nav li {
		margin-right: 12px
	}

	.banner-section {
		padding: 170px 0 50px
	}

	.banner-content-text h1 {
		font-size: 45px;
		padding-right: 0
	}

	.banner-content-text p {
		font-size: 15px;
		padding: 25px 0 25px 0
	}

	.text-subheader {
		font-size: 20px;
		padding-bottom: 20px
	}

	.platform-overview-header p {
		font-size: 15px;
		padding: 40px
	}

	.platform-heading {
		font-size: 22px
	}

	.main-header h2 {
		font-size: 30px;
		padding: 35px
	}

	.scrolling-sticky-image img {
		width: 100%;
		height: 500px;
		border-radius: 10px
	}

	.white-text-bold {
		font-size: 30px;
		margin-bottom: 26px
	}

	.platform-overview-sec {
		padding: 35px 0 50px
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	section.padding-text-box-sec {
		padding: 40px 0 15px
	}

	.scrolling-sticky-image {
		text-align: center;
		position: static
	}

	.banner-section {
		padding: 90px 0 50px
	}

	.banner-content-text h1 {
		font-size: 36px;
		padding-right: 0
	}

	.banner-content-text p {
		font-size: 15px;
		padding: 25px 0 25px 0
	}

	.text-subheader {
		font-size: 20px;
		padding-bottom: 20px
	}

	.platform-overview-header p {
		font-size: 15px;
		padding: 25px
	}

	.platform-heading {
		font-size: 20px
	}

	.main-header h2 {
		font-size: 26px;
		padding: 25px
	}

	.white-text-bold {
		font-size: 26px;
		margin-bottom: 20px
	}

	.platform-overview-sec {
		padding: 35px 0 45px
	}

	.scrolling-sticky-image img {
		width: 350px;
		height: auto;
		object-fit: contain;
		border-radius: 10px
	}

	.team-two-img img {
		width: 100%;
		height: 500px;
		object-fit: contain;
		border-radius: 10px
	}

	.team-two-img img {
		width: 350px;
		height: auto;
		object-fit: contain;
		border-radius: 10px
	}

	.team-two-img {
		text-align: center
	}

	.platform-overview-content {
		text-align: left;
		padding-bottom: 20px
	}

	.overview-text-content {
		text-align: left;
		padding-top: 25px
	}

	.read-more-center a {
		text-align: left;
		margin: 0
	}

	.text-order-2 {
		order: 2
	}

	.scrolling-content-text {
		padding-top: 15px
	}

	.header-icon-box img {
		width: auto
	}

	.split-submenu-box {
		display: block
	}

	.overview-head-text {
		font-size: 20px;
		text-align: left
	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	section.padding-text-box-sec {
		padding: 40px 0 15px
	}

	.scrolling-sticky-image {
		text-align: center;
		position: static
	}

	.banner-section {
		padding: 90px 0 0
	}

	.banner-content-text h1 {
		font-size: 32px;
		padding-right: 0
	}

	.banner-content-text p {
		font-size: 15px;
		padding: 20px 0 20px 0
	}

	.text-subheader {
		font-size: 18px;
		padding-bottom: 18px
	}

	.platform-overview-header p {
		font-size: 15px;
		padding: 15px
	}

	.platform-heading {
		font-size: 18px
	}

	.main-header h2 {
		font-size: 22px;
		padding: 15px
	}

	.scrolling-sticky-image img {
		width: 350px;
		height: auto;
		object-fit: contain;
		border-radius: 10px
	}

	.white-text-bold {
		font-size: 22px;
		margin-bottom: 18px
	}

	.platform-overview-sec {
		padding: 30px 0 30px
	}

	.platform-overview-img {
		width: 100%;
		margin: 0
	}

	.team-two-img img {
		width: 350px;
		height: auto;
		object-fit: contain;
		border-radius: 10px
	}

	.team-two-img {
		text-align: center
	}

	.platform-overview-content {
		text-align: left;
		padding-bottom: 20px
	}

	.overview-text-content {
		text-align: left;
		padding-top: 25px
	}

	.read-more-center a {
		text-align: left;
		margin: 0
	}

	.text-order-2 {
		order: 2
	}

	.scrolling-content-text {
		padding-top: 15px
	}

	.header-icon-box img {
		width: auto
	}

	.split-submenu-box {
		display: block
	}

	.overview-head-text {
		font-size: 18px;
		text-align: left
	}
}

@media screen and (max-width:575px) and (min-width:320px) {
	.navbar-header {
		width: 70%;
		gap: 13px;
		align-items: flex-end;
		justify-content: center
	}

	section.padding-text-box-sec {
		padding: 30px 0 10px
	}

	.scrolling-sticky-image {
		position: static;
		text-align: center
	}

	.banner-section {
		padding: 90px 0 0
	}

	.banner-content-text {
		padding-bottom: 30px;
		padding-top: 30px
	}

	.banner-content-text h1 {
		font-size: 32px;
		padding-right: 0
	}

	.banner-content-text p {
		font-size: 14px;
		padding: 15px 0 15px 0
	}

	.text-subheader {
		font-size: 18px;
		padding-bottom: 15px
	}

	.white-text-light {
		font-size: 15px
	}

	.list-content li {
		font-size: 15px
	}

	.banner-content-text h1 {
		font-size: 30px;
		padding-right: 0
	}

	.banner-content-text p {
		font-size: 15px;
		padding: 10px 0 10px 0
	}

	.text-subheader {
		font-size: 16px;
		padding: 10px 0
	}

	.platform-overview-header p {
		font-size: 15px;
		text-align: left;
		padding-bottom: 20px
	}

	.platform-heading {
		font-size: 18px;
		padding-bottom: 10px
	}

	.main-header h2 {
		font-size: 18px;
		padding: 10px 0
	}

	.scrolling-sticky-image img {
		width: 350px;
		height: auto;
		object-fit: contain;
		border-radius: 10px
	}

	.white-text-bold {
		font-size: 16px;
		margin-bottom: 14px
	}

	.platform-overview-sec {
		padding: 20px 0 20px
	}

	.platform-overview-img {
		width: 100%;
		margin: 0
	}

	.platform-overview-content {
		text-align: left;
		padding-bottom: 20px
	}

	.overview-text-content {
		text-align: left;
		padding: 25px 0 15px
	}

	.team-two-img img {
		width: 350px;
		height: auto;
		object-fit: contain;
		border-radius: 10px
	}

	.team-two-img {
		text-align: center
	}

	.read-more-center a {
		text-align: left;
		margin: 0
	}

	.text-order-2 {
		order: 2
	}

	.scrolling-content-text {
		padding-top: 15px
	}

	.padding-text-box {
		padding: 0
	}

	.split-submenu-box {
		display: block
	}

	.overview-head-text {
		font-size: 18px;
		text-align: left
	}
}

.inner-banner-section .banner-header h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	line-height: normal;
	font-family: 'Google Sans Bold'
}

@media screen and (max-width:991px) and (min-width:768px) {

	.inner-banner-section .banner-header h1,
	.inner-banner-section .banner-header h2 {
		font-size: 38px
	}
}

@media screen and (max-width:767px) and (min-width:320px) {

	.inner-banner-section .banner-header h1,
	.inner-banner-section .banner-header h2 {
		font-size: 28px
	}
}

.nrf-banner-sec {
	background-image: url(../img/nrf-conference/banner-rightimg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.banner-overlay {
	background: linear-gradient(180deg, rgba(0, 209, 255, .4) 0, rgba(153, 224, 160, .4) 100%), linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
	padding: 80px 0 80px;
	overflow: hidden
}

/* section.margin-top {
	padding-top: 85px
} */

.banner-leftimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	background-image: url('../img/nrf-conference/NRF-Hustle-960x540/ 1.webp');
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	z-index: 1
}

.redcircle-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

.redcircle-img img {
	width: 300px;
	height: 300px
}

.banner-logo {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 15px
}

.banner-logo img {
	width: 200px;
	height: auto
}

.plus {
	color: #fff;
	font-size: 34px;
	font-weight: 500
}

.banner-txt-box {
	padding: 80px 0
}

.banner-txt {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	font-family: Poppins, sans-serif;
	line-height: 63px;
	position: relative;
	z-index: 1;
	margin-top: 0
}

.nrf-banner-sec .nrf-btn {
	font-size: 20px;
	font-weight: 500;
	font-family: Poppins, sans-serif;
	line-height: 30px;
	padding: 10px 24px;
	background-color: #fff;
	color: #d3202d;
	border-radius: 5px
}

.nrf-redbar::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 60px;
	background: #d3202d;
	left: 25%;
	z-index: -1;
	overflow: hidden
}

.redbar-left::after {
	content: '';
	position: absolute;
	width: 80%;
	height: 60px;
	background: #d3202d;
	left: 0;
	z-index: -1;
	overflow: hidden
}

.nrf-banner-content {
	text-align: center;
	position: relative;
	z-index: 0
}

.white-bg {
	background-color: #fff
}

button.visit-btn {
	background-color: #0071dc;
	border: 0;
	padding: 10px 15px;
	text-transform: capitalize;
	font-weight: 800;
	margin: 15px 0;
	border-radius: 5px
}

.padding-box {
	padding: 60px 0 30px
}

.claim-demo-sec {
	background-color: #1c42ee;
	position: relative;
	background-image: url('../img/nrf-conference/Ellipse/ 2.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right bottom
}

.piam-content {
	display: flex;
	flex-flow: row;
	align-items: center;
	column-gap: 30px
}

.piam-content img {
	width: 80px;
	height: auto;
	object-fit: contain
}

.piam-content h2 {
	font-family: Inter;
	font-size: 48px;
	font-weight: 700;
	text-align: left;
	color: #fff
}

.purpule-gradient {
	background: linear-gradient(135deg, #2e0019 2.88%, #020058 52.5%, #6400b3 98.14%);
	position: relative
}

.meeting-header-sec p {
	text-align: left;
	padding: 10px 0 0 0
}

.nrf-image {
	margin: 20px 0 20px
}

.nrf-image img {
	width: 230px;
	height: auto;
	object-fit: contain
}

.meeting-btn-1,
.schedule-btn {
	color: #fff;
	background: rgba(211, 32, 45, 1);
	padding: 10px 24px;
	border-radius: 10px;
	border: 0;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px
}

.linkedin-sec {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
	align-items: center
}

.profile {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-bottom: 20px
}

.linkedin-sec {
	background-image: url('../img/nrf-conference/mx-Techies/ Medium-White/ Color-1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.profile-img img {
	width: 150px;
	height: 130px;
	object-position: center;
	clip-path: polygon(25.1% 0, 74.9% 0, 100% 52.7%, 74.9% 100%, 25.1% 100%, 0 52.7%)
}

.profile-name {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: Poppins
}

.profile-link {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	text-decoration: underline
}

.profile:first-child {
	grid-area: 1/1/2/3
}

.profile:nth-child(2) {
	grid-area: 1/4/2/5
}

.profile:nth-child(3) {
	grid-area: 1/3/span 2/4
}

.profile:nth-child(4) {
	grid-area: 1/5/span 3/6
}

.profile:nth-child(5) {
	grid-area: span 2/1/4/3
}

.profile:nth-child(6) {
	grid-area: 2/4/2/5
}

.profile-link img {
	width: 30px;
	height: auto
}

.expo-layer {
	position: absolute;
	bottom: -20px;
	left: 20px
}

.expo-text {
	font-family: poppins, sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 82px;
	text-align: left;
	color: rgba(255, 255, 255, .1)
}

.white-top-line {
	position: relative
}

.white-top-line::before {
	position: absolute;
	content: '';
	width: 200px;
	height: 15px;
	top: -15px;
	left: 0;
	background-color: #fff
}

.claim-image {
	background-image: url('../img/nrf-conference/Vector/ 2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
	position: absolute;
	left: 0;
	bottom: 0
}

.claim-content {
	position: relative;
	z-index: 2
}

.claim-image img {
	width: 500px;
	height: auto;
	object-fit: contain
}

.claim-list {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	padding-bottom: 10px
}

.claim-logo {
	background: #fff;
	padding: 5px;
	border-radius: 5px
}

.claim-logo img {
	width: 32px;
	height: auto;
	min-width: 32px
}

.claim-list p {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	background-color: #fff;
	color: #353535;
	border-radius: 5px;
	padding: 10px
}

.transparent-txt {
	font-size: 32px;
	font-weight: 600;
	color: rgba(255, 255, 255, .1);
	text-align: center
}

.piam-heading {
	text-align: end;
	font-size: 46px;
	line-height: 58px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	position: relative;
	padding-right: 30px;
	color: #fff
}

.vector-1 {
	background-image: url('../img/nrf-conference/Vector/ 3.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right
}

.white-line::after {
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0
}

.piam-txt {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: poppins, sans-serif;
	margin: 10px 0
}

.partner-image-content .profile-widget {
	border: 0;
	margin: 0 !important;
	padding: 0
}

.partner-image-content .doctor-slider button {
	display: none !important
}

.partner-image-content .doctor-slider .slick-slide {
	width: 280px !important
}

.partner-image-content .industry p {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 15px 0
}

.partner-logo img {
	width: 100%;
	max-width: 200px;
	height: 100px;
	object-fit: contain
}

.partner-sec {
	padding: 50px 0 50px;
	background: #000410
}

.input-box p {
	display: flex;
	align-items: baseline;
	margin: 0;
	padding-bottom: 10px
}

.input-box label {
	color: #ffff;
	padding: 0 10px
}

.day-option {
	display: flex;
	gap: 10px
}

.day-option label {
	text-transform: capitalize
}

.industry img {
	width: 400px;
	object-fit: cover;
	height: 100% !important;
	min-height: 400px;
	max-height: 400px
}

.panorama-slider {
	padding: 40px 0 40px !important
}

.swiper-slide-active.swiper-slide img {
	box-shadow: none;
	border-radius: 0;
	height: 100%;
	object-fit: cover
}

.swiper-slide {
	width: 350px !important;
	height: 350px !important;
	overflow: hidden;
	filter: none
}

.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
	width: 350px !important;
	height: 350px !important;
	overflow: hidden
}

.swiper-pagination {
	display: none
}

.slider-image {
	position: relative;
	height: 100%
}

.slider-image img {
	height: 100%;
	object-fit: cover
}

.industries-image-slider .slider-txt {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	transition: .3s
}

.industries-image-slider .slider-txt .slider-heading {
	font-family: Inter, sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 58px;
	text-align: left;
	color: #fff
}

p.slider-desc {
	display: none;
	font-size: 16px;
	font-weight: 600;
	font-family: inter, sans-serif;
	padding-left: 10px;
	text-align: left;
	color: #fff
}

.slider-txt:hover {
	background: #000;
	background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(5, 41, 131, .2553396358543417) 26%, rgb(5 0 255 / 50%) 100%)
}

.slider-txt:hover .slider-desc {
	display: block
}

.before-line {
	position: relative
}

.before-line::before {
	content: '';
	position: absolute;
	width: 3px;
	height: 30px;
	background: linear-gradient(252.2deg, #2c80ff -36.25%, #000 -15.28%, #292d5d 8.3%, #8000ff 33.71%, #9747ff 49.3%, #8000ff 74.45%, #fff 111.5%);
	top: 0;
	left: -10px
}

.partner-heading {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	font-family: Inter, sans-serif
}

.black-line::before {
	content: '';
	position: absolute;
	background: #202020;
	width: 200px;
	height: 15px;
	top: -25px
}

.find-header {
	color: #202020;
	font-size: 42px;
	line-height: 58px;
	font-weight: 700;
	font-family: Inter, sans-serif;
	position: relative
}

p.find-txt {
	color: #202020;
	font-size: 18px;
	font-weight: 700;
	margin: 0
}

.partner-image-content {
	text-align: center
}

.find-us-image img {
	width: 100%;
	height: auto;
	object-fit: contain
}

.form-box {
	background: linear-gradient(135deg, #2e0019 2.88%, #020058 52.5%, #6400b3 98.14%);
	position: relative;
	width: 100%;
	height: 100%
}

.meeting-form {
	position: absolute;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 0;
	padding: 50px 0;
	background: linear-gradient(135deg, #2e0019 2.88%, #020058 52.5%, #6400b3 98.14%);
	background-repeat: no-repeat;
	background-size: contain;
	transition: .8s;
	overflow: hidden
}

.schedule-content {
	padding: 30px 0
}

.schedule-month>p {
	color: #fff;
	font-size: 18px;
	font-family: Poppins, sans-serif;
	text-align: center;
	margin-bottom: 10px
}

.schedule-dates {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 40%;
	margin: 0 auto;
	background: linear-gradient(90deg, rgba(122, 122, 122, .1) 0, rgba(255, 255, 255, .6) 50%, rgba(235, 235, 235, .1) 100%);
	padding: 10px 0
}

.sch-date-box {
	text-align: center;
	padding: 5px 20px;
	background: #fff;
	border-radius: 10px;
	min-width: 75px;
	border: none
}

.sch-day {
	color: #202020
}

.date-number {
	color: #202020;
	margin-top: 5px
}

.hours-box {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 30px 0 0
}

.hours-details {
	width: 45%;
	background-color: #fff;
	border-radius: 10px;
	color: #202020;
	padding: 5px 15px;
	border: none
}

.hours-details {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: flex-start
}

.time {
	margin: 0 0 5px
}

.hours-time {
	position: relative
}

.hours-time::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	background: #d2d2d2;
	top: 2px;
	right: -15px
}

.nrf-2024 {
	background-image: url('../img/nrf-conference/NRF-2024/ 1.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right
}

.active-hours {
	background: #d3202d;
	color: #fff
}

.sch-date-box.active {
	background: #d3202d;
	color: #fff
}

.sch-date-box.active p {
	color: #fff
}

.meeting-pass-sec {
	background-image: url(../img/nrf-conference/X.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	text-align: center
}

.pass-img {
	display: inline-block;
	position: relative
}

.pass-img>img {
	width: 100%;
	height: 500px
}

.meeting-pass {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center
}

.pass-content {
	width: 100%;
	text-align: center;
	padding: 30px 0
}

.nrf-red-image {
	width: 100%;
	height: auto
}

.meeting-pass img {
	padding: 20px 0
}

.pass-date {
	color: #303030;
	font-size: 20px;
	font-weight: 700;
	font-family: Poppins, sans-serif
}

.pass-time {
	color: #303030;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0;
	font-family: Poppins, sans-serif
}

.pass-content button {
	color: #fff;
	background: #d3202d;
	border: 0;
	padding: 8px 15px;
	margin: 10px 0
}

.nrf-red-image {
	width: 120px;
	height: auto;
	text-align: center
}

.form-container {
	width: 100%;
	height: 100%;
	background-image: url(../img/nrf-conference/cover.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

form.meeting-fields {
	width: 60%;
	height: 100%;
	background: rgba(255, 255, 255, .13);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 10px;
	padding: 30px;
	margin: 0 auto;
	border: 1px solid #fff
}

.meeting-fields h6 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px
}

.meeting-fields p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px
}

.meeting-input {
	margin-bottom: 15px;
	box-sizing: border-box
}

.meeting-input input,
.meeting-input textarea {
	color: #000 !important;
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box
}

button.meeting-form-btn {
	color: #fff;
	background: #d3202d;
	width: 100%;
	padding: 10px;
	border: 0;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500
}

.mx-light-img {
	background-image: url('../img/nrf-conference/mx-Techies/ Medium-White/ Color-1.png');
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: top right;
	display: flex;
	align-items: center;
	height: 100%
}

.meeting-input input[placeholder] {
	color: #000 !important;
	font-size: 16px
}

.meeting-input textarea[placeholder] {
	color: #000;
	font-size: 16px
}

.meeting-input input:focus-visible {
	outline: 0
}

.meeting-input textarea:focus-visible {
	outline: 0
}

.meeting-input .invalid {
	border: 2px solid #b81111 !important
}

.meeting-input .valid {
	border: 2px solid #2e8555 !important
}

.meeting-input .just-validate-error-label {
	display: none
}

.backward {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.backward p {
	color: #fff;
	font-size: 34px;
	cursor: pointer
}

@media screen and (min-width:1024px) {
	.banner-overlay {
		padding: 120px 0 80px
	}

	.banner-logo img {
		width: 150px;
		height: auto
	}

	.banner-txt {
		font-size: 28px
	}

	.transparent-txt {
		font-size: 28px
	}

	.claim-image {
		background-size: 380px
	}

	.claim-image img {
		width: 400px;
		height: auto;
		object-fit: contain
	}

	.expo-text {
		font-size: 62px;
		line-height: 74px
	}
}

@media screen and (max-width:1023px) and (min-width:992px) {
	.banner-overlay {
		padding: 120px 0 80px
	}

	.banner-logo img {
		width: 150px;
		height: auto
	}

	.banner-txt {
		font-size: 28px
	}

	.transparent-txt {
		font-size: 28px
	}

	.claim-image {
		background-size: 380px
	}

	.claim-image img {
		width: 400px;
		height: auto;
		object-fit: contain
	}

	.expo-text {
		font-size: 48px;
		line-height: 56px
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.banner-overlay {
		padding: 50px 0 !important
	}

	.redcircle-img img {
		width: 200px;
		height: 200px
	}

	.banner-logo img {
		width: 120px;
		height: auto
	}

	.banner-txt {
		font-size: 28px;
		line-height: 55px
	}

	.banner-txt-box {
		padding: 30px 0
	}

	.plus {
		color: #fff;
		font-size: 24px;
		font-weight: 500
	}

	.nrf-banner-sec .nrf-btn {
		font-size: 16px;
		padding: 5px 15px
	}

	.nrf-redbar::after {
		width: 100%;
		height: 45px;
		left: 20%;
		top: 6px
	}

	.redbar-left::after {
		width: 90%;
		height: 45px;
		top: 5px
	}

	.piam-content h2 {
		font-family: Inter;
		font-size: 36px
	}

	.piam-content img {
		width: 40px;
		height: auto;
		object-fit: contain
	}

	.padding-box {
		padding: 40px 0 20px
	}

	.piam-txt {
		font-size: 16px;
		margin: 0 0 15px
	}

	.piam-content {
		margin-bottom: 15px
	}

	.piam-heading {
		text-align: start;
		font-size: 36px;
		line-height: 44px;
		padding-left: 30px;
		margin-bottom: 15px
	}

	.claim-image {
		display: none
	}

	.vector-1 {
		background-position: left
	}

	.white-line::after {
		width: 10px;
		left: 0
	}

	.claim-list>img {
		width: 30px;
		height: auto
	}

	.claim-logo img {
		width: 25px;
		height: auto;
		min-width: 25px
	}

	.transparent-txt {
		font-size: 24px;
		text-align: end
	}

	.white-top-line::before {
		width: 150px;
		height: 10px;
		top: -5px
	}

	.nrf-image img {
		width: 150px;
		height: auto;
		object-fit: contain
	}

	.nrf-image {
		margin: 10px 0
	}

	.meeting-btn {
		color: #fff;
		background: rgba(211, 32, 45, 1);
		padding: 10px 15px;
		border-radius: 10px;
		border: 0;
		font-size: 14px;
		font-weight: 500;
		margin-top: 10px
	}

	.transparent-image {
		padding-top: 30px
	}

	.expo-layer {
		position: absolute;
		left: 0;
		bottom: -30px
	}

	.expo-text {
		font-size: 46px;
		font-weight: 700;
		line-height: 54px
	}

	.black-line::before {
		content: '';
		position: absolute;
		background: #202020;
		width: 150px;
		height: 10px;
		top: -10px
	}

	.find-header {
		color: #202020;
		font-size: 36px;
		line-height: 48px
	}

	.find-txt {
		font-size: 16px !important
	}

	.partner-heading {
		color: #fff;
		font-size: 36px;
		font-weight: 600;
		font-family: Inter, sans-serif
	}

	.nrf-2024 {
		height: 100%;
		overflow: scroll
	}

	.mx-light-img {
		display: flex;
		align-items: center;
		height: 100%
	}

	.meeting-pass-sec {
		background-size: contain;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.backward p {
		color: #fff;
		font-size: 34px;
		cursor: pointer
	}

	.backward {
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		margin: 0 auto;
		text-align: center;
		bottom: 8%;
		transform: none
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.banner-overlay {
		padding: 30px 0 !important
	}

	.redcircle-img img {
		width: 200px;
		height: 200px
	}

	.banner-leftimg {
		display: none
	}

	.banner-logo {
		padding: 15px 0
	}

	.banner-logo img {
		width: 130px;
		height: auto
	}

	.plus {
		color: #fff;
		font-size: 16px;
		font-weight: 500
	}

	.banner-txt {
		font-size: 22px;
		line-height: 55px
	}

	.banner-txt-box {
		padding: 20px 0
	}

	.nrf-banner-sec .nrf-btn {
		font-size: 14px;
		padding: 2px 10px
	}

	.nrf-redbar::after {
		width: 100%;
		height: 35px;
		left: 10%;
		top: 10px
	}

	.redbar-left::after {
		width: 90%;
		height: 35px;
		top: 10px;
		left: -20px;
		overflow: hidden
	}

	.piam-content h2 {
		font-family: Inter;
		font-size: 26px
	}

	.piam-content img {
		width: 40px;
		height: auto;
		object-fit: contain
	}

	.padding-box {
		padding: 30px 0 20px
	}

	.piam-txt {
		font-size: 16px;
		margin: 0 0 20px;
		font-weight: 400
	}

	.piam-content {
		margin-bottom: 15px
	}

	.piam-heading {
		text-align: start;
		font-size: 22px;
		line-height: 26px;
		padding-left: 30px;
		margin-bottom: 20px
	}

	.claim-image {
		display: none
	}

	.vector-1 {
		background-position: left
	}

	.white-line::after {
		width: 10px;
		left: 0
	}

	.claim-list {
		display: flex;
		flex-flow: row wrap;
		padding-bottom: 15px
	}

	.claim-list>img {
		width: 30px;
		height: auto;
		order: 1;
		display: none
	}

	.claim-logo {
		order: 2
	}

	.claim-list p {
		order: 3;
		width: 100%
	}

	.claim-logo img {
		width: 25px;
		height: auto;
		min-width: 25px
	}

	.transparent-txt {
		font-size: 14px;
		text-align: end
	}

	.white-top-line::before {
		width: 100px;
		height: 10px;
		top: -5px
	}

	.nrf-image img {
		width: 150px;
		height: auto;
		object-fit: contain
	}

	.nrf-image {
		margin: 10px 0
	}

	.meeting-btn {
		background: rgba(211, 32, 45, 1);
		padding: 10px 15px;
		border-radius: 10px;
		border: 0;
		font-size: 14px;
		font-weight: 500;
		margin-top: 10px
	}

	.transparent-image {
		padding-top: 30px
	}

	.expo-layer {
		position: absolute;
		left: auto;
		right: 20px
	}

	.expo-text {
		font-size: 46px;
		font-weight: 700;
		line-height: 54px
	}

	.black-line::before {
		content: '';
		position: absolute;
		background: #202020;
		width: 100px;
		height: 10px;
		top: -10px
	}

	.find-header {
		color: #202020;
		font-size: 26px;
		line-height: 38px
	}

	.find-txt {
		font-size: 14px !important;
		font-weight: 500 !important
	}

	.partner-heading {
		color: #fff;
		font-size: 26px;
		font-weight: 600;
		font-family: Inter, sans-serif
	}

	.profile-img img {
		width: 130px;
		height: 130px
	}

	.industries-image-slider .slider-txt .slider-heading {
		font-size: 22px
	}

	.swiper-pagination {
		display: block
	}

	.nrf-2024 {
		height: 100%;
		overflow: scroll
	}

	.mx-light-img {
		display: flex;
		align-items: center;
		height: 100%;
		overflow: scroll
	}

	.meeting-pass-sec {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.backward {
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		margin: 0 auto;
		text-align: center;
		bottom: 8%;
		transform: none
	}
}

@media screen and (max-width:575px) and (min-width:320px) {
	.profile {
		grid-area: auto !important
	}

	.linkedin-sec {
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto;
		align-items: center
	}

	.banner-logo img {
		width: 70px !important;
		height: auto
	}

	.industries-image-slider .slider-txt {
		padding: 0 30px
	}

	.redcircle-img img {
		width: 100px;
		height: 100px
	}

	.profile-img img {
		width: 100px;
		height: 100px
	}

	.mx-light-img .row {
		flex-flow: column;
		align-items: center
	}

	.form-width {
		width: 100%
	}

	.mx-light-img {
		display: block;
		align-items: center;
		height: 100%;
		overflow: scroll
	}

	.redbar-left::after {
		width: 106%;
		height: 35px;
		top: 10px;
		left: -20px;
		overflow: hidden
	}

	.meeting-form .container {
		width: 100%;
		height: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center
	}

	.backward {
		position: absolute;
		right: 0;
		left: 0;
		top: auto;
		margin: 0 auto;
		text-align: center;
		bottom: 4%;
		transform: none
	}
}

@media screen and (max-width:575px) and (min-width:425px) {
	.redbar-left::after {
		width: 95%;
		height: 35px;
		top: 10px;
		left: -20px;
		overflow: hidden
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	form.meeting-fields {
		width: 80%
	}

	.pass-img>img {
		width: 100%;
		height: 400px
	}

	.pass-date {
		color: #303030;
		font-size: 16px
	}

	.pass-time {
		color: #303030;
		font-size: 16px;
		font-weight: 500;
		margin: 5px 0;
		font-family: Poppins, sans-serif
	}

	.meeting-pass img {
		padding: 10px 0
	}

	.nrf-red-image {
		width: 100px;
		height: auto;
		text-align: center
	}

	.meeting-header-sec {
		padding-top: 40px
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.pass-img>img {
		width: 100%;
		height: 400px
	}

	.pass-date {
		color: #303030;
		font-size: 16px
	}

	.pass-time {
		color: #303030;
		font-size: 16px;
		font-weight: 500;
		margin: 5px 0;
		font-family: Poppins, sans-serif
	}

	.meeting-pass img {
		padding: 10px 0
	}

	.nrf-red-image {
		width: 100px;
		height: auto;
		text-align: center
	}

	.hours-box {
		display: flex;
		flex-flow: column wrap
	}

	.form-container {
		padding: 25px 0
	}

	.hours-details {
		width: 100%
	}

	.schedule-dates {
		width: 100%
	}

	.meeting-header-sec {
		padding-top: 40px
	}

	form.meeting-fields {
		width: 100%;
		padding: 20px
	}

	.meeting-fields h6 {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 10px
	}

	form.meeting-fields {
		width: 100%;
		padding: 20px
	}

	.meeting-pass-sec {
		background-image: url(../img/nrf-conference/X.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		text-align: center
	}

	.nrf-2024 {
		background-image: url('../img/nrf-conference/NRF-2024/ 1.png');
		background-repeat: no-repeat;
		background-size: 200px;
		background-position: 220px 80px
	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.hours-box {
		display: flex;
		flex-flow: row wrap
	}

	.hours-details {
		width: 45%
	}

	.nrf-2024 {
		background-image: url('../img/nrf-conference/NRF-2024/ 1.png');
		background-repeat: no-repeat;
		background-size: auto;
		background-position: top right
	}
}

.contact-bg.homebg.newbg10 {
	background: url(../img/banner/banner10.jpg) no-repeat !important;
	background-size: cover !important;
	background-position: center !important
}

.hme-visit-nf a {
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 7px;
	color: red;
	font-size: 22px;
	font-weight: 600
}

@media (min-width:992px) and (max-width:1350px) {
	.piam-bottom-text.hme-visit-nf {
		transform: translateY(50px) !important
	}
}

@media only screen and (max-width:464px) {
	.contact-bg.homebg.newbg10 {
		background: linear-gradient(45deg, #0000005e, #0000005e), url(../img/banner/banner10-mo.jpg) no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
		height: 100%
	}

	.hme-visit-nf a {
		background-color: #fff;
		padding: 7px 15px;
		border-radius: 7px;
		color: red;
		font-size: 18px;
		font-weight: 600
	}
}

.upgrade-img {
	width: 100%
}

.up-input-wrapper {
	padding-bottom: 1em
}

.upgrade-form label {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: 20px
}

.upgrade-form input,
select,
textarea {
	color: #000;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #1f7cd6;
	background-color: #fff
}

.up-input-wrapper select {
	color: #000
}

.up-input-wrapper textarea {
	color: #000
}

.upgrade-form input,
select,
textarea:focus-visible {
	outline: 0 !important
}

.upgrade-sumit {
	color: #fff;
	border: none;
	background-color: #0174d4;
	padding: 5px 20px;
	border-radius: 6px
}

.mendix-upgrade-banner {
	background-image: url(../img/mendix-upgrade-banner.jpg) !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right !important;
	padding-top: 95px;
	min-height: 450px
}

.mendix-upgrade-header {
	color: #fff !important
}

.datetime-picker-banner {
	padding: 12rem 0 8rem;
	background: #0174cd
}

.datetime-picker-banner-header {
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	color: #fff
}

.datetime-picker-content {
	width: 70%;
	margin: 16rem auto;
	position: relative
}

.datetime-position-box {
	position: absolute;
	top: -320px;
	width: 100%
}

.date-timepicker-wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
	box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px
}

.date-picker-content .ui-datepicker-header {
	background: 0 0;
	border: 0;
	color: #fff;
	padding-bottom: 1rem
}

.date-picker-content .ui-datepicker-title {
	font-size: 1.4rem
}

.date-picker-content {
	background-color: #2285de !important;
	padding: 1.5rem 1rem
}

.date-picker-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	padding-bottom: 1rem
}

.date-picker-content .ui-datepicker-inline {
	width: 100%;
	border: 0 !important;
	border-radius: 0;
	background-color: transparent
}

.date-picker-content .ui-state-hover {
	border-radius: 50%
}

.date-picker-content .ui-datepicker .ui-datepicker-next {
	border: 0;
	border-radius: 50%;
	right: 2px;
	top: 20%
}

.date-picker-content .ui-datepicker .ui-datepicker-prev {
	border: 0;
	border-radius: 50%;
	left: 2px;
	top: 20%
}

.date-picker-content .ui-datepicker th {
	padding: 1rem .5rem;
	background-color: transparent;
	color: #fff;
	font-size: .8rem
}

.date-picker-content .ui-datepicker td {
	border: 0;
	border-radius: 50%
}

.date-picker-content .ui-state-default {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .2rem 0;
	padding: .8rem;
	text-align: center;
	background: 0 0 !important;
	border: 0 !important;
	font-size: 1rem;
	font-weight: 700;
	color: #fff !important;
	border-radius: 50%
}

.date-picker-content .ui-state-active {
	background: #fff !important;
	color: #2285de !important
}

.ui-datepicker-week-end .ui-state-default {
	background: 0 0 !important;
	color: #fff !important;
	opacity: .5
}

.ui-datepicker-week-end:last-child .ui-state-default {
	opacity: 1 !important
}

.ui-datepicker-week-end:last-child .ui-state-active {
	background: #fff !important;
	color: #2285de !important
}

.timepicker-content {
	padding: 1.5rem 1rem;
	background: #fff;
	color: #000
}

.meeting-duration-box {
	margin-bottom: .5rem
}

.meeting-duration-title {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: #000;
	padding-bottom: 0rem
}

.meeting-duration-time {
	width: 100%;
	font-size: .8rem;
	background: #ddd;
	border: 1px solid #ccc6c6;
	padding: .3rem;
	text-align: center
}

.meeting-work-time {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 0rem
}

.meeting-time-text {
	margin: 0 0 1rem 0;
	font-size: .8rem;
	margin-bottom: .5rem
}

.meeting-timezone {
	margin-bottom: .5rem
}

.meeting-timezone select {
	border: 1px solid #ddd !important;
	border-radius: 5px
}

.time-slots {
	height: 245px;
	overflow-y: auto;
	padding: .4rem
}

.time-slots::-webkit-scrollbar {
	width: 5px
}

.time-slots::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px
}

.time-slots::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px
}

.time-slots::-webkit-scrollbar-thumb:hover {
	background: #555
}

.time-slot {
	width: 100%;
	padding: .4rem;
	border: 1px solid #057fcd;
	margin-bottom: .5rem;
	text-align: center;
	cursor: pointer
}

.schedule-form-container {
	display: none;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #e3e6e8;
	background-color: #fff;
	text-align: left
}

.schedule-form-container::-webkit-scrollbar {
	width: 5px
}

.schedule-form-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px
}

.schedule-form-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px
}

.schedule-form-container::-webkit-scrollbar-thumb:hover {
	background: #555
}

.schedule-formfield-box {
	padding: 1.5rem;
	padding-bottom: 0
}

.schedule-form-header {
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	margin-bottom: .5rem
}

.edit-time {
	cursor: pointer;
	color: #0172d4
}

.schedule-time {
	color: #000;
	padding-bottom: .5rem
}

.schedule-form-group {
	margin-bottom: .5rem
}

.schedule-form-group label {
	color: #000;
	width: 100%;
	font-size: .8rem;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0
}

#phone {
	width: 100%
}

.schedule-form-group .iti {
	width: 100%
}

.schedule-form-group .iti__selected-dial-code {
	color: #000 !important
}

.iti__selected-country {
	height: 42px !important
}

.iti__country {
	color: #000 !important
}

.iti--allow-dropdown .iti__country-name {
	display: none !important
}

.schedule-form-group input {
	color: #000;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	padding: 10px 10px
}

.schedule-form-group input:focus-visible {
	outline: 0
}

.schedule-form-group textarea:focus-visible {
	outline: 0
}

.schedule-form-group textarea {
	color: #000;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	padding: 10px
}

.schedule-form-footer {
	padding: 0rem 1.5rem 1rem
}

.schedule-form-footer .schedule-btn-back {
	border: 1px solid #0f93e6;
	color: #0f93e6;
	cursor: pointer;
	padding: .5rem 1rem;
	border-radius: 4px
}

.schedule-form-footer .schedule-btn-confirm {
	color: #fff;
	background-color: #0f93e6 !important;
	border-radius: 4px;
	padding: .5rem 1rem;
	cursor: pointer;
	border: 0
}

.schedule-form-footer .schedule-btn-confirm:focus {
	background-color: #0f2de6 !important
}

.schedule-form-footer .schedule-btn-confirm:disabled {
	background-color: #0f2de6 !important
}

.schedule-form-footer-btn {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.schedule-success-text {
	display: none;
	color: #000
}

.schedule-form .error-message {
	color: rgba(182, 15, 15, .65)
}

@media screen and (max-width:1199px) and (min-width:1024px) {
	.datetime-picker-content {
		width: 85%;
		margin: 16rem auto
	}
}

@media screen and (max-width:1023px) and (min-width:992px) {
	.datetime-picker-banner {
		padding: 12rem 0 6rem
	}

	.datetime-picker-content {
		width: 85%;
		margin: 16rem auto
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.datetime-picker-banner {
		padding: 8rem 0 6rem
	}

	.datetime-picker-banner-header {
		font-size: 2rem
	}

	.datetime-picker-content {
		width: 90%;
		margin: 16rem auto
	}

	.date-picker-title {
		font-size: 1.3rem;
		padding-bottom: 0rem
	}

	.meeting-duration-title {
		font-size: 1.3rem;
		padding-bottom: 0rem
	}

	.schedule-form-header {
		font-size: 1.3rem
	}

	.date-picker-content .ui-datepicker-title {
		font-size: 1.2rem
	}

	.date-picker-content .ui-datepicker th {
		padding: .8rem .4rem
	}

	.date-picker-content .ui-state-default {
		margin: .3rem 0;
		padding: .6rem
	}

	.meeting-work-time {
		font-size: 1rem
	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.datetime-picker-banner {
		padding: 8rem 0 4rem
	}

	.datetime-picker-banner-header {
		font-size: 1.5rem
	}

	.datetime-picker-content {
		width: 80%;
		margin: 2rem auto
	}

	.datetime-position-box {
		position: relative;
		top: auto
	}

	.date-timepicker-wrapper {
		display: grid;
		grid-template-columns: 100%
	}

	.date-picker-title {
		font-size: 1.3rem;
		padding-bottom: 0rem
	}

	.meeting-duration-title {
		font-size: 1.3rem;
		padding-bottom: 0rem;
		text-align: left
	}

	.meeting-work-time {
		font-size: 1rem
	}

	.schedule-form-container {
		height: auto;
		scrollbar-width: none
	}

	.schedule-form-header {
		font-size: 1.3rem
	}

	.date-picker-content .ui-datepicker-title {
		font-size: 1.2rem
	}

	.date-picker-content .ui-datepicker th {
		padding: .5rem
	}

	.date-picker-content .ui-state-default {
		margin: .2rem .5rem;
		padding: .5rem .5rem
	}
}

@media screen and (max-width:575px) and (min-width:425px) {
	.datetime-picker-banner {
		padding: 8rem 0 4rem
	}

	.datetime-picker-banner-header {
		font-size: 1.5rem
	}

	.datetime-picker-content {
		width: 90%;
		margin: 2rem auto
	}

	.datetime-position-box {
		position: relative;
		top: auto
	}

	.date-timepicker-wrapper {
		display: grid;
		grid-template-columns: 100%
	}

	.date-picker-title {
		font-size: 1.2rem;
		padding-bottom: .8rem
	}

	.meeting-duration-title {
		font-size: 1.2rem;
		padding-bottom: 0rem;
		text-align: left
	}

	.schedule-form-container {
		height: auto;
		scrollbar-width: none
	}

	.schedule-form-header {
		font-size: 1.2rem
	}

	.meeting-work-time {
		font-size: 1rem
	}

	.date-picker-content .ui-datepicker-title {
		font-size: 1.2rem
	}

	.date-picker-content .ui-datepicker th {
		padding: .5rem
	}

	.date-picker-content .ui-state-default {
		margin: .2rem .3rem;
		padding: .4rem .4rem
	}
}

@media screen and (max-width:424px) and (min-width:320px) {
	.datetime-picker-banner {
		padding: 8rem 0 4rem
	}

	.datetime-picker-banner-header {
		font-size: 1.4rem
	}

	.datetime-picker-content {
		width: 100%;
		margin: 2rem auto
	}

	.datetime-position-box {
		position: relative;
		top: auto
	}

	.date-picker-content {
		padding: 1rem .5rem
	}

	.timepicker-content {
		padding: 1rem .5rem
	}

	.date-timepicker-wrapper {
		display: grid;
		grid-template-columns: 100%
	}

	.date-picker-title {
		font-size: 1.2rem;
		padding-bottom: .8rem
	}

	.meeting-duration-title {
		font-size: 1.2rem;
		padding-bottom: 0rem;
		text-align: left
	}

	.schedule-form-container {
		height: auto;
		scrollbar-width: none
	}

	.meeting-work-time {
		font-size: 1rem
	}

	.schedule-form-header {
		font-size: 1.2rem
	}

	.date-picker-content .ui-datepicker-title {
		font-size: 1rem
	}

	.date-picker-content .ui-datepicker th {
		padding: .5rem
	}

	.date-picker-content .ui-state-default {
		margin: .5rem 0rem;
		padding: .4rem .4rem
	}

	.schedule-formfield-box {
		padding: 1rem;
		padding-bottom: 0
	}

	.schedule-form-footer .schedule-btn-back,
	.schedule-form-footer .schedule-btn-confirm {
		padding: .4rem .8rem
	}

	.schedule-form-footer {
		padding: 0 1.5rem 1rem 1.5rem
	}
}

.confirmation-container {
	text-align: center;
	padding: 7rem 1rem 3rem;
	max-width: 600px;
	margin: 0 auto
}

.thank-you-title {
	font-size: 4.2rem;
	font-weight: 600;
	margin-bottom: .5rem;
	color: #17bee8;
	text-shadow: 0 1px #0174d4, -1px 0 #c0cbff, -1px 2px #0174d4, -2px 1px #c0cbff, -2px 3px #0174d4, -3px 2px #c0cbff, -3px 4px #0174d4, -4px 3px #c0cbff, -4px 5px #0174d4, -5px 4px #c0cbff, -5px 6px #0174d4, -6px 5px #c0cbff, -6px 7px #0174d4, -7px 6px #c0cbff, -7px 8px #0174d4, -8px 7px #c0cbff;
	text-align: center
}

.icon-wrapper {
	font-size: 48px;
	margin-bottom: 20px;
	text-align: center
}

.icon-wrapper img {
	width: 300px;
	height: 300px;
	object-fit: contain;
	text-align: center;
	margin: 0 auto
}

.confirmation-text {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1.5rem
}

.additional-info {
	font-size: .8rem;
	color: #555
}

.success-link {
	color: #007bff;
	text-decoration: none;
	font-weight: 700
}

.success-link:hover {
	text-decoration: underline
}

@media screen and (max-width:991px) and (min-width:768px) {
	.confirmation-container {
		padding: 5rem 1rem 3rem
	}

	.thank-you-title {
		font-size: 3rem
	}

	.confirmation-text {
		font-size: 1rem;
		margin-bottom: 1.5rem
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.confirmation-container {
		padding: 3rem 1rem 2rem
	}

	.thank-you-title {
		font-size: 2.4rem
	}

	.confirmation-text {
		font-size: 1rem;
		margin-bottom: 1rem
	}
}

@media screen and (max-width:1250px) and (min-width:1200px) {
	.main-nav li a {
		font-size: 15px
	}

	.main-nav>li {
		margin-right: 10px
	}
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.main-nav li a {
		font-size: 14px
	}

	.main-nav>li {
		margin-right: 10px
	}
}

.appointment-btn {
	margin-top: 10px;
	position: fixed;
	right: 0;
	bottom: 15%;
	width: 30px;
	z-index: 199
}

.rq-text {
	box-shadow: 1px 1px 1px 1px rgba(43, 43, 43, .2)
}

.appointment-btn-icon {
	position: absolute;
	right: 0;
	background-color: #fff;
	padding: 5px 5px;
	overflow: hidden;
	z-index: 10
}

.appointment-btnslide img {
	width: 20px;
	height: auto;
	object-fit: contain
}

.appointment-btnslide {
	padding: 5px 15px;
	position: absolute;
	right: 0;
	display: none;
	background-color: #fff;
	color: #fff;
	text-align: left;
	font-size: 18px;
	white-space: nowrap;
	border-radius: 30px 0 0 30px
}

.rq-link {
	font-size: .8rem;
	padding: 0 5px
}

/* footer */
.footer {
	padding: 30px 0 0;
	background-color: #000C22;
	background-size: cover;
	background-position: center
}

/* headerr */

.page-wrapper {
	/* background-image: url(../img/mx-gradient-banner.webp); */
	background: url("../img/banner-bg-circle.png"), #000;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;

}

.header {
	position: relative;
	background-color: transparent !important;
	z-index: 2;
}

.header-nav-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-nav-wrapper.scrolled {
	background-color: rgb(14, 3, 30);
	/* Background when scrolled */
}

.header-nav {
	position: static !important;
	background-color: transparent !important;
	border: none !important;
	border-top: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	margin: 1rem 0 0rem;
}

.logo img {
	width: 175px !important;
	height: auto;
	margin: 0;
	padding: 0
}

.main-nav {
	gap: 1rem !important;
	height: 100%;
}

.main-nav>li>a {
	text-transform: uppercase !important;
}

.main-nav>li .submenu li {
	width: 100%;
}

.main-nav li.has-submenu:hover>.submenu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	animation: growDown 800ms ease-in-out forwards;
	/* -webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0) */
	/* transform-origin: top center; */
	/* animation: rotateMenu 800ms ease-in forwards; */
	transform-origin: top center;


}

.main-nav li>ul {
	z-index: -1;
	top: 0;
}

.has-submenu {
	height: 100%;
}

.has-submenu a {
	height: 100%;
}

.submenu {
	width: 100%;
	/* max-width: 800px; */
	min-height: 400px;
	padding: 7rem 9rem 3rem !important;
	background-color: #0E031E !important;
	border-radius: 0 !important;

}


@keyframes growDown {
	0% {
		transform: scaleY(0)
	}

	80% {
		transform: scaleY(1)
	}

	100% {
		transform: scaleY(1)
	}
}



/* @keyframes rotateMenu {
	0% {
		transform: rotateX(-90deg)
	}

	100% {
		transform: rotateX(0deg)
	}
} */

.split-submenu {
	margin: 0
}

.submenu li a img {
	width: 10px;
	margin-right: 10px;
}

.submenu-header-wrapper {
	border-bottom: 1px solid #ffffff;
	/* opacity: 0.6; */

}

.submenu-box-header {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: .2rem;
	color: #fff;
	/* opacity: 0.6; */


}

.submenu-box-desc {
	font-size: .8rem;
	font-weight: 200;
	color: #fff;
	margin-bottom: .5rem;
	/* opacity: .8; */
}

.split-submenu-box {
	width: 100% !important;
	padding: 1rem 0rem 0;
	display: flex;

}

.split-submenu {
	width: 33% !important;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: flex-start;
	gap: .8rem 1.4rem;
	padding: 1.5rem 1.5rem;
	background-color: #192248;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 60px !important;
	/* height: 100%; */

}

/* .split-submenu .split-submenu:hover {
	opacity: 0.6 !important;
} */
.nav-dropdown-links-content {
	position: relative;
	width: 100%;
}

.nav-dropdown-links {
	font-size: 0.9rem !important;
	font-weight: 500;
	color: #fff;
	/* opacity: 0.6; */
	/* transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out; */
}

.nav-dropdown-links-light {
	display: none;
	/* font-size: 1.2rem !important;
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; */
	/* opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out; */
	margin: 0 !important;
}

/* 
.main-nav>li .submenu li a:hover .nav-dropdown-links {
	transform: translateY(-20px);
	visibility: hidden;
	opacity: 0;

}

.main-nav>li .submenu li a:hover .nav-dropdown-links-light {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	z-index: 10;
} */

/* .split-submenu-two {
	width: 100% !important;
	display: grid;
	grid-template-columns: auto auto;
	gap: .8rem 1.4rem;
	margin: 0
}

.split-submenu-one {
	width: 100% !important;
	display: grid;
	grid-template-columns: auto;
	gap: .8rem 1.4rem;
	margin: 0
} */

.main-nav li a {
	color: #fff !important;

}

.main-nav>li .submenu li a {
	display: flex;
	align-items: center;
	padding: 5px 5px;
	clear: both;
	white-space: nowrap;
	/* font-size: 14px; */
	color: #fff;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	border-top: 1px solid #f0f0f0;
	width: 100% !important;
}

.split-submenu li a,
.split-submenu-one li a,
.split-submenu-two li a {
	font-size: 1.2rem !important;
	font-weight: 900;
	padding: 15px 0px;
	border-top: 0 !important;
	color: #fff !important;
}

.main-nav>li .submenu li a:hover {
	background-color: transparent !important;
}



.more-links {
	margin: 0;
	padding: 0;
	width: 30%;
	display: flex;
	flex-flow: column;
	gap: .8rem 1.4rem;

}

.more-links li a {
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 900;
	padding: 15px 0px;
	border: none !important;
}

.story-link-card-content {
	display: flex;
	flex-flow: column;
	gap: 1rem;
	width: 40%;
}

.story-link-card {
	border-radius: 8px;
	background-color: #2f3646;
	text-align: center;
	/* padding: 1rem 0; */
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 0.5rem;
	position: relative;
	height: 50px;

}

.story-link-card-header {
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
	text-align: start;
	padding: 0.8rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: flex-end;
	background: linear-gradient(119deg, rgba(20, 31, 73, 0.54) 0%, rgba(14, 20, 44, 0.23) 100%);
}

.blog-readmore-arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px !important;
}

.story-link-card-img {
	width: 100%;
	object-fit: cover;

}

.story-link-card-img img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 8px;
}

.story-link-card-readmore {
	font-size: 0.6rem !important;
	font-weight: 700 !important;
	color: #fff !important;
	display: inline !important;
	background-color: #000;
	border-radius: 20px;
	padding: 0.4rem 0.8rem;
	align-self: flex-start;
	background-color: #192248;

}

.story-link-card-readmore:hover {
	background-color: #0B3BFF;
}

.story-link-card-readmore .arrow-btn-icon {
	width: 1.5rem !important;
}

.story-link-card-readmore svg {
	width: 15px !important;
	margin-left: 0.5rem;
}

.main-nav {
	gap: 2rem
}

.menu-mendix10 {
	background-color: #146ff4;
	color: #fff;
	font-size: .9rem;
	font-weight: 400;
	border: 2px solid #0174d4;
	border-radius: 4px;
	padding: 8px;
	display: flex;
	align-items: center;
	transition: transform .5s ease-in-out
}

.menu-mendix10 span {
	transition: opacity .8s ease, transform .8s ease;
	transform: translate(15px, 0)
}

.menu-mendix10 svg {
	margin-left: 8px;
	opacity: 0;
	transition: opacity .8s ease
}

.menu-mendix10:hover {
	background-color: #0e5ccf;
	border-color: #0161b8
}

.menu-mendix10:hover span {
	transform: translate(0, 0)
}

.menu-mendix10:hover svg {
	opacity: 1
}

.contact-sale-mobile {
	display: none !important
}

@media screen and (max-width:1199px) and (min-width:991px) {
	.main-nav {
		gap: 0rem
	}

	.submenu {
		padding: 9rem 0 3rem !important;
	}

	.split-submenu {
		padding: 1.5rem 0.8rem !important;
	}

}

@media screen and (max-width:1199px) and (min-width:991px) {
	nav.navbar.navbar-expand-lg.header-nav {
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		height: auto;
		gap: 1rem;
	}
}

@media screen and (max-width:991px) and (min-width:320px) {
	.menu-header {
		background-color: #05020c;
	}

	.navbar-header {
		display: flex;
		width: 100%;
		justify-content: start;
		gap: 2rem;
	}

	.main-nav {
		gap: 0 !important;
	}

	.has-submenu {
		height: auto !important;
	}

	.header-nav {
		height: auto;
		padding: 0.5rem 0;
	}

	.logo img {
		width: 150px !important;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.main-nav>li {
		border: none !important;
	}

	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		height: auto !important;
	}

	.submenu li a img {
		display: none;
	}

	.main-nav ul {
		position: static;
		padding: 0;
	}

	.navbar-brand {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	#mobile_btn {
		right: 0 !important;
		left: auto;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}

	.menu-mendix10 {
		background-color: #fff;
		color: #000 !important;
	}

	.contact-sale-mobile {
		display: block !important
	}

	.contact-sale-mobile a {
		border: none !important
	}

	.contact-sale-mobile .menu-mendix10 {
		border-color: #fff
	}

	.contact-sale-desktop {
		display: none !important
	}

	.submenu-header-wrapper {
		display: none
	}

	.split-submenu-box {
		height: 200px;
		overflow-y: scroll;
		padding: 0;
		flex-direction: column;
		gap: 1rem;
		overflow-x: hidden;
	}

	.submenu-box {
		padding: 0;
	}

	.split-submenu,
	.split-submenu-one,
	.split-submenu-two {
		display: flex !important;
		flex-direction: column;
		background-color: #05020c !important;
		padding-bottom: .5rem;
		width: 100% !important;
	}

	.submenu {
		max-width: 800px;
		padding: 0rem 1rem !important;
		background-color: #05020c !important;
		height: auto;
		min-height: auto;
	}

	.story-link-card-content {
		display: none;
		width: 100%;
	}

	.main-nav>li .submenu ul li a {
		padding: 0 !important;
		font-size: 1rem;
	}

	.nav-dropdown-links {
		font-size: 0.8rem !important;
		font-weight: 400;
		opacity: 1;
	}

	.submenu li a img {
		width: 20px;
	}

	.main-nav li.has-submenu:hover>.submenu {
		animation: none;
	}
}

.service-section {
	font-family: Google Sans;
	padding: 4rem 0;
	/* padding: 0 !important; */
	background-color: #e5f2ff;
}

.service-section .container-fluid {
	padding: 0;
	overflow: hidden
}

/* 
.testimonial-sec {
	margin: 4rem 0;
	background-color: #fff
}

.testimonial-sec .item {
	padding: 1rem
}

.testimonial-sec-card {
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-items: start;
	gap: .8rem;
	background-color: #f7f7f7;
	height: 300px !important;
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem;
	margin: 10px 10px 20px;
	border-radius: 8px;
	direction: ltr;
	border: 1px solid #f7f7f7;
	transition: .6s
}

.testimonial-sec-card:hover {
	border: 1px solid #0070d3;
}

.testimonial-sec-quote-image {
	position: absolute;
	right: 5%;
	top: -13%
}

.testimonial-sec-quote-image img {
	width: 70px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain
}

.testimonial-sec-name-box {
	display: flex;
	flex-flow: row;
	align-items: start;
	justify-content: space-between;
	gap: 1.4rem
}

.testimonial-sec-name-box img {
	width: 35px !important;
	height: 35px;
	-o-object-fit: contain;
	object-fit: contain
}

.testimonial-sec-name {
	font-size: 1.2rem;
	font-weight: 600;
	color: #313131
}

.testimonial-sec-profesion {
	font-size: .8rem;
	font-weight: 400;
	color: #007aff;
	margin-top: 0rem !important
}

.testimonial-sec-review {
	font-size: .9rem;
	font-weight: 400;
	color: #6b6b6b
}

.testimonial-sec-slider {
	padding: 3rem 0 4rem
}

.swiper-button-next:after,
.testimonial-sec-slider .swiper-button-prev:after {
	content: none
}

.testimonial-sec-slider .swiper-button-prev {
	bottom: 0 !important;
	right: 80px !important;
	left: auto;
	color: #000;
	background-color: #fff;
	padding: .4rem 1.3rem;
	border-radius: 50%;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	direction: ltr !important
}

.testimonial-sec-slider .swiper-button-next {
	bottom: 0 !important;
	right: 20px !important;
	color: #000;
	background-color: #fff;
	padding: .4rem 1.3rem;
	border-radius: 50%;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	direction: ltr !important
}

.testimonial-sec-slider .swiper-nav {
	position: absolute;
	width: 100%;
	bottom: 8%
}

.swiper-button-next:hover,
.testimonial-sec-slider .swiper-button-prev:hover {
	background-color: #007aff !important;
	color: #fff !important
}

.mx-client-sec .client-slider .slick-slide {
	margin: 0
}

.client-slider {
	position: relative
}

.client-slider .owl-nav {
	width: 100%;
	height: 100%
}

.client-slider .owl-next {
	position: absolute;
	right: -5%;
	top: 25%;
	transform: none;
	direction: ltr
}

.client-slider .owl-prev {
	position: absolute;
	left: -5%;
	top: 25%;
	direction: ltr
}

.client-slider .owl-next span,
.client-slider .owl-prev span {
	transform: none !important;
	background-color: #fff;
	padding: 0rem .8rem !important;
	border-radius: 50%;
	display: flex;
	line-height: normal !important
}

.client-slider .owl-next span:hover,
.client-slider .owl-prev span:hover {
	background-color: #0070d3 !important;
	color: #fff !important
}

.client-image-slider {
	padding: 0 0 2rem 0
}

.client-image-slider-item img {
	width: 150px;
	height: 80px;
	object-fit: contain;
	margin: 0 auto
}

.client-slider .owl-dots {
	text-align: center !important
} */

@media screen and (max-width:1199px) and (min-width:1024px) {
	.service-section {
		padding: 4rem 0;
		/* padding: 0 !important */
	}

	.testimonial-sec-card {
		height: 380px;
		align-items: center
	}

	.testimonial-sec-name {
		font-size: 1.5rem
	}

	.testimonial-sec-slider {
		position: relative
	}

	.testimonial-sec-slider .owl-prev {
		left: 0
	}

	.testimonial-sec-slider .owl-next {
		right: 0
	}
}

@media screen and (max-width:1023px) and (min-width:992px) {
	.service-section {
		padding: 4rem 0;
		/* padding: 0 !important */
	}

	.testimonial-sec-card {
		height: 370px;
		align-items: center
	}

	.testimonial-sec-name {
		font-size: 1.5rem
	}

	.testimonial-sec-slider {
		position: relative
	}

	.testimonial-sec-slider .owl-prev {
		left: 0
	}

	.testimonial-sec-slider .owl-next {
		right: 0
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.service-section {
		padding: 2rem 0;
		/* padding: 0 !important */
	}

	.testimonial-sec {
		margin: 2rem 0
	}

	.testimonial-sec-card {
		height: 340px;
		align-items: flex-start
	}

	.testimonial-sec-name {
		font-size: 1.5rem
	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.service-section {
		padding: 2rem 0;
		/* padding: 0 !important */
	}

	.testimonial-sec {
		margin: 2rem 0
	}

	.testimonial-sec-card {
		height: 280px;
		align-items: flex-start
	}

	.testimonial-sec-name {
		font-size: 1.2rem
	}
}

@media screen and (max-width:575px) and (min-width:425px) {
	.service-section {
		padding: 2rem 0;
		/* padding: 0 !important */
	}

	.testimonial-sec {
		margin: 2rem 0
	}

	.testimonial-sec-card {
		height: 280px;
		align-items: flex-start
	}

	.testimonial-sec-name {
		font-size: 1.2rem
	}

	.testimonial-sec-slider {
		position: relative
	}

	.testimonial-sec-slider .owl-nav {
		text-align: center
	}

	.testimonial-sec-slider .owl-prev {
		position: relative;
		left: normal
	}

	.testimonial-sec-slider .owl-next {
		position: relative;
		right: normal
	}
}

@media screen and (max-width:424px) and (min-width:320px) {
	.service-section {
		padding: 2rem 0;
		/* padding: 0 !important */
	}

	.testimonial-sec {
		margin: 2rem 0
	}

	.testimonial-sec-card {
		height: 350px
	}

	.testimonial-sec-name {
		font-size: 1.2rem
	}

	.testimonial-sec-slider {
		position: relative
	}

	.testimonial-sec-slider .owl-nav {
		text-align: center
	}

	.testimonial-sec-slider .owl-prev {
		position: relative;
		left: normal
	}

	.testimonial-sec-slider .owl-next {
		position: relative;
		right: normal
	}

	.testimonial-sec-slider {
		padding: 2rem 0 3rem
	}
}

.martket-place {
	background-color: #001f69;
	padding: 4rem 0
}

.martket-place-header-wrapper {
	text-align: center;
	margin-bottom: 2rem
}

.martket-place-header {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: .8rem;
	color: #fff;
}

.martket-place-header-desc {
	font-size: 1rem;
	font-weight: 300;
	color: #fff
}

.matket-place-tab-content {
	padding: 0
}

.matket-place-nav-pills {
	justify-content: center;
	margin-bottom: 2rem;
	gap: 2rem
}

.matket-place-nav-item a {
	border: 1px solid #0070d3 !important;
	background-color: #0070d3 !important;
	color: #fff !important
}

.matket-place-nav-item .active {
	border-color: #0070d3 !important;
	background-color: #fff !important;
	color: #0070d3 !important
}

.matket-place-item-row {
	gap: 1.5rem 0rem
}

#market-gallery-btn {
	font-size: 14px;
	font-weight: 800;
	background-color: #fff !important;
	color: #0070d3 !important;
	border: none;
	border-radius: 0;
	padding: 0rem;
	padding: 5px 12px;
	border-radius: 20px
}

.profile-widget {
	margin-bottom: 0;
	height: 100%
}

.services-sec {
	margin: 0 0 4rem 0;
	padding: 4rem 0;
	/* background-color: #ececec; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../../assets/img/particle-lines-futuristic-gradient-background.jpg");
	background-position: cover;

}

.services-sec-slider .owl-stage-outer {
	padding-bottom: 3rem
}

.services-sec-card {
	margin: 0 .5rem;
	position: relative;
	z-index: 0;
	transition: all .8s linear;
	border-radius: 10px
}

.services-sec-card:hover .services-sec-link-icon {
	opacity: 1;
}

.services-sec-image {
	position: relative
}

.services-sec-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	border-radius: 10px;
	transition: all .6s linear;

}

.services-sec-card:hover .services-sec-image::before {
	background: #00000082 !important;
}

.services-sec-image img {
	width: 100%;
	height: 300px;
	border-radius: 10px;
	object-fit: cover;
}

.services-sec-link-icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s linear;
	z-index: 11;
	opacity: 0;
}

.services-sec-link-icon .icon-box {
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
}

.services-sec-link-icon img {
	width: 15px !important;
	height: 15px !important;
	object-fit: contain !important;
	border-radius: 0 !important;

}

.services-sec-card-title {
	display: inline-block;
	font-size: .8rem;
	font-weight: 900;
	margin-top: 1rem;
	color: #000;
	text-align: center;
	position: absolute;
	width: 85%;
	border-radius: 8px;
	bottom: -35px;
	right: 0;
	left: 0;
	background: #fff;
	padding: 1rem 1rem;
	z-index: 11;
	transition: all .5s linear;
	display: flex;
	align-items: center;
	justify-content: center;

}

.services-sec-card-title img {
	width: 20px !important;
	height: 20px !important;
	display: none !important;
}

.services-sec-card:hover .services-sec-card-title {
	background-color: #0070d3;
	color: #fff;
	width: 100%;
	justify-content: space-between;

}

.services-sec-card:hover .services-sec-card-title img {
	display: inline-block !important;
}

.services-sec-slider .owl-dots {
	text-align: center
}

.services-sec-slider .owl-dot span {
	text-align: center;
	background-color: #0070d3 !important;
	width: 6px !important;
	height: 6px !important
}

.services-sec-slider .owl-dot.active span {
	background-color: #021863 !important
}

@media screen and (max-width:991px) and (min-width:768px) {
	.martket-place {
		padding: 3rem 0
	}

	.martket-place-header-wrapper {
		margin-bottom: 1.6rem
	}

	.martket-place-header {
		font-size: 1.8rem;
		margin-bottom: .8rem
	}

	.matket-place-nav-pills {
		margin-bottom: 1.6rem
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.martket-place {
		padding: 3rem 0
	}

	.services-sec {
		margin: 0 0 4rem 0;
		padding: 3rem 0
	}

	.martket-place-header-wrapper {
		margin-bottom: 1.6rem
	}

	.martket-place-header {
		font-size: 1.8rem;
		margin-bottom: .8rem
	}

	.matket-place-nav-pills {
		margin-bottom: 1.6rem
	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.martket-place {
		padding: 2.5rem 0
	}

	.services-sec {
		margin: 0 0 2.5rem 0;
		padding: 2.5rem 0
	}

	.martket-place-header-wrapper {
		margin-bottom: 1.4rem
	}

	.martket-place-header {
		font-size: 1.4rem;
		margin-bottom: .8rem
	}

	.matket-place-nav-pills {
		margin-bottom: 1.6rem
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.martket-place.martket-place {
		margin: 2rem 0
	}

	.services-sec {
		margin: 0 0 2rem 0;
		padding: 2rem 0
	}

	.martket-place-header-wrapper {
		margin-bottom: 1.2rem
	}

	.martket-place-header {
		font-size: 1.2rem;
		margin-bottom: .5rem
	}

	.matket-place-nav-pills {
		margin-bottom: 1.2rem
	}

	.matket-place-nav-pills {
		gap: .6rem !important
	}
}

.banner-img-1 {
	background-image: url(../img/banner/startup-bg.jpeg) !important;
	background-color: #fff !important;
	background-size: cover !important;
	display: flex;
	height: 100%;
	align-items: center
}

.banner-img-2 {
	background-image: url(../img/banner/banner-img-2.webp) !important;
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	height: 100%;
	align-items: center
}

.banner-img-3 {
	background-image: url(../img/banner/banner-img-3.webp) !important;
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	height: 100%;
	align-items: center
}

.startup-container .section-search-five {
	padding-top: 0 !important
}

.startup-content {
	display: flex;
	flex-flow: column;
	align-items: start;
	width: 100%
}

.startup-content .row {
	width: 100%
}

.startup-header {
	font-size: 3.5rem;
	font-weight: 900;
	margin-bottom: 1rem;
	color: #000;
	text-align: start
}

.startup-flex {
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: space-between;
	width: 100%;
	gap: 1rem
}

.startup-text {
	font-size: 1rem !important;
	font-weight: 500;
	color: #000 !important;
	margin: 0 !important;
	text-align: start;
	text-wrap: wrap
}

.startup-btn {
	font-size: 1rem;
	font-weight: 500;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: .5rem 1.5rem
}

.midsize-content {
	display: flex;
	justify-content: end;
	width: 100%
}

.midsize-content-box {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 1rem
}

.midsize-header {
	color: #ff8461;
	font-size: 4rem;
	font-weight: 900;
	text-align: start
}

.midsize-text {
	font-size: 1.6rem !important;
	font-weight: 500;
	color: #fff;
	text-align: start
}

#carouselExampleIndicators .carousel-inner .carousel-item .midsize-text img {
	width: 120px !important;
	height: auto !important;
	margin-left: 15px
}

.midsize-btn {
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 20px;
	padding: .3rem 1.5rem
}

.enterprises-content {
	display: flex;
	justify-content: start;
	width: 100%
}

.enterprises-content-box {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 2rem
}

.enterprises-header {
	color: #fff;
	font-size: 3.5rem;
	font-weight: 900;
	text-align: center
}

.enterprises-flex {
	display: flex;
	gap: 1rem;
	align-items: center
}

.enterprises-highlight-text {
	background-color: #e04917;
	color: #fff;
	font-size: 2.4rem !important;
	font-weight: 900;
	transform: rotate(-90deg) translate(0, 50px);
	padding: .2rem 1rem;
	display: flex !important;
	flex-flow: column;
	margin: 0 !important
}

.enterprises-text {
	font-size: 1.4rem !important;
	font-weight: 700;
	color: #fff;
	text-align: start;
	margin: 0 !important
}

.enterprises-btn {
	font-size: 1rem;
	font-weight: 700;
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 20px;
	padding: .3rem 1.5rem;
	text-align: center
}

.enterprises-container,
.midsize-container,
.startup-container {
	position: unset
}

.midsize-container .section-search-five {
	padding: 0
}

.enterprises-container .section-search-five {
	padding: 0
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.banner-img-1 {
		padding-top: 3rem
	}

	.startup-header {
		font-size: 3.2rem;
		font-weight: 900;
		margin-bottom: 1rem
	}

	.startup-text {
		font-size: 1rem !important;
		font-weight: 500;
		text-align: start;
		margin-bottom: 0 !important
	}

	.startup-btn {
		font-size: 1rem;
		font-weight: 500;
		padding: .5rem 1.5rem
	}

	.midsize-content {
		display: flex;
		justify-content: start;
		width: 100%
	}

	.midsize-content-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: start;
		gap: 1rem
	}

	.midsize-header {
		color: #ff8461;
		font-size: 3.6rem;
		font-weight: 900;
		text-align: start
	}

	.midsize-text {
		font-size: 1.4rem !important;
		font-weight: 500;
		text-align: start
	}

	.midsize-btn {
		font-size: 1rem;
		font-weight: 700;
		padding: .3rem 1.5rem
	}

	.enterprises-content {
		display: flex;
		justify-content: start;
		width: 100%
	}

	.enterprises-content-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 1rem
	}

	.enterprises-header {
		color: #fff;
		font-size: 3rem;
		font-weight: 900;
		text-align: center
	}

	.enterprises-flex {
		display: flex;
		flex-flow: column;
		gap: 1rem;
		align-items: center;
		width: 100%
	}

	.enterprises-highlight-text {
		font-size: 2rem !important;
		font-weight: 900;
		transform: none;
		padding: 0rem 1rem;
		margin: 0 !important
	}

	.enterprises-text {
		font-size: 1.2rem !important;
		font-weight: 600;
		text-align: center;
		margin: 0 !important
	}

	.enterprises-btn {
		font-size: 1rem;
		font-weight: 700;
		padding: .3rem 1.5rem;
		text-align: center
	}

	#carouselExampleIndicators .carousel-inner .carousel-item .midsize-text img {
		width: 120px !important;
		height: auto !important;
		margin-left: 15px
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.startup-header {
		font-size: 2.6rem;
		font-weight: 900;
		margin-bottom: .8rem
	}

	.startup-text {
		font-size: 1rem !important;
		font-weight: 300;
		text-align: start
	}

	.startup-btn {
		font-size: 1rem;
		font-weight: 400;
		padding: .5rem 1rem
	}

	.startup-flex {
		flex-flow: column;
		align-items: start
	}

	.midsize-content {
		display: flex;
		justify-content: end;
		width: 100%
	}

	.midsize-content-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 1rem
	}

	.midsize-header {
		color: #ff8461;
		font-size: 2.5rem;
		font-weight: 900;
		text-align: center
	}

	.midsize-text {
		font-size: 1rem !important;
		font-weight: 500;
		text-align: center
	}

	.midsize-btn {
		font-size: .9rem;
		font-weight: 700;
		padding: .3rem 1.5rem
	}

	.enterprises-content {
		display: flex;
		justify-content: start;
		width: 100%
	}

	.enterprises-content-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 1rem
	}

	.enterprises-header {
		color: #fff;
		font-size: 2.6rem;
		font-weight: 900;
		text-align: center
	}

	.enterprises-flex {
		display: flex;
		flex-flow: column;
		gap: 1rem;
		align-items: center;
		width: 100%
	}

	.enterprises-highlight-text {
		font-size: 1.6rem !important;
		font-weight: 900;
		transform: none;
		padding: 0rem 1rem;
		margin: 0 !important
	}

	.enterprises-text {
		font-size: 1rem !important;
		font-weight: 700;
		text-align: center;
		margin: 0 !important
	}

	.enterprises-btn {
		font-size: .8rem;
		font-weight: 700;
		padding: .3rem 1.5rem;
		text-align: center
	}

	#carouselExampleIndicators .carousel-inner .carousel-item .midsize-text img {
		display: none !important
	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.banner-img-1 {
		background-image: linear-gradient(rgb(255 255 255 / 73%), rgb(255 255 255)), url(../img/banner/startup-bg.jpeg) !important
	}

	.banner-img-1 {
		padding: 2rem 0 0 2rem
	}

	.startup-header {
		font-size: 2.4rem;
		font-weight: 900;
		margin-bottom: .4rem
	}

	.startup-text {
		font-size: 1rem !important;
		font-weight: 300;
		text-align: start
	}

	.startup-btn {
		font-size: .9rem;
		font-weight: 300;
		padding: .5rem 1rem
	}

	.startup-flex {
		flex-flow: column;
		align-items: start
	}

	.banner-img-3 {
		background-image: linear-gradient(rgb(0 0 0 / 73%), rgb(0 0 0 / 82%)), url(../img/banner/banner-img-3.webp) !important
	}

	.midsize-content-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 1rem
	}

	.midsize-header {
		color: #ff8461;
		font-size: 2.5rem;
		font-weight: 900;
		text-align: center
	}

	.midsize-text {
		font-size: 1rem !important;
		font-weight: 500;
		text-align: center
	}

	.midsize-btn {
		font-size: .9rem;
		font-weight: 700;
		padding: .3rem 1.5rem
	}

	.banner-img-2 {
		background-image: linear-gradient(rgb(0 0 0 / 73%), rgb(0 0 0 / 82%)), url(../img/banner/banner-img-2.webp) !important
	}

	.enterprises-content {
		display: flex;
		justify-content: center;
		width: 100%
	}

	.enterprises-content-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		align-items: center;
		gap: 1rem
	}

	.enterprises-header {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 900;
		text-align: center
	}

	.enterprises-flex {
		display: flex;
		flex-flow: column;
		gap: 1rem;
		align-items: center;
		width: 100%
	}

	.enterprises-highlight-text {
		font-size: 1.6rem !important;
		font-weight: 900;
		transform: none;
		padding: .5rem 1rem;
		margin: 0 !important
	}

	.enterprises-text {
		font-size: 1rem !important;
		font-weight: 700;
		text-align: center;
		margin: 0 !important
	}

	.enterprises-btn {
		font-size: .9rem;
		font-weight: 700;
		padding: .3rem 1.5rem;
		text-align: center
	}

	#carouselExampleIndicators .carousel-inner .carousel-item .midsize-text img {
		width: 120px !important;
		height: auto !important;
		margin-left: 15px
	}

	#carouselExampleIndicators .carousel-inner .carousel-item .midsize-text img {
		display: none !important
	}
}

@media screen and (max-width:575px) and (min-width:320px) {
	.banner-img-1 {
		background-image: url(../img/banner/mobile/banner-img-mobile-1.webp) !important;
		background-size: cover !important;
		background-position: top !important
	}

	.banner-img-2 {
		background-image: url(../img/banner/mobile/banner-img-mobile-2.webp) !important;
		background-size: cover !important;
		background-position: center !important
	}

	.banner-img-3 {
		background-image: url(../img/banner/mobile/banner-img-mobile-3.webp) !important;
		background-size: cover !important;
		background-position: center !important
	}

	.enterprises-content,
	.midsize-content,
	.startup-content {
		display: none
	}
}

.retail-exp-sec {
	margin: 4rem 0 2rem
}

.retail-exp-sec .slick-list {
	padding-bottom: 2rem
}

.retail-exp-slider {
	padding-top: 1rem
}

.slick-slider .slick-dots {
	bottom: -20px
}

.retail-exp-header {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: start;
	margin-bottom: 3rem
}

.retail-exp-item {
	border: 1px solid #97c2e5;
	border-radius: 20px;
	height: 100% !important;
	margin: 0 1rem;
	display: block
}

.retail-exp-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px
}

.retail-exp-content {
	padding: 1rem 1rem .5rem
}

.retail-exp-content-header {
	font-size: 1rem;
	font-weight: 700;
	text-align: start;
	color: #0174d4;
	margin-bottom: .5rem
}

.retail-exp-content-desc {
	font-size: .8rem;
	font-weight: 600;
	color: #000;
	margin-bottom: .5rem
}

.retail-exp-icon {
	background-color: #f5f5f5;
	padding: .5rem;
	display: inline-block;
	border-radius: 10px
}

.retail-exp-icon img {
	width: 25px
}

@media screen and (max-width:991px) and (min-width:768px) {
	.retail-exp-sec {
		margin: 3rem 0 1rem
	}

	.retail-exp-sec .slick-list {
		padding-bottom: 1rem
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.retail-exp-sec {
		margin: 2rem 0 0rem
	}

	.retail-exp-sec .slick-list {
		padding-bottom: 2rem
	}
}

/* 
cursor effect
.dot-cursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #FF6F61; 
	border: 1px solid #0070d3;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: none;
	z-index: 9999;
	transition: transform 0.1s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

/ Style for the inner dot /
.inner-dot {
	width: 8px;
	height: 8px;
	background-color: #F2F2F2; 
	background-color: #0070d3;
	border-radius: 50%;
}

@media screen and (max-width:991px) and (min-width:320px) {

	.inner-dot,
	.dot-cursor {
		display: none;
	}

} */

/* / Optional: Hide the default cursor / */
/* body {
	cursor: none;
  } */
/* cursor effect end */

/* home page blog */
/* .blog-section {
	background-color: #0a1324;
}

.blog-section .sec-header h2 {
	color: #fff !important;
	padding-bottom: 2rem;
}

.blog-section .container-fluid {
	padding: 0;
}

.blog-wrap {
	position: relative;
	padding: 0 !important;
	margin: 0 10px;
}

.blog-wrap .blog-img img {
	height: 350px !important;
	object-fit: cover;
	border-radius: 4px;

}

.blog-wrap-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: end;
	gap: 0.5rem;
	padding: 1rem;
	background: linear-gradient(0deg, #000, transparent);
	border-radius: 4px;
}

.blog-wrap:hover .blog-wrap-content {
	background: linear-gradient(0deg, #000 25%, transparent);
}

.blog-title {
	font-size: 1rem !important;
	line-height: 1.5rem;
	color: #fff;
	margin: 0 !important;
	height: auto !important;
}

.blog-author {
	font-size: 0.7rem !important;
	font-weight: 900 !important;
	color: #fff !important;
	background-color: #000;
	padding: 0.3rem 0.8rem;
	border-radius: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.blog-read-more {
	font-size: 0.7rem !important;
	font-weight: 600;
	color: #fff;
	line-height: 1.5rem;
	padding: 0 0.1rem;
	text-decoration: underline 1px solid #fff !important;

} */


/* .industry sec  */
.industry-sec {
	padding: 4rem 0;
	/* background-color: #000; */
}

.industry-sec-content {
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 1rem;
	transition: all .5s ease-in-out;

}

.industry-sec-card {
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: space-between;
	gap: 8rem;
	padding: 1.5rem;
	position: relative;
	height: 100%;
	border-radius: 1.5rem;
	width: 100%;
	transition: width .8s, opacity .8s;
	position: relative;
	overflow: hidden;
}

.industry-sec-card:nth-child(1) {
	background: linear-gradient(119deg, rgba(20, 31, 73, 0.54) 0%, rgba(14, 20, 44, 0.23) 100%);
	background-color: #04edff;
}

.industry-sec-card:nth-child(2) {
	background: linear-gradient(119deg, rgba(20, 31, 73, 0.54) 0%, rgba(14, 20, 44, 0.23) 100%);
	background-color: #7312ff;
}

.industry-sec-card:nth-child(3) {
	background: linear-gradient(119deg, rgba(20, 31, 73, 0.54) 0%, rgba(14, 20, 44, 0.23) 100%);
	background-color: #0b3cff;
}

.industry-sec-card-header {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.6rem;
}

.industry-sec-card-subheader {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.6rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	padding: 1.5rem;

}

.industry-sec-card-desc {
	font-size: 0.8rem;
	color: #fff;
	font-weight: 500;
	text-wrap: wrap;
	min-height: 100px;
}

.industry-sec-card-btn {

	padding: 0.6rem 0.9rem;
	border-radius: 20px;
	border: none;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	background-color: #000;
	width: fit-content;
}

.industry-sec-card-btn .arrow-btn-icon {
	width: 1rem;
	height: 1rem;
	transition: left .35s;
	position: absolute;
	left: 0%;
}

.industry-sec-card-btn svg {
	width: 16px;
	color: #fff;
}

.industry-sec-card-btn .arrow-btn-text {
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
	margin-left: 1.625rem;
	transition: margin .4s;
}

.industry-sec-card-btn:hover .arrow-btn-icon {
	left: 100%;
	transform: translateX(-100%);
}

.industry-sec-card-btn:hover .arrow-btn-text {
	margin-left: 0rem;
	margin-right: 1.625rem;
}


.industy-element-fade-up {
	/* display: none; */
	visibility: hidden;
	opacity: 0;
	transform: translateY(50px);
	transition: all .8s ease-in-out;
}

.industy-element-fade-down {
	transform: translateY(0px);
	transition: all .8s ease-in-out;

}

.industy-element-fade-up--active {
	/* display:flex; */
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	/* text-wrap: nowrap; */
}

.industy-element-fade-down--active {
	visibility: none;
	opacity: 0;
	transform: translateY(50px);
	z-index: -1;
}

.industry-sec-card--active {
	/* width: 50%; */
	/* transition: all 3s e;
	animation: icreasewidth 0.5s linear; */
	opacity: 1;
	width: 200% !important;

}

/* @keyframes icreasewidth{
	0%{
		width: 33%;
	}
	100%{
		width: 50%;
	}
} */
@media screen and (max-width:1199px) and (min-width:992px) {

	.industry-sec-card-header,
	.industry-sec-card-subheader {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 0.4rem;
	}

}

@media screen and (max-width:991px) and (min-width:768px) {
	.industry-sec {
		padding: 3rem 0;
	}

	.industry-sec-card {
		gap: 6rem;
	}

	.industry-sec-card-desc {
		min-height: 120px !important;
		text-wrap: wrap;

	}

	.industry-sec-card-header,
	.industry-sec-card-subheader {
		font-size: 1.6rem;
		font-weight: 700;
		margin-bottom: 0.4rem;
	}

	.industry-sec-card--active {
		width: 100% !important;

	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.industry-sec {
		padding: 2rem 0;
	}

	.industry-sec-content {
		flex-flow: column;
	}

	.industry-sec-card {
		gap: 4rem;
	}

	.industry-sec-card-desc {
		min-height: auto !important;
		text-wrap: wrap;
	}

	.industry-sec-card-header,
	.industry-sec-card-subheader {
		font-size: 1.4rem;
		font-weight: 900;
		margin-bottom: 0.4rem;
	}

	.industry-sec-card {
		width: 100%;
		padding: 1rem;
	}

	.industry-sec-card--active {
		width: 100% !important;
	}

	.industry-sec-card-subheader {
		display: none;
	}

	.industy-element-fade-up {
		display: flex;
		visibility: visible;
		opacity: 1;
		transform: none;
	}


}

/* .industry sec  */

/* case studies */
.case-studies {
	padding: 4rem 0;
	/* background-color: #000; */
}

.case-studies-content {
	border-radius: 30px;
	background-color: #000;
	background-image: url(../img/cs-bg.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem 0rem 0;
	position: relative;
	z-index: 99;
}

.case-studies-slider .swiper-wrapper {
	position: relative;
	z-index: 1;
}

.case-studies-header-wrapper {
	text-align: center;
	margin-bottom: 4rem;
}

.case-studies-header {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.8rem;
}

.case-studies-header-desc {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
}


.case-studies-card {
	position: relative;
	z-index: 9;
}

.case-studies-card-image img {
	width: 100% !important;
	height: 280px !important;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.case-studies-card-title {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	padding: 1.5rem;
	background: linear-gradient(119deg, rgba(20, 31, 73, 0.54) 0%, rgba(14, 20, 44, 0.23) 100%);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.case-studies-card-title span {
	visibility: none;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.5s linear;
}

.case-studies-card:hover .case-studies-card-title {
	/* background-image: linear-gradient(to top, #000000, #3b3b3b, #77777747, #77777747, #77777747); */
	background-image: linear-gradient(180deg, #0000, #0e031e);
}

.case-studies-card:hover .case-studies-card-title span {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

@media screen and (max-width:991px) and (min-width:768px) {
	.case-studies {
		padding: 2.5rem 0;
	}

	.case-studies-header-wrapper {

		margin-bottom: 3rem;
	}

	.case-studies-header {
		font-size: 1.8rem;
		margin-bottom: 0.3rem;
	}

	.case-studies-header-desc {
		font-size: 1rem;

	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.case-studies {
		padding: 2.5rem 0;
	}

	.case-studies-header-wrapper {

		margin-bottom: 2.5rem;
	}

	.case-studies-header {
		font-size: 1.6rem;
		margin-bottom: 0rem;
	}

	.case-studies-header-desc {
		font-size: 1rem;

	}
}

@media screen and (max-width:767px) and (min-width:576px) {
	.case-studies {
		padding: 2.5rem 0;
	}

	.case-studies-header-wrapper {

		margin-bottom: 2.5rem;
	}

	.case-studies-header {
		font-size: 1.6rem;
		margin-bottom: 0rem;
	}

	.case-studies-header-desc {
		font-size: 1rem;

	}
}

@media screen and (max-width:575px) and (min-width:320px) {
	.case-studies {
		padding: 2rem 0;
	}

	.case-studies-header-wrapper {
		margin-bottom: 2rem;
	}

	.case-studies-header {
		font-size: 1.4rem;
		margin-bottom: 0rem;
	}

	.case-studies-header-desc {
		font-size: 1rem;
	}

	.case-studies-content {
		padding-top: 1.5rem;
	}
}

/* case studies */

/* MX-NEW-BANNER */
.banner-section,
.inner-banner-section {
	background: url(../img/banner-bg-circle.png), #000 !important;

}

.carousel-item {
	height: 104vh;
}

.carousel-item .section {
	height: 104vh;
}

@media screen and (max-width:1350px) and (min-width:992px) {

	.carousel-item {
		height: 650px;
	}

	.carousel-item .section {
		height: 650px;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.carousel-item {
		height: 600px !important;
	}

	.carousel-item .section {
		height: 600px !important;
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.carousel-item {
		height: 750px !important;
	}

	.carousel-item .section {
		height: 750px !important;
	}
}

.slider-text1,
.slider-text2 {
	position: absolute;
	bottom: 10% !important;
	left: 0;
	color: #fff;
	width: 100%;
	text-transform: capitalize;
}

.contact-bg.homebg.newbg4 {
	background: url(../img/banner-bg-circle.png), #000 !important;
	background-size: cover !important;
	background-position: center !important;
	height: 700px;
}

.contact-bg {
	background: url(../img/banner-bg-circle.png), #000 !important;

}

.inner-banner-section.blog-bg::after,
.inner-banner-section.widgetbg::after {
	content: none;
}

.mx-new-banner {
	height: 100%;
}

.mx-new-banner-container {
	height: 100%;
	display: flex;
	align-items: center;
}

.mx-banner .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* padding-top: 1rem; */
}

.mx-new-banner-content {
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: center;
	/* gap: 0.5rem; */
	padding: 2rem 0 0;

}

/* .mx-new-banner-container{
	padding-top: 4rem;
} */
.mx-new-banner-header {
	font-size: 65px;
	font-weight: 500;
	color: #fff;
	/* font-family: "Roboto", sans-serif !important; */
	font-family: 'poppins', sans-serif;
	width: 100%;
	letter-spacing: 0.1rem;
	line-height: 1.03;
	/* line-height: 4rem; */
	text-transform: uppercase;

}

/* .mx-new-banner-header span {
	border: 1px solid #fff;
	padding: 0rem 1.5rem;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
} */
.mx-new-banner-header span {
	border: .0625rem solid #fff;
	padding: 0.5rem 1rem;
	border-radius: 3.125rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	/* margin-left: 1rem; */
	/* padding-left: .5rem;
	padding-right: 2rem; */
	outline-offset: 0rem;
	outline: .0625rem #fff;

}

/* .mx-new-banner-header span img {
	width: 40px !important;
	height: 40px !important;
} */
.mx-banner-header-one {
	padding-left: 115px;
	padding-bottom: 1.5rem;
	text-shadow: 0 0 6px #000;

}

.mx-banner-header-two {
	/* text-align: center; */
	padding-left: 115px;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding-bottom: 1.3rem;
	text-shadow: 0 0 6px #000;

}

.mx-banner-header-two span {
	font-size: 50px;
	text-shadow: none;
}

.mx-banner-header-three {
	/* text-align: end;
	padding-right: 4rem; */
	padding-left: 30%;
	font-size: 50px;
	padding-bottom: 1.3rem;


}

.mx-banner-header-four {
	padding-left: 35%;
	font-size: 50px;
	padding-bottom: 1.3rem;

}

.border-circle-one {
	display: inline-block;
	border: 8px solid #fff !important;
	border-radius: 50px !important;
	/* width: 27px; */
	width: 120px;
	height: 49px;
	padding: 0 18px !important;
	animation: expandcircleone 2s linear 0.8s infinite alternate;
	margin-left: -20px;
}

/* 
@keyframes expandcircleone {
	0% {
		width: 30px;
	}

	20% {
		width: 40px;
	}

	40% {
		width: 80px;
	}

	60% {
		width: 120px;
	}

	80% {
		width: 160px;
	}

	100% {
		width: 160px;
	}
} */

.border-circle-two {
	display: inline-block;
	border: 8px solid #fff !important;
	border-radius: 50px !important;
	width: 30px;
	height: 60px;
	padding: 0 20px !important;
	animation: expandcircletwo 2s linear 3.5s infinite alternate;
}

@keyframes expandcircletwo {
	0% {
		width: 30px;
	}

	20% {
		width: 40px;
	}

	40% {
		width: 80px;
	}

	60% {
		width: 120px;
	}

	80% {
		width: 160px;
	}

	100% {
		width: 160px;
	}
}

.circle-point {
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.animirani-div {
	width: 120px;
	/* height: 100px; */
	height: 80px;
	line-height: 75px;
	background-color: transparent;
}

.slicica_aset.second.w-embed.creation-icon,
.animirani-div svg {
	height: 85px;
	line-height: 75px;
}

.mx-banner-header-four .slicica_aset.third.w-embed.design-svg-icon,
.mx-banner-header-four svg {
	width: 82px;
	height: 83px;
	line-height: 75px;
	margin-top: -13px;
}

.animirani-div {
	animation: animirajMe 3900ms linear infinite alternate-reverse forwards;
}

@keyframes animirajMe {
	0% {
		width: 118px;
	}

	10.2564% {
		width: 118px;
		animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
	}

	35.8974% {
		width: 81px;
		animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
	}

	66.6667% {
		width: 81px;
		animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
	}

	89.7436% {
		width: 118px;
	}

	100% {
		width: 118px;
	}
}

.creation-icon {

	color: #0000;
	width: 4.6rem;
	height: 4.6rem;
	margin-top: .3125rem;
	line-height: 5.5rem;
	display: inline-block;
	position: relative;

}

.creation-icon {
	background-image: none;
	justify-content: center;
	align-items: center;
	width: 6.25rem;
	height: 5.5rem;
	margin-top: 0;
	margin-right: 0;
	display: block;
	bottom: .25rem;
}

.design-svg-icon {
	background-image: none;
	justify-content: center;
	align-items: center;
	width: 5.125rem;
	height: 5.125rem;
	margin-top: 0 !important;
	display: inline-block;
	position: relative;
	color: transparent;
	line-height: 5.5rem;
	color: #0000;
	line-height: 5.5rem;
	position: relative;
}

.mx-text-container {
	position: absolute;
	bottom: -4%;
	left: 0%;
	perspective: 500px;
}

.mx-text-container img {
	width: 300px !important;
	height: 200px !important;
	object-fit: contain !important;
	object-position: left;
}

.mx-text-header {
	font-family: 'Neuemontreal', sans-serif;
	text-transform: lowercase;
	font-size: 10rem;
	text-align: center;
	font-weight: normal;
	margin: 0;
	/* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; */
	color: #fff;
	/* $face */
	position: relative;
	/* content: attr(data-heading);
	animation: xspin 0.5s 1; */

	/* For before and after elements */
}

/* body {
	background: rgba(10, 20, 40, 1);
	height: 100vh;

  } */

#ui div,
#ui .mx-text {
	will-change: transform;
}

#ui {
	transform-style: preserve-3d;
}

#ui .mx-text {
	position: absolute;
	font-size: 10rem;
	font-weight: 600;
	color: #0f2eac !important;
	line-height: 15rem;
	font-family: 'Anton', sans-serif;
	padding: 20px 0;
	mix-blend-mode: screen;
	transform-style: preserve-3d;
	top: -120px;
	left: 180px;
}

@keyframes wave {
	0% {
		transform: translate(-50%, -50%) scale(0.9) rotateX(20deg) rotateY(20deg) rotateZ(0deg);
		color: rgba(0, 30, 100, 1);
	}

	100% {
		transform: translate(-50%, -50%) scale(1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
		color: rgba(50, 230, 255, 1);
	}
}

.mx-new-banner-content {
	position: relative;
}

.mx-text-container h1.mx-text-header {
	text-align: left;
	font-size: 240px;
}

.mendix-certifications-banner {
	flex-flow: column !important;
}

.mendix-certifications-banner-title {
	font-family: "Oswald", serif;
	font-size: 2.5rem !important;
	line-height: normal !important;
	margin-bottom: 2rem !important;
}

.mendix-certifications-banner-subtitle {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}

.mendix-certifications-banner-badges-box {
	display: flex;
	flex-wrap: wrap;
	/* grid-template-columns: repeat(5, auto); */
	justify-content: center;
	gap: 15px;
	padding-top: 2rem;
}

.mendix-certifications-banner-badges-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.mendix-certifications-banner-badges-img {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.mendix-certifications-banner-badges-img span {
	margin: 0 !important;
}

.mendix-certifications-banner-badges-img img {
	width: 100px !important;
	height: 100px !important;
	object-fit: contain;
}

.mendix-certifications-banner-badges-title {
	font-size: 1rem !important;
	font-weight: 500;
	color: #fff;
	padding: 0 1.5rem;
}

/* MX-NEW-BANNER */
@media only screen and (min-width:2550px) {
	.mx-banner {
		padding-top: 85px
	}
}

@media screen and (min-width:1400px) {
	.mx-text-container {
		position: absolute;
		bottom: 20px;
		left: 0%;
		perspective: 500px;
	}

	.mx-text-container img {
		width: 300px !important;
		height: 100px !important;
		object-fit: contain !important;
		object-position: left;
	}
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.mx-banner {
		padding-top: 0rem;
	}

	.mx-new-banner-content {
		padding: 0;
	}

	.mx-new-banner-container {
		padding-top: 16rem;
	}

	.mx-new-banner-header {
		font-size: 60px;
		margin-bottom: 4px;
	}

	.mx-banner-header-one {
		padding-left: 0px;
	}

	.mx-banner-header-two {
		padding-left: 0px;
	}

	.mx-banner-header-three {
		padding-left: 40%;
		margin-bottom: 0px;

	}

	.mx-banner-header-four {
		padding-right: 110px;
		margin-top: 6px;
	}

	nav.navbar.navbar-expand-lg.header-nav {
		padding: 0.5rem 0;

	}

	.main-nav>li>a {
		line-height: 60px;
		padding: 0 !important;
	}

	.mx-text-container h1.mx-text-header {
		text-align: left;
		font-size: 200px;
	}

	.mx-text-container {
		position: absolute;
		bottom: -10%;
		left: 0%;
	}

	.border-circle-one {
		display: inline-block;
		border: 8px solid #fff !important;
		border-radius: 50px !important;
		width: 30px;
		height: 47px;
		padding: 0 15px !important;
		animation: expandcircleone 2s linear 0.8s infinite alternat
	}

	.border-circle-two {
		display: inline-block;
		border: 8px solid #fff !important;
		border-radius: 50px !important;
		width: 30px;
		height: 47px;
		padding: 0 15px !important;
		animation: expandcircletwo 2s linear 3.5s infinite alternate;
	}

	.strategy-svg-icon svg {
		width: 50px;
		height: 50px;
	}

	.animirani-div {
		height: 50px;
		width: 50px;
	}

	.slicica_aset.second.w-embed.creation-icon,
	.animirani-div svg {
		height: 50px;
		line-height: 75px;
		position: absolute;
		top: 0;
	}

	.mx-banner-header-four .slicica_aset.third.w-embed.design-svg-icon,
	.mx-banner-header-four svg {
		width: 50px;
		height: 50px;
		line-height: 75px;
		margin-top: -40px;
	}

	@keyframes animirajMe {
		0% {
			width: 80px;
		}

		10.2564% {
			width: 80px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		35.8974% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		66.6667% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		89.7436% {
			width: 80px;
		}

		100% {
			width: 80px;
		}
	}

	.mendix-certifications-banner-title {
		font-size: 1.8rem !important;
		padding-bottom: 0rem !important;
	}

	.mendix-certifications-banner-subtitle {
		font-size: 1.5rem;
	}

	.mendix-certifications-banner-badges-img img {
		width: 80px !important;
		height: 80px !important;
	}

	.mendix-certifications-banner-badges-title {
		font-size: 0.8rem !important;
		padding: 0;
	}

	.inner-banner-section {
		padding-top: 180px;
		min-height: 480px;
	}
}

@media screen and (max-width:1023px) and (min-width:991px) {
	.main-nav li a {
		font-size: 13px
	}

	.main-nav>li {
		margin-right: 8px
	}

	.menu-mendix10 {
		margin-left: 20px;
	}

}

@media screen and (max-width:991px) and (min-width:768px) {
	.mx-banner {
		padding-top: 0rem;
	}

	.mx-new-banner-content {
		padding: 0;
	}

	.mx-new-banner-header {
		font-size: 50px;
		margin-bottom: 4px;
	}

	.mx-banner-header-one {
		padding-left: 0px;
	}

	.mx-banner-header-two {
		padding-left: 0px;
	}

	.mx-banner-header-three {
		padding-left: 40%;
		margin-bottom: 0px;

	}

	.mx-banner-header-four {
		padding-right: 110px;
		margin-top: 0;
	}

	.mx-new-banner-header span {
		padding-left: 0.3rem;
		padding-right: 1rem;
	}

	.mx-text-container h1.mx-text-header {
		text-align: left;
		font-size: 160px;
	}

	.strategy-svg-icon svg {
		width: 40px;
		height: 40px;
	}

	.animirani-div {
		height: 50px;
		width: 50px;
	}

	.slicica_aset.second.w-embed.creation-icon,
	.animirani-div svg {
		height: 50px;
		line-height: 75px;
		position: absolute;
		top: 0;
	}

	.mx-banner-header-four .slicica_aset.third.w-embed.design-svg-icon,
	.mx-banner-header-four svg {
		width: 50px;
		height: 50px;
		line-height: 75px;
		margin-top: -40px;
	}

	.border-circle-one {
		display: inline-block;
		border: 6px solid #fff !important;
		border-radius: 50px !important;
		width: 20px;
		height: 40px;
		padding: 0 0.7rem !important;
		animation: expandcircleone 2s linear 0.8s infinite alternate;
	}

	@keyframes animirajMe {
		0% {
			width: 80px;
		}

		10.2564% {
			width: 80px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		35.8974% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		66.6667% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		89.7436% {
			width: 80px;
		}

		100% {
			width: 80px;
		}
	}

	@keyframes expandcircleone {
		0% {
			width: 20px;
		}

		20% {
			width: 30px;
		}

		40% {
			width: 60px;
		}

		60% {
			width: 100px;
		}

		80% {
			width: 130px;
		}

		100% {
			width: 130px;
		}
	}

	.border-circle-two {
		display: inline-block;
		border: 7px solid #fff !important;
		border-radius: 50px !important;
		width: 25px;
		height: 40px;
		padding: 0 0.7rem !important;
		animation: expandcircletwo 2s linear 3.5s infinite alternate;
	}

	@keyframes expandcircletwo {
		0% {
			width: 20px;
		}

		20% {
			width: 30px;
		}

		40% {
			width: 60px;
		}

		60% {
			width: 100px;
		}

		80% {
			width: 130px;
		}

		100% {
			width: 130px;
		}
	}

	.section-search-five .hero-para-content p {
		font-size: 19px;
	}

	.section-search-five .left-set h2 {
		font-size: 19px;
	}

	.mendix-certifications-banner-title {
		font-size: 1.8rem !important;
		padding-bottom: 0rem !important;
	}

	.mendix-certifications-banner-subtitle {
		font-size: 1.5rem;
	}

	.mendix-certifications-banner-badges-content {
		gap: 1rem;
	}

	#carouselExampleIndicators .mendix-certifications-banner-badges-img img {
		width: 60px !important;
		height: 60px !important;
	}

	.mendix-certifications-banner-badges-title {
		font-size: 0.8rem !important;
		padding: 0;
	}

	.mendix-certifications-banner-badges-box {
		display: flex;
		/* grid-template-columns: repeat(3, auto); */
	}

}

@media screen and (max-width:767px) and (min-width:576px) {
	.mx-banner {
		padding-top: 0rem;
	}

	.mx-new-banner-container {
		padding: 8rem 0 3rem;
	}

	.mx-new-banner-content {
		padding: 0;
	}

	.mx-new-banner-header {
		font-size: 40px;
		margin-bottom: 4px;
	}

	.mx-banner-header-one {
		padding-left: 0px;
	}

	.mx-banner-header-two {
		padding-left: 0px;
	}

	.mx-banner-header-three {
		padding-left: 40%;
		margin-bottom: 0px;

	}

	.mx-banner-header-four {
		padding-right: 40px;
		margin-top: 0;
	}

	.mx-new-banner-header span {
		padding-left: 0.3rem;
		padding-right: 1rem;
	}

	.mx-text-container {
		position: absolute;
		bottom: -10%;
		left: 0%;
	}

	.mx-text-container h1.mx-text-header {
		text-align: left;
		font-size: 140px;
	}

	.strategy-svg-icon svg {
		width: 40px;
		height: 50px;
	}

	.animirani-div {
		height: 50px;
		width: 50px;
	}

	.slicica_aset.second.w-embed.creation-icon,
	.animirani-div svg {
		height: 50px;
		line-height: 75px;
		position: absolute;
		top: 0;
	}

	.mx-banner-header-four .slicica_aset.third.w-embed.design-svg-icon,
	.mx-banner-header-four svg {
		width: 50px;
		height: 50px;
		line-height: 75px;
		margin-top: -35px;
	}

	.border-circle-one {
		display: inline-block;
		border: 6px solid #fff !important;
		border-radius: 50px !important;
		width: 25px;
		height: 30px;
		padding: 0 0.5rem !important;
		animation: expandcircleone 2s linear 0.8s infinite alternate;
	}

	@keyframes animirajMe {
		0% {
			width: 60px;
		}

		10.2564% {
			width: 60px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		35.8974% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		66.6667% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		89.7436% {
			width: 60px;
		}

		100% {
			width: 60px;
		}
	}

	@keyframes expandcircleone {
		0% {
			width: 15px;
		}

		20% {
			width: 20px;
		}

		40% {
			width: 40px;
		}

		60% {
			width: 60px;
		}

		80% {
			width: 80px;
		}

		100% {
			width: 80px;
		}
	}

	.border-circle-two {
		display: inline-block;
		border: 6px solid #fff !important;
		border-radius: 50px !important;
		width: 25px;
		height: 30px;
		padding: 0 0.5rem !important;
		animation: expandcircletwo 2s linear 3.5s infinite alternate;
	}

	@keyframes expandcircletwo {
		0% {
			width: 15px;
		}

		20% {
			width: 20px;
		}

		40% {
			width: 40px;
		}

		60% {
			width: 60px;
		}

		80% {
			width: 80px;
		}

		100% {
			width: 80px;
		}
	}

	.section-search-five h2 {
		font-size: 26px;
	}

	.slider-text1,
	.slider-text2 {
		position: absolute;
		bottom: 5% !important;
	}

	.section-search-five .hero-para-content p {
		font-size: 18px !important;
	}

	.mendix-certifications-banner-title {
		font-size: 1.6rem !important;
		margin-bottom: 0rem !important;
	}

	.mendix-certifications-banner-subtitle {
		font-size: 1.2rem;
	}

	.mendix-certifications-banner-badges-content {
		gap: 0.3rem;
	}

	#carouselExampleIndicators .mendix-certifications-banner-badges-img img {
		width: 50px !important;
		height: 50px !important;
	}

	.mendix-certifications-banner-badges-title {
		font-size: 0.8rem !important;
		padding: 0;
	}

	.mendix-certifications-banner-badges-box {
		display: flex;
		/* grid-template-columns: repeat(3, auto); */
		padding-top: 1rem;
	}

}

@media screen and (max-width:575px) and (min-width:320px) {
	.mx-banner {
		padding-top: 0rem;
	}

	.mx-new-banner-container {
		padding: 8rem 0 3rem;
	}

	.mx-new-banner-content {
		padding: 0;
	}

	.mx-new-banner-header {
		font-size: 30px;
		margin-bottom: 0px;
	}

	.mx-banner-header-one {
		padding-left: 0px;
	}

	.mx-banner-header-two {
		padding-left: 0px;
		display: flex;
		align-items: center;
		gap: 0.2rem;
		flex-wrap: wrap;
		margin-bottom: 5px;

	}

	.mx-banner-header-three {
		padding-left: 17%;
		margin-bottom: 0px;

	}

	.mx-banner-header-four {
		padding-right: 10px;
		margin-top: 0;
	}

	.mx-new-banner-header span {
		padding-left: 0.3rem;
		padding-right: 1rem;
	}

	.mx-text-container {
		position: absolute;
		bottom: -2%;
		left: 0%;
	}

	.mx-text-container h1.mx-text-header {
		text-align: left;
		font-size: 60px;
	}

	.strategy-svg-icon svg {
		width: 40px;
		height: 50px;
	}

	.animirani-div {
		height: 50px;
		width: 50px;
	}

	.slicica_aset.second.w-embed.creation-icon,
	.animirani-div svg {
		height: 50px;
		line-height: 75px;
		position: absolute;
		top: 0;
	}

	.mx-banner-header-four .slicica_aset.third.w-embed.design-svg-icon,
	.mx-banner-header-four svg {
		width: 50px;
		height: 50px;
		line-height: 75px;
		margin-top: -36px;
	}

	.border-circle-one {
		display: inline-block;
		border: 4px solid #fff !important;
		border-radius: 50px !important;
		width: 25px;
		height: 22px;
		padding: 0 0.4rem !important;
		animation: expandcircleone 2s linear 0.8s infinite alternate;
	}

	@keyframes animirajMe {
		0% {
			width: 60px;
		}

		10.2564% {
			width: 60px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		35.8974% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		66.6667% {
			width: 40px;
			animation-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
		}

		89.7436% {
			width: 60px;
		}

		100% {
			width: 60px;
		}
	}

	@keyframes expandcircleone {
		0% {
			width: 10px;
		}

		20% {
			width: 20px;
		}

		40% {
			width: 30px;
		}

		60% {
			width: 40px;
		}

		80% {
			width: 50px;
		}

		100% {
			width: 50px;
		}
	}

	.border-circle-two {
		display: inline-block;
		border: 4px solid #fff !important;
		border-radius: 50px !important;
		width: 25px;
		height: 22px;
		padding: 0 0.4rem !important;
		animation: expandcircletwo 2s linear 3.5s infinite alternate;
	}

	@keyframes expandcircletwo {
		0% {
			width: 10px;
		}

		20% {
			width: 20px;
		}

		40% {
			width: 30px;
		}

		60% {
			width: 40px;
		}

		80% {
			width: 50px;
		}

		100% {
			width: 50px;
		}
	}

	.mendix-certifications-banner-title {
		font-size: 1.4rem !important;
		margin-bottom: 0rem !important;
	}

	.mendix-certifications-banner-subtitle {
		font-size: 1rem;
	}

	.mendix-certifications-banner-badges-content {
		gap: 0.3rem;
	}

	#carouselExampleIndicators .mendix-certifications-banner-badges-img img {
		width: 50px !important;
		height: 50px !important;
	}

	.mendix-certifications-banner-badges-title {
		font-size: 0.6rem !important;
		font-weight: 300;
		padding: 0;
	}

	.mendix-certifications-banner-badges-box {
		display: flex;
		/* grid-template-columns: repeat(3, auto); */
		padding-top: 0rem;

	}

	.mendix-certifications-banner-badges-content:nth-child(4) {
		grid-area: 2/1/3/3;
	}

	.mendix-certifications-banner-badges-content:nth-child(5) {
		grid-area: 2/3/3/4;
	}

}

@media screen and (max-width:575px) and (min-width:425px) {
	.mx-banner-header-one {
		padding-left: 0px;
	}

	.mx-banner-header-two {
		padding-left: 0px;
		display: flex;
		align-items: center;
		gap: 0.2rem;
		flex-wrap: wrap;
		margin-bottom: 5px;

	}

	.mx-banner-header-three {
		padding-left: 30%;
		margin-bottom: 0px;

	}

	.mx-banner-header-four {
		padding-right: 80px;
		margin-top: 0;
	}


}

@media screen and (max-width:575px) and (min-width:320px) {
	.contact-bg.homebg.newbg4 {
		height: 600px;
	}

	.carousel-item {
		height: 600px;
	}

	.section-search-five h2 {
		font-size: 22px;
	}

	.slider-text1,
	.slider-text2 {
		position: absolute;
		bottom: 0% !important;
	}

	.section-search-five .hero-para-content p {
		font-size: 16px !important;
	}
}

/* banner content  */

.banner-content-desc {
	font-size: 18px !important;
	margin-bottom: 20px;
}

.banner-content-btn {
	background-color: #146ff4 !important;
	border-radius: 6px !important;
	padding: 12px 20px;
	border: 1px solid #146ff4 !important;
	;
	width: fit-content;
}

.first-banner-placement {
	padding: 0;
	padding-top: 80px;
}

.third-banner-placement {
	padding: 0;
	padding-bottom: 120px;
}

#carouselExampleIndicators .mendix-certifications-banner-badges-img .banner-icon-image {
	width: 100% !important;
	height: 150px !important;
}

.first-banner-placement .title {
	font-size: 55px !important;
	margin-bottom: 1rem !important;
}

@media screen and (max-width:1300px) and (min-width:992px) {
	.first-banner-placement {
		padding-top: 130px;
	}
}

@media screen and (max-width:1199px) and (min-width:992px) {
	.first-banner-placement .title {
		font-size: 40px !important;
	}

	#carouselExampleIndicators .mendix-certifications-banner-badges-img .banner-icon-image {
		width: 100% !important;
		height: 140px !important;
	}
}

@media screen and (max-width:991px) and (min-width:768px) {
	.first-banner-placement .title {
		font-size: 30px !important;
	}

	.third-banner-placement {
		padding: 0;
		padding-top: 40px;

	}

	#carouselExampleIndicators .mendix-certifications-banner-badges-img .banner-icon-image {
		width: 100% !important;
		height: 100px !important;
	}
}

@media screen and (max-width:767px) and (min-width:320px) {
	.first-banner-placement .title {
		font-size: 28px !important;
	}

	.third-banner-placement {
		padding: 0;
		padding-top: 40px;

	}

	.knowmore-btn.prolimbtn {
		font-size: 0.8rem;
	}

	#carouselExampleIndicators .mendix-certifications-banner-badges-img .banner-icon-image {
		width: 100% !important;
		height: 100px !important;
	}
}

.mx-widget {
	gap: 1.5rem 0;
}

.widgets-download-details {
	padding-bottom: 40px;

	.banner-header {
		border-bottom: 1px solid #fff;

		h1 {
			padding-bottom: 1rem;
		}
	}

	.banner-release-details {
		row-gap: 2rem;
		color: #fff;
		border-top: 1px soild #fff !important;

		h5 {
			font-size: 1rem;
			color: #fff;
		}

		.rating-star i {
			color: #f5a623;
		}

		a {
			color: #fff;
			text-decoration: underline;
			font-size: 0.9rem;
		}

		.downloads {
			margin-top: 1rem;

			a {
				background-color: #146ff4;
				padding: 0.5rem 1rem;
				border-radius: 1rem;
			}
		}
	}


}

/* blog */
.mx-blog-list .blog.grid-blog {
	height: 100%;
}

.blog-grid-row {
	gap: 1.5rem 0;
}

@media screen and (max-width:991px) and (min-width:320px) {
	.story-link-card {
		display: none;
	}

	.sidebar-overlay.opened {
		display: block;
		z-index: 0;
	}
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.banner-icon-content {
	width: fit-content;
	margin: 0 auto !important;
}

.header-nav {
	margin-top: 0.3rem !important;
}

.top-header {
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: end;
	gap: 0.8rem;
	margin-top: 0.3rem;
}

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

.top-header ul a {
	font-size: 0.8rem;
	color: #fff;
	text-decoration: underline;
}

/* country code input */

.iti--inline-dropdown {
	width: 100%;
}

.iti__selected-country {
	height: 100% !important;
}

.country-code-err {
	color: red;
	font-size: 14px;
	display: none;
}

/* translate */


.translate-input {
	display: none !important;
	transition: opacity 0.3s ease-in-out;
}

.translate-input-show {
	display: block !important;
	opacity: 1;
}

.gtraslate .skiptranslate {
	display: block;
}

.skiptranslate {
	display: block;
}

iframe#\:2\.container {
	display: none;
}

#VIpgJd-ZVi9od-vH1Gmf {
	width: 73px;
	height: 230px;
}

.gtraslate {
	/* position: absolute; */
	/* overflow: hidden; */
	/* top: 2%;
	right: 5px; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
	width: auto !important;
	height: auto !important;
	/*background: url(../img/home/translate-100.png)
	  rgba(182, 194, 197, 0.8) no-repeat center center;
	background-size: 30px 30px; */
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.goog-te-gadget-simple img {
	display: none;
}

.gtraslate #google_translate_element,
.gtraslate #google_translate_element_one {
	display: block;
	/* opacity: 0; */
	width: auto;
	height: auto;
}

.goog-te-gadget-simple {
	background-color: #f2f2f257 !important;
	border: none !important;
	border-bottom: 0px solid #E8E8E8 !important;
	font-size: 12px !important;
	display: inline-block;
	padding-top: 0px !important;
	padding-bottom: 2px;
	cursor: pointer;
	border: none;
	color: #fff;
	padding: 4px 3px;
	border-radius: 0px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
	text-decoration: none;
	color: #fff;
	border: none !important;
	padding: 0 1px;
	font-size: 12px !important;
}

/* .gtraslate:hover #google_translate_element,
  .gtraslate:hover #google_translate_element_one
   {
	display: block;
	opacity: 1;
	width: auto;
	height:auto;
  } */
/* .gtraslate:hover {
	background: rgba(182, 194, 197, 0.8);
	width: auto;
	padding: 10px 20px;
  } */
.gtraslate a {
	/* pointer-events: none; */
}

.gtraslate-mobile {
	display: none;
}

@media screen and (max-width: 991px) and (min-width:320px) {
	.gtraslate {
		position: static;
		margin: 5px 20px !important;
	}

	.gtraslate-desktop {
		display: none !important;
	}

	.gtraslate-mobile {
		display: block;
	}
}

#goog-gt-tt {
	display: none !important;
}

/* responsive */
@media screen and (max-width: 767px) and (min-width:320px) {
	.inner-banner-section .doctor-search {
		width: 100%;
	}


}

