/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/build/scss/front-style.scss ***!
  \***************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900);
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/build/scss/front-style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Author       : CodeVista
Template Name: CodeVista - Theme Template
Version      : 1.0.0
*/
/*============================
 [Table of CSS]

1. General
2. Table
3. Bootstrap Classes
4. Avatar
5. Select2
6. Nav Tabs
7. Modal
8. Components
9. Slick Slider
10. Focus Label
11. Header
12. Mobile Menu
13. Footer
14. Login
15. Home
16. Search
17. Doctor Profile
18. Booking
19. Checkout
20. Booking Success
21. Invoice View
22. Schedule Timings
23. Doctor Dashboard
24. Patient Profile
25. Add Billing
26. Chat
27. Doctor Profile Settings
28. Calendar
29. Patient Dashboard
30. Profile Settings
31. Appoitment List
32. Reviews
33. Voice call
34. Video Call
35. Outgoing Call
36. Incoming Call
37. Terms and Conditions
38. Blog
39. Blog Details
40. Blog Grid
41. Map List & Grid
42. Loader
43. Product
44. Cart
45. Slider
46. Responsive

========================================*/
/*-----------------
	0. Primary Color
-----------------------*/
/* #0de0fe */
/* #049b6a */
/* #2C3E50 */
/* #2E7D32 */
/* #0A66C2 */
/* #fe5301 */
/*-----------------
	1. General
-----------------------*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../4674f8ded773cb03e824.eot); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../cff684e59ffb052d72cb.html) format("woff2"), url(../83bebaf37c09c7e1c3ee.woff) format("woff"), url(../5e7382c63da0098d634a.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

html {
  height: 100%;
}

body {
  background-color: #f8f9fa;
  color: #272b41;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  height: 100%;
  overflow-x: hidden;
}

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

a {
  color: #2e3842;
}

a:hover {
  color: #2C3E50;
}

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

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

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

button:focus {
  outline: 0;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.focus,
.btn:focus {
  box-shadow: inherit;
}

.form-control {
  border-color: #dcdcdc;
  color: #333;
  font-size: 15px;
  min-height: 46px;
  padding: 6px 15px;
}

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

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

.form-control::-moz-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;
}

/*-----------------
	2. Table
-----------------------*/
.table {
  color: #272b41;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f8f9fa;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  border-top: 0;
  padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}

.table.dataTable {
  border-collapse: collapse !important;
}

table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

table.table td h2.table-avatar {
  align-items: center;
  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: #2C3E50;
}

table.table td h2 span {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

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

.table tbody tr {
  border-bottom: 1px solid rgba(0, 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 {
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

/*-----------------
	3. Bootstrap Classes
-----------------------*/
.btn.focus,
.btn:focus {
  box-shadow: unset;
}

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

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

.bg-primary,
.badge-primary {
  background-color: #2C3E50 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #2C3E50 !important;
}

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

.bg-info,
.badge-info {
  background-color: #009efb !important;
}

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

.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
  background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #e63333 !important;
}

.bg-white {
  background-color: #fff;
}

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

.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #2C3E50 !important;
}

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

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

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

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

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

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

.btn-primary {
  background-color: #2C3E50;
  border: 1px solid #2C3E50;
}

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

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

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #2C3E50;
  border-color: #2C3E50;
  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: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

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

.btn-success {
  background-color: #00e65b;
  border: 1px solid #00e65b;
}

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

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

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

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

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

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

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #fff;
}

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

.btn-info.disabled,
.btn-info:disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}

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

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

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

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

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #fff;
}

.btn-danger {
  background-color: #ff0100;
  border: 1px solid #ff0100;
}

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

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

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

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

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #f62d51;
  border-color: #f62d51;
  color: #fff;
}

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

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

.btn-outline-primary {
  color: #2C3E50;
  border-color: #2C3E50;
}

.btn-outline-primary:hover {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2C3E50;
  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: #2C3E50;
  border-color: #2C3E50;
}

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

.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: #2C3E50;
  border-color: #2C3E50;
}

.pagination > li > a,
.pagination > li > span {
  color: #2C3E50;
}

.page-link:hover {
  color: #2C3E50;
}

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

.page-item.active .page-link {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

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

.dropdown-item.active,
.dropdown-item:active {
  background-color: #2C3E50;
}

.navbar-nav .open .dropdown-menu {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 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;
}

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

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

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #2C3E50;
}

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

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

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

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

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

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

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

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

.text-sm {
  font-size: 0.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: #2C3E50;
  color: #fff;
  border: 1px solid #2C3E50;
  padding: 8px 16px !important;
  transition: 0.5s;
}

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

.slider-btn-1 {
  color: #fff;
  border: 1px solid #0d2b77;
  background: #2e3842;
  padding: 8px 16px !important;
  transition: 0.5s;
}

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

/*-----------------
	4. Avatar
-----------------------*/
.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: #2C3E50;
  color: #fff;
  display: flex;
  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: inline-flex;
}

.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

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

.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.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;
}

/*-----------------
	5. Select2
-----------------------*/
.select2-results__option {
  padding: 6px 15px;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #dcdcdc 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;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #272b41;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2C3E50;
}

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

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  background-color: var(--wc-form-color-background, #fff);
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-dropdown {
  border-color: #dcdcdc;
}

/*-----------------
	6. Nav Tabs
-----------------------*/
.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}

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

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

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

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

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

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

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

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

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

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

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

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

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
  border-top-color: #2C3E50;
}

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

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

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

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

/*-----------------
	7. Modal
-----------------------*/
.modal {
  -webkit-overflow-scrolling: touch;
}

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

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

.modal-dialog.modal-md {
  max-width: 600px;
}

.custom-modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.custom-modal .modal-header {
  padding: 1.25rem;
}

.custom-modal .modal-footer {
  padding: 1.25rem;
}

.custom-modal .modal-body {
  padding: 1.25rem;
}

.custom-modal .close {
  background-color: #a0a0a0;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 26px;
  width: 20px;
  z-index: 99;
}

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

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

.modal .card {
  box-shadow: unset;
}

/*-----------------
	8. Components
-----------------------*/
.comp-header {
  margin-bottom: 1.875rem;
}

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

.line {
  background-color: #2C3E50;
  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;
}

/*-----------------
	9. Slick Slider
-----------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next,
.pharmacy-home-slider .swiper-button-prev,
.pharmacy-home-slider .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  z-index: 9999;
}

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

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

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

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

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

.pharmacy-home-slider .swiper-button-prev:after,
.pharmacy-home-slider .swiper-button-next:after {
  display: none;
}

.pharmacy-home-slider .swiper-button-prev:before {
  content: "←";
  color: #383838;
  height: 40px;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.pharmacy-home-slider .swiper-button-next:before {
  content: "→";
  color: #383838;
  font-size: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 40px;
}

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

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

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

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.pharmacy-home-slider {
  position: relative;
}

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

.pharmacy-home-slider .swiper-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(13, 13, 13, 0.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;
}

/*-----------------
	10. Focus Label
-----------------------*/
.form-focus {
  height: 50px;
  position: relative;
}

.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #b8b8b8;
  margin-bottom: 0;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}

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

/*-----------------
	11. Header
-----------------------*/
.nav-transparent {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

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

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

.main-nav > li.active > a {
  color: #2C3E50;
}

.main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  transition: all 0.35s ease;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}

li.menu-item.has-submenu.main-submenu > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px;
  float: right;
}

.main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}

.main-nav > li .submenu li {
  position: relative;
}

.main-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

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

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

.header-contact-img {
  display: inline-block;
}

.header-contact-img i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
}

.header-contact-detail {
  display: inline-block;
  padding-left: 10px;
}

.header-contact-detail p.contact-header {
  color: #484848;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
  text-align: left;
}

.header-contact-detail p.contact-info-header {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.header-navbar-rht {
  margin: 0;
  margin-left: auto;
  padding: 0;
}

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

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

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

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

.header-navbar-rht li .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  border: 7px solid #fff;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

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

.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: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

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

.header-navbar-rht li a.header-login {
  border: 2px solid #2C3E50;
  border-radius: 4px;
  padding: 10px 15px !important;
  text-align: center;
  font-size: 15px;
  color: #2C3E50;
  text-transform: uppercase;
  font-weight: 500;
}

.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
}

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

.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
}

.user-menu.nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px;
}

.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

.header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
  align-items: center;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #2C3E50;
}

.user-header {
  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 {
  align-items: center;
  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: #2C3E50;
  border-radius: 2px;
  color: #fff;
  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: #2C3E50;
  color: #fff;
  padding: 8px 30px;
}

.header-top ul {
  display: flex;
  margin: 0;
  list-style: none;
  padding: 0;
}

.header-top ul li {
  padding-right: 25px;
  font-size: 13px;
}

.header-top ul li:last-child {
  padding-right: 0;
}

.header-top .right-top {
  margin-left: auto;
}

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

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

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

/*-----------------
	12. Mobile Menu
-----------------------*/
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}

.menu-header {
  align-items: center;
  background-color: #fff;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #f0f0f0;
  display: none;
}

.menu-logo img {
  height: 40px;
}

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

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

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

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

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

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

html.menu-opened body {
  overflow: hidden;
}

/*-----------------
	13. Footer
-----------------------*/
.footer {
  background-color: #f2f2f2;
}

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

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

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

.footer-widget.footer-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .footer-widget .footer-logo {
  /* max-width: 100px; */
  margin-bottom: 30px;
}

.footer .footer-widget .footer-logo h1 {
  color: #2C3E50;
}

.footer .footer-widget .footer-about-content p {
  color: #222;
}

.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: #222;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  transition: all 0.4s ease 0s;
}

.footer .footer-widget.footer-menu ul li a:hover {
  color: #2C3E50;
  letter-spacing: 0.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: #222;
  font-size: 15px;
}

.footer-contact-info .footer-address {
  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 #2C3E50;
  padding: 30px 0;
}

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

.footer .footer-bottom .copyright-text p a {
  color: #2C3E50;
  transition: all 0.4s ease 0s;
}

.footer .footer-bottom .copyright-text p a:hover {
  color: #2C3E50;
}

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

.footer .social-icon ul {
  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: #2C3E50;
  display: inline-flex;
  font-size: 20px;
  transition: all 0.4s ease 0s;
}

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

