/* 
================================================
[  BASIC STYLE START ]
================================================

01. Google Fonts
02. General Style
03. Headings Style 
04. Button Style
05. Form Style
06. back-to-top Arrow 

======================================
[  BASIC STYLE END ]
======================================

  - Header Style
  - Bread Crumb Style
  - Banner Style
  - Counter Style
  - Reviews Style
  - Latest News Style
  - Single Blog Page Style

  *Footer Style
*/
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/
/**********************
    Google Fonts
***********************/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/**************************
    General Style Start
***************************/
::-moz-selection {
  background-color: #2AC28E;
  color: #fff;
}
::selection {
  background-color: #2AC28E;
  color: #fff;
}

html {
  overflow-x: hidden !important;
  height: 100%;
  overflow-y: auto;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #7C8388;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 400;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.main {
  position: relative;
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
}

.hidden {
  overflow: hidden;
}

.f-w-500 {
  font-weight: 500;
}

.max-w-400 {
  max-width: 400px;
}

.owl-carousel .owl-stage-outer {
  margin: -20px;
  padding: 20px;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.owl-carousel.brand-slider .owl-stage-outer {
  margin: 0px;
  padding: 0px;
}

.owl-carousel.client-slider .owl-stage-outer {
  margin: -30px 0;
  padding: 30px 0;
}
.owl-carousel.client-slider .owl-dots {
  bottom: -20px;
}

.owl-nav button span {
  display: none;
}

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

a {
  cursor: pointer;
  text-decoration: none;
  color: #00A6FB;
  transition: all 0.4s ease 0s;
}
a:hover {
  color: #00A6FB;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
a.link {
  text-decoration: none;
}
a.link:hover {
  text-decoration: underline;
}
a.link.white-text {
  color: #fff;
}
a.link.white-text:hover {
  color: #fff;
}

br {
  font-size: 0;
  line-height: 0;
}

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #CED5DA;
  border-bottom: none;
  border-left: none;
  border-right: none;
  opacity: 1;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
ul.point li {
  list-style: disc;
  margin-left: 18px;
}

.box-wrap {
  padding: 30px;
  box-shadow: 0 2px 10px rgba(15, 44, 64, 0.15);
}

.box-shadow-all-10 {
  box-shadow: 0 0px 10px rgba(15, 44, 64, 0.25);
}

.small-text {
  font-size: 12px;
}

.dark-text {
  color: #0F2C40;
}

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

.box-shadow {
  box-shadow: 0 0 12px rgba(15, 44, 64, 0.15);
}

.gray-bg {
  background-color: #7C8388;
}

.bg-light {
  background-color: #7C8388 !important;
}

.card {
  border-color: rgba(206, 213, 218, 0.5);
}

.shadow-sm {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15) !important;
}

.gradient-bg {
  background: radial-gradient(circle, rgb(15, 49, 97) 0%, rgb(12, 16, 39) 100%);
}

.row {
  margin-right: calc(-0.7 * var(--bs-gutter-x));
  margin-left: calc(-0.7 * var(--bs-gutter-x));
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.7);
}

.half-point li {
  float: left;
  width: 50%;
}

.shape-bg img {
  width: 100%;
  max-width: 100%;
}
.shape-bg.top-bg img {
  margin-top: -1px;
}
.shape-bg.bottom-bg img {
  margin-bottom: -1px;
}

.loader {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  border-width: 3px;
  border-style: dashed;
  border-color: #2AC28E #2AC28E transparent #2AC28E;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 25px;
  top: 33px;
  border: 8px solid transparent;
  border-right-color: #2AC28E;
  transform: rotate(-50deg);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**************************
    Headings Style Start
***************************/
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0F2C40;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}

h1 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 600;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 600;
}
h2.section_title {
  margin-bottom: 0;
}

h3 {
  font-size: 26px;
  line-height: 30px;
}

.sub-heading {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}
h5.sub-title {
  color: #B1B6BA;
}

h6 {
  font-size: 14px;
  line-height: 16px;
}

.dark-bg .section_title,
.dark-bg .title,
.dark-bg p,
.dark-bg span {
  color: #fff;
}

.title-line {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  display: inline-block;
}

.text-left .title-line {
  padding-left: 0;
}
.text-left .title-line:before {
  display: none;
}

.heading-part > span {
  margin-bottom: 10px;
  color: #7C8388;
  font-size: 16px;
}

/**************************
    Button Style Start
***************************/
.btn,
button {
  border: 1px solid transparent;
  padding: 10px 23px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.btn:focus, .btn.focus,
button:focus,
button.focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}
.btn:hover,
button:hover {
  border-color: transparent;
}

.btn.btn-xs {
  padding: 5px 13px;
  font-size: 12px;
  height: 30px;
}
.btn.btn-sm {
  padding: 8px 18px;
  font-size: 13px;
}
.btn.btn-lg {
  padding: 13px 30px;
  font-size: 18px;
}
.btn.btn-xl {
  padding: 18px 40px;
  font-size: 20px;
  font-weight: 600;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
}
.btn.hover-effect:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.hover-effect:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn.btn-link .btn-icon img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(47%) saturate(5982%) hue-rotate(171deg) brightness(99%) contrast(104%);
}
.btn.btn-link:hover .btn-icon img {
  filter: invert(69%) sepia(11%) saturate(1530%) hue-rotate(83deg) brightness(94%) contrast(87%);
}

.btn-dark {
  color: #fff;
  background: #0F2C40;
}
.btn-dark:hover, .btn-dark:focus {
  color: #fff;
  background: #2AC28E;
  border-color: #2AC28E;
}

.btn-color {
  color: #fff;
  background: #2E845D;
}
.btn-color:hover, .btn-color:focus {
  color: #fff;
  background: #22523C;
}

.btn-theme-color-dark {
  color: #fff;
  background: #22523C;
}
.btn-theme-color-dark:hover, .btn-theme-color-dark:focus {
  color: #fff;
  background: #0F2C40;
}

.btn-color-2 {
  color: #fff;
  background: #00A6FB;
}
.btn-color-2:hover, .btn-color-2:focus {
  color: #fff;
  background: #22523C;
}

.btn-gray {
  color: #0F2C40;
  background: #7C8388;
}
.btn-gray:hover, .btn-gray:focus {
  color: #fff;
  background: #2AC28E;
}

.btn-white {
  color: #0F2C40;
  background: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: #22523C;
}
.btn-white:hover img, .btn-white:focus img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(18%) hue-rotate(73deg) brightness(106%) contrast(100%);
}

.btn-border-color {
  color: #2E845D;
  border-color: #2E845D;
}
.btn-border-color img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(17%) saturate(1477%) hue-rotate(101deg) brightness(95%) contrast(82%);
}
.btn-border-color:hover, .btn-border-color:focus {
  color: #fff;
  background-color: #2E845D;
  border-color: #2E845D;
}
.btn-border-color:hover img, .btn-border-color:focus img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(18%) hue-rotate(73deg) brightness(106%) contrast(100%);
}

.btn-border-color-2 {
  color: #00A6FB;
  border-color: #00A6FB;
}
.btn-border-color-2 img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(47%) saturate(5982%) hue-rotate(171deg) brightness(99%) contrast(104%);
}
.btn-border-color-2:hover, .btn-border-color-2:focus {
  color: #fff;
  background-color: #00A6FB;
  border-color: #00A6FB;
}
.btn-border-color-2:hover img, .btn-border-color-2:focus img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(18%) hue-rotate(73deg) brightness(106%) contrast(100%);
}

.btn-border-dark {
  color: #0F2C40;
  border-color: #0F2C40;
}
.btn-border-dark:hover, .btn-border-dark:focus {
  background: #2AC28E;
  color: #fff;
  border-color: #2AC28E;
}

.btn-border-gray-200 {
  color: #7C8388;
  border-color: #B1B6BA;
}
.btn-border-gray-200:hover, .btn-border-gray-200:focus {
  background: #2AC28E;
  color: #fff;
  border-color: #2AC28E;
}

