@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: poppins;
}
a {
  color: inherit;
  text-decoration: none !important;
}
html,
body {
  overflow-x: hidden !important;
}
html {
  scroll-behavior: smooth;
}


/* b, strong{
  color:#333;
} */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* search */
::placeholder {
  color: #777 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: poppins;
  line-height: 1.2rem;
}

.side-space {
  padding-left: 95px;
  padding-right: 95px;
}

.pt-6 {
  padding-top: 4.3rem;
}

.pb-6 {
  padding-bottom: 4.3rem;
}

.py-6 {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.mt-6 {
  margin-top: 4rem;
}

.text-skyblue {
  color: #2ba8e0 !important;
}

.mtop-2 {
  margin-top: 2rem;
}

.side-left {
  padding-left: 95px;
}

.side-right {
  padding-right: 95px;
}

.after_slider:after {
  background: rgba(6, 12, 35, 0.8);
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.wpb_map_wraper iframe {
    height: 100% !important;
}

.theme-color{
  color:#2ca8e0;  
}

.bg-skylight{
background: #11b4d81f;
padding: 20px;
border-radius: 6px;
}

.bbottom{
 border-bottom: 2px solid #e8e8e8;
 padding:10px 0;
}

/* header */

.start-header {
  position: absolute;
  z-index: 999;
  background: #3330;
  width: 100%;
}

.navbar-brand img {
 max-width: 240px;
 margin-top: 10px;
}

.navbar-brand .logo-2 {
  max-width: 200px;
  height: auto;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.start-header.sticky {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(0);
  background: #181b26f5;
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky .scroll-logo {
  display: block;
  width: 250px;
  object-fit: contain;
  height: auto;
}

.scroll-logo {
  display: none;
}

.sticky .navbar-brand {
  display: none;
}

.nav-item .dropdown-product {
transform: translateX(-45%) !important;
}

.nav-item .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
  max-height: 999px;
  background-color: rgb(255 255 255 / 95%);
  -webkit-animation-name: blur(9px);
  animation-name: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-radius: 0;
  position: absolute;
  top: 52px !important;
  left: 50%;
  transform: translateX(-50%);
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  padding: 0 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.nav-item:hover > .dropdown-menu {
  display: block;
}

.dropdown-item {
  padding: 3px 0px;
  color: #33393d;
  border-radius: 2px;
  transition: all 200ms linear;
  font-family: "aeonikt-light";
  font-weight: 600;
  white-space: normal !important;
  font-size: 14px;
  line-height: 24px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #020202 !important;
  background-color: rgba(255, 255, 255, 0);
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  top: 50px !important;
  left: 50%;
  transform: translateX(-50%);
}

.mega-box {
  display: flex;
  width: auto;
}

.mega-menu {
  list-style: none;
  padding: 5px;
  margin: 0;
  width: 300px;
}

.mega-menu-full {
  list-style: none;
  padding: 20px 15px;
  margin: 0;
  width: 1150px;
}

.mega-menu:last-child {
  border-right: none;
}

.service-menu {
  column-count: 1;
}

.inner-menu {
  list-style: none;
  display: block;
  position: relative;
  float: left;
  max-width: 100%;
  margin: 0;
  padding: 0px;
  width: 100%;
}

.inner-menu-full {
  list-style: none;
  display: block;
  position: relative;
  float: left;
  max-width: 100%;
  margin: 0;
  padding: 0px;
  width: 100%;
  column-count: 3;
  column-rule: 1px solid #e5e5e5;
  column-gap: 30px;
}

.inner-menu-full li {
  break-inside: avoid;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 10px;
}

.inner-menu-full li:hover {
  border-bottom: 1px solid #ededed;
  background: #ededed;
}

.inner-menu-full li a {
  color: #333;
  font-weight: 600;
  font-family: poppins;
  text-decoration: none;
  font-size: 14px;
  text-transform: capitalize;
  /* padding: 14px 0; */
  width: 100%;
  transition: all 0.3s linear;
  border-radius: 0;
}

.border-b-0 {
  border-bottom: 0 !important;
}

.inner-menu li a {
  color: #333;
  font-weight: 600;
  font-family: poppins;
  text-decoration: none;
  font-size: 14px;
  /* text-transform: capitalize; */
  /* padding: 14px 0; */
  width: 100%;
  transition: all 0.3s linear;
  border-radius: 0;
}
.inner-menu li {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.inner-menu li:hover {
  background: #ededed;
  border-bottom: 1px solid #ededed;
}

.service-menu-text {
  font-size: 13px;
  color: #666;
  font-family: poppins;
  font-weight: 400 !important;
  line-height: 20px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
/* .navbar-nav .nav-item:after {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #2ca8e0;
  opacity: 0;
  transition: all 200ms linear;
  top: 50px;
  z-index: 9999;
} */
/* .navbar-nav .nav-item:hover:after {
  bottom: -16px;
  opacity: 1;
} */

.inner-menu li a:hover {
  color: #2ca9e0 !important;
  margin-left: 2px;
}

.inner-menu-full li a:hover {
  color: #2ca9e0 !important;
  margin-left: 2px;
}

.menu-title {
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  font-family: "poppins";
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown-toggle::after {
  font-size: 18px;
}

.border-radius-50 {
  border-radius: 50px;
}

/* top menu */

.list-menu {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.nav-item {
  margin: 0 35px 0 0;
}

.nav-link:focus,
.nav-link:hover {
  color: #2ca8e0 !important;
}

.form-note {
  display: flex;
  justify-content: flex-end;   /* push children to the right */
  margin-top: 0.5rem;
}
.required-info {
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic;
}

.nav-link,
.nav-link:hover {
  color: #2ca8e0;
  font-weight: 500;
  font-family: poppins;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
}
.gray-color {
  color: #5f5f5f;
}

.font-18 {
  font-size: 18px;
}

.cart a,
.cart a:hover {
  color: #5f5f5f;
  font-weight: 550;
  font-family: poppins;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}

.badge {
  line-height: 1.3 !important;
  vertical-align: super !important;
}

.vertical-divider {
  border-right: 3px solid #5f5f5f7f;
  display: inline-block;
  height: 36px;
  margin: 0 35px;
  vertical-align: middle;
}

/* .nav-item:after,
.menu-item:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #2ca8e0;
  opacity: 0;
  transition: all 200ms linear;
  top: 46px;
  z-index: 9999;
} */

.nav-item:hover:after,
.menu-item:hover:after {
  bottom: -16px;
  opacity: 1;
}

.text-color {
  color: #5f5f5f !important;
}

header {
  transition: all 0.3s linear;
}

header.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 2px 0 12px #494747;
}

.sticky .start-header {
  background: #181b26f5;
}

.menu {
  background: #2ca8e0;
  width: 60px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.menu a {
  color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}

/* .menu:hover {
  transform: scale(1.45);
} */
/* side humburg menu */

.sidebar-humburg-container {
  padding: 120px;
}

.sideoverlay-content {
  position: relative;
  top: 10%;
  width: 100%;
}

.sideoverlay a {
  padding: 10px 10px 10px 0;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 300;
  letter-spacing: 1px;
}

.sideoverlay a:hover,
.sideoverlay a:focus {
  color: #bbeaff;
  border-bottom: 1px solid #bbeaffad;
  width: fit-content;
}

a.closebtn {
  text-decoration: none !important;
}

.offcanvas .closebtn {
  position: absolute;
  top: 30px;
  right: 45px;
  font-size: 16px;
  transition: all 0.5s linear;
  text-decoration: none;
  font-weight: 500;
}

.offcanvas .closebtn:hover {
  transform: rotate(90deg);
  text-decoration: none !important;
  border-bottom: none;
}

.slide-menu {
  opacity: 0;
  transform: translate(30vw, 0);
}

.sideoverlay a {
  transition: opacity 1s, transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sideoverlay a:nth-child(2) {
  transition: opacity 1.15s, transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sideoverlay a:nth-child(3) {
  transition: opacity 1.3s, transform 1.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sideoverlay a:nth-child(4) {
  transition: opacity 1.45s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sideoverlay a:nth-child(5) {
  transition: opacity 1.6s, transform 1.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sideoverlay a:nth-child(6) {
  transition: opacity 1.67s, transform 1.38s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.offcanvas.show .slide-menu {
  opacity: 1;
  transform: translate(0, 0);
}

.header-social-icon {
  margin-top: 50px;
}

.header-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.header-social-link {
  width: 45px;
  height: 45px;
  border: 1px solid #bbeaffad;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.header-social-link a:hover {
  border-bottom: 0;
}

.header-social-link i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-social-link a i {
  color: #d0f0ff;
}

.header-social-link {
  transition: opacity 1s, transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-social-link :nth-child(2) {
  transition: opacity 1.15s, transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-social-link:nth-child(3) {
  transition: opacity 1.3s, transform 1.05s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-social-link:nth-child(4) {
  transition: opacity 1.45s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-social-link {
  opacity: 0;
  transform: translate(30vw, 0);
}

.offcanvas.show .header-social-link {
  opacity: 1;
  transform: translate(0, 0);
}

.offcanvas.offcanvas-end {
  width: 80%;
}

.offcanvas {
  z-index: 9999;
  background-color: #2ca9e0cf;
  backdrop-filter: blur(8px);
}

/* slider */

.slider-content,
.slider-content-1 {
  position: absolute;
  z-index: 99999;
  top: 31%;
  left: 28.5%;
  width: 415px;
}

.slider-content-1 {
  left: 33.7% !important;
}

.swiper-custom-arrow {
  position: absolute;
  top: 30%;
  z-index: 99;
  width: 100%;
}

.swiper-arrow-postion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 150px;
}

.arrow-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s linear;
}

.swiper-button-disabled p {
  font-size: 16px;
  color: #ffff;
  text-align: left;
  font-family: monospace;
  text-transform: uppercase;
  line-height: 24px;
}

.swiper-button-disabled svg {
  opacity: 0.5;
}

.arrow-text {
  color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
}

.swipe-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-content,
.slider-content-1 {
  position: absolute;
  z-index: 99999;
  top: 31%;
  left: 28.5%;
  width: 415px;
}

.slider-content p,
.slider-content-1 p {
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slider-content-1 p {
  text-align: right;
}

.after_slider:after {
  background: rgba(6, 12, 35, 0.8);
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.slider-list h3 {
  color: #fff;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.slider-logo {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 6%;
}

.swiper-button-disabled .move-icon {
  animation: none;
}

.move-icon {
  animation: moves 0.7s linear infinite alternate;
}
.slider-logo img {
  width: 480px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #18b0f4 !important;
}

.text-blue {
  color: #18b0f4;
}

.bg-lightblue {
  background: #dbf4ff6b;
}

@keyframes moves {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

@-webkit-keyframes moves {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

/* line animation */

.line_wrap {
  top: 0px;
  left: 50%;
  bottom: 0px;
  width: 80%;
  z-index: 2;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  max-height: 652px;
}
.line_wrap:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}
.line_wrap .line_item {
  width: 25%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.line_wrap .line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}
.line_wrap .line_item:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, #000000);
}
.line_wrap .line_item:nth-child(even):before {
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

.line_wrap.line_white {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.line_wrap.line_white:before {
  background-image: linear-gradient(0deg, #ffffff, transparent);
}
.line_wrap.line_white .line_item {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.line_wrap.line_white .line_item:nth-child(odd):before {
  background-image: linear-gradient(0deg, transparent, #ffffff);
}
.line_wrap.line_white .line_item:nth-child(even):before {
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

@keyframes scroll1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}
@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

.service-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  padding-left: 95px;
  padding-right: 95px;
  background-image: url("../images/service-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 865.5px; */
  height: 100%;
  object-fit: cover;
}

.service-content h3 {
  color: #fff;
  text-align: left;
  font-family: poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 12px;
}

.service-content h2 {
  color: #fff;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-transform: capitalize;
  margin-top: 40px;
}

.service-content p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.service-contact h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.service-contact-phone {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  text-align: left;
}

.btn-blue {
  border-radius: 110px;
  border: 3px solid #1a1648;
  color: #fff;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 30px;
  transition: all 0.3s linear;
}

.btn-blue:hover {
  background: #1a1648;
  color: #fff;
}

.btn-white {
  border-radius: 110px;
  border: 3px solid #fff;
  color: #fff;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 30px;
  transition: all 0.3s linear;
}

.btn-white:hover {
  background: #fff;
  color: #1a1648;
}

.service-contact {
  text-align: left;
}

.bg-skyblue {
  background: #4facd5;
}

.bg-skyblue:hover {
  background: #fff !important;
  color: #29a1d7 !important;
  border: 2px solid #29a1d7;
}

.bg-outiline-skyblue {
  background: #fff;
  color: #29a1d7;
  font-family: poppins;
  font-weight: 500;
  border: 2px solid #29a1d7;
  transition: all 0.3s linear;
  font-size: 16px;
  padding: 6px 10px;
}

.bg-outiline-skyblue:hover {
  background: #29a1d7;
  color: #29a1d7;
  border: 2px solid #29a1d7;
  color: #fff;
}

.card {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.heading {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 0 10px;
}

.heading h4 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.card-overlay {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 70px;
  transition: 0.5s ease;
  bottom: 0;
  background: #ffffffbf;
}

.card:hover .card-overlay {
  height: 100%;
  background: #ffffffde;
  backdrop-filter: blur(6px);
}

.card:hover .heading {
  top: 50%;
  padding: 20px;
  justify-content: center;
  text-align: center;
}

.card:hover .heading h4 {
  font-size: 14px;
  padding: 10px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bg-blue {
  background: #231f53;
}

.py-7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.facilities-title-1 {
  color: #fff;
  font-family: poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-thickness: 1px;
}

.facilities-title-2 {
  color: #fff;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.facilities-content p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.facilities-list ul {
  list-style: none;
  color: #fff;
  padding: 0;
}

.facilities-list li::before {
    content: "";
    /* background-image: url(../images/check.png); */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 1em;
    position: relative;
    top: -2px;
    background: #ffffff;
}

.btn-red {
  border-radius: 34px;
  border: 3px solid #fe0d0d;
  width: 195px;
  padding: 12px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.btn-red:hover {
  color: #fff;
  background: #fe0d0d;
}

.facilities-list li {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-transform: capitalize;
}

.facilities-list {
  margin-top: 2.5rem;
}

.mtop-2 {
  margin-top: 2.5rem;
}

.facilities-banner {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

.facilities-card {
  cursor: pointer;
}

.facilities-icon {
  width: 69px;
  height: 69px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.facilities-icon img {
  width: 48px;
  height: 48px;
}

.facilities-card:hover .facilities-icon {
  scale: 1.1;
}

.facilities-card-details h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: center;
  margin-top: 5px;
}

.facilities-card-details p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.facilities {
  gap: 38px;
  display: flex;
  flex-direction: column;
}

.bmi-info-details h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.bmi-call-img img {
    width: 40px;
}
.faci-img-1 {
  width: 432px;
  height: 706px;
}

.faci-img-2 {
  width: 327px;
  height: 588px;
}

.bmi-bg {
  filter: blur(2px);
}

.bmi-content {
  width: 583px;
}

.bmi-content h3 {
  color: #000;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.bmi-content p {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.bmi-list ul {
  padding-left: 1.2rem;
  margin-top: 15px;
  list-style: none;
}

.bmi-list li::before {
  content: "";
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 1em;
  position: relative;
  top: 6px;
}

.bmi-list li {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.bmi-info h4 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.bmi-info-details {
  border-radius: 11px;
  background: #2ca9e0;
  padding: 15px;
  color: #fff;
}

.bmi-info {
    max-width: 300px;
}

.bmi-info-details p {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

p.bmi-phone {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.w-90 {
  width: 90%;
}
.side-left {
  padding-left: 95px;
}

.side-right {
  padding-right: 95px;
}

.h-sub-lined:before {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #2ca8e0;
}

.bmi-form {
  padding: 38px 46px;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.bmi-form .unit-selector {
  margin-bottom: 15px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  color: #444444;
}

.bmi-form .form-group .col input[type="text"] {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 14px;
  font-weight: 400;
  min-height: 41px;
  touch-action: manipulation;
}

.bmi-form .form-group .col .input-unit {
  margin-left: 7px;
  font-size: 16px;
  color: #444444;
  word-break: normal;
  text-wrap: nowrap;
}

.bmi-form-table {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -4px 0;
  text-align: center;
}
.bmi-form-table > *:nth-child(1) {
  background-color: #18b0f4;
}

.bmi-form-table > *:nth-child(2) {
  background-color: #14a1e1;
}

.bmi-form-table > *:nth-child(3) {
  background-color: #0d96d3;
}

.bmi-form-table > *:nth-child(4) {
  background-color: #8cc641;
}

.bmi-form-table > * .bmi-form-table-info {
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 400;
}

.bmi-form-table > * {
  display: flex;
  flex: 25%;
  max-width: calc(25% - 8px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
  margin: 0 4px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.bmi-form-table br {
  display: none;
}

.bmi-form .form-group .col {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.btn-skyblue-fill {
  border-radius: 110px;
  border: 3px solid #18b0f4;
  color: #fff;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 60px;
  transition: all 0.3s linear;
  background: #18b0f4;
}

.btn-skyblue-fill:hover {
  background: #14a1e1;
  color: #fff;
}

.bmi-heading {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.bmi-para {
  color: #666;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.side-bm-space {
  padding-left: 4.5rem;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}

.accordion-title {
  padding: 14px;
  cursor: pointer;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  font-family: poppins;
  font-weight: 500;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.accordion-content {
  padding: 10px;
  font-size: 14px;
  color: #666;
  font-family: poppins;
  font-weight: 300;
  line-height: 24px;
}

.accordion-item.open .accordion-content {
  display: block;
}

.bg-dusky {
  background: #fff6f6;
}

.btn-skyblue {
  border-radius: 110px;
  border: 3px solid #18b0f4;
  color: #18b0f4;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 12px 60px;
  transition: all 0.3s linear;
}

.btn-skyblue:hover {
  color: #fff;
  background: #18b0f4;
}

.accordion-title svg {
  color: #2ca8e0;
}

.faq-heading h3 {
  color: #333;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.accordion-content {
  background: #ffffff;
}
.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #cfe2ff0a;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff00;
}

.accordion-button:focus {
  border-color: #86b7fe00 !important;
}
.accordion-item {
  border: none;
}

.our-team {
  text-align: left;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
}

.our-team .pic {
  position: relative;
  text-align: left;
}

.our-team .pic img {
  height: auto;
  transition: all 0.3s ease 0s;
  width: 85%;
  height: 200px;
  object-fit: cover;
}

.our-team .social {
  width: 15%;
  height: 70%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0%;
  transition: all 0.5s ease 0s;
  border-radius: 0px 10px 0px 0px;
  background: #fff6f6;
}

.our-team:hover .social {
  opacity: 1;
  background: #fff6f6;
  height: 100%;
}

.our-team .social li {
  display: block;
}

.our-team .social li a {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  color: #999797;
  transition: all 0.5s ease 0s;
  text-align: center;
}

.our-team .social li a:hover {
  color: #2ca8e0;
}

.our-team .team-content {
  padding: 20px;
  background: #fff6f6;
}

.our-team .title {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.our-team .post {
  display: block;
  color: #666;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  height: 36px;
}

.team-heading {
  color: #333;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.swiper-team-arrow {
  display: flex;
  gap: 15px;
  justify-content: end;
  margin-top: 20px;
}

.swiper-button-next1,
.swiper-button-prev1 {
  border-radius: 50%;
  border: 1px solid #d4d4d4ab;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  background: #ffffff00;
}

.swiper-button-next1:hover,
.swiper-button-prev1:hover {
  background: #18b0f4;
}
.swiper-button-next1:hover svg,
.swiper-button-prev1:hover svg {
  color: #fff;
}

.swiper-button-nextui,
.swiper-button-prevui {
  border-radius: 50%;
  border: 1px solid #d4d4d4ab;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
  background: #ffffff00;
}

.swiper-button-nextui:hover,
.swiper-button-prevui:hover {
  background: #18b0f4;
}
.swiper-button-nextui:hover svg,
.swiper-button-prevui:hover svg {
  color: #fff;
}

.testimonial-deatils {
  text-align: right;
  position: relative;
  z-index: 1;
}
.testi-heading {
  color: #fff;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.testimonial-deatils p,
.testimonial-content p {
  color: #fff !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  text-align: left;
}

.testimonial-content p {
  font-weight: 300;
  color: #666;
}
.reviews-carousel:before {
  content: "„";
  position: absolute;
  /* right: -11px; */
  top: -878px;
  font-size: 700px;
  font-weight: 400;
  color: #ffffff;
  font-family: sans-serif;
}

.designation {
  font-style: italic;
}

.swiper-testimonial-arrow {
  display: flex;
  gap: 15px;
  justify-content: end;
  margin-top: 25px;
  padding-bottom: 4.3rem;
}

.testi-icon-blue {
  font-size: 16px;
  color: #18b0f4;
  cursor: pointer;
}

.bg-dusky {
  background: #fff6f6;
}

.testi-img img {
  width: 560px;
  height: 422px;
}

.testi-img1 img {
    border-radius: 4px;
}
/* video */

.modal {
  background: #000000b0;
}
.video-thumbnail {
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;
  overflow: hidden;
}

.video-thumbnail img {
  border-radius: 14px;
  transition: all 0.3s linear;
  height: 260px;
  object-fit: cover;
}

.video-thumbnail:hover img {
  transform: scale(1.1);
  border-radius: 14px;
}

.play-icon {
  position: absolute;
  top: 36%;
  left: 45%;
  background: #fff;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.play-icon:hover {
  background: #2ca9df;
}

.play-icon:hover .play {
  color: #fff;
}

.play-icon svg {
  color: #2ca9df;
  font-size: 18px;
}

.video-modal {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  border: 2px solid #000;
  outline: none;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.black-btn {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 34px;
  border: 3px solid #555454;
  padding: 12px 80px;
  transition: all 0.3s linear;
}

.black-btn:hover {
  background: #333;
  color: #fff;
}

/* after befor */

.container-slide {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 500px;
}
.image-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.image-before {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}
.slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  width: 100px;
  height: 100px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.portfo {
  color: #18b0f4 !important;
  font-family: "Poppins";
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.gallery-content p {
  color: #fff;
  font-family: "Poppins";
  line-height: 26px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.gallery-content h3 {
  color: #fff;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

/* apperance */

.date__widget {
  background: #fff6f6;
  padding: 60px;
  border-radius: 10px;
  padding-bottom: 45px;
}

.date__widget h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 27px;
}

.date__widget h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 83px;
  height: 4px;
  content: "";
  background-color: #2ca9e0;
}

.date__widget ul li {
  list-style: none;
}
.date__widget ul li {
  font-size: 16px;
  line-height: 2.5;
  color: #666;
}

.date__widget ul li span {
  display: inline-block;
}

.date__widget ul li span:last-child::before {
  width: 68px;
  height: 100%;
  content: "- - -";
  left: -92px;
  top: 50%;
  position: absolute;
  font-size: 16px;
  color: #2ca9e0de;
  transform: translateY(-50%);
}

.date__widget ul li span:last-child {
  float: right;
  color: #2ca9e0;
  font-weight: 700;
  min-width: 105px;
  position: relative;
}

.appearance-bg {
  background-image: url("../images/TrustAppreance.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.appearance-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.appearance-content h3 {
  color: #333;
  text-align: center;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 25px;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #d9d9d9;
  text-decoration-color: #f7f7f7;
}

.appearance-content p {
  color: #333;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* blog */
.blog-content ul li {
  font-size: 16px;
  color: #666;
  font-family: Poppins;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}
.blog-card {
  border: 1px solid #ededed;
  padding: 8px;
  background: #fff;
}
.blog-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blog-img img {
  transition: all 0.5s linear;
  height: 230px;
  object-fit: cover;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.blog-img:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: inherit;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s linear;
  opacity: 0;
  display: inline-block;
  pointer-events: none;
}

.blog-img-info:hover .blog-img:before {
  opacity: 1;
}

.blog-info h3 {
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-info p {
  color: #666;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-container {
  background: #fff6f6;
  padding: 20px;
  border-radius: 4px;
  height:100%;
}

.facebbok-info > div {
  margin-bottom: 15px;
}

.blog-scrollbar {
  width: 100%;
  height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888888 #f1f1f1;
}

.blog-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.blog-scrollbar::-webkit-scrollbar-thumb {
  background-color: #8cc641;
}

.blog-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.read-more-1 {
  color: #2ca9e0;
  font-size: 14px;
  padding-bottom: 3px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Poppins;
  text-decoration: none;
  gap: 8px;
}

.read-more-1:after {
  background-color: #2ca9e0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.right-icon {
  font-size: 16px;
  color: #2ca9e0;
  transition: all 0.3s ease-in-out;
}

.read-more-1:hover:after {
  right: 0;
  left: auto;
  width: 0;
}

.read-more-1:hover .right-icon {
  margin-left: 6px;
}

/* footer */

.footer-heading {
  color: #000;
  text-align: center;
  font-family: Josefin Slab;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  padding-right: 0px;
  padding-left: 0px;
  font-family: poppins;
  text-align: left;
}

.list-inline.main-footer li a {
  color: #666;
  font-size: 14px;
  padding: 0px;
  text-decoration: none;
  line-height: 30px;
  transition: all 0.3s linear;
}

.list-inline.main-footer li:hover a {
  color: #298bba;
  padding-left: 5px;
  font-weight: 500;
}

.quick-liks {
  display: flex;
  justify-content: start;
  gap: 80px;
}

/* newsletter-form */

.special-form::placeholder {
  color: #298bba !important;
}

.special-form::-ms-input-placeholder {
  color: #298bba !important;
}
.newsletter-form {
  background: #fff6f6;
  padding: 15px;
  border-radius: 8px;
}

form.newsletter-form input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border-bottom: 3px solid #298bba !important;
  float: left;
  background: #fff6f600 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  transition: all 0.3s linear;
  padding-left: 0 !important;
}

.form-control.special-form:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ffffff08 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(178 178 178 / 0%) !important;
  border-bottom: 3px solid #298bba !important;
}

.newsletters {
  width: 95%;
}

form.newsletter-form button:hover {
  background: #0b7dda;
}

form.newsletter-form::after {
  content: "";
  clear: both;
  display: table;
}

:focus-visible {
  outline: none;
}

.newsletters h4,
.follow-us h4,
.contact-us h4 {
  font-family: "Poppins";
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.newsletters p,
.follow-us p,
.contact-us p {
  font-family: "Poppins";
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

/* follow us */

.follow-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: start;
}

.follow-list li a {
  text-decoration: none;
  font-size: 24px;
}

.follow-us {
  text-align: left;
}

.copyright-text {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.designed-by {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #858585;
  font-weight: 600;
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  align-items: center;
}

img.footerimg {
  width: 20px;
  position: relative;
  top: 3px;
}

.designdot-link {
  background: url("../images/designdot.png") no-repeat scroll left top;
  width: 72px;
  height: 17px;
  display: inline-block;
  float: none;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.designdot-link:hover {
  background: url("../images/designdot.png") no-repeat scroll left bottom;
  width: 72px;
  height: 17px;
  display: inline-block;
}

footer {
  border-top: 1px solid #c8c8c852;
}

.follow-list li a svg {
  font-size: 30px;
  color: #666;
}
.facebook {
  color: #006cc1 !important;
}

.youtube {
  color: #d41c1c !important;
}

.insta {
  color: #b02769 !important;
}

.follow-list li {
  transition: all 0.3s linear;
}

.follow-list li:hover {
  transform: scale(1.3);
}

.breadcrum-banner img {
  object-fit: cover;
}

.breadcrum-title {
  position: absolute;
  top: 10%;
  height: 100%;
  z-index: 1;
  text-align: center;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 8px;
}

.breadcrum-title h3 {
  font-family: Poppins;
  font-size: 55px;
  line-height: 55px;
  color: #2ca9e0;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrum-title p {
  color: #fff;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 1000px;
}

.title-big {
  color: #333;
  font-family: poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
}

.title {
  color: #333;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
}

.content-info p {
  font-size: 16px;
  color: #666;
  font-family: Poppins;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.h4-title {
  color: #333;
  font-family: poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.h5-title {
  color: #333;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}

.custom-tabs {
  border-bottom: none;
}

.custom-tabs .nav-item {
  margin: 0 12px 0 0 !important;
}

.custom-tabs .custom-nav-link {
  border: none;
  background: #fff6f6;
  color: #333;
  padding: 12px 20px;
  margin: 5px;
  border-radius: 30px;
  transition: all 0.3s linear;
  text-decoration: none;
  font-weight: 500;
}

.custom-tabs .custom-nav-link.active {
  background: linear-gradient(to right, #00bcd4, #2ca9e0);
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
  text-decoration: none;
}

.custom-tabs .custom-nav-link.active,
.custom-tabs .custom-nav-link[aria-expanded="true"] {
  padding: 10px 20px;
}

.custom-tabs .custom-nav-link:hover {
  background: linear-gradient(to right, #00bcd4, #2ca9e0);
  color: #fff;
}

.grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.read-more {
  color: #2ca9e0;
  font-size: 14px;
  padding-bottom: 3px;
  margin-top: 10px;
  display: block;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Poppins;
  text-decoration: none;
  margin-top: 0.5rem !important;
}

.read-more:after {
  background-color: #2ca9e0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.read-more:hover:after {
  right: 0;
  left: auto;
  width: 0;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: #33333300 !important;
}

.text-small {
  font-size: 12px;
  font-family: poppins;
  color: #666;
}

.accordion-header .accordion-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #cae9f7;
  padding: 10px !important;
  border-radius: 4px !important;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-family: poppins;
  line-height: 30px;
}

.circle-list {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 20px;
}

.circle-list li {
  position: relative;
  padding-left: 25px;
  color: #666;
  font-size: 16px;
  font-family: poppins;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #e5e5e580;
  padding-bottom: 8px;
}

.circle-list li .icon {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  width: auto;
  fill: #2ca9e0;
}

.bg-skyblue {
  background: #29a1d7 !important;
  color: #fff !important;
  font-family: poppins;
  font-weight: 500;
  border: 2px solid #29a1d7 !important;
  transition: all 0.3slinear;
}

.circle-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.text-skyblue {
  color: #2ca9e0;
}

.community-img {
  border-radius: 8px;
  padding: 5px;
  background: #e7e7e78a;
  overflow: hidden;
}

.community-img img {
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
.community-img:hover img {
  /* transform: scale(1.1); */
}

.cta {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  /* background: linear-gradient(to right, #2bb0e799, #8cc64187); */
  background: linear-gradient(to right, #2bb0e76b, #8cc64138);
}

.list-style {
  list-style: none;
  padding: 0;
}

.list-style li {
  font-size: 16px;
  color: #666;
  font-family: Poppins;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  display: flex;
}

.list-style li svg {
  margin-right: 5px;
  flex-shrink: 0;
}

.post-form {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px 0 0 8px;
  padding: 0 20px 20px;
}

.form-container {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 20px;
  border: 8px solid #cae9f7;
  margin-top: 25px;
}

.form-control,
.form-select {
  background-color: #cae9f742 !important;
  border: var(--bs-border-width) solid #cae9f7 !important;
  font-size: 14px !important;
  color: #777 !important;
  padding: 0.65rem 0.75rem;
}

.btn-skyblue-fill {
  border-radius: 110px;
  border: 3px solid #18b0f4;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 30px;
  transition: all 0.3s linear;
  background: #18b0f4;
}

.btn-skyblue-fill:hover {
  background: #007fb9;
  color: #fff;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  background-color: #2ca8e0 !important;
  border-radius: 0 8px 8px 0;
  border: var(--bs-border-width) solid #2ca8e0;
}


.btn-reload-code {
  height: 100%;
  margin-left: 3px;
  background: #2ca8e0;
}

.btn-reload-code i {
  color: #fff;
  transition: color 0.3s ease;
}

.btn-reload-code:hover  {
  color: #ffff;
  background:rgb(94, 204, 255);
}

.security-code-display {
  background-color: #f8f9fa;
  user-select: none;
  font-family: monospace;
  letter-spacing: 2px;
}

/* tag */

.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  min-height: 40px;
  align-items: center;
  cursor: text;
}
.tag {
  background-color: #2ca9e0;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}
.tag .remove-tag {
  cursor: pointer;
  margin-left: 5px;
  font-weight: bold;
}
.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-item {
  font-size: 16px;
  color: #666;
  font-family: Poppins;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.textBg {
  text-align: center;
  background: #cae9f7;
  width: fit-content;
  border-radius: 4px;
  font-size: 16px;
  padding: 5px 15px;
  line-height: 25px;
  width: fit-content;
}

.hr-move {
  position: relative;
  top: 35px;
  z-index: -1;
  border-color: #37b0e7;
  border-width: 4px;
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #333;
  font-weight: 550;
  line-height: 23px;
}

.form-check-input {
  border: 2px solid #cae9f7 !important;
}

/* sidebar */

.custom-row {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}

.custom-sidebar {
  min-height: auto;
  background-color: #cae9f7;
  color: white;
  padding: 1rem;
  border-radius: 4px;
}

.custom-nav-link {
  color: #181b26f5;
  padding: 10px 10px 10px 0;
  font-weight: 400;
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s linear;
  font-family: "Poppins";
}

.custom-sidebar .custom-nav-link:hover {
  background-color: #181b26f5;
  color: #fff;
  padding: 10px;
}

.custom-sidebar .nav-item {
  border-bottom: 1px solid #ffffff91;
}

.custom-sidebar .nav-item:last-item {
  border-bottom: none;
}

.custom-sidebar .custom-nav-link.active,
.custom-sidebar .custom-nav-link[aria-expanded="true"] {
  background-color: #181b26f5;
  color: #fff;
  text-decoration: none;
  /* margin-right: -5px; */
  padding: 10px;
}

.custom-submenu {
  border-left: 2px solid #181b26f5;
}

.custom-submenu .custom-nav-link.active {
  background-color: #bfe6ef00;
  color: #008af1;
  text-decoration: none;
  width: 100%;
  margin-top: 5px;
  font-weight: 600;
}

.custom-submenu li {
  border-bottom: 1px solid #ffffff91;
  transition: all 0.3s linear;
}

.custom-submenu .custom-nav-link {
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding: 0.6rem 0.8rem 0.6rem 0;
  line-height: 24px;
}

.mobile-toggle {
  display: none;
  padding: 10px;
  background-color: #333;
  color: white;
  text-align: left;
}

.custom-submenu li:last-child {
  border-bottom: none;
}

.img-card img {
  height: 250px;
}

/* video */
.video-card {
  background: #f2f2f2;
  padding: 5px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.5sease-in-out;
  cursor: pointer;
}

.video-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.thumbnail-container {
  position: relative;
}

.thumbnail {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2bb0e799, #8cc64187);
  border-radius: 10px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out;
}

.video-card:hover .video-overlay {
  opacity: 1;
  transform: scale(1);
}

.play-youtube-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 56px;
  height: 56px;
  background: #2ba8e0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.play-youtube-button i {
  font-size: 24px;
  fill: white;
}

.video-card:hover .play-youtube-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

iframe {
  width: 100%;
  /* height: 100%; */
}
/* Fullscreen Video Modal */
.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.custom-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  height: 80%;
  max-height: 450px;
  background: #000;
  border-radius: 4px;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.table-custom tbody,
.table-custom tfoot,
.table-custom th,
.table-custom thead,
.table-custom tr {
  font-size: 12px;
  font-family: poppins;
  color: #333;
  background: radial-gradient(#dbf4ff, #95d8f6);
}

.table-custom tbody,
.table-custom td,
.table-custom tr {
  color: #666;
  font-family: poppins;
  font-size: 12px;
  line-height: 26px;
}

.list-style-small {
  padding: 0;
  list-style: disc;
  list-style-position: inside;
}

.list-style-small li {
  color: #666;
  font-family: poppins;
  font-size: 12px;
  line-height: 26px;
}

.patient-info-link {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-appoinment {
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s linear;
  text-transform: capitalize;
  font-size: 16px;
  background: linear-gradient(to right, #00bcd4, #2ca9e0);
  padding: 12px 20px;
  font-family: poppins;
}

.btn-appoinment:hover {
  background: linear-gradient(to right, #2ca9e0, #00bcd4);
  color: #fff;
}

.patient-info-link a {
  width: 23%;
}

.btn-transparent,
.btn-transparent:hover {
  background: #a1d8c400;
  padding: 8px 25px;
  border: 3px solid #ffffff78;
}

.bg-darkblue tr td {
  background: #2ca7df;
}

.bg-darkblue,
.bg-darkblue tr td {
  text-align: center;
  color: #fff;
}

.bleanwidth {
  width: 1200px;
}

.bg-lightblue {
  background: #dbf4ff6b;
}

.iconno,
.iconno2 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
  border-bottom: 1px solid #ebebeb5c;
  margin: 0;
  text-align: center;
  padding: 12px;
}
.iconno3 {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #fff;
  padding: 12px;
  border-bottom: 1px solid #ebebeb5c;
  margin: 0;
  text-align: center;
}
.bg-darkblue h4,
.bg-prime h4,
.most-popular h4 {
  font-family: poppins;
  font-weight: 400;
  padding-top: 30px;
}

.ptitle {
  font-family: poppins;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  padding: 12px;
}
.point {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 135%;
  color: #333;
  border-bottom: 1px solid #2ca7df2e;
  margin: 0;
  padding: 12px;
  width: 100%;
}

.bg-prime,
.most-popular {
  text-align: center;
  color: #fff;
}
.most-popular {
  background: #178fc6;
}

.bg-prime {
  background: #077bb0;
}

.info-card {
  border: 1px solid #ebebeb;
  height: 100%;
}

.dbhr-logo {
  margin: 0 auto;
  text-align: center;
}

.dbhr-logo img {
  width: 200px;
}

.hover-card-row {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  gap: 30px;
}

.hover-card {
  width: 100%;
  height: 280px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: transform 0.3s ease;
  background: linear-gradient(to bottom, #2bb0e76b, #8cc64138);
}
.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.hover-card.active img,
.hover-card:hover img {
  opacity: 1;
}
.hover-card.active::before,
.hover-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.hover-card span {
  z-index: 2;
  position: relative;
  transition: color 0.5s ease;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
  color: #333;
}
.hover-card.active span,
.hover-card:hover span {
  color: #fff;
}
.hover-card.active,
.hover-card:hover {
  transform: translateY(-10px);
}

.popup-modal .form-section {
  height: 100%;
  background: #343434;
}

.btn-close {
  position: absolute;
  top: -15px;
  right: -28px;
  z-index: 99;
  background-color: #fff;
  width: 28px;
  height: 28px;
  opacity: 1;
  font-size: 13px;
}

.onload-modal-title {
  background: #c1c1c1 !important;
  border-radius: 0.3rem !important;
  padding: 0.5rem 1rem !important;
  color: #222 !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  transition: all 0.3slinear !important;
  border: 1px solid #666 !important;
}

.modal-btn,
.modal-btn:hover {
  background: #18b0f4;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.3slinear;
  border: 1px solid #18b0f4;
}

.popup-modal .modal-dialog {
  max-width: 980px;
}

.popup-modal img {
  height: 100%;
  object-fit: fill;
  min-height: 600px;
  padding: 12px;
  background: #fff;
}

.d-custom-none {
  border-left: 1px solid #8d8d8dab;
  min-height: 30px;
}

.popup-modal .form-control {
  background-color: #f5f5f517 !important;
  border: var(--bs-border-width) solid #fafdff24 !important;
  font-size: 14px !important;
  color: #fff !important;
  padding: 0.65rem 0.75rem;
}

.popup-modal .form-label {
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #d8d2d2;
  font-family: Poppins;
  line-height: 28px;
  font-weight: 400;
}

.medical-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.medical-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.medical__box {
  padding: 25px;
  overflow: hidden;
  height: 225px;
  transition: all 0.3s linear;
}

.box-top h4 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: poppins;
  transition: all 0.3s linear;
}
.medical__box-middle,
.medical__box:hover .medical__box-middle {
  border-top: 1px solid #fff;
}
.medical__box-middle {
  margin-top: 20px;
  padding-top: 20px;
}

.medical__box-middle h4,
.medical__box-middle p {
  line-height: 26px;
  color: #fff !important;
  text-align: left;
  margin-bottom: 5px;
}
.medical__box-middle p {
  font-size: 16px;
  font-weight: 300;
}

.medical__box-middle h4 {
  font-size: 18px;
  font-weight: 500;
  color:#333;
}

.medical__box1:hover h4 {
 color:#fff;
}

.medical__box:hover {
  background-color: #2ca8e0 !important;
}
.anchor-break {
  display: flex;
  gap: 30px;
}

.anchor-break {
  display: grid;
  gap: 20px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
}
.medical-card{
    height:100%;
}
.medical__box1 {
  border-radius: 14px;
  background: linear-gradient(to right, #2bb0e76b, #8cc64138);
  padding: 15px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 25px;
  transition: all 0.3s linear;
}

.box-top1 h4 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-family: poppins;
  transition: all 0.3s linear;
}

.medical__box-middle {
  border-top: 1px solid #2ca8e04f;
  margin-top: 20px;
  padding-top: 10px;
}

.medical__box1:hover .medical__box-middle {
  border-top: 1px solid #fff;
}

.medical-fe-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.medical__box1:hover {
  background-color: #2ca8e0;
  transform: translateY(-10px);
  transition: all 0.7s;
}

.medical__box1:hover .box-top1 h4 {
  color: #fff;
}

.medical__box1:hover .medical-fe-list li {
  color: #fff;
}

.medical__box1:hover .check-icon {
  fill: #fff;
}
.medical-fe-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.medical-fe-list li {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  font-weight: 300;
  position: relative;
  padding: 6px 0 6px 30px;
  font-family: "Poppins";
}

.medical-fe-list li .check-icon {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 10px;
  width: auto;
  fill: #333;
}
.check-icon {
  display: inline-block;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
}

.naturopathic-slider-content {
  position: absolute;
  z-index: 9;
  top: 35%;
  left: 0%;
  right: 0%;
  width: 1000px;
  margin: 0 auto;
}

.naturopathic-slider-content p {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.naturopathic-slider-content h2 {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

.after_banner:after {
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  background: rgba(6, 12, 35, 0.8);
}

/* naturopathic medicine */

.service-card {
  border-radius: 14px;
  background: linear-gradient(to right, #2bb0e76b, #8cc64138);
  padding: 15px 25px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s linear;
  cursor: pointer;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-card p {
  margin: 0;
  font-weight: 500;
  color: #333;
  font-family: poppins;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  line-height: 24px;
}

.service-card:hover {
  background-color: #2ca9e0;
  color: #fff;
}

.service-card:hover p {
  color: #fff;
}

.naturo-team-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.naturo-team-card {
  transition: 0.3s ease-in-out;
  min-width: 400px;
  padding-right: 35px;
}

.ctct-form-embed.form_2 .ctct-form-defaults {
  background-color: #fff6f6 !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 5px 24px 5px !important;
  text-align: left !important;
  width: 25% !important;
  float: left !important;
}

div.ctct-form-embed div.ctct-form-defaults * {
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.ctct-form-embed.form_2 .ctct-form-custom .ctct-form-button {
  background-color: #e94c3a;
  border: 1px solid #e94c3a;
  color: #ffffff;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  font-size: 11px;
  padding: 10px 0 0 0;
  margin-bottom: 0;
  text-align: center;
  color: #323232;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  display: block !important;
  float: left !important;
  padding: 0px 0 10px 0 !important;
}

#gdpr_text {
  width: 100% !important;
  display: block !important;
  float: left !important;
  margin: 0 5px !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  padding: 16px;
  line-height: 1;
  background-image: none;
  background-color: #0078c1;
  color: #ffffff;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  text-transform: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #0078c1;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  width: 21% !important;
  margin-top: -118px !important;
  padding: 13px !important;
  float: right !important;
}

.course-row {
  column-count: 2;
  gap: 25px;
}

.course-inner {
  transition: all 3s linear;
}

.custome-badge {
  color: #fff;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff !important;
  font-size: 14px;
  z-index: 1;
}

.course-card {
  border: 2px solid #0087a0;
  color: #0c5460;
  background-color: #d1ecf14d;
  border-radius: 4px;
  overflow: hidden;
}

.contact-info {
  display: flex;
  gap: 100px;
  border: 1px solid #eee;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
}

.form-bg {
  background: #fff6f6;
  padding: 20px;
}

.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 15px;
  row-gap: 10px;
}

label {
  font-size: 14px;
  color: #333;
  font-weight: 550;
  line-height: 23px;
  margin-bottom: 0.5rem;
}

.course-card1 {
  border: 3px solid #b4e8ff;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s linear;
  background: #fff;
  height: 100%;
}

.course-card1:hover {
  border: 3px solid #9fe148;
}

.course-card1:hover .course-icon {
  background: #9fe148;
}

.course-icon {
  position: absolute;
  top: -42px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  background: #b4e8ff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.3s linear;
}

.course-icon img {
  width: 100%;
  height: 100%;
  padding: 7px;
}

.checkout-form {
  border: none;
  border-radius: 4px;
  padding: 0 20px 20px;
}

.checkout-form,
.checkout-img img {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}

.scroll-container {
  width: 100%;
  height: 600px;
  overflow-y: auto;
  padding: 10px;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #008bc8 !important;
  border: 1px solid #008bc8 !important;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f1f9fd !important;
  padding: 0.65rem 0.75rem !important;
  border: 1px solid #cae9f7 !important;
  border-radius: 0.375rem !important;
  font-size: 14px;
  min-height: 32px;
  overflow: hidden;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f1f9fd !important;
  font-size: 14px;
  margin-bottom: 0px !important;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 0 !important;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid #ffffff !important;
}

.deal-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  height:100%;
}

.deal-card:hover {
  transform: scale(1.05);
}
.deal-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top;
}

.gallery-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}

.deal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2bb0e7bf, #8cc64191);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.deal-card .view-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  color: #2fb0e0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  border: 1px solid #2cb0e6;
  padding: 2px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffffe8;
}

.deal-card:hover::before {
  opacity: 1;
}

.deal-card:hover .view-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.badge-deal {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 5px;
  background: linear-gradient(to right, #2bb0e7, #8cc641);
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.blog-content h3 {
  color: #333;
  font-family: poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
}
.blog-content h4 {
  color: #333;
  font-family: poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.blog-content span {
  font-size: 14px;
  color: #777;
  font-family: Poppins;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
}

.card-review {
  overflow: hidden;
}
.card-review:hover img {
  transform: scale(1.1);
}
.card-review img {
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
}

.oppurtunity-section {
  background: transparent url(../images/post-test-bg.jpg) no-repeat scroll 85%
    top / cover;
  color: #fff;
  height: 100%;
  padding: 50px;
  position: relative;
  border-radius: 8px;
}

.card-img-top {
  object-fit: cover;
  object-position: top;
   height: auto;
  width: 100%;
}

.bg-lightblue {
  background: #2ca9e045;
}

.contact-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
.icon-box {
  width: 60px;
  height: 60px;
  background-color: #2ca9e0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
}

.link-text {
  color: #18b0f4;
  text-decoration: none;
}

.popup-modal option {
  color: #ffff !important;
}

.ctct-form-embed.form_1 .ctct-form-defaults {
  background-color: #6a442e00 !important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  color: #fff;
  font-family: Raleway !important;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 24px !important;
  font-weight: 400 !important;
  margin: 0 0 8px 0;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  color: #fff;
  font: 14px "poppins" !important;
  white-space: pre-wrap;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 24px 0;
  font-weight: 300 !important;
}

div#gdpr_text {
  width: 100% !important;
  display: block !important;
  float: left !important;
  margin: 0 5px !important;
  line-height: 24px !important;
}

div#gdpr_text p {
  line-height: 18px !important;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 5px 24px 5px !important;
  text-align: left !important;
  width: 33% !important;
  float: left !important;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
  margin: 0 5px 24px 5px !important;
  text-align: left !important;
  width: 28% !important;
  float: left !important;
}

#gdpr_text {
  width: 100% !important;
  display: block !important;
  float: left !important;
  margin: 0 5px !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  margin-bottom: 10px !important;
}

div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  width: 12.5% !important;
  margin-top: -115px !important;
  padding: 14px !important;
  float: right !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
  display: block !important;
  float: left !important;
  padding: 0px 0 10px 0 !important;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cta-bg {
  background: linear-gradient(to right, #2bb0e7, #8cc64085);
  border-radius: 6px;
  margin-top: 0px;
  margin-bottom: 35px;
  padding: 10px 25px;
  position: relative;
  z-index: 9;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
}

.custom-tabs .nav-item {
  border-bottom: none;
}

.homebtn {
  padding: 10px;
  background-color: #2ca8e0;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homebtn > span {
  color: #fff;
  font-size: 12px;
}

.homicon {
  font-size: 25px;
}

.mobile-toggle {
  display: none;
  padding: 10px;
  background-color: #333;
  color: white;
  text-align: left;
}

button#sidebarToggleBtn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #c3f3ff00;
  border: 0;
  color: #fff;
  align-items: center;
}

.deal-card h4{
  text-align:center;
}

.section-title {
  background-color: #6c757d;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.pay-btn {
  background-color: #1d266a;
  color: #fff;
}
.pay-btn:hover {
  background-color: #151c4a;
}

.swiper-button-next:after, .swiper-button-prev:after {
 display:none;
}

button.swiper-button-prev , button.swiper-button-next{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #2ca8e0;
}

.rating-stars {
  direction: rtl;
  display: inline-flex;
  font-size: 2rem !important;
  gap: 0.4rem;
  align-items: center;
}

.rating-stars input[type="radio"] {
  display: none;
}

.rating-stars label {
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size:24px !important;
}

/* Highlight stars on hover */
.rating-stars label:hover,
.rating-stars label:hover ~ label {
  color: #ffc107;
}

/* Highlight stars when selected */
.rating-stars input[type="radio"]:checked ~ label {
  color: #ffc107;
}


div#doctor-summary h3, .modal-info h3{
  color: #333;
  font-family: poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}


div#doctor-summary h2, .modal-info h2 {
  color: #333;
  font-family: poppins;
  font-size: 24x;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
}
div#doctor-summary p, .modal-info p {
font-size: 16px;
color: #666;
font-family: Poppins;
line-height: 26px;
font-weight: 300;
text-align: left;
margin-bottom:0.5rem;
}

.modal-info h3 a{
color:#2196F3;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}

.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

._2p3a {
  width: 100% !important;
}

iframe#modalVideo {
    height: 100%;
}

.line-clamp-5{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


.client-logo {
    border: 1px solid #c4bbbb;
    height: 120px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
   max-width: 115px;
   filter: grayscale(1); 
}

.client-logo:hover img {
   filter: grayscale(0); 
}


.download-img img {
    width: 100%;
}
.newscap {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.font12 {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.card-font{
    font-size:18px;
    font-family: 'Poppins';
}


 .disclaimer {
  font-size: 0.95rem;
  color: #777;
  margin-top: 20px;
  font-style: italic;
}

.btn-wraper{
    width:70%;
    margin:0 auto;
}

.dbl-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.dbl-logos img {
    max-height: 70px;
    width: 230px;
}


.dbl-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    max-width: fit-content;
    gap: 30px;
}


.dbl-logos a {
    border: 1px solid #c8c8c8;
    padding: 12px;
    border-radius: 4px;
}


   .hero {
      /*background: linear-gradient(to right, #4a90e2, #c2188c);*/
      color: 333;
      text-align: center;
    }
   .hero h1 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 40px;
   }
    .hero p {
        color: #333;
        font-family: Poppins;
        line-height: 26px;
        font-weight: 400;
        margin-top: 10px;
    }
    .brand-logo {
      max-width: 180px;
      margin-bottom: 15px;
    }
    .announcement {
      background-color: #fff;
        padding: 12px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        border-top: 4px solid #8dc640;
        border-bottom: 4px solid #8dc640;
        width: fit-content;
        margin: 0 auto;
    
    }
   .programs-section {
    background: #ffffff;
    padding: 20px 0;
}
    .programs-section h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 30px;
      font-weight: bold;
    }
   .program-box {
    background: linear-gradient(to right, #2bb0e76b, #8cc64138);
    border: 1px solid #dee2e6;
    border-radius: 10px;
    text-align: center;
    padding: 40px 15px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.program-box h6 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: 'Poppins';
    line-height: 26px;
}
    .program-box:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .program-box img {
      width: 60px;
      margin-bottom: 20px;
    }
    .before-after-section {
      padding: 40px;
      text-align: center;
    }
   
    .before-after-section img {
      border-radius: 10px;
      margin: 0 10px;
      /*max-height: 250px;*/
    }
    .clinic-logo {
      margin-top: 15px;
      max-width: 180px;
    }
    
      .highlight-section {
      padding: 60px 0;
    }
    .highlight-title {
      font-weight: 700;
      font-size: 2.5rem;
    }
    .highlight-subtitle {
        font-size: 18px;
        font-weight: 600;
        color: #28abdf;
        font-family: 'Poppins';
     }
    .highlight-text {
      font-size: 1rem;
      margin-top: 20px;
      color: #555;
    }
    .benefits-list {
      margin-top: 10px;
    }
    .benefits-list li {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
         font-size: 16px;
        color: #666;
        font-family: Poppins;
        line-height: 26px;
        font-weight: 300;
        text-align: left;
    }
    .benefits-list li::before {
      content: "●";
      color: #666;
      margin-right: 10px;
    }
    .highlight-image {
      max-width: 100%;
      border-radius: 10px;
    }


.header-info {
  padding: 2rem;
  text-align: center;
}
.logo-text span {
  font-size: 2rem;
  font-weight: bold;
}
.logo-text .lab { color: #74b33f; }
.logo-text .express { color: #007dc6; }
.tagline {
  color: #af1c1c;
  font-weight: bold;
}
.lab-bg{
    background: #00a4df0a;
    padding: 0 30px 30px 30px;
    border-radius: 8px;
}

.info-strip {
    background-color: #00a4dfc4;
    color: white;
    padding: 1.4rem;
    font-weight: 400;
    font-size: 18px;
    border-radius: 5px;
    border-top: 8px solid #8dc6409c;
}

.lab-para{
    font-size: 18px !important;
    color: #333;
    font-family: Poppins;
    line-height: 32px !important;
    font-weight: 400 !important;
    text-align: center;
}

.laborat-section {
  text-align: center;
  margin: 2rem 0 1rem;
}

.contact-details {
    background: #fff6f6;
    padding: 2rem;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.footer-info {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}


.form-section .nav-tabs .nav-link.active {
    transition: all 0.3s linear;
    text-transform: capitalize;
    font-size: 16px;
    background: linear-gradient(to right, #00bcd4, #2ca9e0);
    color: #fff !important;
    border-color: #007BFF #007BFF #fff;
    border: none;
    border-radius: 4px;
}



.form-section .nav-tabs .nav-link:focus, .form-section .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    border:none !important;
    background: linear-gradient(to right, #2ca9e0, #00bcd4);
    border:none !important;
    border-radius: 4px;
    color:#fff !important;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}

/*.nav-tabs .nav-link {*/
/* border:none !important;*/
/*}*/

.v-line {
    border-right: 1px solid #ffffff21;
}

.form-section .nav-tabs .nav-link {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}
/* responisve */

@media screen and (max-width: 1700px) {
  .side-left {
    padding-left: 55px;
  }

  .side-right {
    padding-right: 55px;
  }

  .service-banner {
    padding-left: 55px;
    padding-right: 55px;
  }
  .side-space {
    padding-left: 55px;
    padding-right: 55px;
  }
  
    .slider-logo img {
    width: 400px;
}
}

@media screen and (max-width: 1580px) {
  .btn-blue,
  .btn-white {
    padding: 12px 20px;
  }

  .mega-menu-full {
    width: 1040px;
  }
  .naturopathic-slider-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  

}

@media screen and (max-width: 1501px) {
.date__widget {
  padding: 30px;
}
  .nav-item .dropdown-menu {
     transform: translateX(-46%);
  }
  .testi-img img {
    width: 560px;
    height: 385px;
  }
  .testimonial-deatils p,
  .testimonial-content p {
    font-size: 14px;
  }
  .our-team .title {
    font-size: 14px;
  }
  .accordion-title {
    font-size: 14px;
  }

  .bmi-para {
    font-size: 14px;
  }

  .side-left {
    padding-left: 45px;
  }

  .side-right {
    padding-right: 45px;
  }

  .bmi-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .bmi-list li {
    font-size: 14px;
    line-height: 24px;
  }
  .bmi-info h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .bmi-info-details h4 {
    font-size: 18px;
  }

  .facilities-banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .facilities-title-1 {
    font-size: 18px;
  }
  .facilities-content p {
    font-size: 14px;
    line-height: 26px;
  }

  .facilities-list li {
    font-size: 14px;
    line-height: 40px;
  }
  .facilities-card-details h4 {
    font-size: 30px;
  }

  .btn-red {
    padding: 10px 20px;
    font-size: 14px !important;
  }

  .service-banner {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }

  .btn-blue,
  .btn-white {
    font-size: 14px !important;
    padding: 10px 20px;
  }

  .heading h4 {
    font-size: 14px;
  }

  .service-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
  }

  .arrow-text {
    font-size: 28px;
    line-height: 30px;
  }

  .swiper-button-disabled p {
    font-size: 14px;
    line-height: 22px;
  }

  .arrow-icon {
    width: 24px;
    height: 24px;
  }

  .slider-content p,
  .slider-content-1 p {
    font-size: 14px;
    line-height: 22px;
  }

  .slider-list h3 {
    font-size: 14px;
  }
  .slider-content-1 {
    left: 25.5% !important;
  }

  .box-top h4 {
    font-size: 18px;
    line-height: 24px;
  }
  
    .nav-item .dropdown-product {
    transform: translateX(-32%) !important;
  }
}

@media screen and (max-width: 1400px) {
    
    .dbl-logos img {
        max-height: 70px;
        width: 215px;
    }
    
  .naturopathic-slider-content h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .medical__box1 {
    padding: 16px;
  }
  .side-space {
    padding-left: 45px;
    padding-right: 45px;
  }
  .mega-menu-full {
    width: 970px;
  }
  .bmi-form-table > * {
    font-size: 14px;
  }

  .btn-skyblue-fill {
    font-size: 14px !important;
    padding: 10px 36px;
  }

  .side-left {
    padding-left: 35px;
  }

  .side-right {
    padding-right: 35px;
  }
  .service-banner {
    padding-left: 35px;
    padding-right: 35px;
  }
  .arrow-text {
    font-size: 24px;
    line-height: 30px;
  }
  
.bmi-info {
    max-width: 100%;
}

.hero h1 {
    font-size: 36px;
}
}

@media screen and (max-width: 1370px) {
  .testi-img img {
    width: 100%;
    height: 320px;
  }
  .service-contact-phone {
    font-size: 16px;
  }

  .service-content h2 {
    margin-bottom: 20px;
  }

  .service-content p {
    margin-bottom: 30px;
  }
  .service-banner {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .nav-link,
  .nav-link:hover {
    font-size: 13px;
  }
}

@media screen and (max-width: 1300px) {
    .btn-wraper{
        width:100%;
    }

    .nav-item .dropdown-menu {
        transform: translateX(-45%);
    }
  .naturopathic-slider-content h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .patient-info-link a {
    width: 31%;
  }
  .side-space {
    padding-left: 35px;
    padding-right: 35px;
  }
  .facilities-banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .arrow-text {
    font-size: 18px;
    line-height: 26px;
  }

  .swiper-button-disabled p {
    font-size: 12px;
    line-height: 16px;
  }

  .slider-content-1 {
    left: 22.5% !important;
  }

  .slider-logo img {
    width: 450px;
  }
}

@media screen and (max-width: 1260px) {
  .mega-menu-full {
    width: 894px;
  }
  .service-content h4 {
    font-size: 16px;
  }

  .service-content h2 {
    font-size: 20px;
    line-height: 34px;
  }
  .team-heading {
    font-size: 20px;
  }

  .gallery-content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .footer-heading {
    font-size: 20px;
  }

  .appearance-content h3 {
    font-size: 20px;
  }

  .date__widget {
    padding: 25px;
  }

  .date__widget ul li {
    font-size: 14px;
  }

  .appearance-content p {
    font-size: 16px;
  }

  .faq-heading h3 {
    font-size: 20px;
  }

  .accordion-title {
    font-size: 14px;
  }

  .btn-skyblue {
    font-size: 14px !important;
    padding: 8px 40px;
  }

  .facilities-card-details h4 {
    font-size: 20px;
  }

  .nav-item {
    margin: 0 25px 0 0;
  }

  .sticky .scroll-logo {
    display: block;
    width: 180px;
    object-fit: contain;
    height: auto;
  }
}

@media screen and (max-width: 1230px) {
  .grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .slider-content-1 {
    left: 18.5% !important;
  }

  .slider-content {
    left: 30.5%;
  }

  .slider-logo {
    bottom: 5%;
  }

  .slider-logo img {
    width: 400px;
  }

  .medical__box-middle {
    padding-top: 15px;
  }

  .title-big {
    font-size: 36px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1200px) {
    .dbl-logos img {
        max-height: 65px;
        width: 100%;
    }
   .nav-item .dropdown-product {
        transform: translateX(-32%) !important;
    }
   .navbar-brand img {
     max-width: 210px;
     margin-top: 10px;
   }
    
  .naturopathic-slider-content h2 {
    font-size: 36px;
  }
  .medical__box {
    padding: 15px 20px;
    height: 250px;
  }
  .testi-img img {
    width: 100%;
    height: 260px;
  }
  .breadcrum-title h3 {
    font-size: 40px;
  }

  .bmi-result {
    margin-top: 15px !important;
  }

  .side-bm-space {
    padding-left: 0.5rem;
    /* padding-right: .5rem; */
  }

  .bmi-form-table > * .bmi-form-table-info {
    font-size: 10px;
  }

  .bmi-content {
    width: 450px;
  }

  .side-left {
    padding-left: 35px;
  }

  .side-right {
    padding-right: 35px;
  }
  .service-banner {
    padding-left: 35px;
    padding-right: 35px;
  }

  .btn-blue,
  .btn-white {
    padding: 8px 14px;
  }
  .nav-link,
  .nav-link:hover {
    font-size: 12px;
  }

 
  .nav-item .dropdown-menu {
    left: 15%;
  }
  .nav-item .dropdown-menu.dropdown-product {
    left: 60%;
  }

  .popup-modal .modal-dialog {
    max-width: 895px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1700px) {

.after_slider img {
    height: 610px;
    object-fit: cover;
}
}
@media screen and (min-width: 1111px) and (max-width: 1250px) {

.after_slider img {
    height: 600px;
    object-fit: cover;
}
}

@media screen and (max-width: 1199.5px) {
  .facilities {
    flex-direction: row;
    justify-content: center;
    margin-top: 35px;
  }
  
  .program-box h6 {
    font-size: 16px;
    line-height: 24px;
}
}

@media screen and (max-width: 1100px) {
  .mega-menu-full {
    width: 800px;
  }

  .service-menu-text {
    font-size: 12px;
  }

  .inner-menu-full li {
    padding: 10px 5px;
  }

  .medical-fe-list li {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-content ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-content h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .medical-fe-list li {
    font-size: 14px;
    line-height: 22px;
  }
  .play-icon {
    top: 25%;
    left: 40%;
  }

  .breadcrum-title p {
    font-size: 14px;
    padding: 0 15px;
    line-height: 24px;
  }

  .content-info p {
    font-size: 14px;
    line-height: 24px;
  }

  .list-style li {
    font-size: 14px;
    line-height: 28px;
  }

  .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1150px) {
  .slider-content {
    left: 32.5%;
  }
  .slider-content-1 {
    left: 15.5% !important;
  }

  .container-slide {
    height: 315px;
}
}

@media screen and (max-width: 1110px) {
    .nav-item .dropdown-menu {
        transform: translateX(-45%);
    }
   .nav-item .dropdown-product {
    transform: translateX(-40%) !important;
   }
   
   .nav-item .dropdown-menu.dropdown-product {
        left: 50%;
    }
    
  .nav-item {
    margin: 0 10px 0 0;
  }
  .mega-menu-full {
    width: 894px;
  }
  .patient-info-link a {
    width: 48%;
  }
  .slider-content-1 {
    left: 11.5% !important;
  }

  .arrow-text {
    font-size: 16px;
    line-height: 21px;
  }

  .slider-content,
  .slider-content-1 {
    top: 38% !important;
  }
  .slider-logo {
    background: #050a1d;
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .anchor-break {
    gap: 15px;
  }

  .btn-appoinment {
    padding: 12px 15px;
  }
  
    .navbar-brand img {
        max-width: 185px;
    }
    
    .nav-link, .nav-link:hover {
        font-size: 11px;
    }
}

@media screen and (max-width: 1050px) {
   .nav-item .dropdown-product {
        transform: translateX(-35%) !important;
    }
    .nav-item .dropdown-menu {
        transform: translateX(-42%);
    }
  .checklist {
    grid-template-columns: 1fr 1fr;
  }
  .naturopathic-slider-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .box-top h4 {
    font-size: 16px;
  }

  .medical__box-middle p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .medical-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .medical__box {
    height: 200px;
  }

  .medical__box-middle h4 {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }

  .medical__box-middle p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .slider-content {
    left: 34.5%;
  }

  .slider-content-1 {
    left: 12.5% !important;
  }
}

@media screen and (max-width: 1000px) {
  .side-space {
    padding-left: 25px;
    padding-right: 25px;
  }
  .slider-list h3 {
    font-size: 12px;
  }

  .slider-content,
  .slider-content-1 {
    top: 47%;
  }
  .swiper-custom-arrow {
    top: 35%;
  }

  .slider-content-1 {
    left: 6.5% !important;
  }

  .slider-content {
    left: 25.5%;
  }
  .swiper-arrow-postion {
    padding: 0 45px;
  }
}

@media screen and (max-width: 910px) {
  .slider-content-1 {
    left: 15.5% !important;
  }
  .slider-content {
    left: 22.5%;
  }

  .swiper-button-disabled p {
    font-size: 12px;
    line-height: 15px;
  }

  .icon-bar a {
    padding: 5px;
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 999px) {
  .service-content h2 {
    font-size: 20px;
    line-height: 34px;
  }

  .bmi-heading {
    font-size: 20px;
  }
  .bmi-content h3 {
    font-size: 20px;
    line-height: 36px;
  }

  .bmi-info-details {
    width: 100%;
    padding: 20px;
  }

  .bmi-info-details h4 {
    font-size: 18px;
  }
  .facilities-title-2 {
    line-height: 40px;
  }

  .btn-red {
    padding: 8px 20px;
  }

  .facilities-banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .facilities-banner {
    padding: 30px 0;
  }
}

@media (min-width: 992.5px) {
  .for-mobile-device {
    display: none;
  }
  div#myNav {
    display: none;
  }
}

@media screen and (max-width: 993px) {
  div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
    width: 100% !important;
    margin-top: 0px !important;
    padding: 14px !important;
    float: none !important;
  }

  div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    width: 100% !important;
    float: none !important;
  }

  div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-size: 18px !important;
  }

  .cta-bg {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 992px) {
    .menu {
    width: 40px;
    height: 40px;
    }
  .w-lg-100{
    width:100%;
  }
  .naturo-team-card {
    transition: 0.3s ease-in-out;
    width: 35%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .anchor-break {
    grid-template-columns: 1fr;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }

  .btn-close1 {
    right: 14px !important;
    position: absolute;
    top: 20px !important;
    width: 25px !important;
    height: 25px !important;
  }
  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #181b26f5;
  }
  .popup-modal .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: 40px auto;
  }

  .nav-link,
  .nav-link:hover {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
  }
  .nav-item {
    margin: 0;
    border-bottom: 1px solid #d5d0d0b3;
    padding: 5px 0;
  }
  .date__widget ul li span:last-child::before {
    content: "- - -";
    left: -350px;
  }

  .testi-img img {
    display: none;
  }

  .testimonial-deatils p,
  .testimonial-content p {
    text-align: left;
  }

  .testimonial-deatils {
    text-align: left;
  }

  .swiper-testimonial-arrow {
    justify-content: start !important;
  }
  .side-bm-space {
    padding-left: 35px;
    /* padding-left: 35px; */
  }

  .profile-icon img {
    border: 2px solid #7f8385;
    border-radius: 50%;
    width: 40px;
  }

  .sideoverlay.open {
    width: 70%;
  }

  .for-desktop-device {
    display: none;
  }

  .sticky .navbar-brand {
    display: none;
  }

  .sticky .scroll-logo {
    width: 160px;
  }
  /* Navbar.css */

  .overlay-navbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 90%);
    overflow-x: hidden;
    transition: 0.5s;
    backdrop-filter: blur(12px);
  }

  .overlay-navbar.open {
    width: 100%;
  }

  .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: #ffff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #f00;
    /* border: 2px solid #f00; */
  }

  .overlay-navbar-content {
    position: relative;
    top: -5%;
    width: 100%;
    text-align: center;
  }

  .overlay-navbar a {
    padding: 8px 5px;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    display: flex;
    transition: 0.3s;
    width: 100%;
    justify-content: space-between;
    font-family: "Poppins";
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
  }

  .overlay-navbar a:hover,
  .overlay-navbar a:focus {
    color: #333;
  }

  .overlay-navbar .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    background: #ffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: rgb(139, 139, 139);
    border: 2px solid rgb(189, 189, 189);
  }

  .overlay-navbar-content {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding: 20px;
  }

  .dropdown.open .dropdown-content {
    display: block;
  }

  .dropdown-content {
    display: none;
    position: relative;
    z-index: 1;
  }

  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #333;
    transition: background-color 0.3s;
    border-bottom: 1px solid #dfdedea3;
  }

  .dropdown.open .dropdown-content {
    display: block;
  }
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  .dropdown-content i {
    margin-left: auto;
    font-size: 18px;
  }
}

@media screen and (max-width: 880px) {
  .grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .blog-content h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .title {
    font-size: 18px;
    line-height: 30px;
  }

  .h4-title {
    font-size: 17px;
  }
  .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 25px;
  }
  .custom-nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
  .after_slider img {
    height: 395px;
    object-fit: cover;
  }
  .date__widget ul li span:last-child::before {
    content: "- - -";
    left: -270px;
  }

  .py-6 {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }

  .pt-6 {
    padding-top: 3.3rem;
  }

  .pb-6 {
    padding-bottom: 3.3rem;
  }
  
  .dbl-logos {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 770px) {
    .logo-text img {
    width: 100%;
}
.lab-para {
    font-size: 16px !important;
    line-height: 30px !important;
   }
.info-strip {
    background-color: #00a4dfc4;
    color: white;
    padding: 1rem;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    border-top: 8px solid #8dc6409c;
}
    .hero h1 {
        font-size: 28px;
        line-height:35px;
    }
  .list-style li svg {
    width: 20px;
  }

  .thumbnail-container img {
    height: 100% !important;
  }
  .container-slide {
    width: 100%;
    height: 345px;
    margin-bottom: 1rem;
  }
  .breadcrum-title h3 {
    font-size: 36px;
  }
  .footer-heading {
    font-size: 20px;
  }

  .list-inline.main-footer li a {
    font-size: 13px;
  }
  .copyright-text {
    font-size: 13px;
  }
  .newsletters p,
  .follow-us p,
  .contact-us p {
    font-size: 13px;
  }
  .appearance-content h3 {
    text-underline-offset: 15px;
  }

  .appearance-content p {
    font-size: 16px;
  }

  .date__widget {
    padding: 20px;
  }

  .date__widget ul li span:last-child::before {
    left: -280px;
  }

  .date__widget h4 {
    font-size: 18px;
  }

  .date__widget ul li span:last-child::before {
    left: -235px;
  }

  .appearance-content h3 {
    font-size: 20px;
    line-height: 42px;
  }
  .testi-heading {
    font-size: 20px;
  }
  .testimonial-deatils p,
  .testimonial-content p {
    font-size: 14px;
  }
  .accordion-title {
    font-size: 14px;
  }

  .btn-skyblue {
    font-size: 14px !important;
    padding: 8px 40px;
  }

  .side-left {
    padding-left: 25px;
  }

  .side-right {
    padding-right: 25px;
  }

  .bmi-content h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .bmi-content {
    width: 100%;
  }

  .bmi-info-details {
    width: 100%;
    padding: 20px;
  }

  .bmi-info-details h4 {
    font-size: 18px;
  }

  .cal-items-center {
    align-items: center;
  }

  .cal-items-center {
    align-items: center;
  }
  .bmi-para {
    font-size: 14px;
    line-height: 24px;
  }
  .btn-skyblue-fill {
    padding: 8px 45px;
  }

  .side-bm-space {
    padding-left: 25px;
    /* padding-right: 25px; */
  }

  .facilities-title-2 {
    line-height: 32px;
  }
  .btn-red {
    padding: 8px 20px;
  }
  .facilities-banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .facilities-banner {
    padding: 30px 0;
  }

  .py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .btn-blue,
  .btn-white {
    font-size: 12px !important;
    padding: 8px 30px;
    transition: all 0.3s linear;
  }

  .heading h4 {
    font-size: 12px;
    line-height: 18px;
  }

  .service-banner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-content h2 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px;
  }

  .service-content h4 {
    font-size: 18px;
  }

  .service-content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .btn-blue,
  .btn-white {
    font-size: 14px !important;
    padding: 8px 30px;
    transition: all 0.3s linear;
  }

  .heading h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .swiper-arrow-postion {
    padding: 0 25px;
  }

  .navbar-brand img {
    max-width: 200px;
    height: auto;
  }

  .gallery-content p {
    font-size: 14px;
  }
  
      .facilities-list li {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width: 768.5px) {
  .facilities {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 35px;
  }
  
  .card-font{
    font-size:16px;
    font-family: 'Poppins';
}

.facilities {
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  #sidebar.open {
    display: block;
  }
  #sidebar {
    display: none;
  }

  /* .col-xxl-8.col-lg-8.col-md-7.col-sm-12 {
    order: 2;
  } */
  .mobile-toggle {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .mobile-toggle {
    display: block;
  }
  .newsletters h4,
  .follow-us h4,
  .contact-us h4 {
    font-size: 16px;
    line-height: 22px;
    /* text-align: center; */
  }

  /* .contact-us {
    text-align: center;
  } */
}

@media screen and (max-width: 767.5px) {
  .video-thumbnail {
    margin-bottom: 24px;
  }

  .mtop-2 {
    margin-top: 1.5rem;
  }
  .custom-sidebar {
    margin-top: 1rem;
  }
  .course-row {
    column-count: 1;
    gap: 34px;
  }

  .contact-info {
    display: block;
    gap: 20px;
  }
}

@media screen and (max-width: 750px) {
  .service-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-brand img {
    max-width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
    .gallery-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 1rem;
    }
    .service-content p {
       
        margin-bottom: 25px;
    }
  .contact-details {
      padding: 1rem;
  }
  .title-big {
    font-size: 24px;
    line-height: 36px;
  }
  .checklist {
    grid-template-columns: 1fr;
  }
  .form-container {
    padding: 15px;
    border: 5px outset #cae9f7;
  }
  .img-card img {
    height: 190px;
  }
  .slider-content,
  .slider-content-1 {
    width: 330px;
  }

.arrow-text {
        font-size: 14px;
        line-height: 20px;
        display: none !important;
    }
  .patient-info-link a {
    width: 100%;
  }
  .btn-close {
    top: 8px;
    right: 8px;
  }

  .modal-title {
    font-size: 18px;
    font-family: poppins;
  }
}

@media screen and (max-width: 650px) {
  .facilities {
    overflow-x: scroll;
    padding-bottom: 30px;
    overflow-y: hidden;
    justify-content: flex-start;
  }
  .facilities-card-details p {
    font-size: 12px;
    font-weight: 500;
  }
}

@media screen and (max-width: 601px) {
  .facilities-card {
    min-width: 50%;
   }
   
  .naturopathic-slider-content p {
    font-size: 14px;
  }
  .naturopathic-slider-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .medical-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .medical__box {
    margin-bottom: 1rem;
  }

  .medical-row {
    margin-bottom: 0px;
  }

  .breadcrum-title h3 {
    font-size: 36px;
    line-height: 36px;
  }

  .footer-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .slider-button {
    width: 80px;
    height: 80px;
  }

  .list-inline.main-footer li a {
    font-size: 12px;
  }

  .newsletters p,
  .follow-us p,
  .contact-us p {
    font-size: 12px;
    line-height: 20px;
  }

  .follow-us {
    margin-top: 20px;
  }

  .follow-list img {
    width: 35px;
    height: 35px;
  }
  /* .designed-by {
    margin-bottom: 75px;
  } */

  .black-btn {
    font-size: 14px;
    padding: 12px 30px;
  }

  .date__widget ul li {
    font-size: 14px;
  }

  .date__widget ul li span:last-child::before {
    width: 50px;
    content: "- - -";
    left: -43px;
    top: 60%;
    font-size: 12px;
  }

  .side-left {
    padding-left: 15px;
  }

  .side-right {
    padding-right: 15px;
  }

  .bmi-info-details h4 {
    font-size: 16px;
  }

  .w-90 {
    width: 100%;
  }

  .bmi-info-details {
    padding: 10px;
  }
  .bmi-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .bmi-call-img img {
    width: 38px;
    height: 38px;
  }

  .bmi-heading {
    font-size: 24px;
    line-height: 32;
  }

  .bmi-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .bmi-form {
    padding: 15px 20px;
  }
  .bmi-form-table > * {
    flex: 50% 1;
    max-width: calc(50% - 8px);
  }

  .btn-skyblue-fill {
    padding: 8px 20px;
  }

  .side-bm-space {
    padding-left: 15px;
    /* padding-right: 15px; */
  }

  .accordion-title {
    font-size: 14px;
  }
  .swiper-testimonial-arrow {
    padding-bottom: 2.3rem;
  }

  .video-thumbnail {
    margin-bottom: 15px;
  }

  .play-icon {
    top: 32%;
    left: 40%;
    height: 45px;
    width: 45px;
  }

  .swiper-arrow-postion {
    padding: 0 15px;
  }
  .arrow-icon {
    width: 18px;
    height: 18px;
  }

  .after_slider img {
    height: 450px;
    object-fit: cover;
  }
  .slider-content,
  .slider-content-1 {
    top: 35%;
  }
  .service-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
  .service-banner {
    padding-left: 15px;
    padding-right: 15px;
    height: 470.5px;
  }

  .service-contact {
    display: block;
    /* justify-content: center;
    text-align: center; */
  }
  .heading h4 {
    font-size: 12px;
  }

  .service-content p {
    margin-bottom: 10px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .facilities-title-2 {
    font-size: 20px;
    line-height: 32px;
  }
  .facilities-card-details h4 {
    font-size: 20px;
  }

  .facilities-card-details p {
    font-size: 12px;
    font-weight: 500;
  }
  .facilities-banner img {
    margin-bottom: 30px;
  }
  .facilities-banner {
    display: block;
    padding: 30px 0 0 0;
  }
  .facilities-list {
    margin-top: 1.5rem;
  }

  .py-7 {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
}

@media screen and (max-width: 585px) {
  .our-team .post {
    height: 45px;
  }

  .quick-liks {
    gap: 35px;
  }
  .lab-bg {
    padding: 0 20px 20px 20px;
}
    .logo-text img {
        width: 100%;
        margin-bottom:10px;
    }
}

@media screen and (max-width: 576px) {
 .video-thumbnail img {
  height: auto;
 }

 .bmi-list ul {
  padding-left: 0rem;
 }

  .contact-card {
    padding: 15px;
  }

  .icon-box {
    width: 100%;
    height: 100%;
    background-color: #2ca9e0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    max-width: 40px;
    max-height: 40px;
  }

  .naturo-team-card {
    transition: 0.3s ease-in-out;
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .title {
    line-height: 27px;
  }
  .box-top1 h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .breadcrum-title {
    top: 13%;
  }
  .cta {
    padding: 18px;
  }
  .container-slide {
    width: 100%;
    height: 300px;
    margin-bottom: 1rem;
  }

  .accordion-header .accordion-button {
    font-size: 14px;
    line-height: 21px;
  }

  .custom-nav-link {
    font-size: 14px;
  }

  .side-space {
    padding-left: 18px;
    padding-right: 18px;
  }

  .swiper-button-next1,
  .swiper-button-prev1 {
    width: 36px;
    height: 36px;
  }
  .swiper-button-next1 svg,
  .swiper-button-prev1 svg {
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 550px) {
  .breadcrum-title h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .navbar-brand img {
    max-width: 160px;
    height: auto;
  }

  .offcanvas.offcanvas-end {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
    
.form-section .nav-tabs .nav-link.active {
    font-size: 12px;
}

button#enquire-tab
 {
    font-size: 12px !important;
}

.btn-close {
    top: -15px;
    right: -11px;
}

  .slider-content,
  .slider-content-1 {
    width: 250px;
  }

  .slider-content-1 p {
    text-align: left;
  }

  .slider-list h3 {
    text-align: left !important;
  }
  .slider-content {
    left: 15.5%;
  }

  .grid-5 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 450px) {
 .header-info
 {
    padding: 0 2rem;
    text-align: center;
}   
.dbl-logos {
    grid-template-columns: 1fr 1fr;
}
  .breadcrum-title h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .btn-blue,
  .btn-white {
    font-size: 13px !important;
    padding: 8px 22px;
  }

  .service-banner {
    height: 630px;
  }
  .offcanvas.offcanvas-end {
    width: 100%;
  }

  .thumbnail {
    height: 215px;
  }
}

@media screen and (max-width: 400px) {
.card-img-top {
    height: 310px;
}
  .medical__box {
    height: 200px;
  }
  .custom-tabs .nav-item {
    border-bottom: none;
    width: 100%;
    text-align: center;
  }

  .newsletters h4,
  .follow-us h4,
  .contact-us h4 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .copyright-text {
    font-size: 12px;
  }

  .date__widget ul li {
    font-size: 12px;
  }

  .date__widget ul li {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
   .dbl-logos {
    grid-template-columns: 1fr;
   }
   
   .dbl-logos img {
      max-height: 65px;
     width: 100%;
    }
  .after_slider img {
    height: 415px;
    object-fit: cover;
  }

  .slider-content {
    left: 15.5%;
  }

  .slider-content-1 {
    left: 15.5% !important;
  }

  .slider-content,
  .slider-content-1 {
    padding: 0 0px 10px 0;
  }

  .slider-content,
  .slider-content-1 {
    width: 220px;
  }

  .service-banner {
    height: 670px;
  }
}

@media screen and (max-width: 370px) {
  .service-banner {
    height: 700px;
  }
  .thumbnail {
    height: 165px;
  }
  .breadcrum-title h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 340px) {
  .read-more {
    margin-top: 1rem !important;
  }
  
    .service-banner {
        height: 780px;
        padding-bottom: 3rem;
    }
}

[class^="bmi-class-"].active {
  background-color: #203ea8;
  border-color: #7e9cff;
  transform: scale(1.05);
  transition: all 0.3s ease;
}