.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: #2C3E50;
}

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

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

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

/*-----------------
	14. Login
-----------------------*/
.account-page {
  background-color: #fff;
}

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

.login-right {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 25px;
}

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

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

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

.login-header h3 a {
  color: #2C3E50;
  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: #2C3E50;
}

.login-btn {
  font-size: 18px;
  font-weight: 500;
}

.login-or {
  color: #d4d4d4;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

.span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 42px;
}

.forgot-link {
  color: #3d3d3d;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}

.btn-facebook {
  background-color: #3a559f;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
}

.social-login .btn:hover,
.social-login .btn:focus {
  color: #fff;
}

/*-----------------
	15. Home
-----------------------*/
.section-search {
  background: #f9f9f9 url(../681ba0633d04b610a50b.png) no-repeat bottom center;
  min-height: 450px;
  background-size: 100% auto;
  position: relative;
  background-blend-mode: Darken;
  padding: 80px 0;
}

.section-search-1 {
  min-height: 450px;
  position: relative;
  background-blend-mode: Darken;
}

.section-search-2 {
  /* background: #4d72d0 url(../../dist/img/pattern.html) no-repeat bottom center; */
  min-height: 450px;
  position: relative;
  background-blend-mode: Darken;
  background-repeat-x: repeat;
}

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

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

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

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

.hero {
  height: 100vh;
  background: linear-gradient(45deg, rgba(255, 175, 189, 0.7), rgba(100, 216, 243, 0.7), rgba(234, 236, 198, 0.7), rgba(245, 146, 176, 0.7), rgba(52, 219, 216, 0.7)) 0 0/1000% no-repeat, url(https://picsum.photos/g/2000/1200?image=443) 0 0/cover no-repeat;
  animation: gradientAnimation 40s ease infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 30%, 0 0;
  }
  50% {
    background-position: 100% 70%, 0 0;
  }
  100% {
    background-position: 0% 30%, 0 0;
  }
}
.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: flex;
}

.search-box .form-control {
  border: 1px solid #ccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  padding-left: 35px;
}

.search-box .search-location {
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}

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

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

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

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

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

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

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

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

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

.pharmacy-home-slider .swiper-pagination-bullet {
  background: #c0c0c0;
  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: #2C3E50;
  width: 20px;
  height: 5px;
  opacity: 1;
}

.search-img {
  margin-top: 80px;
  margin-bottom: 80px;
}

.banner-wrapper .banner-header {
  margin-bottom: 30px;
}

.banner-wrapper .banner-header h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.banner-wrapper .banner-header p {
  color: #757575;
  font-size: 20px;
  margin-bottom: 0;
}

.search-area {
  background: rgba(255, 255, 255, 0.4196078431);
  padding: 60px 30px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  max-width: 410px;
  margin: auto;
}

.get-info-form {
  margin: 40px auto;
}

.banner-caption {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-header.text-center h1 {
  color: #2C3E50;
}

.caption_head h1 span {
  font-size: 60px;
  color: #2C3E50;
}

.banner_title1 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}

.banner_txt1 {
  position: relative;
  color: #2C3E50;
}

.banner_txt1:before {
  content: "[ ";
}

.banner_txt1:after {
  content: " ]";
}

.lov_title {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.tpbneertext {
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.projects_info {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 15px;
}

.banner_info .projects_info {
  max-width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}

.count {
  display: inline-flex;
  width: 33.33%;
  color: #333;
}

.count_icon {
  position: relative;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2C3E50;
  background: rgba(15, 183, 107, 0.12) !important;
  line-height: normal;
  width: 45px;
  height: 45px;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  margin-top: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.count:hover .count_icon {
  color: #fff;
  background: #2C3E50 !important;
}

.counter {
  font-size: 25px;
  display: inline-block;
  font-weight: bold;
  line-height: normal;
}

.plussign {
  font-size: 28px;
  display: inline-block;
  line-height: normal;
}

.pro_txt {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: #555;
}

.banner_info {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-top:78px; */
  display: flex;
  align-items: center;
  /* background: rgba(255,255,255,0.5); */
  background: #f3f4f3;
  /* background: rgb(137 135 135 / 44%); */
}

.banner_info .projects_info {
  max-width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}

.counter_area {
  padding-bottom: 30px;
}

.counter_area .projects_info {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}

.banner_info .projects_info:last-child,
.counter_area .projects_info:last-child {
  border-bottom: none;
}

.banner_info .projects_info .count,
.counter_area .projects_info .count {
  border-right: 1px solid #ddd;
  padding: 0px 20px 25px;
}

.banner_info .projects_info:last-child .count,
.counter_area .projects_info:last-child .count {
  padding-top: 25px;
  padding-bottom: 5px;
}

.banner_info .projects_info .count:last-child,
.counter_area .projects_info .count:last-child {
  border-right: none;
}

.count_txt {
  display: inline-flex;
  flex-direction: column;
  padding-left: 12px;
}

.banner_info .projects_info .pro_txt,
.counter_area .projects_info .pro_txt {
  min-height: 32px;
}

.banner_info .projects_info:last-child .pro_txt,
.counter_area .projects_info:last-child .pro_txt {
  min-height: 100%;
}

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

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

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

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

.search-box .form-control {
  border: 1px solid #ccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  padding-left: 35px;
}

.search-box .search-location {
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}

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

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

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

.search-box .search-btn {
  width: 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: 40px 0;
}

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #c0c0c0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
  font-family: "slick";
  font-size: 76px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "-";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: #2C3E50;
}

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

.slick-slide {
  outline: none !important;
}

.specialities-slider .slick-slide {
  display: block;
  padding: 0 12px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 10px;
}

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

.speicality-img {
  position: relative;
  height: 150px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  width: 150px;
  background: #fff;
}

.speicality-img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.speicality-img span {
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.speicality-img span i {
  font-size: 15px;
  color: #2C3E50;
}

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

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

.section-codevista .section-header {
  margin-bottom: 30px;
}

.section-codevista .section-header p {
  margin-top: 10px;
}

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

.profile-widget {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 15px;
}

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

.doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.doc-img:hover img {
  transform: scale(1.15);
}

.profile-widget .fav-btn {
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 3px;
  color: #2e3842;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.profile-widget:hover .product-custom .cart-icon {
  background: #2e3842;
  color: #fff;
}

.profile-widget:hover .fav-btn {
  opacity: 1;
  visibility: visible;
  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: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content .title a {
  display: inline-block;
}

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

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

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

.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: #2C3E50;
  font-size: 13px;
  border: 2px solid #2C3E50;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}

.view-btn:hover,
.view-btn:focus {
  background-color: #2C3E50;
  color: #fff;
}

.book-btn {
  background-color: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}

.book-btn:hover,
.book-btn:focus {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #fff;
}

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

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

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

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

.about-content a:hover,
.about-content a:focus {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #fff;
}

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

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

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

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

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

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

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

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

.view-all .btn {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
}

.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: #2C3E50;
  border: 2px solid #2C3E50;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 6px 10px;
}

.book-btn1:hover {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}

.codevista-book-card {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
  overflow: hidden;
}

.codevista-book-card img {
  vertical-align: middle;
  border-radius: 0.25rem;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.codevista-book-card:hover img {
  transform: scale(1.15);
}

.codevista-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: 0.25rem;
}

.codevista-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%);
}

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

.search-box1 form {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.search-box1 .form-control {
  border: 1px solid #ccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  padding-left: 35px;
}

.search-box1 .search-location {
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}

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

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

.search-box1 .search-btn {
  width: 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(../681ba0633d04b610a50b.png) no-repeat bottom center;
  min-height: 580px;
  background-size: 100% auto;
  position: relative;
  background-blend-mode: Darken;
  padding: 80px 0;
}

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

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

.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(../7c588606744b9f1242c1.png) no-repeat 9px center;
  cursor: pointer;
}

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

.tile-card-content-1 {
  background: rgb(0, 0, 0);
  background: rgba(13, 13, 13, 0.33);
}

.codevista-book-card h3 {
  text-shadow: 2px 4px 3px rgba(0, 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, 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, 0.1);
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

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

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

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

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

/*-----------------
	16. Search
-----------------------*/
.breadcrumb-bar {
  background-color: #2C3E50;
  padding: 15px 0;
}

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

.hero-breadcrumb-content .page-breadcrumb ol li a {
  color: #2e3842;
}

.page-breadcrumb ol li a {
  color: #ECF0F1;
}

.page-breadcrumb ol li.active {
  color: #222;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  font-size: 10px;
}

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

.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 {
  width: 100%;
  color: #666;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-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;
  transition: all 0.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: #2C3E50;
  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: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-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;
  transition: all 0.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: #2C3E50;
  border: 1px solid #2C3E50;
  color: #fff;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
}

.codevista-widget {
  display: flex;
}

.doc-info-left {
  display: flex;
}

.doc-info-right {
  margin-left: auto;
  flex: 0 0 205px;
  max-width: 205px;
}

.codevista-img {
  flex: 0 0 150px;
  margin-right: 20px;
  width: 150px;
}

.codevista-img img {
  border-radius: 5px;
}

.doc-department {
  color: #2C3E50;
  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: #2C3E50;
  font-weight: 500;
}

.codevista-widget .doc-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.doc-speciality {
  font-size: 14px;
  color: #757575;
  margin-bottom: 15px;
}

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

.codevista-widget .average-rating {
  font-size: 14px;
  font-weight: 500;
}

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

.clinic-details h5 {
  font-weight: normal;
  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: flex;
  font-size: 13px;
  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 #2C3E50;
  border-radius: 4px;
  color: #2C3E50;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.clinic-booking a.view-pro-btn:hover,
.clinic-booking a.view-pro-btn:focus {
  background: #2C3E50;
  color: #fff;
}

.clinic-booking a.apt-btn {
  background-color: #2C3E50;
  color: #fff;
}

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

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

.codevista-img1 {
  margin-right: 20px;
}

.codevista-img1 img {
  border-radius: 4px;
}

/*-----------------
	17. Doctor Profile
-----------------------*/
.clinic-direction {
  color: #757575;
  font-size: 14px;
  margin-bottom: 25px;
}

.clinic-direction a {
  color: #2C3E50;
  font-weight: 500;
}

.codevista-action {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

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

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

.msg-btn:hover,
.msg-btn:focus {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

.call-btn:hover,
.call-btn:focus {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

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

.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 3px;
  color: #2C3E50;
}

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

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

.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, 0.2);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 2px solid #2C3E50;
}

.exp-year {
  color: #2C3E50;
  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;
}

.timings-days {
  font-weight: bold;
  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: 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: 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: #2C3E50;
  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, 0.4);
  border-radius: 4px;
  display: inline-block;
  padding: 4px 12px;
  color: #757575;
  margin-left: 3px;
  margin-right: 3px;
  transition: all 0.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;
  transition: all 0.3s ease-in-out;
}

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

.terms-accept a {
  color: #2C3E50;
  font-weight: 500;
}

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

.listing-day {
  align-items: flex-start;
  color: #000;
  display: flex;
  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: bold;
}

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

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

/*-----------------
	18. Booking
-----------------------*/
.booking-doc-info {
  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;
  -o-object-fit: cover;
     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;
}

/*-----------------
	19. Checkout
-----------------------*/
.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, 0.05);
  display: block;
  height: 50px;
  margin-top: -13px;
  padding: 5px 15px 0;
  transition: border-color 0.3s;
  width: 100%;
}