.btn-link {
  background: transparent;
  display: flex;
  align-items: center;
  padding: 0;
  color: #00A6FB;
  border: none;
  overflow: visible;
  text-decoration: none;
}
.btn-link.link-dark {
  color: #0F2C40;
}
.btn-link.link-color {
  color: #fff;
}
.btn-link:hover, .btn-link:focus {
  color: #22523C;
}

.btn-icon {
  margin: 0 6px;
  display: inline-flex;
}
.btn-icon:first-child {
  margin-left: 0;
}
.btn-icon:last-child {
  margin-right: 0;
}

.icon-slide-left:hover .btn-icon img {
  animation: 0.5s ease slideLeft;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-8px);
  }
  to {
    transform: translateX(0);
  }
}
.icon-slide-right:hover .btn-icon img {
  animation: 0.5s ease slideRight;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  to {
    transform: translateX(0);
  }
}
.icon-slide-up:hover .btn-icon img {
  animation: 0.5s ease slideUp;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  to {
    transform: translateY(0);
  }
}
.icon-slide-down:hover .btn-icon img {
  animation: 0.5s ease slideDown;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  to {
    transform: translateY(0);
  }
}
.btn-icon-left.icon-hidden .btn-icon {
  margin: 0;
}
.btn-icon-left.icon-hidden .btn-icon img {
  opacity: 0;
  margin-left: -16px;
  transform: translateX(10px);
  margin-right: 0;
  transition: all 0.4s ease 0s;
}
.btn-icon-left.icon-hidden:hover .btn-icon img {
  opacity: 1;
  margin-left: 0;
  transform: translateX(0);
  margin-right: 6px;
}

.btn-icon-right.icon-hidden .btn-icon {
  margin: 0;
}
.btn-icon-right.icon-hidden .btn-icon img {
  opacity: 0;
  margin-left: 0;
  transform: translateX(-10px);
  margin-right: -16px;
  transition: all 0.4s ease 0s;
}
.btn-icon-right.icon-hidden:hover .btn-icon img {
  opacity: 1;
  margin-left: 6px;
  transform: translateX(0);
  margin-right: 0;
}

.btn-icon-only {
  padding: 10px 15px;
}

/**************************
    Button Style End
***************************/
/**************************
    Form Style Start
***************************/
* {
  outline: none !important;
}

select {
  background: url(../images/select-icon.png) no-repeat scroll right 50% transparent !important;
  line-height: 18px;
  border: 1px solid #CED5DA;
  padding: 0 25px 0 10px;
  height: 46px;
  width: 100%;
  color: #0F2C40;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}

.select-selected {
  background-color: #2AC28E;
}

.full select {
  width: 100%;
}

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

input {
  background: transparent;
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  height: auto;
  border: 1px solid #7C8388;
  min-height: 40px;
  border-radius: 5px;
}
input:placeholder {
  color: #B1B6BA !important;
}
input:focus {
  border: 1px solid #2AC28E;
  text-shadow: none;
  background-color: transparent;
  box-shadow: none;
}

.choices {
  width: 100%;
  z-index: 2;
}
.choices .choices__inner {
  background: transparent;
  border: none;
  padding: 0;
  min-height: 1px;
  margin-bottom: -3.75px;
}
.choices .choices__inner .choices__list--multiple .choices__item {
  padding: 0px 10px;
}
.choices .choices__list--dropdown {
  top: calc(100% + 7px) !important;
}
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #2E845D;
  color: #fff;
}

.main-form input,
.main-form textarea,
.main-form select {
  background: rgba(0, 166, 251, 0.1);
  border: none;
  font-size: 14px;
  width: 100%;
  height: auto;
  min-height: 46px;
  border-radius: 10px;
}
.main-form input:placeholder,
.main-form textarea:placeholder,
.main-form select:placeholder {
  color: #B1B6BA !important;
}
.main-form input:focus,
.main-form textarea:focus,
.main-form select:focus {
  /* border: 1px solid $theme-color-200; */
  background: rgba(0, 166, 251, 0.1);
  text-shadow: none;
  box-shadow: none;
}
.main-form textarea {
  max-width: 100%;
  padding-top: 5px;
}

.input-box label {
  margin-bottom: 5px;
}

.check-box label {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
.check-box input {
  display: none;
}

.radio input.radio-button {
  display: none;
}

.checkout-section .check-box input[type=checkbox] {
  margin: 5px 0 0;
  min-height: 1px;
  display: none;
}

.select-dropdown {
  position: relative;
  width: 100%;
  display: block;
  height: 40px;
  border: 1px solid #7C8388;
  transition: all 0.4s ease-in;
  border-radius: 5px;
}
.select-dropdown.dropdown-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #2AC28E;
}
.select-dropdown .drop-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 9px 10px;
  height: 100%;
}
.select-dropdown .drop-option .drop-list span {
  text-transform: capitalize;
}
.select-dropdown .drop-option .drop-list .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #B1B6BA;
  transform: translateY(-50%);
}
.select-dropdown .drop-option .drop-list .dropdown-arrow img {
  width: 10px;
}
.select-dropdown .drop-option .drop-list.active .dropdown-arrow {
  transition: all 0.4s ease-in-out;
  transform: translateY(-35%) rotateX(180deg);
}
.select-dropdown .drop-option .select-option {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 50;
  margin-top: 1px;
  background: #fff;
  padding: 10px 0px;
  min-width: 100px;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 4px 5px 0px rgba(15, 44, 64, 0.1);
}
.select-dropdown .drop-option .select-option a {
  color: #7C8388;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: left;
  line-height: 20px;
  text-transform: capitalize;
  padding: 6px 10px;
  transition: all 0.2s ease-in;
}
.select-dropdown .drop-option .select-option a:hover {
  background: #2AC28E;
  color: #fff;
  padding-left: 15px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  min-height: auto;
  margin-top: 0;
}
.form-check .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23068DD2'/%3e%3c/svg%3e");
  background-color: #fff;
  border-color: #068DD2;
}

.upload-box {
  border: 2px dashed #00A6FB;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.upload-box.dragover {
  background-color: rgba(0, 166, 251, 0.1);
}
.upload-box input[type=file] {
  display: none;
}

.profile-container {
  position: relative;
  width: 70px;
  height: 70px;
}
.profile-container input[type=file] {
  display: none;
}

.profile-picture {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #2E845D;
}

.upload-label {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-color: #CDEAFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-label img {
  width: 15px;
  height: 15px;
}

/* checkbox CSS Start */
label {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 100%;
}

.checkbox + label,
.radio-button + label {
  color: #0F2C40;
  cursor: pointer;
  line-height: 17px;
  padding-left: 25px;
  position: relative;
}

.checkbox:checked + label::before,
.radio-button:checked + label::before {
  background: #00A6FB none repeat scroll 0 0;
  border-color: #00A6FB;
}

.checkbox + label::before,
.radio-button + label::before,
.checkbox + label::after {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  margin-top: 2px;
}

.checkbox + label::before,
.radio-button + label::before {
  background: transparent;
  border: 1px solid #00A6FB;
  border-radius: 3px;
}

.white .checkbox + label::before,
.white .radio-button + label::before {
  border-color: #fff;
}

.radio-button + label::before {
  margin-top: 6px;
}

.checkbox:checked + label::after {
  background: url("../images/check-box-icon.svg") no-repeat scroll 1px 1px;
  margin-left: 2px;
  margin-top: 4px;
}

input.radio-button:checked + label::before {
  background-image: url("../images/radio-icon.png");
  background-position: -2px -2px;
  background-repeat: no-repeat;
}

.radio-button + label::before {
  border-radius: 50%;
}

/* Custom RadioButton CSS Start */
.custom-radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-radio {
  display: flex;
  align-items: center;
  padding: 25px 15px;
  border: 1px solid #CED5DA;
  border-radius: 5px;
  position: relative;
}
.custom-radio.small {
  padding: 15px 10px;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.custom-radio input:checked ~ .radio-icon {
  border-color: #fff;
}
.custom-radio input:checked ~ .radio-icon::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.custom-radio input:checked ~ * {
  color: #fff;
}
.custom-radio .radio-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #B1B6BA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.custom-radio input:checked ~ .radio-icon,
.custom-radio input:checked ~ .full-bg {
  background-color: #2E845D;
  color: #fff;
}

.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  transition: background-color 0.3s;
}

