/*-----------------
    1. General
-----------------------*/
:root {
  --primary-color: #013346;
  --secondary-color: #39c4d8;
  --footer-text: #bfc7d1;
  --phara-text: #B3B3B3;
}

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@media only screen and (min-width: 992px) {
  .main-nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* common classes */

.primary-clr {
  color: var(--primary-color) !important;
}

.secondary-clr {
  color: var(--secondary-color) !important;
}

.phara-clr {
  color: var(--phara-text);
}

.hex-7e {
  color: #7E7E7E;
}


.bg-lite-gray {
  background-color: #F6F5F3 !important;
}

.bg-main-clr {
  background-color: var(--primary-color) !important;
}

.bg-secndry-clr {
  background-color: var(--secondary-color) !important;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

@media (min-width: 1770px) {
  .mptxt-sms {
    font-size: 18px !important;
  }

  .mptxt-sm {
    font-size: 20px !important;
  }

  .mptxt-md {
    font-size: 22px !important;
  }

  .mptxt-mdx {
    font-size: 24px !important;
  }

  .mptxt-mdxs {
    font-size: 26px !important;
  }

  .mptxt-mxd {
    font-size: 28px !important;
  }
}

.mptxt-sms {
  font-size: 16px !important;
}

.mptxt-sm {
  font-size: 18px !important;
}

.mptxt-md {
  font-size: 20px !important;
}

.mptxt-mdx {
  font-size: 22px !important;
}

.mptxt-mdxs {
  font-size: 24px !important;
}

.mptxt-mxd {
  font-size: 26px !important;
}

.mptxt-mdxl {
  font-size: 36px !important;
}

@media (max-width: 767px) {
  .mptxt-mdxl {
    font-size: 28px !important;
  }
}

@media (max-width: 576px) {
  .mptxt-sms {
    font-size: 14px !important;
  }

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

  .mptxt-md {
    font-size: 16px !important;
  }

  .mptxt-mdx {
    font-size: 20px !important;
  }

  .mptxt-mdxs {
    font-size: 22px !important;
  }

  .mptxt-mdxl {
    font-size: 24px !important;
  }
}

/* common classes */

.nav-link.new:focus,
.nav-link.new:hover,
.nav-link.new:active {
  color: #6be9fb !important;
}

.main-nav li>ul.megamenu-full-width li a:hover,
.main-nav li>ul.megamenu-full-width li a:active {
  color: #ffffff !important;
  background-color: #39c4d8 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: unset;
  cursor: pointer;
  pointer-events: auto;
}

.section-tab ul li .nav-link.one {
  background: #ffffff;
}

a.btn.btn-secondary.blog {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #013346;
  color: #013346;
  font-weight: 400;
  padding: 10px 18px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  display: inline-flex;
  align-items: center;
}

a.btn.btn-secondary.blog:hover,
a.btn.btn-secondary.blog.active,
a.btn.btn-secondary.blog:active {
  background-color: #39c4d8;
  border: 1px solid #39c4d8;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 60px;
}

a.btn.btn-secondary.blog:hover .arrow-icon {
  content: url("https://bodhimindcarehospital.com/wp-content/uploads/2024/11/Forma-1-copy-5-1.png");
}

body {
  background-color: #f6f5f3;
  color: #676767;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  height: 100%;
  overflow-x: hidden;
  line-height: 1.5;
  /* padding-top: 128px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #013346;
}

h1 {
  font-size: 54px;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 28px;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  font-weight: 500;
}

a {
  color: #013346;
  text-decoration: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

a:hover,
a:focus {
  color: #39c4d8;
  text-decoration: none;
  outline: none;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

button:focus {
  outline: 0;
}

.text-link {
  color: #39c4d8;
}

.text-link:hover,
.text-link:focus {
  color: #013346;
}

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

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

.main-wrapper {
  overflow: hidden;
}

/*-----------------
    2. Bootstrap Classes
-----------------------*/

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

.btn.btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #1c0828;
  box-shadow: inset 0 0 0 #6be9fb;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-primary {
  background: #013346;
  border-radius: 8px;
  border: 1px solid #013346;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  padding: 13px 30px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-color: #39c4d8;
  border: 1px solid #39c4d8;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #6be9fb;
  border: 1px solid #6be9fb;
  box-shadow: inset 0 70px 0 0 #6be9fb;
  color: #fff !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
  background-color: #6be9fb;
  border: 1px solid #6be9fb;
  box-shadow: inset 70px 0 0 0 #6be9fb;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #6be9fb;
  border: 1px solid #6be9fb;
  box-shadow: inset 70px 0 0 0 #6be9fb;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-outline-primary {
  background-color: #fff;
  border: 1px solid #6be9fb;
  color: #6be9fb;
  box-shadow: inset 0 0 0 #fff;
  border-radius: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.btn-outline-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-color: #6be9fb;
  border: 1px solid #6be9fb;
  box-shadow: inset 0 70px 0 0 #6be9fb;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.focus:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open>.dropdown-toggle.btn-outline-primary.focus,
.open>.dropdown-toggle.btn-outline-primary:focus,
.open>.dropdown-toggle.btn-outline-primary:hover {
  background-color: #6be9fb;
  border: 1px solid #6be9fb;
  box-shadow: inset 0 70px 0 0 #6be9fb;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-secondary-one {
  border-radius: 5px;
  border: 2px solid var(--black-10, #fff);
  background: rgba(255, 255, 255, 0.15);
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn.btn-sm {
  padding: 2px 7px;
  font-size: 14px;
  border-radius: 5px;
}

.btn-secondary {
  background: #39c4d8;
  border: 1px solid #39c4d8;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  padding: 12px 30px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  display: inline-flex;
  align-items: center;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
  background-color: #013346;
  border: 1px solid #013346;
  color: #ffffff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #1c0828;
  box-shadow: inset 70px 0 0 0 #ffffff;
  color: #1c0828;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

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

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

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #1c0828;
  border-color: #1c0828;
  color: #fff;
}

.btn-secondary.active:not(:disabled):not(.disabled),
.btn-secondary:active:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle {
  background-color: #013346;
  border-color: #013346;
  color: #ffffff;
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f6f5f3;
  border-color: #f6f5f3;
  color: #6be9fb;
}

.btn-secondary-outline {
  background: #f7f7ff;
  border: 1px solid #6be9fb;
  color: #6be9fb;
  border-radius: 4px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-secondary-outline:hover {
  background-color: #6be9fb;
  border: 1px solid #6be9fb;
  box-shadow: inset 0 70px 0 0 #6be9fb;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-danger {
  background: #e82646;
  border-radius: 10px;
  border: 1px solid #e82646;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  padding: 8px 15px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

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

.form-control {
  padding: 6px 15px;
  border-radius: 5px;
}

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

.text-body {
  color: #74788d !important;
}

.pagination>ul li.arrow a {
  background: #f1f1f1;
  font-size: 17px;
  margin: 0 9px;
}

.pagination>ul li.active a {
  background: #6be9fb;
  border-color: #6be9fb;
  color: #fff;
}

.card {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  margin-bottom: 24px;
}

.card .card-header {
  background-color: transparent;
}

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

.table {
  margin-bottom: 0;
}

.bg-info {
  background-color: #1170e4 !important;
}

.bg-success {
  background-color: #1abe17 !important;
}

/*-----------------
	3. Avatar
-----------------------*/

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

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

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

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

.avatar-online::before {
  background-color: #0c9e6f;
}

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

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

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

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

.avatar-xs {
  width: 29px;
  height: 29px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: none;
}

/*-----------------
	4. Nav Tabs
-----------------------*/

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

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

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

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

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

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

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

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

.nav-link:focus,
.nav-link:hover {
  color: #6be9fb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #6be9fb;
  background-color: transparent;
  transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
}

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

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

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

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

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

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

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

/*-----------------
    5. Table
-----------------------*/

.table tr {
  padding: 15px;
  font-size: 15px;
  border-color: #dcdcdc;
  color: #74788d;
}

.table tbody td,
.table th {
  padding: 15px;
  font-size: 15px;
  color: #74788d;
}

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

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

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

.table-avatar a.avatar {
  line-height: normal;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.table-avatar a.avatar img {
  border-radius: 50%;
}

.table td h2 a {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}

table.table td h2.table-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

table.table td h2 a:hover {
  color: #6be9fb;
}

table.table td h2 span {
  color: #74788d;
  display: block;
  font-size: 13px;
  margin-top: 7px;
  font-weight: normal;
}

table.dataTable {
  margin-top: 0 !important;
}

table.dataTable td,
table.dataTable th {
  font-size: 14px;
}

table.dataTable th {
  font-weight: 600;
  color: #1d1d1d;
}

table.dataTable td {
  font-weight: 500;
  color: #4f4f4f;
}

table.dataTable th {
  background: #f2f2f2;
}

.table-striped>tbody>tr:nth-child(odd)>td {
  background-color: rgba(242, 242, 242, 0);
}

.table-striped>tbody>tr:nth-child(even)>* {
  background-color: #fff;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
}

.dataTables_paginate .pagination .previous,
.dataTables_paginate .pagination .next {
  display: none;
}

.custom-table {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

#tablefilter div.dataTables_filter .form-control {
  height: 42px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  padding: 10px 12px 10px 35px;
}

#tablefilter div.dataTables_filter label {
  position: relative;
  margin: 0;
}

#tablefilter div.dataTables_filter label::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  content: "\f002";
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #828282;
  width: 20px;
}

.form-wrap.form-item {
  margin-bottom: 15px;
}

a.disable {
  color: #b4b4b4;
  pointer-events: none;
}

/*-----------------
    7. Header
-----------------------*/

.sticky-menus {
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sticky-menus li a {
    color: #676767;
    font-weight: 500;
}
.sticky-menus li a:hover {
    color: #013346;
}
.sticky-menus li a:hover i {
    color: #6BE9FB;
    background-color: #E7FBFE;
}
.sticky-menus li a i {
    font-size: 22px;
    color: #676767;
    padding: 6px 12px;
}
.sticky-menu-xl {
    z-index: 30;
    bottom: 130px;
    right: 40px;
    width: 50px;
    height: 50px;
}
.sticky-menu-xl a {
    font-size: 35px;
    background-color: #50BA5C;
}
.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}

/* .sticky-menus li a.wtx i {
        -webkit-text-stroke-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-fill-color: #39C4D8;
} */

/* 17-12-24 */
/* .top-header {
    position: unset;
} */

/* .header {
    position: fixed;
    top: 0;
    width: 100%;
} */


/* 16-01-25 */
.main-nav>li .submenu li a i {
    right: 10px;
    position: absolute;
    transform: rotate(-90deg);
}

.main-nav>li .submenu li a:hover i {
    transform: rotate(90deg);
}

@media screen and (min-width: 992px) {
    .main-nav li>ul.sub-sub-menu {
        left: 100%;
        margin-left: 15px;
    }
}

.main-nav li>ul.sub-sub-menu,
.main-nav .submenu {
    transition: 1s;
}

/* Top Header */

.top-header {
  background-color: #6be9fb;
  padding: 8px 0;
  color: #013346;
  /* position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001; */
}

.header {
  position: sticky;
  /* left: 0; */
  top: 0;
  /* width: 100%; */
  z-index: 1001;
  background: #fff;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.navbar-brand.logo {
  margin-right: 0;
}

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

.logo a {
  float: left;
}

.logo a img {
  float: left;
  max-height: 32px;
}

.header .container-fluid {
  padding: 0;
}

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

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.main-menu-wrapper .main-nav>li+li {
  margin-left: 30px;
}

.main-nav>li>a {
  color: #013346;
  font-size: 20px;
}

.main-nav>li.active>a {
  color: #013346;
  font-size: 20px;
}

.main-nav>li .submenu li a {
  display: block;
  padding: 10px;
  clear: both;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  border-radius: 4px;
}

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

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

.main-nav li a {
  display: block;
}

.main-nav li a:hover {
  color: #39c4d8;
}

.main-nav>li>a.active {
  color: #39c4d8;
}

.main-nav li a i {
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.main-nav li a:hover i {
  color: #39c4d8;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.main-nav>li>a.active i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

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

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

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

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

.header-navbar-rht li>a.btn-primary {
  padding: 11px 27px;
  font-size: 18px;
  border-radius: 50px;
}

.header-navbar-rht li>a.btn-secondary {
  padding: 8px 20px;
}

.header-navbar-rht li>a.header-login {
  padding: 14px 30px;
  font-weight: 700;
}

.header-navbar-rht .search-filter-selected .form-group .select2-container {
  width: 100% !important;
}

.user-item {
  background: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

.user-item .user-name h6 {
  margin-bottom: 2px;
}

.user-item .user-name p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

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

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

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

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

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

.header-navbar-rht li.logged-item .dropdown-menu {
  min-width: 330px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header-navbar-rht li.logged-item.noti-wrapper .dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background: #cdcdcd;
  height: 10px;
}

.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(231, 231, 231);
  border-radius: 4px;
}

.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar-thumb {
  background: #686868;
  border-radius: 4px;
}

.header-navbar-rht li.logged-item .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #1b2559;
}

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

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

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

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #0090ce;
}

.header-navbar-rht .logged-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  padding: 0;
  position: relative;
}

.header-navbar-rht .logged-item .log-user {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 5px 7px;
  width: unset;
  height: unset;
}

.header-navbar-rht .logged-item .log-user .users-img img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.header-navbar-rht .logged-item .dropdown-toggle:after {
  margin: 0 5px;
}

.header-navbar-rht .logged-item .nav-link .badge {
  position: absolute;
  top: 15px;
  right: 0;
}

.header-navbar-rht .logged-item .search-filter-selected {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cdcdcd;
}

.header-navbar-rht .logged-item .search-filter-selected .form-group {
  margin-bottom: 0;
}

.header-navbar-rht .logged-item .dropdown-menu hr {
  color: #cdcdcd;
  opacity: 1;
  margin: 12px 0;
}

.header-navbar-rht li.work-btn {
  position: relative;
  margin-right: 15px;
}

.header-navbar-rht li.work-btn a {
  display: inline-flex;
  align-items: center;
}

.header-navbar-rht li.work-btn:after {
  content: "";
  background: #cdcdcd;
  width: 1px;
  height: 27px;
  position: absolute;
  right: 0;
}

.header .header-navbar-rht>li .dropdown-menu {
  box-shadow: 0px 4.4px 12px -1px #dedede5c;
  border-radius: 10px;
  padding: 15px;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item:hover {
  color: #4f4f4f;
  background: #f2f2f2;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  background: #fff;
  border-radius: 10px;
  border: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item.log-out {
  color: #e82646;
}

.header .header-navbar-rht>li .dropdown-menu .dropdown-item img {
  width: 16px;
  margin-right: 8px;
}

.header .header-navbar-rht .noti-wrapper .bell-icon {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.header .header-navbar-rht .noti-wrapper .bell-icon:hover {
  background: #6be9fb;
  border-color: #6be9fb;
}

.header .header-navbar-rht .noti-wrapper .bell-icon:hover img {
  filter: brightness(0) invert(1);
}

.header .header-navbar-rht .noti-wrapper .badge-pill {
  width: 3px;
  height: 3px;
  background-color: #e82646;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0;
  display: block;
}

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

.user-menu.nav>li>a .badge {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: bold;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
}

.user-menu.nav>li>a>i {
  font-size: 1.5rem;
  line-height: 60px;
}

.flag-dropdown .nav-link {
  color: #28283c;
  padding: 0.5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}

.account-item .nav-link {
  padding: 0.5rem 0;
}

.user-infos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.menu-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.menu-heading span {
  border-radius: 10px;
  background: #f6f5f3;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}

.menu-heading h5 {
  font-size: 20px;
  margin-bottom: 0;
}

.menu-list {
  margin-bottom: 24px;
}

.menu-list ul li {
  margin-bottom: 20px;
}

.menu-list ul li h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.main-nav>li .submenu.mega-submenu .menu-list ul li h6 a {
  color: #1d1d1d;
  font-size: 15px;
}

.main-nav>li .submenu.mega-submenu .menu-list ul li h6 a:hover,
.main-nav>li .submenu.mega-submenu .menu-list ul li h6 a.active {
  color: #6be9fb;
  background-color: transparent;
}

.main-nav>li .submenu.mega-submenu .menu-list ul li p a {
  color: #686868;
  background-color: transparent;
  white-space: normal;
  font-size: 12px;
}

.main-nav>li .submenu.mega-submenu .menu-list ul li p a:hover {
  color: #686868;
}

.main-nav>li .submenu .menu-list ul li p {
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  margin-bottom: 0;
}

.main-nav>li .submenu.mega-submenu ul li a {
  padding: 0;
}

.main-nav>li .submenu .menu-list ul li .more-link {
  font-size: 12px;
  font-weight: 600;
  color: #4f4f4f;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav>li .submenu .menu-list ul li .more-link i {
  opacity: 0;
}

.main-nav li .submenu .menu-list ul li .more-link:hover {
  background-color: transparent;
  color: #6be9fb;
}

.main-nav li .submenu .menu-list ul li .more-link:hover i {
  opacity: 1;
  margin-left: 8px;
}

.main-nav li>ul.megamenu-full-width {
  padding: 30px 24px 30px 24px;
  border-radius: 0;
}

.main-nav li>ul.megamenu-full-width .inner-megamenu {
  display: flex !important;
  display: -webkit-flex !important;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border: 0;
}

@media (min-width: 992px) {
  ul.submenu.megamenu-full-width {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border: 0;
  }
}

.main-nav li>ul.megamenu-full-width li {
  margin: 12px;
}

.main-nav li>ul.megamenu-full-width li.megamenu-title {
  font-size: 26px;
  color: #39c4d8;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}

.main-nav li>ul.megamenu-full-width li a {
  border: 1px solid #345c6b;
  padding: 10px 30px;
  font-size: 20px;
}

/*-----------------
	8. Mobile Menu
-----------------------*/

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.menu-opened .main-menu-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 11111;
}

.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 83px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}

.menu-logo img {
  height: 50px;
  margin: 0 0 0 19px;
}

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

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

.bar-icon span {
  background-color: #013346;
  display: block;
  float: left;
  height: 2px;
  margin-bottom: 8px;
  width: 24px;
  border-radius: 2px;
}

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

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

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

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

.main-menu-wrapper {
  margin: 0 15px 0;
}

.navbar-brand.logo-small {
  display: none;
}

.navbar-brand.logo-small img {
  max-height: 30px;
}

/*-----------------
    9. Top Header
-----------------------*/

.product-more {
  padding: 37px 0 37px;
}

.product-more h3 {
  font-weight: 700;
  font-size: 24px;
  color: #030a16;
  margin-bottom: 0;
}

.megamenu-main {
  position: static !important;
}

.submenu-product-group {
  margin-bottom: 40px;
}

.main-nav>li .submenu li .submenu-head a {
  padding: 0;
}

.main-nav>li .submenu-head li a {
  white-space: normal;
}

.submenu-head {
  text-align: center;
  margin-bottom: 25px;
}

.submenu-head .product-content img {
  margin-bottom: 10px;
}

.submenu-head .product-content {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(179 179 179 / 25%);
  border-radius: 10px;
}

.submenu-head .product-content p {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.submenu-head .product-content h4 {
  font-weight: 700;
  font-size: 18px;
  color: #030a16;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.submenu-head:hover .product-content h4,
.submenu-head:hover .product-content p {
  color: #6be9fb;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

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

/*-----------------
	10. Home
-----------------------*/

.hero-section {
  position: relative;
  z-index: 1;
  height: calc(100vh - 150px);
  width: 98%;
  margin: 0 auto;
}

.mobile-hero-section {
  display: none;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 120px);
  border-radius: 4px;
}

.mobile-hero-section::after {
  content: "";
  border-radius: 4px;
  background: linear-gradient(179.88deg,
      rgba(0, 0, 0, 0) 28.69%,
      #000000 99.9%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mobile-hero-content {
  padding: 37px 20px;
  color: #fff;
}

.mobile-hero-content h5 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.mobile-hero-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.mobile-hero-content h2 span {
  display: block;
}

.mobile-hero-content h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}

.mobile-hero-content .line {
  display: inline-block;
  border-top: 1px solid #fff;
  padding: 1px;
  margin-bottom: 10px;
  width: 80px;
}

.mobile-hero-content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  list-style: none;
}

.mobile-hero-content ul li {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.mobile-hero-content ul li {
  padding-left: 12px;
  margin-bottom: 8px;
  line-height: normal;
}

.mobile-hero-content ul li:last-child {
  margin-bottom: 0;
}

.mobile-hero-content ul li:before {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
}

.mobile-hero-btn .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 22px;
}

.hero-section .banner-content {
  padding-left: 110px;
}

.hero-section .swiper-slide {
  height: calc(100vh - 150px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}

.banner-head h1 {
  font-size: 48px;
  margin-bottom: 24px;
  position: relative;
  max-width: 550px;
  color: #ffffff;
  font-weight: 200;
}

.banner-head h1 span {
  font-weight: 700;
  color: #39c4d8;
  display: block;
}

.banner-head h6 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.banner-head h6 b {
  font-weight: 500;
}

.banner-head hr {
  width: 125px;
  height: 1.5px;
  background-color: #39c4d8;
  opacity: 1;
  border: 0;
}

.banner-head .head-list {
  margin-bottom: 30px;
}

.banner-head .head-list ul {
  margin: 0;
  padding: 0;
}

.banner-head .head-list ul li {
  display: block;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}

.banner-head .head-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 8px;
}

.banner-head .btn {
  border-radius: 8px;
  background-color: transparent;
  border-color: #ffffff;
}

.banner-head .btn:hover {
  border-color: #39c4d8;
  background-color: #39c4d8;
}

.hero-section .swiper-pagination {
  bottom: 38px !important;
}

.hero-section .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ffffff;
  opacity: 1;
  position: relative;
  margin: 0 6px !important;
}

.hero-section .swiper-pagination-bullet:after {
  content: "";
  border: 1px solid transparent;
  width: 23px;
  height: 23px;
  display: inline-block;
  border-radius: 23px;
  position: absolute;
  left: -4px;
  top: -4px;
}

.hero-section .swiper-pagination-bullet-active {
  background: #39c4d8;
}

.hero-section .swiper-pagination-bullet-active:after {
  border-color: #39c4d8;
}

.hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #39c4d8;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: inherit;
  bottom: 30px;
  margin: 0;
  z-index: 99;
}

.hero-section .swiper-button-next:after {
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
}

.hero-section .swiper-button-prev:after {
  content: "\f177";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
}

.hero-section .swiper-button-next {
  right: calc(50% - 110px);
  left: auto;
}

.hero-section .swiper-button-prev {
  left: calc(50% - 110px);
  right: auto;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h6 {
  color: #39c4d8;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-title h2 {
  color: #013346;
  font-size: 42px;
  font-weight: 500;
}

.section-title p {
  font-size: 20px;
}

.section-title hr {
  width: 238px;
  height: 2px;
  background-color: #013346;
  opacity: 1;
  border: 0;
  margin-left: auto;
  margin-right: auto;
}

.aboutus-section {
  padding: 60px 0;
}

.aboutus-inner {
  background-color: #ffffff;
  border-radius: 20px 0 0 20px;
  max-width: 1718px;
  margin: 0 auto;
}

.about-left {
  padding: 60px;
}

.about-left p span {
  color: #39c4d8;
}

.about-right {
  text-align: right;
}

.about-right img {
  border-radius: 20px 0 0 20px;
}

.aboutus-section .faq-wrapper {
  margin-top: 50px;
}

.aboutus-section .faq-wrapper .faq-card {
  box-shadow: none;
  border-bottom: 1px solid #013346;
  padding: 16px 0;
}

.aboutus-section .faq-wrapper .faq-card p:last-child {
  margin-bottom: 0;
}

.aboutus-section .faq-wrapper .faq-card .faq-title {
  text-transform: uppercase;
  color: #013346;
  margin-bottom: 0;
}

.aboutus-section .faq-wrapper .faq-card .faq-title a {
  position: relative;
  color: #013346;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.aboutus-section .faq-wrapper .faq-card .faq-title a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 17px;
  color: #013346;
  position: absolute;
  right: 0;
}

.aboutus-section .faq-wrapper .faq-card .faq-title a.collapsed:before {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 17px;
  color: #013346;
  position: absolute;
  right: 0;
}

.aboutus-section .faq-wrapper .faq-card .faq-title a:hover {
  color: #013346;
}

.aboutus-section .faq-wrapper .faq-card .faq-title a img {
  margin-right: 15px;
}

.aboutus-section .faq-wrapper .faq-content {
  padding: 10px 0 0 50px;
}

.treatment-section {
  background: #013346;
  position: relative;
  overflow: hidden;
  padding: 60px 0 36px 0;
}

.treatment-section .section-title h2,
.treatment-section .section-title p {
  color: #ffffff;
}

.treatment-inner {
  max-width: 1611px;
  margin: 0 auto;
}

.treatment-swiper .swiper-wrapper {
  display: flex;
  /* Ensure the wrapper is a flex container */
  flex-wrap: nowrap;
  /* Prevent wrapping */
}

.treatment-swiper {
  overflow: hidden;
}

.treatment-swiper .swiper-slide {
  display: flex;
  display: -webkit-flex;
  flex: 0 0 33.33%;
  /* Show 3 slides */
  max-width: 33.33%;
  margin-right: 24px;
  /* Space between slides */
  box-sizing: border-box;
  /* Ensure padding and border are included in width */
}

.category-grid {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.category-title h5 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #ffffff;
}

.category-title h5 img {
  margin-right: 10px;
}

.category-content p {
  color: #bfc7d1;
  margin-bottom: 0;
}

.service-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.section-tab {
  margin-bottom: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.section-tab ul li .nav-link {
  background: #f6f5f3;
  color: #687681;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 10px;
  font-weight: 400;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.section-tab ul li .nav-link.active {
  background: rgba(83, 228, 249, 0.14);
  color: #013346;
  font-weight: 500;
}

.section-tab ul li .nav-link:hover {
  background: rgba(83, 228, 249, 0.14);
  color: #013346;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.service-inner {
  max-width: 1554px;
  margin: 0 auto;
}

.service-left {
  padding-right: 20px;
}

.service-left h2 {
  margin-bottom: 28px;
  font-weight: 600;
}

.service-right {
  text-align: right;
}

.ourteam-section {
  padding: 60px 0;
}

.ourteam-inner {
  max-width: 1718px;
  margin: 0 auto;
}

.ourteam-swiper .swiper-wrapper {
  display: flex;
  /* Ensure the wrapper is a flex container */
  flex-wrap: nowrap;
  /* Prevent wrapping */
}

.ourteam-swiper {
  overflow: hidden;
}

.ourteam-swiper .swiper-slide {
  flex: 0 0 24%;
  /* Show 4 slides */
  max-width: 24%;
  margin-right: 24px;
  /* Space between slides */
  box-sizing: border-box;
  /* Ensure padding and border are included in width */
}

.team-grid .user-img {
  position: relative;
}

.team-grid .user-img img {
  border-radius: 20px 20px 0 0;
}

.team-grid .user-img .book-btn {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #013346;
  border-radius: 50px;
  padding: 10px 20px;
  min-width: 267px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.team-grid .user-img .book-btn:hover {
  background-color: #013346;
  color: #ffffff;
}

.team-grid .team-content {
  padding: 24px;
}

.team-grid .team-content h5 {
  font-weight: 600;
}

.team-grid .team-content span {
  color: #013346;
}

.view-all {
  padding-top: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.ourteam-section .section-tab .nav-tabs-swiper .nav-link,
.service-section .section-tab .nav-tabs-swiper .nav-link {
  white-space: nowrap;
}

.ourteam-section .section-tab .nav-tabs-swiper .swiper-slide,
.service-section .section-tab .nav-tabs-swiper .swiper-slide {
  min-width: auto;
}

.ourteam-section .section-tab .nav-tabs-swiper .nav-item,
.service-section .section-tab .nav-tabs-swiper .nav-item {
  flex: 0 0 auto;
}

.nav-tabs-swiper {
  width: 100%;
}

.nav-tabs-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/*-----------------
	Select2
-----------------------*/

select {
  outline: none;
}

.select2-container {
  width: 100% !important;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  border: 1px solid #efefef;
  border-radius: 0;
}

.select2-container .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #00000038;
  border-radius: 4px;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 15px;
}

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

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

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #b3b3b3;
  font-weight: normal;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
  color: #b3b3b3;
}

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

.select2-results .select2-highlighted {
  background: #3ea211;
}

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

.select2-results__option {
  font-size: 16px;
  color: #898989;
  border-radius: 0;
  padding: 8px 15px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #efefef;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #3333;
}

.select2-search--dropdown .select2-search__field {
  font-size: 14px;
  padding: 4px 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #d9d9d9;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/*-----------------
	Appointment
-----------------------*/

.appointment-section {
  padding: 0 0 60px 0;
  background: #f6f5f3;
}

.appointment-bg {
  max-width: 1718px;
  margin: 0 auto;
  padding: 100px 110px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: url("https://bodhimindcarehospital.com/wp-content/uploads/2024/11/image2.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appointment-bg::after {
  content: "";
  border-radius: 20px;
  background: #09213566;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.appointment-header {
  margin-bottom: 37px;
}

.appointment-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.appointment-header p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}

.appointment-header span {
  display: inline-block;
  border-top: 1px solid #fff;
  padding: 1px;
  width: 140px;
}

.appointment-form .form-wrap {
  margin-bottom: 28px;
}

.appointment-form .form-wrap label {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 6px;
}

.appointment-form .form-wrap .form-control {
  font-size: 16px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px 25px;
}

.appointment-form .form-wrap .form-control::placeholder {
  font-size: 16px;
  color: #b3b3b3;
}

.appointment-form .form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
}

.appointment-btn {
  padding-top: 16px;
}

.appointment-btn .btn {
  font-weight: 300;
}

/*-----------------
	Testimonial
-----------------------*/

.testimonial-section {
  padding: 0px 0 60px 0;
  background: #f6f5f3;
}

.inner-testimonial {
  max-width: 1718px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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

.testimonial-header h5 {
  font-size: 20px;
  font-weight: 600;
  color: #39c4d8;
  margin-bottom: 8px;
}

.testimonial-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #013346;
  margin-bottom: 5px;
  letter-spacing: 0px;
}

.testimonial-header p {
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 0;
}

.testimonial-grid {
  padding: 40px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 18px 0px #c4c4c440;
}

.testimonial-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-icon {
  margin-right: 23px;
  border-radius: 50%;
  background: #e7fbfe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.testimonial-icon img {
  width: 70px;
}

.testimonial-text h4 {
  font-size: 24px;
  font-weight: 500;
  color: #013346;
  margin-bottom: 2px;
}

a.read_more {
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: underline;
}

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

.ratings li {
  display: inline-block;
}

.ratings li i {
  font-size: 14px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffaa00 50%, #ffbd38 50%);
}

.testimonial-content p {
  color: #676767;
  margin-bottom: 0;
}

.testimonial-section .slide-nav {
  position: relative;
  width: 110px;
  margin: 0 0 0 auto;
}

.slide-nav .swiper-button-next,
.slide-nav .swiper-button-prev {
  border: 2px solid #013346;
  width: 39px;
  height: 39px;
  border-radius: 50px;
  background-color: #013346;
}

.slide-nav .swiper-button-next:after,
.slide-nav .swiper-button-prev:after {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}

.slide-nav .swiper-button-next.swiper-button-disabled,
.slide-nav .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
  border-color: #013346;
}

.slide-nav .swiper-button-next.swiper-button-disabled:after,
.slide-nav .swiper-button-prev.swiper-button-disabled:after {
  color: #013346;
}

/*-----------------
	FAQ
-----------------------*/

.faq-section {
  padding: 60px 0;
  background: #f6f5f3;
}

.faq-header {
  text-align: center;
  margin-bottom: 70px;
}

.faq-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #013346;
  margin-bottom: 10px;
}

.faq-header p {
  font-size: 20px;
  color: #4c4c4c;
  margin-bottom: 0;
}

.faq-info {
  margin-bottom: 60px;
}

.faq-info .accordion-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaecf0;
}

.faq-info .accordion-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.faq-info .accordion-header {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

.faq-info .accordion-button {
  font-size: 22px;
  font-weight: 500;
  color: #013346;
  background: transparent;
  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: "";
  background-image: url(https://bodhimindcarehospital.com/wp-content/uploads/2024/11/plus-circle.svg);
  width: 20px;
  height: 20px;
  color: #013346;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.faq-info .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url(https://bodhimindcarehospital.com/wp-content/uploads/2024/11/minus-circle.svg);
  width: 20px;
  height: 20px;
}

.faq-info .accordion-item .accordion-body {
  padding: 8px 0 0;
}

.accordion-content p {
  color: #676767;
  margin-bottom: 0;
}

.faq-grid {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 32px;
}

.faq-group {
  margin-bottom: 32px;
}

.avatar {
  position: relative;
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 500;
}

.avatar-group .avatar .avatar-img {
  width: 100%;
  height: 100%;
  /* border: 2px solid #fff; */
  font-size: 0.9rem;
}

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

.faq-group .avatar-group .avatar:nth-child(2) {
  height: 56px;
  width: 56px;
  z-index: 1;
}

.faq-text h5 {
  font-size: 20px;
  color: #013346;
  margin-bottom: 8px;
}

.faq-text p {
  color: #676767;
  margin-bottom: 32px;
}

.faq-text .btn {
  font-weight: 500;
  border-radius: 8px;
  padding: 7px 18px;
}

/*-----------------
	Improve
-----------------------*/

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

.inner-improve {
  max-width: 1554px;
  margin: 0 auto;
}

.improve-header {
  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;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 70px;
}

.improve-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #013346;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.improve-swiper .swiper-wrapper {
  display: flex;
  /* Ensure the wrapper is a flex container */
  flex-wrap: nowrap;
  /* Prevent wrapping */
}

.improve-swiper {
  overflow: hidden;
}

.improve-swiper .swiper-slide {
  flex: 0 0 24%;
  /* Show 4 slides */
  max-width: 24%;
  margin-right: 24px;
  /* Space between slides */
  box-sizing: border-box;
  /* Ensure padding and border are included in width */
}

.improve-grid {
  position: relative;
}

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

/* .improve-img::after {
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 64.69%,
      rgba(0, 0, 0, 0.94) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

.improve-img img {
  width: 100%;
  height: 180px;
  /* height: 100%; */
  /* border-radius: 16px; */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-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;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.improve-img img:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.improve-content {
  position: relative;
  /* bottom: 20px;
  left: 20px;
  max-width: 260px; */
}

.improve-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.improve-content h5 a {
  /* color: #fff; */
  color: #002237;
  font-weight: 500;
}

.improve-content p {
  font-weight: 500;
  /* color: #a5a5a5; */
  color: #20c0f3;
  margin-bottom: 0;
}

/*-----------------
	Footer
-----------------------*/

.footer {
  background: #f6f5f3;
  padding: 60px 0 20px;
  position: relative;
  z-index: 1;
}

.footer-bg {
  background: #013346;
  padding: 80px;
  border-radius: 43px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-content {
  margin-bottom: 38px;
}

.footer-content p {
  font-weight: 300;
  color: #bfc7d1;
  max-width: 500px;
  margin-bottom: 0;
}

.footer-content .footer-text {
  max-width: inherit;
}

.footer-content span {
  display: inline-block;
  padding: 1px;
  margin-top: 20px;
  width: 120px;
  border-bottom: 1px solid #ffffff33;
}

.footer-from-group {
  position: relative;
  max-width: 485px;
  margin-bottom: 30px;
}

.footer-from-group .form-control {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background: transparent;
  border: 0.97px solid #ffffff33;
  padding: 15px 40px;
  padding-right: 195px;
  height: 74px;
}

.footer-from-group .form-control::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #bfc7d1;
}

.footer-from-group .btn {
  font-size: 20px;
  font-weight: 600;
  color: #013346;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 8px;
}

.footer-from-group .btn:hover {
  color: #39c4d8;
  border: 1px solid #39c4d8;
  background: transparent;
}

.footer-info {
  border-bottom: 1px solid #ffffff33;
  margin-bottom: 40px;
}

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

.footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #39c4d8;
  margin-bottom: 20px;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links li a {
  font-weight: 300;
  color: #bfc7d1;
}

.footer-links li a:hover {
  color: #39c4d8;
}

.footer-address {
  margin-bottom: 15px;
}

.footer-address h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.footer-address p {
  font-weight: 300;
  color: #bfc7d1;
  margin-bottom: 0;
}

.footer-address p::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    min-width: 17px;
    height: 17px;
    background-image: url('../images/icons/loation-white-vector.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: -1.5rem;
}
@media screen and (max-width: 576px) {
    .footer-address p::before {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        margin-bottom: 5px;
    }
}

.footer-phone h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #39c4d8;
}

.footer-phone h6 img {
  margin-right: 9px;
}

.footer-phone p {
  font-weight: 300;
  color: #bfc7d1;
  margin-bottom: 10px;
}
.footer-phone a {
    color: #BFC7D1;
}

.footer-phone h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
}

.footer-phone span {
  font-weight: 300;
  color: #bfc7d1;
}

.phone-inner-wr a {
  color: var(--secondary-color);
  position: relative;
}

.phone-inner-wr {
  margin-left: 30px;
}

/* .phone-inner-wr a:nth-child(1):before {
  content: "";
  background-image: url("https://bodhimindcarehospital.com/wp-content/uploads/2024/10/Vector-4.svg");
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 20px;
} */

.phone-inner-wr a::before {
  content: "";
  background-image: url('../images/icons/call-fil.svg');
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 3px;
}

@media (max-width: 576px) {
  .phone-inner-wr {
    margin-left: 0;
  }

  .social-media-icons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  /* .phone-inner-wr a:nth-child(1):before {
    top: 33px;
  } */

  .phone-inner-wr .lptxt-sms {
    font-size: 20px !important;
  }
}

.social-links {
  margin-bottom: 30px;
}

.social-links h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.social-nav li {
  margin-right: 15px;
}

.social-nav li:last-child {
  margin-right: 0;
}

.social-nav li a {
  font-size: 20px;
  color: #bfc7d1;
}

.social-nav li a:hover {
  color: #39c4d8;
}

.hi-icon {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  width: 23px;
  height: 23px;
  border-radius: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfc7d1;
}

.hi-icon:hover {
  color: #39c4d8;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hi-icon:before {
  speak: none;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.hi-icon {
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon:after {
  display: none;
}

.hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  -moz-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.copy-right p {
  font-weight: 300;
  color: #bfc7d1;
  margin-bottom: 0;
}

.copy-right-links .nav li {
  margin-right: 20px;
}

.copy-right-links .nav li:last-child {
  margin-right: 0;
}

.copy-right-links .nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #bfc7d1;
  text-decoration: underline;
}

.copy-right-links .nav li a:hover {
  color: #39c4d8;
  text-decoration: none;
}

.chat-col {
  position: fixed;
  right: 45px;
  bottom: 15px;
  z-index: 99;
}

/*-----------------
	11. Responsive
-----------------------*/

@media only screen and (min-width: 992px) {
  .main-nav li {
    display: block;
    position: relative;
  }

  .main-nav>li>a {
    line-height: 90px;
    padding: 0 !important;
  }

  .main-nav>li>a>i {
    font-size: 14px;
    margin-left: 3px;
  }

  .main-nav li>ul {
    background-color: #013346;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }

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

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

  .main-nav .has-submenu.active>a {
    color: #6be9fb;
  }

  .main-nav .has-submenu.active .submenu li.active>a {
    color: #6be9fb;
  }

  .main-nav>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }

  .main-nav>li .submenu>li .submenu {
    left: calc(100% + 10px);
    top: 0;
    margin-top: 0;
  }

  .main-nav li .submenu a:hover {
    background: #436d73;
    color: #6be9fb;
  }

  .main-nav li .submenu a.active {
    color: #fff;
    background-color: #6be9fb;
  }

  .main-nav>.has-submenu>.submenu>.has-submenu>.submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #fff #fff transparent;
  }

  .header-navbar-rht .dropdown-toggle.show+.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header-navbar-rht li .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    min-width: 200px;
    top: 100%;
    right: 0;
    left: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .header-navbar-rht li.logged-item .dropdown-menu {
    min-width: 330px;
  }

  .main-nav li.megamenu {
    position: unset;
  }
}

@media only screen and (max-width: 1599.98px) {
  .header-navbar-rht li>a.btn-primary {
    padding: 8px 17px;
  }

  .logo img {
    max-width: 75%;
  }

  body {
    font-size: 15px;
    /* padding-top: 128px; */
  }

  h1 {
    font-size: 40px;
    font-weight: 700;
  }

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

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 24px;
    font-weight: 500;
  }

  h5 {
    font-size: 20px;
    font-weight: 500;
  }

  h6 {
    font-size: 18px;
    font-weight: 500;
  }

  /* .header {
    top: 37px;
  } */

  .btn-primary {
    font-size: 15px;
  }

  .btn-secondary {
    font-size: 15px;
  }

  .main-nav>li>a {
    font-size: 15px;
  }

  .appointment-form .form-wrap label {
    font-size: 15px;
  }

  .footer-bg {
    padding: 50px;
  }

  .footer-from-group .form-control {
    font-size: 15px;
    padding: 15px 20px;
    height: 66px;
  }

  .footer-from-group .form-control::placeholder {
    font-size: 15px;
  }

  .footer-from-group .btn {
    font-size: 15px;
  }

  .footer-phone h6,
  .header-navbar-rht li>a.btn-primary {
    font-size: 15px;
  }

  .main-nav li>ul.megamenu-full-width li.megamenu-title {
    font-size: 20px;
  }

  .main-nav li>ul.megamenu-full-width li a {
    padding: 8px 20px;
    font-size: 15px;
  }

  .chat-col {
    width: 75px;
  }

  .banner-head h1 {
    font-size: 40px;
  }

  .banner-head h6,
  .banner-head .head-list ul li {
    font-size: 16px;
  }

  .section-title h6 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .section-title p,
  .appointment-header p {
    font-size: 18px;
  }

  .section-tab ul li .nav-link {
    font-size: 16px;
  }

  .team-grid .user-img .book-btn {
    font-size: 15px;
    min-width: 227px;
  }

  .appointment-header h2,
  .faq-header h2,
  .improve-header h2 {
    font-size: 36px;
  }

  .testimonial-header h5,
  .faq-header p,
  .improve-content h5,
  .footer-phone h5,
  .footer-phone h5 {
    font-size: 18px;
  }

  .testimonial-text h4,
  .faq-info .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1399.98px) {
  .main-nav>li>a {
    font-size: 15px;
    padding: 7px 16px;
    border-radius: 50px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .main-menu-wrapper {
    margin: 0;
  }

  .main-nav>li.active>a,
  .main-nav>li>a,
  .main-nav>li .submenu li a {
    font-size: 13px;
  }

  .header-navbar-rht li>a.log-btn {
    font-size: 12px;
  }

  .header .header-nav {
    padding: 0 25px;
  }

  .main-nav>li.active>a,
  .main-nav .has-submenu.active .submenu li.active>a,
  .main-nav .has-submenu.active>a {
    color: #fff !important;
  }

  .main-nav>li .submenu>li.has-submenu>a::after {
    content: "\f078";
  }

  .main-nav .has-submenu.active>a {
    color: #1879cd;
  }

  .main-nav .has-submenu.active .submenu li.active>a {
    color: #1879cd;
  }

  .btn-primary {
    padding: 10px 15px;
  }

  .btn-secondary {
    padding: 10px 15px;
  }

  .top-header .list-inline-items a {
    font-size: 13px;
  }

  .header-navbar-rht li>a.header-login {
    padding: 10px 20px;
  }

  .header-navbar-rht li>a {
    font-size: 12px;
  }

  .banner-head h1 {
    font-size: 43px;
    max-width: 480px;
  }
}

@media only screen and (max-width: 1023.98px) {

  .improve-swiper .swiper-slide,
  .ourteam-swiper .swiper-slide,
  .treatment-swiper .swiper-slide {
    flex: none;
    max-width: initial;
  }
}

@media only screen and (max-width: 991.98px) {
  body {
    font-size: 15px;
    /* padding-top: 62px; */
  }

  /* .header {
    top: 38px;
  } */

  .main-nav>li .submenu-head li a {
    white-space: normal !important;
  }

  .header .header-nav {
    padding: 0 14px;
  }

  .main-nav>li .submenu-head li a {
    white-space: normal;
  }

  .header-navbar-rht {
    display: none;
  }

  .megamenu-full-width {
    border-radius: 0;
  }

  .sidebar-overlay.opened {
    display: block;
  }

  .feature-offers {
    padding: 60px 0 40px;
  }

  .main-nav>li.active>a,
  .main-nav>li>a {
    font-size: 14px;
  }

  .banner-wrap-btn {
    justify-content: center;
  }

  .header-navbar-rht>li {
    padding-right: 15px;
  }

  .navbar-brand.logo {
    margin: 0 0 0 25px;
  }

  .main-nav {
    padding: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    background: #f6f5f3;
  }

  .main-nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background-color: #ffffff;
  }

  .main-nav>li {
    margin-left: 0;
  }

  .main-nav li+li {
    margin-left: 0;
  }

  .header-navbar-rht li>a {
    font-size: 14px;
  }

  .main-nav>li>a {
    line-height: 1.5;
    padding: 12px 20px !important;
    font-size: 18px;
    font-weight: 500;
  }

  .main-nav>li>a>i {
    float: right;
    margin-top: 5px;
  }

  .main-nav>li .submenu li a {
    border-top: 0;
    color: #676767;
    padding: 10px 25px;
    font-size: 18px;
  }

  .main-nav>li .submenu ul li a {
    padding: 10px 15px 10px 45px;
  }

  .main-nav>li .submenu>li.has-submenu>a::after {
    content: "\f078";
  }

  .main-nav .has-submenu.active>a {
    color: #6be9fb;
  }

  .main-nav .has-submenu.active .submenu li.active>a {
    color: #6be9fb;
  }

  .main-nav>li>a:hover::after,
  .main-nav>li.active>a::after {
    top: 0;
  }

  .main-menu-wrapper {
    order: 3;
    width: 100%;
    position: fixed;
    top: 37px;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: -1;
    transition: all 0.4s;
    background-color: #f6f5f3;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }

  .main-menu-wrapper .menu-close {
    font-size: 36px;
    position: absolute;
    right: 12px;
    top: 16px;
  }

  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }

  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu-heading h5 {
    font-size: 15px;
  }

  .main-nav>li {
    border-bottom: 1px solid #e1e2e5;
    margin-right: 0;
  }

  .main-nav .mega-submenu ul {
    display: block !important;
  }

  #mobile_btn {
    line-height: 0;
    display: inline-block;
    position: absolute;
    right: 14px;
  }

  .mobile_btns {
    color: #6be9fb;
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 76px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }

  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
  }

  .header .header-left .sidebar-logo {
    padding: 26px 0;
  }

  .container {
    max-width: 100%;
  }

  .header-nav {
    height: 83px;
  }

  .card-bottom {
    margin-bottom: 24px;
  }

  .feature-wrap h3 {
    font-size: 24px;
  }

  .feature-wrap p {
    font-size: 15px;
  }

  .menu-heading h5 {
    font-size: 16px;
  }

  .main-menu {
    display: block;
  }

  .main-nav>li>a,
  .main-nav>li.active>a {
    color: #0a1f2f;
    font-weight: 500;
  }

  .main-menu-wrapper .main-nav li+li {
    margin-left: 0;
  }

  .section-header h2 {
    font-size: 30px;
  }

  .hero-section {
    padding: 60px 0 48px;
  }

  .aboutus-section {
    background: #fff;
  }

  .aboutus-inner {
    max-width: inherit;
    border-radius: 0;
  }

  .about-left {
    padding: 40px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .aboutus-section .faq-wrapper {
    margin-top: 20px;
  }

  .aboutus-section .faq-wrapper .faq-card .faq-title {
    font-size: 18px;
  }

  .section-title p {
    font-size: 16px;
  }

  .appointment-bg {
    max-width: inherit;
    padding: 50px;
  }

  .appointment-header h2 {
    font-size: 36px;
  }

  .appointment-header p {
    font-size: 18px;
  }

  .testimonial-header h2 {
    font-size: 32px;
  }

  .testimonial-header p {
    font-size: 18px;
  }

  .faq-header h2 {
    font-size: 36px;
  }

  .faq-header p {
    font-size: 18px;
  }

  .faq-info .accordion-button {
    font-size: 18px;
  }

  .improve-header h2 {
    font-size: 36px;
  }

  .footer-bg {
    padding: 30px;
    border-radius: 23px;
  }

  .main-nav li>ul.megamenu-full-width li.megamenu-title {
    font-size: 18px;
  }

  .main-nav li>ul.megamenu-full-width li {
    margin: 5px;
  }

  .main-nav li>ul.megamenu-full-width li a {
    font-size: 18px;
    padding: 8px 20px;
    font-weight: 400 !important;
  }

  .main-nav li>ul.megamenu-full-width {
    padding: 10px 25px;
    border-radius: 8px;
  }

  .chat-col {
    width: 50px;
  }

  .service-right {
    text-align: center;
    margin-top: 40px;
  }

  .appointment-header h2,
  .testimonial-header h2,
  .faq-header h2,
  .improve-header h2,
  .section-title h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 766.98px) {

  .ourteam-section .section-tab .nav-tabs-swiper .swiper-slide,
  .service-section .section-tab .nav-tabs-swiper .swiper-slide {
    width: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  /* .header {
    top: 37px;
  } */

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

  .header .header-nav {
    padding: 0 14px;
  }

  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 1rem;
  }

  h5,
  .h5 {
    font-size: 15px;
  }

  h6,
  .h6 {
    font-size: 15px;
  }

  .main-nav>li>a:hover::after,
  .main-nav>li.active>a::after {
    top: 0;
    bottom: inherit;
  }

  #mobile_btn {
    margin-right: 20px;
  }

  .aboutus-section {
    padding: 100px 0 40px;
  }

  .about-left {
    padding: 0;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title h6 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .aboutus-section .faq-wrapper {
    margin-top: 15px;
  }

  .btn-primary {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
  }

  .btn-secondary {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
  }

  .treatment-section {
    padding: 40px 0 16px 0;
  }

  .section-title p {
    font-size: 14px;
  }

  .category-grid {
    padding: 24px;
  }

  .category-title h5 {
    font-size: 17px;
  }

  .service-section {
    padding: 40px 0;
  }

  .section-tab ul li .nav-link {
    font-size: 16px;
  }

  .ourteam-section {
    padding: 40px 0;
  }

  .appointment-section {
    padding: 0;
  }

  .appointment-bg {
    padding: 40px;
  }

  .appointment-header h2 {
    font-size: 30px;
  }

  .appointment-header p {
    font-size: 16px;
  }

  .testimonial-section {
    padding: 40px 0 0;
  }

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

  .testimonial-header h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
  }

  .testimonial-header h2 {
    font-size: 30px;
    margin-bottom: 4px;
  }

  .testimonial-header p {
    font-size: 14px;
    max-width: 360px;
  }

  .slide-nav .testimonial-nav-control {
    margin-bottom: 24px;
  }

  .faq-header {
    margin-bottom: 23px;
  }

  .faq-header h2 {
    font-size: 30px;
    font-size: 500;
  }

  .faq-header p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .faq-header span {
    display: inline-block;
    border-top: 1px solid #152335;
    padding: 1px;
    width: 140px;
  }

  .faq-info .accordion-button {
    font-size: 18px;
  }

  .faq-grid {
    padding: 30px;
    /* background: #002237; */
  }

  .faq-group {
    margin-bottom: 25px;
  }

  /* .faq-text h5 {
    color: #fff;
  } */
  .faq-text p {
    /* color: #fff; */
    max-width: 320px;
    margin: 0 auto 25px;
  }

  .faq-text .btn {
    font-size: 16px;
    padding: 10px 22px;
  }

  .improve-section {
    padding: 40px 0;
  }

  .inner-improve {
    max-width: inherit;
  }

  .improve-header {
    display: block;
    text-align: center;
    margin-bottom: 34px;
  }

  .improve-header h2 {
    font-size: 30px;
    max-width: 310px;
    margin: 0 auto 20px;
  }

  .improve-header .btn {
    font-size: 20px;
    font-weight: 500;
    color: #002237;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .improve-header .btn:hover {
    color: #002237;
    background: transparent;
  }

  .improve-header .btn img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .improve-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .improve-content p {
    font-weight: 500;
  }

  .footer {
    padding: 40px 0 20px;
  }

  .footer-content {
    margin-bottom: 0;
  }

  .footer-content span {
    display: none;
  }

  .footer-form {
    margin-top: 13px;
  }

  .footer-from-group {
    margin-bottom: 40px;
    max-width: inherit;
  }

  .footer-from-group .form-control {
    font-size: 14px;
    height: 50px;
    padding-left: 30px;
  }

  .footer-from-group .form-control::placeholder {
    font-size: 12px;
  }

  .footer-from-group .btn {
    font-size: 13px;
    font-weight: 500;
    padding: 9px 30px;
    right: 14px;
  }

  .footer-info {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .footer-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
  }

  .footer-links li a {
    font-size: 15px;
  }

  .footer-contact {
    padding-top: 26px;
    text-align: center;
    border-top: 1px solid #bfc7d1;
  }

  .footer-address h5 {
    display: none;
  }

  .footer-address p {
    font-size: 15px;
    max-width: 370px;
    margin: 0 auto 14px;
  }

  .footer-phone h6 {
    font-size: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 4px;
  }

  .footer-phone h6 span {
    display: none;
  }

  .footer-phone p {
    font-size: 15px;
  }

  .footer-phone h5 {
    font-size: 16px;
    font-weight: 500;
  }

  .social-links {
    text-align: center;
  }

  .social-links h4 {
    font-size: 16px;
    font-weight: 500;
  }

  .social-nav {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .row {
    flex-direction: column-reverse;
  }

  .copy-right-links .nav {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 20px;
  }

  .copy-right-links .nav li a {
    font-size: 15px;
    font-weight: 400;
  }

  .chat-col {
    width: 50px;
  }

  .team-grid .user-img .book-btn {
    font-size: 13px;
    min-width: 210px;
  }
}

@media only screen and (max-width: 575.98px) {
  body {
    font-size: 14px;
    /* padding-top: 120px; */
  }

  h1,
  .h1 {
    font-size: 1.75rem;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }

  h4,
  .h4 {
    font-size: 1rem;
  }

  h5,
  .h5 {
    font-size: 15px;
  }

  h6,
  .h6 {
    font-size: 15px;
  }

  #mobile_btn {
    margin-right: 0;
  }

  .navbar-header,
  .table-filter .search-form {
    width: 100%;
  }

  .header-navbar-rht {
    display: none;
  }

  .hero-section {
    display: none;
  }

  .mobile-hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
  }

  .banner-content {
    padding: 30px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: self-end;
    -webkit-align-items: self-end;
    padding-bottom: 90px;
  }

  .mobile-hero-section .swiper-pagination {
    bottom: 30px;
  }

  .mobile-hero-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 1;
    position: relative;
    margin: 0 6px !important;
  }

  .mobile-hero-section .swiper-pagination-bullet-active {
    background: #39c4d8;
  }

  .mobile-hero-section .swiper-pagination-bullet:after {
    content: "";
    border: 1px solid transparent;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 23px;
    position: absolute;
    left: -4px;
    top: -4px;
  }

  .mobile-hero-section .swiper-pagination-bullet-active:after {
    border-color: #39c4d8;
  }

  .banner-head h6 {
    font-size: 14px;
  }

  .banner-head h1 {
    font-size: 28px;
  }

  .banner-head .head-list ul li {
    font-size: 14px;
  }

  .banner-head .head-list ul li:before {
    top: 6px;
  }

  .aboutus-section {
    padding: 40px 0;
  }

  .section-title h6 {
    font-size: 14px;
    font-weight: 500;
  }

  .aboutus-section .faq-wrapper .faq-card .faq-title {
    font-size: 16px;
  }

  .aboutus-section .faq-wrapper .faq-card .faq-title a img {
    width: 28px;
  }

  .service-section .section-title h2 {
    font-size: 26px;
  }

  .section-title hr {
    width: 134px;
  }

  .appointment-section {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    background: url(https://bodhimindcarehospital.com/wp-content/uploads/2024/10/Book-an-Appoinment.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .appointment-section::after {
    content: "";
    border-radius: 0;
    background: #09213566;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .appointment-bg {
    padding: 0;
    background: transparent;
  }

  .appointment-bg:after {
    display: none;
    border-radius: 0;
  }

  .appointment-header {
    text-align: center;
    margin-bottom: 22px;
  }

  .appointment-header h2 {
    font-weight: 500;
  }

  .appointment-header p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .appointment-header span {
    width: 108px;
  }

  .appointment-form .form-wrap {
    margin-bottom: 18px;
  }

  .testimonial-header h5 {
    font-size: 14px;
  }

  .slide-nav .testimonial-nav-control .owl-prev {
    margin-right: 11px;
  }

  .slide-nav .testimonial-nav-control button {
    font-size: 14px;
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .testimonial-grid {
    padding: 20px 30px;
  }

  .testimonial-top {
    margin-bottom: 10px;
  }

  .testimonial-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .testimonial-slider .testimonial-icon img {
    width: 30px;
  }

  .testimonial-text h4 {
    font-size: 18px;
    font-weight: 500;
  }

  .ratings li i {
    font-size: 12px;
  }

  /* new */
  .footer-bg {
    padding: 25px;
  }

  .footer-from-group .btn,
  .footer-from-group .form-control {
    padding: 5px 10px;
    font-size: 12px;
  }

  .footer-from-group .form-control::placeholder {
    font-size: 12px;
  }

  .footer-from-group {
    border-radius: 8px;
  }

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

@media (max-width: 575.99px) {
  .mobile-hero-section {
    height: auto !important;
  }

  .mobile-hero-content {
    margin-top: 286px !important;
  }

  .banner-head h1 {
    font-size: 24px !important;
    font-weight: 200 !important;
    line-height: 30px !important;
    margin-bottom: 13px;
  }

  .banner-head h1 span {
    margin-top: 4px !important;
  }

  .banner-head .btn {
    background-color: #39c4d8 !important;
    border-color: #39c4d8 !important;
    border-radius: 38px !important;
  }

  .banner-head .head-list ul li:before {
    top: 8px !important;
  }

  .menu-logo img {
    height: auto !important;
    max-width: 75% !important;
  }

  a.btn.btn-secondary.read {
    margin-top: 11px !important;
  }

  .aboutus-section .faq-wrapper {
    margin-top: 19px !important;
  }

  .aboutus-section .faq-wrapper .faq-content {
    padding: 10px 0 0 0px !important;
  }

  .btn-secondary {
    padding: 11px 25px !important;
  }

  .section-title h2 {
    font-size: 28px !important;
  }

  .section-title p {
    font-size: 13px !important;
    width: 325px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .category-title h5 img {
    width: 23px !important;
  }

  .service-left h2 {
    margin-bottom: 10px !important;
  }

  .section-tab {
    margin-bottom: 16px !important;
    font-size: 20px !important;
  }

  .btn-primary {
    padding: 11px 25px !important;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .team-grid .user-img .book-btn {
    min-width: 200px !important;
  }

  .testimonial-header h2 {
    font-size: 25px !important;
  }

  .faq-section {
    padding: 40px 0 !important;
  }

  .container.faq {
    max-width: 95% !important;
  }

  .faq-grid {
    background: #ffffff !important;
  }

  .faq-text h5 {
    color: #013346 !important;
  }

  .faq-text p {
    color: #676767 !important;
  }

  .improve-header h2 {
    font-size: 26px !important;
  }

  .arrow-icon {
    content: url("https://bodhimindcarehospital.com/wp-content/uploads/2024/11/Forma-1-copy-5.png");
  }

  .improve-header .btn img {
    -webkit-filter: unset !important;
    filter: unset !important;
  }

  a.btn.btn-secondary.blog {
    padding: 0 !important;
    border-radius: 0 !important;
    border: unset !important;
    font-weight: 500 !important;
  }

  a.btn.btn-secondary.blog:hover,
  a.btn.btn-secondary.blog.active,
  a.btn.btn-secondary.blog:active {
    background-color: unset !important;
    border: unset !important;
    color: unset !important;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
    border-radius: unset !important;
  }

  a.btn.btn-secondary.blog:hover .arrow-icon {
    content: none !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-one-half,
  div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100% !important;
  }

  .wpforms-container .wpforms-field.wpforms-one-half {
    margin-left: 0 !important;
  }

  .appointment-section::after {
    background: unset !important;
  }

  div.wpforms-container .wpforms-form .wpforms-field>* {
    margin-bottom: 7px !important;
  }

  .appointment-header {
    margin-bottom: -23px !important;
  }

  button#wpforms-submit-47 {
    padding: 16px 27px 16px 27px !important;
    font-size: 16px !important;
    line-height: 25px !important;
    height: 51px !important;
    margin-top: 15px !important;
  }

  .testimonial-slider .testimonial-icon img {
    width: 60px !important;
  }

  .main-nav li>ul.megamenu-full-width {
    padding: 9px 11px !important;
    border-radius: 8px !important;
  }

  .main-nav li>ul.megamenu-full-width li a {
    padding: 4px 10px !important;
  }

  .main-nav li>ul.megamenu-full-width li a {
    border: unset !important;
  }
}

/*-----------------
    blog css
-----------------------*/

.container-fluid.blogs {
  max-width: 94%;
}

h1.entry-title {
  font-size: 38px;
  margin-top: 38px;
  margin-bottom: 16px;
}

.entry-meta {
  font-size: 20px;
  margin-bottom: 28px;
}

.post-thumbnail {
  margin-bottom: 30px;
}

.main-nav li a:active {
  color: #39c4d8;
}

div#subscription-message {
  font-size: 20px;
  color: #fff;
}



.whatsapp-btn {
    background-color: #39c4d8 !important;
    height: unset;
    padding: 10px 35px;
    color: #fff;
    font-weight: 600;
    width: 100%;
}