.exist-customer a {
  color: #2C3E50;
  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;
  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: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  border-radius: 50%;
  transition: all 0.3s;
}

.payment-radio input:checked ~ .checkmark {
  border-color: #2C3E50;
}

.payment-radio .checkmark::after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #2C3E50;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1);
  border-radius: 50%;
  transition: all 0.3s;
}

.payment-radio input:checked ~ .checkmark::after {
  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: #2C3E50;
  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: #2C3E50;
  font-size: 16px;
  float: right;
}

/*-----------------
	20. Booking Success
-----------------------*/
.success-page-cont {
  align-items: center;
  display: flex;
}

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

.success-cont {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table.invoice-table tbody tr td:nth-child(2) {
  text-align: right;
}

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

/*-----------------
	22. Schedule Timings
-----------------------*/
.tab-content.schedule-cont .card-title {
  margin-bottom: 10px;
}

.doc-times {
  display: flex;
  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;
  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 {
  align-items: center;
  height: 38px;
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

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

/*-----------------
	23. Doctor Dashboard
-----------------------*/
.dash-widget {
  align-items: center;
  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: 0.25rem 0.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;
}

/*-----------------
	24. Patient Profile
-----------------------*/
.add-new-btn {
  background-color: #2C3E50;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn:active {
  background-color: #2C3E50;
  color: #fff;
}

.codevista-info {
  margin-top: 15px;
}

.codevista-info ul {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
}

.codevista-info ul li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
}

.codevista-info ul li + li {
  margin-top: 15px;
}

.codevista-info ul li i {
  width: 18px;
}

.codevista-info ul li span {
  color: #757575;
  float: right;
  font-weight: 400;
}

/*-----------------
	25. Add Billing
-----------------------*/
.biller-info,
.billing-info {
  margin-bottom: 15px;
}

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

.add-more-item a {
  color: #2C3E50;
  font-weight: 500;
}

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

.signature {
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  color: #272b41;
  cursor: pointer;
  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: 0.875rem;
}

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

/*-----------------
	26. Chat
-----------------------*/
.chat-page .content {
  padding: 0;
}

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

.chat-page .footer {
  display: none;
}

.chat-window {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

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

.chat-cont-left .chat-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  color: #272b41;
  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: 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 {
  align-items: center;
  bottom: 0;
  color: #666;
  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 0.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: 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-name,
.chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
  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 {
  flex: 0 0 65%;
  max-width: 65%;
}

.chat-cont-right .chat-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  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 {
  align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
  position: relative;
  display: flex;
  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: flex;
}

.chat-cont-right .chat-header .chat-options > a {
  align-items: center;
  border-radius: 50%;
  color: #8a8a8a;
  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: 0.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 {
  align-items: flex-end;
  display: flex;
  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 .input-group-prepend .btn,
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
  background-color: transparent;
  border: none;
  color: #9f9f9f;
}

.chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
  background-color: #2C3E50;
  border-color: #2C3E50;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  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: 0.4;
}

.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}

.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}

.msg-typing span:nth-of-type(3) {
  animation: 1s blink infinite 0.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 {
  align-items: center;
  display: flex;
  clear: both;
  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, 0.4);
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
  color: rgba(50, 65, 72, 0.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: 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: 0.25rem;
}

.chat-attachment:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  transition: all 0.4s;
}

.chat-attachment:hover:before {
  opacity: 0.6;
}

.chat-attach-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  opacity: 1;
  transition: all 0.4s;
}

.chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.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: flex;
  margin: -5px;
}

.chat-attachment-list li {
  width: 33.33%;
  padding: 5px;
}

.chat-attachment-item {
  align-items: center;
  border: 5px solid rgba(230, 239, 251, 0.5);
  height: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 30px;
  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 0.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 {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
  padding: 0 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%;
}

/*-----------------
	27. Doctor Profile Settings
-----------------------*/
.profile-image img {
  margin-bottom: 1.5rem;
}

.change-photo-btn {
  background-color: #2C3E50;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  width: 220px;
}

.change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

.dropzone {
  background-color: #fbfbfb;
  border: 2px dashed rgba(0, 0, 0, 0.1);
}

.btn-icon {
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 0;
  font-size: 10px;
  width: 20px;
  height: 20px;
  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: flex;
}

.upload-wrap .upload-images + .upload-images {
  margin-left: 20px;
}

.contact-card .card-body {
  padding-bottom: 0.625rem;
}

.custom_price_cont {
  margin-top: 20px;
}

.btn.btn-danger.trash {
  align-items: center;
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.add-more a {
  color: #2C3E50;
}

.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: #2C3E50;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  padding: 11px 15px;
  border-radius: 0;
}

.services-card .bootstrap-tagsinput input {
  width: 160px;
}

.submit-section .submit-btn {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
}

.submit-section .submit-btn + .submit-btn {
  margin-left: 15px;
}

/*-----------------
	28. Calendar
-----------------------*/
#calendar-events {
  background-color: #fcfcfc;
}

.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}

.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #fff;
}

.calendar-events i {
  margin-right: 8px;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-family: "Roboto", sans-serif;
}

.fc-day {
  background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f3f3f3;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #2C3E50 !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;
}

/*-----------------
	29. Patient Dashboard
-----------------------*/
.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: 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;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-det-info {
  overflow: hidden;
}

.profile-det-info h3 {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.codevista-details h5 {
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.codevista-details h5 i {
  width: 18px;
}

.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.dashboard-menu ul li {
  line-height: inherit;
}

.dashboard-menu > ul > li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.dashboard-menu > ul > li:last-child {
  border-bottom: 0;
}

.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-menu > ul > li > a {
  color: #757575;
  display: block;
  padding: 16px 20px;
}

.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
  color: #2C3E50;
}

.dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
}

.unread-msg {
  background-color: #2C3E50;
  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%);
}

/*-----------------
	30. Profile Settings
-----------------------*/
.change-avatar {
  align-items: center;
  display: flex;
}

.change-avatar .profile-img {
  margin-right: 15px;
}

.change-avatar .profile-img img {
  border-radius: 4px;
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.change-avatar .change-photo-btn {
  margin: 0 0 10px;
  width: 150px;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
  padding: 0;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

/*-----------------
	31. Appoitment List
-----------------------*/
.widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.widget-profile .profile-info-widget {
  display: block;
  text-align: center;
}

.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  margin: 0 0 15px;
  width: auto;
  padding: 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: flex;
  margin-right: auto;
  text-align: left;
}

.appointment-list .profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
}

.appointments .appointment-list {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px;
}

.appointments .appointment-list:last-child {
  margin-bottom: 30px;
}

.appointments .appointment-action {
  align-items: center;
  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;
}

/*-----------------
	32. Reviews
-----------------------*/
.doc-review.review-listing {
  margin: 0;
}

.review-listing.doc-review > ul > li {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 20px;
}

/*-----------------
	33. Voice call
-----------------------*/
.modal-open .main-wrapper {
  -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: #2C3E50;
  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:hover,
.custom-menu.navbar-nav > li > a:focus {
  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 {
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex: 2;
}

.voice-call-avatar .call-avatar {
  margin: 15px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid rgba(0, 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, 0.1);
}

.call-mute {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 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: flex;
}

.call-info {
  margin-left: 10px;
  width: 100%;
}

.call-user-details,
.call-timing {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.call-description {
  white-space: nowrap;
  vertical-align: bottom;
}

.call-timing {
  color: #727272;
  display: flex;
  font-size: 14px;
  margin-top: 1px;
  overflow: hidden;
  white-space: pre;
}

/*-----------------
	34. Video Call
-----------------------*/
.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;
}

/*-----------------
	35. Outgoing Call
-----------------------*/
.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 {
  align-items: center;
  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, 0.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: 0.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 0.3s ease 0s;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}
/*-----------------
	36. Incoming Call
-----------------------*/
.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;
}

/*-----------------
	37. Terms and Conditions
-----------------------*/
.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;
}

/*-----------------
	38. Blog
-----------------------*/
.blog {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 1.5rem;
  position: relative;
}

.blog-image {
  overflow: hidden;
}