/* Custom RadioButton CSS End */
/**************************
    Form Style End
***************************/
/********************************
    back-to-top Arrow Start
*********************************/
.scroll-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 2;
}
.scroll-top .scrollup {
  position: relative;
  background: #b4dfe2;
  display: none;
  cursor: pointer;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 5px;
}
.scroll-top .scrollup:hover {
  background: #22523C;
}
.scroll-top .scrollup:before {
  color: #fff;
  content: "";
  background: transparent url(../images/top-arrow.svg) no-repeat center center;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

/******************************** 
    back-to-top Arrow End
*********************************/
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
/* - Header Style  //---------------- */
header#header {
  background: #2AC28E;
  border-bottom: 2px solid #22523C;
  width: 100%;
  z-index: 2;
  padding: 4px 0;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
header#header.navbar {
  margin-bottom: 0;
  border-radius: 0px;
}

.logo .navbar-brand {
  height: auto;
  padding: 0;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/* Navigation Menu Style */
ul.navbar-nav > li.level {
  margin: 0 20px;
  position: unset;
}
ul.navbar-nav > li.level > a {
  color: #0F2C40;
  width: 100%;
  padding: 5px 0 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level > a.active {
  color: #2AC28E;
}
ul.navbar-nav > li.level > a.active:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level > a:focus {
  color: #0F2C40;
}
ul.navbar-nav > li.level > a:before {
  background: #0F2C40;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level:hover > a, ul.navbar-nav > li.level.active > a {
  color: #0F2C40;
}
ul.navbar-nav > li.level:hover > a:before, ul.navbar-nav > li.level.active > a:before {
  opacity: 0.7;
  transform: scale3d(1, 1, 1);
  transition: all 0.4s ease 0s;
}
ul.navbar-nav > li.level .megamenu ul.sub-menu-level1 li a {
  color: #0F2C40;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  position: relative;
  text-transform: capitalize;
}

.nav-phone {
  display: flex;
}
.nav-phone .call-icon {
  margin-right: 10px;
}
.nav-phone .call-text {
  color: #0F2C40;
  font-size: 24px;
}
.nav-phone .call-text .sub {
  color: #2AC28E;
  font-size: 60%;
}
.nav-phone.mobile-call .call-text {
  color: #fff;
}
.nav-phone.mobile-call .call-text .sub {
  color: #fff;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.side-toggle {
  display: none;
}
.side-toggle .menu-back {
  position: absolute;
  left: 15px;
  top: 0;
  display: none;
}

.get-in-touch .modal-content {
  padding: 20px 15px;
}
.get-in-touch .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

/* Profile Drop-down css Start */
.profile-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.profile-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 1050;
  display: none;
  width: 200px;
  padding: 15px;
  border-radius: 5px;
}
.profile-dropdown-menu hr {
  border-color: #ced5da;
}
.profile-dropdown-menu .user-inner {
  border-bottom: 1px solid #ced5da;
  gap: 13px;
  padding-bottom: 10px;
}

.profile-dropdown-menu.show {
  display: block;
}

.profile-dropdown-menu a {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  text-decoration: none;
  color: #000;
}
.profile-dropdown-menu a img {
  margin-right: 10px;
}

.user-pro-pic {
  flex: 0 0 45px;
}
.user-pro-pic img {
  overflow: hidden;
  border-radius: 50%;
}

.profile-dropdown-menu .user-info {
  text-align: left;
}
.profile-dropdown-menu .user-info strong {
  color: #0F2C40;
  font-weight: 400;
}

.profile-dropdown-menu .user-info strong {
  display: block;
}

.arrow-toggle {
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
}
.arrow-toggle .down-arrow {
  position: absolute;
  left: 0;
  top: 10px;
}
.arrow-toggle.down .up-arrow {
  opacity: 1;
}
.arrow-toggle.down .down-arrow {
  opacity: 0;
}
.arrow-toggle.up .up-arrow {
  opacity: 0;
}
.arrow-toggle.up .down-arrow {
  opacity: 1;
}

/* Profile Drop-down css End */
/* - Header Style End  //---------------- */
/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/
.add-heading {
  background-color: #CDEAFF;
  padding: 8px 0;
}

/* - Bread Crumb Style Start  //---------------- */
.bread.bread-banner {
  background: url(../images/bread-banner.jpg) no-repeat scroll center center;
  background-size: cover;
}
.bread.bread-banner .bread-detail {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0 !important;
  width: 100%;
  transform: translateY(0);
}
.bread.bread-banner .bread-detail .bread-title {
  color: #2AC28E;
}
.bread.bread-banner .bread-detail h1 {
  font-weight: 500;
  color: #2AC28E;
  font-size: 35px;
  line-height: 40px;
}
.bread.bread-banner .bread-detail .bread-crumb ul li a {
  color: #7C8388;
}
.bread.bread-banner .bread-detail .bread-crumb ul li a:hover {
  color: #2AC28E;
}
.bread.bread-banner .bread-detail .bread-crumb ul li.active a {
  color: #2AC28E;
  cursor: default;
}
.bread.bread-banner .bread-detail .bread-crumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.bread.bread-banner .bread-detail .bread-crumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  color: #B1B6BA;
  content: "/";
}

/* - Bread Crumb Style End  //---------------- */
/* - Banner Style Start  //---------------- */
.banner-bg {
  position: relative;
  z-index: 0;
  background: transparent url("../images/banner-bg.jpg") no-repeat scroll center center;
  align-items: center;
}
.banner-bg .banner {
  flex: 0 100%;
}
.banner-bg .banner .owl-stage-outer {
  margin: 0px;
  padding: 0px;
}

.banner-detail .banner-detail-inner .banner-title {
  color: #22523C;
  font-size: 39px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}
.banner-detail .banner-detail-inner > p {
  margin-bottom: 40px;
  margin-top: 30px;
}

.doctors-online {
  display: flex;
  align-items: center;
  background-color: #e0f7fa;
  padding: 10px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
}

.avatars {
  display: flex;
  margin-right: 10px;
}

.doctor-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  /* Overlapping effect */
}

.status {
  display: flex;
  align-items: center;
}

.status span {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
}

.online-indicator {
  width: 10px;
  height: 10px;
  background-color: #00c853;
  border-radius: 50%;
  margin-left: 5px;
}

/* .banner-img {
    animation: MoveUpDown 2s linear infinite;
    position: relative;
}
@keyframes MoveUpDown{0%,100%{top:0}50%{top:10px}} */
/* - Banner Style End  //---------------- */
/* - Login Register Style Start //---------------- */
.login-register-page {
  background: url(../images/login-form-bg.jpg) no-repeat scroll center center;
}

.clock-icon {
  width: 20px;
}

.form-bg {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.main-form .control-label {
  margin-bottom: 0;
  margin-top: 8px;
  text-align: right;
}

.login-form {
  /* .main-form {
      input { padding-left: 50px; }
  } */
}
.login-form .check-box label {
  display: block;
}

.input-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgba(0, 166, 251, 0.1);
  border-radius: 25px;
  padding: 8px 15px;
}
.input-box.white {
  background-color: #fff;
  border: 1px solid #CED5DA;
}
.input-box input,
.input-box textarea,
.input-box select {
  background: transparent;
  border: none;
  min-height: 30px;
  padding: 0 10px;
  height: auto;
}
.input-box input.country-code,
.input-box textarea.country-code,
.input-box select.country-code {
  width: auto;
  padding-left: 10px;
}
.input-box input:focus,
.input-box textarea:focus,
.input-box select:focus {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.input-box .input-icon.icon-eye {
  right: 0;
  left: auto;
  top: 50%;
  border-right: none;
  padding-right: 0;
}
.input-box .input-icon.bg-icon {
  color: #0F2C40;
  padding-right: 15px;
  z-index: 2;
}
.input-box .input-icon.bg-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px 0 0 25px;
  background: #CDEAFF;
  height: 100%;
  width: 50px;
  z-index: -1;
}

