/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/client/assets/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/client/assets/scss/main.scss (1) ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/client/assets/scss/main.scss (2) ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap);
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/react-datepicker/dist/react-datepicker.css ***!
  \***************************************************************************************************************************************/
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/client/assets/scss/main.scss (3) ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.upload-wrap, .listing-day, .doctor-action, .doc-times, .css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.dentist-home .how-we-work-sec .slider-small-thumb .play-btn-small, .dentist-home .how-we-work-sec .best-work-video .treatment-video a, .time-slot li .timing, .consultation-types a, .coming-soon-info, .why-choose-icon span, .about-contact-icon span, .pricing-icon span, .plan-choose-info, .footer.pharmacy-footer .mid-foot-two .social-icons li a, .products-card .product-icon span, .products-card .product-content .product-cart .cart-icon, .products-card .product-card-img, .seller-grid .seller-icon, .deals-grid .deals-box, .welcome-grid .welcome-info .welcome-icon, .shopping-cart-list .nav, .log-register, .top-header-right .nav, .doctor-widget-one .clinic-booking .btn-primary-light, .view-icons a, .signature, .btn.btn-danger.trash, .time-slot.time-slot-blk li .timing, .visits span.visit-rsn:before, .hours-info .btn.btn-danger.trash, .blogs-section .blog-wrapper .wrap-content .date-cart, .serv-wrap span, .partners-slider li a, .work-info .work-icon span, .specialities-section-one .specialities-img span, .specialities-section-one .specialities-item, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header-one .header-navbar-rht li .btn.log-btn, .header-one .header-navbar-rht li .btn.reg-btn, .header-one .main-menu-wrapper .main-nav .register-btn, .header-one .main-menu-wrapper .main-nav li .btn.log-btn, .header-one .main-menu-wrapper .main-nav li .btn.reg-btn, .header.custom .header-navbar-rht.right-menu .header-contact-img i, .header .header-nav, .custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone, .brower-box a, .clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow, .clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a, .slick-dots .slick-dots li, .dot-slider .slick-dots li, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.categorie-card, .doctor-filter-inner, .booking-doctor-details, .faq-patients-count, .doc-pro-info, .header-one .header-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next, .trusted-info .trusted-btn .btn, .seller-card .seller-content .btn, .categorie-card .categorie-btn .btn, .log-register span, .doctor-profile-widget.doc-grid .favourite-btn .favourite-icon, .doctor-widget-one .favourite-btn .favourite-icon, .doctor-filter-sort .nav li a, .faq-info .accordion-button:after, .doc-pro-location .doc-badge, .reviews-ratings span, .slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.dentist-home .how-we-work-sec .best-work-video .treatment-video a, .onboarding-content .increment-decrement .input-groups input[type=button], .relative-form, .option-set, .select-gender-option, .onboarding-contents, .opt-resend, .set-path, .prefer-box, .call-lable.verify-lable.verify-options, .call-lable.verify-lable.verify-lable, .call-lable, .consult-option, .save-detail, .upload-pic.patient-photo-upload, .upload-pic, .onboarding-content-box.content-wrap, .onboarding-progress, .on-board-wizard ul li a, #onboard-slider .owl-dots, .right-panel, .left-panel, .onboard-wrapper, .review-grid, .cart-search form, .map-listing .profile-widget, .doctor-widget-one .doc-info-left, .doctor-widget-one, .clinic-services, .doc-info-left, .doctor-widget, .map-dentist-list .profile-widget, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .patient-graph-box, .patient-dashboard-top, .change-avatar, .profile-info-widget, .dash-card .dash-widget, .upload-wrap, .review-listing > ul li .comment .comment-body .meta-data .review-count, .review-listing > ul li .comment, .appointments .appointment-list, .appointment-list .profile-info-widget, .booking-device, .success-page-cont, .booking-doc-info, .work-info, .section-search .banner-wrapper .search-box form, .header-one .main-menu-wrapper .main-nav, .header .header-nav .header-navbar-rht .has-arrow .user-header, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .main-nav, .header .header-nav, .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.success-btn .btn, .error-content .btn, .way-inner-header .btn, .breadcrumb-bar-two .page-breadcrumb ol, .shop-card .shop-content .btn, .welcome-grid .welcome-btn .btn, .pharmacy-btn .btn, .breadcrumb-bar-one .page-breadcrumb ol, .specialities-section-one .specialities-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-track, .booking-date, .consultation-types, .contact-card .card-body, .testimonial-info, .about-contact, .pricing-header-info, .footer.pharmacy-footer .mid-footer .footer-links .app-store-links, .footer.pharmacy-footer .top-footer, .coupon-card, .products-card .product-content .product-cart, .trusted-info .trusted-text h6, .seller-grid, .welcome-grid .welcome-info, .browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item, .browse-categorie .categorie-dropdown .dropdown-toggle, .shopping-cart-amount, .lang-dropdown .dropdown-menu .dropdown-item, .lang-dropdown .dropdown-toggle, .doctor-widget-one .clini-infos ul li, .doctor-widget-one .doc-location, .doctor-filter-sort, .doctor-filter-option, .doctor-filter-availability, .filter-grid h4 a, .booking-range .btn, .booking-date.choose-date-book, .articles-info, .doc-pro-location p, .flag-dropdown .dropdown-menu .dropdown-item, .flag-dropdown .dropdown-toggle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.success-dashboard-link a, .news-grid .news-content .nav li p, .doctor-widget-one .doc-name, .back-link a, .articles-content .articles-list li, .reviews-ratings p {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}

.specialities-section-one .specialities-item {
  flex-direction: column;
}

.seller-card .seller-time .nav {
  justify-content: center;
  -webkit-justify-content: center;
}

.browse-categorie .categorie-dropdown .dropdown-toggle, .lang-dropdown .dropdown-toggle, .flag-dropdown .dropdown-toggle {
  justify-content: start;
  -webkit-justify-content: start;
}

.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-track, .shopping-cart-list .nav, .top-header-right .nav {
  justify-content: end;
  -webkit-justify-content: end;
}

.relative-form, .prefer-box, .onboarding-content-box.content-wrap, .left-panel, .coupon-card, .products-card .product-content .product-cart {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cart-search form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-day, .header-one .menu-header, .header .header-nav .menu-header, .header .header-nav {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.success-cont i, .hours-info .btn.btn-danger.trash, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header .header-nav .header-navbar-rht li, .avatar .avatar-title, .btn-icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.trusted-section .owl-carousel.partners-slider.owl-loaded, .signature, .change-avatar, .dash-card .dash-widget, .btn.btn-danger.trash, .appointments .appointment-action, .success-cont i, .success-page-cont, .header-one .menu-header, .header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .header-navbar-rht li, .header .header-nav .menu-header, table.table td h2.table-avatar, table.table td h2 .table-avatar, .avatar .avatar-title, .btn-icon {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.review-grid, .listing-day {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.appointments .appointment-action, .success-cont i, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link, .header .header-nav .header-navbar-rht li, table.table td h2.table-avatar, table.table td h2 .table-avatar, .avatar-group, .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dentist-home .how-we-work-sec .best-work-video .treatment-video a, .onboarding-content .increment-decrement .input-groups input[type=button], .relative-form, .option-set, .select-gender-option, .onboarding-contents, .opt-resend, .set-path, .prefer-box, .call-lable.verify-lable.verify-options, .call-lable.verify-lable.verify-lable, .call-lable, .consult-option, .save-detail, .upload-pic.patient-photo-upload, .upload-pic, .onboarding-content-box.content-wrap, .onboarding-progress, .on-board-wizard ul li a, #onboard-slider .owl-dots, .right-panel, .left-panel, .onboard-wrapper, .review-grid, .cart-search form, .map-listing .profile-widget, .doctor-widget-one .doc-info-left, .doctor-widget-one, .clinic-services, .doc-info-left, .doctor-widget, .map-dentist-list .profile-widget, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .patient-graph-box, .patient-dashboard-top, .change-avatar, .profile-info-widget, .dash-card .dash-widget, .upload-wrap, .review-listing > ul li .comment .comment-body .meta-data .review-count, .review-listing > ul li .comment, .appointments .appointment-list, .appointment-list .profile-info-widget, .booking-device, .success-page-cont, .booking-doc-info, .work-info, .section-search .banner-wrapper .search-box form, .header-one .main-menu-wrapper .main-nav, .header .header-nav .header-navbar-rht .has-arrow .user-header, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .main-nav, .header .header-nav, .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom_radio, .custom_check, .slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.right-panel, .clinic-services, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .appointments .appointment-list, .schedule-nav .nav-tabs, .post-left ul, .header-one .header-nav, .header .header-nav, .custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specialities-section-one .specialities-item {
  -ms-flex-direction: column;
  flex-direction: column;
}

.patient-graph-col .graph-box .graph-status-result {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.patient-graph-col .graph-box .graph-status-result {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.upload-wrap, .header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/******* BASE *******/
.primary {
  background-color: #09e5ab;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
}

* {
  box-sizing: border-box;
  cursor: default !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  height: 100%;
  overflow-x: hidden;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Instrument Sans", sans-serif;
}

body {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}
@media (max-width: 1023.98px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 1023.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}
@media (max-width: 1023.98px) {
  h6 {
    font-size: 16px;
  }
}

p,
span,
a,
li {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
}

.material-icons {
  font-family: "Material Icons";
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

html {
  height: 100%;
}

body {
  font-family: "Instrument Sans", sans-serif;
  background-color: #ffffff;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #2e3842;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:hover {
  color: #09e5ab;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:focus {
  outline: 0;
}

.green .intro_text a:hover {
  color: #09e5ab;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #272b41;
  font-weight: 500;
}

.h1, h1 {
  font-size: 2.25rem;
}
@media (max-width: 767.98px) {
  .h1, h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .h1, h1 {
    font-size: 28px;
  }
}

.h2, h2 {
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .h2, h2 {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .h2, h2 {
    font-size: 24px;
  }
}

.h3, h3 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .h3, h3 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .h3, h3 {
    font-size: 20px;
  }
}

.h4, h4 {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .h4, h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .h4, h4 {
    font-size: 16px;
  }
}

.h5, h5 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .h5, h5 {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .h5, h5 {
    font-size: 14px;
  }
}

.h6, h6 {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .h6, h6 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .h6, h6 {
    font-size: 12px;
  }
}

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

.container-fluid {
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.form-group {
  margin-bottom: 20px;
}

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

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

@media (max-width: 1399.98px) {
  .row.row-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 1399.98px) {
  .row.row-grid > div {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1199.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 849.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.text-sm {
  font-size: 14px !important;
}

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

.small, small {
  font-size: 80%;
  font-weight: 400;
}

a {
  color: #2e3842;
}
a:hover {
  color: #0e82fd;
}
a:hover, a:focus, a.active {
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button:focus {
  outline: 0;
}

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

.form-control {
  border-color: #e2e8f0;
  color: #333333;
  font-size: 15px;
  min-height: 46px;
  padding: 11px 15px;
}
.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
  color: #858585;
  font-size: 14px;
}
.form-control::placeholder {
  color: #858585;
  font-size: 14px;
}

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

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

@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

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

p:last-child  {
  margin-bottom: 0;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.upload-wrap, .listing-day, .doctor-action, .doc-times, .css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.dentist-home .how-we-work-sec .slider-small-thumb .play-btn-small, .dentist-home .how-we-work-sec .best-work-video .treatment-video a, .time-slot li .timing, .consultation-types a, .coming-soon-info, .why-choose-icon span, .about-contact-icon span, .pricing-icon span, .plan-choose-info, .footer.pharmacy-footer .mid-foot-two .social-icons li a, .products-card .product-icon span, .products-card .product-content .product-cart .cart-icon, .products-card .product-card-img, .seller-grid .seller-icon, .deals-grid .deals-box, .welcome-grid .welcome-info .welcome-icon, .shopping-cart-list .nav, .log-register, .top-header-right .nav, .doctor-widget-one .clinic-booking .btn-primary-light, .view-icons a, .signature, .btn.btn-danger.trash, .time-slot.time-slot-blk li .timing, .visits span.visit-rsn:before, .hours-info .btn.btn-danger.trash, .blogs-section .blog-wrapper .wrap-content .date-cart, .serv-wrap span, .partners-slider li a, .work-info .work-icon span, .specialities-section-one .specialities-img span, .specialities-section-one .specialities-item, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header-one .header-navbar-rht li .btn.log-btn, .header-one .header-navbar-rht li .btn.reg-btn, .header-one .main-menu-wrapper .main-nav .register-btn, .header-one .main-menu-wrapper .main-nav li .btn.log-btn, .header-one .main-menu-wrapper .main-nav li .btn.reg-btn, .header.custom .header-navbar-rht.right-menu .header-contact-img i, .header .header-nav, .custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone, .brower-box a, .clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow, .clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a, .slick-dots .slick-dots li, .dot-slider .slick-dots li, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.categorie-card, .doctor-filter-inner, .booking-doctor-details, .faq-patients-count, .doc-pro-info, .header-one .header-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next, .trusted-info .trusted-btn .btn, .seller-card .seller-content .btn, .categorie-card .categorie-btn .btn, .log-register span, .doctor-profile-widget.doc-grid .favourite-btn .favourite-icon, .doctor-widget-one .favourite-btn .favourite-icon, .doctor-filter-sort .nav li a, .faq-info .accordion-button:after, .doc-pro-location .doc-badge, .reviews-ratings span, .slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.dentist-home .how-we-work-sec .best-work-video .treatment-video a, .onboarding-content .increment-decrement .input-groups input[type=button], .relative-form, .option-set, .select-gender-option, .onboarding-contents, .opt-resend, .set-path, .prefer-box, .call-lable.verify-lable.verify-options, .call-lable.verify-lable.verify-lable, .call-lable, .consult-option, .save-detail, .upload-pic.patient-photo-upload, .upload-pic, .onboarding-content-box.content-wrap, .onboarding-progress, .on-board-wizard ul li a, #onboard-slider .owl-dots, .right-panel, .left-panel, .onboard-wrapper, .review-grid, .cart-search form, .map-listing .profile-widget, .doctor-widget-one .doc-info-left, .doctor-widget-one, .clinic-services, .doc-info-left, .doctor-widget, .map-dentist-list .profile-widget, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .patient-graph-box, .patient-dashboard-top, .change-avatar, .profile-info-widget, .dash-card .dash-widget, .upload-wrap, .review-listing > ul li .comment .comment-body .meta-data .review-count, .review-listing > ul li .comment, .appointments .appointment-list, .appointment-list .profile-info-widget, .booking-device, .success-page-cont, .booking-doc-info, .work-info, .section-search .banner-wrapper .search-box form, .header-one .main-menu-wrapper .main-nav, .header .header-nav .header-navbar-rht .has-arrow .user-header, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .main-nav, .header .header-nav, .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.success-btn .btn, .error-content .btn, .way-inner-header .btn, .breadcrumb-bar-two .page-breadcrumb ol, .shop-card .shop-content .btn, .welcome-grid .welcome-btn .btn, .pharmacy-btn .btn, .breadcrumb-bar-one .page-breadcrumb ol, .specialities-section-one .specialities-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-track, .booking-date, .consultation-types, .contact-card .card-body, .testimonial-info, .about-contact, .pricing-header-info, .footer.pharmacy-footer .mid-footer .footer-links .app-store-links, .footer.pharmacy-footer .top-footer, .coupon-card, .products-card .product-content .product-cart, .trusted-info .trusted-text h6, .seller-grid, .welcome-grid .welcome-info, .browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item, .browse-categorie .categorie-dropdown .dropdown-toggle, .shopping-cart-amount, .lang-dropdown .dropdown-menu .dropdown-item, .lang-dropdown .dropdown-toggle, .doctor-widget-one .clini-infos ul li, .doctor-widget-one .doc-location, .doctor-filter-sort, .doctor-filter-option, .doctor-filter-availability, .filter-grid h4 a, .booking-range .btn, .booking-date.choose-date-book, .articles-info, .doc-pro-location p, .flag-dropdown .dropdown-menu .dropdown-item, .flag-dropdown .dropdown-toggle {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.success-dashboard-link a, .news-grid .news-content .nav li p, .doctor-widget-one .doc-name, .back-link a, .articles-content .articles-list li, .reviews-ratings p {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}

.specialities-section-one .specialities-item {
  flex-direction: column;
}

.seller-card .seller-time .nav {
  justify-content: center;
  -webkit-justify-content: center;
}

.browse-categorie .categorie-dropdown .dropdown-toggle, .lang-dropdown .dropdown-toggle, .flag-dropdown .dropdown-toggle {
  justify-content: start;
  -webkit-justify-content: start;
}

.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-track, .shopping-cart-list .nav, .top-header-right .nav {
  justify-content: end;
  -webkit-justify-content: end;
}

.relative-form, .prefer-box, .onboarding-content-box.content-wrap, .left-panel, .coupon-card, .products-card .product-content .product-cart {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cart-search form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-day, .header-one .menu-header, .header .header-nav .menu-header, .header .header-nav {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.success-cont i, .hours-info .btn.btn-danger.trash, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header .header-nav .header-navbar-rht li, .avatar .avatar-title, .btn-icon {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.trusted-section .owl-carousel.partners-slider.owl-loaded, .signature, .change-avatar, .dash-card .dash-widget, .btn.btn-danger.trash, .appointments .appointment-action, .success-cont i, .success-page-cont, .header-one .menu-header, .header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .header-navbar-rht li, .header .header-nav .menu-header, table.table td h2.table-avatar, table.table td h2 .table-avatar, .avatar .avatar-title, .btn-icon {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.review-grid, .listing-day {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.appointments .appointment-action, .success-cont i, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link, .header .header-nav .header-navbar-rht li, table.table td h2.table-avatar, table.table td h2 .table-avatar, .avatar-group, .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dentist-home .how-we-work-sec .best-work-video .treatment-video a, .onboarding-content .increment-decrement .input-groups input[type=button], .relative-form, .option-set, .select-gender-option, .onboarding-contents, .opt-resend, .set-path, .prefer-box, .call-lable.verify-lable.verify-options, .call-lable.verify-lable.verify-lable, .call-lable, .consult-option, .save-detail, .upload-pic.patient-photo-upload, .upload-pic, .onboarding-content-box.content-wrap, .onboarding-progress, .on-board-wizard ul li a, #onboard-slider .owl-dots, .right-panel, .left-panel, .onboard-wrapper, .review-grid, .cart-search form, .map-listing .profile-widget, .doctor-widget-one .doc-info-left, .doctor-widget-one, .clinic-services, .doc-info-left, .doctor-widget, .map-dentist-list .profile-widget, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .patient-graph-box, .patient-dashboard-top, .change-avatar, .profile-info-widget, .dash-card .dash-widget, .upload-wrap, .review-listing > ul li .comment .comment-body .meta-data .review-count, .review-listing > ul li .comment, .appointments .appointment-list, .appointment-list .profile-info-widget, .booking-device, .success-page-cont, .booking-doc-info, .work-info, .section-search .banner-wrapper .search-box form, .header-one .main-menu-wrapper .main-nav, .header .header-nav .header-navbar-rht .has-arrow .user-header, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .main-nav, .header .header-nav, .avatar .avatar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom_radio, .custom_check, .slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.right-panel, .clinic-services, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .appointments .appointment-list, .schedule-nav .nav-tabs, .post-left ul, .header-one .header-nav, .header .header-nav, .custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.specialities-section-one .specialities-item {
  -ms-flex-direction: column;
  flex-direction: column;
}

.patient-graph-col .graph-box .graph-status-result {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.patient-graph-col .graph-box .graph-status-result {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.upload-wrap, .header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}
@media (min-width: 320px) {
  .col.col-xs-12 {
    width: 100%;
  }
  .col.col-xs-11 {
    width: 91.66666667%;
  }
  .col.col-xs-10 {
    width: 83.33333333%;
  }
  .col.col-xs-9 {
    width: 75%;
  }
  .col.col-xs-8 {
    width: 66.66666667%;
  }
  .col.col-xs-7 {
    width: 58.33333333%;
  }
  .col.col-xs-6 {
    width: 50%;
  }
  .col.col-xs-5 {
    width: 41.66666667%;
  }
  .col.col-xs-4 {
    width: 33.33333333%;
  }
  .col.col-xs-3 {
    width: 25%;
  }
  .col.col-xs-2 {
    width: 16.66666667%;
  }
  .col.col-xs-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 568px) {
  .col.col-sm-12 {
    width: 100%;
  }
  .col.col-sm-11 {
    width: 91.66666667%;
  }
  .col.col-sm-10 {
    width: 83.33333333%;
  }
  .col.col-sm-9 {
    width: 75%;
  }
  .col.col-sm-8 {
    width: 66.66666667%;
  }
  .col.col-sm-7 {
    width: 58.33333333%;
  }
  .col.col-sm-6 {
    width: 50%;
  }
  .col.col-sm-5 {
    width: 41.66666667%;
  }
  .col.col-sm-4 {
    width: 33.33333333%;
  }
  .col.col-sm-3 {
    width: 25%;
  }
  .col.col-sm-2 {
    width: 16.66666667%;
  }
  .col.col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .col.col-md-12 {
    width: 100%;
  }
  .col.col-md-11 {
    width: 91.66666667%;
  }
  .col.col-md-10 {
    width: 83.33333333%;
  }
  .col.col-md-9 {
    width: 75%;
  }
  .col.col-md-8 {
    width: 66.66666667%;
  }
  .col.col-md-7 {
    width: 58.33333333%;
  }
  .col.col-md-6 {
    width: 50%;
  }
  .col.col-md-5 {
    width: 41.66666667%;
  }
  .col.col-md-4 {
    width: 33.33333333%;
  }
  .col.col-md-3 {
    width: 25%;
  }
  .col.col-md-2 {
    width: 16.66666667%;
  }
  .col.col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1024px) {
  .col.col-lg-12 {
    width: 100%;
  }
  .col.col-lg-11 {
    width: 91.66666667%;
  }
  .col.col-lg-10 {
    width: 83.33333333%;
  }
  .col.col-lg-9 {
    width: 75%;
  }
  .col.col-lg-8 {
    width: 66.66666667%;
  }
  .col.col-lg-7 {
    width: 58.33333333%;
  }
  .col.col-lg-6 {
    width: 50%;
  }
  .col.col-lg-5 {
    width: 41.66666667%;
  }
  .col.col-lg-4 {
    width: 33.33333333%;
  }
  .col.col-lg-3 {
    width: 25%;
  }
  .col.col-lg-2 {
    width: 16.66666667%;
  }
  .col.col-lg-1 {
    width: 8.33333333%;
  }
}

/******* COMPONENTS ******/
.view-btn {
  color: #0de0fe;
  font-size: 13px;
  border: 2px solid #0de0fe;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}
.view-btn:hover, .view-btn:focus {
  background-color: #0de0fe;
  color: #ffffff;
}

.book-btn {
  background-color: #0de0fe;
  border: 2px solid #0de0fe;
  color: #ffffff;
  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: #ffffff;
}

.submit-btn-bottom {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .submit-btn-bottom {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .submit-btn-bottom {
    margin-bottom: 0.9375rem;
  }
}

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

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

.btn-icon {
  text-align: center;
  font-size: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}

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

a.btn.btn-google.w-100:hover {
  background: #dd4b39;
}
a.btn.btn-facebook.w-100:hover {
  background-color: #3a559f;
}

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

.view-inv-btn {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}
@media (max-width: 767.98px) {
  .view-inv-btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}

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

.book-btn1 {
  background-color: #0de0fe;
  border: 2px solid #0de0fe;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 6px 10px;
}
.book-btn1:hover {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}

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

.btn-blue {
  background: #0e82fd;
  border: 1px solid #0e82fd;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  padding: 5px 10px;
}
.btn-blue:hover {
  background: #004fff;
  border: 1px solid #004fff;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .mobile-profile-btn-top {
    position: absolute;
    top: 9px;
  }
}
.progress-wrap {
  position: fixed;
  right: 25px;
  bottom: 25px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(75, 64, 237, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 35px;
  font-size: 17px;
  color: #0e82fd;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #0e82fd;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.check:checked + .checktoggle {
  background-color: #008f64;
  border: 1px solid #008f64;
}
.check:checked + .checktoggle:after {
  background-color: #ffffff;
  left: 100%;
  transform: translate(calc(-100% - 5px), -50%);
  -webkit-transform: translate(calc(-100% - 5px), -50%);
  -ms-transform: translate(calc(-100% - 5px), -50%);
}

.checktoggle {
  background-color: #ff3535;
  border: 1px solid #ff3535;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 42px;
}
.checktoggle:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: left 300ms ease, transform 300ms ease;
}

.status-toggle .check:checked + .checktoggle {
  background-color: #28a745;
  border: 1px solid #28a745;
}
.status-toggle .check:checked + .checktoggle:after {
  transform: translate(calc(-100% - 2px), -50%);
  -webkit-transform: translate(calc(-100% - 2px), -50%);
  -ms-transform: translate(calc(-100% - 2px), -50%);
}
.status-toggle .checktoggle {
  width: 41px;
  height: 21px;
}
.status-toggle .checktoggle::after {
  width: 17px;
  height: 17px;
  transform: translate(2px, -50%);
  -webkit-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
}

.status-tog .checktoggle {
  height: 28px;
  width: 50px;
  border-radius: 999px;
  background-color: #f3f4f6;
  border-color: #f3f4f6;
}
.status-tog .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(/57d39a7cea8f8946028c.svg);
  background-repeat: no-repeat;
  background-size: 11px 20px;
  width: 20px;
  height: 20px;
  transform: translate(3px, -50%);
}
.status-tog .checktoggle:after {
  width: 24px;
  height: 24px;
  background-image: url(/cabbf880220295584085.svg);
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(1px, -50%);
  background-position: center;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.status-tog .check:checked + .checktoggle:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(/cabbf880220295584085.svg);
  background-repeat: no-repeat;
  background-size: 13px 21px;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.status-tog .check:checked + .checktoggle:after {
  background-image: url(/57d39a7cea8f8946028c.svg);
  background-repeat: no-repeat;
  background-size: 12px 21px;
  transform: translate(calc(-100% - 1px), -50%);
  background-position: center;
}

.bootstrap-tagsinput {
  display: block;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e4e4e8;
  height: 46px;
  margin: 0;
  padding: 4px 10px 0 10px;
  width: 100%;
  box-shadow: none;
  overflow-y: auto;
}
.bootstrap-tagsinput .tag {
  margin-right: 5px;
  margin-bottom: 2px;
  color: #a9a9a9;
  background: #f4f4f4 !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
}
.bootstrap-tagsinput .tag:hover {
  color: #a9a9a9;
}
.bootstrap-tagsinput .tag [data-role=remove] {
  position: relative;
  left: 7px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  margin: 0;
  padding: 0px 2px;
}
.bootstrap-tagsinput input {
  line-height: 36px;
  border: 1px solid transparent;
  background: transparent;
}
.bootstrap-tagsinput input:focus-visible {
  border: 1px solid transparent;
}

/****** LAYOUT ******/
.btn.focus, .btn:focus {
  box-shadow: unset;
}
.btn.btn-rounded {
  border-radius: 50px;
}

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

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

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #09dca4 !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: #ffffff;
}

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

.text-primary {
  color: #09e5ab !important;
}

.dropdown-menu li > a.text-primary {
  color: #09e5ab !important;
}
.dropdown-menu li > a.text-success {
  color: #00cc52 !important;
}
.dropdown-menu li > a.text-danger {
  color: #ff0100 !important;
}
.dropdown-menu li > a.text-info {
  color: #009efb !important;
}
.dropdown-menu li > a.text-warning {
  color: #ffbc34 !important;
}
.dropdown-menu li > a.text-purple {
  color: #7460ee !important;
}

.text-success {
  color: #00cc52 !important;
}

.text-danger {
  color: #ff0100 !important;
}

.text-info {
  color: #009efb !important;
}

.text-warning {
  color: #ffbc34 !important;
}

.text-purple {
  color: #7460ee !important;
}

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

.btn-primary {
  background-color: #09e5ab;
  border: 1px solid #09e5ab;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #ffffff;
  background-color: #09dca4;
  border-color: #09dca4;
}
.btn-primary:focus .open > .dropdown-toggle.btn-primary, .btn-primary:hover .open > .dropdown-toggle.btn-primary, .btn-primary:active .open > .dropdown-toggle.btn-primary, .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus, .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary:active:focus, .btn-primary:active:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}
.btn-primary .active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.btn-primary .active:focus:not(:disabled):not(.disabled), .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}

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

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-success.dropdown-toggle {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #ffffff;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-info.dropdown-toggle {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #ffffff;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-warning.dropdown-toggle {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #ffffff;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-danger.dropdown-toggle {
  background-color: #e63333;
  border-color: #e63333;
  color: #ffffff;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-light.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: unset;
}
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #09e5ab;
  border-color: #09e5ab;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-success.dropdown-toggle {
  background-color: #00e65b;
  border-color: #00e65b;
}
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-info.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
}
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-success {
  background-color: #00e65b;
  border: 1px solid #00e65b;
}
.btn-success:hover, .btn-success:focus .btn-success.active, .btn-success:active {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #ffffff;
}
.btn-success .open > .dropdown-toggle.btn-success {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #ffffff;
}
.btn-success .open > .dropdown-toggle.btn-success.focus, .btn-success .open > .dropdown-toggle.btn-success:hover, .btn-success .open > .dropdown-toggle.btn-success:focus {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}
.btn-success.active:focus, .btn-success.active.focus, .btn-success.active:hover, .btn-success.focus, .btn-success:active:focus, .btn-success:active:hover {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}
.btn-success.active:not(:disabled):not(.disabled), .btn-success:active:not(:disabled):not(.disabled) {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #ffffff;
}
.btn-success.active:focus:not(:disabled):not(.disabled), .btn-success:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #00e65b;
  border-color: #00e65b;
  color: #ffffff;
}

.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active:focus, .btn-info.active.focus, .btn-info.active:hover, .btn-info.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-info.active:not(:disabled):not(.disabled), .btn-info:active:not(:disabled):not(.disabled) {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #ffffff;
}
.btn-info.active:not(:disabled):not(.disabled):focus, .btn-info:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #ffffff;
}

.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active:focus, .btn-warning.active.focus, .btn-warning.active:hover, .btn-warning.focus, .btn-warning:active:focus, .btn-warning:active:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.btn-warning.active:not(:disabled):not(.disabled), .btn-warning:active:not(:disabled):not(.disabled) {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #ffffff;
}
.btn-warning.active:not(:disabled):not(.disabled):focus, .btn-warning:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #ffffff;
}

.btn-danger {
  background-color: #ff0100;
  border: 1px solid #ff0100;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-danger.active:focus, .btn-danger.active.focus, .btn-danger.active:hover, .btn-danger.focus, .btn-danger:active:focus, .btn-danger:active:hover {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.btn-danger.active:not(:disabled):not(.disabled), .btn-danger:active:not(:disabled):not(.disabled) {
  background-color: #e63333;
  border-color: #e63333;
  color: #ffffff;
}
.btn-danger.active:not(:disabled):not(.disabled):focus, .btn-danger:active:not(:disabled):not(.disabled):focus {
  box-shadow: unset;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #ff0100;
  border-color: #ff0100;
  color: #ffffff;
}

.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.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;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}
.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;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #e63333;
  border: 1px solid #e63333;
}
.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-light.active:focus:not(:disabled):not(.disabled), .btn-light:active:focus:not(:disabled):not(.disabled), .btn-dark.active:focus:not(:disabled):not(.disabled), .btn-dark:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.btn-outline-primary {
  color: #09e5ab;
  border-color: #09e5ab;
}
.btn-outline-primary:hover {
  background-color: #09e5ab;
  border-color: #09e5ab;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #09e5ab;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #09e5ab;
  border-color: #09e5ab;
}

.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 {
  background-color: #00e65b;
  border-color: #00e65b;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-outline-info {
  color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: transparent;
  color: #009efb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #009efb;
  border-color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active: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.disabled, .btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffbc34;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbc34;
  border-color: #ffbc34;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-outline-danger {
  color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  background-color: transparent;
  color: #ff0100;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #ff0100;
  border-color: #ff0100;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

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

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
}
.pagination > li > a, .pagination > li > span {
  color: #20c0f3;
}

.page-link:hover {
  color: #20c0f3;
}
.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  background-color: #20c0f3;
  border-color: #20c0f3;
}

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

.dropdown-item.active, .dropdown-item:active {
  background-color: #0de0fe;
}

.navbar-nav__.open--.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

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

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #20c0f3;
  text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #20c0f3;
}

.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: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-lg {
  font-size: 20px !important;
}

.text-xl {
  font-size: 24px !important;
}

.control-label {
  margin-bottom: 5px;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}
.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar .avatar-title {
  width: 100%;
  height: 100%;
  background-color: #20c0f3;
  color: #ffffff;
}
.avatar.avatar-online::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #00e65b;
}
.avatar.avatar-offline::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ff0100;
}
.avatar.avatar-away::before {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffbc34;
}
.avatar .border {
  border-width: 3px !important;
}
.avatar .rounded {
  border-radius: 6px !important;
}
.avatar .avatar-title {
  font-size: 18px;
}
.avatar .avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}
.avatar .avatar-xs .border {
  border-width: 2px !important;
}
.avatar .avatar-xs .rounded {
  border-radius: 4px !important;
}
.avatar .avatar-xs .avatar-title {
  font-size: 12px;
}
.avatar .avatar-xs.avatar-away::before, .avatar .avatar-xs.avatar-offline::before, .avatar .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;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}
.avatar-xxl .border {
  border-width: 6px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .border {
    border-width: 4px !important;
  }
}
.avatar-xxl .rounded {
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  .avatar-xxl .rounded {
    border-radius: 12px !important;
  }
}
.avatar-xxl .avatar-title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .avatar-xxl .avatar-title {
    font-size: 42px;
  }
}
.avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
  border-width: 4px;
}
@media (min-width: 768px) {
  .avatar-xxl.avatar-away::before, .avatar-xxl.avatar-offline::before, .avatar-xxl.avatar-online::before {
    border-width: 4px;
  }
}

.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}
.avatar-group .avatar:hover {
  z-index: 1;
}
.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-xs {
  width: 1.65rem;
  height: 1.65rem;
}

.select2-results__option {
  padding: 6px 15px;
}

.select2-container .select2-selection--single {
  border: 1px solid #e2e8f0;
  height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-selection.select2-selection--single {
  outline: none;
}

.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: 0 2px 2px 0;
  border-color: rgb(107, 114, 128);
  padding: 3px;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #272b41;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 2px 0 0 2px;
  margin-top: 3px;
  padding: 3px;
  border-color: rgb(107, 114, 128);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F8FAFC;
  color: #0F172A;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dcdcdc;
  min-height: 46px;
}

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

.breadcrumb-bar {
  background-color: #15558d;
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    height: auto;
  }
}
.breadcrumb-bar .breadcrumb-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 18px;
  }
}
.breadcrumb-bar .page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-bar .page-breadcrumb ol li.active {
  color: #ffffff;
}
.breadcrumb-bar .page-breadcrumb ol li a {
  color: #ffffff;
}
.breadcrumb-bar .page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
  font-size: 10px;
}

.form-focus {
  height: 50px;
  position: relative;
}
.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transform: translate3d(0, 22px, 0) scale(1);
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transition: 240ms;
  -ms-transition: 240ms;
  transition: 240ms;
  z-index: 1;
  color: #b8b8b8;
  margin-bottom: 0;
  position: absolute;
  top: -8px;
  left: 12px;
}
.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}
.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}
.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::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  -ms-transition: 240ms;
  transition: 240ms;
}
.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}
.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 400;
  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 .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}
.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: #cccccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.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-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #e3e3e3;
  border-width: 0 6px 6px;
}
.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}

#loader {
  background-color: #ffffff;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.loader {
  display: inline-block;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loader span {
  -webkit-animation: loader 1.3s linear infinite;
  animation: loader 1.3s linear infinite;
  background-color: #20c0f3;
  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;
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
table.table {
  color: #272b41;
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
table.table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
table.table thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table tbody tr:last-child {
  border-color: transparent;
}
table.table.table-center td, table.table.table-center th {
  vertical-align: middle;
}
table.table > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
table.table .no-border > tbody > tr > th {
  border-top: 0;
  padding: 10px 8px;
}
table.table .no-border > tbody > tfoot > tr > th, table.table .no-border > tbody > tfoot > tr > td, table.table .no-border > tbody thead > tr > th, table.table .no-border > tbody thead > tr > td {
  border-top: 0;
  padding: 10px 8px;
}
table.table .dataTable {
  border-collapse: collapse !important;
}
table .table-striped thead tr {
  border-color: transparent;
}
table .table-striped tbody tr {
  border-color: transparent;
}
table .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(235, 235, 235, 0.4);
}
table .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f8f9fa;
}
table .table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
table .table-bordered th, table .table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}
table .table-nowrap td, table .table-nowrap th {
  white-space: nowrap;
}
table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
table.table td h2 .table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table.table td h2 a {
  color: #272b41;
}
table.table td h2 a:hover {
  color: #09dca4;
}
table.table td h2 span {
  color: #888888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
table.table td h2.table-avatar {
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
table .table-hover tbody tr:hover {
  background-color: #f7f7f7;
}
table .table-hover tbody tr:hover td {
  color: #474648;
}

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

.card-table card-body {
  padding: 0;
}
.card-table card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table card-body .table tr th, .card-table card-body .table tr td {
  border-top: 1px solid #e2e5e8;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}
.card-table card-body .table tr th:first-child, .card-table card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table card-body .table tr th:last-child, .card-table card-body .table tr td:last-child {
  padding-right: 1.5rem;
}

.card-table .card-body {
  padding: 0;
}
.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}
.card-table .card-body .table tr th, .card-table .card-body .table tr td {
  border-top: 1px solid #e2e5e8;
  white-space: nowrap;
  padding: 1rem 0.75rem;
}
.card-table .card-body .table tr th:first-child, .card-table .card-body .table tr td:first-child {
  padding-left: 1.5rem;
}
.card-table .card-body .table tr th:last-child, .card-table .card-body .table tr td:last-child {
  padding-right: 1.5rem;
}

th.custom-class {
  width: 80px;
}
th.table-name {
  min-width: 200px;
}
th.table-days {
  min-width: 80px;
}
th.table-head-name {
  width: 200px;
}
th.table-head-days {
  width: 100px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-track {
  display: block;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

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

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

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

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

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border: none;
  outline: none;
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  padding: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #0de0fe;
  color: #ffffff;
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  color: #ffffff;
  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;
}
@media (max-width: 767.98px) {
  .slick-prev {
    left: -10px;
  }
}
.slick-prev:before {
  content: "←";
}

@media (max-width: 767.98px) {
  .testimonial-slider .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
@media (max-width: 767.98px) {
  .slick-next {
    right: -10px;
  }
}
@media (max-width: 575.98px) {
  .slick-next {
    right: 0px;
  }
}
.slick-next:before {
  content: "→";
}

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

.dot-slider .slick-slide {
  height: 600px;
}
@media (max-width: 991.98px) {
  .dot-slider .slick-slide {
    height: 375px;
  }
}
@media (max-width: 767.98px) {
  .dot-slider .slick-slide {
    height: 100%;
  }
}
.dot-slider .slick-slide img {
  width: 100%;
}
.dot-slider .profile-widget {
  padding: 0;
  border: none;
}
@media (max-width: 991.98px) {
  .dot-slider .profile-widget {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .dot-slider .profile-widget {
    margin-bottom: 0;
  }
}
.dot-slider .slick-dots {
  width: unset;
  position: absolute;
  top: 30%;
  right: 50px;
  bottom: unset;
}
.dot-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px 0;
}
.dot-slider .slick-dots li.slick-active button {
  background-color: #1860ca;
}
.dot-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

.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 .slick-dots {
  width: unset;
  position: absolute;
  top: 30%;
  right: 50px;
  bottom: unset;
}
.slick-dots .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px 0;
}
.slick-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}
.slick-dots .slick-dots li button:hover, .slick-dots .slick-dots li button:focus {
  outline: none;
}
.slick-dots .slick-dots li button:hover::before, .slick-dots .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots .slick-dots li.slick-active button {
  background-color: #1860ca;
  background-color: #0de0fe;
}
.slick-dots .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0de0fe;
}

.clinic-slider .slick-prev, .browse-slider .slick-prev, .book-slider .slick-prev {
  right: 80px;
  left: unset;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px 12px 5px 12px;
  background-color: #e74e84;
  transform: translateX(0%) rotate(-45deg);
  -webkit-transform: translateX(0%) rotate(-45deg);
  -ms-transform: translateX(0%) rotate(-45deg);
  z-index: 999;
}
.clinic-slider .slick-prev:before, .browse-slider .slick-prev:before, .book-slider .slick-prev:before {
  content: "";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.clinic-slider .slick-prev:hover, .browse-slider .slick-prev:hover, .book-slider .slick-prev:hover {
  background-color: #ff4877;
}
.clinic-slider .slick-next, .browse-slider .slick-next, .book-slider .slick-next {
  right: 15px;
  left: unset;
  top: 0;
  width: 35px;
  height: 35px;
  border-radius: 5px 12px 5px 12px;
  background-color: #e74e84;
  transform: translateX(0%) rotate(-45deg);
  -webkit-transform: translateX(0%) rotate(-45deg);
  -ms-transform: translateX(0%) rotate(-45deg);
  z-index: 999;
}
.clinic-slider .slick-next:before, .browse-slider .slick-next:before, .book-slider .slick-next:before {
  content: "";
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.clinic-slider .slick-next:hover, .browse-slider .slick-next:hover, .book-slider .slick-next:hover {
  background-color: #ff4877;
}
.clinic-slider .slick-list, .browse-slider .slick-list, .book-slider .slick-list {
  padding-top: 50px;
}
.clinic-slider .slick-slide, .browse-slider .slick-slide, .book-slider .slick-slide {
  display: block;
  margin-left: 0;
  width: 280px;
  padding: 10px 10px 0;
}
.clinic-slider .profile-widget, .browse-slider .profile-widget, .book-slider .profile-widget {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.clinic-slider .profile-widget .brower-box, .browse-slider .profile-widget .brower-box, .book-slider .profile-widget .brower-box {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 4px 44px rgba(238, 238, 238, 0.25);
  border-radius: 10px;
  margin: 0;
  padding: 30px;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinic-slider .profile-widget .brower-box:hover, .browse-slider .profile-widget .brower-box:hover, .book-slider .profile-widget .brower-box:hover {
  background-color: #1860ca;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clinic-slider .profile-widget .brower-box:hover a, .browse-slider .profile-widget .brower-box:hover a, .book-slider .profile-widget .brower-box:hover a {
  background-color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover .img-fluid, .browse-slider .profile-widget .brower-box:hover .img-fluid, .book-slider .profile-widget .brower-box:hover .img-fluid {
  display: none;
}
.clinic-slider .profile-widget .brower-box:hover .img-fluid.hover, .browse-slider .profile-widget .brower-box:hover .img-fluid.hover, .book-slider .profile-widget .brower-box:hover .img-fluid.hover {
  display: block;
}
.clinic-slider .profile-widget .brower-box:hover h4, .browse-slider .profile-widget .brower-box:hover h4, .book-slider .profile-widget .brower-box:hover h4 {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover p, .browse-slider .profile-widget .brower-box:hover p, .book-slider .profile-widget .brower-box:hover p {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover p span, .browse-slider .profile-widget .brower-box:hover p span, .book-slider .profile-widget .brower-box:hover p span {
  color: #ffffff;
}
.clinic-slider .profile-widget .brower-box:hover a.arrow, .browse-slider .profile-widget .brower-box:hover a.arrow, .book-slider .profile-widget .brower-box:hover a.arrow {
  background-color: #2868c8;
}
.clinic-slider .profile-widget .brower-box a, .browse-slider .profile-widget .brower-box a, .book-slider .profile-widget .brower-box a {
  height: 85px;
  width: 85px;
  background-color: #1860ca;
  border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
  margin: 0 auto 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.clinic-slider .profile-widget .brower-box img, .browse-slider .profile-widget .brower-box img, .book-slider .profile-widget .brower-box img {
  width: 70px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.clinic-slider .profile-widget .brower-box .img-fluid.hover, .browse-slider .profile-widget .brower-box .img-fluid.hover, .book-slider .profile-widget .brower-box .img-fluid.hover {
  display: none;
}
.clinic-slider .profile-widget .brower-box h4, .browse-slider .profile-widget .brower-box h4, .book-slider .profile-widget .brower-box h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 13px;
}
.clinic-slider .profile-widget .brower-box p, .browse-slider .profile-widget .brower-box p, .book-slider .profile-widget .brower-box p {
  margin-bottom: 20px;
}
.clinic-slider .profile-widget .brower-box .arrow, .browse-slider .profile-widget .brower-box .arrow, .book-slider .profile-widget .brower-box .arrow {
  background-color: #0ce0ff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: unset;
  margin: 0 auto;
}
.clinic-slider .profile-widget .brower-box .arrow i, .browse-slider .profile-widget .brower-box .arrow i, .book-slider .profile-widget .brower-box .arrow i {
  color: #ffffff;
}

.brower-box {
  text-align: center;
  border-radius: 10px;
  border: 6px solid #ffffff;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.brower-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2264c5;
}
.brower-box p {
  font-size: 14px;
  font-weight: 500;
  color: #e74e84;
  margin: 0;
}
.brower-box p span {
  color: #000000;
}
.brower-box a {
  height: 85px;
  width: 85px;
  background-color: #1860ca;
  border-radius: 50% 50% 50% 50%/60% 60% 35% 35%;
  margin: 0 auto 15px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.aval-slider .slick-slide {
  display: block;
  margin-left: 0;
  padding: 10px;
  width: 280px;
}
.aval-slider .slick-list {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .aval-slider .slick-list {
    padding: 30px 0;
  }
}
.aval-slider .slick-prev {
  left: 5px;
  width: 35px;
  height: 35px;
}
.aval-slider .slick-prev:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #1860ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #1860ca;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(140deg);
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
}
.aval-slider .slick-next {
  right: 5px;
  width: 35px;
  height: 35px;
}
.aval-slider .slick-next:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #1860ca;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #1860ca;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.content {
  min-height: 200px;
  padding: 60px 0 36px;
}
@media (max-width: 991.98px) {
  .content {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .content {
    padding: 50px 0 30px;
  }
}

.top-space {
  padding-top: 140px;
}

.account-page .content.top-space {
  padding-top: 140px;
}

.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .card {
    margin-bottom: 0.9375rem;
  }
}
.card .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 575.98px) {
  .card .card-header {
    padding: 0.75rem 1.25rem;
  }
}
.card .card-header .card-title {
  margin-bottom: 0;
}

.card-body {
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  .card-body {
    padding: 1.25rem;
  }
}

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

.card-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
@media (max-width: 575.98px) {
  .card-header {
    padding: 0.75rem 1.25rem;
  }
}

.card-footer {
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}
@media (max-width: 575.98px) {
  .card-footer {
    padding: 0.75rem 1.25rem;
  }
}

.custom-modal .modal-content {
  border: 0;
  border-radius: 10px;
}
.custom-modal .modal-content .modal-header {
  padding: 1.25rem;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .custom-modal .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
}
.custom-modal .close {
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
  width: 20px;
  z-index: 99;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 26px;
  right: 20px;
}
.custom-modal .modal-body {
  padding: 1.25rem;
}
.custom-modal .modal-footer {
  padding: 1.25rem;
}
.custom-modal .modal-footer .btn-outline {
  margin: 0.25rem auto;
}

.custom-medicalrecord-modal .modal-content .modal-header {
  border-color: #e5e5e5;
  margin: 1.5rem 1.5rem 0 1.5rem;
  padding: 0 0 1rem;
}
.custom-medicalrecord-modal .modal-content .form-control, .custom-medicalrecord-modal .modal-content .bootstrap-tagsinput {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.custom-medicalrecord-modal .modal-content .select2-container .select2-selection--single {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records {
  position: relative;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone {
  min-height: 180px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h5 {
  color: #7c7c7c;
  margin-bottom: 3px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 {
  color: #7c7c7c;
  margin-bottom: 3px;
}
.custom-medicalrecord-modal .modal-content .upload-medical-records .dropzone h6 span {
  text-decoration: underline;
}

.header .header-nav {
  background-color: #ffffff;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  height: 85px;
  margin-bottom: 0;
  padding: 0;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .header .header-nav {
    padding: 0;
    gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav {
    padding: 0 15px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .navbar-collapse {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 80%;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    color: #000000;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    z-index: 1000;
  }
  .header .header-nav .navbar-collapse.show {
    left: 0;
  }
}
.header .header-nav .nav-link-title {
  font-weight: bold;
}
@media (min-width: 767.98px) {
  .header .header-nav .nav-link-title {
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .nav-link-title {
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .navbar-header {
    width: 100%;
  }
}
.header .header-nav .navbar-header .bar-icon {
  display: inline-block;
  width: 31px;
}
.header .header-nav .navbar-header .bar-icon span {
  background-color: #0de0fe;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
}
.header .header-nav .navbar-header .bar-icon span:nth-child(2) {
  width: 16px;
}
.header .header-nav .navbar-header .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .header .header-nav .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .navbar-header {
    width: 100%;
  }
}
.header .header-nav .navbar-header .navbar-toggler.focus {
  box-shadow: none !important;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-menu-wrapper {
    order: 3;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #15558d;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.header .header-nav .menu-header {
  background-color: #ffffff;
  height: 60px;
  border-bottom: 1px solid #f0f0f0;
  display: none;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .header .header-nav .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header-nav .menu-header .menu-logo img {
  height: 40px;
}
.header .header-nav .menu-header .menu-close {
  font-size: 18px;
}
.header .header-nav .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav ul {
    background-color: #3474ac;
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .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 #ffffff #ffffff transparent;
  }
}
.header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
  color: #09dca4;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > .has-submenu.active .submenu li.active > a {
    color: #09dca4;
  }
}
.header .header-nav .main-nav > .has-submenu.active > a {
  color: #09dca4;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > .has-submenu.active > a {
    color: #09dca4;
  }
}
@media (max-width: 1199.98px) {
  .header .header-nav .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 1999.98px) {
  .header .header-nav .main-nav > li {
    margin-right: 30px;
  }
}
@media (max-width: 1399.98px) {
  .header .header-nav .main-nav > li {
    margin-right: 16px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li {
    border-bottom: 1px solid #1663a6;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li > a {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a {
    color: #181c25;
    font-size: 14px;
    padding: 15px 20px !important;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
}
.header .header-nav .main-nav > li.active > a {
  color: #09dca4;
}
.header .header-nav .main-nav > li .submenu li {
  position: relative;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
}
.header .header-nav .main-nav > li .submenu li a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 10px 15px;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li a {
    border-top: 0;
    color: #ffffff;
    padding: 10px 15px 10px 35px;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .submenu li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header .header-nav .main-nav > li .submenu li .submenu li {
  position: relative;
}
.header .header-nav .main-nav > li .submenu li .submenu li a {
  display: block;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu li .submenu li a {
    border-top: 0;
    color: #ffffff;
    padding: 10px 15px 10px 45px;
  }
}
.header .header-nav .main-nav > li .submenu li .submenu li .has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
.header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li > ul {
    background-color: #ffffff;
    display: block;
    font-size: 14px;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
}
.header .header-nav .main-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.header .header-nav .main-nav li.login-link {
  display: none;
}
@media (max-width: 575.98px) {
  .header .header-nav .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li .submenu a:hover {
    color: #0e82fd !important;
    letter-spacing: 0.5px;
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li .submenu::before {
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    content: "";
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .main-nav li + li {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header .header-nav .main-nav .has-submenu.active > a {
  color: #0e82fd;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav .has-submenu.active > a {
    color: #0e82fd;
  }
}
.header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
  color: #0e82fd;
}
@media (min-width: 992px) {
  .header .header-nav .main-nav .has-submenu.active .submenu li.active > a {
    color: #0e82fd;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav .has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header .header-nav .main-nav .has-submenu > .submenu__ > .has-submenu--.submenu::before {
  top: 20px;
  margin-left: -35px;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
}
.header .header-nav .logo {
  display: inline-block;
  margin-right: 30px;
  width: 160px;
}
@media (max-width: 1199.98px) {
  .header .header-nav .logo {
    margin-right: 21px;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .header .header-nav .logo img {
    height: 40px;
  }
}
.header .header-nav .header-navbar-rht {
  margin: 0 0 0 auto;
  padding: 0;
}
@media (max-width: 575.98px) {
  .header .header-nav .header-navbar-rht {
    display: none;
  }
}
.header .header-nav .header-navbar-rht li {
  padding-right: 20px;
}
.header .header-nav .header-navbar-rht li:last-child {
  padding-right: 0px;
}
.header .header-nav .header-navbar-rht li .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .header .header-nav .header-navbar-rht li .dropdown-menu {
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
  }
}
.header .header-nav .header-navbar-rht li .dropdown-menu::before {
  content: "";
  border: 7px solid #ffffff;
  border-color: transparent transparent #ffffff #ffffff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  position: absolute;
  top: -5px;
  right: 17px;
  -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e2e8f0;
  padding-bottom: 0;
}
.header .header-nav .header-navbar-rht li .dropdown-menu a:hover {
  color: #09dca4;
  letter-spacing: 0.5px;
  padding-left: 20px;
  background-color: #ffffff;
}
.header .header-nav .header-navbar-rht li a.header-login {
  border: 2px solid #09e5ab;
  text-align: center;
  font-size: 15px;
  color: #09e5ab;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 15px !important;
}
.header .header-nav .header-navbar-rht li a.header-login:hover {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}
.header .header-nav .header-navbar-rht li .header-contact-img {
  display: inline-block;
}
.header .header-nav .header-navbar-rht li .header-contact-img i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
}
.header .header-nav .header-navbar-rht li .header-contact-detail {
  display: inline-block;
  padding-left: 10px;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-header {
  color: #484848;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
  text-align: left;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.header .header-nav .header-navbar-rht li .header-contact-detail p.contact-info-header.white-font {
  color: #ffffff;
}
@media (min-width: 992px) {
  .header .header-nav .header-navbar-rht li.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.header .header-nav .header-navbar-rht li .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .header .header-nav .header-navbar-rht li .dropdown-menu {
    min-width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    border-radius: 5px;
    margin: 0;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .header .header-nav .header-navbar-rht li.contact-item {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header .header-nav .header-navbar-rht li.contact-item {
    display: none;
  }
}
.header .header-nav .header-navbar-rht .dropdown-toggle::after {
  display: none;
}
.header .header-nav .header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
}
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}
.header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #0e82fd;
}
.header .header-nav .header-navbar-rht .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;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.header .header-nav .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
  height: 31px;
  object-fit: cover;
  width: 31px;
  border: 1px solid #1d7ed8;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header {
  padding: 10px 15px;
  background: #f8fafc;
  padding: 5px;
  border-radius: 10px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text {
  margin-left: 10px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}
.header .header-nav .header-navbar-rht .has-arrow .user-header .avatar img {
  border: 1px solid #1d7ed8;
}
.header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
.header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link {
  font-size: 14px;
  line-height: 85px;
  padding: 0 10px;
}
.header .header-nav .header-navbar-rht .view-cart-header {
  position: relative;
  padding-right: 20px;
}
.header .header-nav .header-navbar-rht .view-cart-header a#cart {
  position: relative;
  font-size: 18px;
  color: #6b7280;
}
.header .header-nav .header-navbar-rht .view-cart-header a#cart:hover {
  color: #0e82fd;
}
.header .header-nav .header-navbar-rht .noti-nav .nav-link {
  font-size: 18px;
  color: #6b7280;
}
.header .header-nav .header-navbar-rht .noti-nav .nav-link .badge {
  background-color: #0e82fd;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 21px;
  right: -6px;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu {
  min-width: 370px;
  padding: 0;
  font-weight: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .topnav-dropdown-header {
  border-bottom: 1px solid #eef1fe;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-content {
  height: 260px;
  width: 420px;
  overflow-y: auto;
  position: relative;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
  margin: 0;
  width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a {
  display: block;
  padding: 10px 15px;
  border-radius: 2px;
  width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu ul.notification-list > li a:hover {
  letter-spacing: normal;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block:last-child {
  border-bottom: none;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block > .avatar {
  margin-right: 10px;
  width: auto;
  height: auto;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notify-block > .avatar > img {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  margin-right: 8px;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body {
  width: 100%;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .media-body h6 {
  margin-bottom: 3px;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .noti-title {
  color: #0e82fd;
}
.header .header-nav .header-navbar-rht .noti-nav .dropdown-menu .notification-time {
  font-size: 12px;
  line-height: 1.35;
  float: right;
}
.header .nav-transparent {
  background-color: transparent !important;
  border-bottom: 0 !important;
}
@media (min-width: 992px) {
  .header .nav-transparent .white-font > li > a {
    color: #ffffff;
  }
}
.header.custom {
  background-color: transparent;
  border-bottom: 0 !important;
}
.header.custom .no-border {
  border: none !important;
}
@media (min-width: 992px) {
  .header.custom .white-font > li > a {
    color: #ffffff;
  }
}
.header.custom .header-navbar-rht.right-menu .header-contact-img i {
  width: 30px;
  background-color: #ffffff;
  height: 30px;
  border-radius: 50%;
  font-size: 11px;
  color: #1860ca;
  border: 2px solid #acc9f5;
}
.header.custom .header-navbar-rht.right-menu .header-contact-detail p.contact-info-header {
  color: #ffffff;
}
.header.custom .header-navbar-rht.right-menu li {
  border-right: 0;
}
.header.custom .header-navbar-rht.right-menu li a.header-login {
  width: 120px;
  padding: 10px !important;
}
.header.custom .header-navbar-rht.right-menu li:last-child {
  border-right: 0;
  padding: 0;
}

.header-one {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(198, 198, 198, 0.25);
}
.header-one .header-nav .main-nav .has-submenu.active .submenu li.active > a {
  color: #0e82fd;
}
.header-one.min-header {
  width: 100%;
  z-index: 1040;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
}
.header-one.header-fixed {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  background: #f9fcff;
  box-shadow: inherit;
}
.header-one.header-space .header-nav {
  height: 80px;
}
.header-one .header-nav {
  background-color: transparent;
  border: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991.98px) {
  .header-one .header-nav {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .header-one .header-nav {
    margin: 0;
    padding: 0 0;
  }
}
@media (max-width: 991.98px) {
  .header-one .header-nav .menu-header {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .header-one .header-nav .main-menu-wrapper {
    background-color: #0e82fd;
  }
}
@media (max-width: 991.98px) {
  .header-one .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}
.header-one .navbar-header #mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .header-one .navbar-header #mobile_btn {
    display: inline-block;
    margin: 0;
    padding: 0 0;
  }
}
@media (max-width: 767.98px) {
  .header-one .navbar-header #mobile_btn {
    margin-right: 0;
  }
}
.header-one .navbar-header #mobile_btn .bar-icon {
  display: inline-block;
  width: 31px;
}
.header-one .navbar-header #mobile_btn .bar-icon span {
  background-color: #0e82fd;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
  position: relative;
}
.header-one .navbar-header #mobile_btn .bar-icon span:nth-child(2) {
  width: 16px;
}
.header-one .navbar-header #mobile_btn .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.header-one .main-menu-wrapper {
  margin: 0;
  padding: 0;
}
.header-one .main-menu-wrapper .main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav ul {
    background-color: #e6f1ff;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
}
.header-one .main-menu-wrapper .main-nav li .btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px !important;
  border: 1px solid #0e82fd;
  border-radius: 6px;
}
.header-one .main-menu-wrapper .main-nav li .btn:hover {
  color: #0e82fd;
  border: 1px solid #0e82fd;
}
.header-one .main-menu-wrapper .main-nav li .btn i {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.header-one .main-menu-wrapper .main-nav li .btn.reg-btn {
  min-width: 108px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  box-shadow: inset 0 0 0 0 #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li .btn.reg-btn:hover {
  color: #ffffff;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 50px #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li .btn.log-btn {
  min-width: 87px;
  color: #ffffff;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li .btn.log-btn:hover {
  color: #0e82fd;
  background-color: #ffffff;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .main-menu-wrapper .main-nav li a {
  font-size: 15px;
  font-weight: 500;
  color: #1f2937;
  display: block;
}
@media (max-width: 1199.98px) {
  .header-one .main-menu-wrapper .main-nav li a {
    font-size: 14px;
  }
}
.header-one .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav li > ul {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
    border-radius: 0px 0px 6px 5px;
    display: block;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    visibility: hidden;
    z-index: 1000;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav li {
    display: block;
    position: relative;
  }
}
.header-one .main-menu-wrapper .main-nav .register-btn {
  margin-right: 10px;
}
.header-one .main-menu-wrapper .main-nav .register-btn:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav .register-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li {
    margin-right: 8px;
  }
}
@media (min-width: 1200.98px) {
  .header-one .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid #e6f1ff;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li > a i {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: #ffffff !important;
    font-size: 14px;
    background: transparent !important;
    border-radius: 0 !important;
  }
}
.header-one .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
.header-one .main-menu-wrapper .main-nav > li.active > a {
  color: #0e82fd !important;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li.active > a {
    color: #ffffff !important;
  }
}
.header-one .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
.header-one .main-menu-wrapper .main-nav > li > a:hover {
  color: #0e82fd;
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li > a {
    padding: 23px 0 28px !important;
    line-height: normal;
  }
}
.header-one .main-menu-wrapper .main-nav > li > a > i {
  font-size: 10px;
  margin-left: 6px;
}
.header-one .main-menu-wrapper .main-nav > li.searchbar a {
  color: #6b7280;
}
.header-one .main-menu-wrapper .main-nav > li.searchbar a i {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .header-one .main-menu-wrapper .main-nav > li.searchbar {
    display: none;
  }
}
.header-one .main-menu-wrapper .main-nav > li.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 #ffffff #ffffff transparent;
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .header-one .main-menu-wrapper .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
  }
}
.header-one .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
.header-one .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  border-top: 1px solid #f0f0f0;
}
.header-one .main-menu-wrapper .main-nav > li .submenu li a.active {
  color: #0e82fd;
}
.header-one .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: #0e82fd !important;
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 10px 15px 10px 35px;
  }
}
.header-one .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li .submenu > li .inner-submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .header-one .main-menu-wrapper .main-nav > li .submenu::before {
    border: 7px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}
@media (max-width: 991.98px) {
  .header-one .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateX(-260px);
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    background-color: #09e5ab;
  }
}
.header-one .header-navbar-rht li {
  padding-right: 0;
}
.header-one .header-navbar-rht li .btn {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px !important;
  border: 1px solid #0e82fd;
  border-radius: 6px;
}
.header-one .header-navbar-rht li .btn:hover {
  color: #0e82fd;
  border: 1px solid #0e82fd;
}
.header-one .header-navbar-rht li .btn i {
  font-size: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.header-one .header-navbar-rht li .btn.reg-btn {
  min-width: 108px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  box-shadow: inset 0 0 0 0 #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .header-navbar-rht li .btn.reg-btn:hover {
  color: #ffffff;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 50px #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .header-navbar-rht li .btn.log-btn {
  min-width: 87px;
  color: #ffffff;
  background-color: #ff6900;
  border: 1px solid #ff6900;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .header-navbar-rht li .btn.log-btn:hover {
  color: #ff6900;
  background-color: #fff;
  border: 1px solid #ff6900;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.header-one .logo {
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-one .logo.navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px;
  }
}
.header-one .header-nav .header-navbar-rht {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 2px;
}
.header-one .header-nav .header-navbar-rht li {
  margin-right: 10px;
  padding-right: 0;
}
.header-one .header-nav .header-navbar-rht li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .header-one .header-nav .header-navbar-rht {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-one .header-nav .header-navbar-rht {
    display: none;
  }
}
.header-one .menu-header {
  background-color: #ffffff;
  height: 72px;
  padding: 0 15px;
  border-bottom: 2px solid #0e82fd;
  display: none;
}
.header-one .menu-header .menu-close {
  font-size: 20px;
}
.header-one .menu-header .menu-close i {
  color: #0e82fd;
}
.header-one .menu-header .menu-close i:hover {
  color: #000000;
}
@media (max-width: 991.98px) {
  .header-one .menu-header {
    display: flex;
  }
}

.togglesearch {
  position: absolute;
  top: 74px;
  right: 8%;
  width: 280px;
  display: none;
  z-index: 999;
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(183, 183, 183, 0.25);
}
.togglesearch input[type=text] {
  width: 182px;
  padding: 5px 10px;
  border: 1px solid #0e82fd;
  outline: none;
  height: 39px;
  border-radius: 5px 0 0 5px;
}
.togglesearch button {
  background: #0e82fd;
  color: #ffffff;
  border: 1px solid #0e82fd;
  outline: none;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  padding: 10px 12px;
  font-size: 14px;
}

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
}

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

#mobile_btn {
  display: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  #mobile_btn {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  #mobile_btn {
    margin-right: 0;
    z-index: 99;
    position: absolute;
    left: 0;
    padding: 0;
  }
}

.custom .header-nav .navbar-header #mobile_btn {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .navbar-brand.logo {
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand.logo img {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .navbar-brand.logo img {
    height: 40px;
  }
}

.header-top {
  display: flex;
  background: #09e5ab;
  color: #ffffff;
  padding: 8px 30px;
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}
.header-top ul {
  display: flex;
}
.header-top ul li {
  padding-right: 25px;
  font-size: 13px;
}
.header-top ul li .top-icon {
  margin-right: 5px;
}
.header-top ul li:last-child {
  padding-right: 0;
}
.header-top .right-top {
  margin-left: auto;
}

.flag-dropdown .dropdown-toggle {
  color: #1f2937 !important;
  font-size: 14px !important;
  padding: 11px 15px;
  min-width: 146px;
  background: #ffffff;
  border: 1px solid #e4e4e8;
  border-radius: 8px;
  position: relative;
  display: flex !important;
}
.flag-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.flag-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}
.flag-dropdown .dropdown-toggle:after:hover {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.flag-dropdown .dropdown-toggle .flag-img {
  margin-right: 10px;
  border-radius: 50px;
  width: 20px;
}
.flag-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.flag-dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.flag-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px !important;
  color: #000000;
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
}
.flag-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 20px;
}
.flag-dropdown .dropdown-menu .dropdown-item:hover {
  color: #000000 14px !important;
}
.flag-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.main-nav li .flag-dropdown .submenu::before {
  display: none;
}

.flag-dropdown .dropdown-menu .dropdown-item.active,
.flag-dropdown .dropdown-menu .dropdown-item:active {
  color: #ffffff;
  background-color: #09e5ab;
}

.noti-nav .nav-link {
  font-size: 18px;
  color: #6b7280;
}
.noti-nav .nav-link .badge {
  background-color: #0e82fd;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  position: absolute;
  top: 19px;
  right: -6px;
  padding: 0 5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: normal;
}

.noti-nav .dropdown-menu {
  min-width: 420px;
  padding: 0;
}

.main-nav li.megamenu > ul {
  width: 100%;
}

.megamenu-wrapper {
  padding: 25px 25px 0;
  background: #002578;
  height: calc(100vh - 100px);
  overflow: auto;
}

.single-demo {
  transition: 0.4s;
  margin-bottom: 25px;
}

.single-demo:hover {
  transform: translateY(-20px);
}

.header .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1c5b91;
}

.header.header-sixteen .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1c5b91;
}

.header.header-thirteen .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1c5b91;
}

.header.header-twelve .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #1c5b91;
}

.header .main-menu-wrapper .main-nav > li .submenu li .single-demo .demo-info .inner-demo-img {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  border-top: 0 !important;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo .demo-img .inner-demo-img {
  border-radius: 10px;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo .demo-img .inner-demo-img img {
  border-radius: 10px;
}
.header .main-menu-wrapper .main-nav > li .submenu li .single-demo.active .demo-info .inner-demo-img {
  color: #0284c7 !important;
}

.single-demo.active .demo-img {
  box-shadow: 0px 4.8px 24.4px -12px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}

.single-demo:hover .demo-info {
  opacity: 1;
  bottom: -30px;
}

.demo-info {
  /* position: absolute;
  bottom: -30px; */
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  /* opacity: 0; */
  transition: 0.4s;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .header .header-nav .main-nav li .submenu a.inner-demo-img:hover {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .header .header-nav .main-nav > li.megamenu {
    position: unset;
  }
}

.single-demo a {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .header .header-nav .main-nav li > ul.mega-submenu {
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #002578;
    min-width: 250px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .header .header-nav .main-nav li.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .header .header-nav .main-nav li .submenu.mega-submenu::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }
  .demo-img {
    display: none;
  }
  .demo-info {
    opacity: 1;
    position: relative;
    bottom: 0;
    text-align: left;
    margin-top: 0;
  }
  .single-demo a {
    padding: 10px 15px 10px 35px !important;
  }
  .single-demo:hover .demo-info {
    bottom: 0;
  }
  .single-demo .demo-info a {
    padding: 10px 15px 10px 35px;
  }
  .single-demo:hover {
    transform: translateY(0);
  }
  .single-demo:hover .demo-info {
    bottom: 0;
  }
  .single-demo {
    margin-bottom: 0;
  }
}
.disabled-link {
  pointer-events: none;
  cursor: default;
  color: #b2b2b2 !important;
}

@media (max-width: 991.98px) {
  .header.header-custom .header-nav .main-nav > li .submenu li .submenu li a {
    color: #2d3b48;
  }
  .header-one .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .header-ten .main-menu-wrapper .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
}
.header.home-head-one.header-fixed {
  background: #f9fcff;
}

.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 5px 0;
    border-radius: 3px;
  }
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888888;
  border-radius: 3px;
}
@media (max-width: 767.98px) {
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: transparent;
  color: #272b41;
}
@media (max-width: 767.98px) {
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs > li > a.active {
    border-color: transparent transparent transparent #20c0f3 !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;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-item.show .nav-link {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}
.nav-tabs .nav-link {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link {
    border-width: 2px;
  }
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: #eeeeee;
  border-color: transparent;
  color: #272b41;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #dddddd;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #dddddd;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-justified > li > a.active {
    border-color: transparent transparent transparent #20c0f3;
    border-left-width: 2px !important;
  }
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  color: #272b41;
}
.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #dddddd;
}
.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 {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li > a.open {
  border-top-color: #dddddd;
}
.nav-tabs.nav-tabs-top > li > a:hover, .nav-tabs.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
  border-top-color: #dddddd;
}
.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: #20c0f3;
}
.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}
.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: #20c0f3;
  background-color: transparent;
  -webkit-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}
@media (max-width: 767.98px) {
  .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;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-tabs-justified {
    border-bottom: 1px solid #dddddd;
  }
}
.nav-tabs .nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs .nav-tabs-justified > li > a:hover, .nav-tabs .nav-tabs-justified > li > a:focus {
  border-bottom-color: #dddddd;
}
.nav-tabs .nav-tabs-justified > li > a.active, .nav-tabs .nav-tabs-justified > li > a.active:focus, .nav-tabs .nav-tabs-justified > li > a.active:hover {
  border-width: 0 0 0 2px;
  border-left-color: #20c0f3;
}
.nav-tabs .nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
.nav-tabs .nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs .nav-tabs-justified.nav-tabs-top > li a, .nav-tabs .nav-tabs-justified.nav-tabs-top > li a:hover, .nav-tabs .nav-tabs-justified.nav-tabs-top > li a:focus {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
}
.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
}
.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: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
}
.nav-tabs.nav-tabs-solid > li > a:hover, .nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #f5f5f5;
}
.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: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.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: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
}
.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;
}
@media (max-width: 767.98px) {
  .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-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}
@media (max-width: 767.98px) {
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #f5f5f5;
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .nav-tabs .nav-link.active {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .carousel-item-next {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item-next .carousel-item-left {
  opacity: 1;
}
.carousel-fade .carousel-item-prev {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item-prev .carousel-item-right {
  opacity: 1;
}
.carousel-fade .active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel-fade .active .carousel-item-left, .carousel-fade .active .carousel-item-right {
  opacity: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

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

.divider .carousel-caption {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 20px;
  left: 5%;
}

.carousel-caption {
  z-index: 10;
  padding-bottom: 20px;
  color: #ffffff;
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 20px;
  left: 15%;
}
.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);
}

@media (max-width: 991.98px) {
  .carousel-inner {
    height: 430px;
  }
}
@media (max-width: 767.98px) {
  .carousel-inner {
    height: 200px;
  }
}

.slide-nav-1 button.owl-next, .slide-nav-1 button.owl-prev, .slide-nav-2 button.owl-next, .slide-nav-2 button.owl-prev, .slide-nav-3 button.owl-next, .slide-nav-3 button.owl-prev, .slide-nav-4 button.owl-next, .slide-nav-4 button.owl-prev {
  width: 34px;
  height: 34px;
  background: #10defd;
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
}
@media (max-width: 767.98px) {
  .slide-nav-1 button.owl-next, .slide-nav-1 button.owl-prev, .slide-nav-2 button.owl-next, .slide-nav-2 button.owl-prev, .slide-nav-3 button.owl-next, .slide-nav-3 button.owl-prev, .slide-nav-4 button.owl-next, .slide-nav-4 button.owl-prev {
    width: 28px;
    height: 28px;
  }
}

.owl-theme .owl-dots, .owl-nav button {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .owl-theme .owl-dots, .owl-nav button {
    margin-top: 10px;
  }
}

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

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

.footer-one {
  background: #f8f9fa;
}
.footer-one .footer-top {
  background: #f9fcff;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .footer-one .footer-top {
    padding: 40px 0 10px;
  }
}
@media (max-width: 767px) {
  .footer-one .footer-top {
    padding: 40px 0 0;
    display: flex;
    align-content: center;
  }
}
.footer-one .footer-top .footer-links-middle {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.footer-one .footer-top .footer-widget {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget {
    margin-bottom: 25px;
  }
}
.footer-one .footer-top .footer-widget .footer-logo {
  margin: 0 0 30px;
}
.footer-one .footer-top .footer-widget .footer-logo img {
  width: 250px;
  height: auto;
}
.footer-one .footer-top .footer-widget .footer-about-content {
  max-width: 400px;
  margin: 0 auto;
}
.footer-one .footer-top .footer-widget .footer-about-content .footer-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}
.footer-one .footer-top .footer-widget .footer-about-content .newsletter-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  text-align: left;
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #007bff;
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group {
    flex-direction: column;
    border-radius: 15px;
  }
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .form-control {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 14px;
  outline: none;
  color: #999;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 767.98px) {
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .form-control {
    border-radius: 15px 15px 0 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .form-control::placeholder {
  color: #999;
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .input-group-append {
  position: relative;
  z-index: 2;
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .input-group-append .subscribe-btn {
  position: relative;
  border: none;
  background-color: #007bff;
  color: white;
  padding: 15px 25px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .input-group-append .subscribe-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(0, 123, 255, 0.8));
  filter: blur(10px);
  z-index: 1;
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .input-group-append .subscribe-btn:hover {
  background-color: #0056b3;
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .input-group-append .subscribe-btn {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .privacy-note {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .privacy-note {
    text-align: center;
  }
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .privacy-note a {
  color: #007bff;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .privacy-note a {
    font-size: 12px;
  }
}
.footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .privacy-note a:hover {
  color: #0056b3;
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget .footer-about-content .footer-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-one .footer-top .footer-widget .footer-about-content .newsletter-description {
    font-size: 16px;
    text-align: center;
  }
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group {
    flex-direction: column;
    border-radius: 15px;
  }
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .form-control {
    border-radius: 15px 15px 0 0;
    text-align: center;
  }
  .footer-one .footer-top .footer-widget .footer-about-content .subscribe-form .newsletter-form .input-group .input-group-append .subscribe-btn {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget.footer-menu .footer-title h3 {
    font-size: 18px;
  }
}
.footer-one .footer-top .footer-widget.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-one .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget.footer-menu ul li {
    margin-bottom: 0px;
  }
}
.footer-one .footer-top .footer-widget.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-one .footer-top .footer-widget.footer-menu ul li a {
  color: #1f2937;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  background: url(/ff01fa572de27c8ebe4b.png) no-repeat -10px center;
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget.footer-menu ul li a {
    font-size: 14px;
    color: #1f2937;
  }
}
.footer-one .footer-top .footer-widget.footer-menu ul li a:hover {
  color: #0e82fd;
}
.footer-one .footer-top .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 24px;
}
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address {
  display: flex;
  margin-bottom: 15px;
}
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p {
  margin-bottom: 0;
  color: #1f2937;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-one .footer-top .footer-widget .footer-contact-info .footer-address p i {
  font-size: 16px;
  margin-right: 10px;
}
.footer-one .subscribe-form {
  width: 100%;
}
.footer-one .subscribe-form .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-one .subscribe-form .subscribe-btn {
  font-weight: normal;
  margin: 0;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 16px;
  background: #1877f2;
  color: white;
  margin: 10px 0;
  border: none;
}
.footer-one .footer-bottom .copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 0;
  background: #f3f4f6;
  padding: 15px 0;
}
.footer-one .footer-bottom .copyright .copyright-text p {
  font-size: 14px;
  color: #1f2937;
  margin-bottom: 0;
  margin-left: 20px;
}
.footer-one .footer-bottom .copyright .copyright-menu {
  margin-right: 20px;
}
.footer-one .footer-bottom .copyright .policy-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-one .footer-bottom .copyright .policy-menu {
    text-align: center;
    margin-top: 10px;
  }
}
.footer-one .footer-bottom .copyright .policy-menu li {
  display: inline-block;
  margin-right: 25px;
  color: #1f2937;
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer-one .footer-bottom .copyright .policy-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footer-one .footer-bottom .copyright .policy-menu li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer-one .footer-bottom .copyright .policy-menu li::after {
  content: "|";
  font-size: 15px;
  color: #6b7280;
  font-weight: 500;
  position: relative;
  left: 15px;
}
@media (max-width: 767px) {
  .footer-one .footer-bottom .copyright .policy-menu li::after {
    display: none;
  }
}
.footer-one .footer-bottom .copyright .policy-menu li:last-child::after {
  content: "";
}
.footer-one .footer-bottom .copyright .policy-menu li a {
  font-size: 14px;
  color: #1f2937;
}
.footer-one .footer-bottom .copyright .policy-menu li a:hover {
  color: #0e82fd;
}
.footer-one .social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-one .social-icon ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.footer-one .social-icon ul li:last-child {
  margin-right: 0;
}
.footer-one .social-icon ul li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #1f2937;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.4s ease;
}
.footer-one .social-icon ul li a:hover {
  background: #0e82fd;
  color: #ffffff;
}

@media (max-width: 991px) {
  .footer-one .footer-top .footer-widget {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer-one .footer-top .footer-widget .footer-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-one .footer-top .footer-widget .footer-about-content {
    width: 100%;
  }
  .footer-one .footer-top .footer-widget .footer-about-content p {
    text-align: center;
    font-size: 14px;
  }
  .footer-one .footer-top .footer-widget .footer-contact-info .footer-address p {
    text-align: center;
    font-size: 14px;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
  .footer-bottom .copyright .copyright-text p {
    font-size: 14px;
  }
  .footer-bottom .copyright a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-one .footer-top .footer-widget {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer-one .footer-top .footer-widget .footer-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-one .footer-top .footer-widget .footer-about-content {
    width: 100%;
  }
  .footer-one .footer-top .footer-widget .footer-about-content p {
    text-align: center;
    font-size: 14px;
  }
  .footer-one .footer-top .footer-widget .footer-contact-info .footer-address p {
    text-align: center;
    font-size: 14px;
  }
  .footer-one .footer-bottom .copyright {
    text-align: center;
    flex-direction: column;
  }
  .footer-one .footer-bottom .copyright .copyright-text {
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-one .footer-bottom .copyright .copyright-text p {
    font-size: 14px;
  }
  .footer-one .footer-bottom .copyright .policy-menu {
    text-align: center;
  }
  .footer-one .footer-bottom .copyright .policy-menu .copyright-text p {
    font-size: 14px;
  }
  .footer-one .footer-bottom .copyright .policy-menu a {
    font-size: 14px;
  }
  .footer-contact-info .footer-address p {
    text-align: center;
    font-size: 14px;
  }
}
/****** PAGES ******/
.section-search {
  background: #f9f9f9 url(/681ba0633d04b610a50b.png) no-repeat bottom center;
  min-height: 530px;
  background-size: 100% auto;
  position: relative;
  background-blend-mode: Darken;
  padding: 160px 0 80px 0;
}
@media (max-width: 991.98px) {
  .section-search {
    min-height: 330px;
  }
}
@media (max-width: 767.98px) {
  .section-search {
    background: #f9f9f9;
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-search {
    min-height: 410px;
    padding: 100px 15px 30px 15px;
  }
}
.section-search .banner-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .section-search .banner-wrapper {
    max-width: 720px;
  }
}
.section-search .banner-wrapper .banner-header {
  margin: 0 0 30px;
}
.section-search .banner-wrapper .banner-header h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (max-width: 991.98px) {
  .section-search .banner-wrapper .banner-header h1 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .banner-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .banner-header h1 {
    font-size: 28px;
  }
}
.section-search .banner-wrapper .banner-header p {
  color: #757575;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .banner-header p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box {
    max-width: 535px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box form {
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .search-box form {
    display: block;
  }
}
.section-search .banner-wrapper .search-box .form-control {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-left: 35px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.section-search .banner-wrapper .search-box .form-control::placeholder {
  font-size: 14px;
}
.section-search .banner-wrapper .search-box .search-location {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-location {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .search-box .search-location {
    width: 100% !important;
    -ms-flex: none;
    flex: none;
  }
}
.section-search .banner-wrapper .search-box .search-location .form-control {
  background: #ffffff url(/629ced07a3e96326b0cc.png) no-repeat 10px center;
}
.section-search .banner-wrapper .search-box .search-info {
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  margin-right: 12px;
  position: relative;
  width: 490px;
}
@media (max-width: 991.98px) {
  .section-search .banner-wrapper .search-box .search-info {
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    width: 410px;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-search .banner-wrapper .search-box .search-info {
    width: 100% !important;
    -ms-flex: none;
    flex: none;
  }
}
.section-search .banner-wrapper .search-box .search-info .form-control {
  background: #ffffff url(/af5a617bb21eb9d24709.png) no-repeat 10px center;
}
.section-search .banner-wrapper .search-box .search-btn {
  width: 46px;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  height: 46px;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 46px;
    width: 100%;
  }
}
.section-search .banner-wrapper .search-box .search-btn span {
  display: none;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-btn span {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
  }
}
.section-search .banner-wrapper .search-box .form-text {
  color: #757575;
  font-size: 13px;
  display: inline-block;
}
.section-search .banner-wrapper .search-box .search-location {
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 12px;
  position: relative;
  width: 240px;
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box .search-location {
    flex: auto;
  }
}
@media (max-width: 767.98px) {
  .section-search .banner-wrapper .search-box {
    max-width: 535px;
    margin: 0 auto;
  }
}

.section-header {
  margin-bottom: 60px;
}
.section-header h5 {
  font-weight: 600;
  font-size: 18px;
  color: #0e82fd;
  margin-bottom: 10px;
}
.section-header h2 {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .section-header h2 {
    font-size: 24px;
  }
}
.section-header .sub-title {
  color: #757575;
  font-size: 16px;
  max-width: 600px;
  margin: 15px auto 0;
}
@media (max-width: 767.98px) {
  .section-header .sub-title {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .section-header .sub-title {
    font-size: 14px;
  }
}
.section-header p {
  color: #757575;
  font-size: 16px;
  margin: 15px 0 0 0;
}
@media (max-width: 767.98px) {
  .section-header p {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .section-header p {
    font-size: 15px;
  }
}

.section-specialities {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .section-specialities {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-specialities {
    background-color: #ffffff;
    padding: 30px 0;
  }
}
.section-specialities .specialities-slider .slick-slide {
  display: block;
  margin: 10px 20px 0 0;
  padding: 0 12px;
}
@media (max-width: 767.98px) {
  .section-specialities .specialities-slider .slick-slide {
    margin-right: 15px;
  }
}
@media (max-width: 479.98px) {
  .section-specialities .specialities-slider .slick-slide {
    margin-right: 10px;
  }
}
.section-specialities .specialities-slider .speicality-item p {
  font-size: 16px;
  font-weight: 500;
  margin: 30px 0 0;
}
@media (max-width: 767.98px) {
  .section-specialities .specialities-slider .speicality-item p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .section-specialities .specialities-slider .speicality-item p {
    font-size: 14px;
  }
}
.section-specialities .specialities-slider .speicality-item .speicality-img {
  position: relative;
  height: 150px;
  border-radius: 100%;
  width: 150px;
  background: #ffffff;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}
@media (max-width: 479.98px) {
  .section-specialities .specialities-slider .speicality-item .speicality-img {
    width: 120px;
    height: 120px;
  }
}
.section-specialities .specialities-slider .speicality-item .speicality-img img {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 479.98px) {
  .section-specialities .specialities-slider .speicality-item .speicality-img img {
    width: 50px;
  }
}
.section-specialities .specialities-slider .speicality-item .speicality-img span {
  border-radius: 50%;
  padding: 5px;
  background-color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
}
.section-specialities .specialities-slider .speicality-item .speicality-img span i {
  font-size: 15px;
  color: #0de0fe;
}

.slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: -25px;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 5px;
  cursor: pointer;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #c0c0c0;
  padding: 0;
}
.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;
  width: 20px;
  height: 20px;
  content: "-";
  text-align: center;
  opacity: 0.25;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button {
  background-color: #0de0fe;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0de0fe;
}
.slick-dots li.slick-active button .slick-slide {
  outline: none !important;
}

.section-doctor {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-doctor {
    padding: 50px 0;
  }
}
.section-doctor .profile-widget {
  -webkit-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.section-doctor .section-header {
  margin: 0 0 30px;
}
.section-doctor .section-header p {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .section-doctor .about-content {
    margin-bottom: 30px;
  }
}
.section-doctor .about-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.section-doctor .about-content p + p {
  margin-top: 20px;
}
.section-doctor .about-content a {
  background-color: #0de0fe;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  min-width: 150px;
  margin: 30px 0 0;
  padding: 15px 20px;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .section-doctor .about-content a {
    padding: 12px 20px;
  }
}
.section-doctor .about-content a:hover, .section-doctor .about-content a:focus {
  background-color: #01cae4;
  border-color: #01cae4;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section-doctor .doctor-slider {
    margin-top: 25px;
  }
}
.section-doctor .doctor-slider .slick-slide {
  display: block;
  width: 280px;
  margin-bottom: 0;
  padding: 10px;
}

.profile-widget {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.profile-widget .fav-btn {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  color: #2e3842;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  border-radius: 3px;
}
.profile-widget:hover .fav-btn {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.profile-widget:hover .fav-btn:hover {
  background-color: #fb1612;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.profile-widget .verified {
  color: #28a745;
  margin-left: 3px;
}
.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px !important;
}
.profile-widget .rating i {
  font-size: 14px;
}
.profile-widget .doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}
.profile-widget .doc-img img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}
.profile-widget .doc-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.profile-widget .pro-content {
  padding: 15px 0 0;
}
.profile-widget .pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.profile-widget .pro-content .title a {
  display: inline-block;
}
.profile-widget .pro-content p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 5px;
  min-height: 40px;
}
.profile-widget .pro-content .rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}
.profile-widget .pro-content .rating i {
  color: #dedfe0;
}
.profile-widget .pro-content .rating i.filled {
  color: #f4c150;
}
.profile-widget .pro-content .available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  margin: auto auto 15px;
  padding: 0;
}
.profile-widget .pro-content .available-info li i {
  width: 22px;
}
.profile-widget .pro-content .available-info li + li {
  margin-top: 5px;
}
.profile-widget .pro-content .row.row-sm {
  margin-left: -3px;
  margin-right: -3px;
}
.profile-widget .pro-content .row.row-sm > div {
  padding-left: 3px;
  padding-right: 3px;
}

.section-features {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-features {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-features {
    background-color: #ffffff;
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .section-features .features-img {
    text-align: center;
    margin: 0 auto;
  }
}
.section-features .features-slider .slick-slide {
  margin-right: 62px;
}
.section-features .features-slider .slick-center {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-features .features-slider .slick-list {
  padding: 16px 50px !important;
}
.section-features .features-slider .slick-dots {
  margin-top: 44px;
  position: unset;
}
@media (max-width: 767.98px) {
  .section-features .features-slider .slick-dots {
    text-align: center;
    margin: 0 auto;
  }
}
.section-features .features-slider .feature-item img {
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  height: 115px;
  object-fit: cover;
  width: 115px;
  border-radius: 100%;
}
.section-features .features-slider .feature-item p {
  font-weight: 500;
  margin: 20px 0 0;
}

.section-blogs {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-blogs {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .section-blogs {
    padding: 30px 0;
  }
}
.section-blogs .view-all .btn {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
}

.rating {
  list-style: none;
  width: 100%;
  margin: 0 0 7px;
  padding: 0;
}
.rating i {
  color: #dedfe0;
}
.rating i.filled {
  color: #f4c150;
}

.home-tile-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .home-tile-section {
    padding: 50px 0;
  }
}
@media (max-width: 479.98px) {
  .home-tile-section {
    padding: 30px 0;
  }
}
.home-tile-section .doctor-book-card {
  position: relative;
  max-width: 100%;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0431372549);
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .home-tile-section .doctor-book-card {
    margin-bottom: 0.9375rem;
  }
}
.home-tile-section .doctor-book-card img {
  vertical-align: middle;
  border-radius: 0.25rem;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.home-tile-section .doctor-book-card .doctor-book-card-content {
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 20px;
}
.home-tile-section .doctor-book-card .doctor-book-card-content > div {
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.home-tile-section .doctor-book-card .doctor-book-card-content .book-btn1 {
  font-size: 14px;
}
.home-tile-section .doctor-book-card .tile-card-content-1 {
  background: rgba(13, 13, 13, 0.33);
}
.home-tile-section .doctor-book-card h3 {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.home-tile-section .doctor-book-card:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.banner-section {
  background: #f9fcff;
  padding: 100px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-section::after {
  content: "";
  background: url(/7282d2fe14aa13c13723.png), #f9fcff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-shapes {
  position: relative;
}
.banner-shapes .banner-shape-left {
  position: absolute;
  top: 600px;
  left: 0;
}
.banner-shapes .banner-shape-right {
  position: absolute;
  top: 30px;
  left: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.banner-content {
  padding-bottom: 80px;
  position: relative;
}
.banner-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #1f2937;
  letter-spacing: 1px;
}
.banner-content h1 span {
  color: #0e82fd;
}
@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .banner-content h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.banner-content .header-icon {
  position: absolute;
  right: -30px;
  top: -15px;
}
@media (max-width: 1199.98px) {
  .banner-content .header-icon {
    display: none;
  }
}
.banner-content p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
  color: #374151;
}
@media (max-width: 767.98px) {
  .banner-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner-content .btn {
  font-weight: 500;
  border-radius: 8px;
  margin: 0;
  padding: 12px 31px;
  min-width: 214px;
  display: inline-block;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  color: #ffffff;
  font-size: 20px;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.banner-content .btn:hover {
  color: #0e82fd;
  border-color: #0e82fd;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .banner-content .btn {
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
    min-width: 190px;
  }
}
@media (max-width: 767.98px) {
  .banner-content .btn {
    font-size: 15px;
    margin: 0;
    padding: 9px 15px;
    min-width: 170px;
  }
}
@media (max-width: 991.98px) {
  .banner-content {
    text-align: center;
    padding-bottom: 40px;
  }
}

.banner-arrow-img {
  position: absolute;
  left: 215px;
  top: 195px;
}
@media (max-width: 1199.98px) {
  .banner-arrow-img {
    display: none;
  }
}

.search-box-one {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.2);
  border-radius: 7px;
  display: table;
  position: relative;
  z-index: 1;
}
.search-box-one form {
  float: center;
  width: 100%;
}
.search-box-one input:hover, .search-box-one input:focus {
  background-color: #ffffff !important;
}
@media (max-width: 991.98px) {
  .search-box-one {
    min-width: 75%;
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .search-box-one {
    margin: 0;
    padding: 0px 8px 4px;
    width: 100%;
    max-width: 400px;
  }
}

.search-box-one .form-control:hover,
.search-box-one .form-control:focus {
  background-color: #ffffff !important;
}

.search-input {
  width: fit-content;
  float: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.search-input.search-map-line input {
  padding: 0px 36px 0px 36px;
}
@media (max-width: 767.98px) {
  .search-input.search-map-line input {
    padding: 0px 25px 0px 25px;
    border-radius: 25px;
  }
}
.search-input.search-map-line > i {
  left: 10px;
}
@media (max-width: 767.98px) {
  .search-input.search-map-line > i {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .search-input.search-map-line {
    width: 100%;
  }
}
.search-input input {
  height: 40px;
  padding: 0 10px 0 25px;
  border: 0;
}
.search-input input::placeholder {
  color: #8c97b0;
}
.search-input i {
  position: absolute;
  top: 50%;
  right: inherit;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #8894ae;
  font-size: 18px;
}
.search-input .current-loc-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 0px;
  color: #8894ae;
  font-size: 18px;
  line-height: 0;
}
.search-input .current-loc-icon i {
  position: unset;
  transform: unset;
}
.search-input > i.bficon {
  right: inherit;
  left: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .search-input {
    width: 100%;
  }
}

.form-search-btn {
  float: right;
  padding: 4px;
}
.form-search-btn .btn {
  font-size: 15px;
  font-weight: 500;
  min-width: 97px;
  padding: 7px 15px;
  border-radius: 10px;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.form-search-btn .btn:hover {
  color: #0e82fd;
  border-color: #0e82fd;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .form-search-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .form-search-btn {
    width: 100%;
    float: left;
  }
}

.banner-img {
  position: relative;
  text-align: right;
}
.banner-img .banner-img1 {
  position: absolute;
  top: 260px;
  left: -20px;
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
.banner-img .banner-img2 {
  position: absolute;
  top: 200px;
  right: -40px;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}
.banner-img .banner-img3 {
  position: absolute;
  top: 500px;
  right: -80px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
}
@media (max-width: 991.98px) {
  .banner-img {
    display: none;
  }
}

.specialities-section-one {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .specialities-section-one {
    margin: 0;
    padding: 40px 0;
  }
}
.specialities-section-one .specialities-slider-one .item {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .specialities-section-one .specialities-slider-one .item {
    margin-bottom: 40px;
  }
}
.specialities-section-one .specialities-slider-one .owl-stage-outer {
  margin-left: -10px;
}
.specialities-section-one .specialities-slider-one .owl-item img {
  width: auto;
}
.specialities-section-one .specialities-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  height: 196px;
  margin: 0 0 0 10px;
  padding: 30px;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-item:hover {
  background: #ffffff;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-item:hover .specialities-img span {
  background: #0e82fd;
  border: #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-item:hover .specialities-img span img {
  filter: invert(1) brightness(1000);
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.specialities-section-one .specialities-item p {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .specialities-section-one .specialities-item p {
    font-size: 16px;
  }
}
.specialities-section-one .specialities-img {
  padding-bottom: 18px;
}
.specialities-section-one .specialities-img span {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.specialities-section-one .specialities-img span img {
  width: auto;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.specialities-section-one .specialities-btn {
  text-align: center;
}
.specialities-section-one .specialities-btn .btn {
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 170px;
  padding: 10px 13px;
  background: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.specialities-section-one .specialities-btn .btn:hover {
  color: #0e82fd;
  background: #ffffff;
  border-color: #0e82fd;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .specialities-section-one .specialities-btn .btn {
    font-size: 14px;
    min-width: 190px;
  }
}

.section-header-one {
  margin-bottom: 40px;
}
.section-header-one h2 {
  font-size: 40px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-header-one h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-header-one h2 {
    font-size: 26px;
  }
}
.section-header-one .section-title {
  display: inline-block;
  position: relative;
}
.section-header-one h5 {
  font-weight: 600;
  font-size: 16px;
  color: #0e82fd;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .section-header-one {
    margin-bottom: 40px;
  }
}

.slide-nav-1 button.owl-next,
.slide-nav-1 button.owl-prev,
.slide-nav-2 button.owl-next,
.slide-nav-2 button.owl-prev {
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #1e3259;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .slide-nav-1 button.owl-next,
  .slide-nav-1 button.owl-prev,
  .slide-nav-2 button.owl-next,
  .slide-nav-2 button.owl-prev {
    width: 36px;
    height: 36px;
  }
}

.slide-nav-1 button.owl-next:hover,
.slide-nav-1 button.owl-prev:hover,
.slide-nav-2 button.owl-next:hover,
.slide-nav-2 button.owl-prev:hover {
  color: #ffffff;
  background: #0e82fd;
}

.doctors-section {
  background: #f9fafb;
  margin: 0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.doctors-section::after {
  content: "";
  background: url(/c9da7c6dc35855d77d79.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .doctors-section::after {
    display: none;
  }
}
.doctors-section::before {
  content: "";
  background: url(/a45c9158b9409fb78d3d.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .doctors-section::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .doctors-section {
    margin: 0;
    padding: 40px 0;
  }
}

.doctor-shape-img {
  position: relative;
}
.doctor-shape-img .doctor-shape-left {
  position: absolute;
  top: 0;
  left: -35px;
}
.doctor-shape-img .doctor-shape-right {
  position: absolute;
  top: 230px;
  right: 0;
}
@media (max-width: 991.98px) {
  .doctor-shape-img {
    display: none;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.doctor-profile-widget {
  background: #ffffff;
  border: 1px solid #f9fafb;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.doc-pro-img {
  position: relative;
}

.doctor-profile-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.doctor-profile-img img {
  position: relative;
  border-radius: 8px 8px 0px 0px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}
.doctor-profile-img:hover img {
  -webkit-transition: scale(1.15);
  -ms-transition: scale(1.15);
  transition: scale(1.15);
}
.doctor-profile-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.doctor-profile-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.doctor-amount {
  position: absolute;
  top: 20px;
  right: 20px;
}
.doctor-amount span {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
  padding: 6px 12px;
  background: #ffffff;
  border-radius: 8px;
}

.doc-content {
  padding: 20px;
}
@media (max-width: 767.98px) {
  .doc-content {
    padding: 15px;
  }
}

.doc-pro-info {
  padding-bottom: 15px;
}
.doc-pro-info .doc-pro-name a {
  font-weight: 600;
  font-size: 20px;
  color: #1f2937;
}
.doc-pro-info .doc-pro-name a:hover {
  color: #0e82fd;
}
@media (max-width: 1399.98px) {
  .doc-pro-info .doc-pro-name a {
    font-size: 18px;
  }
}
.doc-pro-info .doc-pro-name p {
  color: #374151;
  font-size: 14px;
  margin-bottom: 0;
}

.reviews-ratings p {
  color: #374151;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 18px;
}
.reviews-ratings span {
  margin: 0 4px 0 0;
  padding: 2px 3px;
  min-width: 46px;
  color: #ffffff;
  font-size: 12px;
  background: #f59e0b;
  border-radius: 6px;
}
.reviews-ratings span i {
  margin-right: 5px;
}

.doc-pro-location p {
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
}
.doc-pro-location p i {
  margin-right: 5px;
  color: #1f2937;
  font-size: 16px;
}
.doc-pro-location .doc-badge {
  font-size: 10px;
  font-weight: 500;
  margin: 0;
  padding: 4px 5px;
}
.doc-pro-location .doc-badge.badge-success {
  background: #ccfbf1 !important;
  color: #14b8a6;
}
.doc-pro-location .doc-badge.badge-danger {
  background: #fee2e2 !important;
  color: #ef444e;
}
.doc-pro-location .doc-badge i {
  font-size: 6px;
  margin-right: 5px;
}

.doctor-profile-widget.doc-item .doc-pro-location {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.doctor-profile-widget.doc-item .doc-pro-info {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 16px;
}

.work-section {
  background: #f2f6f6;
  margin: 0;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work-section::after {
  content: "";
  background: url(/c9da7c6dc35855d77d79.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::after {
    display: none;
  }
}
.work-section::before {
  content: "";
  background: url(/a45c9158b9409fb78d3d.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .work-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}

.work-img-info {
  position: relative;
}
@media (max-width: 991.98px) {
  .work-img-info {
    display: none;
  }
}
.work-img-info .work-img {
  position: absolute;
  bottom: 0;
}

.work-details {
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .work-details {
    padding-left: 20px;
  }
}

.work-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .work-info {
    margin-bottom: 20px;
  }
}
.work-info .work-icon {
  margin-right: 20px;
}
.work-info .work-icon span {
  min-width: 70px;
  height: 70px;
  background: #e0e7ff;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.work-info .work-icon span img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info:hover .work-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.work-info:hover .work-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info .work-content h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1f2937;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .work-info .work-content h5 {
    margin-bottom: 10px;
  }
}
.work-info .work-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .work-info .work-content p {
    font-size: 14px;
  }
}

.work-section {
  background: #f9fcff;
  margin: 0;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.work-section::after {
  content: "";
  background: url(/c9da7c6dc35855d77d79.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 213px;
  height: 335px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::after {
    display: none;
  }
}
.work-section::before {
  content: "";
  background: url(/a45c9158b9409fb78d3d.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  width: 213px;
  height: 335px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .work-section::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .work-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}

.work-img-info {
  position: relative;
}
@media (max-width: 991.98px) {
  .work-img-info {
    display: none;
  }
}
.work-img-info .work-img {
  position: absolute;
  bottom: 0;
}

.work-details {
  padding-left: 60px;
  padding-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .work-details {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .work-details {
    padding-bottom: 0;
  }
}

.work-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .work-info {
    margin-bottom: 20px;
  }
}
.work-info .work-icon {
  margin-right: 20px;
}
.work-info .work-icon span {
  min-width: 70px;
  height: 70px;
  background: #dbeffe;
  border-radius: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.work-info .work-icon span img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info:hover .work-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.work-info:hover .work-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.work-info .work-content h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1f2937;
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .work-info .work-content h5 {
    margin-bottom: 10px;
  }
}
.work-info .work-content p {
  font-size: 16px;
  margin-bottom: 0;
  color: #374151;
}
@media (max-width: 767.98px) {
  .work-info .work-content p {
    font-size: 14px;
  }
}

.testimonial-details p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.articles-section {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 0;
}
@media (max-width: 991.98px) {
  .articles-section {
    margin: 0;
    padding: 40px 0 16px;
  }
}
.articles-section .care-item {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  background: #1f2937;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767.98px) {
  .articles-section .care-item {
    font-size: 16px;
  }
}
.articles-section .categories {
  position: relative;
  display: flex;
  justify-content: center;
}
.articles-section .categories .nav-pills {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .articles-section .categories .nav-pills li {
    width: 100%;
  }
}
.articles-section .categories .nav-pills li .nav-link {
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(177, 177, 177, 0.25);
  border-radius: 76px;
  font-size: 18px;
  color: #1e293b;
  font-weight: 500;
  padding: 12px 25px;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .articles-section .categories .nav-pills li .nav-link {
    padding: 12px 20px;
  }
}
@media (max-width: 575.98px) {
  .articles-section .categories .nav-pills li .nav-link {
    width: 100%;
    margin-right: 0;
  }
}
.articles-section .categories .nav-pills li .nav-link.active {
  background: #0e82fd;
  color: #ffffff;
}
.articles-section .categories .nav-pills li .nav-link:hover {
  background: #0e82fd;
  color: #ffffff;
}
.articles-section .categories .nav-pills li:last-child .nav-link {
  margin-right: 0;
}

.articles-grid {
  border: 2px solid #ededed;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px;
}

.articles-info .articles-left {
  margin-right: 24px;
}
.articles-info .articles-left .articles-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 205px;
  height: 180px;
}
.articles-info .articles-left .articles-img img {
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  width: 100%;
}
.articles-info .articles-left .articles-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.articles-info .articles-left .articles-img:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}
.articles-info .articles-left .articles-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .articles-info .articles-left .articles-img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .articles-info .articles-left {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .articles-info {
    display: block;
    text-align: center;
  }
}

.articles-content .articles-list {
  margin-bottom: 10px;
}
.articles-content .articles-list li {
  margin-right: 15px;
  color: #374151;
  font-size: 12px;
}
.articles-content .articles-list li:last-child {
  margin-right: 0;
}
.articles-content .articles-list li i {
  font-size: 14px;
  margin-right: 8px;
}
@media (max-width: 1199.98px) {
  .articles-content .articles-list {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.articles-content h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 320px;
}
@media (max-width: 1199.98px) {
  .articles-content h4 {
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .articles-content h4 {
    max-width: inherit;
  }
}
.articles-content h4 a {
  color: #1f2937;
  font-size: 1.3rem;
}
.articles-content h4 a:hover {
  color: #0e82fd;
}
.articles-content p {
  color: #374151;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.articles-content .btn {
  font-weight: 600;
  font-size: 15px;
  color: #0e82fd;
  background: #ffffff;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #0e82fd;
  border-radius: 6px;
  min-width: 103px;
  padding: 7px 10px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.articles-content .btn:hover {
  color: #ffffff;
  border-color: #0e82fd;
  background: #0e82fd;
  box-shadow: inset 0 0 0 50px #0e82fd;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .articles-content .btn {
    font-size: 14px;
  }
}

.app-section {
  background-color: #ffffff;
  margin: 0;
  padding: 20px 0 80px;
}
@media (max-width: 1199.98px) {
  .app-section {
    margin: 0;
    padding: 0 0 80px;
  }
}
@media (max-width: 991.98px) {
  .app-section {
    margin: 0;
    padding: 20px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .app-section {
    margin: 0;
    padding: 0px 0 40px;
  }
}

.app-bg {
  background: #0e82fd;
  background-image: url(/59c65d922415a11522d3.png);
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 40px 0 0 50px;
}
@media (max-width: 1199.98px) {
  .app-bg {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .app-bg {
    margin: 0;
    padding: 40px 0;
    background-image: inherit;
  }
}
@media (max-width: 767.98px) {
  .app-bg {
    margin: 0;
    padding: 20px;
  }
}
.app-bg .app-content {
  margin: 0;
  padding: 40px 0 80px;
}
@media (max-width: 1199.98px) {
  .app-bg .app-content {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .app-content {
    text-align: center;
  }
}

.app-header {
  padding-bottom: 40px;
}
.app-header h5 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .app-header h5 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .app-header h5 {
    font-size: 18px;
  }
}
.app-header h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 565px;
}
@media (max-width: 991.98px) {
  .app-header h2 {
    font-size: 34px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .app-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .app-header {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .app-header {
    padding-bottom: 20px;
  }
}

.app-scan {
  padding-bottom: 40px;
}
.app-scan p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .app-scan {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .app-scan {
    padding-bottom: 20px;
  }
}

.google-imgs a {
  margin-right: 24px;
}
.google-imgs a:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .google-imgs a img {
    width: 120px;
  }
}
@media (max-width: 767.98px) {
  .google-imgs a {
    margin-right: 10px;
  }
}

.mobile-img {
  position: relative;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .mobile-img {
    display: none;
  }
}
@media (max-width: 1440.98px) {
  .mobile-img img {
    max-width: 450px;
  }
}
@media (max-width: 1199.98px) {
  .mobile-img img {
    max-width: 370px;
  }
}

.faq-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 120px;
}
@media (max-width: 1199.98px) {
  .faq-section {
    margin: 0;
    padding: 0 0 80px;
  }
}
@media (max-width: 991.98px) {
  .faq-section {
    margin: 0;
    padding: 0 0 40px;
  }
}

.faq-img {
  position: relative;
}
@media (max-width: 991.98px) {
  .faq-img {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .faq-img {
    margin-bottom: 70px;
  }
}

.faq-patients-count {
  background: #ffffff;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.03), 0px 64.81px 46.85px rgba(0, 0, 0, 0.0228), 0px 38.52px 25.48px rgba(0, 0, 0, 0.0182), 0px 20px 13px rgba(0, 0, 0, 0.015), 0px 8.15px 6.52px rgba(0, 0, 0, 0.0118), 0px 1.85px 3.15px rgba(0, 0, 0, 0.0072);
  border-radius: 10px;
  padding: 15px;
  min-width: 222px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .faq-patients-count {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    box-shadow: none;
    border: 1px solid #f3f3f3;
  }
}

.faq-smile-img {
  margin-right: 15px;
}

.faq-patients-content h4 {
  font-weight: 700;
  font-size: 24px;
  color: #1f2937;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .faq-patients-content h4 {
    font-size: 20px;
  }
}
.faq-patients-content p {
  font-weight: 600;
  font-size: 18px;
  color: #374151;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .faq-patients-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .faq-patients-content {
    text-align: left;
  }
}

.faq-info .accordion-item {
  background: #f3f4f6;
  border: 0;
  border-radius: 6px;
  margin: 0 0 24px;
  padding: 15px;
}
.faq-info .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-info .accordion-item .accordion-body {
  margin-top: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #e2e8f0;
}
@media (max-width: 767.98px) {
  .faq-info .accordion-item {
    margin-bottom: 20px;
  }
}
.faq-info .accordion-header {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.faq-info .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  background: transparent !important;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
.faq-info .accordion-button:hover {
  border: 0;
}
.faq-info .accordion-button:after {
  content: "\e9b1";
  font-family: "feather";
  font-size: 20px;
  background: none;
  color: #0e82fd;
  background: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
.faq-info .accordion-button:not(.collapsed)::after {
  content: "\e996";
  color: #ffffff;
  background: #0e82fd;
}
@media (max-width: 767.98px) {
  .faq-info .accordion-button {
    font-size: 14px;
    padding-right: 30px;
    line-height: 24px;
  }
}
.faq-info .accordion-content p {
  color: #374151;
  margin-bottom: 0;
}

.partners-section {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .partners-section {
    padding: 40px 0;
  }
}
.partners-section .owl-nav {
  display: none;
}

.partners-slider {
  list-style: none;
}
.partners-slider li a {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  padding: 14px 20px;
  text-align: center;
  height: 79px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .partners-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}

.footer-1.footer {
  background-color: #f2f6f6;
}
.footer-1.footer .footer-top .footer-title {
  color: #1f2937;
}
.footer-1.footer .footer-top .footer-widget.footer-menu ul li a {
  color: #6b7280;
  position: relative;
  overflow: hidden;
  background: url(/ff01fa572de27c8ebe4b.png) no-repeat -20px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-1.footer .footer-top .footer-widget .footer-about-content p {
  color: #6b7280;
}
.footer-1.footer .footer-top .footer-widget .footer-contact-info {
  color: #6b7280;
}
.footer-1.footer .subscribe-form {
  position: relative;
}
.footer-1.footer .subscribe-form :hover {
  border-color: #6b7280;
  background: #f9fafb;
  color: #6b7280;
  border-radius: 6px 0px 0px 6px;
}
.footer-1.footer .subscribe-form .form-control {
  font-weight: 500;
  font-size: 14px;
  min-height: 46px;
  color: #6b7280;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px 0px 0px 6px;
  margin: 0;
  padding: 6px 112px 6px 15px;
}
.footer-1.footer .subscribe-form .btn {
  font-weight: normal;
  margin: 0;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.owl-carousel.partners-slider.owl-loaded {
  padding-left: 0;
}

.doc-plan .pricing-header {
  padding-bottom: 18px;
}
.doc-plan .pricing-header .pricing-header-info {
  padding-bottom: 0;
}
.doc-plan .pricing-amount h2 {
  margin-bottom: 24px;
}
.doc-plan .pricing-list {
  padding-bottom: 30px;
}
.doc-plan .pricing-list ul li {
  margin-bottom: 14px;
}

.service-sec-one {
  padding-bottom: 56px;
}
@media (max-width: 991.98px) {
  .service-sec-one {
    padding-bottom: 36px;
  }
}

.serv-wrap {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 6px;
  display: block;
  text-align: center;
}
.serv-wrap:hover span img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.serv-wrap.blue-bg span {
  background: #eae9ff;
}
.serv-wrap.blue-bg:hover {
  background: #eae9ff;
}
.serv-wrap.green-bg span {
  background: #f1ffdb;
}
.serv-wrap.green-bg:hover {
  background: #f1ffdb;
}
.serv-wrap.info-bg span {
  background: #c9f3ff;
}
.serv-wrap.info-bg:hover {
  background: #c9f3ff;
}
.serv-wrap.red-bg span {
  background: #ffe5e4;
}
.serv-wrap.red-bg:hover {
  background: #ffe5e4;
}
.serv-wrap.success-bg span {
  background: #d8ffda;
}
.serv-wrap.success-bg:hover {
  background: #d8ffda;
}
.serv-wrap.pink-bg span {
  background: #ffd9f0;
}
.serv-wrap.pink-bg:hover {
  background: #ffd9f0;
}
.serv-wrap.danger-bg span {
  background: #ffeadf;
}
.serv-wrap.danger-bg:hover {
  background: #ffeadf;
}
.serv-wrap span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.serv-wrap h4 {
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .serv-wrap h4 {
    font-size: 16px;
  }
}

.home-one .faq-info .accordion-item {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 24px;
  padding: 0;
}
.home-one .faq-info .accordion-item .accordion-body {
  margin-top: 0;
  padding: 0 15px 15px;
  border-top: 0;
}
.home-one .faq-info .accordion-button {
  margin: 0;
  padding: 15px;
}
.home-one .faq-info .accordion-button:not(.collapsed) {
  background: #ffffff;
}
.home-one .faq-info .accordion-collapse.show {
  background: #ffffff;
}
@media (max-width: 991.98px) {
  .home-one .faq-card .section-header-fifteen p {
    font-size: 20px;
  }
  .home-one .faq-card p,
  .home-one .faq-card span {
    font-size: 20px;
  }
  .home-one .faq-card h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .home-one .faq-card .section-header-fifteen p {
    font-size: 20px;
  }
  .home-one .faq-card p,
  .home-one .faq-card span {
    font-size: 20px;
  }
  .home-one .faq-card h2 {
    font-size: 24px;
  }
}
.home-one .banner-section-thirteen {
  min-height: 500px;
  padding: 150px 0 50px 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(102deg, #1977f3 0.51%, #0062cb 100%);
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen {
    padding: 150px 0 60px 0;
    min-height: auto;
  }
  .home-one .banner-section-thirteen h1 {
    font-size: 44px;
  }
  .home-one .banner-section-thirteen .banner-content p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .home-one .banner-section-thirteen {
    padding: 150px 0 50px 0;
  }
  .home-one .banner-section-thirteen h1 {
    font-size: 44px;
  }
  .home-one .banner-section-thirteen .banner-content p {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-center-img img {
    display: none;
  }
}
.home-one .banner-section-thirteen .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content {
    padding-bottom: 40px;
  }
}
.home-one .banner-section-thirteen .banner-content .care-item {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #0e82fd;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .home-one .banner-section-thirteen .banner-content .care-item {
    font-size: 16px;
  }
}
.home-one .banner-section-thirteen .banner-content h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.home-one .banner-section-thirteen .banner-content p {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  max-width: 700px;
  line-height: 28px;
  margin: auto auto 36px auto;
}
@media (max-width: 767.98px) {
  .home-one .banner-section-thirteen .banner-content p {
    font-size: 20px;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one {
    margin: 0;
    padding: 0px 8px 4px;
    width: 100%;
    max-width: 400px;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen {
  margin: 0;
  padding: 20px;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  min-width: 100%;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-title {
  margin-bottom: 15px;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-title h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-title h5 {
    font-size: 20px;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input {
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input {
    margin-right: 17px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input {
    margin-bottom: 15px;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-line-thirteen {
  width: 20%;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-line-thirteen {
    width: 100%;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-map-line-thirteen {
  width: 19%;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-map-line-thirteen {
    width: 100%;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-calendar-line-thirteen {
  width: 18%;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-calendar-line-thirteen {
    width: 100%;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-users-line-thirteen {
  width: 18%;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input.search-users-line-thirteen {
    width: 100%;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single {
  background: #f3f4f6;
  border: none;
  border-radius: 4px;
  height: 54px;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  border-top: 6px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  transform: rotate(180deg);
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input i {
  left: 20px;
  z-index: 1;
  font-size: 14px;
  color: #374151;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input input {
  padding: 0 10px 0 40px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  height: 54px;
  min-height: 54px;
  font-size: 15px;
  color: #374151;
  border-radius: 4px;
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input input::placeholder {
  color: #374151;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .search-input input {
    font-size: 14px;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .form-search-btn {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .form-search-btn {
    float: none;
  }
}
.home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
  min-width: auto;
  padding: 16px 43px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 14px 14px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
    width: 100%;
  }
}
.home-one .banner-section-thirteen .search-box-one {
  width: 100%;
  max-width: 400px;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen {
  margin: 0;
  padding: 20px;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  min-width: 100%;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-title {
  margin-bottom: 15px;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-title h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-title h5 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input {
    margin-right: 17px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input {
    margin-bottom: 15px;
  }
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single {
  background: #f3f4f6;
  border: none;
  border-radius: 4px;
  height: 54px;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  border-top: 6px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  transform: rotate(180deg);
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input i {
  left: 20px;
  z-index: 1;
  font-size: 14px;
  color: #374151;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input input {
  padding: 0 10px 0 40px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  height: 54px;
  min-height: 54px;
  font-size: 15px;
  color: #374151;
  border-radius: 4px;
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input input::placeholder {
  color: #374151;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .search-input input {
    font-size: 14px;
  }
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn {
    float: none;
  }
}
.home-one .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
  min-width: auto;
  padding: 16px 43px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 14px 14px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one.search-box-thirteen .form-search-btn .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-direction: column;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location {
    width: 100%;
    position: relative;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location .location-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e82fd;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location input {
    width: 100%;
    padding: 15px 40px 15px 35px;
    border: 1px solid #0e82fd;
    border-radius: 30px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location input {
    font-size: 14px;
    padding: 12px 40px 12px 35px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location input:focus {
    outline: none;
    border-color: #0e82fd;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location .locate-me-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #0e82fd;
    cursor: pointer;
    font-size: 18px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location .locate-me-btn {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist {
    width: 100%;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    width: 100%;
    background-color: #0e82fd;
    color: #ffffff;
    border: none;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    font-size: 16px;
    padding: 12px 15px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #ffffff;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero:hover {
    background-color: #0269d6;
  }
}
@media (max-width: 768px) {
  .home-one .banner-section-thirteen .search-box-one {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-direction: column;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location {
    width: 100%;
    position: relative;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location .location-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #0e82fd;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location input {
    width: 100%;
    padding: 15px 40px 15px 45px;
    border: 1px solid #0e82fd;
    border-radius: 30px;
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 767.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location input {
    font-size: 14px;
    padding: 12px 40px 12px 45px;
  }
}
@media (max-width: 768px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location input:focus {
    outline: none;
    border-color: #0e82fd;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location .locate-me-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #0e82fd;
    cursor: pointer;
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 767.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .search-input-dentist-location .locate-me-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist {
    width: 100%;
  }
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    width: 100%;
    background-color: #0e82fd;
    color: #ffffff;
    border-radius: 30px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}
@media (max-width: 768px) and (max-width: 991.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    font-size: 16px;
    padding: 12px 15px;
  }
}
@media (max-width: 768px) and (max-width: 767.98px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .home-one .banner-section-thirteen .search-box-one .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero:hover {
    background-color: #0269d6;
  }
}
@media (max-width: 991.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg {
    display: none;
  }
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-one {
  position: absolute;
  right: 50px;
  bottom: 2%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-two {
  position: absolute;
  bottom: 240px;
  left: 70px;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-three {
  position: absolute;
  top: 300px;
  left: 15%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-four {
  position: absolute;
  right: 230px;
  bottom: 40%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-five {
  position: absolute;
  top: 500px;
  right: 3%;
  animation: elastic-spin 1s infinite ease;
  opacity: 0.4;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-six {
  position: absolute;
  top: 500px;
  right: 50%;
  animation: elastic-spin 1s infinite ease;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seven {
  position: absolute;
  top: 70px;
  right: 3%;
  animation: pulse 1s infinite ease-in-out alternate;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eight {
  position: absolute;
  top: 130px;
  left: 5%;
  animation: pulse 1s infinite ease-in-out alternate;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-nine {
  position: absolute;
  bottom: 400px;
  left: 15%;
  animation: spin 3000ms linear infinite;
  z-index: -1;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ten {
  position: absolute;
  bottom: 50px;
  left: 5%;
  animation: elastic-spin 1s infinite ease;
  opacity: 0.4;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eleven {
  position: absolute;
  top: 27%;
  right: 10%;
  animation: spin 3000ms linear infinite;
  z-index: -1;
  opacity: 0.4;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-thirteen {
  position: absolute;
  top: 6%;
  right: 10%;
  animation: spin 3000ms linear infinite;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-fourteen {
  position: absolute;
  top: 8%;
  right: 5%;
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-fourteen {
    display: none;
  }
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-fifteen {
  position: absolute;
  top: 17%;
  right: 0;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-sixteen {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: -1;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
  position: absolute;
  top: 74%;
  left: 24%;
  padding: 25px 30px;
  background: #00e3ff;
  color: #ffffff;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
    padding: 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
    font-size: 15px;
    padding: 12px 20px;
  }
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eighteen a {
  position: absolute;
  top: 45%;
  left: 23%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-eighteen a {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
  position: absolute;
  top: 36%;
  right: 27%;
  padding: 24px 34px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
    top: 37%;
    right: 12%;
    z-index: 1;
    padding: 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bg-twenty {
  position: absolute;
  top: 56%;
  left: 17%;
  z-index: -1;
}
.home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bgs {
  position: absolute;
  top: 56%;
  right: 17%;
}
@media (max-width: 1199.98px) {
  .home-one .banner-section-thirteen .banner-section-thirteen-bg .banner-section-thirteen-bgs {
    max-width: 300px;
  }
}
.home-one .frequently-section-fifteen {
  position: relative;
  background-color: #f8f9fa;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .home-one .frequently-section-fifteen {
    padding: 0px 0;
  }
  .home-one .frequently-section-fifteen .section-header-fifteen p {
    font-size: 20px;
  }
  .home-one .frequently-section-fifteen .section-header-fifteen h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .home-one .frequently-section-fifteen .section-header-fifteen h2 span {
    font-size: 36px;
  }
  .home-one .frequently-section-fifteen p,
  .home-one .frequently-section-fifteen span {
    font-size: 20px;
  }
  .home-one .frequently-section-fifteen h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .home-one .frequently-section-fifteen .section-header-fifteen p {
    font-size: 20px;
  }
  .home-one .frequently-section-fifteen .section-header-fifteen h2 {
    font-size: 36px;
  }
  .home-one .frequently-section-fifteen .section-header-fifteen h2 span {
    font-size: 36px;
  }
  .home-one .frequently-section-fifteen p,
  .home-one .frequently-section-fifteen span {
    font-size: 18px;
    margin-right: 10px;
  }
  .home-one .frequently-section-fifteen h2 {
    font-size: 24px;
  }
}
.home-one .frequently-section-fifteen .faq-main-cards .faq-card {
  background: #f9fafb;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #e5e7eb;
}
.home-one .frequently-section-fifteen .faq-main-cards .faq-card .faq-title a {
  font-size: 18px;
  color: #4d5061;
  width: 100%;
  font-weight: 600;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .home-one .frequently-section-fifteen .faq-main-cards .faq-card .faq-title a {
    font-size: 16px;
    padding-right: 20px;
  }
}
.home-one .frequently-section-fifteen .faq-main-cards .faq-card .faq-title a:not(.collapsed) {
  color: #0e82fd;
}
.home-one .frequently-section-fifteen .faq-main-cards .faq-card .faq-title a:not(.collapsed)::after {
  content: "✖";
  color: #000000;
}
.home-one .frequently-section-fifteen .faq-main-cards .faq-card .faq-title a:after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  font-family: "Font Awesome 6 free";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.home-one .frequently-section-fifteen .faq-main-cards .faq-card .card-collapse p {
  color: #374151;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
}
.home-one .frequently-section-fifteen .care-item {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  background: #1f2937;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home-one .frequently-section-fifteen .care-item {
    font-size: 16px;
  }
}
.blog {
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px;
  padding: 1.5rem;
}
@media (max-width: 575.98px) {
  .blog {
    padding: 1.25rem;
  }
}
.blog .blog-image {
  margin: 0 0 30px;
  overflow: hidden;
}
.blog .blog-image img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.blog .blog-image a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.blog .blog-title {
  font-size: 22px;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .blog .blog-title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .blog .blog-title {
    font-size: 18px;
  }
}
.blog .blog-title a {
  color: #272b41;
}
.blog .blog-title a:hover {
  color: #20c0f3;
}
.blog .blog-content {
  position: relative;
}
.blog .blog-content p {
  color: #666;
  font-size: 14px;
  margin: 0 0 30px;
}
.blog .blog-content .entry-meta {
  color: #757575;
  font-size: 14px;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.blog .blog-content .entry-meta li {
  display: inline-block;
  margin-right: 15px;
}
.blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.blog.grid-blog {
  padding: 20px;
}
.blog.grid-blog .blog-title {
  font-size: 18px;
  min-height: 43px;
  margin: 0 0 5px;
}
@media (max-width: 767.98px) {
  .blog.grid-blog .blog-title {
    min-height: inherit;
  }
}
.blog.grid-blog .blog-content p {
  margin: 0 0 15px;
}
.blog.grid-blog .blog-info {
  margin: 0 0 15px;
}
.blog.grid-blog .blog-image {
  margin: 0 0 20px;
}
.blog.grid-blog .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.blog.grid-blog .entry-meta li {
  margin: 0 0 10px;
}
.blog.grid-blog .post-author {
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog.grid-blog .post-author a:hover {
  color: #20c0f3;
}

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

.read-more {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  color: #20c0f3;
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .read-more {
    font-size: 14px;
  }
}

.blog-info {
  color: #757575;
  font-size: 14px;
  margin: 0 0 15px;
}
.blog-info a {
  color: #757575;
}
.blog-info a:hover {
  color: #757575;
}
.blog-info i {
  color: #20c0f3;
  font-size: 14px;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .blog-info i {
    font-size: 14px;
  }
}

.blog-pagination .pagination {
  margin: 0 0 30px;
}
.blog-pagination .pagination li a {
  font-weight: 600;
  color: #2e3842;
  border-radius: inherit !important;
  border-color: #f0f0f0;
  margin: 0 10px 0 0;
  padding: 12px 20px;
}
.blog-pagination .pagination li.disabled a {
  border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
  background: #20c0f3;
  border-color: transparent;
  color: #ffffff;
}

.post-left ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.post-left ul li {
  margin-bottom: 5px;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .post-left ul li {
    margin-right: 10px;
  }
}
.post-left ul li:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .post-left ul li:last-child {
    margin-right: 10px;
  }
}

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

.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}
.video iframe, .video object, .video embed {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.latest-posts {
  margin: 0;
  padding: 0;
}
.latest-posts li {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.post-thumb {
  width: 80px;
  float: left;
  overflow: hidden;
  border-radius: 4px;
}
.post-thumb a img {
  border-radius: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.post-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-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: #20c0f3;
}
.post-info p {
  color: #757575;
  font-size: 12px;
  margin: 0;
}
.post-info p i {
  color: #20c0f3;
  font-size: 14px;
  margin-right: 4px;
}

.category-widget .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-widget .categories li {
  margin: 0 0 20px;
}
.category-widget .categories li:last-child {
  border-bottom: none;
  margin: 0;
  padding: 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: #20c0f3;
}

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

.tags-widget .card-body {
  padding-bottom: 1rem;
}

.tags {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tags li {
  float: left;
}

.tag {
  background-color: #ffffff;
  color: #272b41;
  position: relative;
  font-size: 14px;
  border: 1px solid #cccccc;
  display: inline-block;
  border-radius: 4px;
  margin: 0 0.5rem 0.5rem 0;
  padding: 5px 10px;
}
.tag:hover {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}

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

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

/*-----------------
	Blog Details
-----------------------*/
.blog-view .blog-title {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .blog-view .blog-title {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .blog-view .blog-title {
    font-size: 20px;
  }
}
.blog-view .blog-info {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}

.blog-content p:last-child {
  margin: 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:hover {
  background-color: #20c0f3;
  color: #ffffff;
  border-color: #20c0f3;
}
.social-share > li > a {
  border: 1px solid #dfdfdf;
  color: #666;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.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;
  position: relative;
  margin: 0;
  padding: 0;
}
.blog-comments .comments-list li {
  clear: both;
  padding-left: 80px;
}
@media (max-width: 575.98px) {
  .blog-comments .comments-list li {
    padding: 10px 0 0 50px;
  }
}
.blog-comments .comments-list li .comment {
  margin: 0 0 20px;
}
.blog-comments .comments-list li .comment-author {
  position: absolute;
  left: 0;
}
.blog-comments .comments-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}
@media (max-width: 575.98px) {
  .blog-comments .comments-list li img.avatar {
    height: 40px;
    width: 40px;
    border-radius: 40px;
  }
}
.blog-comments .comment-btn {
  color: #20c0f3;
  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: #20c0f3;
  border-color: #20c0f3;
  font-size: 18px;
  padding: 8px 26px;
  color: #ffffff;
  border-radius: 0;
}

.about-author-img {
  background-color: #ffffff;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px;
}
@media (max-width: 575.98px) {
  .about-author-img {
    height: 60px;
    width: 60px;
  }
}

.author-details {
  margin: 0 0 0 120px;
}
@media (max-width: 575.98px) {
  .author-details {
    margin-left: 80px;
  }
}
.author-details .blog-author-name {
  display: inline-block;
  margin: 0 0 10px;
}

.about-author {
  min-height: 100px;
}

.post-author img {
  width: 28px;
  margin-right: 5px;
  border-radius: 100%;
}

.blogs-section {
  padding: 50px 0;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .blogs-section {
    padding: 30px 0;
  }
}
.blogs-section .blog-wrapper {
  background: #ffffff;
  border: 1px solid #e8eeff;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 30px;
}
.blogs-section .blog-wrapper .wrap-image img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.blogs-section .blog-wrapper .wrap-content {
  padding: 10px;
}
.blogs-section .blog-wrapper .wrap-content .sp-title {
  font-size: 13px;
  color: #2264c5;
  font-weight: 600;
  margin-right: 5px;
}
.blogs-section .blog-wrapper .wrap-content .post-author a {
  display: flex;
  align-items: center;
}
.blogs-section .blog-wrapper .wrap-content .post-author a img {
  width: 20px;
  flex: 0 0 20px;
  margin: 0 5px;
}
.blogs-section .blog-wrapper .wrap-content .post-author a span {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.blogs-section .blog-wrapper .wrap-content .date-cart {
  background-color: #1860ca;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  width: 65px;
  height: 60px;
  flex-direction: column;
  position: absolute;
  right: 25px;
  margin: -40px 0 0;
  padding: 10px 8px;
}
@media (max-width: 991.98px) {
  .blogs-section .blog-wrapper .wrap-content .date-cart {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content .date-cart {
    font-size: 22px;
    width: 60px;
    height: 55px;
    padding: 5px;
  }
}
.blogs-section .blog-wrapper .wrap-content .date-cart span {
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content .date-cart span {
    font-size: 10px;
  }
}
.blogs-section .blog-wrapper .wrap-content-body {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content-body h3 {
    font-size: 17px;
  }
}
.blogs-section .blog-wrapper .wrap-content-body h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .blogs-section .blog-wrapper .wrap-content-body h3 a {
    font-size: 17px;
  }
}
.blogs-section .blog-wrapper .wrap-content-body p {
  font-size: 12px;
  color: #000000;
}
.blogs-section .blog-wrapper .wrap-content-body a.read-txt {
  width: 110px;
  padding: 10px;
  background: #0ce0ff;
  border-radius: 30px;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.blogs-section .blog-wrapper .wrap-content-body a.read-txt:hover {
  background-color: #0e82fd;
}
.blogs-section .view-btn {
  background-color: #20c0f3;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #20c0f3;
  padding: 6px 20px;
}
@media (max-width: 767.98px) {
  .blogs-section .view-btn {
    font-size: 14px;
  }
}
.blogs-section .view-btn:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}

.our-blog-section {
  padding: 60px 0;
  background: #f8f9fa;
}
@media (max-width: 991.98px) {
  .our-blog-section {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .our-blog-section {
    padding: 30px 0;
  }
}
.our-blog-section .our-blogs {
  display: block;
  transition: 0.6s;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.our-blog-section .our-blogs .blogs-img {
  position: relative;
  transition: 0.6s;
}
.our-blog-section .our-blogs .blogs-img .blogs-overlay {
  align-items: center;
  background: #ffffff;
  border-radius: 30px 0px 0px 30px;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 10px;
  transition: 0.6s;
}
.our-blog-section .our-blogs .blogs-img .blogs-overlay img {
  height: 35px;
  width: 35px !important;
  border-radius: 50%;
  margin-right: 10px;
}
.our-blog-section .our-blogs .blogs-img .blogs-overlay .blogs-writter {
  display: none;
}
.our-blog-section .our-blogs .blogs-info {
  background: #ffffff;
  border: 1px solid #e8eeff;
  padding: 15px;
}
.our-blog-section .our-blogs .blogs-info span {
  color: #20c0f3;
}
.our-blog-section .our-blogs .blogs-info h4 {
  color: #000000;
  line-height: 28px;
}
.our-blog-section .our-blogs .blogs-info h4:hover {
  color: #1c5b91;
}
.our-blog-section .our-blogs .blogs-info p {
  font-size: 13px;
}
.our-blog-section .our-blogs .blogs-nav {
  border: 1px solid #e8eeff;
  padding: 10px;
  border-top: 0;
}
.our-blog-section .our-blogs .blogs-nav .blogs-btn {
  background: #1c5b90;
  border-radius: 30px;
  color: #ffffff;
  padding: 8px 10px;
  display: block;
  width: 110px;
  text-align: center;
  font-size: 12px;
}
.our-blog-section .our-blogs .blogs-nav .blogs-btn:hover {
  background-color: #0e82fd;
}
.our-blog-section .our-blogs:hover .blogs-img .blogs-overlay .blogs-writter {
  display: block;
}

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

.booking-doc-info .booking-doc-img {
  width: 80px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .booking-doc-info .booking-doc-img {
    width: 75px;
  }
}
@media (max-width: 575.98px) {
  .booking-doc-info .booking-doc-img {
    width: 70px;
  }
}
.booking-doc-info .booking-doc-img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .booking-doc-info .booking-doc-img img {
    height: 75px;
    width: 75px;
  }
}
@media (max-width: 575.98px) {
  .booking-doc-info .booking-doc-img img {
    height: 70px;
    width: 70px;
  }
}

.schedule-widget {
  min-height: 100px;
  border-radius: 4px;
}
.schedule-widget .schedule-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
.schedule-widget .schedule-header h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 3px 0 0;
}

.day-slot ul {
  float: left;
  list-style: none;
  position: relative;
  width: 100%;
  margin: auto -5px 0 -5px;
  padding: 0;
}
.day-slot ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 14.28%;
}
.day-slot ul li span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .day-slot ul li span {
    font-size: 16px;
    text-transform: unset;
  }
}
.day-slot ul li span.slot-date {
  display: block;
  color: #757575;
  font-size: 14px;
}
.day-slot ul li small.slot-year {
  color: #757575;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .day-slot ul li small.slot-year {
    display: none;
  }
}
.day-slot ul li.left-arrow {
  text-align: center;
  width: 20px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .day-slot ul li.left-arrow {
    left: -10px;
  }
}
.day-slot ul li.right-arrow {
  text-align: center;
  width: 20px !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -11px;
  padding: 0;
}

.schedule-cont {
  padding: 20px;
}

.time-slot ul {
  list-style: none;
  margin: auto -5px 0 -5px;
  padding: 0;
}
.time-slot ul li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 14.28%;
}
.time-slot ul 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 ul li .timing:hover {
  background-color: #ffffff;
}
.time-slot ul li .timing:last-child {
  margin-bottom: 0;
}
.time-slot ul li .timing.selected {
  background-color: #42c0fb;
  border: 1px solid #42c0fb;
  color: #ffffff;
}
.time-slot ul li .timing.selected::before {
  color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (max-width: 991.98px) {
  .time-slot ul li .timing.selected::before {
    display: none;
  }
}
.time-slot ul li .timing.selected:hover {
  color: #757575;
}
.time-slot ul li .timing.selected:hover::before {
  color: #757575;
}

.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;
}
@media (max-width: 767.98px) {
  .submit-section.proceed-btn {
    margin-bottom: 20px;
  }
}

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

.doc-slot-list {
  background-color: #d9534f;
  border: 1px solid #d43f3a;
  color: #ffffff;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 6px 15px;
  border-radius: 4px;
}
.doc-slot-list a {
  color: #e48784;
  display: inline-block;
  margin-left: 5px;
}
.doc-slot-list a:hover {
  color: #ffffff;
}

.schedule-nav .nav-tabs {
  border: 0 !important;
}
.schedule-nav .nav-tabs li {
  display: inline-block;
  flex-grow: inherit;
  margin: 5px 15px 5px 0;
}
@media (max-width: 479.98px) {
  .schedule-nav .nav-tabs li {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.schedule-nav .nav-tabs li:last-child {
  margin-right: 0;
}
.schedule-nav .nav-tabs li a.active {
  background: #ff4877;
  border: 1px solid #ff4877 !important;
  color: #ffffff;
}
.schedule-nav .nav-tabs > li > a {
  border: 1px solid #dcddea;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 6px 15px;
}

.hours-info .form-control {
  min-height: auto;
}
.hours-info .btn.btn-danger.trash {
  height: 38px;
  width: 100%;
}

.add-more a {
  color: #20c0f3;
}

.edit-link {
  color: #20c0f3;
  font-size: 16px;
  margin-top: 4px;
}
@media (max-width: 575.98px) {
  .edit-link {
    font-size: 14px;
    margin-top: 2px;
  }
}

.submit-section .submit-btn {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
}
@media (max-width: 767.98px) {
  .submit-section .submit-btn {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 105px;
  }
}

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

.success-cont {
  text-align: center;
}
.success-cont i {
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 2px solid #09e5ab;
  font-size: 30px;
  margin-bottom: 30px;
  background-color: #09e5ab;
  border-radius: 50%;
}
.success-cont h3 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .success-cont h3 {
    font-size: 22px;
  }
}
.success-cont p {
  margin-bottom: 30px;
}
.success-cont strong {
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .booking-schedule.schedule-widget {
    overflow-x: auto;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule.schedule-widget > div {
    width: 730px;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .day-slot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .day-slot ul li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .day-slot ul li.right-arrow {
    right: -20px;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .time-slot ul {
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .time-slot ul li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .booking-schedule .time-slot ul li .timing span {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .booking-schedule .time-slot ul li .timing span {
    display: inline-block;
  }
}

.visits .visit-btns {
  color: #272b41;
  background-color: #ffffff;
  width: 80%;
  margin-bottom: 10px;
  display: block;
  outline: unset;
  cursor: pointer;
}
.visits input:checked ~ .visit-rsn {
  background-color: #09e5ab;
  color: #ffffff;
  border-radius: 4px;
}
.visits input:checked ~ .visit-rsn:before {
  opacity: 1;
}
.visits input:disabled ~ .visit-rsn {
  background-color: #e30303;
  color: #ffffff;
  border-radius: 5px;
}
.visits input.form-check-input {
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.visits .form-check-input {
  opacity: 0;
}
.visits span.visit-rsn {
  background: #f3f9ff;
  border: 0;
  border-radius: 5px;
  color: #64627c;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  font-weight: 600;
  min-width: 133px;
  width: 100%;
  padding: 13px 5px;
}
.visits span.visit-rsn:before {
  color: #09e5ab;
  background-color: #ffffff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.back-link {
  padding-bottom: 30px;
}
.back-link a {
  font-size: 15px;
  color: #959595;
}
.back-link a:hover {
  color: #09e5ab;
}
.back-link a i {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .back-link {
    padding-bottom: 25px;
  }
}

.booking-header {
  padding-bottom: 25px;
}
.booking-header .booking-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-header {
    padding-bottom: 20px;
  }
}

.booking-date.choose-date-book {
  padding-bottom: 30px;
}
.booking-date.choose-date-book p {
  color: #8c8c8c;
  margin: 0 10px 0 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-date.choose-date-book p {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .booking-date.choose-date-book {
    display: block;
    padding-bottom: 20px;
  }
}

.booking-date-slider {
  padding-bottom: 30px;
}

.booking-range .btn {
  background: #ffffff;
  border: 1px solid #e4e4e8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  margin: 0;
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .booking-range .btn {
    font-size: 13px;
    margin: 0;
    padding: 10px;
    position: relative;
  }
}
.booking-range img {
  margin-right: 10px;
}
.booking-range i {
  font-size: 16px;
  margin-left: 10px;
  color: #5b5b5b;
}

.booking-device-img {
  margin-right: 15px;
}
.booking-device-img img {
  max-width: inherit;
}

.booking-doctor-info h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.booking-doctor-info .device-text {
  margin-bottom: 12px;
}
.booking-doctor-info .btn {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 4px 10px;
  min-width: 109px;
  color: #0e82fd;
  background: #ffffff;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #0e82fd;
  border-radius: 6px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.booking-doctor-info .btn:hover {
  color: #ffffff;
  background: #0e82fd;
  box-shadow: inset 0 0 0 50px #0e82fd;
  border: 2px solid #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.time-slot.time-slot-blk {
  text-align: center;
}
.time-slot.time-slot-blk h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.time-slot.time-slot-blk ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time-slot.time-slot-blk ul li {
  display: block;
  margin-bottom: 15px;
  float: inherit;
  width: 100%;
}
.time-slot.time-slot-blk li:last-child {
  margin-bottom: 0;
}
.time-slot.time-slot-blk li .timing {
  background: #f5f5f5;
  border: 2px solid #f3f3f3;
  border-radius: 8px;
  color: #595959;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot.time-slot-blk li .timing:hover {
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot.time-slot-blk li .timing.active {
  background: #0e82fd;
  border: 2px solid #0e82fd;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #0e82fd;
}
.time-slot.time-slot-blk li .timing.active:hover {
  background: #0e82fd;
  border: 2px solid #0e82fd;
  color: #ffffff;
  box-shadow: inset 0 0 0 50px #0e82fd;
}
.time-slot.time-slot-blk li .timing i {
  margin-right: 4px;
}
.time-slot.time-slot-blk li .load-more-timings a {
  font-weight: 500;
  text-decoration: underline;
  color: #0e82fd;
}
.time-slot.time-slot-blk li .load-more-timings a:hover {
  color: #000000;
}
.time-slot.time-slot-blk .time-slot-open {
  display: none;
}
@media (max-width: 991.98px) {
  .time-slot.time-slot-blk {
    padding-bottom: 15px;
  }
}

.date-slider {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.date-slider .slick-slide {
  display: block;
  margin: 0;
  padding: 0 5px;
}
.date-slider li h4 {
  font-weight: 500;
  font-size: 16px;
  color: #b9b9b9;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .date-slider li h4 {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .date-slider li h4 {
    font-size: 16px;
  }
}
.date-slider li p {
  color: #d4d4d4;
  margin-bottom: 0;
}
.date-slider li.active h4 {
  color: #000000;
}
.date-slider li.active p {
  color: #aaaaaa;
}
.date-slider .slick-prev:before {
  content: " \e92f";
}
.date-slider .slick-next:before {
  content: " \e930";
}

.date-slider .slick-prev,
.date-slider .slick-next {
  background: transparent;
  color: #000000;
  line-height: normal;
  box-shadow: none;
  width: 30px;
  height: 30px;
}

.date-slider .slick-prev:hover,
.date-slider .slick-prev:focus,
.date-slider .slick-next:hover,
.date-slider .slick-next:focus {
  background-color: transparent;
  color: #09e5ab;
  opacity: 1;
}

.date-slider .slick-prev:hover:before,
.date-slider .slick-prev:focus:before,
.date-slider .slick-next:hover:before,
.date-slider .slick-next:focus:before {
  color: #09e5ab;
}

.date-slider .slick-prev:before,
.date-slider .slick-next:before {
  font-family: "feather";
  font-size: 26px;
}

.date-slider .slick-prev {
  left: -12px;
}

.date-slider .slick-next {
  right: -12px;
}

.content.content-space {
  padding: 80px 0px;
}
@media (max-width: 991.98px) {
  .content.content-space {
    padding: 50px 0px;
  }
}

.prime-btn {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.prime-btn:focus, .prime-btn:hover, .prime-btn:active, .prime-btn.active {
  color: #0e82fd;
  background-color: #ffffff;
  border-color: #0e82fd;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.prime-btn:focus i, .prime-btn:hover i, .prime-btn:active i, .prime-btn.active i {
  color: #0e82fd;
}
.prime-btn .active:not(:disabled):not(.disabled), .prime-btn:active:not(:disabled):not(.disabled) {
  background-color: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
.prime-btn .active:focus:not(:disabled):not(.disabled), .prime-btn:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}

.attachment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  background: #FFFFFF;
  border: 1px solid #E4E4E8;
  border-radius: 8px;
  padding: 6px 15px;
}

.attachment-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.attachment-icon {
  font-size: 24px;
  color: #9D9D9D;
  margin-right: 12px;
}

.attachment-content p {
  color: #54595E;
  margin-bottom: 0;
}
.attachment-content span {
  font-size: 12px;
  color: #54595E;
}

.attachment-close a {
  font-size: 22px;
  color: #ABB5BE;
}
.attachment-close a:hover {
  color: #0E82FD;
}

.paitent-appointment .forms-block {
  margin-bottom: 25px;
}
.paitent-appointment .forms-block .form-group-title {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.paitent-appointment .forms-block .form-group-title i {
  font-size: 16px;
}
.paitent-appointment .forms-block .form-group-title span {
  font-weight: 400;
  font-size: 12px;
  color: #A3A3A3;
}
.paitent-appointment .forms-block .custom_radio {
  margin-bottom: 0;
  padding-left: 25px;
}
.paitent-appointment .form-control::placeholder {
  font-weight: 500;
  color: #9E9E9E;
}
.paitent-appointment textarea.form-control {
  resize: none;
  min-height: 100px;
}
.paitent-appointment .characters-text {
  font-size: 12px;
  color: #9E9E9E;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 0;
}

.form-group-flex .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #292929;
  padding: 3px 5px;
  margin-bottom: 10px;
  min-width: 60px;
  background: #E0EFFF;
  border: 1px solid #E0EFFF;
  border-radius: 4px;
  box-shadow: inset 0 0 0 0 #0E82FD;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.form-group-flex .btn:hover {
  color: #FFFFFF;
  border: 1px solid #0E82FD;
  box-shadow: inset 0 0 0 50px #0E82FD;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.form-group-flex .btn i {
  font-size: 16px;
  margin-right: 2px;
}

@media (max-width: 479.98px) {
  .schedule-calendar-col form {
    flex-direction: column;
  }
  .schedule-calendar-col form .me-3.d-flex {
    margin-right: 0 !important;
  }
  .search-time-mobile input {
    margin-top: 10px;
    width: 100%;
  }
  .bookingrange.btn.btn-white {
    font-size: 13px;
  }
}
.bookingrange.btn.btn-white:hover {
  border-color: #cccccc;
}

.widget-profile {
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}
.widget-profile .profile-info-widget {
  display: block !important;
  text-align: center !important;
}
.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  width: auto;
  background-color: #f7f7f7;
  margin: 0 0 15px !important;
  padding: 8px;
  border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-doc-img img {
  height: 120px !important;
  width: 120px !important;
  border-radius: 50% !important;
}
.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 {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
}

.appointment-list .profile-info-widget {
  margin-right: auto;
  text-align: left;
}
@media (max-width: 479.98px) {
  .appointment-list .profile-info-widget {
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .appointment-list .profile-info-widget .booking-doc-img {
    margin: 0 0 15px;
  }
}
.appointment-list .profile-info-widget .booking-doc-img img {
  height: 120px;
  object-fit: cover;
  width: 120px;
  border-radius: 4px;
}
@media (max-width: 479.98px) {
  .appointment-list .profile-info-widget .booking-doc-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
  }
}
@media (max-width: 479.98px) {
  .appointment-list .profile-det-info {
    margin-bottom: 15px;
  }
}

.appointments .appointment-list {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 4px;
}
.appointments .appointment-list:last-child {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .appointments .appointment-list {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .appointments .appointment-list {
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .appointments .appointment-list {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .appointments .appointment-list .profile-det-info {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .appointments .appointment-action {
    margin-top: 10px;
  }
}
@media (max-width: 479.98px) {
  .appointments .appointment-action {
    margin-top: 0;
  }
}
.appointments .appointment-action a {
  font-size: 13px;
}
.appointments .appointment-action a + a {
  margin-left: 5px;
}

.info-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info-details li {
  margin-bottom: 10px;
}
.info-details li:last-child {
  margin-bottom: 0;
}
.info-details li .title {
  color: #272b41;
  font-weight: 500;
}
.info-details li .text {
  color: #757575;
  display: block;
  font-size: 16px;
  overflow: hidden;
}

.clinic-direction {
  color: #757575;
  font-size: 14px;
  margin-bottom: 25px;
}
.clinic-direction a {
  color: #09e5ab;
  font-weight: 500;
}

.doctor-action {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .doctor-action {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.doctor-action a + a {
  margin-left: 8px;
}
.doctor-action .fav-btn:hover {
  background-color: #fb1612;
  border-color: #fb1612;
  color: #ffffff;
}

.msg-btn:hover, .msg-btn:focus {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}

.call-btn:hover, .call-btn:focus {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .user-tabs {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #ffffff;
    padding: 5px 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }
}
.user-tabs .nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #3e3e3e;
  font-weight: 700;
  padding: 20px;
}
.user-tabs .nav-tabs > li > a:hover {
  background-color: unset;
  color: #20c0f3;
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs > li > a {
    border-left: 2px solid transparent;
    border-bottom: 0;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs.nav-justified {
    border-bottom: 1px solid #dddddd;
  }
}
@media (max-width: 767.98px) {
  .user-tabs .nav-tabs .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 479.98px) {
  .user-tabs .nav-tabs .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.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: #20c0f3;
}
@media (max-width: 767.98px) {
  .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: #20c0f3;
  }
}
.user-tabs .med-records {
  display: inline-block;
  min-width: 130px;
}
@media (max-width: 575.98px) {
  .user-tabs .med-records {
    min-width: 110px;
  }
}

.widget {
  margin-bottom: 30px;
}

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

.experience-box {
  position: relative;
}

.experience-list {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.experience-list::before {
  background: #dddddd;
  bottom: 0;
  content: "";
  width: 2px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.experience-list li {
  position: relative;
}
.experience-list li:last-child .experience-content {
  margin-bottom: 0;
}
.experience-list > li .experience-user {
  background: #ffffff;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  padding: 0;
}
.experience-list > li .experience-content {
  background-color: #ffffff;
  position: relative;
  margin: 0 0 20px 40px;
  padding: 0;
}
.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;
}

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

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

.exp-year {
  color: #20c0f3;
  margin-bottom: 2px;
}

.exp-title {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .exp-title {
    font-size: 14px;
  }
}

.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;
  padding-left: 25px;
  position: relative;
  width: 33%;
  margin: 6px 0;
}
@media (max-width: 767.98px) {
  .service-list ul li {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .service-list ul li {
    width: 100%;
  }
}
.service-list ul li::before {
  color: #cccccc;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

.location-list {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 20px;
}
.location-list + .location-list {
  margin-top: 20px;
}
.location-list .consult-price {
  font-size: 20px;
  font-weight: 500;
  color: #272b41;
}

.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: 700;
  color: #272b41;
  margin-bottom: 5px;
}

.timings-times span {
  display: block;
}
.timings-times span:last-child {
  margin-bottom: 1rem;
}

.review-listing {
  border-bottom: 1px solid #f5f7fc;
  margin-top: 20px;
  padding-bottom: 30px;
}
.review-listing > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.review-listing > ul li + li {
  margin-top: 20px;
  border-top: 1px dashed #f0f0f0;
  padding-top: 20px;
}
.review-listing > ul li .comment {
  margin-bottom: 30px;
}
.review-listing > ul li .comment:last-child {
  margin-bottom: 0;
}
.review-listing > ul li .comment .comment-body {
  margin-left: 16px;
}
.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;
}
@media (max-width: 767.98px) {
  .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 {
  width: auto;
  position: absolute;
  top: 3px;
  right: 0;
}
@media (max-width: 767.98px) {
  .review-listing > ul li .comment .comment-body .meta-data .review-count {
    position: unset;
  }
}
.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: #20c0f3;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}
.review-listing > ul li .comments-reply {
  list-style: none;
  margin-left: 65px;
  padding: 0;
}
@media (max-width: 479.98px) {
  .review-listing > ul li .comments-reply {
    margin-left: 0;
  }
}
.review-listing .recommend-btn {
  float: right;
  color: #757575;
  font-size: 14px;
  padding: 5px 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .review-listing .recommend-btn {
    float: none;
  }
}
.review-listing .recommend-btn a {
  border: 1px solid rgba(128, 137, 150, 0.4);
  display: inline-block;
  color: #757575;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  margin: 0 3px;
  padding: 4px 12px;
}
.review-listing .recommend-btn a.like-btn:hover {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: #ffffff;
}
.review-listing .recommend-btn a.dislike-btn:hover {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #ffffff;
}
.review-listing .recommend-btn a i {
  font-size: 16px;
}
@media (max-width: 479.98px) {
  .review-listing .recommend-btn span {
    display: block;
    margin-bottom: 10px;
  }
}

.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 input[type=radio]:checked ~ label {
  color: #f2b600;
}
.star-rating label {
  color: #bbb;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #f2b600;
}

.terms-accept a {
  color: #20c0f3;
  font-weight: 500;
}

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

.listing-day {
  color: #000000;
  margin-bottom: 10px;
}
.listing-day:last-child {
  margin-bottom: 0;
}
.listing-day.current {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.listing-day.current .day {
  font-weight: 700;
}
.listing-day .day {
  font-weight: 500;
}
.listing-day .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;
}

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

.upload-images {
  position: relative;
  width: 80px;
}
.upload-images img {
  height: 80px;
  width: auto;
  border-radius: 4px;
}

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

.custom_price_cont {
  margin-top: 20px;
}

.btn.btn-danger.trash {
  height: 46px;
  width: 46px;
}
@media (max-width: 767.98px) {
  .btn.btn-danger.trash {
    margin-bottom: 20px;
  }
}

.add-more a {
  color: #20c0f3;
}

.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: #20c0f3;
  color: #6b7280;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  border-radius: 0;
  padding: 8px 15px;
}

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

.submit-section .submit-btn {
  font-weight: 700;
  font-size: 16px;
  color: white;
  background: #1082fd;
  min-width: 120px;
  padding: 12px 30px;
}
.submit-section .submit-btn + .submit-btn {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .submit-section .submit-btn {
    font-size: 15px;
    min-width: 105px;
    padding: 10px 20px;
  }
}

.doc-profile-card {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
}

.doctor-widget.doctor-profile-two {
  align-items: center;
}
@media (max-width: 1199.98px) {
  .doctor-widget.doctor-profile-two {
    flex-direction: column;
    align-items: start;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left {
    flex-direction: row;
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left {
    flex-direction: column;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
  flex: 0 0 180px;
  margin-right: 20px;
  width: 180px;
}
@media (max-width: 1399.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    flex: 0 0 160px;
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    flex: 0 0 130px;
    width: 130px;
  }
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doctor-img {
    margin: 0 0 20px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-avail-badge {
  background: #ccfbf1;
  border-radius: 30px;
  color: #14b8a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-avail-badge i {
  font-size: 6px;
  color: #14b8a6;
  margin-right: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name {
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name .doctor-role-badge {
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 14px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name .doctor-role-badge i {
  font-size: 6px;
  color: #4f46e5;
  margin-right: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont .doc-name img {
  margin-left: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p {
  color: #1e293b;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p {
    font-size: 13px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p:last-child {
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p.address-detail {
  display: flex;
  align-items: center;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p.address-detail .loc-icon {
  color: #4b5563;
  margin-right: 10px;
}
.doctor-widget.doctor-profile-two .doc-info-left .doc-info-cont p.address-detail .view-text {
  color: #004fff;
  margin-left: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-right {
  flex: 1;
  max-width: 100%;
  width: 100%;
  margin-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right {
    margin-left: 0;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li {
  color: #1e293b;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li {
    display: block;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li:last-child {
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info {
  display: flex;
  align-items: center;
  text-align: left;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info p {
  color: #1e293b;
  font-size: 14px;
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info p b {
  color: #000000;
  font-weight: 600;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .hospital-info .list-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links {
    margin-top: 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links li a {
  border: 1px solid #cbd5e1;
  background: #f1f5f9;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  color: #475569;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links li a:hover {
  background: #e2e8f0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .sub-links li:last-child a {
  margin-right: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .accept-text {
  color: #1e293b;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .accept-text {
    margin-top: 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .accept-text span {
  width: 22px;
  height: 22px;
  background: #059669;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .rating {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .rating span {
  font-weight: 500;
  font-size: 14px;
  margin: 0 7px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .rating a {
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media (max-width: 575.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors {
    margin-top: 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li {
  margin-right: 5px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li:last-child {
  margin-right: 0;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a {
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a:hover {
  background: #e2e8f0;
}
@media (max-width: 1399.98px) {
  .doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a {
    padding: 8px 10px;
  }
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a span {
  margin-right: 5px;
  width: 14px;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a span.bg-violet {
  color: #3730a3;
}
.doctor-widget.doctor-profile-two .doc-info-right .doctors-activities > li .contact-doctors li a span.bg-indigo {
  color: #6366f1;
}

.doc-profile-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #cbd5e1;
  padding-top: 25px;
  margin-top: 5px;
}
@media (max-width: 1199.98px) {
  .doc-profile-card-bottom {
    flex-direction: column;
    align-items: self-start;
  }
}
.doc-profile-card-bottom ul {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .doc-profile-card-bottom ul {
    display: block;
  }
}
.doc-profile-card-bottom ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #000000;
}
@media (max-width: 575.98px) {
  .doc-profile-card-bottom ul li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.doc-profile-card-bottom ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.doc-profile-card-bottom ul li span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 10px;
}
.doc-profile-card-bottom ul li span.bg-blue {
  background: #0092e4;
}
.doc-profile-card-bottom ul li span.bg-dark-blue {
  background: #004fff;
}
.doc-profile-card-bottom ul li span.bg-green {
  background: #84cc16;
}
.doc-profile-card-bottom .bottom-book-btn {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .doc-profile-card-bottom .bottom-book-btn {
    margin-top: 20px;
  }
}
.doc-profile-card-bottom .bottom-book-btn .clinic-booking .apt-btn {
  background: #1b70ee;
  border-color: #1b70ee;
  margin-left: 15px;
  width: auto;
}
@media (max-width: 1399.98px) {
  .doc-profile-card-bottom .bottom-book-btn .clinic-booking .apt-btn {
    padding: 10px;
  }
}
.doc-profile-card-bottom .bottom-book-btn p {
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 0;
}
.doc-profile-card-bottom .bottom-book-btn p span {
  font-weight: 600;
}

.information-title-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 1px solid #cbd5e1;
}
.information-title-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.information-title-list li:last-child {
  margin-right: 0;
}
.information-title-list li a {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  color: #0f172a;
  font-weight: 500;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}
.information-title-list li a:hover {
  background: #0092e4;
  border-color: #0092e4;
  color: #ffffff;
}
.information-title-list li.active a {
  background: #0092e4;
  border-color: #0092e4;
  color: #ffffff;
}

.doc-information-details {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cbd5e1;
}
.doc-information-details .detail-title h4 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .doc-information-details .detail-title h4 {
    font-size: 18px;
  }
}
.doc-information-details .detail-title.slider-nav {
  flex-wrap: wrap;
}
.doc-information-details .detail-title.slider-nav .nav {
  margin-bottom: 15px;
}
.doc-information-details .detail-title.slider-nav .nav button {
  background: #f8fafc;
  border: 0;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.doc-information-details .detail-title.slider-nav .nav button.owl-next {
  margin-left: 15px;
}
.doc-information-details .detail-title.slider-nav .nav button:hover {
  background: #e2e8f0;
}
.doc-information-details.bio-detail p {
  color: #334155;
  margin-bottom: 10px;
}
.doc-information-details.bio-detail .show-more {
  color: #0092e4;
  font-weight: 500;
}
.doc-information-details .experience-info {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .doc-information-details .experience-info {
    display: block;
  }
}
.doc-information-details .experience-info .experience-logo {
  flex-shrink: 0;
}
.doc-information-details .experience-info .experience-logo span {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 575.98px) {
  .doc-information-details .experience-info .experience-logo span {
    margin: 0 0 20px;
  }
}
.doc-information-details .experience-info .experience-content h5 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .doc-information-details .experience-info .experience-content h5 {
    font-size: 18px;
  }
}
.doc-information-details .experience-info .experience-content ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.doc-information-details .experience-info .experience-content ul li + li {
  padding-left: 10px;
  margin-left: 5px;
}
.doc-information-details .experience-info .experience-content ul li + li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  position: absolute;
  border-radius: 20px;
  left: 0;
}
.doc-information-details .experience-info .experience-content .ent-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.doc-information-details .experience-info .experience-content .ent-list li {
  color: #0f172a;
}
.doc-information-details .experience-info .experience-content .date-list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.doc-information-details .experience-info .experience-content .date-list li {
  color: #1e293b;
}
.doc-information-details .experience-info .experience-content p {
  color: #334155;
  margin-bottom: 0;
}
.doc-information-details .insurence-logo-slider .insurence-logo span {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doc-information-details .insurence-logo-slider .insurence-logo span img {
  width: auto;
}

.special-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.special-links li {
  margin-right: 15px;
}
.special-links li:last-child {
  margin-right: 0;
}
.special-links li a {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  color: #1e293b;
  border-radius: 10px;
}
.special-links li a span {
  font-weight: 600;
  margin-left: 30px;
}

.availability-slots-slider .book-date {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}
.availability-slots-slider .book-date h6 {
  color: #0f172a;
  font-weight: 500;
  margin-bottom: 5px;
}
.availability-slots-slider .book-date span {
  color: #1e293b;
}

.clinic-loc {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
}
.clinic-loc .clinic-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.clinic-loc .clinic-info .clinic-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  flex-shrink: 0;
  margin-right: 10px;
}
.clinic-loc .clinic-info .clinic-img img {
  border-radius: 10px;
}
.clinic-loc .clinic-info .detail-clinic h5 {
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 5px;
}
.clinic-loc .clinic-info .detail-clinic span {
  color: #004fff;
  font-size: 14px;
}
.clinic-loc .clinic-info .detail-clinic p {
  color: #1e293b;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 5px;
}
.clinic-loc .avail-time-slot .book-date {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-right: 15px;
}
.clinic-loc .avail-time-slot .book-date h6 {
  color: #0f172a;
  font-weight: 500;
  margin-bottom: 5px;
}
.clinic-loc .avail-time-slot .book-date span {
  color: #1e293b;
}
@media (max-width: 991.98px) {
  .clinic-loc .contact-map {
    margin-top: 24px;
  }
}
.clinic-loc .contact-map iframe {
  height: 230px;
  border-radius: 10px;
}

.member-ship-info {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.member-ship-info .mem-check {
  width: 22px;
  height: 22px;
  background: #059669;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.member-ship-info p {
  color: #1e293b;
  margin-bottom: 0;
}

.award-card .award-card-info {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 15px;
}
.award-card .award-card-info span {
  width: 22px;
  height: 22px;
  background: #84cc16;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.award-card .award-card-info span img {
  width: 10px;
}
.award-card .award-card-info h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: #1e293b;
}
.award-card .award-card-info p {
  color: #1e293b;
  margin-bottom: 0;
}

.hours-business ul {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 24px;
}
.hours-business ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hours-business ul li .doc-avail-badge {
  background: #ccfbf1;
  border-radius: 30px;
  color: #14b8a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
}
.hours-business ul li .doc-avail-badge i {
  font-size: 6px;
  color: #14b8a6;
  margin-right: 5px;
}
.hours-business ul li p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 0;
}
.hours-business ul li span {
  font-size: 14px;
  color: #1e293b;
}
.hours-business ul li h6 {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 0;
}
.hours-business ul li:first-child {
  align-items: end;
}
.hours-business ul li:first-child h6 {
  margin-bottom: 30px;
}
.hours-business ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cbd5e1;
}

.doc-review-card {
  border: 1px solid #cbd5e1;
  padding: 24px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.doc-review-card .user-info-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.doc-review-card .user-info-review .reviewer-img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.doc-review-card .user-info-review .reviewer-img .avatar-img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
}
.doc-review-card .user-info-review .reviewer-img .avatar-img img {
  border-radius: 50%;
}
.doc-review-card .user-info-review .reviewer-img .review-star a {
  color: #0f172a;
  margin-bottom: 5px;
  font-weight: 500;
}
.doc-review-card .user-info-review .reviewer-img .review-star .rating {
  margin-bottom: 0;
}
.doc-review-card .user-info-review .reviewer-img .review-star .rating span {
  color: #1e293b;
  font-size: 14px;
}
.doc-review-card .user-info-review .thumb-icon {
  font-size: 14px;
  display: inline-flex;
  font-weight: 500;
  color: #059669;
  align-items: center;
  margin-bottom: 10px;
}
.doc-review-card .user-info-review .thumb-icon i {
  margin-right: 5px;
}
.doc-review-card p {
  color: #1e293b;
  margin-bottom: 10px;
}
.doc-review-card .reply {
  color: #1e293b;
}
.doc-review-card .reply:hover {
  font-weight: 600;
}
.doc-review-card .replied-info {
  background: #f8fafc;
  border-radius: 10px;
  padding: 24px;
  margin-top: 15px;
}
.doc-review-card .replied-info .user-info-review .reviewer-img .review-star a {
  margin-bottom: 0;
}
.doc-review-card .pagination.dashboard-pagination {
  margin-top: 15px;
}
.doc-review-card .pagination.dashboard-pagination ul {
  flex-wrap: wrap;
  row-gap: 10px;
}
.doc-review-card .pagination.dashboard-pagination ul li a {
  background: #ffffff;
  border: 1px solid #f8fafc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #1e293b;
  font-weight: 500;
}
.doc-review-card .pagination.dashboard-pagination ul li a.prev-link {
  background: #f8fafc;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
.doc-review-card .pagination.dashboard-pagination ul li a.next-link {
  background: #f8fafc;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
.doc-review-card .pagination.dashboard-pagination ul li a.active {
  background: #0284c7;
  color: #ffffff;
}
.doc-review-card .pagination.dashboard-pagination ul li a:hover {
  background: #0284c7;
  color: #ffffff;
}

.doc-information-main .doc-information-details:last-child {
  border-bottom: 0;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-sidebar {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .profile-sidebar {
    margin-bottom: 20px !important;
  }
}
.profile-sidebar .pro-widget-content {
  border-bottom: 0;
  margin: 0;
  padding: 20px;
  text-align: center;
}
.profile-sidebar .dashboard-widget {
  padding: 15px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li {
  line-height: inherit;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 5px;
  width: 16px;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li a span, .profile-sidebar .dashboard-widget .dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}
.profile-sidebar .dashboard-widget .dashboard-menu ul li .unread-msg {
  background-color: #FBBF24;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 5px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li {
  position: relative;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:last-child {
  margin-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:last-child {
  border-bottom: 0;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li a {
  color: #334155;
  display: block;
  border-radius: 10px;
  font-size: 16px;
  padding: 15px 10px;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li:hover > a {
  background: #f3f4f6;
}
.profile-sidebar .dashboard-widget .dashboard-menu > ul > li.active > a {
  color: #ffffff;
  background: #0e82fd;
}

@media (max-width: 1199.98px) {
  .dash-card .dash-widget {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .dash-card .dash-widget {
    flex-direction: unset;
    text-align: left;
  }
}
.dash-card .dash-widget .circle-bar {
  margin-right: 15px;
}
@media (max-width: 1199.98px) {
  .dash-card .dash-widget .circle-bar {
    margin: 0 0 15px;
  }
}
@media (max-width: 991.98px) {
  .dash-card .dash-widget .circle-bar {
    margin: 0 15px 0 0;
  }
}
.dash-card .dash-widget .circle-bar > div {
  display: inline-block;
  position: relative;
  text-align: center;
}
.dash-card .dash-widget .circle-bar > div img {
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.dash-card .dash-widget .circle-bar > div canvas {
  width: 90px !important;
  height: 90px !important;
}
.dash-card .dash-widget.dct-border-rht {
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 991.98px) {
  .dash-card .dash-widget.dct-border-rht {
    border-bottom: 1px solid #f0f0f0;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.dash-card .dash-widget h6 {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .dash-card .dash-widget h6 {
    font-size: 15px;
  }
}
.dash-card .dash-widget h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .dash-card .dash-widget h3 {
    font-size: 20px;
  }
}
.dash-card .dash-widget p {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .dash-card .dash-widget p {
    font-size: 13px;
  }
}
.dash-card .row {
  margin-left: -10px;
  margin-right: -10px;
}
.dash-card .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.appointment-tab {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .appointment-tab {
    margin-bottom: 20px;
  }
}
.appointment-tab .nav-tabs {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0.25rem 0.25rem 0 0 !important;
  border-bottom: 0;
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .appointment-tab .nav-tabs {
    padding: 1.5rem;
  }
}
.appointment-tab .tab-content {
  padding-top: 0;
}
.appointment-tab .card {
  border-radius: 0;
}

.profile-det-info {
  overflow: hidden;
}
.profile-det-info h3 {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.profile-det-info .patient-details h5 {
  color: #334155;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
}
.profile-det-info .patient-details h5 i {
  width: 18px;
}

.profile-info-widget {
  text-align: left;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
  position: relative;
}
.profile-info-widget .booking-doc-img img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.profile-info-widget .booking-doc-img::after {
  content: url(/2e4d2324c79de6cf25c0.svg);
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  bottom: 0;
  border: 2px solid #ffffff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50%;
}

.change-avatar .profile-img {
  margin-right: 15px;
}
.change-avatar .profile-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .change-avatar .profile-img img {
    height: 80px;
    width: 80px;
  }
}
.change-avatar .change-photo-btn {
  margin: 0 0 10px;
  width: 150px;
}
.change-avatar .change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

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

.profile-image img {
  margin-bottom: 1.5rem;
}

.profile-sidebar.profile-sidebar-new .widget-profile {
  padding: 70px 24px 24px;
  position: relative;
  z-index: 1;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-info-widget::after {
  content: "";
  background-image: url(/9f4378b160588ad9536f.jpg);
  width: 100%;
  height: 148px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-info-widget .booking-doc-img {
  padding: 3px;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 {
  font-size: 20px;
  font-weight: 600;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 a {
  color: #0f172a;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info h3 a:hover {
  color: #0e82fd;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info .patient-details h5 {
  font-size: 14px;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info .doctor-role-badge {
  border: 1px solid #E2E8F0;
  color: #334155;
  font-size: 14px;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.profile-sidebar.profile-sidebar-new .widget-profile .profile-det-info .doctor-role-badge i {
  font-size: 6px;
  color: #4F46E5;
  margin-right: 5px;
}

.doctor-available-head {
  background: #f8fafc;
  padding: 24px;
}

.input-block-new label {
  color: #1f2937;
  font-weight: 500;
}

.dashboard-widget-box {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
}
.dashboard-widget-box .dashboard-content-info h6 {
  color: #334155;
  font-size: 16px;
  font-weight: normal;
}
.dashboard-widget-box .dashboard-content-info h4 {
  color: #0f172a;
  font-weight: 600;
  margin: 5px 0;
  font-size: 24px;
}
.dashboard-widget-box .dashboard-content-info span {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.dashboard-widget-box .dashboard-content-info span i {
  margin-right: 5px;
}
.dashboard-widget-box .dash-icon-box {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
@media (max-width: 1399.98px) {
  .dashboard-widget-box .dash-icon-box {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
}

.dashboard-card {
  border: 1px solid #e2e8f0;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin-bottom: 24px;
}
.dashboard-card .dashboard-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.dashboard-card .dashboard-card-head .header-title h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}
.dashboard-card .dashboard-card-head .chart-create-date h6 {
  margin-bottom: 0;
  color: #334155;
  font-size: 16px;
}
.dashboard-card .dashboard-card-head .card-view-link a {
  color: #0e82fd;
  text-decoration: underline;
  font-weight: 600;
}
.dashboard-card .dashboard-card-head .card-view-link a.add-new {
  text-decoration: none;
  color: #334155;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e2e8f0;
}
.dashboard-card .dashboard-card-head .card-view-link a:hover {
  color: #0F172A;
}

.header-dropdown .dropdown-toggle {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  line-height: normal;
}

.dashboard-table.table {
  --bs-table-bg: transparent;
}
.dashboard-table.table .patient-info-profile {
  display: flex;
  align-items: center;
}
.dashboard-table.table tbody tr {
  border: 0;
  border-radius: 10px;
}
.dashboard-table.table tbody tr:hover {
  background: #f8fafc;
}
.dashboard-table.table tbody tr td {
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.dashboard-table.table tbody tr td:first-child {
  border-radius: 10px 0 0 10px;
}
.dashboard-table.table tbody tr td:last-child {
  border-radius: 0 10px 10px 0;
}
.dashboard-table.table .table-avatar {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
.dashboard-table.table .table-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.dashboard-table.table .patient-name-info h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard-table.table .patient-name-info span {
  color: #1d7ed8;
  font-size: 12px;
  font-weight: 500;
}
.dashboard-table.table .appointment-date-created .table-badge {
  background: #14b8a6;
  font-weight: 500;
  font-size: 10px;
  margin-top: 5px;
}
.dashboard-table.table .appointment-date-created h6 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard-table.table .appointment-date-created .paid-text {
  color: #334155;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.dashboard-table.table .apponiment-actions a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 12px;
}
.dashboard-table.table .apponiment-actions a.text-success-icon {
  border-color: #1CA345;
  color: #1CA345;
}
.dashboard-table.table .apponiment-actions a.text-success-icon:hover {
  background: #1CA345;
  color: #ffffff;
}
.dashboard-table.table .apponiment-actions a.text-danger-icon {
  border-color: #DE3F44;
  color: #DE3F44;
}
.dashboard-table.table .apponiment-actions a.text-danger-icon:hover {
  background: #DE3F44;
  color: #ffffff;
}
.dashboard-table.table .apponiment-view a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #e2e8f0;
}
.dashboard-table.table .apponiment-view a:hover {
  background: #0e82fd;
  color: #ffffff;
}

.chart-tab .nav-pills {
  border-bottom: 1px solid #E2E8F0;
}
.chart-tab .nav-pills .nav-item {
  margin-right: 15px;
}
.chart-tab .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.chart-tab .nav-pills .nav-item .nav-link {
  padding: 0 0 5px;
  color: #0f172a;
  position: relative;
}
.chart-tab .nav-pills .nav-item .nav-link:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
}
.chart-tab .nav-pills .nav-item .nav-link.active {
  background: transparent;
  color: #0e82fd;
}
.chart-tab .nav-pills .nav-item .nav-link.active:after {
  background: #0e82fd;
}

.upcoming-appointment-card {
  background: #0e82fd;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  position: relative;
  z-index: 1;
}
.upcoming-appointment-card .circle-bg img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.upcoming-appointment-card .title-card {
  margin-bottom: 30px;
}
.upcoming-appointment-card .title-card h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}
.upcoming-appointment-card .upcoming-patient-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0EA5E9;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .upcoming-patient-info {
    display: block;
  }
}
.upcoming-appointment-card .upcoming-patient-info .info-details {
  display: flex;
  align-items: center;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .img-avatar {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .img-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .name-info span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.upcoming-appointment-card .upcoming-patient-info .info-details .name-info h6 {
  color: #ffffff;
  font-size: 16px;
  margin: 5px 0 0;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .upcoming-patient-info .date-details {
    margin-top: 15px;
  }
}
.upcoming-appointment-card .upcoming-patient-info .date-details span {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.upcoming-appointment-card .upcoming-patient-info .date-details h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 0;
}
.upcoming-appointment-card .appointment-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .appointment-card-footer {
    display: block;
  }
}
.upcoming-appointment-card .appointment-card-footer h5 {
  color: #ffffff;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 1399.98px) {
  .upcoming-appointment-card .appointment-card-footer h5 {
    font-size: 15px;
  }
}
.upcoming-appointment-card .appointment-card-footer h5 i {
  margin-right: 5px;
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .upcoming-appointment-card .appointment-card-footer .btn-appointments {
    margin-top: 15px;
  }
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments a {
  padding: 5px 12px;
  display: inline-block;
  background: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .upcoming-appointment-card .appointment-card-footer .btn-appointments a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments a:last-child {
  margin-right: 0;
}
.upcoming-appointment-card .appointment-card-footer .btn-appointments a:hover {
  background: #0e82fd;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .recent-patient-grid-boxes {
    flex-direction: column;
  }
}
.recent-patient-grid-boxes .recent-patient-grid {
  margin-right: 10px;
}
.recent-patient-grid-boxes .recent-patient-grid:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .recent-patient-grid-boxes .recent-patient-grid {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.recent-patient-grid {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
.recent-patient-grid .patient-img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.recent-patient-grid .patient-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.recent-patient-grid h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.recent-patient-grid span {
  color: #1d7ed8;
  font-size: 12px;
}
.recent-patient-grid .date-info {
  border-top: 1px solid #E2E8F0;
  margin-top: 10px;
  padding-top: 10px;
}
.recent-patient-grid .date-info p {
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0;
}

.table-noti-info {
  display: flex;
  align-items: center;
}
.table-noti-info .table-noti-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #f1f5f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 10px;
}
.table-noti-info .table-noti-icon.color-violet {
  color: #4F46E5;
}
.table-noti-info .table-noti-icon.color-blue {
  color: #0e82fd;
}
.table-noti-info .table-noti-icon.color-red {
  color: #e11d48;
}
.table-noti-info .table-noti-icon.color-yellow {
  color: #EAAB08;
}
.table-noti-info .table-noti-message h6 {
  color: #0f172a;
  margin-bottom: 5px;
  font-weight: normal;
}
.table-noti-info .table-noti-message h6 span {
  font-weight: 500;
}
.table-noti-info .table-noti-message .message-time {
  font-size: 14px;
  color: #1e293b;
  font-weight: 500;
}

.clinic-available {
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px;
}
@media (max-width: 1399.98px) {
  .clinic-available {
    padding: 12px;
  }
}
.clinic-available .clinic-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.clinic-available .clinic-head .clinic-info {
  display: flex;
  align-items: center;
}
.clinic-available .clinic-head .clinic-info .clinic-img {
  width: 48px;
  height: 48px;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 10px;
  flex-shrink: 0;
}
.clinic-available .clinic-head .clinic-info .clinic-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.clinic-available .clinic-head .clinic-info h6 {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.clinic-available .clinic-head .clinic-charge span {
  font-weight: 500;
  color: #0f172a;
  font-size: 16px;
}
.clinic-available .available-time {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .clinic-available .available-time {
    padding: 12px;
  }
}
@media (max-width: 575.98px) {
  .clinic-available .available-time {
    display: block;
  }
}
.clinic-available .available-time ul li {
  font-size: 14px;
  color: #334155;
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .clinic-available .available-time ul li {
    font-size: 13px;
  }
}
.clinic-available .available-time ul li span {
  font-weight: 500;
  color: #0f172a;
  margin-right: 10px;
}
.clinic-available .available-time ul li + li {
  margin-top: 5px;
}
.clinic-available .available-time .change-time a {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  text-decoration: underline;
}
.clinic-available .available-time .change-time a:hover {
  color: #0e82fd;
}
@media (max-width: 575.98px) {
  .clinic-available .available-time .change-time {
    margin-top: 15px;
  }
}

#revenue-chart .apexcharts-series {
  fill: #0e82fd;
  stroke: #0E82FD;
}
#revenue-chart .apexcharts-series path:nth-child(4) {
  fill: #FBBF24;
  stroke: #FBBF24;
}

#appointment-chart .apexcharts-series path {
  fill: #0f172a;
  stroke: #0f172a;
}
#appointment-chart .apexcharts-series path:nth-child(6) {
  fill: #0e82fd;
  stroke: #0E82FD;
}

.user-header .user-text p {
  font-weight: 500;
  font-size: 12px;
  color: #1CA345 !important;
}

.doctor-available-head .select2-container .select2-selection--single {
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}

.dashboard-table.table.appoint-table .appointment-date-created h6 {
  font-size: 14px;
}

.dashboard-pagination ul li .page-link.active {
  border-color: #0e82fd;
}
.dashboard-pagination ul li .page-link:hover {
  border-color: #0e82fd;
}

.form-sorts .filter-reset-btns a.btn-primary {
  border-color: #0e82fd;
}

.header-dropdown .dropdown-menu {
  border-color: #E2E8F0;
}
.header-dropdown .dropdown-toggle {
  padding: 5px 10px 5px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #64748B;
}
.header-dropdown .dropdown-toggle::after {
  border-width: 0 2px 2px 0;
  border-color: #64748B;
  padding: 3px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  border-style: solid;
  margin-left: 10px;
}
.header-dropdown .dropdown-toggle.show::after {
  border-width: 2px 0 0 2px;
  position: relative;
  top: 3px;
}
.header-dropdown .dropdown-toggle.nav-tog {
  padding: 10px 15px 10px 10px;
}
.header-dropdown .dropdown-menu {
  padding: 15px;
}
.header-dropdown .dropdown-menu a {
  padding: 5px 10px;
  border-radius: 10px;
}
.header-dropdown .dropdown-menu a:hover {
  background: #F8FAFC;
}

.header .header-nav .header-navbar-rht .has-arrow .user-header .user-text h6 {
  font-size: 16px;
  font-weight: 600;
}

.header .header-nav .header-navbar-rht li .dropdown-menu .dropdown-item {
  color: #0f172a;
  font-weight: 500;
}

.text-blue-600:hover {
  color: #1e293b !important;
}
.text-blue-600 a {
  color: #0e82fd;
}
.text-blue-600 a:hover {
  color: #1e293b;
}

.text-blue:hover {
  color: #1e293b;
}

#heart-rate-chart .apexcharts-series path:hover {
  fill: #0E82FD;
  opacity: 1;
}

#blood-pressure-chart .apexcharts-series path:hover {
  fill: #0F172A;
  opacity: 1;
}

.biller-info, .billing-info {
  margin-bottom: 15px;
}

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

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

.signature {
  border: 2px dashed #cccccc;
  color: #272b41;
  cursor: pointer;
  height: 85px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 4px;
}
.signature:hover {
  background-color: #fcfcfc;
}
.signature .sign-name {
  width: 100%;
  float: right;
}

.pat-widget-profile .pro-widget-content {
  padding: 0 0 20px;
}
.pat-widget-profile .booking-date li {
  font-size: 14px;
}
.pat-widget-profile .booking-date li span {
  font-size: 14px;
}

.edit-billing-content table td input {
  min-width: 300px;
}

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

.patient-info {
  margin-top: 15px;
}
.patient-info ul {
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
.patient-info ul li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
}
.patient-info ul li + li {
  margin-top: 15px;
}
.patient-info ul li i {
  width: 18px;
}
.patient-info ul li span {
  color: #757575;
  float: right;
  font-weight: 400;
}

.profile-sidebar {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin-bottom: 24px;
  overflow: hidden;
}

.pro-widget-content {
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding: 20px;
}

.profile-info-widget {
  text-align: left;
}
.profile-info-widget .booking-doc-img {
  margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 4px;
}

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

.patient-details h5 {
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
}
.patient-details h5 i {
  width: 18px;
}

.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.dashboard-menu ul li {
  line-height: inherit;
}
.dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-menu > ul > li {
  position: relative;
}
.dashboard-menu > ul > li :last-child {
  border-bottom: 0;
}
.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: #0de0fe;
}

.unread-msg {
  background-color: #09e5ab;
  color: #272b41;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0 5px;
  border-radius: 2px;
}

.patient-dashboard-top > div {
  width: 100%;
}
.patient-dashboard-top h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.patient-dashboard-top h6 sub {
  font-size: 12px;
}

.patient-graph-col .graph-box {
  background: #7289de;
  border-bottom: 8px solid #6a5dee;
  width: 100%;
  margin: 15px 0;
  padding: 22px;
}
.patient-graph-col .graph-box.pink-graph {
  background-color: #ffa69e;
  border-bottom: 8px solid #ffa69e;
}
.patient-graph-col .graph-box.sky-blue-graph {
  background-color: #a9d4ff;
  border-bottom: 8px solid #8ec4ff;
}
.patient-graph-col .graph-box.orange-graph {
  background-color: #ffb88e;
  border-bottom: 8px solid #ffb88e;
}
.patient-graph-col .graph-box h4 {
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
.patient-graph-col .graph-box > div {
  width: 100%;
}
.patient-graph-col .graph-box .graph-img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.patient-graph-col .graph-box .graph-status-result h3 {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 0.9;
  width: 100%;
}
.patient-graph-col .graph-box .graph-status-result span.graph-update-date {
  color: #ffffff;
  font-weight: 500;
  opacity: 0.7;
  text-align: center;
  width: 100%;
}

.patient-sidebar.profile-sidebar-new .widget-profile .profile-info-widget::after {
  background-image: url(/9f4378b160588ad9536f.jpg);
}
.patient-sidebar .profile-det-info span {
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.patient-sidebar .profile-det-info span i {
  font-size: 6px;
  color: #0e82fd;
  margin: 0 5px;
}

.health-records {
  margin-bottom: 35px;
}
.health-records span {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  color: #334155;
}
.health-records span i {
  margin-right: 5px;
}
.health-records h3 {
  display: flex;
  align-items: center;
}
.health-records h3 sup {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
@media (max-width: 1399.98px) {
  .health-records h3 {
    font-size: 20px;
  }
}
.health-records.icon-orange span i {
  color: #EA580C;
}
.health-records.icon-orange h3 sup {
  color: #1CA345;
}
.health-records.icon-amber span i {
  color: #F59E0B;
}
.health-records.icon-dark-blue span i {
  color: #004FFF;
}
.health-records.icon-dark-blue h3 sup {
  color: #DE3F44;
}
.health-records.icon-blue span i {
  color: #0E82FD;
}
.health-records.icon-red span i {
  color: #DE3F44;
}
.health-records.icon-red h3 sup {
  color: #1CA345;
}
.health-records.icon-purple span i {
  color: #9333EA;
}

.chart-over-all-report {
  text-align: center;
  padding-left: 24px;
  border-left: 1px solid #E2E8F0;
}
@media (max-width: 575.98px) {
  .chart-over-all-report {
    padding-left: 0;
    border-left: 0;
    margin-top: 20px;
  }
}
.chart-over-all-report h5 {
  margin-bottom: 15px;
}
.chart-over-all-report span.health-percentage {
  display: block;
  margin: 10px 0;
  max-width: 130px;
  margin: 15px auto;
}

.report-chart .circle-graph3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.report-chart .circle-graph3 p {
  position: absolute;
  max-width: 100px;
  text-align: center;
  margin: auto;
  font-size: 14px;
}

.doctor-available-head .input-block-new {
  margin-bottom: 0;
}

.report-gen-date p {
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: normal;
}
.report-gen-date p span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  background: #eef2ff;
}

.header-dropdown .dropdown-avatar {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  margin-right: 5px;
}

.book-appointment-head {
  background: #4338ca;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-image: url(/70476f8b78fe816c956b.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 24px;
}
.book-appointment-head h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.book-appointment-head h3 span {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.book-appointment-head .add-icon i {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .past-appointment .card-btns .btn-outline-primary {
    margin-right: 0 !important;
    margin-bottom: 15px;
    margin-top: 0;
  }
}

.doctor-fav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doctor-fav-list .doctor-info-profile {
  display: flex;
  align-items: center;
}
.doctor-fav-list .doctor-info-profile .table-avatar {
  flex-shrink: 0;
}
.doctor-fav-list .doctor-info-profile .table-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  margin-right: 10px;
}
.doctor-fav-list .doctor-info-profile .doctor-name-info h5 {
  margin-bottom: 0px;
}
.doctor-fav-list .doctor-info-profile .doctor-name-info span {
  font-size: 12px;
  color: #334155;
  font-weight: 500;
}
.doctor-fav-list .cal-plus-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  font-size: 13px;
}
.doctor-fav-list .cal-plus-icon:hover {
  background: #0e82fd;
  color: #ffffff;
}
.doctor-fav-list + .doctor-fav-list {
  margin-top: 15px;
}

.dashboard-card-head .header-title h5 span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.dashboard-card-head .owl-nav button {
  border: 0;
  background: transparent;
  margin-top: 0;
}
.dashboard-card-head .owl-nav button.owl-next {
  margin-left: 0;
}
.dashboard-card-head .owl-nav button:hover {
  color: #0e82fd;
}
.dashboard-card-head .header-dropdown-two {
  position: relative;
  margin-left: 10px;
}
.dashboard-card-head .header-dropdown-two::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #e2e8f0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.apponiment-dates ul li a {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  position: relative;
}
.apponiment-dates ul li a.available-date:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004fff;
  position: absolute;
  right: 6px;
  top: 6px;
}
.apponiment-dates ul li a h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.apponiment-dates ul li a h5 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 3px;
}

.appointment-dash-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
}
.appointment-dash-card .date-time p {
  color: #334155;
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.appointment-dash-card .date-time p i {
  margin-right: 5px;
}
.appointment-dash-card .card-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .appointment-dash-card .card-btns {
    display: block;
  }
}
.appointment-dash-card .card-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 2px;
}
.appointment-dash-card .card-btns a i {
  margin-right: 5px;
}
.appointment-dash-card .card-btns a.btn-outline-primary {
  border-color: #0e82fd;
  color: #0e82fd;
  margin-left: 15px;
  border-width: 2px;
}
@media (max-width: 575.98px) {
  .appointment-dash-card .card-btns a.btn-outline-primary {
    margin-left: 0;
    margin-top: 15px;
  }
}
.appointment-dash-card .card-btns a.btn-outline-primary:hover {
  background: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
.appointment-dash-card .appointment-date-info h4 {
  border-color: #004fff;
  margin-bottom: 0;
}
.appointment-dash-card .appointment-date-info ul {
  margin: 17px 0;
}
.appointment-dash-card .appointment-date-info ul li {
  color: #1e293b;
  border-color: #0e82fd;
  display: flex;
  align-items: center;
}
.appointment-dash-card .appointment-date-info ul li i {
  color: #64748b;
  margin-right: 5px;
}
.appointment-dash-card .appointment-date-info ul li + li {
  margin-top: 15px;
}

.patient-dash-tab .nav-item .nav-link {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  color: #0f172a;
  margin-right: 10px;
  margin-bottom: 10px;
}
.patient-dash-tab .nav-item .nav-link.active {
  background: #0e82fd;
  color: #ffffff;
  border-color: #0e82fd;
}
.patient-dash-tab .nav-item .nav-link:hover {
  background: #0e82fd;
  color: #ffffff;
  border-color: #0e82fd;
}

.past-appointment {
  border: 0;
  padding: 0;
}
.past-appointment .doctor-fav-list {
  margin-bottom: 20px;
}

.medical-detail-head h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.medical-detail-head p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.medical-details-item {
  padding-bottom: 0;
}
.medical-details-item .health-records {
  margin-bottom: 24px;
}

.add-med-record {
  margin-bottom: 24px;
  text-align: right;
}

.cal-form-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.med-detail-item {
  background: #F1F5F9;
  border-radius: 10px;
  padding: 24px 24px 0;
}
.med-detail-item .health-records {
  margin-right: 15px;
}

.med-detail-patient {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (max-width: 575.98px) {
  .med-detail-patient {
    padding: 15px;
  }
}
.med-detail-patient .med-patient {
  display: flex;
  align-items: center;
}
.med-detail-patient .med-patient span img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-right: 10px;
}
.med-detail-patient .med-patient .name-detail h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.med-detail-patient .med-patient .name-detail ul {
  display: flex;
  align-items: center;
}
.med-detail-patient .med-patient .name-detail ul li {
  font-size: 12px;
  line-height: 1;
}
.med-detail-patient .med-patient .name-detail ul li + li {
  border-left: 1px solid #E2E8F0;
  margin-left: 8px;
  padding-left: 8px;
}
.med-detail-patient .date-cal p {
  margin-bottom: 0;
}
.med-detail-patient .date-cal p span {
  display: block;
}

.doc-review.review-listing {
  margin: 0;
}

.doc-review > ul > li {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 0;
  margin-bottom: 24px;
}
.doc-review > ul > li .review-content {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doc-review > ul > li .review-content .daterange-wraper {
  margin-bottom: 0;
}
.doc-review > ul > li .star-rated {
  display: flex;
  align-items: center;
}
.doc-review > ul > li .star-rated span {
  color: #0f172a;
  font-size: 30px;
  margin-right: 10px;
  font-weight: 600;
}
.doc-review > ul > li .star-rated i {
  color: #f1f5f9;
  margin: 0 2px;
}
.doc-review > ul > li .star-rated i.filled {
  color: #ffc001;
}
.doc-review > ul > li ul li {
  padding: 0 24px 24px;
}
.doc-review > ul > li ul li .replied-comment {
  padding: 15px;
  background: #f8fafc;
  border-radius: 10px;
}
.doc-review > ul > li ul li .replied-comment .patient-info span {
  display: block;
  color: #334155;
  font-size: 14px;
}
.doc-review > ul > li ul li .replied-comment .review-info {
  margin-top: 10px;
}
.doc-review > ul > li ul li .comment-reply {
  display: flex;
  align-items: center;
}
.doc-review > ul > li ul li .comment-reply .reply-text {
  color: #0e82fd;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}
.doc-review > ul > li ul li .comment-reply .reply-text.replied-text {
  color: #1E293B;
}
.doc-review > ul > li ul li .comment-reply span {
  font-size: 14px;
  font-weight: 500;
}
.doc-review > ul > li ul li .comment-reply span.no-views {
  color: #94a3b8;
}
.doc-review > ul > li ul li .comment-reply span.replied-views {
  color: #0e82fd;
}

.comments {
  width: 100%;
}
.comments .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #E2E8F0;
}
.comments .comment-head .patinet-information .patient-info span {
  display: block;
  color: #334155;
}
.comments .review-info {
  padding: 24px;
}
.comments .review-info p {
  color: #0f172a;
  margin-bottom: 15px;
}
.comments .comment-reply {
  display: flex;
  align-items: center;
}
.comments .comment-reply .reply-text {
  color: #0e82fd;
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}
.comments .comment-reply .reply-text:hover {
  color: #0E82FD;
}
.comments .comment-reply .reply-text.replied-text {
  color: #1E293B;
}
.comments .comment-reply .reply-text i {
  line-height: inherit;
}
.comments .comment-reply span {
  font-size: 14px;
  font-weight: 500;
}
.comments .comment-reply span.no-views {
  color: #94a3b8;
}
.comments .comment-reply span.replied-views {
  color: #0e82fd;
}

.durations {
  margin-bottom: 5px;
}

.map-page .footer {
  display: none;
}
.map-page .header {
  z-index: 1030;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.map-page .content {
  padding-top: 115px;
}
@media (max-width: 991.98px) {
  .map-page .content {
    padding-top: 100px;
  }
}

.map-right {
  height: 100%;
  min-height: 100%;
  padding-right: 30px;
  z-index: 1029;
  position: fixed;
  top: 115px;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-right {
    height: 450px;
    position: static;
    min-height: inherit;
    margin-bottom: 30px;
    padding-right: 15px;
  }
}
.map-right .available-info {
  margin-bottom: 0;
}

.map-listing {
  height: calc(100vh - 145px);
  width: 100%;
}
@media (max-width: 1199.98px) {
  .map-listing {
    height: 450px;
  }
}
.map-listing .profile-widget {
  width: 200px !important;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}

.view-icons {
  display: inline-flex;
  float: right;
}
.view-icons a {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #212529;
  font-size: 20px;
  text-align: center;
  margin-left: 10px;
  width: 44px;
  height: 38px;
  border-radius: 4px;
  padding: 4px 10px;
}
.view-icons a:hover {
  border-color: #20c0f3;
  color: #20c0f3;
}
.view-icons a.active {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #ffffff;
}

.map-dentist-list {
  height: 50vh;
  width: 100%;
}
.map-dentist-list .profile-widget {
  width: 320px;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-dentist-list {
    height: 450px;
  }
}

.breadcrumb-bar {
  background-color: #15558d;
  padding: 15px 0;
}

.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}
.page-breadcrumb ol li a {
  color: #ffffff;
}
.page-breadcrumb ol li.active {
  color: #ffffff;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
  font-size: 10px;
}

.breadcrumb-bar-one {
  background: #f2f6f6;
  background-repeat: no-repeat;
  padding-top: 70px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb-bar-one::after {
  content: "";
  background: url(/6d8b066dbd337a1e3b7d.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumb-bar-one .inner-banner {
  margin: 0;
  padding: 70px 0;
}
.breadcrumb-bar-one .inner-banner .breadcrumb-title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-one .inner-banner .breadcrumb-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one .inner-banner .breadcrumb-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one .inner-banner {
    margin: 0;
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-one {
    padding-top: 40px;
    min-height: 260px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one {
    min-height: auto;
  }
}
.breadcrumb-bar-one .page-breadcrumb ol {
  background-color: transparent;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.breadcrumb-bar-one .page-breadcrumb ol li a {
  font-weight: 500;
  color: #4b5563;
}
.breadcrumb-bar-one .page-breadcrumb ol li.active {
  color: #1f2937;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-one .page-breadcrumb ol {
    font-size: 15px;
  }
}
.breadcrumb-bar-one .page-breadcrumb .breadcrumb a:hover {
  color: #09e5ab;
}
.breadcrumb-bar-one .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  font-weight: 500;
  color: #1f2937;
  padding-left: 10px;
}
.breadcrumb-bar-one .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "feather";
  float: left;
  padding-right: 10px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 600;
}

.sort-by {
  float: right;
}

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

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

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

.custom_check {
  color: #666;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_check input:checked ~ .checkmark {
  background-color: #ffffff;
}
.custom_check input:checked ~ .checkmark:after {
  display: block;
}
.custom_check .checkmark {
  height: 20px;
  width: 20px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  color: #0de0fe;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 4px;
}

.custom_radio {
  color: #555;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 15px;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
}
.custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.custom_radio .checkmark {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.custom_radio .checkmark:after {
  display: block;
  content: "";
  opacity: 0;
  width: 12px;
  height: 12px;
  background: #ff9b44;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 3px;
  left: 3px;
}

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

.filter-widget {
  margin-bottom: 20px;
}
.filter-widget h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.filter-widget .custom_check {
  line-height: 18px;
}

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

@media (max-width: 767.98px) {
  .doctor-widget {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.doctor-widget .doc-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 767.98px) {
  .doctor-widget .doc-name {
    font-size: 18px;
  }
}
.doctor-widget .rating i {
  font-size: 14px;
}
.doctor-widget .average-rating {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .doc-info-left {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}
@media (max-width: 767.98px) {
  .doc-info-right {
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.doctor-img {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 20px;
  width: 150px;
}
@media (max-width: 767.98px) {
  .doctor-img {
    margin: 0 auto 20px;
  }
}
.doctor-img img {
  border-radius: 5px;
}

.doc-department {
  color: #20c0f3;
  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;
}
.doc-location a {
  color: #09e5ab;
  font-weight: 500;
}

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

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

.clinic-services {
  color: #272b41;
  font-size: 13px;
}
@media (max-width: 767.98px) {
  .clinic-services {
    display: none;
  }
}
.clinic-services span {
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
}
.clinic-services span + span {
  margin-left: 5px;
}

.clini-infos {
  margin-bottom: 15px;
}
.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: 20px;
}

.clinic-booking a {
  background-color: #ffffff;
  border: 2px solid #20c0f3;
  color: #20c0f3;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
}
.clinic-booking a + a {
  margin-top: 15px;
}
.clinic-booking a.view-pro-btn:hover, .clinic-booking a.view-pro-btn:focus {
  background: #20c0f3;
  color: #ffffff;
}
.clinic-booking a.apt-btn {
  background: #20c0f3;
  color: #ffffff;
}
@media (max-width: 479.98px) {
  .clinic-booking a.apt-btn {
    width: 100%;
  }
}
.clinic-booking a.apt-btn:hover, .clinic-booking a.apt-btn:focus {
  background-color: #0db9f2;
  border-color: #0db9f2;
  color: #ffffff;
}
@media (max-width: 479.98px) {
  .clinic-booking a.view-pro-btn {
    width: 100%;
    margin-bottom: 15px;
  }
}

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

.filter-contents {
  border: 2px solid #f3f4f6;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .filter-contents {
    margin-bottom: 24px;
  }
}

.filter-header {
  background: #f2f6f6;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 20px;
}
.filter-header .filter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.filter-details {
  padding: 20px;
}

.filter-grid {
  padding-bottom: 25px;
}
.filter-grid h4 {
  margin-bottom: 0;
}
.filter-grid h4 a {
  font-weight: 600;
  font-size: 16px;
  color: #1f2937;
  position: relative;
}
.filter-grid h4 a:hover {
  color: #272B41;
}
.filter-grid h4 a::before {
  content: "\e92e";
  font-family: "feather";
  color: #1f2937;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 0;
  line-height: normal;
}
.filter-grid h4 a:not(.collapsed)::before {
  content: "\e931";
  font-family: "feather";
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-collapse {
  padding-top: 20px;
}
.filter-collapse ul {
  padding: 0;
  margin: 0;
  list-style: 0;
}
.filter-collapse ul li {
  display: block;
  margin-bottom: 10px;
}
.filter-collapse ul li:last-child {
  margin-bottom: 0;
}
.filter-collapse ul li .custom_check {
  padding-left: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b7280;
  margin-bottom: 0;
}
.filter-collapse ul li .custom_check.custom_check .checkmark {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  height: 17px;
  width: 17px;
  top: 3px;
}
.filter-collapse ul li .custom_check input:checked ~ .checkmark {
  background: #ffffff;
  border-color: #0e82fd;
}
.filter-collapse ul li .custom_check .checkmark::after {
  content: "";
  background: #0e82fd;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  border-radius: 3px;
}
.filter-collapse ul li .custom_check .online-icon {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 5px;
}

.rating_custom_check {
  width: 100%;
}
.rating_custom_check .rating {
  width: 100%;
}
.rating_custom_check .rating .rating-count {
  font-weight: 500;
  float: right;
  color: #9ca3af;
}

.filter-content-slider p {
  color: #1f2937;
  margin-bottom: 15px;
}
.filter-content-slider p span {
  float: right;
}

.price-wrapper {
  margin: 15px 0 0;
  font-size: 14px;
}
.price-wrapper h6 {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 0;
}
.price-wrapper h6 span {
  font-weight: 600;
  color: #1f2937;
}

.slider-wrapper .ui-slider-handle {
  background: #0e82fd;
  border: 0;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(124, 124, 124, 0.25);
  width: 18px;
  height: 18px;
  box-shadow: 0 0px 0px 4px #0e82fd;
  width: 12px;
  height: 12px;
  background: #ffffff;
  margin: 0;
}

#price-range.ui-slider-horizontal {
  height: 6px;
  border: 0;
  border-radius: 25px;
  background: #E9ECF1;
}

.ui-widget-header {
  background: #0e82fd;
}

.filter-btn .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 7px 15px;
  border-radius: 6px;
}

.doctor-filter-info {
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .doctor-filter-info {
    display: none;
  }
}

.doctors-found {
  padding-bottom: 12px;
}
.doctors-found p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.doctors-found p span {
  color: #1f2937;
}
@media (max-width: 1399.98px) {
  .doctors-found p {
    font-size: 14px;
  }
}

.doctor-filter-availability p {
  font-weight: 600;
  color: #4b5563;
  margin-right: 6px;
  margin-bottom: 0;
}

.doctor-filter-option {
  flex-shrink: 0;
}

.doctor-filter-sort {
  padding-right: 15px;
}
.doctor-filter-sort:last-child {
  padding-right: 0;
}
.doctor-filter-sort p {
  color: #8c97b0;
  margin-right: 15px;
  margin-bottom: 0;
}
.doctor-filter-sort .filter-today {
  margin-right: 0;
}
.doctor-filter-sort .filter-today i {
  font-size: 18px;
  margin-right: 10px;
}
.doctor-filter-sort .nav li {
  margin-right: 8px;
}
.doctor-filter-sort .nav li:last-child {
  margin-right: 0;
}
.doctor-filter-sort .nav li a {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 2px solid #f3f4f6;
  border-radius: 7px;
  color: #6b7280;
}
.doctor-filter-sort .nav li a:hover {
  background: #0e82fd;
  border: 2px solid #0e82fd;
  color: #ffffff;
}
.doctor-filter-sort .nav li a:hover img {
  filter: invert(1) brightness(100);
}
.doctor-filter-sort .nav li a.active {
  background: #0e82fd;
  border: 2px solid #0e82fd;
  color: #ffffff;
}
.doctor-filter-sort .nav li a.active img {
  filter: invert(1) brightness(100);
}

.doctor-filter-select {
  width: 94px;
}
.doctor-filter-select .select2-container .select2-selection--single {
  background-color: #f2f6f6;
  border: 1px solid #f3f4f6;
  height: 32px;
}
.doctor-filter-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 10px;
  font-weight: 600;
  color: #1f2937;
}
.doctor-filter-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.doctor-card {
  border: 2px solid #f3f4f6;
  border-radius: 10px;
}

.doctor-widget-one .doc-name {
  margin-bottom: 4px;
  font-size: 20px;
}
.doctor-widget-one .doc-name a {
  color: #1f2937;
}
.doctor-widget-one .doc-name i {
  margin-left: 8px;
  font-size: 16px;
  color: #22c550;
}
@media (max-width: 991.98px) {
  .doctor-widget-one .doc-name {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one {
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-info-left {
    flex-direction: column;
  }
}
.doctor-widget-one .doctor-img {
  -ms-flex: 0 0 164px;
  flex: 0 0 164px;
  margin-right: 20px;
  width: 164px;
  height: 164px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.doctor-widget-one .doctor-img img {
  width: 164px;
  height: 164px;
  border-radius: 10px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.doctor-widget-one .doctor-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doctor-img {
    margin: 0 auto 20px;
    padding: 0;
  }
}
.doctor-widget-one .favourite-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.doctor-widget-one .favourite-btn .favourite-icon {
  background-color: #ffffff;
  border: 1px solid #edf1f1;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50px;
  color: #9ca3af;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.doctor-widget-one .favourite-btn .favourite-icon:hover {
  color: #fb1612;
}
.doctor-widget-one .favourite-btn .favourite-icon.favourite {
  animation: size 0.4s;
  color: #ff3333;
}
.doctor-widget-one .doc-speciality {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 20px;
}
.doctor-widget-one .clinic-details {
  padding-bottom: 14px;
}
.doctor-widget-one .doc-info-cont .reviews-ratings p {
  font-size: 12px;
}
.doctor-widget-one .doc-info-cont .reviews-ratings p span {
  font-size: 14px;
  margin: 0 4px 0 0;
  padding: 2px 5px;
}
.doctor-widget-one .doc-location {
  font-weight: 500;
  margin-bottom: 14px;
}
.doctor-widget-one .doc-location:last-child {
  margin-bottom: 0;
}
.doctor-widget-one .doc-location span {
  color: #1f2937;
  margin-right: 3px;
}
.doctor-widget-one .doc-location i {
  margin-right: 10px;
  font-size: 18px;
  color: #9ca3af;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-location i {
    margin: 0 0 5px 0;
    padding: 0;
  }
}
.doctor-widget-one .doc-location a {
  font-weight: 500;
  color: #0e82fd;
  margin-left: 8px;
}
.doctor-widget-one .doc-location a:hover {
  color: #000000;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-location {
    flex-direction: column;
  }
}
.doctor-widget-one .doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .doctor-widget-one .doc-info-right {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-info-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.doctor-widget-one .doc-info-details {
  margin-left: auto;
  max-width: 230px;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .doc-info-details {
    margin: 0 auto 0;
    padding: 0;
  }
}
.doctor-widget-one .clini-infos {
  margin-bottom: 15px;
}
.doctor-widget-one .clini-infos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doctor-widget-one .clini-infos ul li {
  color: #6b7280;
  margin-bottom: 8px;
}
.doctor-widget-one .clini-infos ul li:last-child {
  margin-bottom: 0;
}
.doctor-widget-one .clini-infos ul li .available-date {
  border-radius: 5px;
  padding: 3px 15px;
  font-weight: normal;
}
.doctor-widget-one .clini-infos ul li .available-today {
  background: #dcfce5;
  color: #22c550;
  font-weight: 500;
}
.doctor-widget-one .clini-infos ul li .available-tomorrow {
  background: #fff6d8;
  color: #f3db00;
}
.doctor-widget-one .clini-infos ul li .available-icon {
  font-size: 18px;
  color: #9ca3af;
  margin-right: 10px;
}
.doctor-widget-one .clini-infos ul li .votes {
  font-size: 12px;
  color: #9ca3af;
  margin-left: 5px;
}
.doctor-widget-one .clini-infos ul li .available-info-icon {
  font-size: 14px;
  color: #9ca3af;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .doctor-widget-one .clini-infos ul li {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .doctor-widget-one .clini-infos {
    margin: 20px 0 15px 0;
    padding: 0;
  }
}
.doctor-widget-one .clinic-booking .btn {
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #09e5ab;
  padding: 6px 15px;
}
.doctor-widget-one .clinic-booking .btn-primary-light {
  color: #09e5ab;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #09e5ab;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  margin-top: 8px;
}
.doctor-widget-one .clinic-booking .btn-primary-light:hover {
  color: #ffffff;
  background: #09e5ab;
  box-shadow: inset 0 0 0 50px #09e5ab;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary {
  color: #fff;
  background-color: #0e82fd;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #fff;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary:hover {
  color: #0e82fd;
  background-color: #ffffff;
  border-color: #0e82fd;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary-light {
  color: #0e82fd;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #0e82fd;
  border: 2px solid #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.doctor-widget-one .clinic-booking.book-appoint .btn-primary-light:hover {
  color: #fff;
  background-color: #0e82fd;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #fff;
}

.doctor-profile-widget.doc-grid {
  margin-bottom: 24px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .doctor-profile-img {
  margin: 15px 15px 0;
}
.doctor-profile-widget.doc-grid .doc-pro-img .doctor-profile-img img {
  border-radius: 10px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .favourite-btn {
  top: 15px;
  right: 25px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .reviews-ratings {
  position: absolute;
  top: 15px;
  left: 25px;
}
.doctor-profile-widget.doc-grid .doc-pro-img .reviews-ratings p span {
  min-width: 52px;
  font-size: 14px;
  margin: 0;
  padding: 2px 3px;
}
.doctor-profile-widget.doc-grid .doc-content {
  padding: 15px;
}
.doctor-profile-widget.doc-grid .doc-content .review-price p {
  font-weight: 500;
  font-size: 18px;
  color: #28283c;
}
.doctor-profile-widget.doc-grid .doc-content .review-price p span {
  font-size: 13px;
  color: #6b7280;
}
@media (max-width: 1399.98px) {
  .doctor-profile-widget.doc-grid .doc-content .review-price p {
    font-size: 14px;
  }
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name {
  width: 100%;
  overflow: hidden;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 2px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 a {
  margin-right: 6px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-name h4 i {
  color: #22c550;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p {
  margin-bottom: 10px;
  font-size: 14px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p:last-child {
  margin-bottom: 0;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p i {
  color: #9ca3af;
  font-size: 18px;
}
.doctor-profile-widget.doc-grid .doc-content .doc-pro-location p span {
  color: #1f2937;
  margin-right: 2px;
}
.doctor-profile-widget.doc-grid .favourite-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon {
  background-color: #ffffff;
  border: 1px solid #edf1f1;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50px;
  color: #484848;
  -webkit-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon:hover {
  color: #fb1612;
}
.doctor-profile-widget.doc-grid .favourite-btn .favourite-icon.favourite {
  animation: size 0.4s;
  color: #ff3333;
}

.filter-collapse .more-view {
  color: #0e82fd;
}

.more-view {
  color: #0e82fd;
  font-size: 14px;
  font-weight: 500;
}

.fill-more {
  height: 97px;
  overflow: hidden;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 10px !important;
}

.apply-btn .btn-primary {
  color: #fff;
  background-color: #0e82fd;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
  display: grid;
}
.apply-btn .btn-primary:hover {
  color: #0e82fd;
  background-color: #ffffff;
  border-color: #0e82fd;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.apply-btn .btn-outline-primary {
  color: #0e82fd;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #0e82fd;
  border: 2px solid #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  display: grid;
}
.apply-btn .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #0e82fd;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
}

.map-right {
  height: 100%;
  min-height: 100%;
  padding-right: 30px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1029;
  display: none;
}
.map-right .available-info {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-right {
    position: static;
    height: 450px;
  }
}
.map-right.grid-list-map {
  display: block;
  padding-right: 0px;
  top: 80px;
}

.map-listing {
  height: 50vh;
  width: 100%;
}
.map-listing .profile-widget {
  width: 320px;
  padding: 0;
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .map-listing {
    height: 450px;
  }
}

@media (max-width: 767.98px) {
  .product-cont {
    text-align: start;
  }
}
.search-page {
  overflow-x: hidden;
}

#calendar-events {
  background-color: #fcfcfc;
}

.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}
.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #ffffff;
}
.calendar-events i {
  margin-right: 8px;
}

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

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}
@media (max-width: 479.98px) {
  .fc-toolbar.fc-header-toolbar .fc-right {
    margin-bottom: 10px;
  }
}
@media (max-width: 479.98px) {
  .fc-toolbar.fc-header-toolbar .fc-left {
    margin-bottom: 10px;
  }
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:hover, .fc-toolbar button:focus {
  z-index: 0;
}

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

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

.fc-day {
  background: #ffffff;
}

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

.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-unthemed .fc-today {
  background: #ffffff;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px 5px;
}
.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;
}

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

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

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

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

.fc-state-down, .fc-state-active, .fc-state-disabled {
  background-color: #20c0f3 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-event {
  border: none;
  color: #ffffff !important;
  cursor: move;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  margin: 1px 7px;
  padding: 5px 5px;
}

.event-form .input-group .form-control {
  height: 40px;
}

@media (max-width: 479.98px) {
  .fc-day-header span {
    font-size: 10px;
  }
}
.comp-header {
  margin-bottom: 1.875rem;
}
.comp-header .comp-title {
  color: #272b41;
}

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

@media (max-width: 575.98px) {
  .progress-lg .page-link {
    font-size: 16px;
    padding: 0.5rem 0.625rem;
  }
}

.progress.progress-sm {
  height: 6px;
}
.progress.progress-md {
  height: 8px;
}
.progress.progress-lg {
  height: 18px;
}

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

@media (max-width: 575.98px) {
  .pagination-lg .page-link {
    font-size: 16px;
    padding: 0.5rem 0.625rem;
  }
}

.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;
  background-color: #ffffff;
  position: relative;
  margin: 0 0 30px;
  padding: 70px 0;
}
.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 .service-upload input[type=file] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.upload-wrap li {
  margin: 10px;
  list-style: none;
}
.upload-wrap li:first-child {
  margin-left: 0;
}

@media (max-width: 575.98px) {
  .custom-components {
    margin-bottom: 10px;
  }
}
.terms-section {
  padding: 40px 0;
  background-color: #fafafa;
}
@media (max-width: 991.98px) {
  .terms-section {
    padding: 40px 0;
  }
}

.terms-content {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .terms-content {
    padding: 0 15px;
  }
}

.terms-header {
  margin: 30px;
  text-align: center;
}
.terms-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #272b41;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .terms-header h2 {
    font-size: 26px;
  }
}
.terms-header p {
  font-size: 20px;
  color: #666;
  margin-bottom: 5px;
}

.terms-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #272b41;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .terms-body h3 {
    font-size: 24px;
  }
}
.terms-body h4 {
  font-size: 18px;
  font-weight: 500;
  color: #272b41;
  margin-bottom: 10px;
  margin-top: 20px;
}
.terms-body p {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}
.terms-body ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.terms-body ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

.account-card {
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px;
  padding: 10px;
}
.account-card span {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.info-list {
  margin-bottom: 10px;
}
.info-list .title {
  color: #272b41;
  font-weight: 500;
}
.info-list .text {
  color: #757575;
  display: block;
  overflow: hidden;
}

.account-details-box {
  background: #0f172a;
  padding: 24px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.account-details-box .account-payment-info h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #334155;
}
.account-details-box .account-payment-info .payment-amount {
  margin-bottom: 24px;
}
.account-details-box .account-payment-info .payment-amount h6 {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}
.account-details-box .account-payment-info .payment-amount h6 i {
  margin-right: 8px;
}
.account-details-box .account-payment-info .payment-amount h6 i.text-orange {
  color: #F97316;
}
.account-details-box .account-payment-info .payment-amount h6 i.text-pink {
  color: #DB2777;
}
.account-details-box .account-payment-info .payment-amount span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.account-details-box .account-payment-info .payment-request span {
  display: block;
  font-size: 14px;
  color: #64748B;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .bank-details-info {
    margin-top: 24px;
  }
}
.bank-details-info h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}
.bank-details-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bank-details-info ul li {
  margin-right: 15px;
  margin-bottom: 20px;
}
.bank-details-info ul li:last-child {
  margin-right: 0;
}
.bank-details-info ul li h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.bank-details-info ul li h6 {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}
.bank-details-info .edit-detail-link {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.bank-details-info .edit-detail-link a {
  color: #0e82fd;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
}

.accounts-tab {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E8F0;
}
.accounts-tab .nav-tabs-bottom .nav-link {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 5px 20px;
  color: #334155;
  margin-right: 15px;
}
.accounts-tab .nav-tabs-bottom .nav-link.active {
  background: #0e82fd;
  color: #ffffff;
}
.accounts-tab .nav-tabs-bottom .nav-link:hover {
  background: #0e82fd;
  color: #ffffff;
}

.custom-new-table {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.custom-new-table .table-responsive {
  border-radius: 10px;
}
.custom-new-table .table-responsive .table thead tr th {
  border: 0;
  background: #e2e8f0;
  padding: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.custom-new-table .table-responsive .table tbody tr {
  border: 0;
}
.custom-new-table .table-responsive .table tbody tr td {
  border-bottom: 1px solid #e2e8f0;
  padding: 12px;
  font-size: 14px;
  white-space: nowrap;
}
.custom-new-table .table-responsive .table tbody tr td span.text-blue {
  color: #0e82fd;
}
.custom-new-table .table-responsive .table tbody tr td span.text-blue:hover {
  color: #1e293b;
}
.custom-new-table .table-responsive .table tbody tr td span.badge {
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}
.custom-new-table .table-responsive .table tbody tr td span.badge.badge-warning-bg {
  background: #eaab08;
}
.custom-new-table .table-responsive .table tbody tr td span.badge.badge-success-bg {
  background: #14b8a6;
}
.custom-new-table .table-responsive .table tbody tr td span.badge.badge-danger-bg {
  background: #EF444E;
}
.custom-new-table .table-responsive .table tbody tr td .table-avtatar a {
  display: inline-flex;
  align-items: center;
}
.custom-new-table .table-responsive .table tbody tr td .table-avtatar a img {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 12px;
}
.custom-new-table .table-responsive .table tbody tr td .account-action {
  border: 1px solid #E2E8F0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
}
.custom-new-table .table-responsive .table tbody tr td .account-action:hover {
  background: #0e82fd;
  color: #ffffff;
}
.custom-new-table .table-responsive .table tbody tr:last-child td {
  border: 0;
}

.input-block-new {
  margin-bottom: 24px;
}

.modal-header h5 {
  display: inline-flex;
  align-items: center;
}
.modal-header h5 .request-id {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.modal-header h5 .badge {
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.modal-header h5 .badge.badge-success-bg {
  background: #14b8a6;
}
.modal-header h5 .badge.badge-danger-bg {
  background: #EF444E;
}

.other-accounts-info > ul > li {
  border: 1px solid #e2e8f0;
  padding: 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 15px;
}
.other-accounts-info > ul > li ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .other-accounts-info > ul > li ul {
    flex-direction: column;
    align-items: start;
  }
}
.other-accounts-info > ul > li ul li {
  margin-bottom: 15px;
}
.other-accounts-info > ul > li ul li:first-child {
  flex-basis: 16%;
}
.other-accounts-info > ul > li ul li:nth-child(2) {
  flex-basis: 27%;
}
.other-accounts-info > ul > li ul li:nth-child(3) {
  flex-basis: 12%;
}
.other-accounts-info > ul > li ul li:nth-child(4) {
  flex-basis: 25%;
}
.other-accounts-info > ul > li ul li:last-child {
  flex-basis: 20%;
  text-align: right;
}
@media (max-width: 991.98px) {
  .other-accounts-info > ul > li ul li {
    flex-basis: auto !important;
  }
}
.other-accounts-info > ul > li ul li h6 {
  margin-bottom: 5px;
}
.other-accounts-info > ul > li ul li span {
  color: #0f172a;
}
.other-accounts-info > ul > li ul li a {
  color: #0e82fd;
  font-weight: 500;
}

.completed-request ul {
  border: 1px solid #e2e8f0;
  padding: 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.completed-request ul li {
  margin-bottom: 15px;
}
.completed-request ul li h6 {
  margin-bottom: 5px;
}
.completed-request ul li span {
  color: #0f172a;
}
.completed-request ul li span.text-blue {
  color: #0e82fd;
}
.completed-request .bank-detail {
  padding: 24px 24px 9px;
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 24px;
}
.completed-request .bank-detail h4 {
  margin-bottom: 15px;
}
.completed-request .bank-detail .accont-information {
  margin-bottom: 15px;
}
.completed-request .bank-detail .accont-information h6 {
  margin-bottom: 5px;
}
.completed-request .bank-detail .accont-information span {
  color: #0f172a;
}
.completed-request .request-des {
  margin-bottom: 24px;
}
.completed-request .request-des h4 {
  margin-bottom: 15px;
}
.completed-request .request-des p {
  color: #0f172a;
  margin-bottom: 0;
}

.canceled-user-info {
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .canceled-user-info {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .canceled-user-info .email-info ul {
    margin-top: 15px;
  }
}
.canceled-user-info .email-info ul li {
  color: #1e293b;
  display: flex;
  align-items: center;
}
.canceled-user-info .email-info ul li i {
  margin-right: 5px;
}
.canceled-user-info .email-info ul li + li {
  margin-top: 5px;
}

.cancellation-fees {
  padding: 24px 24px 9px;
  background: #f8fafc;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cancellation-fees .cancellation-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cancellation-fees .cancellation-info {
    display: block;
  }
}
.cancellation-fees .cancellation-info .appointment-type {
  margin-right: 24px;
  margin-bottom: 15px;
}

.cancel-reason {
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.cancel-reason h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
.cancel-reason p {
  color: #1e293b;
  margin-bottom: 10px;
}

span.refund {
  color: #0e82fd;
  font-weight: 500;
}

.card.pass-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #ffffff;
}

.refund-status span {
  display: block;
}
.refund-status span + span {
  margin-top: 10px;
}

.pharmacy-body {
  font-family: "Instrument Sans", sans-serif;
}
.pharmacy-body .header .header-nav {
  justify-content: start;
  -webkit-justify-content: start;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.pharmacy-body .header .header-nav .logo {
  display: none;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav .logo {
    display: block;
  }
}
.pharmacy-body .header .header-nav .main-nav li a {
  font-size: 16px;
  color: #1e293b;
}
.pharmacy-body .header .header-nav .main-nav li a:hover {
  color: #0e82fd;
}
@media (max-width: 991.98px) {
  .pharmacy-body .header .header-nav .main-nav li a {
    color: #ffffff;
  }
}
.pharmacy-body .pharmacy-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  background: #ffffff;
}
.pharmacy-body .sidebar-overlay {
  z-index: 1;
}

.top-header {
  background-color: #e8f1ff;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .top-header {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .top-header .special-offer-content {
    padding-bottom: 10px;
  }
}
.top-header .special-offer-content p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 0;
}
.top-header .special-offer-content p span {
  color: #0f172a;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .top-header-right .nav {
    justify-content: start;
    -webkit-justify-content: start;
    margin-left: -10px;
  }
}
.top-header-right .nav li {
  display: flex;
  padding-right: 24px;
  margin-right: 20px;
  border-right: 1px solid #e5e7eb;
}
.top-header-right .nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
@media (max-width: 767.98px) {
  .top-header-right .nav li {
    padding-right: 0;
    margin-right: 15px;
    border-right: 0;
  }
}

.lang-dropdown {
  position: relative;
  margin-right: 20px;
}
.lang-dropdown:last-child {
  margin-right: 0;
}
.lang-dropdown .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  padding: 10px 10px;
  margin-right: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  position: relative;
  display: flex;
}
.lang-dropdown .dropdown-toggle:last-child {
  margin-right: 0;
}
.lang-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 8px !important;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.lang-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #334155;
  border-right: 2px solid #334155;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: -5px;
}
.lang-dropdown .dropdown-toggle:after:hover {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.lang-dropdown .dropdown-toggle .flag-img {
  margin-right: 10px;
  border-radius: 50px;
  width: 20px;
}
.lang-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.lang-dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.lang-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 10px 15px;
}
.lang-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 20px;
}
.lang-dropdown .dropdown-menu .dropdown-item:hover {
  color: #0e82fd;
}
.lang-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.log-register {
  background: #ffc001;
  border: 1px solid #ffc001;
  border-radius: 5px;
  padding: 6px 6px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  min-height: 35px;
  box-shadow: inset 0 0 0 0 transparent;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.log-register:hover {
  border-color: #ffc001;
  background: transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.log-register a:hover {
  color: #0f172a;
}
.log-register span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50px;
  background: #ffffff;
}

.cart-section {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 15px 0;
}
@media (max-width: 991.98px) {
  .cart-section {
    display: none;
  }
}

.cart-logo {
  width: 160px;
}

.cart-search form {
  width: 100%;
  float: left;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  padding: 5px;
}
.cart-search .enter-pincode {
  background: #f8fafc;
  padding: 10px;
  position: relative;
  width: 25%;
  float: left;
}
.cart-search .enter-pincode i {
  position: absolute;
  top: 50%;
  right: 0;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  color: #475569;
}
.cart-search .enter-pincode .form-control {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  background: transparent;
  min-height: auto;
  padding: 0 0 0 25px;
  border: 0;
  position: relative;
}
.cart-search .enter-pincode .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}
.cart-search .cart-search-input {
  width: 65%;
  float: left;
}
.cart-search .cart-search-input .form-control {
  font-size: 14px;
  color: #808080;
  background: transparent;
  min-height: auto;
  padding: 0 15px 0 24px;
  border: 0;
  position: relative;
}
.cart-search .cart-search-input .form-control::placeholder {
  font-size: 14px;
  color: #808080;
}
.cart-search .cart-search-btn {
  margin-left: auto;
}
.cart-search .cart-search-btn .btn {
  font-size: 16px;
  font-weight: 500;
  min-width: 45px;
  padding: 10px 10px;
  border-radius: 4px;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cart-search .cart-search-btn .btn:hover {
  color: #0e82fd;
  border-color: #0e82fd;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.shopping-cart-list .nav li {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #e5e7eb;
}
.shopping-cart-list .nav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.shopping-cart-amount .shopping-cart-icon {
  position: relative;
  margin-right: 12px;
}
.shopping-cart-amount .shopping-cart-icon span {
  background-color: #e11d48;
  border-radius: 50px;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: -2px;
  right: 0;
  padding: 0 5px;
}
.shopping-cart-amount .shopping-cart-content p {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}
.shopping-cart-amount .shopping-cart-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  margin: 0;
}

.browse-categorie {
  margin-right: 140px;
}
@media (max-width: 991.98px) {
  .browse-categorie {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .browse-categorie {
    display: none;
  }
}
.browse-categorie .categorie-dropdown .dropdown-toggle {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  min-width: 190px;
  padding: 10px 10px;
  margin-right: 0;
  background: #e0f2fe;
  border: 0;
  border-radius: 5px;
  position: relative;
  display: flex;
}
.browse-categorie .categorie-dropdown .dropdown-toggle:last-child {
  margin-right: 0;
}
.browse-categorie .categorie-dropdown .dropdown-toggle.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.browse-categorie .categorie-dropdown .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #334155;
  border-right: 2px solid #334155;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 0;
  position: absolute;
  top: 15px;
  right: 12px;
}
.browse-categorie .categorie-dropdown .dropdown-toggle:after:hover {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
.browse-categorie .categorie-dropdown .dropdown-toggle img {
  margin-right: 8px;
}
.browse-categorie .categorie-dropdown.show + .dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.browse-categorie .categorie-dropdown .dropdown-menu {
  border-radius: 5px;
  margin: 0;
  padding: 0;
  min-width: 190px;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: auto !important;
  right: 0 !important;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
}
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 10px 15px;
}
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 10px;
  width: 20px;
}
.browse-categorie .categorie-dropdown .dropdown-menu .dropdown-item:hover {
  color: #0e82fd;
}
.browse-categorie .categorie-dropdown .dropdown-toggle[aria-expanded=true]:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}

.pharmacy-banner {
  background: #004fff;
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pharmacy-shapes {
  position: relative;
}
@media (max-width: 991.98px) {
  .pharmacy-shapes {
    display: none;
  }
}
.pharmacy-shapes .pharmacy-shape-left {
  position: absolute;
  top: -50px;
  left: 0;
}
.pharmacy-shapes .pharmacy-shape-left .shape-six {
  position: absolute;
  top: 175px;
  left: 0;
}
.pharmacy-shapes .pharmacy-shape-right {
  position: absolute;
  top: -40px;
  right: -80px;
}
.pharmacy-shapes .pharmacy-shape-right .shape-eight {
  width: 700px;
}
.pharmacy-shapes .pharmacy-shape-right .shape-seven {
  position: absolute;
  top: -20px;
  right: 0;
}

.pharmacy-content {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .pharmacy-content {
    margin-bottom: 20px;
  }
}
.pharmacy-content h1 {
  font-weight: 700;
  font-size: 60px;
  color: #ffffff;
  max-width: 486px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .pharmacy-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 991.98px) {
  .pharmacy-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-content h1 {
    font-size: 30px;
  }
}
.pharmacy-content h4 {
  font-weight: 500;
  font-size: 36px;
  color: #fdca47;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .pharmacy-content h4 {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .pharmacy-content h4 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-content h4 {
    font-size: 24px;
  }
}
.pharmacy-content p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .pharmacy-content p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .pharmacy-content p {
    font-size: 16px;
  }
}

.pharmacy-banner-img {
  position: relative;
  z-index: 1;
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
@media (max-width: 991.98px) {
  .pharmacy-banner-img {
    display: none;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}

.pharmacy-btn .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 107px;
  padding: 11px 15px;
  background: #faf5ff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004fff;
  color: #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.pharmacy-btn .btn:hover {
  color: #ffffff;
  background: #004fff;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 50px #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .pharmacy-btn .btn {
    font-size: 14px;
  }
}

.welcome-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .welcome-section {
    padding: 40px 0 16px;
  }
}
@media (max-width: 767.98px) {
  .welcome-section {
    padding: 40px 0 20px;
  }
}

.welcome-grid {
  background: #f7fee7;
  border-radius: 10px;
  margin: 0 0 80px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .welcome-grid {
    margin: 0 0 40px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .welcome-grid {
    margin: 0 0 20px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info {
    margin: 0 0 20px;
  }
}
.welcome-grid .welcome-info .welcome-icon {
  margin-right: 15px;
  background: #ffffff;
  min-width: 70px;
  height: 70px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info .welcome-icon {
    display: none;
  }
}
.welcome-grid .welcome-info .welcome-content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info .welcome-content h5 {
    font-size: 20px;
  }
}
.welcome-grid .welcome-info .welcome-content p {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-info .welcome-content p {
    font-size: 14px;
  }
}
.welcome-grid .welcome-btn {
  float: right;
  position: relative;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-btn {
    float: left;
  }
}
.welcome-grid .welcome-btn .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 140px;
  padding: 11px 15px;
  background: #4338ca;
  border: 1px solid #4338ca;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.welcome-grid .welcome-btn .btn:hover {
  color: #4338ca;
  background: #ffffff;
  border-color: #4338ca;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .welcome-grid .welcome-btn .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.welcome-grid .welcome-shapes {
  position: relative;
}
@media (max-width: 991.98px) {
  .welcome-grid .welcome-shapes {
    display: none;
  }
}
.welcome-grid .welcome-shapes .welcome-shape-top {
  position: absolute;
  top: -40px;
  left: -30px;
}
.welcome-grid .welcome-shapes .welcome-shape-bottom {
  position: absolute;
  top: 42px;
  left: 50px;
}

.shop-card {
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .shop-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.shop-card .shop-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .shop-card .shop-content h5 {
    font-size: 18px;
  }
}
.shop-card .shop-content p {
  font-size: 12px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 15px;
}
.shop-card .shop-content h6 {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .shop-card .shop-content h6 {
    font-size: 14px;
  }
}
.shop-card .shop-content .btn {
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  min-width: 80px;
  padding: 4px 8px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004fff;
  color: #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.shop-card .shop-content .btn:hover {
  color: #ffffff;
  background: #004fff;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 50px #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.shop-card .shop-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .shop-card .shop-img {
    display: none;
  }
}

.suppliment-card {
  background: #ffede3;
}
.suppliment-card h5 span {
  color: #e5440e;
}
.suppliment-card .shop-content .btn {
  background: #e5440e;
  border: 1px solid #e5440e;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.suppliment-card .shop-content .btn:hover {
  color: #e5440e;
  background: #ffffff;
  border-color: #e5440e;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.freshner-card {
  background: #d6f8ff;
}
.freshner-card h5 span {
  color: #004fff;
}
.freshner-card .shop-content .btn {
  background: #004fff;
  border: 1px solid #004fff;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.freshner-card .shop-content .btn:hover {
  color: #004fff;
  background: #ffffff;
  border-color: #004fff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.product-worth-card {
  background: #f6eeff;
}
.product-worth-card h5 span {
  color: #601ca5;
}
.product-worth-card .shop-content .btn {
  background: #601ca5;
  border: 1px solid #601ca5;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.product-worth-card .shop-content .btn:hover {
  color: #601ca5;
  background: #ffffff;
  border-color: #601ca5;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.deals-section {
  background: #eef2ff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}
@media (max-width: 991.98px) {
  .deals-section {
    padding: 40px 0 20px;
  }
}

.pharmacy-section-header {
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .pharmacy-section-header .pharmacy-title {
    margin: 0 0 15px;
  }
}
.pharmacy-section-header .pharmacy-title h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0;
}
.pharmacy-section-header .pharmacy-title-link {
  float: right;
}
@media (max-width: 767.98px) {
  .pharmacy-section-header .pharmacy-title-link {
    float: left;
  }
}
.pharmacy-section-header .pharmacy-title-link a {
  font-size: 16px;
  font-weight: 600;
  color: #004fff;
}
@media (max-width: 767.98px) {
  .pharmacy-section-header .pharmacy-title-link a {
    font-size: 14px;
  }
}
.pharmacy-section-header .pharmacy-title-link a:hover {
  color: #4338ca;
}
.pharmacy-section-header .pharmacy-title-link a i {
  margin-left: 2px;
}

@media (max-width: 991.98px) {
  .deals-list .nav {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}
.deals-list .nav li {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .deals-list .nav li {
    width: 46%;
    margin: 0 10px;
  }
}
.deals-list .nav li:last-child {
  margin-right: 0;
}

.deals-grid {
  margin: 0 0 20px;
  text-align: center;
}
.deals-grid .deals-box {
  background: #ede9fe;
  border-radius: 24px;
  margin: 0 0 16px;
  padding: 24px;
  text-align: center;
  width: 150px;
  height: 138px;
}
@media (max-width: 1399.98px) {
  .deals-grid .deals-box {
    width: 130px;
  }
}
@media (max-width: 575.98px) {
  .deals-grid .deals-box {
    width: 100%;
  }
}
.deals-grid .deals-content a {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}
.deals-grid .deals-content a:hover {
  color: #004fff;
}

.categorie-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .categorie-section {
    padding: 40px 0 20px;
  }
}

.categorie-info {
  margin: 0 0 16px;
}

.categorie-grid {
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
  padding: 24px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .categorie-grid {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.categorie-grid .categorie-img {
  margin: 0 auto 15px;
  width: 90px;
}
.categorie-grid .categorie-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .categorie-grid .categorie-content h5 {
    font-size: 16px;
  }
}
.categorie-grid .categorie-content h5 a {
  color: #0f172a;
}
.categorie-grid .categorie-content h5 a:hover {
  color: #004fff;
}
.categorie-grid .categorie-content p {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0;
}

.categorie-card {
  margin: 0 0 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .categorie-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .categorie-card {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .categorie-card .categorie-details {
    margin: 0 0 15px;
  }
}
.categorie-card .categorie-details h4 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  max-width: 260px;
}
@media (max-width: 767.98px) {
  .categorie-card .categorie-details h4 {
    font-size: 22px;
  }
}
.categorie-card .categorie-details p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.categorie-card .categorie-btn {
  position: relative;
  z-index: 1;
}
.categorie-card .categorie-btn .btn {
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  min-width: 140px;
  padding: 9px 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004fff;
  color: #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .categorie-card .categorie-btn .btn {
    padding: 8px 15px;
  }
}
.categorie-card .categorie-btn .btn:hover {
  color: #ffffff;
  background: #004fff;
  border-color: #004fff;
  box-shadow: inset 0 0 0 50px #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.categorie-card .categorie-btn .btn:hover img {
  filter: invert(1) brightness(1000);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.categorie-card .categorie-shapes {
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .categorie-card .categorie-shapes {
    display: none;
  }
}
.categorie-card .categorie-shapes .categorie-shape-top {
  position: relative;
  top: -40px;
  right: 160px;
}
.categorie-card .categorie-shapes .categorie-shape-bottom {
  position: relative;
  top: 40px;
  right: 280px;
}

.cash-card {
  background: #2dd4bf;
}
.cash-card .categorie-btn .btn {
  min-width: 130px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004fff;
  color: #2dd4bf;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cash-card .categorie-btn .btn:hover {
  color: #ffffff;
  background: #004fff;
  border-color: #004fff;
  box-shadow: inset 0 0 0 50px #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.cash-card .categorie-btn .btn img {
  margin-right: 5px;
}

.sale-card {
  background: #7e22ce;
}
.sale-card .categorie-btn .btn {
  min-width: 150px;
  background: #e8f1ff;
  border: 1px solid #e8f1ff;
  box-shadow: inset 0 0 0 0 #004fff;
  color: #7e22ce;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.sale-card .categorie-btn .btn:hover {
  color: #ffffff;
  background: #004fff;
  border-color: #004fff;
  box-shadow: inset 0 0 0 50px #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.sale-card .categorie-btn .btn img {
  margin-left: 5px;
}
.sale-card .categorie-btn .btn img:hover {
  filter: invert(1) brightness(1000);
}

.seller-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.seller-section .seller-info {
  border-top: 1px solid #e5e7eb;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .seller-section .seller-info {
    padding: 40px 0 20px;
  }
}

.seller-card {
  background: #7e22ce;
  margin: 0 0 24px;
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .seller-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.seller-card .seller-content {
  text-align: center;
  margin: 0 0 40px;
}
.seller-card .seller-content h6 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  background: #fed78a;
  border-radius: 10px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.seller-card .seller-content h4 {
  font-size: 36px;
  font-weight: 600;
  color: #f8fafc;
  max-width: 190px;
  margin: 0 auto 15px;
}
@media (max-width: 991.98px) {
  .seller-card .seller-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .seller-card .seller-content h4 {
    font-size: 20px;
  }
}
.seller-card .seller-content .btn {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  min-width: 145px;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #004fff;
  color: #7e22ce;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .seller-card .seller-content .btn {
    padding: 8px 15px;
  }
}
.seller-card .seller-content .btn:hover {
  color: #ffffff;
  background: #004fff;
  border-color: #004fff;
  box-shadow: inset 0 0 0 50px #004fff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.seller-card .seller-time {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .seller-card .seller-time {
    margin-bottom: 0;
  }
}
.seller-card .seller-time .nav {
  padding: 0 15px;
}
@media (max-width: 1399.98px) {
  .seller-card .seller-time .nav {
    padding: 0 10px;
  }
}
.seller-card .seller-time .nav li {
  background: #ffffff;
  padding: 10px;
  margin-right: 4px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  width: 61px;
  margin-bottom: 8px;
}
@media (max-width: 1399.98px) {
  .seller-card .seller-time .nav li {
    width: 58px;
    margin-right: 3px;
  }
}
.seller-card .seller-time .nav li:last-child {
  margin-right: 0;
}
.seller-card .seller-time .nav li::after {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #7e22ce;
}
.seller-card .seller-time .nav li h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .seller-card .seller-time .nav li h5 {
    font-size: 18px;
  }
}
.seller-card .seller-time .nav li p {
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.seller-card .seller-img img {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .seller-card .seller-img img {
    display: none;
  }
}

.seller-title {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .seller-title {
    margin-bottom: 20px;
  }
}
.seller-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .seller-title h4 {
    font-size: 18px;
  }
}

.seller-grid {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  margin: 0 0 24px;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .seller-grid {
    margin: 0 0 20px;
    padding: 10px;
  }
}
.seller-grid .seller-icon {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  padding: 10px;
  border-radius: 10px;
  background: #f8fafc;
}
.seller-grid .seller-text {
  overflow: hidden;
}
.seller-grid .seller-text h6 {
  font-size: 14px;
  font-weight: 500;
  color: #0e82fd;
  margin-bottom: 4px;
}
.seller-grid .seller-text h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.seller-grid .seller-text h5 a {
  color: #0f172a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.seller-grid .seller-text h5 a:hover {
  color: #004fff;
}
.seller-grid .seller-text p {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0;
}
.seller-grid .seller-text p span {
  font-size: 14px;
  color: #d1d5db;
  font-weight: 500;
  text-decoration: line-through;
}

.trusted-section {
  background: #f8fafc;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
}
@media (max-width: 991.98px) {
  .trusted-section {
    padding: 40px 0;
  }
}
.trusted-section .partners-slider li a {
  background: transparent;
  border: 0;
  padding: 10px;
  text-align: center;
  height: initial;
  border-radius: 0;
}
.trusted-section .partners-slider li a img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.trusted-section .partners-slider li a img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.trusted-info {
  margin: 0 0 60px;
}
@media (max-width: 991.98px) {
  .trusted-info {
    padding: 0 0 40px;
  }
}
.trusted-info .trusted-img {
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-img {
    display: none;
  }
}
.trusted-info .trusted-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-content h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .trusted-info .trusted-content h4 {
    font-size: 24px;
  }
}
.trusted-info .trusted-text {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-text {
    margin-bottom: 20px;
  }
}
.trusted-info .trusted-text h6 {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .trusted-info .trusted-text h6 {
    font-size: 16px;
  }
}
.trusted-info .trusted-text h6 i {
  font-size: 20px;
  color: #4338ca;
  margin-right: 10px;
}
.trusted-info .trusted-text p {
  font-size: 14px;
  color: #808080;
  max-width: 500px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .trusted-info .trusted-text p {
    max-width: inherit;
  }
}
.trusted-info .trusted-btn .btn {
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  min-width: 130px;
  padding: 11px 15px;
  background: #4338ca;
  border: 1px solid #4338ca;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.trusted-info .trusted-btn .btn:hover {
  color: #4338ca;
  background: #ffffff;
  border-color: #4338ca;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .trusted-info .trusted-btn .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.trusted-info .trusted-btn .btn i {
  margin-left: 6px;
  font-size: 18px;
}

.review-section {
  background: #002578;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .review-section {
    padding: 40px 0;
  }
}
.review-section .review-big-img {
  -webkit-animation: float 2s ease-in-out infinite;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .review-section .review-big-img {
    display: none;
  }
}

.review-grid {
  margin: 0 0 40px;
}
.review-grid:last-child {
  margin: 0;
}
.review-grid .review-img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .review-grid .review-img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.review-grid .review-img img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .review-grid .review-img img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.review-grid .review-content .rating {
  margin-bottom: 5px;
}
.review-grid .review-content .rating i {
  color: #ff8a00;
}
.review-grid .review-content p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .review-grid .review-content p {
    font-size: 14px;
  }
}
.review-grid .review-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .review-grid .review-content h5 {
    font-size: 16px;
  }
}

.news-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .news-section {
    padding: 40px 20px;
  }
}

.news-grid {
  border-radius: 0px 0px 10px 10px;
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
}
@media (max-width: 991.98px) {
  .news-grid {
    margin: 0 0 20px;
  }
}
.news-grid .news-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.news-grid .news-image img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  border-radius: 10px 10px 0px 0px;
}
.news-grid .news-image a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.news-grid .news-image .news-date {
  position: absolute;
  bottom: 0;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 10px;
  margin: 24px;
  width: 58px;
  height: 58px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .news-grid .news-image .news-date {
    margin: 20px;
  }
}
.news-grid .news-image .news-date h5 {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-grid .news-image .news-date h5 {
    font-size: 20px;
  }
}
.news-grid .news-image .news-date p {
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0;
}
.news-grid .news-content {
  padding: 24px;
}
@media (max-width: 991.98px) {
  .news-grid .news-content {
    padding: 20px;
  }
}
.news-grid .news-content .nav {
  margin-bottom: 15px;
}
.news-grid .news-content .nav li {
  margin-right: 15px;
  margin-bottom: 5px;
}
.news-grid .news-content .nav li:last-child {
  margin-right: 0;
}
.news-grid .news-content .nav li p {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0;
}
.news-grid .news-content .nav li p img {
  margin-right: 4px;
}
.news-grid .news-content .news-title {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .news-grid .news-content .news-title {
    font-size: 16px;
  }
}
.news-grid .news-content .news-title a {
  color: #0f172a;
}
.news-grid .news-content .news-title a:hover {
  color: #004fff;
}

.products-sec {
  background: #f8fafc;
  padding: 80px 0 40px;
}
@media (max-width: 991.98px) {
  .products-sec {
    padding: 40px 0 20px;
  }
}
.products-sec.recent-product-sec {
  background: #ffffff;
}

.products-card {
  border: 1px solid #e4e4e7;
  background: #ffffff;
  margin: 0 0 40px;
  padding: 24px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .products-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.products-card .product-card-img {
  margin-bottom: 15px;
  border: 1px solid #f1f5f9;
  border-radius: 10px;
  text-align: center;
  min-height: 250px;
  overflow: hidden;
}
.products-card .product-card-img img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.products-card .product-card-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
@media (max-width: 1399.98px) {
  .products-card .product-card-img {
    min-height: 220px;
  }
}
.products-card .product-content h6 {
  color: #0e82fd;
  font-size: 14px;
  margin-bottom: 5px;
}
.products-card .product-content p {
  color: #334155;
  margin-bottom: 0;
}
.products-card .product-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.products-card .product-content h4 a {
  color: #0f172a;
}
.products-card .product-content h4 a:hover {
  color: #004fff;
}
@media (max-width: 1399.98px) {
  .products-card .product-content h4 {
    font-size: 18px;
  }
}
.products-card .product-content .badge {
  background: #fed78a;
  border-radius: 10px;
  font-size: 14px;
  color: #0f172a;
  font-weight: 700;
}
.products-card .product-content h5 {
  font-size: 14px;
  margin-bottom: 0;
  color: #334155;
}
.products-card .product-content h5 span {
  color: #334155;
  font-weight: 700;
}
.products-card .product-content .sticker {
  border-radius: 0px 10px 10px 0px;
  background: #b91c25;
  padding: 8px 10px;
  display: inline-block;
  line-height: normal;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 24px;
}
.products-card .product-content .product-cart {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #f1f5f9;
}
.products-card .product-content .product-cart .cart-price h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #0f172a;
}
.products-card .product-content .product-cart .cart-price h5 span {
  font-size: 14px;
  color: #d1d5db;
  font-weight: 500;
  display: block;
  margin-top: 3px;
  text-decoration: line-through;
}
.products-card .product-content .product-cart .cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e4e4e7;
  color: rgb(15, 23, 42);
}
.products-card .product-content .product-cart .cart-icon:hover {
  background: #0e82fd;
  color: #ffffff;
}
.products-card .product-content .product-cart .cart-icon.check-icon {
  background: #10b981;
  color: #ffffff;
}
.products-card .product-content .product-cart .cart-count {
  display: flex;
  align-items: center;
}
.products-card .product-content .product-cart .cart-count .custom-increment.cart {
  border: 1px solid #e5e7eb;
  padding: 6px;
  border-radius: 50px;
  margin-right: 10px;
}
.products-card .product-content .product-cart .cart-count .custom-increment.cart input[type=text] {
  width: 20px;
  padding: 0;
  border: 0;
  margin: 0 10px;
}
.products-card .product-content .product-cart .cart-count .input-group-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-card .product-content .product-cart .cart-count .input-group-btn button {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(212, 212, 216);
  color: #ffffff;
  padding: 0;
}
.products-card .product-icon span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e8f1ff;
  margin-bottom: 15px;
}

.best-sell-box {
  background: #f7fee7;
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .best-sell-box {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.best-sell-box h5 {
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 10px;
}
.best-sell-box p {
  color: #334155;
  font-size: 14px;
  margin-bottom: 0;
}
.best-sell-box.box-two {
  background: #f0fdf4;
}

.app-sec-twelve.pharmacy-app-sec .app-twelve {
  padding: 0 0 80px;
}
@media (max-width: 991.98px) {
  .app-sec-twelve.pharmacy-app-sec .app-twelve {
    padding: 0 0 40px;
  }
}
.app-sec-twelve.pharmacy-app-sec .app-twelve .app-header h2 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .app-sec-twelve.pharmacy-app-sec .app-twelve .app-header h2 {
    font-size: 30px;
  }
}
.app-sec-twelve.pharmacy-app-sec .app-scan {
  padding: 0;
}

.app-section.app-sec-twelve.pharmacy-app-sec .app-bg {
  background-image: url(/6a6455512ffe4198d078.png);
  background-color: rgb(14, 130, 253);
  background-size: 70% 100%;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 25px;
  position: relative;
}
.app-section.app-sec-twelve.pharmacy-app-sec .app-bg .app-bgs {
  position: absolute;
  top: 0;
  right: 0;
}

.more-coupon-sec {
  background: #004fff;
  margin: 0;
  padding: 80px 0 56px;
}
@media (max-width: 991.98px) {
  .more-coupon-sec {
    padding: 40px 0 20px;
  }
}
.more-coupon-sec .pharmacy-section-header h4 {
  color: #ffffff;
}
.more-coupon-sec .pharmacy-section-header .pharmacy-title-link a {
  color: #ffffff;
}
.more-coupon-sec .pharmacy-section-header .pharmacy-title-link a:hover {
  color: #ffc001;
}

.coupon-card {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .coupon-card {
    margin: 0 0 20px;
    padding: 20px;
  }
}
.coupon-card .coupon-info h4 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .coupon-card .coupon-info h4 {
    font-size: 16px;
  }
}
.coupon-card .coupon-info p {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  margin-bottom: 0;
}
.coupon-card .coupon-code span {
  display: inline-block;
  border: 1px dashed #ffc001;
  background: #fef8e8;
  color: #ffc001;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  padding: 5px 10px;
}

@media (max-width: 1399.98px) {
  .app-sec-twelve.pharmacy-app-sec .app-twelve .mobile-img {
    bottom: -20px;
  }
}

.footer.pharmacy-footer {
  background: linear-gradient(97deg, #e8f1ff 44.44%, rgba(77, 142, 232, 0) 92.82%);
}
.footer.pharmacy-footer .top-footer {
  margin: 0;
  padding: 40px 0 24px;
  border-bottom: 1px solid #e2e8f0;
}
.footer.pharmacy-footer .top-footer .footer-logo {
  margin-right: 70px;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .top-footer .footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer.pharmacy-footer .top-footer .DentaVIBE-info p {
  max-width: 800px;
  margin-bottom: 0;
  color: #1f2937;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .footer.pharmacy-footer .top-footer .DentaVIBE-info p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .top-footer {
    display: block;
  }
}
.footer.pharmacy-footer .mid-footer {
  margin: 0 0 20px;
  padding: 40px 0 0;
}
.footer.pharmacy-footer .mid-footer .footer-links {
  margin-bottom: 20px;
}
.footer.pharmacy-footer .mid-footer .footer-links h4 {
  font-size: 20px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer.pharmacy-footer .mid-footer .footer-links h4 {
    font-size: 18px;
  }
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li {
  margin-bottom: 10px;
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li:last-child {
  margin-bottom: 0;
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li a {
  color: #0f172a;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .mid-footer .footer-links .pages-links li a {
    font-size: 14px;
  }
}
.footer.pharmacy-footer .mid-footer .footer-links .pages-links li a:hover {
  color: #004fff;
}
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links {
  margin-top: 40px;
}
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links a {
  margin-right: 20px;
}
.footer.pharmacy-footer .mid-footer .footer-links .app-store-links a:last-child {
  margin-right: 0;
}
.footer.pharmacy-footer .mid-footer .input-block {
  position: relative;
}
.footer.pharmacy-footer .mid-footer .input-block input {
  height: 45px;
  border-radius: 6px;
  padding-right: 100px;
  border: 1px solid rgb(229, 231, 235);
  font-size: 14px;
  font-weight: 500;
}
.footer.pharmacy-footer .mid-footer .input-block input:placeholder {
  color: #6b7280;
}
.footer.pharmacy-footer .mid-footer .input-block button {
  background: #0e82fd;
  height: 46px;
  border-color: #0e82fd;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  border: 0;
  padding: 5px 17px;
  font-weight: 600;
}
.footer.pharmacy-footer .mid-footer .input-block button:hover {
  background: #002578;
  border-color: #002578;
}
.footer.pharmacy-footer .mid-foot-two {
  margin: 0;
  padding: 30px 0 20px;
  border-top: 1px solid #e2e8f0;
}
.footer.pharmacy-footer .mid-foot-two .payment-methods {
  margin-bottom: 10px;
}
.footer.pharmacy-footer .mid-foot-two .payment-methods li {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #e2e8f0;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .mid-foot-two .payment-methods li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
.footer.pharmacy-footer .mid-foot-two .payment-methods li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.footer.pharmacy-footer .mid-foot-two .social-icons {
  justify-content: end;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .footer.pharmacy-footer .mid-foot-two .social-icons {
    justify-content: start;
  }
}
.footer.pharmacy-footer .mid-foot-two .social-icons li {
  margin-right: 5px;
}
.footer.pharmacy-footer .mid-foot-two .social-icons li:last-child {
  margin-right: 0;
}
.footer.pharmacy-footer .mid-foot-two .social-icons li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
}
.footer.pharmacy-footer .mid-foot-two .social-icons li a:hover {
  background: #004fff;
  color: #ffffff;
}
.footer.pharmacy-footer .footer-bottom {
  padding: 20px;
  background: linear-gradient(97deg, #e8f1ff 44.44%, rgba(232, 241, 255, 0) 92.82%);
}
.footer.pharmacy-footer .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #1e293b;
}

.doc-info-left .doctor-img1 {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .doc-info-left .doctor-img1 {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.product-description .doctor-img1 {
  width: 40%;
}
.product-description .doc-info-cont {
  width: 60%;
}

ul.benifits-col li i {
  font-size: 20px;
  margin-right: 20px;
  color: #20c0f3;
}

.pricing-section {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 50px;
}
@media (max-width: 991.98px) {
  .pricing-section {
    margin: 0;
    padding: 40px 0 10px;
  }
}
@media (max-width: 767.98px) {
  .pricing-section {
    margin: 0;
    padding: 40px 0 10px;
  }
}

.pricing-inner-header {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .pricing-inner-header {
    margin-bottom: 40px;
  }
}

.plan-choose-info {
  padding-top: 15px;
}
.plan-choose-info label {
  margin-bottom: 0;
}
.plan-choose-info .monthly-plan {
  color: #0a0b0d;
}
.plan-choose-info .yearly-plan {
  color: #6b7280;
}
.plan-choose-info .status-toggle {
  margin: 0 20px;
  padding: 0;
}
.plan-choose-info .checktoggle {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.plan-choose-info .check:checked + .checktoggle {
  background-color: #ffffff;
  border: 1px solid #0e82fd;
}
.plan-choose-info .check:checked + .checktoggle:after {
  background-color: #0e82fd;
}
.plan-choose-info .monthly-plan, .plan-choose-info .yearly-plan {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .plan-choose-info .monthly-plan, .plan-choose-info .yearly-plan {
    font-size: 16px;
  }
}

.pricing-card {
  background: #f2f6f6;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover {
  background: #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.pricing-card:hover .pricing-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-title p {
  color: #eff0f7;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-title h4 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-header-text p {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-amount h2 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-amount h2 span {
  color: #d9dbe9;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-amount h6 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-list ul li {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-list ul li:before {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card:hover .pricing-btn .btn {
  color: #ffffff;
  border: 1px solid #3b9cf6;
  box-shadow: inset 0 0 0 50px #3b9cf6;
}
.pricing-card .card-body {
  margin: 0;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .pricing-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .pricing-card .card-body {
    margin: 0;
    padding: 15px;
  }
}

.pricing-card-active {
  background: #0e82fd !important;
}
.pricing-card-active .pricing-icon span {
  background: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.pricing-card-active .pricing-icon span img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-title p {
  color: #eff0f7;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-title h4 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-tag {
  margin-left: auto;
}
.pricing-card-active .pricing-tag span {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 13px;
}
.pricing-card-active .pricing-header-text p {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-amount h2 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-amount h2 span {
  color: #d9dbe9;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-amount h6 {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-list ul li {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-list ul li:before {
  color: #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-card-active .pricing-btn .btn {
  color: #ffffff;
  border: 1px solid #3b9cf6;
  box-shadow: inset 0 0 0 50px #3b9cf6;
}

.pricing-header {
  padding-bottom: 15px;
}

.pricing-header-info {
  padding-bottom: 15px;
}

.pricing-icon {
  margin-right: 15px;
}
.pricing-icon span {
  min-width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
}
.pricing-icon span img {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-icon span img {
    width: 24px;
  }
}
@media (max-width: 767.98px) {
  .pricing-icon span {
    min-width: 60px;
    height: 60px;
  }
}

.pricing-title p {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-title p {
    font-size: 15px;
  }
}
.pricing-title h4 {
  font-size: 24px;
  color: #1f2937;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-title h4 {
    font-size: 20px;
  }
}

.pricing-header-text p {
  color: #6b7280;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.pricing-amount {
  padding-bottom: 20px;
}
.pricing-amount h2 {
  font-weight: 700;
  font-size: 30px;
  color: #1f2937;
  margin-bottom: 8px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-amount h2 span {
  font-weight: 400;
  font-size: 14px;
  color: #9ca3af;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 991.98px) {
  .pricing-amount h2 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .pricing-amount h2 {
    font-size: 24px;
  }
}
.pricing-amount h6 {
  font-weight: 500;
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-amount h6 {
    font-size: 16px;
  }
}

.pricing-list {
  padding-bottom: 50px;
}
.pricing-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-list ul li {
  position: relative;
  font-size: 16px;
  color: #374151;
  padding-left: 25px;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing-list ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  color: #0e82fd;
  border: 0;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .pricing-list ul li {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .pricing-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .pricing-list {
    padding-bottom: 20px;
  }
}

.pricing-btn {
  text-align: center;
}
.pricing-btn .btn {
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  padding: 11px 15px;
  min-width: 100%;
  display: inline-block;
  color: #ffffff;
  border: 1px solid #0e82fd;
  background: #0e82fd;
}
@media (max-width: 767.98px) {
  .pricing-btn .btn {
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
  }
}

.breadcrumb-bar-two {
  background: #e2e8f0;
  background-repeat: no-repeat;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.breadcrumb-bar-two .inner-banner {
  margin: 0;
  padding: 60px 0;
}
.breadcrumb-bar-two .inner-banner .breadcrumb-title {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 6px;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-two .inner-banner .breadcrumb-title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two .inner-banner .breadcrumb-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two .inner-banner {
    margin: 0;
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb-bar-two {
    padding-top: 40px;
    min-height: 260px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two {
    min-height: auto;
  }
}
.breadcrumb-bar-two .page-breadcrumb ol {
  background-color: transparent;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.breadcrumb-bar-two .page-breadcrumb ol li a {
  font-weight: 500;
  color: #4b5563;
}
.breadcrumb-bar-two .page-breadcrumb ol li.active {
  color: #1f2937;
}
@media (max-width: 767.98px) {
  .breadcrumb-bar-two .page-breadcrumb ol {
    font-size: 15px;
  }
}
.breadcrumb-bar-two .page-breadcrumb .breadcrumb a:hover {
  color: #0e82fd;
}
.breadcrumb-bar-two .page-breadcrumb .breadcrumb-item + .breadcrumb-item {
  font-weight: 500;
  color: #1f2937;
  padding-left: 10px;
}
.breadcrumb-bar-two .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  font-family: "feather";
  float: left;
  padding-right: 10px;
  color: #9ca3af;
  font-size: 14px;
  font-weight: 600;
}

.about-section {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0;
}
.about-section .about-img-info {
  padding-right: 30px;
}
.about-section .about-img-info .about-img {
  border-radius: 8px;
  margin-bottom: 25px;
}
.about-section .about-img-info .about-img:last-child {
  margin-bottom: 0;
}
.about-section .about-img-info .about-img img {
  border-radius: 8px;
}
.about-section .about-img-info .about-box {
  background: #0e82fd;
  border-radius: 8px;
  margin: 15px 0 25px;
  padding: 45px 10px;
  text-align: center;
}
.about-section .about-img-info .about-box h4 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  max-width: 208px;
  margin: 0 auto 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .about-section .about-img-info {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .about-section {
    margin: 0;
    padding: 40px 0;
  }
}

.section-inner-header {
  margin-bottom: 40px;
}
.section-inner-header h6 {
  font-weight: 500;
  font-size: 16px;
  color: #0e82fd;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .section-inner-header h6 {
    margin-bottom: 10px;
  }
}
.section-inner-header h2 {
  font-weight: 600;
  font-size: 40px;
  color: #1f2937;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .section-inner-header h2 {
    font-size: 26px;
    max-width: inherit;
  }
}
@media (max-width: 767.98px) {
  .section-inner-header h2 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .section-inner-header {
    margin-bottom: 40px;
  }
}

.about-inner-header {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .about-inner-header {
    margin-bottom: 20px;
  }
}

.about-content-details {
  padding-bottom: 25px;
}
.about-content-details p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 25px;
}
.about-content-details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-content-details p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.about-contact-icon {
  margin-right: 15px;
}
.about-contact-icon span {
  width: 47px;
  height: 47px;
  border-radius: 50px;
  color: #ffffff;
  background: #0e82fd;
}

.about-contact-text p {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .about-contact-text p {
    font-size: 14px;
  }
}
.about-contact-text h4 {
  color: #27272a;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .about-contact-text h4 {
    font-size: 18px;
  }
}

.why-choose-section {
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 55px;
}
@media (max-width: 991.98px) {
  .why-choose-section {
    margin: 0;
    padding: 20px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-section {
    margin: 0;
    padding: 0 0 20px;
  }
}

.why-choose-card {
  border: 1px solid #f3f4f6;
  border-radius: 8px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card:hover {
  box-shadow: 0px 0px 111px rgba(0, 0, 0, 0.09);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card:hover .why-choose-icon span img {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.why-choose-card .card-body {
  margin: 0;
  padding: 25px;
}
@media (max-width: 991.98px) {
  .why-choose-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .why-choose-card .card-body {
    margin: 0;
    padding: 15px;
  }
}

.why-choose-icon {
  padding-bottom: 24px;
}
.why-choose-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  color: #ffffff;
  background: #0e82fd;
}
.why-choose-icon span img {
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767.98px) {
  .why-choose-icon {
    padding-bottom: 20px;
  }
}

.why-choose-content h4 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.why-choose-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .why-choose-content p {
    font-size: 14px;
  }
}

.way-section {
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 80px;
}
.way-section .way-bg {
  background: #0e82fd;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.way-section .way-bg .way-shapes-img {
  position: relative;
}
.way-section .way-bg .way-shapes-img .way-shapes-left {
  position: absolute;
  top: 60px;
  right: 200px;
}
.way-section .way-bg .way-shapes-img .way-shapes-right {
  position: absolute;
  right: 0;
}
@media (max-width: 991.98px) {
  .way-section .way-bg .way-shapes-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .way-section .way-bg {
    border-radius: 10px;
  }
}
@media (max-width: 991.98px) {
  .way-section {
    margin: 0;
    padding: 0 0 40px;
  }
}

.way-inner-header {
  margin: 0;
  padding: 60px;
}
.way-inner-header h2 {
  color: #ffffff;
  margin-bottom: 29px;
}
.way-inner-header p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .way-inner-header p {
    margin-bottom: 15px;
  }
}
.way-inner-header .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 11px 16px;
  color: #3b9cf6;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 0 #0e82fd;
}
.way-inner-header .btn:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #0e82fd;
  box-shadow: inset 0 0 0 50px #0e82fd;
}
@media (max-width: 767.98px) {
  .way-inner-header .btn {
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
  }
}
@media (max-width: 991.98px) {
  .way-inner-header {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .way-inner-header {
    margin: 0;
    padding: 20px;
  }
}

.way-img {
  position: relative;
  top: 10px;
}
@media (max-width: 991.98px) {
  .way-img {
    display: none;
  }
}

.professional-section {
  margin: 0;
  padding: 0 0 55px;
  background: #ffffff;
}
.professional-section .doctor-profile-widget {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .professional-section .doctor-profile-widget {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .professional-section {
    margin: 0;
    padding: 0 0 15px;
  }
}
@media (max-width: 767.98px) {
  .professional-section {
    margin: 0;
    padding: 0 0 20px;
  }
}

.testimonial-section {
  background: #f8f9fa;
  margin: 0;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-section .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.testimonial-section .testimonial-shape-img {
  position: relative;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-left {
  position: absolute;
  top: -30px;
  left: -40px;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-left img {
  width: 100px;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-right {
  position: absolute;
  top: 60px;
  right: 0;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.testimonial-section .testimonial-shape-img .testimonial-shape-right img {
  width: 100px;
}
@media (max-width: 991.98px) {
  .testimonial-section .testimonial-shape-img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section {
    margin: 0;
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .testimonial-info {
    flex-direction: column;
  }
}

.testimonial-img {
  border-radius: 50%;
  margin-right: 50px;
  width: 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
@media (max-width: 767.98px) {
  .testimonial-img {
    margin: 0 0 30px 0;
    padding: 0;
    width: 200px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.testimonial-img img {
  border-radius: 50%;
  width: 100%;
}

.testimonial-header {
  margin-bottom: 15px;
}

.testimonial-details p {
  color: #527086;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .testimonial-details p {
    font-size: 14px;
  }
}
.testimonial-details h6 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #527086;
}
.testimonial-details h6 span {
  font-weight: 600;
  font-size: 16px;
  color: #1f2937;
}

.testimonial-grid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 767.98px) {
  .testimonial-grid {
    margin: 0;
    padding: 0 25px;
  }
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #1e3259;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
}
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
  color: #ffffff;
  background: #0e82fd;
}
.testimonial-slider .slick-prev:focus,
.testimonial-slider .slick-next:focus {
  color: #ffffff;
  background: #0e82fd;
  opacity: 1;
}
.testimonial-slider .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 16px;
  font-weight: 700;
}
.testimonial-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 16px;
  font-weight: 700;
}

.faq-section-inner {
  margin: 0;
  padding: 80px 0 80px;
}
@media (max-width: 1199.98px) {
  .faq-section-inner {
    margin: 0;
    padding: 80px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .faq-section-inner {
    margin: 0;
    padding: 40px 0;
  }
}

.faq-inner-page {
  background-color: #ffffff;
  margin: 0;
  padding: 80px 0 55px;
}

.faq-inner-info .accordion-item {
  margin-bottom: 25px;
}
.faq-inner-info .accordion-item:last-child {
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .testimonial-content {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .testimonial-content {
    text-align: center;
  }
  .testimonial-content .section-inner-header h2 {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 0;
  }
  .testimonial-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .slick-slide img {
    width: 150px;
    height: auto;
  }
  .testimonial-content {
    text-align: center;
  }
  .testimonial-details p {
    font-size: 18px;
  }
  .testimonial-details h6 {
    font-size: 16px;
  }
}
.onboard-page {
  overflow: hidden;
}

.right-panel-title {
  background: #0c4f8a;
  padding: 10px;
  display: none;
}

.onboard-wrapper {
  overflow: hidden;
  height: 100vh;
  background: #ffffff;
}

.left-panel {
  background-color: #0c4f8a;
  width: 25%;
  padding: 45px;
  height: 100vh;
  overflow: auto;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.left-panel::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .left-panel {
    display: none;
  }
}

.right-panel {
  width: 75%;
  height: 100vh;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  flex-wrap: wrap;
}
.right-panel .select2-container .select2-selection--single {
  border: 1px solid #e6e9f4;
  height: 54px;
  background: #F5F6FA;
}
.right-panel .select2-container .select2-selection--single:focus {
  border-color: #09E5AB;
  background-color: #ffffff;
}
.right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
  line-height: 54px;
  color: #585858;
}
.right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 7px;
}
.right-panel .accordion-item:first-of-type {
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.right-panel .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 16px;
  border-radius: 6px;
  overflow: hidden;
}
.right-panel .accordion-button {
  padding: 20px;
}
.right-panel .accordion-button::after {
  transform: rotate(-90deg);
}
.right-panel .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}
.right-panel .accordion-button:focus {
  box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}
.right-panel .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
}
.right-panel .accordion-body {
  padding: 1rem 1rem;
}
@media (max-width: 991.98px) {
  .right-panel {
    width: 100%;
    height: auto;
    padding: 0px;
  }
}

.onboard-img {
  margin: auto;
  padding: 70px 0px 20px 0px;
  animation: mymove 1s ease-in-out infinite alternate;
  text-align: center;
  width: 240px;
}

.onboard-content h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 21px;
}
.onboard-content p {
  color: #ffffff;
  font-weight: 200;
  font-size: 13px;
}

.onboarding-slider {
  margin-top: 10px;
}

#onboard-slider .owl-dots {
  margin-top: 0px;
  justify-content: center;
}
#onboard-slider .owl-nav {
  display: none;
}
#onboard-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #09E5AB;
  width: 15px;
  height: 6px;
  border-radius: 50px;
  transition: 0.5s all;
  margin: 5px 3px 0;
  display: block;
  position: relative;
}
#onboard-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  width: 50px;
  border-radius: 50px;
}

.on-board-wizard {
  position: sticky;
  top: 65px;
}
.on-board-wizard ul {
  list-style: none;
  padding: 0px;
}
.on-board-wizard ul li a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 4px rgba(212, 237, 255, 0.25);
  border-radius: 4px;
  margin: 0 0 18px 0;
  padding: 13px 5px 13px 8px;
  transition: 0.1s ease-out;
}
.on-board-wizard ul li a:hover {
  box-shadow: 8px 7px 14px -15px rgba(0, 0, 0, 0.4);
}

.onboarding-list h6 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.onboarding-list p {
  font-weight: 300;
  font-size: 13px;
  color: #585858;
  margin-bottom: 0px;
}

li:hover .onboarding-list h6 {
  color: #000000;
}

.onboarding-progress {
  margin-right: 20px;
  min-width: 35px;
  height: 35px;
  background: #F4F4F4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.onboarding-progress.active {
  background: #10916F;
  color: #ffffff;
}
.onboarding-progress span {
  font-size: 13px;
}

.onboarding-title h2 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.onboarding-title h2 span {
  color: #FF0202;
}
.onboarding-title h6 {
  font-weight: 400;
  font-size: 15px;
  color: #585858;
  margin-bottom: 25px;
  line-height: 1.5;
}
.onboarding-title h6 span {
  font-weight: 600;
}
.onboarding-title.profile-title {
  margin-bottom: 35px;
}
.onboarding-title.pass-title {
  margin-bottom: 32px;
}

.onboarding-content-box {
  margin-top: 20px;
  margin: 20px 0 0 0;
  padding: 50px;
  background: #ffffff;
  box-shadow: 0px 24px 24px rgba(212, 237, 255, 0.3);
  border-radius: 4px;
  border: 1px solid #e6e9f4;
}
.onboarding-content-box.content-wrap {
  flex-direction: column;
  min-height: 580px;
}
.onboarding-content-box.lock-box {
  padding: 70px;
}

.onboarding-btn a {
  background: #09E5AB;
  border-radius: 6px;
  padding: 15px 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #09E5AB;
  transition: all 0.5s;
}
.onboarding-btn a:hover {
  box-shadow: inset 0 60px 0 0 #10916F;
  border-color: #10916F;
}
.onboarding-btn.Personalize-btn {
  margin-top: 30px;
}
.onboarding-btn.Consultation-btn {
  margin-top: 70px;
}
.onboarding-btn.Consultation-btn a:nth-child(2) {
  background: #ffffff;
  border-radius: 6px;
  padding: 15px 50px;
  color: #0c4f8a;
  border: none;
}
.onboarding-btn.Consultation-btn a:nth-child(2):hover {
  box-shadow: none;
  color: #09E5AB;
}
.onboarding-btn.Consultation-btn.cost-btns {
  margin-top: 40px;
}
.onboarding-btn.prefer-btn {
  margin-top: 70px;
}
.onboarding-btn.pop-btn {
  margin-top: 4px;
}

.passcode-wrap input,
.passcode-wrap select,
.passcode-wrap textarea {
  background-color: #F5F6FA;
  border: 1px solid #e6e9f4;
  border-radius: 5px;
  width: 60px;
  height: 54px;
  text-align: center;
  color: #354052;
  font-size: 20px;
  font-weight: 500;
  margin-right: 23px;
}

.passcode-wrap input:focus {
  color: #354052;
  border-color: #09E5AB;
  background-color: #ffffff;
  outline: none;
}
.passcode-wrap.mail-box input {
  width: 100%;
  text-align: unset;
  font-size: 14px;
  height: 54px;
}
.passcode-wrap.mail-box select {
  width: 100%;
  text-align: unset;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e6e9f4 !important;
  outline: none;
  color: #585858;
  padding: 0px 10px;
}
.passcode-wrap.mail-box textarea {
  width: 100%;
  height: 145px;
  text-align: unset;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #e6e9f4;
  outline: none;
  resize: none;
}
.passcode-wrap select:focus {
  color: #354052;
  border-color: #09E5AB !important;
  background-color: #ffffff;
  outline: none;
}
.passcode-wrap.form-focus.focused .focus-label {
  opacity: 1;
  top: -31px;
  font-size: 12px;
  z-index: 1;
  background: #ffffff;
  padding: 0px 5px;
  color: #5EC6CD;
  font-weight: 400;
}
.passcode-wrap.form-focus .focus-label {
  top: -4px;
  color: #585858;
}
.passcode-wrap textarea:focus {
  color: #354052;
  border-color: #09E5AB;
  background-color: #ffffff;
  outline: none;
}
.passcode-wrap.form-floating > label {
  color: #585858;
  font-size: 14px;
}

.mail-icon {
  background: url(/799daa61f60fdb357b45.png) no-repeat 99% 50%;
}

.form-focus .focus-label span {
  color: #F0142F;
}

.placeholder-style::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #585858;
  opacity: 1;
}
.placeholder-style:-ms-input-placeholder {
  color: #585858;
}
.placeholder-style::-ms-input-placeholder {
  color: #585858;
}

.onboarding-lable {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.onboarding-lable span {
  color: #FF0202;
}

.upload-pic {
  align-items: center;
  border-radius: 10px;
  height: 163px;
  width: 183px;
  position: relative;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border: 1px dashed #8F9BBA;
}
.upload-pic img {
  max-width: 100%;
  border-radius: 10px;
}
.upload-pic h6 {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #8F9BBA;
}
.upload-pic.patient-photo-upload {
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  width: 265px;
  height: 235px;
  background: #F5F6FA;
  border: none;
}

.upload-pics input[type=file] {
  opacity: 0;
  width: 40px;
  height: 63px;
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: 8px;
  margin-right: 0px;
}

.photo-norms h5 {
  color: #8F9BBA;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 35px;
}

.btn-profile img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 11px;
  right: 8px;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tog-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F6FA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tog-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  bottom: 4px;
  background-color: #008F64;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 4px;
  left: 4px;
}
.tog-slider.round {
  border-radius: 30px;
  width: 56px;
  height: 28px;
  border: 2px solid #F3F3F3;
}
.tog-slider.round:before {
  border-radius: 50%;
}

input:checked + .tog-slider {
  background-color: #008F64;
}
input:checked + .tog-slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
  background: #ffffff;
  left: -1px;
}

.save-card {
  margin-left: 22px;
}
.save-card h5 {
  font-weight: 500;
  font-size: 14px;
}
.save-card h6 {
  font-weight: 400;
  font-size: 14px;
  color: #8F9BBA;
}

.save-detail {
  padding: 25px 0 0;
}

.payment-icon {
  position: relative;
}
.payment-icon img {
  position: absolute;
  top: 250px;
}

.avail-content {
  margin-left: 15px;
  margin-top: 4px;
}
.avail-content h6 {
  color: #10916F;
}

.weekDays-selector input {
  display: none !important;
}
.weekDays-selector input[type=checkbox] + label {
  display: inline-block;
  border-radius: 4px;
  background: #ffffff;
  padding: 8px 0px;
  width: 60px;
  margin-right: 3px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6e9f4;
  font-weight: 400;
  font-size: 20px;
}
.weekDays-selector input[type=checkbox]:checked + label {
  background: #F5F6FA;
  color: #000000;
}

.consult-option {
  position: relative;
}

.call-option {
  position: relative;
  width: 33%;
  margin-right: 10px;
}
.call-option.file-option {
  margin-right: 0px;
  background: #F5F6FA;
  border-radius: 10px;
  border: 2px dashed #e6e9f4;
  width: 100%;
}
.call-option.verify-account {
  min-width: 242px;
}

.option-radio {
  appearance: none;
  display: none;
}
.option-radio:checked + .call-lable {
  box-shadow: 0 0 0 60px #0c4f8a inset;
  color: #ffffff;
}
.option-radio:checked + .call-lable img {
  filter: brightness(0) invert(1);
}

.call-lable {
  align-items: center;
  justify-content: center;
  position: relative;
  transition-duration: 0.5s;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  min-height: 75px;
  text-align: center;
  border: 1px solid #e6e9f4;
  cursor: pointer;
}
.call-lable img {
  margin-right: 6px;
  margin-bottom: 5px;
}
.call-lable.verify-lable.verify-lable {
  width: 100%;
  height: 170px;
  font-size: 14px;
  font-weight: 400;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.call-lable.verify-lable.verify-options {
  height: 105px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  border-radius: 5px;
}

.accordion-body .onboarding-title h2 {
  font-size: 16px;
}
.accordion-body .onboarding-title h6 {
  font-size: 14px;
}

.prefer-box {
  border-radius: 4px;
  box-shadow: 0px 4px 24px rgba(227, 227, 227, 0.25);
  width: 100%;
  padding: 36px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e6e9f4;
}
.prefer-box .right-sec i {
  font-size: 16px;
  color: #433489;
}
.prefer-box:hover {
  box-shadow: 0px 0px 10px 3px rgb(212, 237, 255);
}

.verify-item {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.verify-item::marker {
  color: #0c4f8a;
  font-size: 120%;
}

.verify-list {
  padding: 0 0 0 20px;
  margin-bottom: 0px;
}
.verify-list li:last-child {
  margin-bottom: 0px;
}

.upload-sucess-note h6 {
  color: #10906F;
  font-weight: 400;
  font-size: 16px;
}
.upload-sucess-note h6:nth-child(2) {
  color: #3E45EB;
  font-weight: 400;
  font-size: 16px;
  margin-top: 18px;
}
.upload-sucess-note h6:nth-child(2) i {
  margin-left: 4px;
  cursor: pointer;
}

.verify-box {
  background: #FAFDFF;
  padding: 16px;
}

.modal-content.id-pop-content {
  border-radius: 10px;
}

.modal-header.id-pop-header {
  border-bottom: none;
  padding: 2rem 1rem 1rem 1rem;
}

.modal-footer.id-pop-footer {
  border-top: none;
  padding: 0.75rem 0rem 2rem 0rem;
}

.modal-body.id-pop-body {
  padding: 1rem 3rem;
}
.modal-body.id-pop-body h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 14px;
}
.modal-body.id-pop-body p {
  font-weight: 400;
  font-size: 15px;
  color: #585858;
}
.modal-body.id-pop-body h3 {
  font-weight: 500;
  font-size: 20px;
}
.modal-body.id-pop-body span {
  font-weight: 500;
  font-size: 20px;
  color: #228FE0;
  padding-bottom: 30px;
  display: block;
}

.modal.show .modal-dialog.id-upload {
  max-width: 600px;
}

.fade.fade-custom {
  background: rgba(0, 0, 0, 0.8);
}

.set-path {
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.lock-content img {
  margin-bottom: 20px;
}
.lock-content h2 {
  font-weight: 500;
  font-size: 24px;
}
.lock-content h6 {
  margin: 15px 0px 30px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #585858;
}
.lock-content a {
  color: #FF0202;
  font-weight: 600;
  font-size: 16px;
}
.lock-content a:hover {
  color: #000000;
}

.mail-icon2 {
  background: url(/307e6ac2ce2b3518a670.png) no-repeat 99% 50%;
}

.pass-icon {
  background: url(/7a8c419bbccf0d4f2fd5.svg) no-repeat 99% 50%;
}

.pass-icon-1 {
  background: url(/6b41a55315c8c566ccad.svg) no-repeat 99% 50%;
}

.forms-block.pass-group {
  margin-bottom: 2rem;
}

.method-btn a {
  color: #0c4f8a;
  font-weight: 500;
  font-size: 14px;
}
.method-btn a:hover {
  color: #09E5AB;
}

.code-title {
  background: rgba(76, 218, 180, 0.1);
  border-radius: 4px;
  margin: 30px 0px;
  padding: 12px 15px;
}
.code-title h6 {
  color: #10916F;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0px;
}

.opt-resend {
  padding-top: 30px;
  position: relative;
}
.opt-resend a {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  left: 0px;
}

.upload-patient-btn {
  position: relative;
  margin-bottom: 15px;
}
.upload-patient-btn:hover .pic-upload-btn {
  color: #09E5AB;
}

#patient-verified .modal-body.id-pop-body p {
  font-size: 16px;
  max-width: 280px;
  margin: auto;
}

.upload-patient-pic {
  padding: 10px 0px 30px 0px;
}
.upload-patient-pic input[type=file] {
  opacity: 0;
  max-width: 468px;
  min-height: 60px;
  cursor: pointer;
  top: 0px;
  left: 87px;
  position: absolute;
}

.pic-upload-btn {
  margin: auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 4px 10px rgba(225, 225, 225, 0.25);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  max-width: 475px;
  text-align: center;
  z-index: 99999;
}

.onboarding-contents {
  justify-content: center;
}

.uploads-report {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uploads-report a:nth-child(1) {
  margin-bottom: 20px;
}

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

.select-gender-option [type=radio]:checked + label, .select-gender-col [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.select-gender-option label {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(194, 194, 194, 0.25);
  border-radius: 5px;
  padding: 28px;
  width: 100%;
  text-align: center;
  position: relative;
}
.select-gender-option [type=radio]:not(:checked) + label:after {
  opacity: 0;
}

.select-gender-option [type=radio]:checked + label:after, .select-gender-option [type=radio]:not(:checked) + label:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(212, 237, 255, 0.25);
  border: 2px solid #228FE0;
  box-shadow: 0px 4px 24px rgba(34, 143, 224, 0.04);
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #0de0fe;
}

.login-header .form-focus .focus-label {
  top: -6px;
  color: #585858;
}

.relative-form {
  position: relative;
  background: #F5F6FA;
  border: 1px solid #e6e9f4;
  border-radius: 5px;
  min-height: 54px;
  padding: 6px 15px;
  align-items: center;
}
.relative-form span {
  color: #131523;
}
.relative-form .form-control::placeholder {
  color: #131523;
  font-weight: 400;
  font-size: 14px;
}
.relative-form .btn {
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.relative-file-upload {
  color: #000;
  padding: 11px 35px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 4px;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background: #EEEEEE;
  border-radius: 4px;
}
.relative-file-upload:hover {
  color: #ffffff;
  background: #bdb8b8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.relative-file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #ffffff;
  cursor: inherit;
  display: block;
}

.onboarding-content .checklist-col .custom_check .checkmark {
  width: 35px;
}
.onboarding-content .checklist-col .custom_check .checkmark:after {
  left: 10px;
  top: 3px;
}
.onboarding-content .checklist-col.pregnant-col .remember-me-col .custom_check .checkmark {
  border-color: #228FE0;
}
.onboarding-content .checklist-col .remember-me-col {
  border-bottom: 1px solid #F4F4F4;
}
.onboarding-content .custom_check .checkmark {
  left: -10px;
}
.onboarding-content .custom_check .checkmark::after {
  color: #ffffff;
}
.onboarding-content .custom_check input:checked ~ .checkmark {
  background-color: #228FE0;
}
.onboarding-content .increment-decrement .input-groups input[type=button] {
  background-color: transparent;
  font-size: 20px;
  border: 1px solid #228FE0;
  border-radius: 4px;
  height: 24px;
  width: 35px;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 0px;
  line-height: 0;
  padding: 0px;
  color: #228FE0;
}

.modal-footer.id-pop-footer.text-center {
  justify-content: center;
}

@keyframes mymove {
  to {
    transform: translateY(-5px);
  }
}
@media (max-width: 991.98px) {
  .right-panel-title {
    display: block;
  }
  .right-panel-title img {
    max-width: 140px;
  }
  .onboarding-content-box.content-wrap {
    min-height: auto;
  }
  .onboarding-list h6 {
    font-size: 15px;
  }
  .onboarding-list p {
    font-size: 13px;
  }
  .onboarding-progress span {
    font-size: 12px;
  }
  .onboarding-title h2 {
    font-weight: 450;
    font-size: 22px;
  }
  .onboarding-title h6 {
    font-size: 14px;
  }
  .onboarding-lable {
    font-size: 13px;
  }
  .passcode-wrap.mail-box input {
    font-size: 14px;
    height: 50px;
  }
  .passcode-wrap.mail-box textarea {
    height: 100px;
  }
  .passcode-wrap.form-focus .focus-label {
    top: -8px;
  }
  .passcode-wrap input {
    width: 77px;
    height: 50px;
    font-size: 24px;
    font-weight: 400;
  }
  .right-panel .select2-container .select2-selection--single {
    height: 50px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }
  .onboarding-btn {
    margin-top: 75px;
  }
  .onboarding-btn a {
    padding: 13px 45px;
    font-size: 14px;
  }
  .onboarding-btn.step-2-btn {
    margin-top: 50px;
  }
  .onboarding-btn.Consultation-btn.cost-btns {
    margin-top: 10px;
  }
  .onboarding-content-box {
    margin-top: 0px;
    padding: 30px;
  }
  .method-btn a {
    font-size: 12px;
  }
  .code-title {
    padding: 10px 12px;
    margin: 22px 0px;
  }
  .code-title h6 {
    font-size: 14px;
  }
  .weekDays-selector input[type=checkbox] + label {
    font-size: 16px;
    padding: 14px 22px;
  }
  .onboard-wrapper {
    height: auto;
  }
  .modal.show .modal-dialog.id-upload {
    max-width: 400px;
  }
  .modal-header.id-pop-header {
    padding: 5px;
  }
  .modal-body.id-pop-body {
    padding: 5px;
  }
  .modal-body.id-pop-body h2 {
    font-size: 20px;
  }
  .modal-body.id-pop-body p {
    font-size: 12px;
  }
  .modal-footer.id-pop-footer {
    border-top: none;
    padding: 2px 0px 5px 0px;
  }
  .call-lable {
    font-size: 14px;
    width: 172px;
  }
  .call-lable.verify-lable.verify-lable {
    height: 120px;
  }
  .upload-sucess-note h6 {
    font-size: 14px;
  }
  .upload-sucess-note h6:nth-child(2) {
    font-size: 14px;
  }
  .payment-icon img {
    top: -168px;
    right: 10px;
  }
  .tog-slider:before {
    height: 12px;
    width: 12px;
  }
  .tog-slider.round {
    width: 50px;
    height: 22px;
  }
  .save-card h6 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .prefer-box {
    padding: 24px;
    font-size: 14px;
  }
  .call-option {
    width: max-content;
  }
  .onboard-page {
    overflow: auto;
  }
  .on-board-wizard {
    padding-top: 25px;
    top: 50px;
  }
}
@media (max-width: 575.98px) {
  .onboarding-progress span {
    font-size: 13px;
  }
  .onboarding-title {
    text-align: center;
  }
  .onboarding-title h2 {
    font-weight: 500;
    font-size: 18px;
  }
  .onboarding-title h6 {
    font-size: 14px;
  }
  .verify-box {
    padding: 5px;
  }
  .verify-item {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .onboarding-content-box {
    padding: 20px;
  }
  .btn-profile img {
    height: 30px;
    width: 30px;
  }
  .upload-pic {
    height: 100px;
    width: 120px;
  }
  .upload-pic h6 {
    font-size: 14px;
  }
  .passcode-wrap.mail-box input {
    font-size: 10px;
    height: 40px;
  }
  .passcode-wrap.mail-box textarea {
    height: 90px;
  }
  .passcode-wrap.form-focus .focus-label {
    top: -9px;
  }
  .passcode-wrap input {
    width: 48px;
    height: 43px;
    font-size: 19px;
    font-weight: 400;
  }
  .onboarding-btn {
    margin-top: 10px;
    text-align: center;
  }
  .onboarding-btn.Personalize-btn {
    margin-top: 15px;
    text-align: center;
  }
  .onboarding-btn a {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 15px;
  }
  .onboarding-btn.step-2-btn {
    margin-top: 25px;
  }
  .onboarding-btn.prefer-btn {
    margin-top: 10px;
  }
  .onboarding-btn.Consultation-btn {
    margin-top: 15px;
  }
  .on-board-wizard {
    padding-left: 0px;
  }
  .right-panel .select2-container .select2-selection--single {
    height: 43px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
  }
  .right-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }
  .right-panel .accordion-button {
    padding: 20px;
  }
  .select2-results__option[aria-selected] {
    font-size: 11px;
  }
  .consult-option {
    flex-direction: column;
    align-items: center;
  }
  .call-option {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .call-lable {
    font-size: 14px;
  }
  .call-lable.verify-lable.verify-options {
    width: 253px;
    height: 118px;
  }
  .call-lable.verify-lable.verify-lable {
    height: 100px;
  }
  .code-title {
    margin: 10px 0px;
  }
  .code-title h6 {
    font-size: 12px;
  }
  .weekDays-selector input[type=checkbox] + label {
    padding: 12px 22px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .modal-body.id-pop-body h2 {
    font-size: 18px;
  }
  .modal-body.id-pop-body p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .modal-body.id-pop-body span {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .upload-pics input[type=file] {
    height: 60px;
  }
  .photo-norms h5 {
    margin-bottom: 0px;
  }
  .upload-sucess-note h6 {
    font-size: 13px;
  }
  .payment-icon img {
    top: -210px;
  }
  .prefer-box {
    padding: 12px;
    font-size: 14px;
  }
  .relative-file-upload {
    padding: 9px 10px;
  }
  .opt-resend {
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .opt-resend a {
    font-size: 14px;
    left: auto;
    left: 0px;
  }
  .select-gender-option {
    flex-direction: column;
  }
}
.contact-section {
  margin: 0;
  padding: 80px 0 55px;
}
@media (max-width: 991.98px) {
  .contact-section {
    margin: 0;
    padding: 40px 0 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    margin: 0;
    padding: 40px 0 20px;
  }
}

.contact-inner-header {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .contact-inner-header {
    margin-bottom: 30px;
  }
}

.contact-card {
  border: 2px solid #e9eaf6;
  border-radius: 0;
}
.contact-card .card-body {
  margin: 0;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .contact-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-card .card-body {
    margin: 0;
    padding: 15px;
  }
}

.contact-icon {
  color: #0e82fd;
  font-size: 44px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .contact-icon {
    font-size: 40px;
    margin-right: 15px;
  }
}

.contact-details h4 {
  font-weight: 600;
  font-size: 20px;
  color: #0a0b0d;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .contact-details h4 {
    font-size: 18px;
  }
}
.contact-details p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .contact-details p {
    font-size: 14px;
  }
}

.contact-form-card {
  background: #f8fbff;
  border-radius: 10px;
  border: 0;
}
.contact-form-card .card-body {
  margin: 0;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .contact-form-card .card-body {
    margin: 0;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-card .card-body {
    margin: 0;
    padding: 15px;
  }
}
.contact-form-card .form-group {
  margin-bottom: 25px;
}
.contact-form-card .form-group label {
  font-size: 12px;
  color: #0a0b0d;
  margin-bottom: 8px;
}
.contact-form-card .form-group .form-control {
  font-weight: 500;
  color: #6b7280;
}
.contact-form-card .form-group .form-control::placeholder {
  font-weight: 500;
  color: #6b7280;
}
.contact-form-card .form-group textarea.form-control {
  min-height: 150px;
  resize: none;
}
.contact-form-card .form-group-btn {
  margin-top: 35px;
}
.contact-form-card .form-group-btn .btn {
  border-radius: 5px;
  min-width: 150px;
  margin: 0;
  padding: 10px 15px;
  font-weight: 500;
}

.contact-map iframe {
  width: 100%;
  border: none;
  height: 450px;
}

.error-section {
  margin: 0;
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  .error-section {
    margin: 0;
    padding: 40px 0;
  }
}

.error-img {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .error-img {
    padding-bottom: 25px;
  }
}

.error-404-img {
  position: relative;
}

.error-404-content {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
@media (max-width: 1399.98px) {
  .error-404-content {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .error-404-content {
    position: static;
    margin-top: 20px;
  }
}

.error-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #0a0b0d;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .error-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .error-content h2 {
    font-size: 22px;
  }
}
.error-content p {
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .error-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.error-content .btn {
  min-width: 246px;
  font-size: 18px;
  display: inline-block;
  margin: 0;
  padding: 13px 15px;
  color: #ffffff;
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 991.98px) {
  .error-content .btn {
    min-width: 230px;
    font-size: 16px;
    margin: 0;
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .error-content .btn {
    min-width: 150px;
    font-size: 14px;
    margin: 0;
    padding: 8px 15px;
  }
}
.error-content .btn:hover {
  color: #0e82fd;
  background-color: #ffffff;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.coming-soon-count {
  width: 104px;
  height: 104px;
  margin: 0 16px 0 0;
  padding: 13px;
  border-radius: 50px;
  background: #0ce0ff;
  flex-shrink: 0;
}
.coming-soon-count:last-child {
  margin-right: 0;
}
.coming-soon-count h4 {
  font-weight: 600;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .coming-soon-count h4 {
    font-size: 20px;
  }
}
.coming-soon-count p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .coming-soon-count p {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .coming-soon-count {
    width: 66px;
    height: 66px;
    margin: 0 10px 0 0;
    padding: 8px;
  }
}

.privacy-section-hero {
  height: 20rem;
  padding: 10rem 0 !important;
  padding: 80px 0 0px 0;
  background: linear-gradient(102deg, #0e82fd 0.51%, #0062cb 100%);
}
@media (max-width: 991.98px) {
  .privacy-section-hero {
    background-image: none;
    background-color: #0e82fd;
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767.98px) {
  .privacy-section-hero {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-center-img img {
    display: none;
  }
}
.privacy-section-hero .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content {
    padding-bottom: 40px;
  }
}
.privacy-section-hero .banner-content .care-item {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #0e82fd;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .privacy-section-hero .banner-content .care-item {
    font-size: 16px;
  }
}
.privacy-section-hero .banner-content h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.privacy-section-hero .banner-content p {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  max-width: 700px;
  margin: auto auto 20px auto;
}
@media (max-width: 767.98px) {
  .privacy-section-hero .banner-content p {
    font-size: 16px;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen {
  margin: 0;
  padding: 20px;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  min-width: 100%;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-title {
  margin-bottom: 15px;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-title h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-title h5 {
    font-size: 20px;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input {
  margin-right: 24px;
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input {
    margin-right: 17px;
  }
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input {
    margin-bottom: 15px;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-line-thirteen {
  width: 20%;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-line-thirteen {
    width: 100%;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-map-line-thirteen {
  width: 19%;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-map-line-thirteen {
    width: 100%;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-calendar-line-thirteen {
  width: 18%;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-calendar-line-thirteen {
    width: 100%;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-users-line-thirteen {
  width: 18%;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input.search-users-line-thirteen {
    width: 100%;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single {
  background: #f3f4f6;
  border: none;
  border-radius: 4px;
  height: 54px;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  border-top: 6px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  transform: rotate(180deg);
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input i {
  left: 20px;
  z-index: 1;
  font-size: 14px;
  color: #374151;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input input {
  padding: 0 10px 0 40px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  height: 54px;
  min-height: 54px;
  font-size: 15px;
  color: #374151;
  border-radius: 4px;
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input input::placeholder {
  color: #374151;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .search-input input {
    font-size: 14px;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .form-search-btn {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .form-search-btn {
    float: none;
  }
}
.privacy-section-hero .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
  min-width: auto;
  padding: 16px 43px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 14px 14px;
  }
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-content .search-box-one.search-box-thirteen .form-search-btn .btn {
    width: 100%;
  }
}
.privacy-section-hero .search-box-one.search-box-thirteen {
  margin: 0;
  padding: 20px;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  min-width: 100%;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-title {
  margin-bottom: 15px;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-title h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .search-title h5 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .search-input {
    margin-right: 17px;
  }
}
@media (max-width: 991.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .search-input {
    margin-bottom: 15px;
  }
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 40px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 400;
  color: #374151;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .search-input .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single {
  background: #f3f4f6;
  border: none;
  border-radius: 4px;
  height: 54px;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  border-top: 6px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  padding: 0;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #6b7280 transparent transparent;
  transform: rotate(180deg);
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input i {
  left: 20px;
  z-index: 1;
  font-size: 14px;
  color: #374151;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input input {
  padding: 0 10px 0 40px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
  height: 54px;
  min-height: 54px;
  font-size: 15px;
  color: #374151;
  border-radius: 4px;
}
.privacy-section-hero .search-box-one.search-box-thirteen .search-input input::placeholder {
  color: #374151;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .search-input input {
    font-size: 14px;
  }
}
.privacy-section-hero .search-box-one.search-box-thirteen .form-search-btn {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .form-search-btn {
    float: none;
  }
}
.privacy-section-hero .search-box-one.search-box-thirteen .form-search-btn .btn {
  min-width: auto;
  padding: 16px 43px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 16px 22px;
  }
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .form-search-btn .btn {
    padding: 14px 14px;
  }
}
@media (max-width: 991.98px) {
  .privacy-section-hero .search-box-one.search-box-thirteen .form-search-btn .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .privacy-section-hero .banner-section-thirteen-bg {
    display: none;
  }
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-one {
  position: absolute;
  right: 50px;
  bottom: 2%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-two {
  position: absolute;
  bottom: 240px;
  left: 70px;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-three {
  position: absolute;
  top: 300px;
  left: 15%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-four {
  position: absolute;
  right: 230px;
  bottom: 40%;
  animation: elastic-spin 1s infinite ease;
  z-index: -1;
  opacity: 0.4;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-five {
  position: absolute;
  top: 500px;
  right: 3%;
  animation: elastic-spin 1s infinite ease;
  opacity: 0.4;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-six {
  position: absolute;
  top: 500px;
  right: 50%;
  animation: elastic-spin 1s infinite ease;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-seven {
  position: absolute;
  top: 70px;
  right: 3%;
  animation: pulse 1s infinite ease-in-out alternate;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-eight {
  position: absolute;
  top: 130px;
  left: 5%;
  animation: pulse 1s infinite ease-in-out alternate;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-nine {
  position: absolute;
  bottom: 400px;
  left: 15%;
  animation: spin 3000ms linear infinite;
  z-index: -1;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-ten {
  position: absolute;
  bottom: 50px;
  left: 5%;
  animation: elastic-spin 1s infinite ease;
  opacity: 0.4;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-eleven {
  position: absolute;
  top: 27%;
  right: 10%;
  animation: spin 3000ms linear infinite;
  z-index: -1;
  opacity: 0.4;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-thirteen {
  position: absolute;
  top: 6%;
  right: 10%;
  animation: spin 3000ms linear infinite;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-fourteen {
  position: absolute;
  top: 8%;
  right: 5%;
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-fourteen {
    display: none;
  }
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-fifteen {
  position: absolute;
  top: 17%;
  right: 0;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-sixteen {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: -1;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
  position: absolute;
  top: 74%;
  left: 24%;
  padding: 25px 30px;
  background: #00e3ff;
  color: #ffffff;
  box-shadow: 0px 19.9607px 87.3282px rgba(32, 36, 138, 0.06);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
    padding: 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-seventeen a {
    font-size: 15px;
    padding: 12px 20px;
  }
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-eighteen a {
  position: absolute;
  top: 45%;
  left: 23%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-eighteen a {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
  position: absolute;
  top: 36%;
  right: 27%;
  padding: 24px 34px;
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
    top: 37%;
    right: 12%;
    z-index: 1;
    padding: 15px 30px;
  }
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-ninteen a {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bg-twenty {
  position: absolute;
  top: 56%;
  left: 17%;
  z-index: -1;
}
.privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bgs {
  position: absolute;
  top: 56%;
  right: 17%;
}
@media (max-width: 1199.98px) {
  .privacy-section-hero .banner-section-thirteen-bg .banner-section-thirteen-bgs {
    max-width: 300px;
  }
}

.privacy-section {
  padding: 40px 0;
  background-color: #fafafa;
}
@media (max-width: 991.98px) {
  .privacy-section {
    padding: 40px 0;
  }
}

.privacy-content {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .privacy-content {
    padding: 0 15px;
  }
}

.privacy-header {
  margin: 30px;
  text-align: center;
}
.privacy-header p {
  font-size: 20px;
  color: #666;
  margin-bottom: 5px;
}

.privacy-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #272b41;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .privacy-body h3 {
    font-size: 24px;
  }
}
.privacy-body h4 {
  font-size: 18px;
  font-weight: 500;
  color: #272b41;
  margin-bottom: 10px;
  margin-top: 20px;
}
.privacy-body p {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}
.privacy-body ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.privacy-body ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 10px;
}

.cookie-consent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 9998;
}

.cookie-consent-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2b3035;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}
.cookie-consent-popup .cookie-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.cookie-consent-popup .close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.cookie-consent-popup .cookie-description {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.cookie-consent-popup .link {
  color: #8ab4f8;
  text-decoration: none;
}
.cookie-consent-popup .link:hover {
  text-decoration: underline;
}
.cookie-consent-popup .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
}
.cookie-consent-popup .btn-primary {
  background-color: #4285f4;
  border-color: #4285f4;
}
.cookie-consent-popup .btn-primary:hover {
  background-color: #3367d6;
  border-color: #3367d6;
}
.cookie-consent-popup .btn-secondary {
  background-color: #5f6368;
  border-color: #5f6368;
}
.cookie-consent-popup .btn-secondary:hover {
  background-color: #4a4d51;
  border-color: #4a4d51;
}
.cookie-consent-popup .btn-outline-secondary {
  color: #fff;
  border-color: #5f6368;
}
.cookie-consent-popup .btn-outline-secondary:hover {
  background-color: #5f6368;
}
.cookie-consent-popup .customize-section {
  background-color: #3c4043;
  border-radius: 8px;
  padding: 15px;
}
.cookie-consent-popup .preference-toggle {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #5f6368;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.cookie-consent-popup .preference-toggle.active {
  background-color: #4285f4;
}
.cookie-consent-popup .preference-toggle input[type=checkbox] {
  margin-right: 8px;
}
.cookie-consent-popup .preference-toggle .toggle-label {
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .cookie-consent-popup .cookie-title {
    font-size: 1.2rem;
  }
  .cookie-consent-popup .cookie-description {
    font-size: 0.8rem;
  }
  .cookie-consent-popup .btn {
    font-size: 0.9rem;
    padding: 0.4rem 1.2rem;
  }
}
.consultation-info {
  padding-bottom: 25px;
}
.consultation-info p {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .consultation-info p {
    margin-bottom: 15px;
  }
}

.consultation-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.consultation-list ul li {
  display: block;
  margin-bottom: 15px;
}
.consultation-list ul li:last-child {
  margin-bottom: 0;
}

.consultation-types a {
  font-weight: 500;
  font-size: 16px;
  color: #6b6b6b;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  min-width: 413px;
  margin: 0;
  padding: 10px 15px;
}
.consultation-types a:hover {
  color: #0e82fd;
  background: #ffffff;
  border: 1px solid #0e82fd;
}
.consultation-types a i {
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .consultation-types a {
    min-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .consultation-types a {
    font-size: 14px;
    min-width: 250px;
    margin: 0;
    padding: 7px 15px;
  }
}
.consultation-types span {
  margin-left: 18px;
  font-size: 20px;
  color: #28a745;
  display: none;
}
.consultation-types.active a {
  color: #0e82fd;
  background: #ffffff;
  border: 1px solid #0e82fd;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.07);
}
.consultation-types.active span {
  display: block;
}

.booking-device-img {
  margin-right: 15px;
}

.booking-doctor-info h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.booking-doctor-info .device-text {
  margin-bottom: 12px;
}
.booking-doctor-info .btn {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  padding: 4px 10px;
  min-width: 109px;
  color: #0e82fd;
  background: #ffffff;
  border: 2px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #0e82fd;
  border-radius: 6px;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.booking-doctor-info .btn:hover {
  color: #ffffff;
  background: #0e82fd;
  box-shadow: inset 0 0 0 50px #0e82fd;
  border: 2px solid #0e82fd;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.app-images a {
  margin-right: 8px;
}
.app-images a:last-child {
  margin-right: 0;
}

.booking-date {
  padding-bottom: 30px;
}
.booking-date p {
  color: #8c8c8c;
  margin: 0 10px 0 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .booking-date p {
    margin: 0 0 10px 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .booking-date {
    display: block;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .time-slot-card-body {
    padding-bottom: 0 !important;
  }
}

.booking-range .btn {
  background: #ffffff;
  border: 1px solid #e4e4e8;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
  margin: 0;
  padding: 10px 15px;
}
@media (max-width: 767.98px) {
  .booking-range .btn {
    font-size: 13px;
    margin: 0;
    padding: 10px;
    position: relative;
  }
}
.booking-range img {
  margin-right: 10px;
}
.booking-range i {
  font-size: 16px;
  margin-left: 10px;
  color: #5b5b5b;
}

.booking-card {
  border: 2px solid #f4f4f4;
  border-radius: 8px;
  margin-bottom: 25px;
}

.booking-date-slider {
  padding-bottom: 30px;
}

.date-slider {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.date-slider .slick-slide {
  display: block;
  margin: 0;
  padding: 0 5px;
}
.date-slider li h4 {
  font-weight: 500;
  font-size: 16px;
  color: #b9b9b9;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  .date-slider li h4 {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .date-slider li h4 {
    font-size: 16px;
  }
}
.date-slider li p {
  color: #d4d4d4;
  margin-bottom: 0;
}
.date-slider li.active h4 {
  color: #000000;
}
.date-slider li.active p {
  color: #aaaaaa;
}
.date-slider .slick-prev:before {
  content: " \e92f";
}
.date-slider .slick-next:before {
  content: " \e930";
}

.date-slider .slick-prev,
.date-slider .slick-next {
  background: transparent;
  color: #000000;
  line-height: normal;
}

.date-slider .slick-prev:hover,
.date-slider .slick-prev:focus,
.date-slider .slick-next:hover,
.date-slider .slick-next:focus {
  background-color: transparent;
  color: #09e5ab;
  opacity: 1;
}

.date-slider .slick-prev:hover:before,
.date-slider .slick-prev:focus:before,
.date-slider .slick-next:hover:before,
.date-slider .slick-next:focus:before {
  color: #09e5ab;
}

.date-slider .slick-prev:before,
.date-slider .slick-next:before {
  font-family: "feather";
  font-size: 26px;
}

.time-slot {
  text-align: center;
}
.time-slot h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.time-slot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time-slot ul li {
  display: block;
  margin-bottom: 15px;
}
.time-slot li:last-child {
  margin-bottom: 0;
}
.time-slot li .timing {
  background: #f5f5f5;
  border: 2px solid #f3f3f3;
  border-radius: 8px;
  color: #595959;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot li .timing:hover {
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.time-slot li .timing.active {
  background: #09e5ab;
  border: 2px solid #09e5ab;
  color: #ffffff;
  box-shadow: inset 0 0 0 0 #09e5ab;
}
.time-slot li .timing.active:hover {
  background: #09e5ab;
  border: 2px solid #09e5ab;
  color: #ffffff;
  box-shadow: inset 0 0 0 50px #09e5ab;
}
.time-slot li .timing i {
  margin-right: 4px;
}
.time-slot li .load-more-timings a {
  font-weight: 500;
  text-decoration: underline;
  color: #09e5ab;
}
.time-slot li .load-more-timings a:hover {
  color: #000000;
}
.time-slot .time-slot-open {
  display: none;
}
@media (max-width: 991.98px) {
  .time-slot {
    padding-bottom: 15px;
  }
}

.success-content {
  text-align: center;
  padding-bottom: 40px;
}
.success-content h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .success-content h4 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .success-content {
    padding-bottom: 30px;
  }
}

.success-icon {
  padding-bottom: 15px;
}
.success-icon i {
  font-size: 50px;
  color: #28a745;
}
@media (max-width: 991.98px) {
  .success-icon i {
    font-size: 36px;
  }
}

.booking-success-info {
  padding-bottom: 20px;
}
.booking-success-info .booking-doctor-img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin-right: 15px;
}
.booking-success-info .booking-doctor-img img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.booking-success-info .booking-doctor-info p {
  margin-bottom: 15px;
}

.success-btn {
  text-align: center;
  padding-bottom: 25px;
}
.success-btn .btn {
  font-weight: 500;
  padding: 8px 18px;
}
@media (max-width: 767.98px) {
  .success-btn .btn {
    display: flex;
  }
}
.success-btn .btn-primary {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .success-btn .btn-primary {
    margin: 0 0 10px 0;
    padding: 8px 18px;
  }
}
.success-btn .btn-light {
  color: #7c7c7c;
  background: #f5f5f5;
}

.success-dashboard-link {
  text-align: center;
}
.success-dashboard-link a {
  font-weight: 500;
  font-size: 15px;
  color: #959595;
}
.success-dashboard-link a:hover {
  color: #0e82fd;
}
.success-dashboard-link a i {
  margin-right: 12px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .success-dashboard-link a {
    font-size: 14px;
  }
}

.appointment-wrap {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 15px;
  padding: 24px 24px 10px 24px;
  border-radius: 10px;
}
.appointment-wrap > ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .appointment-wrap > ul {
    display: block;
  }
}
.appointment-wrap > ul > li {
  margin-bottom: 14px;
}
.appointment-wrap > ul > li:first-child {
  min-width: 150px;
}
.appointment-wrap > ul > li.appointment-info {
  min-width: 190px;
}
.appointment-wrap > ul > li.mail-info-patient {
  min-width: 190px;
}

.appointment-info p {
  color: #334155;
  margin-bottom: 5px;
}
.appointment-info p i {
  margin-right: 5px;
  font-size: 13px;
  min-width: 13px;
}
.appointment-info p.md-text {
  color: #334155;
  margin-bottom: 0;
}

.patinet-information {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-width: 175px;
}
.patinet-information > a {
  flex-shrink: 0;
}
.patinet-information img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-right: 10px;
}
.patinet-information .patient-info {
  margin: 0;
}
.patinet-information .patient-info p {
  color: #1d7ed8;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.patinet-information .patient-info p.visit {
  font-weight: normal;
  color: #000000;
}
.patinet-information .patient-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0;
}
.patinet-information .patient-info h6 a {
  color: #0f172a;
}
.patinet-information .patient-info h6 a:hover {
  color: #0e82fd;
}

.appointment-type p {
  font-size: 16px;
  color: #0f172a;
  margin-bottom: 0;
}
.appointment-type p i {
  margin-right: 5px;
}
.appointment-type p.md-text {
  color: #334155;
  margin-bottom: 5px;
}

.request-action li {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
  display: inline-block;
}
.request-action li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.request-action li:last-child::before {
  content: none;
}
.request-action li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  background: #e2e8f0;
  width: 1px;
  height: 19px;
}
.request-action li a {
  font-size: 15px;
  font-weight: 500;
}
.request-action li a i {
  margin-right: 6px;
}
.request-action li a.accept-link {
  color: #158033;
}
.request-action li a.reject-link {
  color: #be123c;
}

.dashboard-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
  padding-bottom: 14px;
  flex-wrap: wrap;
}
.dashboard-header h3 {
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 10px;
}
.dashboard-header ul li {
  margin-bottom: 10px;
}

.md-text {
  font-size: 14px;
  font-weight: 500;
}

.text-green {
  color: #059669;
}

.text-blue {
  color: #6366f1;
}

.text-indigo {
  color: #3730a3;
}

.text-blue-600 {
  color: #0e82fd !important;
}

.success-wrap .icon-success {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto 24px;
  background: #004fff;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .success-wrap .icon-success {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.success-wrap h3 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #0f172a;
}
.success-wrap p {
  color: #334155;
  margin-bottom: 24px;
}
.success-wrap .btn {
  font-weight: 600;
  font-size: 15px;
  padding: 8px 10px;
}
@media (max-width: 575.98px) {
  .success-wrap .btn {
    margin-top: 5px;
  }
}
.success-wrap .form-wrap {
  margin-bottom: 15px;
}
.success-wrap .form-check {
  font-size: 16px;
  color: #1f2937;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .success-wrap .form-check {
    font-size: 15px;
  }
}

.success-info {
  margin-bottom: 24px;
}

.info-modal .modal-body {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .info-modal .modal-body {
    padding: 25px;
  }
}

.loader-item {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  .loader-item {
    margin-top: 5px;
  }
}

.btn-load {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  padding: 8px 11px;
  color: #334155;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.btn-load:hover {
  background: #e2e8f0;
  color: #334155;
}

.dashboard-header .header-list-btns {
  display: flex;
  align-items: center;
}
.dashboard-header .header-list-btns li .view-icons a {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  background: #ffffff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.dashboard-header .header-list-btns li .view-icons a.active, .dashboard-header .header-list-btns li .view-icons a:hover {
  background: #0e82fd;
  color: #ffffff;
  border-color: #0e82fd;
}
.dashboard-header .header-list-btns li .dash-search-input {
  position: relative;
}
.dashboard-header .header-list-btns li .dash-search-input .form-control {
  height: 36px;
  min-height: 36px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.dashboard-header .header-list-btns li .dash-search-input .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.dash-search-input {
  position: relative;
}
.dash-search-input .form-control {
  height: 36px;
  min-height: 36px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.dash-search-input .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.appointment-info .apponitment-types {
  align-items: center;
}
.appointment-info .apponitment-types li {
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  line-height: 1;
}
.appointment-info .apponitment-types li + li {
  border-left: 1px solid #e2e8f0;
  margin-left: 5px;
  padding-left: 5px;
}

.mail-info-patient li {
  color: #1e293b;
}
.mail-info-patient li i {
  margin-right: 5px;
  font-size: 13px;
}
.mail-info-patient li + li {
  margin-top: 5px;
}

.appointment-action ul {
  display: flex;
  align-items: center;
}
.appointment-action ul li + li {
  margin-left: 8px;
}
.appointment-action ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appointment-action ul li a:hover {
  background: #0e82fd;
  color: #ffffff;
}

.appointment-start a {
  color: #18181B;
  font-weight: 600;
  text-decoration: underline;
}
.appointment-start a:hover {
  color: #0e82fd;
}

.patient-info h6 {
  display: inline-flex;
  align-items: center;
}
.patient-info h6 .badge.new-tag {
  background: #14b8a6;
  font-size: 10px;
  margin-left: 5px;
  font-weight: 500;
  padding: 4px 6px;
}

.form-sorts.dropdown {
  background: #ffffff;
  border: 1px solid #E2E8F0;
  height: 36px;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-sorts.dropdown a {
  color: #6b7280;
}
.form-sorts.dropdown a.dropdown-toggle::after {
  margin-left: 8px;
}

.filter-checks .checkboxs {
  display: block;
  cursor: pointer;
  user-select: none;
}
.filter-checks .checkboxs .check-title {
  padding-left: 25px;
  color: #374151;
}
.filter-checks .checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-checks .checkboxs input ~ .checkmarks {
  border-radius: 5px;
}
.filter-checks .checkboxs input:checked ~ .checkmarks {
  background-color: #3b9cf6;
  border-color: #3b9cf6;
}
.filter-checks .checkboxs input:checked ~ .checkmarks:after {
  display: block;
}
.filter-checks .checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  border: 1px solid #E5E7EB;
  top: 3px;
  left: 0;
}
.filter-checks .checkboxs .checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}
.filter-checks .checkboxs .checkmarks:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.filter-set-content-head a i {
  transition: 0.5s all;
  font-size: 16px;
}
.filter-set-content-head a:not(.collapsed) i {
  transform: rotate(-90deg);
  transition: 0.5s all;
}

.form-sorts {
  position: relative;
}
.form-sorts .filter-dropdown-menu {
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(188, 188, 188, 0.2509803922);
  position: absolute;
  z-index: 1;
  min-width: 350px;
  right: 0;
  top: 40px;
  opacity: 0;
  display: none;
}
@media (max-width: 575.98px) {
  .form-sorts .filter-dropdown-menu {
    right: unset;
    left: 0;
    min-width: 280px;
  }
}
.form-sorts.table-filter-show .filter-dropdown-menu {
  display: block;
  opacity: 1;
}
.form-sorts .filter-set-head h4 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.form-sorts .filter-set-content {
  margin-bottom: 15px;
}
.form-sorts .filter-set-content .filter-set-content-head a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  padding: 10px;
  font-size: 16px;
  color: #0f172a;
  font-weight: 500;
}
.form-sorts .filter-reset-btns {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.form-sorts .filter-reset-btns a {
  padding: 10px 20px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  font-family: 600;
}
@media (max-width: 575.98px) {
  .form-sorts .filter-reset-btns a {
    padding: 10px 30px;
  }
}
.form-sorts .filter-reset-btns a.btn-primary {
  background: #0e82fd;
  color: #ffffff;
}
.form-sorts .filter-reset-btns .btn-light {
  background: #F3F4F6;
  color: #1F2937;
  margin-right: 15px;
}

.filter-set-contents ul {
  margin-top: 20px;
}
.filter-set-contents ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter-set-contents ul li:last-child {
  margin-bottom: 0;
}
.filter-set-contents ul li .rating {
  margin-left: 28px;
}
.filter-set-contents ul li .rating span {
  margin-left: 5px;
}
.filter-set-contents ul li .collapse-inside-text {
  margin-left: 28px;
}
.filter-set-contents ul li .collapse-inside-text h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.setting-title h5 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .setting-title h5 {
    font-size: 16px;
  }
}

.appointment-tabs ul.available-nav {
  margin-bottom: 4px;
}
.appointment-tabs ul li {
  margin-right: 10px;
  margin-bottom: 20px;
}
.appointment-tabs ul li:last-child {
  margin-right: 0;
}
.appointment-tabs ul li .nav-link {
  background: #f1f5f9;
  border-radius: 10px;
  color: #334155;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 575.98px) {
  .appointment-tabs ul li .nav-link {
    text-align: center;
  }
}
.appointment-tabs ul li .nav-link span {
  background: #ffffff;
  padding: 1px 11px;
  color: #0f172a;
  font-weight: 700;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 10px;
}
.appointment-tabs ul li .nav-link.active {
  background: #0e82fd;
  color: #ffffff;
  border-color: #0e82fd;
}
.appointment-tabs ul li .nav-link:hover {
  background: #0e82fd;
  color: #ffffff;
  border-color: #0e82fd;
}
@media (max-width: 575.98px) {
  .appointment-tabs ul li {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .appointment-tabs ul {
    display: block;
  }
}

.grid-patient .patinet-information .patient-info p {
  margin-bottom: 0;
}
.grid-patient .patinet-information .patient-info h6 {
  margin-bottom: 5px;
}
.grid-patient .appointment-wrap.appointment-grid-wrap > ul > li {
  margin-bottom: 15px;
}
.grid-patient .appointment-action {
  border-top: 1px solid #e2e8f0;
  padding-top: 15px;
}

.appointment-tab-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.appointment-tab-head .filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.appointment-tab-head .filter-head .daterange-wraper {
  margin-bottom: 20px;
  width: 230px;
}
.appointment-tab-head .filter-head .daterange-wraper input.form-control {
  border: 1px solid #E2E8F0;
  min-height: 36px;
  height: 36px;
  border-radius: 6px;
  padding-left: 34px;
  color: #6B7280;
}
.appointment-tab-head .filter-head .daterange-wraper input.form-control::placeholder {
  color: #6B7280;
}
.appointment-tab-head .filter-head .daterange-wraper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
}

.accordion .filter-set-content + .filter-set-content {
  border-top: 1px solid #E2E8F0;
  padding-top: 15px;
}

.appointment-tab-content {
  padding-top: 10px;
}

.appointment-detail-btn a {
  border: 1px solid #0e82fd;
  color: #0e82fd;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
}
.appointment-detail-btn a i {
  font-size: 14px;
}

.dashboard-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.dashboard-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-pagination ul li .page-link {
  background: #e2e8f0;
  border-color: #e2e8f0;
  width: 32px;
  height: 32px;
  color: #0f172a;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dashboard-pagination ul li .page-link.active {
  background: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
.dashboard-pagination ul li .page-link:hover {
  background: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}

.bg-red {
  background: #DE3F44 !important;
}

.btn-gray {
  background: #f3f4f6;
  border: 1px solid #f3f4f6;
  color: #334155;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.btn-gray:hover {
  color: #334155;
  background-color: #ffffff;
  border-color: #334155;
  box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 575.98px) {
  .modal-button .btn + .btn {
    margin-top: 15px;
  }
}

.col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  padding: 0 0 10px 0;
}

.appointment-wrap .appointment-detail-btn a {
  display: flex;
  text-align: center;
  align-items: center;
}
.appointment-wrap .appointment-detail-btn a:hover {
  background: #0e82fd;
  color: #ffffff;
}
.appointment-wrap.appointment-grid-wrap {
  flex-direction: column;
  align-items: start;
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}
.appointment-wrap.appointment-grid-wrap > ul > li {
  width: 100%;
  margin-bottom: 24px;
}
.appointment-wrap.appointment-grid-wrap > ul > li:last-child {
  margin-bottom: 0;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .video-icon i {
  color: #6366f1;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .hospital-icon i {
  color: #059669;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .telephone-icon i {
  color: #3730a3;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-info {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 10px;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.appointment-wrap.appointment-grid-wrap > ul .appointment-start a {
  font-size: 14px;
}

.dashboard-header .header-back {
  display: flex;
  align-items: center;
}
.dashboard-header .header-back h3 {
  margin-bottom: 0;
}
.dashboard-header .header-back a {
  display: inline-block;
  margin-right: 8px;
}

.appointment-detail-card {
  border: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.appointment-detail-card .patinet-information a {
  flex-shrink: 0;
}
.appointment-detail-card .patinet-information a img {
  width: 120px;
  height: 120px;
}
@media (max-width: 575.98px) {
  .appointment-detail-card .patinet-information a img {
    width: 90px;
    height: 90px;
  }
}
.appointment-detail-card .patinet-information .mail-info-patient ul {
  margin-top: 10px;
}
.appointment-detail-card .patinet-information .mail-info-patient ul li + li {
  margin-top: 5px;
}
.appointment-detail-card .appointment-info .person-info p {
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}
.appointment-detail-card .appointment-info .person-info + .person-info {
  margin-top: 10px;
}
.appointment-detail-card .appointment-info .apponitment-types li i {
  margin-right: 5px;
}
.appointment-detail-card .appointment-info .apponitment-types li i.text-green {
  color: #059669;
}
.appointment-detail-card .appointment-action {
  text-align: right;
}
@media (max-width: 575.98px) {
  .appointment-detail-card .appointment-action {
    text-align: left;
  }
}
.appointment-detail-card .appointment-action .consult-fees h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.appointment-detail-card .appointment-action ul {
  justify-content: end;
}
@media (max-width: 575.98px) {
  .appointment-detail-card .appointment-action ul {
    justify-content: start;
  }
}
.appointment-detail-card .appointment-action .reject-popup {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.appointment-detail-card .detail-badge-info {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
}
.appointment-detail-card .detail-badge-info span {
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
}
.appointment-detail-card .detail-badge-info span.bg-grey {
  background: #6b7280;
}
.appointment-detail-card .detail-badge-info span.bg-yellow {
  background: #EAAB08;
}
.appointment-detail-card .detail-badge-info span.bg-green {
  background: #14b8a6;
}
.appointment-detail-card .detail-badge-info span.bg-red {
  background: #EF444E;
}
.appointment-detail-card .detail-badge-info span.bg-soft-red {
  background: #FEF2F2;
  color: #DE3F44;
}
.appointment-detail-card .detail-badge-info span.bg-soft-green {
  background: #F0FDF4;
  color: #1CA345;
}

.detail-card-bottom-info {
  padding-top: 24px;
  margin-top: 9px;
  border-top: 1px solid #e2e8f0;
}
.detail-card-bottom-info li h6 {
  color: #334155;
  margin-bottom: 5px;
  font-size: 14px;
}
.detail-card-bottom-info li span {
  color: #0f172a;
  font-weight: normal;
  font-size: 15px;
}
.detail-card-bottom-info li .start-btn a {
  background: #0e82fd;
  border-color: #0e82fd;
  font-size: 14px;
  font-weight: 500;
}
.detail-card-bottom-info li .start-btn a:hover {
  border-color: #0e82fd;
  background: #ffffff;
  color: #0e82fd;
}

.recent-appointments .head-text {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
}

.btn-primary-border {
  border: 1px solid #0e82fd;
  color: #0e82fd;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 15px;
}
.btn-primary-border:hover {
  background: #0e82fd;
  color: #ffffff;
}

.modal .modal-header {
  justify-content: space-between;
}

.custom-modal-two .modal-content {
  padding: 24px;
}
@media (max-width: 991.98px) {
  .custom-modal-two .modal-content {
    padding: 15px;
  }
}
.custom-modal-two .modal-content .modal-header {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.custom-modal-two .modal-content .modal-header h5 {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .custom-modal-two .modal-content .modal-header h5 {
    font-size: 18px;
  }
}
.custom-modal-two .modal-content .modal-header button {
  border: 0;
  background: #e2e8f0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}
.custom-modal-two .modal-content .modal-header button:hover {
  background: #e11d48;
  transition: 0.5s all;
}
.custom-modal-two .modal-content .modal-body {
  padding: 0;
}

.create-appointment-details .session-end-head {
  background: #f8fafc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.create-appointment-details .session-end-head h6 {
  margin-bottom: 0;
  color: #0f172a;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.create-appointment-details .session-end-head h6 span {
  color: #1e293b;
  font-weight: 500;
  margin-right: 5px;
}
.create-appointment-details .head-text {
  font-size: 20px;
  margin-bottom: 24px;
  color: #0f172a;
  font-weight: 600;
}

.create-details-card {
  border: 1px solid #e2e8f0;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 24px;
}
.create-details-card .create-details-card-head {
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 24px;
}
.create-details-card .card-title-text h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0f172a;
  font-weight: 600;
}
.create-details-card .patient-info-box {
  background: #f8fafc;
  padding: 15px 15px 0;
  border-radius: 10px;
  margin-bottom: 24px;
}
.create-details-card .patient-info-box .info-list {
  margin-bottom: 15px;
}
.create-details-card .patient-info-box .info-list li {
  font-weight: 500;
  font-size: 14px;
  color: #334155;
}
.create-details-card .patient-info-box .info-list li h6 {
  margin-bottom: 0;
  font-size: 14px;
}
.create-details-card .patient-info-box .info-list li + li {
  margin-top: 5px;
}

.create-details-card-body .form-bg-title {
  background: #f8fafc;
  padding: 10px;
  margin-bottom: 15px;
}
.create-details-card-body .form-bg-title h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.create-details-card-body .input-block-new {
  margin-bottom: 24px;
}

.input-block-new {
  position: relative;
}
.input-block-new label {
  font-size: 14px;
}
.input-block-new .input-text-field {
  position: relative;
}
.input-block-new .input-text-field .input-group-text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  border-left: 1px solid #E2E8F0;
  padding: 0 0 0 10px;
  line-height: 1;
  border-radius: 0;
  color: #131022;
  font-weight: 500;
  font-size: 14px;
}
.input-block-new .input-text-field input {
  padding-right: 45px;
  height: 40px;
  min-height: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}
.input-block-new input {
  height: 40px;
  min-height: 40px;
  border-radius: 6px;
}
.input-block-new input::placeholder {
  color: #64748b;
}
.input-block-new textarea {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  resize: none;
}
.input-block-new .bootstrap-tagsinput {
  min-height: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  height: auto;
}
.input-block-new .bootstrap-tagsinput .badge-info {
  background: #f1f5f9 !important;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  padding: 5px;
  color: #6b7280;
}
.input-block-new .bootstrap-tagsinput .tag [data-role=remove] {
  left: 0;
  margin-left: 5px;
}
.input-block-new .bootstrap-tagsinput input {
  line-height: 30px;
}
.input-block-new .bootstrap-tagsinput input::placeholder {
  font-size: 14px;
  color: #6b7280;
}
.input-block-new .input-field-set {
  display: flex;
  align-items: center;
}
.input-block-new .input-field-set label {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .input-block-new .input-field-set label {
    width: 100%;
  }
}
.input-block-new .input-text {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #0e82fd;
  font-weight: 500;
}

.medication-wrap .input-block-new {
  flex: 1;
  margin-right: 15px;
}
.medication-wrap .input-block-new label {
  display: block;
}
.medication-wrap .input-block-new .select2-container .select2-selection--single {
  height: 40px;
  min-height: 40px;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
}
.medication-wrap .input-block-new .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #6b7280;
}
.medication-wrap .input-block-new .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.medication-wrap .input-block-new .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) translatey(-50%);
  border-color: #6B7280 !important;
  padding: 3px;
}

.form-set-button {
  display: flex;
  align-items: center;
  justify-content: end;
}
.form-set-button .btn-light {
  background: #f3f4f6;
  color: #1f2937;
  border-color: #f3f4f6;
  padding: 8px 20px;
  margin-right: 15px;
  font-weight: 600;
}
.form-set-button .btn-primary {
  background: #0e82fd;
  border-color: #0e82fd;
  padding: 8px 20px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .form-set-button .btn-primary {
    padding: 10px;
  }
}
.form-set-button .btn-primary:active, .form-set-button .btn-primary:active:not(:disabled):not(.disabled) {
  background: #0e82fd;
  border-color: #0e82fd;
}

.daterange-wraper {
  margin-bottom: 20px;
  width: 230px;
}
.daterange-wraper input.form-control {
  border: 1px solid #E2E8F0;
  min-height: 36px;
  height: 36px;
  border-radius: 10px;
  padding-left: 35px;
  color: #6B7280;
}
.daterange-wraper input.form-control::placeholder {
  color: #6B7280;
}
.daterange-wraper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
}

.social-media-links .select-social-link {
  flex-basis: 27%;
  margin-right: 15px;
}
.social-media-links .select2-container .select2-selection--single {
  border: 1px solid #E2E8F0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  background: transparent;
  height: 40px;
  min-height: 40px;
  border-radius: 6px;
}
.social-media-links .select2-container {
  width: 100% !important;
}
.social-media-links .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.social-media-links .select2-container--default .select2-selection--single .select2-selection__rendered span img {
  width: 16px;
  margin-right: 10px;
}
.social-media-links .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-results__option .social-img {
  margin-right: 10px;
}

.daterangepicker .ranges li.active {
  background: #0e82fd;
}

.custom-card {
  border: 1px solid #e2e8f0;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
}
.custom-card .card-header {
  border-color: #e2e8f0;
  margin: 0 0 24px;
  padding: 0;
}
.custom-card .card-header h3 {
  font-weight: 600;
  margin-bottom: 24px;
}
.custom-card .card-body {
  padding: 24px;
}
.custom-card .card-body .modal-btn {
  margin-top: 40px;
}

.timing-content .col-form-label {
  color: #0f172a;
}
.timing-content .form-control {
  min-height: 40px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 7px 15px;
  border-color: #e2e8f0;
}

.slot-box {
  border: 2px solid #e2e8f0;
  margin: 0 0 30px;
  padding: 15px 15px 0;
  border-radius: 8px;
}
.slot-box .slot-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 15px;
}
.slot-box .slot-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .slot-box .slot-header h5 {
    font-size: 16px;
  }
}
.slot-box .slot-header ul li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 15px 0;
  display: inline-block;
}
.slot-box .slot-header ul li:last-child {
  margin-right: 0;
}
.slot-box .slot-header ul li a {
  font-size: 14px;
  font-weight: 500;
}
.slot-box .slot-header ul li .add-slot {
  color: #0e82fd;
}
.slot-box .slot-header ul li .add-slot:hover {
  color: #0275f0;
  color: #0275f0;
}
.slot-box .slot-header ul li .del-slot {
  color: #e11d48;
}
.slot-box .slot-header ul li .del-slot:hover {
  color: #ca1a41;
}
@media (max-width: 767.98px) {
  .slot-box .slot-header ul li {
    margin-right: 8px;
  }
}
.slot-box .slot-body p {
  font-size: 16px;
  color: #334155;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .slot-box .slot-body p {
    font-size: 15px;
  }
}
.slot-box .slot-body .time-slots li {
  background: #f1f5f9;
  margin: 0 15px 15px 0;
  padding: 12px 13px;
  border-radius: 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  min-width: 120px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.slot-box .slot-body .time-slots li:hover::before {
  content: "Space : 2";
  background: #0f172a;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  margin: 0 15px 15px 0;
  padding: 12px 13px;
  transition: 0.5s;
}
.slot-box .slot-body .time-slots li i {
  margin-right: 10px;
}
.slot-box .slot-body .time-slots li.slot-space {
  background: #0f172a;
  color: #ffffff;
}
.slot-box .slot-body .time-slots li:last-child {
  margin-right: 0;
}

.available-tab {
  margin-bottom: 15px;
}
.available-tab .form-label {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.available-tab ul li {
  margin: 0 15px 15px 0;
}
.available-tab ul li a {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 10px 22px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .available-tab ul li a {
    padding: 9px 17px;
  }
}
@media (max-width: 575.98px) {
  .available-tab ul li a {
    display: block;
  }
}
.available-tab ul li a.active, .available-tab ul li a:hover {
  background: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .available-tab ul li {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .available-tab ul {
    display: block;
  }
}

.modal-btn .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 7px 10px;
}
.modal-btn .btn + .btn {
  margin-left: 15px;
}

.timing-modal .form-wrap {
  margin-bottom: 15px;
}
.timing-modal .form-wrap .custom-control-inline {
  font-weight: 500;
  margin: 0 10px 5px 0;
  color: #334155;
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .timing-modal .form-wrap .custom-control-inline {
    font-size: 15px;
  }
}

.clinic-wrap {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
}
.clinic-wrap h5 {
  font-size: 18px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .clinic-wrap h5 {
    font-size: 16px;
  }
}
.clinic-wrap .select2-container {
  width: 100% !important;
}
.clinic-wrap .select2-container .select2-selection--single {
  border-color: #f3f4f6;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  height: 40px;
}
.clinic-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 5px;
  font-size: 14px;
  color: #0f172a;
}
.clinic-wrap .select2-container .select2-selection--single .select2-selection__rendered .clinic-img {
  border-radius: 8px;
}
.clinic-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.select2-results__option {
  padding: 6px 10px;
}

.select2-results__option .clinic-img {
  border-radius: 8px;
}

.form-wrap {
  margin-bottom: 15px;
}

.custom-modals .modal-content {
  padding: 24px;
}
.custom-modals .modal-content .modal-header {
  padding: 0 0 15px;
}
.custom-modals .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
}
@media (max-width: 1399.98px) {
  .custom-modals .modal-content .modal-header .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .custom-modals .modal-content .modal-header .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .custom-modals .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
}
.custom-modals .modal-content .modal-header .btn-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #ffffff;
  box-shadow: none;
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
}
.custom-modals .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.custom-modals .modal-content .modal-header .btn-close:hover {
  background: #e11d48;
  color: #ffffff;
}
.custom-modals .modal-content .col-form-label {
  color: #0f172a;
}
.custom-modals .modal-content .modal-body {
  padding: 15px 0 15px;
}
.custom-modals .modal-content .modal-footer {
  padding: 15px 0 0;
}

.custom-table {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.custom-table .table > thead > tr > th {
  border-top: 0;
  background: #e2e8f0;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
}
.custom-table .table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.custom-table .table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.custom-table .table tr th,
.custom-table .table tr td {
  border-top: 1px solid #e2e8f0;
  white-space: nowrap;
  padding: 1rem 0.75rem;
  color: #0f172a;
  font-size: 14px;
}
.custom-table .table tr th h2 a,
.custom-table .table tr td h2 a {
  color: #334155;
}
.custom-table .table tr th h2 a:hover,
.custom-table .table tr td h2 a:hover {
  color: #0e82fd;
}
.custom-table .table tr th:first-child,
.custom-table .table tr td:first-child {
  padding-left: 1.5rem;
}
.custom-table .table tr th:last-child,
.custom-table .table tr td:last-child {
  padding-right: 1.5rem;
}
.custom-table .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.custom-table .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.action-item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.action-item a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  color: #334155;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 10px;
  font-size: 14px;
}
.action-item a:last-child {
  margin-right: 0;
}
.action-item a:hover {
  background: #0e82fd;
  color: #ffffff;
}

.badge-yellow {
  background: #eaab08 !important;
}

.badge-green {
  background: #14b8a6 !important;
}

.status-badge {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 60px;
}

.search-field {
  position: relative;
}
.search-field .form-control {
  height: 36px;
  min-height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.search-field .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
}

.search-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
.search-header .search-field {
  margin-bottom: 15px;
}
.search-header .search-field .form-control {
  min-width: 240px;
}
.search-header .btn {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 7px 10px;
}

.patient-wrap {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 0 0 24px;
  padding: 24px 24px 9px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.patient-wrap .patient-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}
.patient-wrap .patient-info img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-right: 10px;
}
.patient-wrap .patient-info .user-patient h6 {
  font-size: 12px;
  font-weight: 500;
  color: #1d7ed8;
  margin-bottom: 5px;
}
.patient-wrap .patient-info .user-patient h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #0f172a;
}
.patient-wrap .patient-info .user-patient ul li {
  color: #334155;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
}
.patient-wrap .patient-info .user-patient ul li::before {
  content: "";
  background: #e2e8f0;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.patient-wrap .patient-info .user-patient ul li:last-child {
  margin: 0;
  padding: 0;
}
.patient-wrap .patient-info .user-patient ul li:last-child::before {
  content: none;
}
.patient-wrap .patient-book {
  margin-bottom: 10px;
}
.patient-wrap .patient-book p {
  font-size: 12px;
  color: #334155;
  margin-bottom: 5px;
}
.patient-wrap .patient-book p i {
  margin-right: 5px;
}
.patient-wrap .patient-book p:last-child {
  margin-bottom: 0;
}

.lab-icon {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.lab-icon span {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: #f5f3ff;
  color: #9333ea;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 5px;
}
.lab-icon.prescription span {
  background: #fff7ed;
  color: #ea580c;
}

.upload-file {
  border: 1px dashed #e2e8f0;
  background: #f8fafc;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.upload-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.upload-file p {
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
  margin-bottom: 0;
}

.modal-content .bootstrap-tagsinput {
  border-radius: 6px;
}
.modal-content .form-control {
  border-radius: 6px;
}

.prescribe-download {
  background: #f8fafc;
  margin: 0 0 24px;
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prescribe-download h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .prescribe-download h5 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .prescribe-download h5 {
    margin-bottom: 15px;
  }
}
.prescribe-download ul li {
  display: inline-block;
  margin-right: 15px;
}
.prescribe-download ul li:last-child {
  margin-right: 0;
}
.prescribe-download ul li .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 9px 13px;
}
@media (max-width: 575.98px) {
  .prescribe-download {
    display: block;
  }
}

.view-prescribe.invoice-content {
  border: 1px solid #e2e8f0;
  margin: 0;
  padding: 20px;
}
.view-prescribe.invoice-content .invoice-item .invoice-details {
  font-size: 14px;
  color: #334155;
  font-weight: normal;
}
.view-prescribe.invoice-content .invoice-item .invoice-details strong {
  color: #0f172a;
  font-weight: 600;
}
.view-prescribe.invoice-content .invoice-item .customer-text {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 10px;
}
.view-prescribe.invoice-content .invoice-item .invoice-info {
  margin-bottom: 20px;
}
.view-prescribe.invoice-content .invoice-table-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
}
.view-prescribe.invoice-content .invoice-table-wrap .table-responsive {
  margin-bottom: 20px;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table {
  border: 1px solid #e2e8f0;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tr th {
  font-size: 14px;
  font-weight: 500;
  background: #f8fafc;
  white-space: nowrap;
  color: #0f172a;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr {
  border-color: #e2e8f0;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr td {
  font-size: 14px;
  color: #0f172a;
  font-weight: normal;
  white-space: nowrap;
}
.view-prescribe.invoice-content .invoice-table-wrap .invoice-table tbody tr td span {
  font-size: 12px;
  display: block;
}
.view-prescribe.invoice-content .other-info {
  background: #f8fafc;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 24px;
}
.view-prescribe.invoice-content .other-info h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #0f172a;
}
.view-prescribe.invoice-content .other-info p.text-muted {
  color: #334155 !important;
  font-size: 14px;
}
.view-prescribe.invoice-content .prescriber-info {
  text-align: right;
}
.view-prescribe.invoice-content .prescriber-info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.view-prescribe.invoice-content .prescriber-info p {
  font-size: 12px;
  color: #334155;
  margin-bottom: 0;
}
.view-prescribe.invoice-content .invoice-table-two tr th {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
}
.view-prescribe.invoice-content .invoice-table-two tr td {
  color: #334155;
  font-weight: normal;
}

.appointment-tabs.user-tab {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.appointment-tabs.user-tab ul {
  margin-bottom: 4px;
}

.doctor-content .profile-sidebar {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .doctor-content .profile-sidebar {
    margin-bottom: 24px;
  }
}

.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information img {
  width: 64px;
  height: 64px;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li {
  color: #334155;
  font-size: 12px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  display: inline-block;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li::before {
  content: "";
  background: #e2e8f0;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li:last-child {
  margin: 0;
  padding: 0;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .patinet-information .patient-info ul li:last-child::before {
  content: none;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p i {
  margin-right: 5px;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p:last-child {
  margin-bottom: 0;
}
.grid-patient .appointment-wrap.appointment-grid-wrap .appointment-action .patient-book p span {
  color: #334155;
  display: inline-block;
  margin-left: 5px;
}

.view-prescribe-details {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 20px;
}
.view-prescribe-details .hospital-addr {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 20px;
  text-align: center;
}
.view-prescribe-details .hospital-addr .invoice-logo {
  margin-bottom: 20px;
}
.view-prescribe-details .hospital-addr h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.view-prescribe-details .hospital-addr p {
  font-size: 14px;
}
.view-prescribe-details .invoice-info {
  margin-bottom: 20px;
}
.view-prescribe-details .invoice-info h6 {
  color: #0f172a;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2px;
}
@media (max-width: 991.98px) {
  .view-prescribe-details .invoice-info h6 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .view-prescribe-details .invoice-info h6 {
    font-size: 16px;
  }
}
.view-prescribe-details .invoice-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.view-prescribe-details .invoice-info2 {
  text-align: right;
  margin-bottom: 20px;
}
.view-prescribe-details .invoice-info2 p {
  font-size: 14px;
  margin-bottom: 3px;
}
.view-prescribe-details .invoice-info2 p span {
  font-weight: 600;
  color: #0f172a;
}
.view-prescribe-details .invoice-info2 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .view-prescribe-details .invoice-info2 {
    text-align: left;
  }
}
.view-prescribe-details .patient-id h6 {
  font-weight: 600;
  margin-bottom: 10px;
}
.view-prescribe-details .patient-det {
  background: #f1f5f9;
  margin: 0 0 20px;
  padding: 5px 10px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.view-prescribe-details .patient-det h6 {
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 5px;
}
.view-prescribe-details .patient-det ul li {
  display: inline-block;
  margin: 0 18px 5px 0;
  color: #0f172a;
  font-size: 12px;
  font-weight: 600;
}
.view-prescribe-details .patient-det ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1399.98px) {
  .view-prescribe-details .patient-det ul li {
    margin-right: 12px;
  }
}
.view-prescribe-details .appointment-notes h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .view-prescribe-details .appointment-notes h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .view-prescribe-details .appointment-notes h3 {
    font-size: 16px;
  }
}
.view-prescribe-details .appoint-wrap {
  margin-bottom: 20px;
}
.view-prescribe-details .appoint-wrap h5 {
  margin-bottom: 15px;
}
.view-prescribe-details .appoint-wrap p {
  font-size: 14px;
}
.view-prescribe-details .appoint-wrap ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0 24px 5px 0;
}
.view-prescribe-details .appoint-wrap ul li span {
  color: #1e293b;
  font-weight: 600;
}
.view-prescribe-details .inv-table {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 20px;
}
.view-prescribe-details .inv-table .invoice-table tr th {
  font-size: 14px;
  font-weight: 500;
  background: #f8fafc;
  white-space: nowrap;
}
.view-prescribe-details .inv-table .invoice-table tbody tr {
  border-color: #e2e8f0;
}
.view-prescribe-details .inv-table .invoice-table tbody tr td {
  font-size: 14px;
  color: #0f172a;
  white-space: nowrap;
  vertical-align: middle;
}
.view-prescribe-details .inv-table .invoice-table tbody tr td span {
  font-size: 12px;
  display: block;
}
.view-prescribe-details .scan-wrap {
  margin-bottom: 15px;
}
.view-prescribe-details .scan-wrap h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.view-prescribe-details .prescriber-info {
  text-align: right;
  margin-bottom: 15px;
}
.view-prescribe-details .prescriber-info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}
.view-prescribe-details .prescriber-info p {
  font-size: 12px;
  color: #334155;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .view-prescribe-details .prescriber-info {
    text-align: left;
  }
}
.view-prescribe-details .inv-paginate {
  margin-top: 9px;
}

.add-billing-info,
.add-prescripe-info,
.add-info {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}

.bill-cont .trash,
.prescripe-cont .trash {
  font-size: 14px;
  font-weight: 500;
  color: #e11d48;
}

.trash-icon {
  font-size: 14px;
  font-weight: 500;
  color: #e11d48;
}

.add-bill,
.add-prescribe,
.more-item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #0e82fd;
  text-align: right;
  display: inline-block;
}
.add-bill:hover,
.add-prescribe:hover,
.more-item:hover {
  color: #0c4f8a;
}

.sign-wrapper {
  width: 165px;
  text-align: center;
  float: right;
}

.wrap-sign {
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 10px;
  padding: 24px;
}

.upload-sign {
  border: 1px dashed #e2e8f0;
  border-radius: 10px;
  margin-bottom: 10px;
  min-width: 165px;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}
.upload-sign p {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 0;
}

.info-name h6 {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 5px;
}
.info-name p {
  font-size: 14px;
  color: #334155;
  margin-bottom: 0;
}

.patient-book.patien-inv h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #0e82fd;
  text-align: right;
}
@media (max-width: 575.98px) {
  .patient-book.patien-inv h6 {
    text-align: left;
  }
}
.patient-book.patien-inv p {
  font-size: 12px;
  margin-bottom: 0;
}

.user-accordion-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin-bottom: 24px;
}
.user-accordion-item .accordion-wrap {
  padding: 24px 38px 24px 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  color: #0f172a;
  font-size: 16px;
}
.user-accordion-item .accordion-wrap span {
  color: #e11d48;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
}
.user-accordion-item .accordion-wrap span.edit {
  color: #18181b;
}
.user-accordion-item .accordion-wrap::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.user-accordion-item .accordion-wrap:not(.collapsed)::before {
  content: "\f077";
}
.user-accordion-item .accordion-wrap:hover {
  color: #2e3842;
}
.user-accordion-item .accordion-wrap:hover::before {
  color: #2e3842;
}
.user-accordion-item .content-collapse {
  border-top: 1px solid #e2e8f0;
  padding: 24px;
}
.user-accordion-item .accordion-collapse .form-wrap {
  margin-bottom: 24px;
}
.user-accordion-item .accordion-collapse .form-wrap.mb-wrap {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .user-accordion-item .accordion-collapse .form-wrap.mb-wrap {
    margin-bottom: 24px;
  }
}

.modal {
  z-index: 1050;
}

.modal-backdrop {
  z-index: 1040;
}

.stripe-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.payout-wrap {
  background: #0f172a;
  margin: 0 0 24px;
  padding: 24px 24px 14px;
  border-radius: 10px;
}
.payout-wrap .payout-title {
  border-bottom: 1px solid #334155;
  margin-bottom: 24px;
}
.payout-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.payout-wrap p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.payout-wrap .stripe-box {
  margin: 0 24px 10px 0;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.payout-wrap .stripe-box .stripe-img {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e2e8f0;
}
.payout-wrap .stripe-box a {
  border-radius: 40px;
  padding: 4px 9px;
  background: #e2e8f0;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
}
.payout-wrap .stripe-box a i {
  margin-right: 5px;
}
.payout-wrap .stripe-box a:hover {
  background: #dbeffe;
  color: #0e82fd;
}
.payout-wrap .stripe-box:last-child {
  margin-right: 0;
}
.payout-wrap .stripe-box.active::before {
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -5px;
  background-image: url(/2f4e6bcdd0fa1e0d90ad.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.setting-tab {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 15px 15px 5px;
}
.setting-tab ul li {
  margin-bottom: 10px;
}

.setting-card {
  border: 1px solid #e2e8f0;
  margin: 0 0 24px;
  padding: 24px 24px 9px;
  border-radius: 10px;
}
.setting-card .add-info, .setting-card .more-item {
  margin-bottom: 15px;
}
.setting-card .col-form-label {
  color: #0f172a;
}
.setting-card .input-block-new .bootstrap-tagsinput {
  padding-top: 0;
  border-radius: 6px;
}
.setting-card .input-block-new .bootstrap-tagsinput .badge-info {
  margin-bottom: 6px;
}
.setting-card .form-control {
  border-color: #e2e8f0;
  border-radius: 6px;
  min-height: 40px;
  padding: 7px 15px;
}
.setting-card .select2-container .select2-selection--single {
  border: 1px solid #e2e8f0;
  height: 40px;
  border-radius: 6px;
}
.setting-card .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.setting-card .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.setting-card .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #64748b;
}

.accordions .form-control {
  border-color: #e2e8f0;
  border-radius: 6px;
  min-height: 40px;
  padding: 7px 15px;
}
.accordions .select2-container .select2-selection--single {
  border: 1px solid #e2e8f0;
  height: 40px;
  border-radius: 6px;
}
.accordions .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.accordions .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.accordions .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #64748b;
}
.accordions .form-icon .form-control {
  padding: 7px 30px 7px 15px;
}
.accordions .img-upload .profile-img {
  width: 80px;
  height: 80px;
}
.accordions .img-upload .upload-img h5 {
  margin-bottom: 5px;
}

@media (max-width: 575.98px) {
  .img-upload {
    display: block;
  }
}
.img-upload .profile-img {
  width: 120px;
  height: 120px;
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #0f172a;
}
@media (max-width: 575.98px) {
  .img-upload .profile-img {
    margin-right: 0;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.img-upload .upload-img {
  margin-bottom: 15px;
}
.img-upload .upload-img h5 {
  font-size: 18px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .img-upload .upload-img h5 {
    margin-bottom: 10px;
  }
}
.img-upload .upload-img .imgs-load {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .img-upload .upload-img .imgs-load {
    margin-bottom: 0;
  }
}
.img-upload .upload-img .change-photo {
  position: relative;
  color: #004fff;
  margin: 0 15px 10px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.img-upload .upload-img .change-photo input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.img-upload .upload-img .upload-remove {
  color: #e11d48;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.img-upload .upload-img p {
  font-size: 14px;
  color: #334155;
  margin: 0;
}

.setting-title h5 {
  font-weight: 600;
}

.drop-file {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  padding: 30px;
  text-align: center;
}
.drop-file p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #94a3b8;
}
.drop-file input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.view-imgs {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.view-imgs .view-img {
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  margin: 10px 10px 0 0;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.view-imgs .view-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 8px;
}
.view-imgs .view-img a {
  font-size: 14px;
  font-weight: 500;
  color: #e11d48;
}

.form-icon {
  position: relative;
}
.form-icon .form-control {
  padding: 11px 30px 11px 15px;
}
.form-icon .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.user-accordion-item .reset {
  color: #e11d48;
  margin-bottom: 0;
}
.user-accordion-item .form-check-label {
  color: #1f2937;
}

.business-wrap {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px 24px 9px;
}
.business-wrap h4 {
  margin-bottom: 10px;
}

.business-nav li {
  margin: 0 15px 10px 0;
  display: inline-block;
}
.business-nav li a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  color: #1e293b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: inline-block;
}
.business-nav li a.active, .business-nav li a:hover {
  background: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}

.business-info .tab-items {
  background: #f8fafc;
}
.business-info .tab-items.active {
  background: #ffffff;
}

.setting-tab {
  border: 1px solid #f1f5f9;
}
.setting-tab .appointment-tabs ul li .nav-link {
  background: #ffffff;
  padding: 7px 20px;
}
.setting-tab .appointment-tabs ul li .nav-link:hover, .setting-tab .appointment-tabs ul li .nav-link.active {
  background: #0e82fd;
  color: #ffffff;
}

.bootstrap-tagsinput {
  border-radius: 5px;
}

.appoint-patient .appointment-wrap.appointment-grid-wrap > ul .appointment-info {
  padding-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.appoint-patient .appointment-wrap.appointment-grid-wrap > ul .appointment-info p:first-child {
  margin-right: 10px;
}
.appoint-patient .appointment-wrap.appointment-grid-wrap > ul .appointment-grid-head .grid-user-msg .hospital-icon i {
  color: #7c3aed;
}

.profile-widget.patient-favour {
  border: 1px solid #e2e8f0;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 0;
  border-radius: 10px;
}
.profile-widget.patient-favour .fav-head {
  position: relative;
  padding: 24px;
  border-bottom: 1px solid #e2e8f0;
}
.profile-widget.patient-favour .fav-head .doc-img {
  width: 80px;
  margin: 0 auto 5px;
  border-radius: 10px;
}
.profile-widget.patient-favour .fav-head .doc-img img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
}
.profile-widget.patient-favour .fav-head .fav-btn {
  opacity: 1;
  visibility: visible;
  background-color: #f8fafc;
  transform: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 20px;
  right: 20px;
}
.profile-widget.patient-favour .fav-head .fav-btn .favourite-icon.favourite {
  color: #ea580c;
}
.profile-widget.patient-favour .fav-head .pro-content .title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
}
.profile-widget.patient-favour .fav-head .pro-content .title a {
  color: #0f172a;
}
.profile-widget.patient-favour .fav-head .pro-content .title a:hover {
  color: #0e82fd;
}
.profile-widget.patient-favour .fav-head .pro-content p.speciality {
  text-align: center;
  font-size: 14px;
  color: #64748b;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.profile-widget.patient-favour .fav-head .pro-content .rating {
  text-align: center;
  color: #334155;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0;
}
.profile-widget.patient-favour .fav-head .pro-content .available-info {
  font-size: 14px;
  color: #1e293b;
}
.profile-widget.patient-favour .fav-head .pro-content .available-info li {
  display: flex;
  display: -webkit-flex;
  color: #334155;
  font-size: 14px;
}
.profile-widget.patient-favour .fav-head .pro-content .available-info li + li {
  margin-top: 15px;
}
.profile-widget.patient-favour .fav-head .pro-content .last-book {
  background: #f8fafc;
  border-radius: 10px;
  padding: 10px;
}
.profile-widget.patient-favour .fav-head .pro-content .last-book p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: #0f172a;
}
.profile-widget.patient-favour .fav-footer {
  padding: 15px;
}
.profile-widget.patient-favour .fav-footer .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 6px;
}
.profile-widget.patient-favour .fav-footer .view-btn {
  color: #64748b;
  border: 2px solid #f9fafb;
  background-color: #f9fafb;
  text-align: center;
  display: block;
}
.profile-widget.patient-favour .fav-footer .view-btn:hover, .profile-widget.patient-favour .fav-footer .view-btn:focus {
  background-color: #eaedf1;
  border-color: #eaedf1;
  color: #64748b;
}
.profile-widget.patient-favour .fav-footer .book-btn {
  background-color: #ffffff;
  border: 2px solid #0e82fd;
  color: #0e82fd;
  text-align: center;
  display: block;
}
.profile-widget.patient-favour .fav-footer .book-btn:hover, .profile-widget.patient-favour .fav-footer .book-btn:focus {
  background-color: #027afa;
  border-color: #027afa;
  color: #ffffff;
}

.next-step-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dependent-wrap {
  border: 1px solid #e2e8f0;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 15px;
  padding: 24px 24px 9px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.dependent-wrap:last-child {
  margin-bottom: 0;
}
.dependent-wrap .dependent-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.dependent-wrap .patinet-information {
  min-width: 350px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .dependent-wrap .patinet-information {
    min-width: auto;
  }
}
.dependent-wrap .patinet-information img {
  width: 60px;
  height: 60px;
}
.dependent-wrap .patient-info {
  font-weight: 600;
  margin-bottom: 5px;
}
.dependent-wrap .patient-info ul li {
  font-size: 14px;
  font-weight: normal;
  color: #334155;
  margin: 0 6px 0 0;
  padding: 0 14px 0 0;
  position: relative;
  display: inline-block;
}
.dependent-wrap .patient-info ul li::before {
  content: "\f111";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #0e82fd;
}
.dependent-wrap .patient-info ul li:last-child {
  margin: 0;
  padding: 0;
}
.dependent-wrap .patient-info ul li:last-child::before {
  content: none;
}
.dependent-wrap .patient-info ul li + li {
  margin-top: 0;
}
.dependent-wrap .blood-info {
  margin-bottom: 10px;
}
.dependent-wrap .blood-info p {
  font-size: 14px;
  font-weight: normal;
  color: #334155;
  margin-bottom: 5px;
}
.dependent-wrap .blood-info h6 {
  font-weight: 600;
  margin-bottom: 0;
}
.dependent-wrap .dependent-status {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.dependent-wrap .dependent-status .status-toggle {
  margin-right: 23px;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.dependent-wrap .dependent-status .status-toggle .checktoggle {
  width: 28px;
  height: 15px;
  margin: 0 5px;
}
.dependent-wrap .dependent-status .status-toggle .checktoggle::after {
  width: 12px;
  height: 12px;
}
.dependent-wrap .dependent-status .status-toggle .check:checked + .checktoggle + .active {
  color: #0f172a;
}
.dependent-wrap .dependent-status .status-toggle span {
  font-weight: normal;
  color: #64748b;
  font-size: 14px;
}
.dependent-wrap .dependent-status .status-toggle.checked .deactive {
  color: #0f172a;
}
.dependent-wrap .dependent-status .edit-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.dependent-wrap .dependent-status .edit-icon:hover {
  background: #0e82fd;
  color: #ffffff;
}

.add-dependent .img-upload .profile-img {
  width: 80px;
  height: 80px;
}
.add-dependent .img-upload .upload-img h5 {
  margin-bottom: 10px;
}
.add-dependent .img-upload .upload-img .imgs-load {
  margin-bottom: 0;
}

.dashboard-header .appointment-tabs ul li {
  margin-bottom: 10px;
}
.dashboard-header .btn {
  font-weight: 500;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

.how-it-works {
  padding: 1.2rem 0;
  background-color: #f8f9fa;
}
.how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.how-it-works .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .how-it-works .section-header {
    margin-bottom: 2rem;
  }
}
.how-it-works .section-header .heading {
  color: #007bff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.how-it-works .section-header .heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #007bff;
}
.how-it-works .section-header .sub-heading {
  color: #6c757d;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .how-it-works .section-header .sub-heading {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .how-it-works .section-header .sub-heading {
    font-size: 24px;
  }
}
.how-it-works .steps-wrapper {
  display: flex;
  flex-direction: row;
}
.how-it-works .step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .how-it-works .step {
    width: 100%;
    margin: 20px;
  }
}
@media (max-width: 991.98px) {
  .how-it-works .step {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
}
.how-it-works .step .step-icon {
  margin-right: 10px;
  color: #007bff;
}
.how-it-works .step-number {
  background-color: #e8f2fe;
  color: #007bff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
}
.how-it-works .step-content {
  flex: 1;
}
.how-it-works .step-title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #007bff;
  margin-bottom: 0.75rem;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .how-it-works .step-title {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .how-it-works .step-title {
    font-size: 30px;
  }
}
.how-it-works .step-info {
  color: #527086;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .how-it-works .step-info {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .how-it-works .step-info {
    font-size: 24px;
  }
}
.how-it-works .step-image-wrapper {
  text-align: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .how-it-works .step-image-wrapper {
    display: none;
  }
}
.how-it-works .step-image {
  max-width: 100%;
  height: auto;
  max-height: 180px;
  display: inline-block;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .how-it-works {
    padding: 1rem 0;
  }
  .how-it-works .section-header {
    margin-bottom: 1.5rem;
  }
  .how-it-works .section-header .heading {
    font-size: 24px;
  }
  .how-it-works .section-header .sub-heading {
    font-size: 14px;
  }
  .how-it-works .steps-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .how-it-works .step {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .how-it-works .step .step-number {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #007bff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .how-it-works .step-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .how-it-works .step-content .step-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }
  .how-it-works .step-content .step-title .step-number {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #007bff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    order: -1;
  }
  .how-it-works .step-content .step-title .step-icon {
    font-size: 14px;
    margin-right: 5px;
    color: #007bff;
  }
  .how-it-works .step-content .step-info {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0;
    flex-grow: 1;
    line-height: 1.4;
  }
  .how-it-works .step-content .step-image-wrapper {
    display: none;
  }
}

@media (max-width: 991px) {
  .how-it-works {
    padding: 2rem 0;
  }
  .how-it-works .container {
    max-width: 100%;
  }
  .how-it-works .section-header {
    margin-bottom: 2rem;
  }
  .how-it-works .section-header .heading {
    font-size: 32px;
  }
  .how-it-works .section-header .sub-heading {
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
  }
  .how-it-works .steps-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .how-it-works .step {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .how-it-works .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .how-it-works .step-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .how-it-works .step-content .step-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .how-it-works .step-content .step-title .step-number {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #007bff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  .how-it-works .step-content .step-title .step-icon {
    font-size: 14px;
    margin-right: 8px;
    color: #007bff;
  }
  .how-it-works .step-content .step-info {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0px;
    flex-grow: 1;
    line-height: 1.5;
  }
  .how-it-works .step-content .step-image-wrapper {
    display: block;
    text-align: center;
    margin-top: auto;
    height: 150px;
  }
  .how-it-works .step-content .step-image-wrapper .step-image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-top: 14px;
    object-fit: none;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.main-partners-section {
  background-color: #f8f9fa;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .main-partners-section {
    padding: 40px 0;
  }
}
.main-partners-section h2 span {
  color: rgb(14, 130, 253);
}
.main-partners-section .owl-nav {
  display: none;
}
.main-partners-section .partners-slider {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  place-items: center;
  margin: 0px;
  padding: 10px;
  list-style-type: none;
  opacity: 1;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  list-style: none;
}
.main-partners-section .partners-slider li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  padding: 10px;
  text-align: center;
  height: 79px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.main-partners-section .partners-slider li a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .main-partners-section .partners-slider.owl-carousel .owl-item li a img {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
}

.benefits-with-dentavibe-sec {
  background-image: url(/ca1433374316fda7a4ec.png);
  background-size: cover;
  background-position: center;
  background-color: #0284c7;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec {
    padding: 40px 0;
  }
}
.benefits-with-dentavibe-sec .care-item {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  background: #1f2937;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767.98px) {
  .benefits-with-dentavibe-sec .care-item {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec .care-item {
    font-size: 16px;
  }
}
.benefits-with-dentavibe-sec .section-header-one {
  margin-bottom: 40px;
}
.benefits-with-dentavibe-sec .section-header-one h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec .section-header-one h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .benefits-with-dentavibe-sec .section-header-one h2 {
    font-size: 26px;
  }
}
.benefits-with-dentavibe-sec .section-header-one .section-title {
  display: inline-block;
  position: relative;
}
.benefits-with-dentavibe-sec .section-header-one .section-text {
  color: #ffffff;
  font-size: 16px;
  max-width: 600px;
  margin: 15px auto 0;
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec .section-header-one .section-text {
    font-size: 16px;
  }
}
.benefits-with-dentavibe-sec .section-header-one h5 {
  font-weight: 600;
  font-size: 16px;
  color: #181c25;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec .section-header-one {
    margin-bottom: 40px;
  }
}
.benefits-with-dentavibe-sec .floating-bg img {
  position: absolute;
  z-index: -1;
}
.benefits-with-dentavibe-sec .floating-bg img:first-child {
  left: 10%;
  top: 20%;
}
.benefits-with-dentavibe-sec .floating-bg img:nth-child(2) {
  right: 20%;
  top: 0;
}
.benefits-with-dentavibe-sec .floating-bg img:last-child {
  left: 15%;
  bottom: 100px;
}
.benefits-with-dentavibe-sec .section-header-fourteen {
  text-align: left;
}
.benefits-with-dentavibe-sec .section-header-fourteen h2 {
  color: #ffffff;
}
.benefits-with-dentavibe-sec .section-header-fourteen p {
  color: #ffffff;
}
.benefits-with-dentavibe-sec .care-list li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.benefits-with-dentavibe-sec .care-list li::after {
  content: "";
  width: 1px;
  height: 100%;
  border: 1px dashed #ffffff;
  position: absolute;
  left: 25px;
  top: 60px;
  z-index: -1;
}
.benefits-with-dentavibe-sec .care-list li:last-child::after {
  display: none;
}
.benefits-with-dentavibe-sec .care-list li span {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  color: #0284c7;
  position: relative;
}
.benefits-with-dentavibe-sec .care-list li span.active {
  background: #eaab08;
  color: #ffffff;
}
.benefits-with-dentavibe-sec .care-list li .care-list-info h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}
.benefits-with-dentavibe-sec .care-list li .care-list-info p {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #ffffff;
}
.benefits-with-dentavibe-sec .care-list li + li {
  margin-top: 40px;
}
.benefits-with-dentavibe-sec .sec-col-img {
  margin-left: 100px;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 991.98px) {
  .benefits-with-dentavibe-sec .sec-col-img {
    display: none;
  }
}

.join-section-one {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .join-section-one {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .join-section-one {
    padding: 40px 0;
  }
}
.join-section-one .subscription-message {
  margin-top: 10px;
  font-weight: bold;
  color: #28a745; /* Green color for success */
}
.join-section-one .join-wrap {
  background: #007bff;
  padding: 40px 80px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .join-section-one .join-wrap {
    background-image: none;
    padding: 100px;
  }
}
@media (max-width: 767.98px) {
  .join-section-one .join-wrap {
    padding: 30px;
  }
}
.join-section-one .join-wrap .special-content h2 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .join-section-one .join-wrap .special-content h2 {
    font-size: 24px;
  }
}
.join-section-one .join-wrap .special-content p {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .join-section-one .join-wrap .special-content p {
    margin-bottom: 20px;
  }
}
.join-section-one .join-wrap .special-content .notify-form {
  margin-top: 30px;
}
.join-section-one .join-wrap .special-content .notify-form .input-group {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  color: #181c25;
  border-radius: 50px;
  padding: 5px;
}
.join-section-one .join-wrap .special-content .notify-form .input-group .form-control {
  height: 50px;
  border-radius: 50px;
  border: none;
  background-color: transparent;
  color: #181c25;
  padding: 0 20px;
  font-size: 18px;
}
.join-section-one .join-wrap .special-content .notify-form .input-group .form-control::placeholder {
  color: #181c25;
  font-size: 18px;
  opacity: 0.5;
}
.join-section-one .join-wrap .special-content .notify-form .input-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
.join-section-one .join-wrap .special-content .notify-form .input-group .input-group-append .btn {
  height: 50px;
  border-radius: 50px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  background-color: #1877f2;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.join-section-one .join-wrap .special-content .notify-form .input-group .input-group-append .btn:hover {
  background-color: #e6e6e6;
}
@media (max-width: 576px) {
  .join-section-one .join-wrap .special-content .join-section-one .join-wrap .special-content .notify-form .input-group {
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }
  .join-section-one .join-wrap .special-content .join-section-one .join-wrap .special-content .notify-form .input-group .form-control {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .join-section-one .join-wrap .special-content .join-section-one .join-wrap .special-content .notify-form .input-group .input-group-append .btn {
    width: 100%;
  }
}
.join-section-one .join-wrap .special-content .special-btn .btn {
  border-radius: 35px;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 24px;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary:hover, .join-section-one .join-wrap .special-content .special-btn .btn-primary:active, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active {
  color: #0e82fd;
  background-color: #ffffff;
  border-color: #0e82fd;
  box-shadow: inset 0 0 50px 0 #ffffff;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary:focus .open > .dropdown-toggle.btn-primary, .join-section-one .join-wrap .special-content .special-btn .btn-primary:hover .open > .dropdown-toggle.btn-primary, .join-section-one .join-wrap .special-content .special-btn .btn-primary:active .open > .dropdown-toggle.btn-primary, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.join-section-one .join-wrap .special-content .special-btn .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary:active:focus, .join-section-one .join-wrap .special-content .special-btn .btn-primary:active:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary .active:not(:disabled):not(.disabled), .join-section-one .join-wrap .special-content .special-btn .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #0e82fd;
  color: #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary .active:focus:not(:disabled):not(.disabled), .join-section-one .join-wrap .special-content .special-btn .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.join-section-one .join-wrap .special-content .special-btn .btn-primary.disabled, .join-section-one .join-wrap .special-content .special-btn .btn-primary:disabled {
  background-color: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:hover, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:active, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active {
  color: #ffffff;
  background-color: #0e82fd;
  border-color: #0e82fd;
  box-shadow: inset 0 0 50px 0 #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:focus .open > .dropdown-toggle.btn-primary, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:hover .open > .dropdown-toggle.btn-primary, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:active .open > .dropdown-toggle.btn-primary, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:active:focus, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:active:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .active:not(:disabled):not(.disabled), .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #0e82fd;
  color: #0e82fd;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .active:focus:not(:disabled):not(.disabled), .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.join-section-one .join-wrap .special-content .special-btn .btn-outline-primary.disabled, .join-section-one .join-wrap .special-content .special-btn .btn-outline-primary:disabled {
  background-color: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .join-section-one .join-wrap .special-content .special-btn a {
    margin-top: 10px;
  }
}
.join-section-one .join-wrap .special-content .special-btn a {
  margin-right: 10px;
}
.join-section-one .join-wrap .special-content .special-btn a:last-child {
  margin-right: 0;
}
.join-section-one .join-wrap .special-content .special-btn a.btn-primary {
  box-shadow: inset 0 0 0 0 #000c18;
}
.join-section-one .join-wrap .special-content .special-btn a.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
}

.howItWorks {
  color: #2c2c2c;
  background: linear-gradient(0deg, rgba(144, 199, 255, 0.06) 0, rgba(139, 166, 255, 0) 100%);
  padding: 5rem 2rem;
  display: flex;
  justify-content: center;
}

.howItWorks-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

.sub-title {
  color: #374151;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 2rem;
  text-align: center;
}

.content-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.step {
  display: flex;
  flex-direction: column;
  max-width: 240px;
  text-align: center;
}

.step-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.step-number {
  font-size: 3rem;
  font-weight: 700;
  color: #9bbfb6;
}

.step-arrow {
  margin-left: 10px;
}

.step-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.step-info {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.step-image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.step-image {
  max-width: 100%;
  height: auto;
  max-height: 14rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .heading {
    font-size: 2rem;
  }
  .steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: center;
  }
  .step {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .step-number {
    font-size: 2.5rem;
  }
  .step-image {
    max-height: 10rem;
  }
}
@media (max-width: 479px) {
  .heading {
    font-size: 1.8rem;
  }
  .sub-title {
    font-size: 14px;
  }
  .step-number {
    font-size: 2rem;
  }
  .step-title {
    font-size: 1rem;
  }
  .step-info {
    font-size: 0.9rem;
  }
  .step-image {
    max-height: 8rem;
  }
}
.for-providers-page {
  background-color: #f8f9fa;
  padding: 0;
}
.for-providers-page .for-providers-features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.for-providers-page .for-providers-features .features-container .features-heading {
  color: #007bff;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.for-providers-page .for-providers-features .features-container .features-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row {
  width: calc(50% - 1rem);
  margin-bottom: 0px;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper {
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform 0.3s ease;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .icon-wrapper {
  background-color: #e6f3ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .icon-wrapper .icon {
  color: #007bff;
  font-size: 1.5rem;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .feature {
  flex: 1;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .feature .feature-title {
  color: #333333;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
.for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .feature .feature-text {
  color: #527086;
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .for-providers-page {
    padding: 3rem 0;
  }
  .for-providers-page .for-providers-features .features-container .features-heading {
    font-size: 2rem;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .for-providers-page {
    padding: 1rem 0;
  }
  .for-providers-page .for-providers-features .features-container .features-heading {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row {
    width: 100% !important;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .feature {
    width: 100%;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .feature .feature-title {
    font-size: 1.2rem;
  }
  .for-providers-page .for-providers-features .features-container .features-content .features-row .feature-wrapper .feature .feature-text {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.dentavibe-services {
  padding: 0rem 0 2rem 0;
  background-color: #f8f9fa;
}
.dentavibe-services .section-header {
  text-align: center;
  margin-bottom: 0px;
}
.dentavibe-services .section-header .care-item {
  display: inline-flex;
  align-items: center;
  background-color: #f7faff;
  color: #818d9e;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 1px solid #c4d2ed;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.6;
}
.dentavibe-services .section-header .care-item img {
  margin-right: 0.5rem;
}
.dentavibe-services .section-header h2 {
  font-size: 2.5rem;
  color: #181c25;
  margin-bottom: 1rem;
}
.dentavibe-services .categories {
  margin-bottom: 3rem;
}
.dentavibe-services .categories .nav-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.dentavibe-services .categories .nav-pills .nav-item {
  margin: 0.5rem;
}
.dentavibe-services .categories .nav-pills .nav-item .nav-link {
  background-color: transparent;
  color: #818c9d;
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}
.dentavibe-services .categories .nav-pills .nav-item .nav-link:hover {
  background-color: #e8f2fe;
  color: #007bff;
}
.dentavibe-services .categories .nav-pills .nav-item .nav-link.active {
  background-color: #007bff;
  color: #fff;
}
.dentavibe-services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 3rem;
}
.dentavibe-services .service-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dentavibe-services .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.dentavibe-services .service-card .service-image {
  height: 200px;
  overflow: hidden;
}
.dentavibe-services .service-card .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.dentavibe-services .service-card .service-image:hover img {
  transform: scale(1.05);
}
.dentavibe-services .service-card .service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  flex-grow: 1;
}
.dentavibe-services .service-card .service-content h3 {
  font-size: 20px;
  color: #333;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .dentavibe-services .service-card .service-content h3 {
    font-size: 20px;
  }
}
.dentavibe-services .service-card .service-content p {
  font-size: 16px;
  color: #527086;
  margin-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .dentavibe-services .service-card .service-content p {
    font-size: 18px;
  }
}
.dentavibe-services .service-card .service-content .btn-details {
  align-self: center;
  margin-top: auto;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  margin: 10px 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.dentavibe-services .service-card .service-content .btn-details:hover {
  background-color: #0056b3;
}
.dentavibe-services .view-all-services {
  text-align: center;
}
@media (max-width: 767.98px) {
  .dentavibe-services .view-all-services {
    margin-top: 20px;
  }
}
.dentavibe-services .view-all-services .btn-primary {
  background-color: #007bff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.dentavibe-services .view-all-services .btn-primary:hover {
  background-color: #0056b3;
}
@media (max-width: 767.98px) {
  .dentavibe-services .view-all-services .btn-primary {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .dentavibe-services {
    padding: 2rem 0 0rem 0;
  }
  .dentavibe-services .categories.mobile .mobile-accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .dentavibe-services .categories.mobile .accordion-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .dentavibe-services .categories.mobile .accordion-header {
    padding: 1rem;
    background: #f8fafc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dentavibe-services .categories.mobile .accordion-header .service-icon {
    font-size: 1.25rem;
    color: #007bff;
    margin-right: 1rem;
  }
  .dentavibe-services .categories.mobile .accordion-header span {
    flex-grow: 1;
    font-weight: 600;
    color: #2d3748;
  }
  .dentavibe-services .categories.mobile .accordion-header .chevron-icon {
    font-size: 1rem;
    color: #718096;
    transition: transform 0.3s ease;
  }
  .dentavibe-services .categories.mobile .accordion-item.expanded .chevron-icon {
    transform: rotate(180deg);
  }
  .dentavibe-services .categories.mobile .accordion-content {
    padding: 1rem;
  }
  .dentavibe-services .categories.mobile .mobile-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .dentavibe-services .categories.mobile .mobile-service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
  }
  .dentavibe-services .categories.mobile .mobile-service-card h3 {
    font-size: 1rem;
    color: #2d3748;
    margin-bottom: 0.5rem;
  }
  .dentavibe-services .categories.mobile .mobile-service-card p {
    font-size: 0.875rem;
    color: #4a5568;
    margin-bottom: 0;
  }
  .dentavibe-services .nav.nav-pills {
    display: none;
  }
  .dentavibe-services .services-grid {
    display: none;
  }
}

.dentist-home .reviews {
  color: #527086;
  padding: 5rem 10rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .dentist-home .reviews {
    padding: 3rem;
    background-color: rgba(154, 191, 188, 0.05);
  }
}
.dentist-home .reviews .container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.dentist-home .reviews .container .heading {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dentist-home .reviews .container .heading {
    font-size: 2.4rem;
  }
}
.dentist-home .reviews .container .content {
  display: flex;
  justify-content: space-between;
}
.dentist-home .reviews .container .content .summary {
  flex: 0.25;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dentist-home .reviews .container .content .summary .reviews-google-container .reviews-google {
  width: 16.6rem;
}
.dentist-home .reviews .container .content .reviews-row {
  flex: 0.75;
  display: flex;
}
.dentist-home .reviews .container .content .reviews-row .review-wrapper {
  max-width: 250px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.dentist-home .reviews .container .content .reviews-row .review-wrapper .profile img {
  height: 88px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.dentist-home .reviews .container .content .reviews-row .review-wrapper .name {
  font-weight: 700;
  font-size: 1.8rem;
}
.dentist-home .reviews .container .content .reviews-row .review-wrapper .location {
  font-size: 1.6rem;
  opacity: 0.65;
}
.dentist-home .reviews .container .content .reviews-row .review-wrapper .review {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.dentist-home .dentist-btn-group .btn {
  border-radius: 35px;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 24px;
  margin: 0 15px;
}
.dentist-home .dentist-btn-group .btn-primary {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.dentist-home .dentist-btn-group .btn-primary:focus, .dentist-home .dentist-btn-group .btn-primary:hover, .dentist-home .dentist-btn-group .btn-primary:active, .dentist-home .dentist-btn-group .btn-primary.active {
  color: #0e82fd;
  background-color: #ffffff;
  border-color: #0e82fd;
  box-shadow: inset 0 0 50px 0 #ffffff;
}
.dentist-home .dentist-btn-group .btn-primary:focus .open > .dropdown-toggle.btn-primary, .dentist-home .dentist-btn-group .btn-primary:hover .open > .dropdown-toggle.btn-primary, .dentist-home .dentist-btn-group .btn-primary:active .open > .dropdown-toggle.btn-primary, .dentist-home .dentist-btn-group .btn-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.dentist-home .dentist-btn-group .btn-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .dentist-home .dentist-btn-group .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .dentist-home .dentist-btn-group .btn-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .dentist-home .dentist-btn-group .btn-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .dentist-home .dentist-btn-group .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .dentist-home .dentist-btn-group .btn-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .dentist-home .dentist-btn-group .btn-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .dentist-home .dentist-btn-group .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .dentist-home .dentist-btn-group .btn-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.dentist-home .dentist-btn-group .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.dentist-home .dentist-btn-group .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.dentist-home .dentist-btn-group .btn-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.dentist-home .dentist-btn-group .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.dentist-home .dentist-btn-group .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.dentist-home .dentist-btn-group .btn-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.dentist-home .dentist-btn-group .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.dentist-home .dentist-btn-group .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.dentist-home .dentist-btn-group .btn-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.dentist-home .dentist-btn-group .btn-primary:active:focus, .dentist-home .dentist-btn-group .btn-primary:active:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.dentist-home .dentist-btn-group .btn-primary .active:not(:disabled):not(.disabled), .dentist-home .dentist-btn-group .btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #0e82fd;
  color: #0e82fd;
}
.dentist-home .dentist-btn-group .btn-primary .active:focus:not(:disabled):not(.disabled), .dentist-home .dentist-btn-group .btn-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.dentist-home .dentist-btn-group .btn-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.dentist-home .dentist-btn-group .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.dentist-home .dentist-btn-group .btn-primary.disabled, .dentist-home .dentist-btn-group .btn-primary:disabled {
  background-color: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
.dentist-home .dentist-btn-group .btn-outline-primary {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
}
.dentist-home .dentist-btn-group .btn-outline-primary:focus, .dentist-home .dentist-btn-group .btn-outline-primary:hover, .dentist-home .dentist-btn-group .btn-outline-primary:active, .dentist-home .dentist-btn-group .btn-outline-primary.active {
  color: #ffffff;
  background-color: #0e82fd;
  border-color: #0e82fd;
  box-shadow: inset 0 0 50px 0 #0e82fd;
}
.dentist-home .dentist-btn-group .btn-outline-primary:focus .open > .dropdown-toggle.btn-primary, .dentist-home .dentist-btn-group .btn-outline-primary:hover .open > .dropdown-toggle.btn-primary, .dentist-home .dentist-btn-group .btn-outline-primary:active .open > .dropdown-toggle.btn-primary, .dentist-home .dentist-btn-group .btn-outline-primary.active .open > .dropdown-toggle.btn-primary {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.dentist-home .dentist-btn-group .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary.focus, .dentist-home .dentist-btn-group .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary:focus, .dentist-home .dentist-btn-group .btn-outline-primary.active.focus .open > .dropdown-toggle.btn-primary:hover, .dentist-home .dentist-btn-group .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary.focus, .dentist-home .dentist-btn-group .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary:focus, .dentist-home .dentist-btn-group .btn-outline-primary.active:focus .open > .dropdown-toggle.btn-primary:hover, .dentist-home .dentist-btn-group .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary.focus, .dentist-home .dentist-btn-group .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary:focus, .dentist-home .dentist-btn-group .btn-outline-primary.active:hover .open > .dropdown-toggle.btn-primary:hover,
.dentist-home .dentist-btn-group .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary.focus,
.dentist-home .dentist-btn-group .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary:focus,
.dentist-home .dentist-btn-group .btn-outline-primary .focus.focus .open > .dropdown-toggle.btn-primary:hover,
.dentist-home .dentist-btn-group .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary.focus,
.dentist-home .dentist-btn-group .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary:focus,
.dentist-home .dentist-btn-group .btn-outline-primary .focus:focus .open > .dropdown-toggle.btn-primary:hover,
.dentist-home .dentist-btn-group .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary.focus,
.dentist-home .dentist-btn-group .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary:focus,
.dentist-home .dentist-btn-group .btn-outline-primary .focus:hover .open > .dropdown-toggle.btn-primary:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.dentist-home .dentist-btn-group .btn-outline-primary:active:focus, .dentist-home .dentist-btn-group .btn-outline-primary:active:hover {
  background-color: #0e82fd;
  border: 1px solid #0e82fd;
}
.dentist-home .dentist-btn-group .btn-outline-primary .active:not(:disabled):not(.disabled), .dentist-home .dentist-btn-group .btn-outline-primary:active:not(:disabled):not(.disabled) {
  background-color: #ffffff;
  border-color: #0e82fd;
  color: #0e82fd;
}
.dentist-home .dentist-btn-group .btn-outline-primary .active:focus:not(:disabled):not(.disabled), .dentist-home .dentist-btn-group .btn-outline-primary:active:focus:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.dentist-home .dentist-btn-group .btn-outline-primary .show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #ffffff;
}
.dentist-home .dentist-btn-group .btn-outline-primary .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.dentist-home .dentist-btn-group .btn-outline-primary.disabled, .dentist-home .dentist-btn-group .btn-outline-primary:disabled {
  background-color: #0e82fd;
  border-color: #0e82fd;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .dentist-home .dentist-btn-group a {
    margin-top: 10px;
  }
}
.dentist-home .dentist-btn-group a {
  margin-right: 10px;
}
.dentist-home .dentist-btn-group a:last-child {
  margin-right: 0;
}
.dentist-home .dentist-btn-group a.btn-primary {
  box-shadow: inset 0 0 0 0 #000c18;
}
.dentist-home .dentist-btn-group a.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  color: #ffffff;
}
.dentist-home .how-we-work-sec {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
  margin: 0;
  padding: 40px 0 0 0;
}
.dentist-home .how-we-work-sec::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .dentist-home .how-we-work-sec {
    margin: 0;
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .dentist-home .how-we-work-sec {
    margin: 0;
    padding: 50px 0;
  }
}
.dentist-home .how-we-work-sec .section-head-fourteen h2 {
  color: #333333;
}
.dentist-home .how-we-work-sec .section-head-fourteen p {
  color: #333333;
}
.dentist-home .how-we-work-sec .best-work-video {
  position: relative;
  z-index: 999;
}
.dentist-home .how-we-work-sec .best-work-video .work-video-img {
  position: unset;
  margin-bottom: 50px;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video .video-img {
  border-radius: 20px;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video .video-img img {
  border-radius: 20px;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video .video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video .video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  border-radius: 20px;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video .video-player video.active {
  opacity: 1;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video a {
  background: rgb(12, 224, 255);
  align-items: center;
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 65px;
  width: 65px;
  border-radius: 50%;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .dentist-home .how-we-work-sec .best-work-video .treatment-video a {
    height: 45px;
    width: 45px;
    ont-size: 15px;
  }
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video a .play-btn-video {
  line-height: 0;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video a .pause-btn-video {
  display: none;
  line-height: 0;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video a.active .play-btn-video {
  display: none;
}
.dentist-home .how-we-work-sec .best-work-video .treatment-video a.active .pause-btn-video {
  display: flex;
}
.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-list {
  width: 240px !important;
  margin-left: auto;
}
.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-slide {
  width: 70px !important;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.dentist-home .how-we-work-sec .best-work-video .slider-thumbnails-img .slick-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.dentist-home .how-we-work-sec .best-work-video button {
  width: 45px;
  height: 45px;
  font-size: 0;
  background: #f3f4f6;
  border-radius: 10px;
  border: none;
  z-index: 9999;
}
@media (max-width: 991.98px) {
  .dentist-home .how-we-work-sec .best-work-video button {
    width: 40px;
    height: 40px;
  }
}
.dentist-home .how-we-work-sec .best-work-video button.slick-prev {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  .dentist-home .how-we-work-sec .best-work-video button.slick-prev {
    display: none !important;
  }
}
.dentist-home .how-we-work-sec .best-work-video button.slick-prev:hover {
  background: #0e82fd;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.dentist-home .how-we-work-sec .best-work-video button.slick-prev:before {
  content: "\f053";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .dentist-home .how-we-work-sec .best-work-video button.slick-prev:before {
    font-size: 13px;
  }
}
.dentist-home .how-we-work-sec .best-work-video button.slick-next {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 60px;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .dentist-home .how-we-work-sec .best-work-video button.slick-next {
    left: 8%;
  }
}
@media (max-width: 767.98px) {
  .dentist-home .how-we-work-sec .best-work-video button.slick-next {
    left: 10%;
  }
}
@media (max-width: 575.98px) {
  .dentist-home .how-we-work-sec .best-work-video button.slick-next {
    display: none !important;
  }
}
.dentist-home .how-we-work-sec .best-work-video button.slick-next:hover {
  background: #0e82fd;
  color: #ffffff;
  -webkit-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
}
.dentist-home .how-we-work-sec .best-work-video button.slick-next:before {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .dentist-home .how-we-work-sec .best-work-video button.slick-next:before {
    font-size: 13px;
  }
}
.dentist-home .how-we-work-sec .slider-small-thumb {
  position: relative;
  width: 70px !important;
  height: 60px;
}
.dentist-home .how-we-work-sec .slider-small-thumb .small-slide-img {
  width: 70px !important;
  height: 60px;
}
.dentist-home .how-we-work-sec .slider-small-thumb .play-btn-small {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(12, 224, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 10px;
}
.dentist-home .benifit-section {
  position: relative;
  padding: 40px 0 15px;
}
@media (max-width: 1199.98px) {
  .dentist-home .benifit-section {
    padding: 50px 0 26px;
  }
}
@media (max-width: 767.98px) {
  .dentist-home .benifit-section {
    padding: 40px 0 16px;
  }
}
.dentist-home .benifit-section .section-header-fourteen {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .dentist-home .benifit-section .section-header-fourteen {
    max-width: 100%;
  }
}
.dentist-home .benifit-section .section-header-fourteen h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
}
.dentist-home .benifit-section .section-header-fourteen h2 span {
  position: relative;
}
.dentist-home .benifit-section .section-header-fourteen h2 span::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #99f6e4;
}
.dentist-home .benifit-section .benifit-wrap {
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  margin: 0 0 24px;
  padding: 24px;
}
.dentist-home .benifit-section .benifit-wrap span {
  display: block;
  margin-bottom: 15px;
}
.dentist-home .benifit-section .benifit-wrap h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
.dentist-home .benifit-section .benifit-wrap p {
  color: #4b5563;
  margin-bottom: 0;
}
.dentist-home .benifit-section .bg-shapes img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.dentist-home .frequently-section-dentist {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .dentist-home .frequently-section-dentist {
    padding: 50px 0;
  }
}
.dentist-home .frequently-section-dentist .faq-main-cards .faq-card {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 24px;
}
.dentist-home .frequently-section-dentist .faq-main-cards .faq-card .faq-title a {
  font-size: 20px;
  color: #000000;
  width: 100%;
  font-weight: 600;
  display: block;
  position: relative;
}
@media (max-width: 767.98px) {
  .dentist-home .frequently-section-dentist .faq-main-cards .faq-card .faq-title a {
    font-size: 16px;
  }
}
.dentist-home .frequently-section-dentist .faq-main-cards .faq-card .faq-title a:not(.collapsed) {
  color: #0e82fd;
}
.dentist-home .frequently-section-dentist .faq-main-cards .faq-card .faq-title a:not(.collapsed)::after {
  content: "&#x2715";
  color: #000000;
}
.dentist-home .frequently-section-dentist .faq-main-cards .faq-card .faq-title a:after {
  content: "+";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all;
  font-family: "Font Awesome 6 free";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.dentist-home .frequently-section-dentist .faq-main-cards .faq-card .card-collapse p {
  color: #374151;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
}
.dentist-home .frequently-section-dentist .care-item {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  background: #1f2937;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767.98px) {
  .dentist-home .frequently-section-dentist .care-item {
    font-size: 16px;
  }
}
.patient-funnel .find-dentist-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form {
  display: flex;
  align-items: center;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .search-input-dentist-location {
  position: relative;
  flex-grow: 1;
  margin-right: 10px;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .search-input-dentist-location .location-icon {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #1877f2;
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding-right: 10px;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .search-input-dentist-location .form-control {
  width: 100%;
  padding: 10px 40px 12px 40px;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .search-input-dentist-location .form-control:focus {
  outline: none;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .search-input-dentist-location .locate-me-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #ffb3b3;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #1877f2;
  font-size: 18px;
  cursor: pointer;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .search-input-dentist-location .locate-me-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
  padding: 12px 24px;
  background-color: #1877f2;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.patient-funnel .find-dentist-form-wrapper .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero:hover {
  background-color: #1565c0 !important;
}
@media (max-width: 767.98px) {
  .patient-funnel .find-dentist-form-wrapper .find-dentist-form .form-search-btn-dentist .find-dentist-btn-hero {
    border: 1px solid #ced4da;
  }
}

.appointment-scheduler {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.appointment-scheduler h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
  color: #4a5468;
}
.appointment-scheduler .description-appointment {
  font-size: 16px;
  color: #80889a;
  text-align: center;
}
.appointment-scheduler .treatments-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.appointment-scheduler .treatment-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.appointment-scheduler .treatment-card:hover {
  border-color: #007bff;
}
.appointment-scheduler .treatment-card.selected {
  background-color: #e7f5ff;
  border-color: #007bff;
}
.appointment-scheduler .treatment-card .tooth-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}
.appointment-scheduler .treatment-card .treatment-title {
  flex-grow: 1;
}
.appointment-scheduler .treatment-card .checkmark {
  color: #007bff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .appointment-scheduler .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .appointment-scheduler .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.patient-funnel-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 8rem 1rem;
  background: linear-gradient(135deg, #1f2937 0%, #1082fd 100%);
}
@media (max-width: 991.98px) {
  .patient-funnel-wrapper {
    height: fit-content;
  }
}
@media (min-width: 1024.98px) {
  .patient-funnel-wrapper {
    height: fit-content;
  }
}
.patient-funnel-wrapper .patient-funnel-content {
  width: 100%;
  max-width: 1000px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .patient-funnel-wrapper {
    background-image: none;
    background-color: #0e82fd;
    padding: 85px 30px;
  }
}
@media (max-width: 767.98px) {
  .patient-funnel-wrapper .patient-funnel-wrapper {
    padding: 1rem 0.5rem;
  }
}
.patient-funnel-wrapper .location-input-container {
  width: 100%;
  max-width: fit-content;
}
@media (max-width: 480px) {
  .patient-funnel-wrapper .location-input-container {
    width: 100%;
    max-width: 100%;
  }
}
.patient-funnel-wrapper .location-input-container .location-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.15s ease-in-out;
}
.patient-funnel-wrapper .location-input-container .location-icon {
  padding: 0 12px;
  color: #0e82fd;
}
.patient-funnel-wrapper .location-input-container .location-input {
  flex-grow: 1;
  padding: 12px;
  border: none;
  font-size: 16px;
  outline: none;
}
.patient-funnel-wrapper .location-input-container .location-input.focus {
  outline: none;
}
.patient-funnel-wrapper .location-input-container .use-location-btn {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: #f8f9fa;
  border: none;
  border-left: 1px solid #ced4da;
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
.patient-funnel-wrapper .location-input-container .use-location-btn:hover {
  background-color: #e2e6ea;
}
.patient-funnel-wrapper .location-input-container .use-location-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.patient-funnel-wrapper .location-input-container .location-arrow-icon {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .patient-funnel-wrapper .location-input-container .button-text {
    display: none;
  }
  .patient-funnel-wrapper .location-input-container .use-location-btn {
    padding: 12px;
    background: none;
    border: none;
  }
  .patient-funnel-wrapper .location-input-container .location-arrow-icon {
    margin-right: 0;
  }
}
.patient-funnel-wrapper .get-started-btn {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
}
.patient-funnel-wrapper .step-1-content .banner-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.patient-funnel-wrapper .patient-funnel-container {
  max-width: 100%;
  margin: 0 auto 4rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.patient-funnel-wrapper .patient-funnel-container .welcome-section-patient-funnel {
  text-align: center;
  margin-bottom: 2rem;
}
.patient-funnel-wrapper .patient-funnel-container .welcome-section-patient-funnel .welcome-title {
  color: #007bff;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.patient-funnel-wrapper .patient-funnel-container .welcome-section-patient-funnel .welcome-subtitle {
  color: #6c757d;
  font-size: 1.2rem;
}
.patient-funnel-wrapper .patient-funnel-container .previous-step-button {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}
.patient-funnel-wrapper .patient-funnel-container .previous-step-button:hover {
  background-color: #e0e0e0;
}
.patient-funnel-wrapper .patient-funnel-container .next-step-button-container {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .patient-funnel-wrapper .patient-funnel-container .next-step-button-container .previous-step-button,
  .patient-funnel-wrapper .patient-funnel-container .next-step-button-container .next-step-button {
    font-size: 12px;
  }
}
.patient-funnel-wrapper .patient-funnel-container .content-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .video-container {
  flex: 0 0 auto;
  margin-bottom: 20px;
  max-height: 50vh;
  overflow: hidden;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .video-container iframe {
  max-height: 100%;
  object-fit: cover;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .info-container {
  width: 100%;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .info-container .info-title {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .info-container .info-list {
  list-style-type: none;
  padding-left: 0;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .info-container .info-list li {
  margin-bottom: 0.5rem;
  color: #555;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .info-container .info-list li:before {
  content: "✓";
  color: #28a745;
  margin-right: 0.5rem;
}
.patient-funnel-wrapper .patient-funnel-container .content-section .info-container .location-info {
  margin-top: 1rem;
  font-style: italic;
  color: #6c757d;
}
.patient-funnel-wrapper .patient-funnel-container .get-started-btn {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.patient-funnel-wrapper .patient-funnel-container .get-started-btn:hover {
  background-color: #0056b3;
}
.patient-funnel-wrapper .patient-funnel-container .get-started-btn svg {
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .patient-funnel-wrapper .patient-funnel-container {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .patient-funnel-wrapper .patient-funnel-container {
    padding: 1rem;
  }
  .patient-funnel-wrapper .patient-funnel-container .content-section {
    flex-direction: column;
  }
}
.patient-funnel-wrapper .step-1-content {
  padding: 2rem;
}
@media (max-width: 768px) {
  .patient-funnel-wrapper .step-1-content {
    padding: 1rem;
    margin: auto 20px;
  }
}
.patient-funnel-wrapper .greeting,
.patient-funnel-wrapper .welcome-msg,
.patient-funnel-wrapper .description {
  text-align: center;
  margin-bottom: 10px;
}
.patient-funnel-wrapper .greeting {
  color: #4a5468;
  font-size: 18px;
  font-weight: 500;
}
.patient-funnel-wrapper .welcome-msg {
  color: #4a5468;
  font-size: 28px;
  font-weight: 600;
}
.patient-funnel-wrapper .description {
  color: #80889a;
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
}
.patient-funnel-wrapper video {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  background: #cbd2e0;
}
.patient-funnel-wrapper button {
  font-weight: 600;
  font-size: 15px;
  color: #0e82fd;
  background: #ffffff;
  border: 2px solid #0e82fd;
  border-radius: 25px;
  padding: 10px 30px;
  transition: 0.3s;
}
.patient-funnel-wrapper button:hover {
  color: #ffffff;
  background: #0e82fd;
  transition: 0.3s;
}
.patient-funnel-wrapper button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.patient-funnel-wrapper .patient-funnel-new-practice-container {
  width: 100%;
  padding: 20px;
  border-radius: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.patient-funnel-wrapper .patient-funnel-new-practice-container .new-practice-heading {
  font-size: 28px;
  font-weight: 600;
  margin: 20px 0;
  text-align: center;
  color: #4a5468;
}
.patient-funnel-wrapper .patient-funnel-new-practice-container .new-practice-description {
  font-size: 16px;
  color: #80889a;
  max-width: 700px;
  text-align: center;
}
.patient-funnel-wrapper .patient-funnel-new-practice-container .yes-no-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.patient-funnel-wrapper .patient-funnel-new-practice-container .yes-no-wrapper .yes-wrapper,
.patient-funnel-wrapper .patient-funnel-new-practice-container .yes-no-wrapper .no-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  border: 1px solid #dce1eb;
  border-radius: 6px;
  text-align: center;
}
.patient-funnel-wrapper .indexedStep {
  color: rgb(190, 190, 190);
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(206, 206, 206);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.patient-funnel-wrapper .indexedStep.accomplished {
  background-color: #0487ff;
  color: white;
  border-style: none;
}
.patient-funnel-wrapper .RSPBprogressBar {
  height: 2px;
  width: 93%;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  background-color: rgb(207, 207, 207);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  margin: 40px auto;
}
.patient-funnel-wrapper .RSPBprogressBar .RSPBstep {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: absolute;
  transform: translateX(-50%);
  transition-property: all;
  transition-timing-function: ease;
}
.patient-funnel-wrapper .RSPBprogressBar .RSPBprogressBarText {
  color: white;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.patient-funnel-wrapper .RSPBprogressBar .RSPBprogression {
  position: absolute;
  transition: width 0.3s ease;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: #0487ff;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  .patient-funnel-wrapper .indexedStep {
    width: 15px;
    height: 15px;
    font-size: 6px;
  }
}

.header-dental {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.header-dental .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-dental .navbar-dental {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.header-dental .navbar-dental .logo img {
  height: 40px;
  width: auto;
}
.header-dental .navbar-dental .nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-dental .navbar-dental .nav-links li {
  margin: 0 15px;
}
.header-dental .navbar-dental .nav-links li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header-dental .navbar-dental .nav-links li a:hover, .header-dental .navbar-dental .nav-links li a.active {
  color: #007bff;
}
.header-dental .navbar-dental .nav-links li.dropdown {
  position: relative;
}
.header-dental .navbar-dental .nav-links li.dropdown > a {
  display: flex;
  align-items: center;
}
.header-dental .navbar-dental .nav-links li.dropdown > a i {
  margin-left: 5px;
  font-size: 12px;
}
.header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  min-width: 200px;
}
.header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu.show {
  display: block;
}
.header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu li {
  margin: 0;
}
.header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: #333;
}
.header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu li a:hover {
  background-color: #f8f9fa;
  color: #007bff;
}
.header-dental .navbar-dental .nav-cta .btn-appointment {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.header-dental .navbar-dental .nav-cta .btn-appointment:hover {
  background-color: #0056b3;
}

@media (max-width: 992px) {
  .header-dental .navbar-dental {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-dental .navbar-dental .nav-links {
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
  .header-dental .navbar-dental .nav-links li {
    margin: 10px 0;
  }
  .header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu {
    position: static;
    box-shadow: none;
    display: none;
    padding-left: 20px;
  }
  .header-dental .navbar-dental .nav-links li.dropdown .dropdown-menu.show {
    display: block;
  }
  .header-dental .navbar-dental .nav-cta {
    margin-top: 15px;
  }
}
.step-final {
  max-width: 600px;
  margin: 3rem auto;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.step-final .success-icon {
  font-size: 5rem;
  color: #4caf50;
  margin-bottom: 1.5rem;
}
.step-final h2 {
  color: #333;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.step-final .message {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.step-final .next-steps {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.step-final .next-steps h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.step-final .next-steps .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.step-final .next-steps .steps-grid .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.step-final .next-steps .steps-grid .step-item .step-icon {
  background-color: #e8f0fe;
  color: #007bff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.step-final .next-steps .steps-grid .step-item .step-icon:hover {
  background-color: #007bff;
  color: #ffffff;
}
.step-final .next-steps .steps-grid .step-item span {
  color: #555;
  font-weight: 500;
}
.step-final .btn-dashboard {
  display: inline-flex;
  align-items: center;
  background-color: #007bff;
  color: #ffffff;
  padding: 1rem 3rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.step-final .btn-dashboard .btn-icon {
  margin-top: 14px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.step-final .btn-dashboard:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}
.step-final .btn-dashboard:hover .btn-icon {
  transform: translateX(3px);
}

@media (max-width: 768px) {
  .step-final {
    margin: 2rem 1rem;
    padding: 2rem;
  }
  .step-final .success-icon {
    font-size: 4rem;
  }
  .step-final h2 {
    font-size: 2rem;
  }
  .step-final .next-steps {
    padding: 1.5rem;
  }
  .step-final .next-steps .steps-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .step-final .next-steps .steps-grid .step-item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .step-final .next-steps .steps-grid .step-item .step-icon {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .step-final {
    padding: 1.5rem;
  }
  .step-final h2 {
    font-size: 1.75rem;
  }
  .step-final .message {
    font-size: 1rem;
  }
  .step-final .next-steps {
    padding: 1rem;
  }
  .step-final .next-steps h3 {
    font-size: 1.25rem;
  }
  .step-final .btn-dashboard {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}
.multi-step-progress {
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem;
}
.multi-step-progress .progress-bar {
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.multi-step-progress .progress-bar .progress-bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #007bff;
  transition: width 0.5s ease-in-out;
}
.multi-step-progress .steps {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.multi-step-progress .steps .step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.multi-step-progress .steps .step .step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  transition: all 0.3s ease;
}
.multi-step-progress .steps .step .step-icon svg {
  font-size: 1.5rem;
  color: #999;
  transition: all 0.3s ease;
}
.multi-step-progress .steps .step .step-label {
  font-size: 0.9rem;
  color: #666;
  transition: all 0.3s ease;
}
.multi-step-progress .steps .step.completed .step-icon {
  background-color: #e8f5e9;
  border-color: #4caf50;
}
.multi-step-progress .steps .step.completed .step-icon svg {
  color: #4caf50;
}
.multi-step-progress .steps .step.completed .step-label {
  color: #4caf50;
}
.multi-step-progress .steps .step.active .step-icon {
  background-color: #e3f2fd;
  border-color: #007bff;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}
.multi-step-progress .steps .step.active .step-icon svg {
  color: #007bff;
}
.multi-step-progress .steps .step.active .step-label {
  color: #007bff;
  font-weight: 600;
}

@media (max-width: 576px) {
  .multi-step-progress {
    padding: 0.5rem;
  }
  .multi-step-progress .steps .step .step-icon {
    width: 40px;
    height: 40px;
  }
  .multi-step-progress .steps .step .step-icon svg {
    font-size: 1.2rem;
  }
  .multi-step-progress .steps .step .step-label {
    font-size: 0.8rem;
  }
}
.multi-step-progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}
.multi-step-progress-bar .step-container {
  display: flex;
  align-items: center;
  flex: 1;
}
.multi-step-progress-bar .step-container:last-child {
  flex: 0;
}
.multi-step-progress-bar .step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.multi-step-progress-bar .step.active {
  background-color: #007bff;
  color: white;
}
.multi-step-progress-bar .connector {
  flex: 1;
  height: 2px;
  background-color: #e0e0e0;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}
.multi-step-progress-bar .connector.active {
  background-color: #007bff;
}

@media (max-width: 768px) {
  .multi-step-progress-bar {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }
  .multi-step-progress-bar .step-container {
    flex: 0 0 auto;
    margin: 10px 5px -10px 5px;
    flex-direction: column;
  }
  .multi-step-progress-bar .step {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-bottom: 0px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .multi-step-progress-bar .step.active {
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
  }
  .multi-step-progress-bar .connector {
    display: none;
  }
  .multi-step-progress-bar::after {
    content: attr(data-current-step);
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #007bff;
  }
}
.specific-concern-page .specific-concern-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}
.specific-concern-page .specific-concern-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
}
.specific-concern-page .form-group-title-container {
  margin-bottom: 30px;
}
.specific-concern-page .form-group-title {
  color: #181c25;
  font-size: 18px;
  margin-bottom: 15px;
  opacity: 0.8;
}
.specific-concern-page .form-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
.specific-concern-page .form-option {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .specific-concern-page .form-option {
    min-height: 60px;
  }
}
.specific-concern-page .form-option:hover {
  background-color: #f0f8ff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
}
.specific-concern-page .form-option.selected {
  color: #007bff;
  border-color: #007bff;
}
.specific-concern-page .form-option .option-text {
  flex-grow: 1;
}
.specific-concern-page .form-option .option-check {
  color: #007bff;
  font-size: 16px;
}
.specific-concern-page .next-step-button-container {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .specific-concern-page .form-options {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media (max-width: 480px) {
  .specific-concern-page .form-options {
    grid-template-columns: 1fr;
  }
}
.goals-for-mouth {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.goals-for-mouth .question h2 {
  font-size: 1.25rem;
  color: #333;
}
.goals-for-mouth .question p {
  font-size: 1rem;
  color: #666;
}
.goals-for-mouth .options {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.goals-for-mouth .options .option {
  flex-basis: calc(33.333% - 10px);
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
  text-align: center;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.goals-for-mouth .options .option:hover, .goals-for-mouth .options .option.selected {
  background-color: #e0f7fa;
  border-color: #29b6f6;
}
.goals-for-mouth .options .option .label {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}
.goals-for-mouth .options .option .treatment {
  font-size: 0.875rem;
  color: #777;
}

.time-preference-page-container .time-preference-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.time-preference-page-container .time-preference-item {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.time-preference-page-container .time-preference-item:hover {
  background-color: #f0f8ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
}
.time-preference-page-container .time-preference-item.selected {
  color: #007bff;
  border-color: #007bff;
}
.time-preference-page-container .time-preference-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #007bff;
}
.selected .time-preference-page-container .time-preference-icon {
  color: white;
}
.time-preference-page-container .time-preference-content {
  flex-grow: 1;
}
.time-preference-page-container .time-preference-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}
.selected .time-preference-page-container .time-preference-content h3 {
  color: white;
}
.time-preference-page-container .time-preference-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.selected .time-preference-page-container .time-preference-content p {
  color: #e0e0e0;
}
.time-preference-page-container .time-preference-check {
  font-size: 20px;
  color: #007bff;
}

@media (max-width: 768px) {
  .time-preference-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 480px) {
  .time-preference-grid {
    grid-template-columns: 1fr;
  }
}
.goals-for-mouth-page .goals-title {
  color: #333;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}
.goals-for-mouth-page .goals-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.goals-for-mouth-page .goals-form-container {
  max-width: 1000px;
  margin: 0 auto;
}
.goals-for-mouth-page .goals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.goals-for-mouth-page .goal-item {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .goals-for-mouth-page .goal-item {
    min-height: 40px;
  }
}
.goals-for-mouth-page .goal-item:hover {
  background-color: #f0f8ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
}
.goals-for-mouth-page .goal-item.selected {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  color: #007bff;
  border-color: #007bff;
}
.goals-for-mouth-page .goal-content {
  flex-grow: 1;
  text-align: left;
}
.goals-for-mouth-page .goal-label {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.selected .goals-for-mouth-page .goal-label {
  color: white;
}
.goals-for-mouth-page .goal-description {
  font-size: 14px;
  color: #666;
}
.selected .goals-for-mouth-page .goal-description {
  color: #e0e0e0;
}
.goals-for-mouth-page .goal-check {
  text-align: right;
  font-size: 20px;
  color: #007bff;
}
.goals-for-mouth-page .next-step-button-container {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .goals-for-mouth-page .goals-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 480px) {
  .goals-for-mouth-page .goals-grid {
    grid-template-columns: 1fr;
  }
  .goals-for-mouth-page .goal-item {
    padding: 15px;
  }
  .goals-for-mouth-page .goal-label {
    font-size: 16px;
  }
  .goals-for-mouth-page .goal-description {
    font-size: 13px;
  }
}
.factors-choosing-dentist-page .factors-title {
  color: #333;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}
.factors-choosing-dentist-page .factors-subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.factors-choosing-dentist-page .factors-form-container {
  max-width: 1000px;
  margin: 0 auto;
}
.factors-choosing-dentist-page .factors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.factors-choosing-dentist-page .factor-item {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 135px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .factors-choosing-dentist-page .factor-item {
    min-height: 120px;
  }
}
.factors-choosing-dentist-page .factor-item:hover {
  background-color: #f0f8ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.1);
}
.factors-choosing-dentist-page .factor-item.selected {
  color: #007bff;
  border-color: #007bff;
}
.factors-choosing-dentist-page .factor-content {
  flex-grow: 1;
  text-align: left;
  text-align: center;
}
.factors-choosing-dentist-page .factor-label {
  font-size: 18px;
  color: #333;
}
.selected .factors-choosing-dentist-page .factor-label {
  color: white;
}
.factors-choosing-dentist-page .factor-description {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.selected .factors-choosing-dentist-page .factor-description {
  color: #e0e0e0;
}
.factors-choosing-dentist-page .factor-check {
  text-align: right;
  font-size: 20px;
  color: #007bff;
}
.factors-choosing-dentist-page .next-step-button-container {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .factors-choosing-dentist-page .factors-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 480px) {
  .factors-choosing-dentist-page .factors-grid {
    grid-template-columns: 1fr;
  }
  .factors-choosing-dentist-page .factor-item {
    padding: 15px;
  }
  .factors-choosing-dentist-page .factor-label {
    font-size: 16px;
  }
  .factors-choosing-dentist-page .factor-description {
    font-size: 13px;
  }
}
.dental-insurance-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.dental-insurance-page .insurance-title {
  color: #333;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dental-insurance-page .insurance-title .insurance-icon {
  color: #007bff;
  margin-right: 15px;
}
.dental-insurance-page .insurance-subtitle {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.dental-insurance-page .insurance-options-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.dental-insurance-page .insurance-option {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dental-insurance-page .insurance-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.1);
}
.dental-insurance-page .insurance-option.selected {
  background-color: #e3f2fd;
  border-color: #007bff;
}
.dental-insurance-page .insurance-option-content {
  flex-grow: 1;
}
.dental-insurance-page .insurance-option-label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.selected .dental-insurance-page .insurance-option-label {
  color: #007bff;
}
.dental-insurance-page .insurance-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.dental-insurance-page .insurance-option-description {
  font-size: 16px;
  color: #666;
}
.dental-insurance-page .insurance-option-check {
  text-align: right;
  font-size: 24px;
  color: #007bff;
}
.dental-insurance-page .insurance-provider-container {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.dental-insurance-page .insurance-provider-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .dental-insurance-page .insurance-provider-title {
    font-size: 18px;
  }
}
.dental-insurance-page .insurance-provider-select {
  width: 100%;
  max-width: 400px;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  display: block;
  background-color: #fff; /* Ensure background color */
  position: relative; /* Important to contain the dropdown within the container */
  z-index: 10; /* Ensure it has a higher z-index to appear above other elements */
}
.dental-insurance-page .insurance-provider-select:focus {
  outline: none;
  border-color: #007bff;
}
.dental-insurance-page .insurance-provider-select-wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden !important;
}
.dental-insurance-page .insurance-provider-select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #007bff;
}
.dental-insurance-page .insurance-provider-select option {
  background-color: #fff;
  color: #333;
  padding: 12px;
}
.dental-insurance-page .next-step-button-container {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .dental-insurance-page .insurance-options-container {
    flex-direction: column;
    align-items: center;
  }
  .dental-insurance-page .insurance-option {
    width: 100%;
    max-width: 300px;
  }
}
.social-assistance-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.social-assistance-page .assistance-title {
  color: #333;
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.social-assistance-page .assistance-title .assistance-icon {
  color: #007bff;
  margin-right: 15px;
}
.social-assistance-page .assistance-subtitle {
  color: #666;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
.social-assistance-page .assistance-options-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.social-assistance-page .assistance-option {
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.social-assistance-page .assistance-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.1);
}
.social-assistance-page .assistance-option.selected {
  background-color: #e3f2fd;
  border-color: #007bff;
}
.social-assistance-page .assistance-option-content {
  flex-grow: 1;
}
.social-assistance-page .assistance-option-label {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.selected .social-assistance-page .assistance-option-label {
  color: #007bff;
}
.social-assistance-page .assistance-option-description {
  font-size: 16px;
  color: #666;
}
.social-assistance-page .assistance-option-check {
  text-align: right;
  font-size: 24px;
  color: #007bff;
}
.social-assistance-page .assistance-message {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.social-assistance-page .assistance-message p {
  color: #856404;
  font-size: 16px;
  margin: 0;
}
.social-assistance-page .assistance-message.error {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
.social-assistance-page .assistance-message.error p {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.social-assistance-page .assistance-message.error .error-icon {
  color: #856404;
  margin-right: 10px;
  font-size: 1.2em;
  margin-top: 2px;
}
.social-assistance-page .assistance-message.info {
  background-color: #e7f5ff;
  border: 1px solid #b8daff;
  color: #004085;
}
.social-assistance-page .assistance-message.info .info-icon {
  color: #004085;
  margin-right: 10px;
  font-size: 1.2em;
}
.social-assistance-page .next-step-button-container {
  text-align: center;
  margin-top: 40px;
}
.social-assistance-page .next-step-button-container:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .social-assistance-page .assistance-options-container {
    flex-direction: column;
    align-items: center;
  }
  .social-assistance-page .assistance-option {
    width: 100%;
    max-width: 300px;
  }
}
.chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.chatbot-window {
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 450px;
  height: 600px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  resize: both;
  min-width: 350px;
  min-height: 500px;
  max-width: 80vw;
  max-height: 80vh;
  resize: both;
  direction: rtl;
}
.chatbot-window > * {
  direction: ltr;
}
.chatbot-window .chatbot-header {
  padding: 15px;
  background-color: #007bff;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.chatbot-window .chatbot-header .chatbot-title {
  display: flex;
  align-items: center;
}
.chatbot-window .chatbot-header .chatbot-title .chatbot-icon {
  font-size: 24px;
  margin-right: 10px;
}
.chatbot-window .chatbot-header .chatbot-title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.chatbot-window .chatbot-header .close-button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.chatbot-window .chatbot-header .close-button:hover {
  color: #f0f0f0;
}
.chatbot-window .chatbot-messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.chatbot-window .chatbot-messages .message-container {
  display: flex;
  margin-bottom: 10px;
  max-width: 80%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.3s ease forwards;
}
.chatbot-window .chatbot-messages .message-container.bot {
  align-self: flex-start;
  animation-delay: 0.3s;
}
.chatbot-window .chatbot-messages .message-container.user {
  align-self: flex-end;
  flex-direction: row-reverse;
  animation-delay: 0.1s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.chatbot-window .chatbot-messages .message-container .message-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  flex-shrink: 0;
  background-color: #1977f3;
  color: white;
}
.chatbot-window .chatbot-messages .message-container .message-icon svg {
  width: 20px;
  height: 20px;
}
.chatbot-window .chatbot-messages .message-container .message-content {
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: fadeIn 0.3s ease forwards;
  animation-delay: 0.2s;
}
.chatbot-window .chatbot-messages .message-container.bot .message-content {
  background-color: #e8f2fe;
  color: #0d47a1;
  font-size: 14px;
}
.chatbot-window .chatbot-messages .message-container.user .message-content {
  background-color: #e8f2fe;
  color: #818c9d;
  font-size: 14px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.chatbot-window .chatbot-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
.chatbot-window .chatbot-input .textarea-container {
  flex-grow: 1;
  margin-right: 10px;
}
.chatbot-window .chatbot-input textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  resize: none;
  overflow-y: hidden;
  min-height: 38px;
  max-height: 150px;
  font-size: 14px;
}
.chatbot-window .chatbot-input textarea::placeholder {
  font-size: 14px;
  color: #999;
}
.chatbot-window .chatbot-input .button-container {
  display: flex;
  align-items: flex-end;
}
.chatbot-window .chatbot-input button {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatbot-window .chatbot-input button:hover {
  background-color: #0056b3;
}
.chatbot-window .chatbot-input button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.chatbot-window .chatbot-input .voice-btn {
  margin-right: 10px;
}
.chatbot-window .chatbot-input .voice-btn.recording {
  background-color: #dc3545;
}
.chatbot-window .chatbot-input .voice-btn.recording .recording-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(220, 53, 69, 0.3);
  border-radius: 50%;
  animation: pulse 1.5s ease-out infinite;
}

.chatbot-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.chatbot-toggle:hover {
  background-color: #0056b3;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
  }
}
.next-step-button-container-final {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.next-step-button-container-final button {
  flex: 1;
  max-width: 200px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.next-step-button-container-final .previous-step-button {
  background-color: #6c757d;
  color: white;
}
.next-step-button-container-final .previous-step-button:hover {
  background-color: #5a6268;
}
.next-step-button-container-final .next-step-button {
  background-color: #007bff;
  color: white;
}
.next-step-button-container-final .next-step-button:hover {
  background-color: #0056b3;
}
.next-step-button-container-final .next-step-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.next-step-button-container-dentist-search {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.next-step-button-container-dentist-search button {
  flex: 1;
  max-width: 300px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.next-step-button-container-dentist-search .previous-step-button {
  background-color: #6c757d;
  color: white;
}
.next-step-button-container-dentist-search .previous-step-button:hover {
  background-color: #5a6268;
}
.next-step-button-container-dentist-search .next-step-button {
  background-color: #007bff;
  color: white;
}
.next-step-button-container-dentist-search .next-step-button:hover {
  background-color: #0056b3;
}

.dental-location-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  border: 1px solid #eee;
  transition: box-shadow 0.2s ease;
}
.dental-location-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dental-location-card.selected {
  border: 1px solid #1977f3;
  background-color: #f8fbff;
}
.dental-location-card .location-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dental-location-card .location-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dental-location-card .location-header .location-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.dental-location-card .location-header .location-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666;
}
.dental-location-card .location-header .location-rating .star-icon {
  color: #ffc107;
}
.dental-location-card .location-address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}
.dental-location-card .location-address .map-pin-icon {
  color: #1977f3;
  font-size: 14px;
}
.dental-location-card .location-address .address-content {
  flex: 1;
}
.dental-location-card .location-address .direction-link {
  color: #1977f3;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.dental-location-card .location-address .direction-link:hover {
  text-decoration: underline;
}
.dental-location-card .services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #f8f9fa;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dental-location-card .services-header:hover {
  background-color: #f0f0f0;
}
.dental-location-card .services-header .services-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666;
}
.dental-location-card .services-header .services-title .tooth-icon {
  color: #1977f3;
}
.dental-location-card .services-header .chevron-icon {
  color: #666;
  font-size: 12px;
}
.dental-location-card .location-services {
  padding-top: 8px;
}
.dental-location-card .location-services .services-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dental-location-card .location-services .service-tag {
  background-color: #f0f0f0;
  color: #666;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}
.dental-location-card .select-location-btn {
  width: 100%;
  padding: 8px 16px;
  background-color: #1977f3;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.dental-location-card .select-location-btn:hover {
  background-color: #1665d8;
}

.locations-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.dental-locations-list {
  padding: 20px 0;
  background-color: #f8f9fa;
}
.dental-locations-list .locations-container {
  padding: 0 16px;
}

@media (max-width: 768px) {
  .dental-location-card {
    padding: 12px;
  }
  .dental-location-card .location-header .location-name {
    font-size: 15px;
  }
  .dental-location-card .location-address,
  .dental-location-card .services-header .services-title {
    font-size: 12px;
  }
  .dental-location-card .service-tag {
    font-size: 11px;
  }
}
.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-light {
  font-weight: 300 !important;
  color: #717d96;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.loading-container .loading-spinner {
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-container .tooth-outline,
.loading-container .tooth-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid transparent;
}
.loading-container .tooth-outline {
  border-top-color: #007bff;
  animation: spin 1s linear infinite;
}
.loading-container .tooth-fill {
  border-bottom-color: #007bff;
  animation: spin 1.5s linear infinite reverse;
}
.loading-container .loading-text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #007bff;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.loading-container .tooth-outline::before,
.loading-container .tooth-fill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  background-color: #007bff;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.loading-container .tooth-fill::before {
  background-color: #e6f3ff;
}

@media (max-width: 991.98px) {
  p,
  a {
    font-size: 20px;
  }
  h2 {
    font-size: 36px;
  }
  h2 span {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  p,
  a {
    font-size: 20px;
  }
  h2 {
    font-size: 36px;
  }
  h2 span {
    font-size: 36px;
  }
}