.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.blog-image img {
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-image a:hover img {
  transform: scale(1.15);
}

.blog-image {
  margin-bottom: 30px;
}

.blog-content {
  position: relative;
}

.blog-content h2.wp-block-heading {
  margin: 30px auto;
}

.blog-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.blog-title a {
  color: #272b41;
  line-height: 1.5;
}

.blog-title a:hover {
  color: #2C3E50;
}

.blog-content p {
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 0 30px;
}

.read-more {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  color: #2C3E50;
  text-decoration: underline;
  font-weight: bold;
}

.blog-info {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-info a {
  color: #757575;
}

.blog-info a:hover {
  color: #757575;
}

.blog-info i {
  color: #2C3E50;
  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: #2C3E50;
  border-color: transparent;
  color: #ffffff;
}

.post-left ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-left ul li {
  margin-bottom: 5px;
  margin-right: 20px;
}

.post-left ul li:last-child {
  margin-right: 0;
}

.post-author a {
  display: flex;
  align-items: center;
}

.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.latest-posts {
  margin: 0;
  padding: 0;
}

.latest-posts li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.post-thumb {
  border-radius: 4px;
  width: 80px;
  float: left;
  overflow: hidden;
}

.post-thumb a img {
  border-radius: 4px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.post-thumb a:hover img {
  transform: scale(1.15);
}

.post-info {
  margin-left: 95px;
}

.post-info h4 {
  font-size: 15px;
  margin: 0 0 5px;
}

.post-info h4 a {
  color: #272b41;
}

.post-info h4 a:hover {
  color: #2C3E50;
}

.post-info p {
  color: #757575;
  font-size: 12px !important;
  margin: 0 !important;
}

.post-info p i {
  color: #2C3E50;
  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: #2C3E50;
}

.category-widget .categories > li > a > i {
  color: #2C3E50;
  font-size: 18px;
  margin-right: 10px;
}

.widget_codevista_category_widget .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_codevista_category_widget .categories li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #757575;
}

.widget_codevista_category_widget .categories li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_codevista_category_widget .categories li a {
  color: #2e3842;
  font-size: 15px;
  font-weight: 500;
}

.widget_codevista_category_widget .categories li a span {
  float: right;
  color: #757575;
}

.widget_codevista_category_widget .categories li a:hover {
  color: #894104;
}

.widget_codevista_category_widget .categories > li > a > i {
  color: #894104;
  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 0.5rem 0.5rem 0;
  font-size: 14px;
  border: 1px solid #ccc;
  display: inline-block;
}

.tag:hover {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

.comment-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}

.comments-list .comment-block p {
  font-size: 14px;
  margin-bottom: 5px;
}

/*-----------------
	39. Blog Details
-----------------------*/
.blog-view .blog-title {
  font-size: 24px;
}

.blog-content p:last-child {
  margin-bottom: 0;
}

.blog-view .blog-info {
  border: 0;
  margin-bottom: 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: #2C3E50;
  color: #fff;
  border-color: #2C3E50;
}

.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: 50px;
  width: 50px;
  border-radius: 50px;
}

.blog-comments .comment-btn {
  color: #2C3E50;
  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: #2C3E50;
  border-color: #2C3E50;
  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: nowrap;
}

.custom-edit-service textarea.form-control {
  min-height: 200px;
}

.custom-edit-service .service-upload {
  border: 1px solid #dcdcdc;
  border-radius: 0.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: 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%;
}

/*-----------------
	40. Blog Grid
-----------------------*/
.grid-blog .blog-title {
  font-size: 18px;
  margin: 0 0 5px;
  min-height: 43px;
}

.grid-blog .blog-content p {
  margin: 0 0 15px;
}

.grid-blog .blog-info {
  margin-bottom: 15px;
}

.grid-blog .blog-image {
  margin-bottom: 20px;
}

.blog.grid-blog {
  padding: 20px;
}

.grid-blog .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.grid-blog .entry-meta li {
  margin-bottom: 10px;
}

.grid-blog .entry-meta li:first-child {
  flex: 0 0 120px;
  max-width: 120px;
}

.grid-blog .entry-meta li:last-child {
  flex: 0 0 120px;
  max-width: 120px;
}

.grid-blog .post-author {
  width: 189px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grid-blog .post-author a:hover {
  color: #2C3E50;
}

/*-----------------
	40.1. Blog Grid
-----------------------*/
.sw-story-card {
  box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.sw-story-card .sw-story-cover {
  width: 100%;
  height: 240px;
  display: table;
}

.color-scheme--18 {
  background-color: #2C3E50;
}

.sw-story-card .sw-story-cover h3 {
  padding: 30px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 32px;
  word-break: break-word;
}

.sw-story-author {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-top: 30px;
}

.sw-story-card .sw-story-author {
  padding: 20px;
  margin: 0;
}

.sw-story-author img {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 12.75px 2.25px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  height: 60px !important;
  width: 60px !important;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f2f2f2;
}

.sw-story-author .sw-story-author-block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.sw-story-author .sw-story-author-block a,
.sw-story-author .sw-story-author-block span {
  color: rgba(0, 0, 0, 0.86);
  display: block;
  margin: 0 0 5px 10px;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
}

.sw-story-author .sw-story-author-block a,
.sw-story-author .sw-story-author-block span {
  color: rgba(0, 0, 0, 0.86);
  display: block;
  margin: 0 0 5px 10px;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
}

.sw-story-author .sw-story-author-block span:last-child {
  color: rgba(0, 0, 0, 0.56);
}

/*-----------------
	41. Map List & Grid
-----------------------*/
.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: #2C3E50;
  color: #2C3E50;
}

.view-icons a.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
  color: #fff;
}

/*-----------------
	42. Loader
-----------------------*/
#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 {
  animation: loader 1.3s linear infinite;
  background-color: #2C3E50;
  border-radius: 100%;
  display: inline-block;
  height: 50px;
  position: absolute;
  width: 50px;
}

.loader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes loader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*-----------------
	43. Product
-----------------------*/
.project-list {
  width: 100%;
  margin: auto;
}

.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: #2C3E50;
}

.product-description .codevista-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: #2C3E50;
}

.custom-increment .input-group1 {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.custom-increment.cart .input-group1 {
  justify-content: center;
  -webkit-justify-content: center;
}

.custom-increment input[type=text] {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  padding: 7px 15px;
  text-align: center;
  width: 70%;
}

.custom-increment.cart input[type=text] {
  width: 60px;
}

.custom-increment input[type=text]:focus {
  border-color: transparent;
}

.custom-increment button {
  font-size: 14px;
  height: 39px;
  background: #dcdcdc;
  color: #000;
  border: 0;
  display: inline-block;
}

.custom-increment button:hover,
.custom-increment button:focus,
.custom-increment button:active {
  background: #dcdcdc !important;
  color: #000 !important;
  border: 0 !important;
}

.custom-increment.cart button {
  font-size: 10px;
}

.custom-increment button.btn-success {
  border-radius: 0 4px 4px 0;
}

.custom-increment button.btn-danger {
  border-radius: 4px 0px 0px 4px;
}

/*-----------------
	44. Cart
-----------------------*/
.view-cart-header {
  position: relative;
}

.view-cart-header .shopping-cart {
  /* margin: 20px 0; */
  float: right;
  background: white;
  width: 320px;
  position: absolute;
  right: 0;
  top: 99%;
  border-radius: 3px;
  padding: 20px;
  z-index: 999;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  display: none;
}

.view-cart-header .shopping-cart.show-cart {
  opacity: 1;
  visibility: visible;
}

.view-cart-header .shopping-cart-total {
  float: right;
}

.view-cart-header .shopping-cart-items {
  padding-top: 0px;
}

.view-cart-header .shopping-cart-items li {
  margin-bottom: 10px;
  padding-right: 0;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 14px;
  position: relative;
}

.view-cart-header .shopping-cart-items .close-icon {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
  font-size: 14px;
}

.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: #2C3E50;
  font-size: 13px;
}

.view-cart-header .shopping-cart-items .item-quantity {
  color: #abb0be;
  font-size: 13px;
}

.view-cart-header .shopping-cart:after {
  border: 7px solid #fff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  right: 0;
  position: absolute;
  top: 2px;
  transform-origin: 0 0;
  transform: rotate(135deg);
}