.otp-boxes {
  display: flex;
  justify-content: space-between;
}
.otp-boxes input.otp-box {
  width: 50px;
  text-align: center;
}
.otp-boxes input.otp-box::-moz-placeholder {
  font-size: 20px;
}
.otp-boxes input.otp-box::placeholder {
  font-size: 20px;
}

.form-section .checkbox + label:before {
  margin-top: 0;
}
.form-section .checkbox:checked + label:after {
  margin-top: 3px;
}

/* .forgot-password {
    font-weight: 500;
    display: inline-block;
} */
.new-account span {
  color: #0F2C40;
}

/* .different-login { 
    position: relative; 
    span {
        background: $white-color;
        padding: 0 15px;
        position: relative;
        text-transform: uppercase;
    }
    &:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        border-top: 1px solid $gray-color-100;
        transform: translateY(-50%);
    }
}
.another-login {
    ul {
        li { display: inline-block; }
    }
    .btn { color: $white-color; }
}
.btn-facebook { background: $facebook; 
    &:hover {
        background: $facebook;
    }
    &:focus{
        background: $facebook;
    }
}
.btn-google { background: $google; 
    &:hover {
        background: $google;
    }
    &:focus{
        background: $google;
    }
} */
.recover-step span {
  color: #2AC28E;
}

/* - Login Register Css End //---------------- */
/* - Services Css Start //---------------- */
.medicin-service .service-card {
  background: #CDEAFF;
}
.medicin-service .service-card:hover {
  background: #77C4F9;
}
.medicin-service .service-card .service-card-title {
  color: #0F2C40;
}
.medicin-service .service-card .service-card-subtitle {
  color: #0F2C40;
  font-size: 16px;
}

.service-card {
  background: #2AC28E;
}
.service-card:hover {
  background: #2E845D;
}
.service-card > img {
  margin-right: 10px;
}
.service-card .service-card-title {
  color: #fff;
}
.service-card .service-card-subtitle {
  color: #fff;
  font-size: 12px;
}
.service-card .arrow-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
}

.brand-card .arrow-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* - Services Css End //---------------- */
/* brand-card Css Start //-------------- */
.brand-card {
  border: 1px solid #CED5DA;
}

/* brand-card Css End //-------------- */
/* - Product Style Start  // ----------- */
.specialty-icon {
  width: 120px;
  height: 120px;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.specialty-detail .consultation_fee {
  font-weight: 700;
  color: #22523C;
}
.specialty-detail .specialty-title h4 {
  margin-bottom: 5px;
  /* a {
      background-color: $theme-color-200;
      color: $white-color;
      padding: 15px;
      display: inline-block;
      width: 100%;
  } */
}

.in-clinic-img {
  overflow: hidden;
  margin-bottom: 10px;
}

.product-detail .price {
  color: #0F2C40;
  font-size: 16px;
  font-weight: 500;
}
.product-detail u {
  text-decoration: line-through;
  margin: 0 10px;
}
.product-detail small {
  border-radius: 5px;
  background: #CDEAFF;
  padding: 0 5px;
}

.product-detail-main {
  font-size: 16px;
}
.product-detail-main .product-detail .price {
  font-size: 22px;
}
.product-detail-main .product-detail u {
  font-size: 16px;
}
.product-detail-main .product-detail small {
  font-size: 14px;
}
.product-detail-main .product-list i {
  color: #00A6FB;
}
.product-detail-main .product-info-stock-sku .product-list li {
  display: inline-flex;
  padding-right: 15px;
}
.product-detail-main .product-info-stock-sku .product-list li i {
  padding-top: 5px;
  padding-right: 5px;
}
.product-detail-main .product-info-stock-sku .info-deta {
  color: #0F2C40;
}

/*----- select size Start -----------*/
.select-size ul li {
  background: #fff;
  border: 1px solid #CED5DA;
  display: inline-flex;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  flex-direction: column;
  border-radius: 5px;
  text-align: center;
}
.select-size ul li:last-child {
  margin-right: 0;
}
.select-size ul li label {
  font-weight: 400;
  color: #0F2C40;
  border-bottom: 1px solid #CED5DA;
  padding: 3px 15px;
  cursor: pointer;
}
.select-size ul li span {
  font-size: 12px;
  padding: 3px 15px;
  /* background: #faf7f2;
  color: #2b2b2b;
  display: block;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%; */
}

.select-size ul li:hover,
.select-size ul li.active {
  background: #2E845D;
  border-color: #2E845D;
  color: #fff;
}
.select-size ul li:hover label,
.select-size ul li.active label {
  color: #fff;
  border-color: #2AC28E;
}

/*----- select size End -----------*/
/* - Product Style End  // ----------- */
/* - Popular Doctors Start  // ----------- */
.popular-doctors-part .profile-pic {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 10px;
}
.popular-doctors-part .small-text .speciality {
  color: #22523C;
}
.popular-doctors-part .small-text .experience {
  color: #0F2C40;
}

/* - Popular Doctors End  // ----------- */
/* - home-inquiry-form Start //  ---------- */
.home-inquiry-form {
  background: #2AC28E;
  color: #fff;
}
.home-inquiry-form h3 {
  color: #fff;
}

/* - home-inquiry-form End //  ---------- */
/* Work Section Start */
.ay-bgcolor {
  padding: 80px 0;
  background: url(../images/work-backgraund.jpg) no-repeat scroll center center;
}

.ay-sectionhead {
  font-size: 16px;
  color: #0F2C40;
}

.ay-workholder {
  padding-bottom: 140px;
}
.ay-workholder .ay-sectionhead .ay-description p {
  margin: 0;
}

.ay-workdetails-holder {
  padding-top: 0;
  margin-top: -120px;
}

.ay-workdetails {
  float: left;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.ay-workdetails .ay-title span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
}
.ay-workdetails .ay-title h3 {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
}
.ay-workdetails .ay-title h3 a {
  display: inline-block;
  vertical-align: middle;
}

.ay-workdetails-bordertwo {
  position: relative;
}
.ay-workdetails-bordertwo:before {
  position: absolute;
  top: 110px;
  content: "";
  left: -130px;
  width: 227px;
  height: 66px;
  background: url(../images/work-icon/line-02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ay-workdetails-border {
  position: relative;
}
.ay-workdetails-border:after {
  position: absolute;
  top: 20px;
  content: "";
  left: -130px;
  width: 227px;
  height: 66px;
  background: url(../images/work-icon/line-01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ay-workdetail {
  float: left;
  width: auto;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 100%;
  background: url(../images/border-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ay-workdetail figure {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.3);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  justify-content: center;
  flex-direction: column;
}
.ay-workdetail figure img {
  width: 70px;
  margin: 0 auto;
  display: block;
}

/* - Work Section End  //--------------- */
/*------- Testimonial CSS Start ---------*/
.client-bg {
  background: url(../images/testimonial-bg.jpg) no-repeat scroll 0 0;
  position: relative;
}
.client-bg .heading-part span {
  color: #0F2C40;
}

.client-main {
  position: relative;
}
.client-main .item {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.client-main .item .client-title {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: none;
}
.client-main .item p {
  line-height: 22px;
  margin: 0;
}

.client-detail {
  display: flex;
  position: relative;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.client-img {
  max-width: 80px;
  margin: -60px auto 0 auto;
}
.client-img img {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}

.designation {
  font-size: 14px;
  color: #727272;
}

.quote {
  max-width: 670px;
  position: relative;
}

.quote-img {
  position: absolute;
  right: 40px;
  bottom: -20px;
}
.quote-img svg {
  fill: #cad2ff;
  width: 80px;
  height: 80px;
}

/*---------- Testimonial CSS End -------------*/
/* ----------  Profile CSS Start  ---------- */
#menu {
  max-height: 100vh; /* Ensures it doesn't exceed the viewport height */
  overflow-y: auto; /* Enables vertical scrolling */
  scrollbar-width: thin; /* Makes the scrollbar thinner */
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent; /* Material-style scrollbar */
}
#menu.sidebar {
  display: flex !important;
  align-items: flex-start;
}
#menu.sidebar .profile-step {
  flex: inherit;
  display: flex;
  align-items: center;
}

/* Customizing scrollbar for WebKit browsers (Chrome, Edge, Safari) */
#menu::-webkit-scrollbar {
  width: 6px; /* Thin scrollbar */
}

#menu::-webkit-scrollbar-thumb {
  background: rgba(15, 44, 64, 0.3); /* Material-style scrollbar color */
  border-radius: 4px;
}

#menu::-webkit-scrollbar-thumb:hover {
  background: rgba(15, 44, 64, 0.5);
}

.sidebar {
  background: #22523C;
  display: inline-block !important;
  width: 330px;
  position: fixed;
  height: 100%;
}

.side-menu ul li {
  padding: 5px 0;
}
.side-menu ul li a {
  color: #fff;
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
}
.side-menu ul li a:not([href]) {
  color: #fff;
}
.side-menu ul li a:not([href]):hover {
  color: #fff;
}
.side-menu ul li a:hover, .side-menu ul li a.active {
  background: rgba(255, 255, 255, 0.15);
}
.side-menu ul li a .arrow {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
  float: right;
}
.side-menu ul li ul.sub-option {
  margin-left: 15px;
}
.side-menu ul li ul.sub-option li a {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid transparent;
}
.side-menu ul li ul.sub-option li a:hover, .side-menu ul li ul.sub-option li a.active {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.profile-step ul li {
  align-items: center;
  color: #fff;
  padding-bottom: 66px;
  font-size: 18px;
  opacity: 0.3;
}
.profile-step ul li.active {
  opacity: 1;
}
.profile-step ul li .count {
  position: relative;
}
.profile-step ul li .count span {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.profile-step ul li .count .line {
  height: 66px;
  width: 1px;
  border-right: 1px dashed #fff;
  position: absolute;
  top: 100%;
  left: 50%;
}
.profile-step ul li:last-child .line {
  display: none;
}

.day-box input {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.day-box input:checked ~ label {
  background-color: #2E845D;
  color: #fff;
}
.day-box label {
  border-radius: 5px;
  background-color: #CDEAFF;
  color: #0F2C40;
  font-size: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------  Profile CSS End  ---------- */
/*----------- filter To Css Start ------------*/
.filter-icon {
  width: 60px;
  height: 60px;
  background: #2b2b2b;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
.filter-icon img {
  width: 22px;
}

.reset-btn {
  height: 60px;
}

.filter-select {
  width: calc(100% - 60px);
  border: 1px solid #dedede;
  border-radius: 0 5px 5px 0;
}
.filter-select .select-dropdown {
  min-height: 58px;
  border: none;
}
.filter-select .select-dropdown.dropdown-active {
  background: #f7f7f7;
}
.filter-select ul li {
  width: 50%;
  max-width: 100%;
  border-right: 1px solid #dedede;
}
.filter-select ul li:last-child {
  border-right: none;
}
.filter-select ul.five li {
  width: 20%;
}
.filter-select .drop-option {
  padding: 6px 20px;
}
.filter-select label {
  display: block;
  color: #001c44;
  font-weight: 500;
  line-height: normal;
}
.filter-select .drop-list span {
  font-size: 14px;
  line-height: normal;
}
.filter-select .drop-list.active .dropdown-arrow {
  transform: translateY(-50%);
}
.filter-select .drop-list.active .dropdown-arrow:after {
  top: 1px;
  transform: rotate(90deg);
}
.filter-select .dropdown-arrow {
  color: #fff;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.filter-select .dropdown-arrow:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #2b2b2b;
  top: 7px;
  left: 0px;
}
.filter-select .dropdown-arrow:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 0px;
  left: 7px;
  background: #2b2b2b;
  transition: all 0.4s ease-in-out;
}

.short-by, .select-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.short-by > span, .select-item > span {
  font-size: 18px;
  color: #0F2C40;
}

.show-item > span {
  margin-left: 5px;
  margin-right: 5px;
}

.short-by .select-dropdown .ui-state-default,
.show-item .select-dropdown .ui-state-default {
  padding: 7px 8px;
}

.short-by .select-dropdown .ui-state-default {
  width: 160px !important;
}

.show-item .select-dropdown .ui-state-default {
  padding: 7px 8px;
  width: 70px !important;
}

/*----------- filter To Css End ------------*/
/* - Product Detail Start // ----------- */
.glass-case, .gc-display-area, .gc-display-container, .gc-display-container img {
  width: 100% !important;
  height: auto !important;
}

.gc-display-area {
  border: 1px solid #e1e1e1;
}

.gc-display-area, .gc-display-container {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
  z-index: 1;
  border-radius: 5px;
}

.gc-thumbs-area {
  width: calc(100% - 100px) !important;
  display: inline-block;
  position: relative;
  top: auto !important;
  left: auto !important;
  margin-top: 10px;
}

.gc-thumbs-area, ul#glasscase, ul#glasscase li {
  height: auto !important;
}

.glass-case ul li {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.glass-case ul li .gc-li-display-container img {
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
}

.gc-thumbs-area-main {
  position: relative;
  z-index: 1;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
  top: 50%;
  font-size: 0.6em;
}

.gc-thumbs-area-prev {
  left: 0;
}

.gc-thumbs-area-next {
  right: 0;
}

.gc-icon-next, .gc-icon-prev {
  background-color: #fff;
  border: 1px solid #00A6FB;
  border-radius: 50%;
  display: inline-flex;
  height: 2em;
  width: 2em;
  transition: all 0.25s ease 0s;
  justify-content: center;
  align-items: center;
}

.gc-icon-prev {
  left: 10px !important;
}

.gc-icon-next {
  right: 10px !important;
}

.gc-icon:before {
  color: #00A6FB;
}
.gc-icon:hover {
  background: #00A6FB;
}
.gc-icon:hover:before {
  color: #fff;
}
.gc-icon:before {
  font-family: "FontAwesome";
}

.gc-icon-next::before, .gc-icon-prev::before {
  top: auto;
  right: auto;
  left: auto;
  position: relative;
}

.gc-overlay-area [class*=gc-icon-] {
  background: #fff;
  border: none;
}
.gc-overlay-area [class*=gc-icon-]:hover {
  background: #2084ff;
}
.gc-overlay-area .gc-overlay-top-icons [class*=gc-icon-]:hover {
  background: #fff;
}
.gc-overlay-area .gc-overlay-top-icons .gc-icon {
  height: 35px;
  width: 35px;
}
.gc-overlay-area .gc-overlay-top-icons [class*=gc-icon-]:before {
  content: "";
  height: 20px;
  width: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  right: auto;
  top: 50%;
}
.gc-overlay-area .gc-icon-close:before {
  background: url("../images/sprite.png") -53px -1375px;
}
.gc-overlay-area .gc-icon-compress::before {
  background: url("../images/sprite.png") -6px -1667px;
}
.gc-overlay-area .gc-icon-enlarge::before {
  background: url("../images/sprite.png") -6px -1636px;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover, .glass-case ul li:hover {
  border-color: #2084ff;
}

.gc-zoom {
  z-index: 1 !important;
}

/* - Product Detail End // ----------- */
/* - Reviews Style Start //---------------- */
.review-slider.owl-carousel {
  padding-bottom: 50px;
}

.review-item {
  margin-bottom: 10px;
}
.review-item .review-img {
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
}
.review-item .review-des {
  max-height: 128px;
  height: 128px;
  overflow: hidden;
}
.review-item .review-des p {
  font-size: 16px;
}
.review-item .review-des p:last-child {
  margin-bottom: 0;
}

/*- Rating star Start //---------------- */
.rating-summary-block .rating-result {
  display: inline-block;
  position: relative;
  text-align: left;
}
.rating-summary-block .rating-result:before {
  color: #CED5DA;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  height: 16px;
  left: 0;
  letter-spacing: 5px;
  line-height: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rating-summary-block .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary-block .rating-result > span:before {
  color: #f2b827;
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  height: 16px;
  letter-spacing: 5px;
  line-height: 16px;
  position: relative;
  z-index: 1;
}

/*- Rating star End //---------------- */
.designation {
  color: #2AC28E;
}

/* - Reviews Style End //---------------- */
/* - Latest News Style Start //---------------- */
.blog-item {
  margin-bottom: 10px;
}
.blog-item .blog-media {
  border-radius: 5px;
  overflow: hidden;
  background: #001c44;
  position: relative;
  z-index: 0;
}
.blog-item .blog-media img {
  width: 100%;
  transition: all 0.4s ease-in-out 0s;
}
.blog-item a.read {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  transform: translateX(-50%) translateY(-50%);
}
.blog-item a.read:after {
  content: "\f0c1";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  border: 2px solid #fff;
  color: #fff;
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
}
.blog-item:hover .blog-media img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale(1.1);
}
.blog-item:hover a.read {
  opacity: 1;
  filter: alpha(opacity=100);
}
.blog-item .blog-effect:before, .blog-item .blog-effect:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.blog-item .blog-effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.blog-item .blog-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.blog-item:hover .blog-effect:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(1, 1);
}
.blog-item:hover .blog-effect:after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 1);
}

.blog-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-title a {
  color: #0F2C40;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  /* -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 100%; */
}
.blog-title a:hover {
  color: #2AC28E;
}

.blog-detail .post-info ul li {
  color: #2AC28E;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  padding-right: 10px;
  transition: all 0.4s ease 0s;
}
.blog-detail .post-info ul li a {
  color: #2AC28E;
}
.blog-detail .post-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-detail .post-info ul li:last-child:after {
  display: none;
}
.blog-detail .post-info ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.blog-detail p.dec {
  max-height: 44px;
  height: 44px;
  overflow: hidden;
}

/* - Latest News Style End //---------------- */
/*- Pagination Style Start //---------------- */
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.owl-carousel .owl-dots button.owl-dot {
  background: rgba(0, 166, 251, 0.6);
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  width: 12px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 100%;
}
.owl-carousel .owl-dots button.owl-dot.active {
  width: 25px;
  background: #00A6FB;
  border-radius: 20px;
}

/*- Pagination Style End //---------------- */
/* - Slider icon Style Start //---------------- */
.owl-carousel .owl-nav button[class*=owl-] {
  position: absolute;
  height: 23px;
  width: 14px;
  text-align: center;
  opacity: 0.5;
  top: 50%;
  padding: 4px 15px;
  font-size: 0;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: all 0.4s ease 0s;
}
.owl-carousel .owl-nav button[class*=owl-] span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0px;
  background: url("../images/slider-arrow-prev.svg") no-repeat scroll 0 0 transparent;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-prev.disabled:hover {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0px;
  background: url("../images/slider-arrow-next.svg") no-repeat scroll 0 0 transparent;
}
.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav button.owl-next.disabled:hover {
  opacity: 0.5;
  cursor: default;
}

.owl-carousel .owl-nav button[class*=owl-] {
  background-color: #fff !important;
  border: 1px solid #00A6FB;
  border-radius: 50%;
  top: 50%;
  height: 35px;
  width: 35px;
  opacity: 1;
}
.owl-carousel .owl-nav button[class*=owl-]:hover {
  background-color: #00A6FB !important;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/blue-left-arrow-medium.svg) no-repeat scroll 11px 9px;
  left: -50px;
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background: url(../images/white-left-arrow-medium.svg) no-repeat scroll 11px 9px #00A6FB;
}
.owl-carousel .owl-nav button.owl-next {
  background: url(../images/blue-right-arrow-medium.svg) no-repeat scroll 13px 9px;
  right: -50px;
}
.owl-carousel .owl-nav button.owl-next:hover {
  background: url(../images/white-right-arrow-medium.svg) no-repeat scroll 13px 9px #00A6FB;
}
.owl-carousel.title-arrow .owl-nav button[class*=owl-] {
  top: -25px;
}
.owl-carousel.title-arrow .owl-nav button.owl-prev {
  right: 50px;
  left: auto;
}
.owl-carousel.title-arrow .owl-nav button.owl-next {
  right: 0;
}

.project-scope .owl-carousel .owl-nav {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.project-scope .owl-carousel .owl-nav button.owl-prev {
  left: -90px;
}
.project-scope .owl-carousel .owl-nav button.owl-next {
  right: -90px;
}

/* - Slider icon Style End //---------------- */
/* - Sidebar CSS Start //---------------- */
.sidebar-block {
  transition: all 0.4s ease 0s;
}
.sidebar-block .sidebar-box {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.sidebar-block.sidebar-block-1 .sidebar-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-title h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}

/* - Sidebar search-box CSS Start //---------------- */
.search-box {
  position: relative;
}
.search-box .search-btn {
  background: url("../images/sprite.png") no-repeat scroll -8px -131px #2AC28E;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border-radius: 0 5px 5px 0;
}

/* - Sidebar search-box CSS End //---------------- */
/* - Sidebar list-catergory CSS End //---------------- */
.list-catergory ul li {
  border-bottom: 1px solid #B1B6BA;
  padding: 10px 0 10px 0;
}
.list-catergory ul li:first-child {
  padding-top: 0;
}
.list-catergory ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-catergory ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #0F2C40;
}
.list-catergory ul li a:hover {
  padding-left: 10px;
  color: #2AC28E;
}
.list-catergory ul li a span {
  float: right;
}

/* - Sidebar list-catergory CSS End  //---------------- */
/* - Sidebar listing-archive CSS End  //---------------- */
.listing-archive ul li {
  border-bottom: 1px solid #B1B6BA;
  padding: 10px 0 10px 0;
}
.listing-archive ul li:first-child {
  padding-top: 0;
}
.listing-archive ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.listing-archive ul li a {
  padding-left: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.listing-archive ul li a:after {
  content: "";
  background: rgba(0, 0, 0, 0) url(../images/right-arrow.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.listing-archive ul li a span {
  float: right;
}

/* - Sidebar listing-archive CSS End //---------------- */
/* - Sidebar project single details CSS End //---------------- */
.our-project-single .sidebar-block .sidebar-box {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: none;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant {
  display: block;
  padding-bottom: 0;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li {
  padding-bottom: 10px;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li:last-child {
  padding-bottom: 0;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li span {
  font-size: 16px;
  color: #0F2C40;
  padding-left: 20px;
  position: relative;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul li span:before {
  content: "";
  background: url(../images/arrow-solid-right.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant ul.social-icon li {
  padding-bottom: 0 !important;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant .meta-name span {
  font-weight: 600;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant .meta-detail span {
  color: #7C8388;
}
.our-project-single .sidebar-block .sidebar-box .sidebar-contant .meta-detail a {
  color: #00A6FB;
}
.our-project-single .sidebar-block .row [class*=col-]:last-child .sidebar-box:last-child {
  padding-bottom: 0;
}

/* - Sidebar project single details CSS End  //---------------- */
/* - Sidebar Tag CSS Start //---------------- */
ul.tagcloud {
  margin-bottom: -10px;
}
ul.tagcloud li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.tagcloud li a {
  border: 1px solid #B1B6BA;
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #0F2C40;
}
ul.tagcloud li a:hover {
  border-color: #2AC28E;
  background: #2AC28E;
  color: #fff;
}

/* - Sidebar Tag CSS END //---------------- */
/* - Sidebar media CSS Start //---------------- */
.sidebar-contant .thumb-box figure {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 88px 1fr;
  margin: 0 0 20px 0;
}
.sidebar-contant .thumb-box:last-child figure {
  margin-bottom: 0;
}
.sidebar-contant .thumb-box .thumb-detail-info {
  line-height: 18px;
}
.sidebar-contant .thumb-box .thumb-detail-info a {
  color: #0F2C40;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  /* -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1; */
}
.sidebar-contant .thumb-box:hover .thumb-detail-info a {
  color: #2AC28E;
}

.media-img a img {
  border-radius: 5px;
}

.static-sidebar .sidebar-contant .thumb-box .thumb-detail-info {
  width: auto;
}
.static-sidebar .sidebar-contant .thumb-box .thumb-detail-info a {
  white-space: normal;
}

/* - Sidebar media CSS END //---------------- */
#sidebar {
  z-index: 1;
}

/* - Sidebar CSS End //---------------- */
/* - Single Blog Page CSS Start //---------------- */
.blockquote {
  position: relative;
  font-size: 16px;
  z-index: 0;
}
.blockquote:before {
  content: "\f10e";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #CED5DA;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 80px;
  line-height: normal;
  pointer-events: none;
  z-index: -1;
  opacity: 0.6;
}

.blockquote-footer {
  font-size: 16px;
  color: #2AC28E;
}

.blog-item ul.tagcloud li {
  margin-bottom: 0;
}
.blog-item .blog-detail .single-blog-detail p {
  -webkit-line-clamp: unset;
}

.blog_post_footer {
  border-bottom: 1px solid #CED5DA;
}
.blog_post_footer ul.social-icon li {
  padding: 0 4px;
}
.blog_post_footer ul.social-icon li:first-child {
  padding-left: 0;
}
.blog_post_footer ul.social-icon li:last-child {
  padding-right: 0;
}

/* - Single Blog Page CSS End //---------------- */
/* - pagination CSS Start //---------------- */
.pagination-bar ul li {
  float: left;
  margin: 0 2px;
  font-size: 20px;
}
.pagination-bar ul li a {
  height: 37px;
  width: 37px;
  display: inline-block;
  line-height: 37px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
}
.pagination-bar ul li a i {
  font-size: 18px;
  line-height: 37px;
}
.pagination-bar ul li a img {
  margin-bottom: 2px;
}
.pagination-bar ul li.active a {
  background: #2AC28E;
  color: #fff !important;
}
.pagination-bar ul li.inactive a {
  background: transparent;
  color: #B1B6BA !important;
  pointer-events: none;
}
.pagination-bar ul li.inactive:hover a {
  background: transparent;
  color: #B1B6BA !important;
}
.pagination-bar ul li:hover a {
  background: #2AC28E;
  color: #fff !important;
}
.pagination-bar ul li:hover a img {
  filter: brightness(0) invert(1);
}
.pagination-bar.style-2 ul li a {
  background: #7C8388;
}
.pagination-bar.style-2 ul li:hover a {
  background: #2AC28E;
  color: #fff !important;
}
.pagination-bar.style-2 ul li.active a {
  background: #2AC28E;
  color: #fff !important;
}
.pagination-bar.style-2 ul li.inactive a {
  background: transparent;
  color: #B1B6BA !important;
  pointer-events: none;
}
.pagination-bar.style-2 ul li.inactive:hover a {
  background: transparent;
  color: #B1B6BA !important;
}
.pagination-bar.pagination-bar-simple ul li {
  margin: 0 13px;
}
.pagination-bar.pagination-bar-simple ul li a {
  width: auto;
  height: auto;
  line-height: normal;
  font-size: 16px;
  border-radius: 0;
  vertical-align: middle;
  transform-origin: 50% 70%;
}
.pagination-bar.pagination-bar-simple ul li a i {
  font-size: 16px;
  line-height: normal;
}
.pagination-bar.pagination-bar-simple ul li a.page-link-prev > * + *, .pagination-bar.pagination-bar-simple ul li a.page-link-next > * + * {
  margin-left: 8px;
}
.pagination-bar.pagination-bar-simple ul li.active a {
  background: transparent;
  color: #2AC28E !important;
}
.pagination-bar.pagination-bar-simple ul li:hover a {
  background: transparent;
  color: #2AC28E !important;
}
.pagination-bar.pagination-bar-sm ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.pagination-bar.pagination-bar-sm ul li a i {
  line-height: 30px;
}
.pagination-bar.pagination-bar-lg ul li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 18px;
}
.pagination-bar.pagination-bar-lg ul li a i {
  font-size: 20px;
  line-height: 45px;
}
.pagination-bar.pagination-bar-rounded ul li a {
  border-radius: 50%;
}

.show-item h5 {
  font-size: 14px;
}

.single-post-nav {
  position: relative;
}
.single-post-nav:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #CED5DA;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-post-nav .link .next-prev {
  font-size: 18px;
  line-height: 20px;
}
.single-post-nav .link .media-body .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}
.single-post-nav .link .thumb-img {
  max-width: 60px;
}
.single-post-nav.style-2 .link .next-prev {
  font-size: 14px;
  line-height: 18px;
}

.progress-bar {
  background-color: #2AC28E;
}

/* - pagination CSS End //---------------- */
/* -- Product Zoom Slider Start -- */
.fotorama__wrap--css3 .fotorama__stage__shaft {
  border: 1px solid #eeeeee;
  margin-left: -1px;
  width: calc(100% - 1px) !important;
}

.fotorama__nav--thumbs {
  margin-top: 15px;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 3px;
  opacity: 0.3;
  border: 1px solid #d2d2d2;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}

.fotorama__img {
  position: relative;
  top: 0 !important;
}

.fotorama__thumb-border {
  display: none !important;
}

.fotorama__nav::before,
.fotorama__stage::before {
  background-image: none;
}

.fotorama__nav::after,
.fotorama__stage::after {
  background-image: none;
}

.fotorama__fullscreen-icon {
  background: url(../images/sprite.png) no-repeat scroll -87px -331px;
  /* -- Product Zoom Slider End -- */
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}
.fotorama__fullscreen-icon .fotorama__nav--thumbs {
  margin-top: 15px;
}
.fotorama__fullscreen-icon .fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 3px;
  opacity: 0.3;
  border: 1px solid #d2d2d2;
}
.fotorama__fullscreen-icon .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}
.fotorama__fullscreen-icon .fotorama__img {
  position: relative;
  top: 0 !important;
}
.fotorama__fullscreen-icon .fotorama__thumb-border {
  display: none !important;
}
.fotorama__fullscreen-icon .fotorama__nav::before,
.fotorama__fullscreen-icon .fotorama__stage::before {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__nav::after,
.fotorama__fullscreen-icon .fotorama__stage::after {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__fullscreen-icon {
  background: url(../images/sprite.png) no-repeat scroll -87px -331px #f04780;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}
.fotorama__fullscreen-icon .fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -95px -658px;
}
.fotorama__fullscreen-icon .fotorama__arr {
  background: url(../images/sprite.png) no-repeat scroll 0 0;
  /* -- Product Zoom Slider End -- */
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav--thumbs {
  margin-top: 15px;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav__frame.fotorama__nav__frame--thumb {
  height: auto !important;
  margin: 0 3px;
  opacity: 0.3;
  border: 1px solid #d2d2d2;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
  opacity: 1;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__img {
  position: relative;
  top: 0 !important;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__thumb-border {
  display: none !important;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav::before,
.fotorama__fullscreen-icon .fotorama__arr .fotorama__stage::before {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__nav::after,
.fotorama__fullscreen-icon .fotorama__arr .fotorama__stage::after {
  background-image: none;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__fullscreen-icon {
  background: url(../images/sprite.png) no-repeat scroll -87px -331px #065a89;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -95px -658px;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__arr {
  background: url(../images/sprite.png) no-repeat scroll 0 0 #065a89;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__arr--prev {
  background-position: -129px -34px;
}
.fotorama__fullscreen-icon .fotorama__arr .fotorama__arr--next {
  background-position: -128px -65px;
}
.fotorama__fullscreen-icon .fotorama__arr--prev {
  background-position: -129px -34px;
}
.fotorama__fullscreen-icon .fotorama__arr--next {
  background-position: -128px -65px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -95px -658px;
}

.fotorama__arr {
  background: url(../images/sprite.png) no-repeat scroll 0 0 #065a89;
}

.fotorama__arr--prev {
  background-position: -129px -34px;
}

.fotorama__arr--next {
  background-position: -128px -65px;
}

/* -- Product Zoom Slider End -- */
/* -- profile-section CSS Start */
.profile-section-list li {
  padding: 20px 0;
  border-bottom: 1px solid #CED5DA;
  opacity: 0.3;
}
.profile-section-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.profile-section-list li.active {
  opacity: 1;
}

/* -- profile-section CSS End */
/* -- Find Doctor page CSS Start */
.rating .fa-star {
  color: #CED5DA;
}
.rating .fa-star.active {
  color: #FFD015;
}

.doctor-consult-div {
  border-left: 1px solid rgba(206, 213, 218, 0.5);
}
.doctor-consult-div .btn {
  line-height: 16px;
}
.doctor-consult-div .btn small {
  font-size: 12px;
}

.bottom-tab {
  width: 100%;
  /* background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  padding: 10px; */
  display: none; /* Initially hidden */
}

#dayTabs {
  background: #CDEAFF;
}
#dayTabs.owl-carousel {
  padding: 0 20px;
}
#dayTabs.owl-carousel .owl-stage-outer {
  padding: 20px 0 !important;
  margin: -20px 0 !important;
}
#dayTabs.owl-carousel .owl-stage-outer:after {
  content: "";
  position: absolute;
  height: calc(100% - 40px);
  width: 2px;
  background: #CDEAFF;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#dayTabs.owl-carousel .owl-nav button[class*=owl-] {
  background-color: transparent !important;
  border-radius: 0;
  border: none;
  height: 100%;
  width: 25px;
}
#dayTabs.owl-carousel .owl-nav button.owl-prev {
  background-position: 11px 22px;
  left: 0px;
}
#dayTabs.owl-carousel .owl-nav button.owl-next {
  background-position: 10px 22px;
  right: 0px;
}
#dayTabs .owl-item {
  border-right: 1px solid #CED5DA;
}
#dayTabs .owl-item .item button.nav-link {
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 3px solid transparent;
  color: #0F2C40;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: visible;
}
#dayTabs .owl-item .item button.nav-link.active {
  border-bottom: 3px solid #2E845D;
}
#dayTabs .owl-item .item button.nav-link.active:after {
  border: 7px solid;
  border-color: #2E845D transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  height: 16px;
  width: 16px;
}
#dayTabs .owl-item .item button.nav-link span {
  font-size: 12px;
  color: #2AC28E;
}

.fullday-time-slot {
  padding: 10px;
}
.fullday-time-slot li {
  border-bottom: 1px solid #CED5DA;
  padding: 15px 0;
}
.fullday-time-slot li:last-child {
  border: none;
  padding-bottom: 0;
}
.fullday-time-slot li .ship span {
  border-radius: 5px;
  color: #fff;
  background-color: #2E845D;
  padding: 0px 5px;
  font-size: 10px;
  line-height: 16px;
}

/* -- Find Doctor page CSS End */
/* -- Doctor Detail page CSS Start */
.doctor-detail-primary {
  background: #CDEAFF;
}
.doctor-detail-primary .profile-pic {
  flex: 0 0 140px;
}

.address-small {
  width: 12px;
}

.doctor-detail-secondary, .review-section, .sidebar-shadow {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}

.review-list li {
  border-bottom: 1px solid #CED5DA;
  padding-top: 20px;
}

.tab-content-manage {
  display: none;
}
.tab-content-manage.active {
  display: block;
}

.tab-radio {
  border-top: 1px solid #CED5DA;
  border-bottom: 1px solid #CED5DA;
}
.tab-radio input[type=radio] {
  display: none;
}
.tab-radio label {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.tab-radio label .far {
  font-size: 18px;
  color: #0F2C40;
}

.appointment-widget .card-header {
  border-bottom: none;
}
.appointment-widget .card-header.green {
  background: rgba(42, 194, 142, 0.3);
}
.appointment-widget .card-header.blue {
  background: rgba(119, 196, 249, 0.3);
}
.appointment-widget .appointment-icon {
  height: 25px;
  width: 25px;
}
.appointment-widget .appointment-icon.green {
  background: #2AC28E;
}
.appointment-widget .appointment-icon.blue {
  background: #77C4F9;
}

/* -- Doctor Detail page CSS Start */
/* -- faq-contant CSS Start */
.faq-contant ul li {
  border-bottom: 1px solid #CED5DA;
  padding: 10px 0;
}
.faq-contant ul li:first-child {
  padding-top: 0;
}
.faq-contant ul li:last-child {
  padding-bottom: 0;
}

/* -- faq-contant CSS End */
/* - Comment CSS Start //---------------- */
.comment-list > li {
  padding-top: 20px;
  border-top: 1px solid #7C8388;
}

.comments-area > .comment-list > li:first-child {
  border: none;
  padding-top: 0;
}

.comment-detail {
  display: flex;
}
.comment-detail .user-name {
  color: #0F2C40;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
}
.comment-detail .post-info ul {
  display: inline-flex;
}
.comment-detail .post-info ul li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  padding: 0;
}
.comment-detail a .fa {
  margin-right: 5px;
}

.comment-user .rating-summary-block {
  margin-bottom: 0;
}

.comment-info {
  margin-left: 20px;
}

ul.child-comment {
  margin-left: 63px;
}

.show-comment .progress {
  width: 160px;
  height: 5px;
}

/* - Comment CSS End //---------------- */
/*---------- Contact Page CSS Start ----------*/
.contact-map iframe {
  min-height: 450px;
  width: 100%;
}

.contact-title {
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.contact-title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #2AC28E;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.contact-box .contact-icon {
  background: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(15, 44, 64, 0.15);
}

.contact-box .contact-icon svg {
  width: 40px;
  height: 40px;
  fill: #3b71ff;
  transition: all 0.4s ease 0s;
}

/*--------------- Contact Page CSS End ---------------*/
/*_______________________________________________________
// Footer Style Start  //----------------------------
_______________________________________________________*/
.footer {
  background: #2AC28E;
  background-size: cover;
  border-top: 2px solid #285F46;
  position: relative;
  color: #fff;
  z-index: 0;
  letter-spacing: 0.5;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #22523C;
}
.footer hr {
  border-top: 1px solid #fff;
  opacity: 0.2;
}
.footer .newsletter-box input.form-control {
  background: transparent;
  margin-right: 20px;
  border: 1px solid #fff;
  color: #fff;
}
.footer .newsletter-box input.form-control::-moz-placeholder {
  color: #fff;
}
.footer .newsletter-box input.form-control::placeholder {
  color: #fff;
}

.footer-static-block .title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.footer-static-block .footer-block-contant p {
  margin-bottom: 0;
}
.footer-static-block .footer-block-contant ul li {
  padding: 5px 0;
}
.footer-static-block .footer-block-contant ul li:first-child {
  padding-top: 0;
}
.footer-static-block .footer-block-contant ul li:last-child {
  padding-bottom: 0;
}
.footer-static-block .footer-block-contant ul li:last-child p {
  margin-bottom: 0;
}
.footer-static-block .footer-block-contant ul.link li a:hover {
  padding-left: 10px;
}
.footer-static-block .footer-block-contant ul.social-icon li {
  padding: 0 8px;
}
.footer-static-block .footer-block-contant ul.social-icon li:first-child {
  padding-left: 0;
}
.footer-static-block .footer-block-contant ul.social-icon li:last-child {
  padding-right: 0;
}

@keyframes zooming {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
.footer-address .address-icon {
  margin-right: 15px;
  width: 100%;
  max-width: 35px;
  text-align: center;
}
.footer-address .address-info a {
  display: block;
}

.copy-right a {
  color: #2AC28E;
}

/* - Social Icon Style Start //---------------- */
ul.social-icon li {
  padding-right: 10px;
}
ul.social-icon li:last-child {
  padding-right: 0;
}
ul.social-icon li a {
  color: #0F2C40;
  border: 1px solid #0F2C40;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  border-radius: 50%;
}
ul.social-icon li a:hover {
  color: #00A6FB;
  border: 1px solid #00A6FB;
}

.footer ul.social-icon li a {
  color: #fff;
  border: 1px solid #fff;
}
.footer ul.social-icon li a:hover {
  background: #fff;
  color: #2AC28E;
  border: 1px solid #fff;
}

/* - Social Icon Style End //---------------- */
/* - Footer Style End //---------------- *//*# sourceMappingURL=custom.css.map */