.view-cart-header .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.view-cart-header .booking-date li {
  padding: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.view-cart-header .booking-date li span {
  float: right;
}

.view-cart-header .booking-total {
  padding-top: 0;
  text-align: center;
}

.view-cart-header .apt-btn {
  font-size: 13px;
  padding: 7px 20px;
}

/*-----------------
	45. Slider
-----------------------*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-item {
  height: 75vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
  z-index: -1 !important;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-bottom: 20px;
  color: #fff;
  top: 110px;
  text-align: revert;
}

.carousel-caption span {
  font-size: 32px;
  font-weight: 700;
  color: rgb(46, 56, 66);
}

.carousel-caption h2 {
  font-size: 54px;
  font-weight: 700;
  color: rgb(30, 92, 146);
}

.carousel-caption p {
  font-size: 18px;
  font-weight: 700;
  color: rgb(46, 56, 66);
}

/* Get Info  */
.get-enquiry-btn {
  float: right;
}

.get-enquiry-btn .btn {
  border: 1px solid;
  min-width: 200px;
  padding: 12px;
  font-size: 18px;
}

/*-----------------
	46. Responsive
-----------------------*/
@media only screen and (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
  .avatar-xxl .border {
    border-width: 4px !important;
  }
  .avatar-xxl .rounded {
    border-radius: 12px !important;
  }
  .avatar-xxl .avatar-title {
    font-size: 42px;
  }
  .avatar-xxl.avatar-away:before,
  .avatar-xxl.avatar-offline:before,
  .avatar-xxl.avatar-online:before {
    border-width: 4px;
  }
  .only-mobile-menu {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .main-nav > li {
    margin-right: 30px;
  }
  .white-font > li > a {
    color: #fff;
  }
  .main-nav > li:last-child {
    margin-right: 0;
  }
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
  }
  .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
  .main-nav li > ul {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease;
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
  .main-nav li .submenu::before {
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    left: 45px;
    position: absolute;
    top: 2px;
    transform-origin: 0 0;
    transform: rotate(135deg);
  }
  .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
  }
  .main-nav .has-submenu.active > a {
    color: #2C3E50;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #2C3E50;
  }
  .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,
  .features .v-tabs .v-tab-head a.active {
    color: #2C3E50;
    letter-spacing: 0.5px;
    padding-left: 20px;
    background: #fff;
  }
  .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #fff #fff transparent;
  }
  .header-navbar-rht li.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
  }
  .header-navbar-rht li .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    display: block;
    transform: translateY(20px);
  }
}
@media only screen and (max-width: 1399px) {
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 180px;
  }
  .row.row-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.row-grid > div {
    padding-right: 8px;
    padding-left: 8px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 150px;
  }
  .chat-cont-left {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .chat-cont-right {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .row.row-grid > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dash-widget {
    flex-direction: column;
    text-align: center;
  }
  .circle-bar {
    margin: 0 0 15px;
  }
  .header-navbar-rht li.contact-item {
    display: none;
  }
  .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;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-nav {
    padding: 0;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav ul {
    background-color: #3474ac;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-nav > li {
    border-bottom: 1px solid #1663a6;
    margin-left: 0;
  }
  .main-nav li + li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .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: #2C3E50;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #2C3E50;
  }
  .login-left {
    display: none;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #15558d;
  }
  .menu-header {
    display: flex;
  }
  .navbar-header {
    align-items: center;
    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 {
    flex: 0 0 100%;
    max-width: 100%;
    transition: left 0.3s ease-in-out 0s, right 0.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 {
    flex: 0 0 410px;
    width: 410px;
  }
  .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;
  }
  .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 .codevista-img1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .product-description .doc-info-cont {
    width: 100%;
  }
  .product-description .doc-info-left {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media only screen and (max-width: 849.98px) {
  .row.row-grid > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 0.875rem;
  }
  h6,
  .h6 {
    font-size: 0.75rem;
  }
  .content {
    padding: 15px 0 0;
  }
  .account-page .content {
    padding: 15px 0;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .carousel-item {
    height: auto;
    min-height: auto;
  }
  .card {
    margin-bottom: 20px;
  }
  .profile-sidebar {
    margin-bottom: 20px;
  }
  .appointment-tab {
    margin-bottom: 20px;
  }
  .features-slider .slick-dots,
  .features-img img {
    text-align: center;
    margin: 0 auto;
  }
  .codevista-slider {
    margin-top: 25px;
  }
  .breadcrumb-bar {
    height: auto;
  }
  .login-right {
    margin: 0 15px;
    padding: 15px;
  }
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
  }
  .chat-window .chat-cont-right .chat-header .media .media-body {
    display: none;
  }
  .banner-wrapper .banner-header h1 {
    font-size: 2rem;
  }
  .banner-wrapper .banner-header p {
    font-size: 1rem;
  }
  .section-header h2 {
    font-size: 1.875rem;
  }
  .section-header .sub-title {
    font-size: 0.875rem;
  }
  .speicality-item p {
    font-size: 0.875rem;
  }
  .section-header p {
    font-size: 0.9375rem;
  }
  .footer-title {
    font-size: 1.125rem;
  }
  .search-box {
    max-width: 535px;
    margin: 0 auto;
  }
  .search-box form {
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
  }
  .search-box .search-location {
    flex: 0 0 100%;
    width: 100%;
  }
  .search-box .search-info {
    flex: 0 0 100%;
    width: 100%;
  }
  .search-box .search-btn {
    flex: 0 0 100%;
    min-height: 46px;
    width: 100%;
  }
  .search-box .search-btn span {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
  }
  .section-search {
    background: #f9f9f9;
  }
  .day-slot li span {
    font-size: 16px;
    text-transform: unset;
  }
  .time-slot li .timing span {
    display: block;
  }
  .submit-section.proceed-btn {
    margin-bottom: 20px;
  }
  .day-slot li small.slot-year {
    display: none;
  }
  .success-cont h3 {
    font-size: 22px;
  }
  .view-inv-btn {
    font-size: 14px;
    padding: 10px 30px;
  }
  .invoice-info.invoice-info2 {
    text-align: left;
  }
  .invoice-item .invoice-details {
    text-align: left;
  }
  .section-search,
  .section-codevista,
  .section-features {
    padding: 50px 0;
  }
  .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:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li > a.active,
  .nav-tabs.nav-justified > li > a.active:hover,
  .nav-tabs.nav-justified > li > a.active:focus {
    border-color: transparent transparent transparent #2C3E50;
    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:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active,
  .nav-tabs > li > a.active,
  .nav-tabs > li > a.active:hover,
  .nav-tabs > li > a.active:focus {
    border-color: transparent transparent transparent #2C3E50 !important;
    border-left-width: 2px;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li > a.active,
  .nav-tabs-justified > li > a.active:hover,
  .nav-tabs-justified > li > a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #2C3E50;
  }
  .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: 0.5rem 1rem;
  }
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-left-width: 2px;
    color: #2C3E50;
  }
  .codevista-widget {
    flex-direction: column;
    text-align: center;
  }
  .doc-info-right {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .doc-info-left {
    flex-direction: column;
  }
  .clinic-services {
    display: none;
  }
  .codevista-img {
    margin: 0 auto 20px;
  }
  .codevista-action {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .row.row-grid > div {
    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;
  }
  .codevista-widget .doc-name {
    font-size: 18px;
  }
  .exp-title,
  .booking-total ul li span,
  .booking-total ul li .total-cost {
    font-size: 14px;
  }
  .invoice-item .customer-text {
    font-size: 16px;
  }
  .call-wrapper {
    height: calc(100vh - 115px);
  }
  .appointment-tab .nav-tabs {
    padding: 1.5rem;
  }
  .submit-btn-bottom {
    margin-bottom: 20px;
  }
  .service-list ul li {
    width: 50%;
  }
  .grid-blog .blog-title {
    min-height: inherit;
  }
  .blog-title {
    font-size: 20px;
  }
  .blog-view .blog-title {
    font-size: 22px;
  }
  .full-slide-home .slick-prev {
    left: 15px;
  }
  .full-slide-home .slick-next {
    right: 15px;
  }
  .search-box1 form p {
    margin-bottom: 15px !important;
  }
  .search-box1 .search-location1 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .product-description .codevista-widget {
    text-align: left;
  }
  .pharmacy-home-slider .swiper-button-prev,
  .pharmacy-home-slider .swiper-button-next {
    display: none;
  }
}
.coupon {
  max-width: 35%;
  margin: 15px 0px;
  display: flex;
  justify-content: flex-start;
}

@media only screen and (max-width: 575.98px) {
  body {
    font-size: 0.8125rem;
  }
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 0.875rem;
  }
  h6,
  .h6 {
    font-size: 0.75rem;
  }
  .card {
    margin-bottom: 0.9375rem;
  }
  .card-body {
    padding: 1.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
  }
  .header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-navbar-rht {
    display: none;
  }
  .main-nav li.login-link {
    display: block;
  }
  .navbar-header {
    width: 100%;
  }
  #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 15px;
    position: absolute;
    z-index: 99;
  }
  .navbar-brand.logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .navbar-brand.logo img {
    height: 40px;
  }
  .search-box form {
    display: block;
  }
  .search-box .search-location {
    width: 100%;
    flex: none;
  }
  .search-box .search-info {
    width: 100%;
    flex: none;
  }
  .banner-wrapper .banner-header h1 {
    font-size: 28px;
  }
  .slick-next {
    right: 0px;
  }
  .section-header h2 {
    font-size: 1.5rem;
  }
  .section-header .sub-title {
    font-size: 0.875rem;
  }
  .speicality-item p {
    font-size: 0.875rem;
  }
  .section-header p {
    font-size: 0.9375rem;
  }
  .footer-title {
    font-size: 1.125rem;
  }
  .booking-schedule.schedule-widget {
    overflow-x: auto;
  }
  .booking-schedule.schedule-widget > div {
    width: 730px;
  }
  .booking-schedule .day-slot ul {
    display: flex;
  }
  .booking-schedule .day-slot li {
    flex: 0 0 100px;
    width: 100px;
  }
  .booking-schedule .time-slot ul {
    display: flex;
  }
  .booking-schedule .time-slot li {
    flex: 0 0 100px;
    width: 100px;
  }
  .booking-schedule .time-slot li .timing span {
    display: inline-block;
  }
  .booking-schedule .day-slot li.right-arrow {
    right: -20px;
  }
  .booking-doc-info .booking-doc-img {
    width: 70px;
  }
  .booking-doc-info .booking-doc-img img {
    height: 70px;
    width: 70px;
  }
  .voice-call-avatar .call-avatar {
    height: 80px;
    width: 80px;
  }
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
  .user-tabs .med-records {
    min-width: 110px;
  }
  .pagination-lg .page-link {
    font-size: 1rem;
    padding: 0.5rem 0.625rem;
  }
  .row.row-grid > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .edit-link {
    font-size: 14px;
    margin-top: 2px;
  }
  .invoice-content {
    padding: 1.25rem;
  }
  .change-avatar .profile-img img {
    height: 80px;
    width: 80px;
  }
  .submit-btn-bottom {
    margin-bottom: 0.9375rem;
  }
  .service-list ul li {
    width: 100%;
  }
  .blog {
    padding: 1.25rem;
  }
  .blog-title {
    font-size: 18px;
  }
  .blog-view .blog-title {
    font-size: 20px;
  }
  .blog-info i {
    font-size: 14px;
  }
  .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;
  }
  .homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap {
    flex-direction: column;
  }
  .homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-text {
    width: 100% !important;
  }
  .coupon {
    max-width: 63%;
  }
  .get-enquiry-btn .btn {
    display: block;
  }
  .get-enquiry-btn {
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .section-search {
    min-height: 410px;
    padding: 30px 15px;
  }
  .specialities-slider .slick-slide {
    margin-right: 10px;
  }
  .speicality-img {
    width: 120px;
    height: 120px;
  }
  .speicality-img img {
    width: 50px;
  }
  .clinic-booking a.view-pro-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .clinic-booking a.apt-btn {
    width: 100%;
  }
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
  .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 160px;
  }
  .section-features,
  .section-features,
  .section-specialities {
    background-color: #fff;
    padding: 30px 0;
  }
  .login-header h3 a {
    color: #2C3E50;
    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 {
    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 {
    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;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .fc-header-toolbar .fc-left {
    margin-bottom: 10px;
  }
  .fc-header-toolbar .fc-right {
    margin-bottom: 10px;
  }
  .homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap {
    flex-direction: column;
  }
  .homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  .homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-text {
    width: 100% !important;
  }
  .coupon {
    max-width: 63%;
  }
}
/* Theme Css */
.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.navbar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 25px;
}

.navbar-header h1 {
  color: #2C3E50;
}

.navbar-header img.logo-img {
  max-width: 60px;
}

span.fs-5 {
  font-size: 1.25rem;
}

/* Header */
/* Mega Menu */
.mega-menu-wrapper {
  min-width: 1024px !important;
  width: 100%;
}

li#features {
  background: #fff;
  border-radius: 20px;
}

.features h2.section-title {
  color: #333;
  font-size: 22px;
  margin: 0;
  text-align: center;
}

.features .v-tabs .v-tab-head a,
.features .v-tabs a.v-tab-head {
  color: #292929;
  cursor: pointer;
  display: block;
  padding: 20px 30px;
  margin: 0;
  text-align: left;
}

.features .v-tabs .v-tab-head a.active,
.features .v-tabs .v-tab-head a:hover,
.features .v-tabs a.v-tab-head.active,
.features .v-tabs a.v-tab-head:hover {
  text-decoration: none;
}

.features .v-tabs .v-tab-head a {
  position: relative;
  display: block;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  color: #464e51;
  letter-spacing: 0.4px;
}

/* .features .v-tabs .v-tab-head a.v-tab-link.active {
    background: #2C3E50 !important;
    color: #fff !important
} */
.features .v-tabs .v-tab-head a:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 100%;
  right: -33px;
  top: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

/* .features .v-tabs .v-tab-head a:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 1px;
    width: 85%;
    bottom: 0;
    border: 1px dashed #2C3E50;
    transform: translateX(-50%);
    transition: all .5s ease-in-out
} */
.features .v-tabs .v-tab-head a.active:after {
  opacity: 1;
}

.features .v-tabs .v-tab-head a:last-child:before,
.features .v-tabs .v-tab-head a.active:before {
  display: none;
}

.features .v-tabs .v-tab-head a.active .features .v-tabs a.v-tab-head {
  border: none;
  padding: 15px 0;
  text-align: left;
  position: relative;
}

.features .v-tabs a.v-tab-head:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 900;
  color: #333;
  position: absolute;
  right: 20px;
  top: 10px;
}

.features .v-tabs .v-tab-pane {
  padding: 0 15px;
}

.features .v-tabs .v-tab-pane ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.features .v-tabs .v-tab-pane ul li {
  border-bottom: 1px solid #e2dcd6;
  color: #292929;
  font-size: 16px;
  padding: 15px 0;
}

.features .v-tabs .v-tab-pane ul li i {
  color: #4c81b6;
  cursor: pointer;
  font-size: 14px;
}

.features .v-tabs .v-tab-pane .in {
  border-top: none;
  padding-top: 0;
}

.features .v-tabs .v-tab-pane .popover {
  border: 1px solid #014d7e !important;
  border-radius: 0;
  width: auto;
  margin: 10px 0 0;
  max-width: 276px;
  left: auto;
  box-shadow: none;
}

.features .v-tabs .v-tab-pane .popover.bottom .arrow {
  border-bottom-color: #014d7e;
}

.features .v-tabs .v-tab-pane .popover .popover-content {
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

.features .row.v-tabs {
  width: 100%;
  display: flex;
  border-radius: 20px;
}

.features .v-tabs .v-tab-pane .collapse {
  height: 100%;
}

.features .v-tabs .v-tab-pane .collapse .development-icons-wrap a span {
  color: #393a3b;
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: normal;
  min-height: 36px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.3px;
}

.features .v-tabs .v-tab-pane .collapse .development-icons-wrap a:hover span {
  color: #00a0e3;
}

.v-tab-head {
  background: rgba(241, 241, 241, 0.4901960784);
  padding: 25px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 20px;
}

.features .v-tabs .v-tab-pane .collapse .development-icons-fixed-bottom-wrap {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0 15px;
  display: flex;
}

.v-tab-head .v-tab-head-p {
  margin-bottom: 0;
  position: relative;
}

/* .features .v-tabs .v-tab-head a.v-tab-link.active {
    background: #894104 !important;
    color: #fff !important;
} */
.features .v-tabs .v-tab-pane {
  padding: 0 15px;
}

.features .v-tabs .v-tab-pane .collapse {
  height: 100%;
}

.features .v-tabs .v-tab-pane .in {
  border-top: none;
  padding-top: 0;
}

.features .v-tabs .v-tab-pane .collapse .development-icons-wrap {
  padding: 25px 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.features .v-tabs .v-tab-pane .collapse .development-icons-wrap a {
  display: inline-flex;
  flex-direction: column-reverse;
  /* border-right: 1px solid #000; */
  padding: 5px 25px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.features .v-tabs .v-tab-pane .collapse .development-icons-wrap a span {
  color: #393a3b;
  font-size: 12px;
  font-weight: 500;
  display: block;
  line-height: normal;
  min-height: 36px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0.3px;
}

.features .v-tabs .v-tab-pane .in {
  border-top: none;
  padding-top: 0;
}

.collapse.in {
  display: block;
}

.fade.in {
  opacity: 1;
}

.features .v-tabs .v-tab-pane .collapse {
  height: 100%;
}

.css-sprites {
  width: 46px;
  height: 52px;
  padding: 10px;
  margin-bottom: 15px;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.features .v-tabs .v-tab-pane .collapse .development-icons-wrap a:hover .css-sprites {
  filter: grayscale(0);
  /* transform: rotate(360deg) */
}

.wordpress-web.css-sprites img {
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

/* About Us */
.section-padding {
  padding: 60px 0;
}

.homepage-who-we-are-main-wrap {
  background: #f4f4f4;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap {
  display: flex;
  flex-wrap: wrap;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 15px;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-text {
  width: 50%;
  padding: 0 15px;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-img img {
  width: 100%;
}

.text-sky-blue {
  color: #05cdff;
}

.common-title-wrap {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 36px;
  line-height: normal;
  display: block;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-text .text-main-wrap {
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 27px;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
}

/* Service Section */
.homepage-our-serving-main-wrap {
  background: #fff;
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap {
  min-height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  outline: 3px solid rgba(255, 255, 255, 0);
  outline-offset: 0;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  cursor: pointer;
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap .css-sprites {
  width: 100%;
  height: auto;
  padding: 10px;
  margin-bottom: 0px;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap:hover .css-sprites {
  filter: grayscale(0);
  /* transform: rotate(360deg); */
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap:hover {
  text-align: center;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap a img {
  max-width: 85px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 35px;
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap .homepage-our-serving-title {
  max-width: 85%;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  text-align: center;
}

.homepage-our-serving-main-wrap .homepage-our-serving-details-wrap {
  min-height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  outline: 3px solid rgba(255, 255, 255, 0);
  outline-offset: 0;
  transition: all 0.5s ease-in-out;
}

.homepage-our-serving-main-wrap .row div:nth-child(odd) .homepage-our-serving-details-wrap {
  /* background: #3b3e45; */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 54%;
}

.homepage-our-serving-main-wrap .row div:nth-child(even) .homepage-our-serving-details-wrap {
  /* background: #894104; */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 54%;
}

/* /-Header End */
/* Hero Breadcrumb */
.hero-breadcrumb-card {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
  overflow: hidden;
}

.hero-breadcrumb-content {
  position: absolute;
  z-index: 111;
  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: 0.25rem;
}

.hero-breadcrumb-bar {
  padding: 15px 0;
}

.page-breadcrumb ol li a:hover {
  color: #2C3E50;
}

.codevista-form-field input {
  width: 100%;
}

.project-info-left {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.project-slider {
  max-width: 600px;
  width: 100%;
}

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

.all-project-widget {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 15px;
}

.all-project-widget .project-img {
  max-height: 200px;
  height: 200px;
}

.all-project-widget .project-img img {
  width: 100%;
  height: 100%;
}

.loop-project-share {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/* Banner */
.banner-header.text-center {
  display: flex;
  flex-direction: column;
  color: #2C3E50;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* .banner-header.text-center h1 {
    color: #fff;
} */
/* Page Hero Section */
.hero-page-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* What we do Card */
.service-card .card {
  min-height: 300px;
  height: 100%;
}

.service-card .card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 40% 80%;
     object-position: 40% 80%;
  height: 100%;
}

p.service-icon {
  font-size: 4em;
  color: #333;
}

.blog-image {
  min-height: 210px;
}

.grid-blog .blog-image a {
  height: 100%;
  position: absolute;
}

.blog-image img {
  display: block;
  height: 100%;
}

/* .blog-content p {
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 400;
    color: #272b41;
	margin-bottom: 0px !important;
} */
.codevista-book-card-content.tile-card-content div {
  padding: 20px;
}

.service-item {
  cursor: pointer;
  position: relative;
  height: 350px;
  padding: 30px 25px;
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.rounded {
  border-radius: 10px !important;
}

.service-item .service-icon {
  margin: 0 auto 20px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  background: #2C3E50;
  transition: 0.5s;
}

.service-item:hover .service-icon {
  color: #2C3E50;
  background: var(--light);
}

.service-item h5,
.service-item p {
  transition: 0.5s;
}

.service-item:hover h3,
.service-item:hover p {
  color: var(--light);
}

.service-item a.btn {
  position: relative;
  display: flex;
  color: #894104;
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover a.btn {
  color: #894104;
}

.service-item a.btn {
  position: relative;
  display: flex;
  color: #894104;
  transition: 0.5s;
  z-index: 1;
}

.service-item a.btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 35px;
  background: #dddddd;
  transition: 0.5s;
  z-index: -1;
}

.service-item:hover {
  background: #2C3E50;
}

.service-item:hover a.btn::before {
  width: 100%;
  background: var(--light);
}

/*** Project Portfolio ***/
#portfolio-flters .btn {
  position: relative;
  display: inline-block;
  margin: 10px 4px 0 4px;
  transition: 0.5s;
}

#portfolio-flters .btn::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 50px solid #ffffff;
}

#portfolio-flters .btn:hover,
#portfolio-flters .btn.active {
  color: var(--light);
  background: #2C3E50;
}

.portfolio-overlay {
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  background: #894104;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
}

.portfolio-item {
  margin: 20px 0px;
}

.portfolio-item img {
  min-height: 300px;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 0.6;
}

.portfolio-item .btn {
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 15px;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #894104;
  background: #fff;
  border-radius: 50%;
  border: none;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
}

.portfolio-item:hover .btn {
  opacity: 1;
  transition-delay: 0.15s;
}

/* Single Product Widget */
.single-product-widget {
  display: flex;
}

.single-product-info-left {
  display: flex;
}

.single-product-info-left {
  justify-content: center;
  align-items: center;
}

.single-product-info-right {
  margin-left: auto;
  flex: 0 0 205px;
  max-width: 205px;
}

.product-img-container {
  width: 80% !important;
}

.product-description .single-product-info-cont {
  width: 60%;
}

/* Testimonal Card */
.testimonial-slider {
  margin-top: 25px;
}

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

/* Portfolio */
.project-gallery-image img {
  min-height: 400px;
  max-height: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-content {
  color: #333 !important;
}

.section-our-number {
  background: #fff;
}

.section-our-number .blog.blog-single-post {
  box-shadow: 2px 2px 10px #ccc;
}

.section-service-content {
  background: #fff;
}

.section-service-content .blog.blog-single-post {
  box-shadow: 2px 2px 10px #ccc;
}

.section-service-content .blog {
  padding: 0px;
  border-radius: 20px;
}

.section-service-content .our-service-image {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.service-blog-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.service-info h3 {
  line-height: 1.6;
}

.service-info {
  padding: 40px;
  max-width: 75%;
}

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

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

.our-number-image {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-our-number .blog {
  padding: 10px;
}

.grow-title {
  font-size: 35px;
}

.grow-content {
  color: rgba(56, 60, 80, 0.6);
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
}

.cs-counter__wrapp {
  padding-top: 75px;
  padding-bottom: 70px;
  background-color: #fff;
  text-align: center;
}

.cs-counter__info {
  max-width: 82%;
  margin-right: auto;
  margin-left: auto;
}

.cs-counter__title {
  margin-bottom: 19px;
  color: #383c50;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.075;
}

.cs-counter__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 28px;
}

.cs-counter__item {
  margin-top: 20px;
  padding: 0 25px;
}

.cs-counter__item-number {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.09;
}

.cs-counter__item-title {
  margin-top: 0;
  color: #383c50;
  font-family: Neuton, serif;
  font-size: 18px;
  letter-spacing: 0.8px;
}

.cs-counter__desc p {
  color: rgba(56, 60, 80, 0.6);
  font-family: Neuton, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
}

/*** Testimonial ***/
.testimonial-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #2C3E50;
  font-size: 25px;
  transition: 0.5s;
}

.testimonial-item i {
  color: #333;
}

.testimonial-item p {
  color: #333;
}

.testimonial-icon i {
  color: #fff;
}

/* Blog Post */
.widget_codevista_blog_widget img.img-fluid.wp-post-image {
  min-width: 80px;
  height: 53px;
}

/* About Page */
.about-mission-left-side {
  display: flex;
  flex-direction: column;
}

.card.about-mission-card {
  max-width: 50%;
  min-height: 250px;
  margin: 0px 15px;
  box-shadow: 5px 5px 10px #ccc;
}

.card.about-mission-card img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.about-mission-card:last-child {
  max-width: 50%;
  min-height: 250px;
  align-self: flex-end;
  margin-top: -30px;
  box-shadow: 5px 5px 10px #ccc;
}

.about-mission-right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Get In Touch */
section.section.section-getinfo i {
  font-size: 24px;
}

.getinfo-area {
  /* background: #ffffffa8; */
  background: #fff;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  max-width: 410px;
  margin: auto;
}

.verified {
  color: green;
}

/* Contact Info */
.contact-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-info-data {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}

.contact-detail .contact-info-head {
  flex-basis: 30%;
}

.contact-detail .contact-info-data {
  flex-basis: 50%;
}

.contact-info-data.contact-map {
  max-width: 100%;
  height: auto;
}

.contact-info-data.contact-map iframe {
  max-height: 284px;
}

/* Page */
img.wp-image-145 {
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
  border-radius: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
}

.wp-block-columns.wp-container-15 {
  padding: 0px;
}

.services-page-column {
  border: 1px solid #bbb;
  padding: 15px;
  border-radius: 6px;
}

.services-page-column .wp-block-image {
  width: 100%;
}

.services-page-column .wp-block-image img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  min-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-page-column h2 {
  text-transform: capitalize;
  margin: 10px auto;
  background: #eee;
  padding: 10px;
}

.is-layout-flow.wp-block-column.planning-page-left-2-column {
  max-width: 100%;
  padding-top: 75px;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 70px;
  background-color: #fff;
  text-align: center;
  line-height: 1.75;
}

.is-layout-flow.wp-block-column.planning-page-left-2-column h2 {
  font-size: 34px;
  line-height: 1.5;
}

.is-layout-flex.wp-container-5.wp-block-columns {
  margin-top: 70px;
}

.services-page-column {
  background: #fff;
  border: none;
  box-shadow: 2px 2px 10px #ccc;
}

.is-layout-flow.wp-block-column.planning-page-right-wb-2-column {
  padding: 20px;
}

.is-layout-flow.wp-block-column.planning-page-right-wb-2-column h3 {
  color: #383c50;
  font-family: "Woodford Bourne", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1.4;
}

.is-layout-flow.wp-block-column.planning-page-right-wb-2-column p {
  line-height: 1.75;
}

.planning-page-full-single-column {
  margin-bottom: 40px !important;
  padding-top: 30px !important;
  padding-right: 30px !important;
  padding-bottom: 5px !important;
  padding-left: 30px !important;
  background-color: #ffffff !important;
}

.planning-page-full-single-column {
  font-size: 16px;
  line-height: 1.85;
}

.is-layout-flow.wp-block-column.services-page-column p {
  margin: 20px auto;
  line-height: 1.75;
}

.wp-block-buttons.page-backlinks a {
  background: none;
  color: #894104 !important;
  text-decoration: none;
  line-height: 1.8;
  border-bottom: 1px solid #894104;
  border-radius: 0px;
  box-shadow: none;
  max-height: 50px;
  padding: 0px 8px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page-single-block {
  margin: 60px 10px;
}

.wp-block-buttons.single-page-primary-button a.wp-block-button__link {
  position: relative;
  display: flex;
  color: #fff !important;
  transition: 0.5s;
  z-index: 1;
  background-color: #894104;
  border: 1px solid transparent;
  margin: 10px auto;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

span.tern-count {
  float: right;
  width: 25px;
  height: 20px;
  text-align: center;
  background: #2C3E50;
  border-radius: 50%;
  color: #fff;
  padding: 2px;
  /* box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

button#clear_filter {
  padding: 4px;
  font-size: 14px;
}

/* About Us */
.section-padding {
  padding: 60px 0;
}

.homepage-who-we-are-main-wrap {
  background: #fff;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap {
  display: flex;
  flex-wrap: wrap;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 15px;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-text {
  width: 50%;
  padding: 0 15px;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-img img {
  width: 100%;
}

.text-sky-blue {
  color: #05cdff;
}

.common-title-wrap {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 36px;
  line-height: normal;
  display: block;
}

.homepage-who-we-are-main-wrap .homepage-who-we-are-details-wrap .homepage-who-we-are-text .text-main-wrap {
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 27px;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
}

/* Contact Info */
.contact-description {
  padding-bottom: 15px;
}

.contact-description h2 {
  color: #2C3E50;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-description ul {
  padding: 0;
  margin: 0;
}

.contact-description ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

.contact-description ul li p {
  line-height: 21px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  position: relative;
  margin: 0;
  padding-left: 15px;
}

.contact-description ul li img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-description ul li p span {
  text-transform: uppercase;
  color: #2C3E50;
  font-weight: 500;
}

.address-box {
  box-shadow: inherit;
  padding: 30px 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 30px;
}

.address-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2C3E50;
  margin-top: 0;
}

.flag-icon {
  display: flex;
  margin: 20px 0 0;
  align-items: flex-start;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}

.flag-icon img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flag-icon .border-bottom {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}

.direct-contact {
  box-shadow: inherit;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.direct-contact .contact-number {
  padding: 0;
  width: 50%;
  margin-bottom: 0;
  position: relative;
}

.direct-contact .contact-email {
  margin-left: 0;
  width: 50%;
}

.direct-contact .contact-number h3,
.direct-contact .contact-email h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2C3E50;
  margin: 0 0 20px;
}

.contact-content,
.email-content {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}

.flag-icon p {
  margin: 0;
}

.contact-content p,
.contact-content a,
.email-content a {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.contact-content img,
.email-content img {
  width: 20px;
  margin-right: 20px;
  max-height: 22px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.direct-contact .contact-number:after {
  content: "";
  position: absolute;
  border-right: 1px solid #c6c6c6;
  top: 0;
  right: 26px;
  height: 100px;
}

.GetInTouchRow .card-header {
  padding: 0;
}

.GetInTouchRow p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  background-color: #2C3E50;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.GetInTouchForm {
  background: #f2f2f2;
  padding: 30px 30px 20px;
  border-radius: 0 0 10px 10px;
}

.homepage-development-main-wrap {
  background: #e5e5e5;
}

.homepage-open-source-main-wrap {
  background: #3b3e45;
}

.homepage-development-main-wrap .homepage-development-text-content {
  padding: 100px 50px;
}

.homepage-development-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-box-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #315cc2;
}

.homepage-development-main-wrap .homepage-development-text-content .single-sercie-content-boxx p {
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 27px;
  margin: 0 0 15px;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.homepage-development-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-page-link {
  background: #315cc2;
  padding: 10px 30px;
  color: #fff;
  margin: 10px 0 0;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
  font-size: 20px;
}

.homepage-development-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-page-link:hover {
  background: #1f46a5;
}

.homepage-development-main-wrap .container-fluid .row {
  display: flex;
}

.homepage-development-main-wrap .container-fluid .row .col-lg-6 {
  padding: 0;
}

.homepage-development-main-wrap .homepage-development-img-wrap img,
.homepage-development-main-wrap .homepage-development-img-wrap {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.homepage-open-source-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-box-title {
  color: #05cdff;
}

.homepage-open-source-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-box-area-content {
  color: #fff;
}

.homepage-open-source-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-page-link {
  background: #05cdff;
  color: #000;
}

.homepage-open-source-main-wrap .homepage-development-text-content .single-sercie-content-boxx .service-page-link:hover {
  background: #00abd6;
  color: #fff;
}

/* Blogs */
.codevista-customized-theme.blog {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  position: unset;
}

/* Other Home Banner */
.other-banner .bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  /* background-image: linear-gradient(-60deg, #2C3E50 50%, #2C3E50 50%); */
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}

.other-banner .bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.other-banner .bg3 {
  animation-duration: 5s;
}

/* .other-banner .content {
	background-color:rgba(255,255,255,.8);
	border-radius:.25em;
	box-shadow:0 0 .25em rgba(0,0,0,.25);
	box-sizing:border-box;
	left:50%;
	padding:10vmin;
	position:fixed;
	text-align:center;
	top:50%;
	transform:translate(-50%, -50%);
  } */
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.typewriter {
  color: #2C3E50;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid #212121;
  animation: cursor 1s step-start infinite, text 5s steps(18) alternate infinite;
}

@keyframes cursor {
  0%, 100% {
    border-color: #212121;
  }
}
.banner-heading {
  font-size: 30px;
  display: flex;
  justify-content: flex-start;
}

.banner-animated-text-left {
  color: #2C3E50;
}

.banner-animated-text-right {
  color: #2C3E50;
}

@keyframes text {
  0% {
    width: 0;
  }
  100% {
    width: 21.5ch;
  }
}
#particles-js .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-hero-breadcrumb {
  height: 350px;
  position: relative;
  box-shadow: 0px 0px 2px 0px #aaa;
  /* margin-bottom: 50px;
     margin-top: 78px; */
  /* background: #fff; */
  /* background: rgb(13 13 13 / 41%); */
  /* background: rgb(29 29 29 / 50%); */
  background: rgba(169, 191, 210, 0.5);
  /* background: rgb(60 67 73 / 50%); */
  /* background: rgb(85 104 121 / 62%); */
  /* background: rgb(167 140 116 / 41%); */
  text-align: center;
}

.banner-caption {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-header.text-center h1 {
  color: #2C3E50;
}

.caption_head h1 span {
  font-size: 60px;
  color: #2C3E50;
}

.codevista_page_codevista-config #wpbody-content {
  background: #fff;
  padding: 0;
  margin: 0;
}

.codevista-admin-class input[type=submit],
.codevista-customized-theme input[type=submit] {
  padding: 12px 30px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  min-width: 120px !important;
  color: #fff !important;
  border-color: #2C3E50 !important;
  background-color: #2C3E50 !important;
  border: 1px solid #2C3E50 !important;
}

.sort-by {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-short-by .sort-title {
  margin-bottom: 15px;
}

body.page-template.page-template-register {
  background: #fff;
}

.invoice-logo h1 {
  color: #2C3E50;
}

/* WooCommerce Style */
/* Product Page */
.product-img {
  width: 100%;
  margin-bottom: 0px;
  max-height: 200px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}

.product-img img {
  max-height: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.loop-project-share {
  margin-top: 30px;
}

.row.align-items-center.card-buy-now-link {
  padding: 0px 0px;
  margin-top: 25px;
}

.grid-blog .blog-image {
  margin-bottom: 20px;
  border-radius: 10px;
}

.product-custom .profile-widget:hover .card-buy-now-link {
  background: #fff;
  color: #333;
  border: none;
}

.pro-content {
  position: relative;
}

.profile-widget .pro-content .title a {
  max-width: 85%;
  display: inline-block;
  white-space: break-spaces;
}

.product-img-container {
  width: 80% !important;
}

.profile-widget .verified {
  color: #28a745;
  margin-left: 3px;
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 5px;
}

.product-detail {
  margin-bottom: 15px;
}

.product-booking button + button {
  margin-top: 15px !important;
}

.product-booking button {
  background-color: #fff !important;
  border: 2px solid #2C3E50 !important;
  border-radius: 4px;
  color: #0db9f2 !important;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 20px !important;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.product-booking button.view-pro-btn:hover,
.product-booking button.view-pro-btn:focus {
  background: #0db9f2 !important;
  color: #fff !important;
}

.product-booking button.apt-btn {
  background-color: #2C3E50 !important;
  color: #fff !important;
}

.product-booking button.apt-btn:hover,
.product-booking button.apt-btn:focus {
  background-color: #0db9f2 !important;
  border-color: #0db9f2 !important;
  color: #fff !important;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  display: none;
}

.review-star-rating {
  direction: rtl;
}

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

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

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

.submit-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.submit-btn {
  padding: 12px 30px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  min-width: 120px !important;
  color: #fff !important;
  border-color: #2C3E50 !important;
  background-color: #2C3E50 !important;
  border: 1px solid #2C3E50 !important;
}

.review-listing > ul {
  margin: 30px auto;
}

.review {
  position: relative;
}

.review .star-rating {
  position: absolute !important;
  right: 0;
  top: 15px;
  font-size: 20px !important;
  color: #f4c150 !important;
}

td.product-quantity {
  display: none;
}

/* .woocommerce-Price-amount{
	font-size: 1.5rem;
} */
form.woocommerce-ordering {
  width: 100%;
}

/* .comment .avatar {
	height: 3rem !important;
} */
form.woocommerce-cart-form .btn-primary {
  background-color: #2C3E50 !important;
  border: 1px solid #2C3E50 !important;
  color: #fff !important;
}

a.restore-item {
  float: right;
}

input#coupon_code {
  margin-right: 10px;
}

.product-booking a {
  background-color: #fff;
  border: 2px solid #894104;
  border-radius: 4px;
  color: #894104;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 20px !important;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

p#calc_shipping_state_field > span {
  display: block;
  width: 100%;
}

a.checkout-button {
  background-color: #2C3E50 !important;
  border: 1px solid #2C3E50 !important;
  color: #fff !important;
}

.table-action .btn {
  font-size: 20px;
  line-height: 1;
}

tr.cart-table-bottom:hover {
  background: none;
  background-color: #fff !important;
}

form.checkout.woocommerce-checkout span.select2.select2-container.select2-container--default {
  margin-top: -8px !important;
}

.doc-info-left {
  justify-content: center;
  align-items: center;
}

.woocommerce {
  margin-bottom: 40px !important;
}

.woocommerce-account {
  background-color: #fff !important;
}

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #958e09;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #958e09;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

.woocommerce span.onsale {
  top: 0.5em !important;
  left: 4.5em !important;
  margin: 0;
  border-radius: 100%;
  background-color: #2C3E50 !important;
}

.woocommerce ul#shipping_method span.shipping-method {
  float: right;
}

.woocommerce .order-invoice {
  max-width: 90%;
  margin: auto;
}

/* 

.view-cart-header .shopping-cart-items .view-cart-header a.avatar-img.rounded {
    float: left;
    width: 70px;
    margin-right: 12px;
    max-width: 100%;
    height: auto;
}

.view-cart-header a.rounded img{
    border-radius: 0.25rem!important;
} */
.view-cart-header .shopping-cart-items img {
  border-radius: 0.25rem !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #fff !important;
}

/* Woocommerce Message Styling */
.woocommerce-notices-wrapper {
  width: 100% !important;
}

.woocommerce-message {
  border-top-color: #c3e6cb !important;
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.woocommerce-message a,
.woocommerce-message button {
  background-color: #fff;
  border: 2px solid #2C3E50;
  border-radius: 4px;
  color: #2C3E50;
  display: block;
  font-size: 14px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-message a,
.woocommerce-message button {
  background-color: #2C3E50 !important;
  color: #fff !important;
}

.woocommerce-info {
  width: 100%;
  border-top-color: #c3e6cb !important;
  color: #0c5460 !important;
  background-color: #d1ecf1 !important;
  border-color: #bee5eb !important;
}

/* Woocommerce Pagination */
.woocommerce-pagination {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 20px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
  background: #2C3E50;
  border-color: transparent;
  color: #ffffff;
}

a.woocommerce-button.btn.btn-primary.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button {
  background: #2C3E50;
  border-color: transparent;
  color: #ffffff;
  margin-right: 10px;
}

/* /- Woocommerce Message */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  border-top: 3px solid #720eec;
  list-style: none outside;
  /* width: auto; */
  word-wrap: break-word;
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: "Font Awesome 5 Free";
  content: "\e028";
  content: "\e028"/"";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}

.woocommerce-message::before {
  content: "\f058";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}

.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: " ";
  display: table;
}

.woocommerce-account .woocommerce::after {
  clear: both;
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title::after {
  clear: both;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit {
  float: right;
}

/* My Account */
.my-account-link {
  color: #2C3E50;
}

.my-account-link:hover {
  color: #2C3E50;
}

/* Woocommerce Address */
.woocommerce-address-card {
  max-width: 48%;
  margin: auto;
}

.woocommerce .woocommerce-customer-details address {
  border: 0px !important;
}

.woocommerce form .form-row.form-group {
  display: flex;
  flex-direction: column;
}

/* Internal Page Css */
/* .content p {
    letter-spacing: .5px;
    text-align: justify;
    line-height: 27px;
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
}

.content ol li {
    letter-spacing: .5px;
    line-height: 27px;
    margin: 0 0 15px;
    display: list-item;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
} */
/* User Guide Post */
.single-user_guide-content .container {
  max-width: 65%;
  margin: auto;
}

.row.form-row.user-guide-btn {
  max-width: 25%;
  margin-bottom: 30px;
}

.leave-user_guide_comment {
  margin-top: 50px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

p.order-again .button {
  background-color: #fff;
  border: 2px solid #2C3E50;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 160px;
  margin: 20px;
  margin-bottom: 20px !important;
}

.woocommerce-Button,
.woocommerce a.button {
  background-color: #2C3E50;
  border: 2px solid #2C3E50 !important;
  border-radius: 4px !important;
  /* color: #2C3E50 !important; */
  /* display: block !important; */
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  padding: 10px 20px !important;
  text-align: center !important;
  /* text-transform: uppercase !important; */
  /* width: 100%; */
}

.woocommerce-Button .btn-warning {
  background-color: #ffbc34 !important;
}

.woocommerce-Button a.btn-warning:focus,
.woocommerce-Button a.btn-warning:hover {
  background-color: #e9ab2e !important;
}

.list-view-product .woocommerce-product-details__short-description.mt-2 {
  max-width: 90%;
}
.list-view-product .doc-info-left {
  align-items: flex-start;
}
.list-view-product .doc-info-right {
  margin-left: auto;
  flex: 0 0 290px;
  max-width: 290px;
}
.list-view-product .clinic-details ul li {
  padding-right: 5px;
  display: list-item;
}
.list-view-product .clinic-details ul li:last-child {
  padding-right: 0;
}
.list-view-product .clinic-details ul li a {
  display: inline-block;
}
.list-view-product .clinic-details ul li a img {
  border-radius: 5px;
  width: 40px;
}
.list-view-product a.btn.btn-buy.cart-icon {
  margin-top: 10px;
}

/*# sourceMappingURL=frontstyles.css.map*/