/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-default: #353535;
  --color-primary: #c1e6e5;
  --color-secondary: #45839b;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-secondary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

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

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

ol,
li {
  margin: 0;
  padding: 0;
}

.main-menu .navigation > li .active {
  color: var(--color-secondary);
}
.main-menu .navigation > li .active i {
  color: var(--color-secondary);
}

.main-menu .navigation > li .active:hover {
  color: var(--color-secondary);
}

.main-menu .navigation > li .active .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../gallery/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.top-wrap {
  position: relative;
  height: 100vh;
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--color-secondary);
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

.header-one .container {
  position: relative;
  max-width: 1300px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.appnt-btn {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  background: var(--color-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
}

.appnt-btn a {
  color: #fff;
}

.lower-box .logo {
  top: 18px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 383px;
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.main-menu li .submenu {
  position: absolute;
  width: 150px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background-color: #f2fcff;
  z-index: 25;
  box-shadow: 0 3px 3px #6e6e6e;
  right: -42px;
  padding: 14px;
  text-align: left;
}

.main-menu li .submenu li {
  display: block;
}

.main-menu li .submenu li a {
  padding: 6px 5px 1px;
  border-bottom: 1px solid #a2a2a27a;
  display: block;
  font-weight: 500;
  text-transform: initial;
  color: var(--color-default);
  font-size: 15px;
  transition: all 500ms ease;
  position: relative;
}

.main-menu li .submenu li a:before {
  position: absolute;
  content: "_";
  font-size: 15px;
  color: #fff;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease-out;
  top: -2px;
  bottom: 0px;
  margin: auto;
}

.main-menu li .submenu li a:hover:before {
  opacity: 1;
  left: 20px;
}

.main-menu li .submenu li a:hover {
  padding-left: 40px;
}

.main-menu li .submenu li a:hover {
  background: var(--color-secondary);
  color: #fff;
}

.main-menu li:hover > .submenu.mega-menu {
  width: 640px;
}

.main-menu li:hover > .submenu {
  left: -200px;
}

.mega-menu .row .col-md-6 {
  border-right: 1px dashed #a2a2a27a;
}

.mega-menu .col-md-6:nth-child(1) li:last-child a,
.mega-menu .col-md-6:nth-child(2) li:last-child a {
  border-bottom: 0px;
}

.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 70px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: inline-block;
  border-top: 1px solid;
  padding-top: 8px;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation > li > a:hover {
  color: var(--color-secondary);
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: var(--color-default);
  text-transform: uppercase;
}

.main-menu .navigation > li > a i {
  font-size: 14px;
  color: var(--color-default);
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #393939;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--color-default);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-secondary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: #fff;
}

.main-menu .navigation > li > ul.cstmwidth {
  width: 105px;
}

.main-menu .navigation > li > ul.cstmwidth1 {
  width: 195px;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 30px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 298px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-default);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 240px;
  padding: 0px 0px;
  z-index: 100;
  background: var(--color-secondary);
  transition: all 200ms linear;
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc4f;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cccccc4f;
}

.main-menu .navigation > li > ul > li:hover > a {
  background: linear-gradient(45deg, var(--color-secondary), #ffffff00);
  color: #fff;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  background: linear-gradient(45deg, var(--color-primary), #ffffff00);
  color: #fff;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a i {
  position: absolute;
  right: 7px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide-one {
  background-image: url(../gallery/banner.png);
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-default);
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--color-secondary);
}

.top-border {
  position: relative;
  width: 50%;
  height: 2px;
  background: var(--color-primary);
  margin: auto;
}

.abt-sec {
  position: relative;
  margin-bottom: 20px;
}

.abt-doc-sec {
  position: relative;
  top: -80px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.abt-doc-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fffdf500, #edf8f8);
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  /* border-radius: 300px 300px 0px 0px; */
}

.doc-img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: fit-content;
  margin: auto;
}
.doc-img-outer {
  position: relative;
}
.doc-content {
  margin-top: 20px;
  position: relative;
}

.doc-content::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #636363;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.doc-content h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 50px;
  color: var(--color-primary);
}

.doc-content h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.doc-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.doc-content a {
  background: var(--color-secondary);
  color: var(--color-default);
  padding: 5px 10px;
}

.top-concerns-sec {
  position: relative;
  margin-bottom: 100px;
  padding: 60px 0px 25px;
}

.top-concerns-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fbfaf7;
  top: 0px;
  left: 0px;
  z-index: -1;
  /* box-shadow: 0px 0px 8px 0px #00000047; */
}

.top-block-head {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 500;
  color: var(--color-default);
  text-align: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.top-block-head span {
  color: #fff;
}

.top-block-head::before {
  content: " ";
  position: absolute;
  width: 248px;
  height: 43px;
  right: 74px;
  margin: auto;
  background: var(--color-default);
  bottom: -4px;
  z-index: -1;
}

.top-box {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}

.top-box::before {
  content: " ";
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.1;
}

.top-box img {
  width: 58px;
  margin: auto;
}

.top-box p {
  font-size: 20px;
  color: var(--color-default);
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.abt-right-side {
  position: relative;
  margin-top: 70px;
}

.brain-stroke-sec {
  position: relative;
  margin-bottom: 33px;
}

.brain-stroke-head {
  /* text-align: center; */
  position: relative;
  margin-bottom: 5px;
}

.brain-stroke-head::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/add-shape.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 26%;
  left: -143px;
  top: 128px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
}

.brain-stroke-head h2 {
  background: var(--color-secondary);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 30px;
  display: inline-block;
  font-size: 40px;
  position: relative;
  font-family: "Marcellus", serif;
  border-radius: 40px;
  left: -30px;
  position: relative;
}

.brain-stroke-head h2::before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 1px;
  background: var(--color-default);
  top: -4px;
  right: 34px;
}

.brain-stroke-head h2::after {
  content: " ";
  position: absolute;
  width: 200px;
  height: 1px;
  background: var(--color-default);
  bottom: -4px;
  left: 34px;
}

.brain-stroke-head h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 8px;
  position: relative;
}

.brain-stroke-right p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
}

.brain-row .col-md-3 {
  padding: 0px 8px;
}

.brain-stroke-ad img {
  filter: grayscale(1);
}

.brain-stroke-ad {
  position: absolute;
  top: 10px;
  left: -40px;
}

.brain-stroke-ad img {
  width: 620px;
}

.serv-sec {
  position: relative;
  margin-bottom: 50px;
}

.serv-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, var(--color-secondary), #000000);
  z-index: -2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.15;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
}

.serv-main-block {
  position: relative;
  min-height: 80vh;
  padding: 100px 0px;
  color: #fff;
}

.serv-head {
  margin-bottom: 50px;
}

.serv-head h2 {
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 58px;
  position: relative;
}

.serv-head p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.serv-box {
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
  transition: all 300ms ease;
}

.serv-img {
  position: relative;
}

.serv-img img {
  transition: all 300ms ease;
  position: relative;
  right: 0px;
}
.serv-box-right .serv-img {
  text-align: right;
}
.serv-box-right .serv-content {
  right: initial;
  left: 10px;
  text-align: right;
}

.serv-content {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  right: 8px;
  height: fit-content;
  top: 0px;
  margin: auto;
  width: 301px;
}

.serv-content h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  display: inline-block;
}

.serv-content p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  /* opacity: 0.8; */
  font-weight: 300;
}

.serv-content p a {
  color: #fff;
}

.serv-box:hover .serv-content img {
  display: block;
}

.serv-content img {
  display: none;
  width: 50px;
  filter: brightness(0) invert(1);
  transition: all 300ms ease;
  margin-top: 10px;
}

.apt-test-sec {
  position: relative;
  margin-bottom: 100px;
}
.apt-test-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 118%;
  /* background-image: url(../gallery/testimonials-img1.png); */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 60%;
  top: 140px;
  bottom: 0px;
  right: -142px;
  margin: auto;
  filter: grayscale(0.5);
}

.counter {
  text-align: center;
  padding: 15px 0 0;
  margin: 0 auto;
  border-bottom: 5px solid var(--color-primary);
}
.counter .counter-icon {
  background: #f9f9f9;
  font-size: 35px;
  line-height: 65px;
  height: 85px;
  width: 85px;
  margin: 0 auto;
  border-radius: 50%;
  border: 7px solid var(--color-secondary);
  position: relative;
  transition: all 0.3s;
}

.counter .counter-icon i {
  line-height: inherit;
}
.counter .counter-content {
  min-height: 170px;
  padding: 108px 13px 20px;
  margin: -46px 10px 0;
  background: linear-gradient(to bottom, #7b38c600, #fcffff);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 213px 213px 0px 0px;
}
.counter .counter-value {
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
}
.counter h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 30px;
  }
}

.doc-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.doc-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 5px;
  opacity: 1;
  margin: -13px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}
.doc-scroll .owl-dot:hover,
.doc-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.blogs-sec {
  position: relative;
  min-height: 100vh;
}

.test-txt {
  padding-right: 95px;
  position: relative;
  z-index: 999;
}

.test-txt h2 {
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  background: var(--color-secondary);
  padding: 3px 18px;
  letter-spacing: 0.5px;
}

.test-txt h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 120%;
  background-color: var(--color-default);
  bottom: 0;
  left: 0px;
}

.apt-test-sec .t-blk2 {
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 55px;
}

.t-blk2::before {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  background: linear-gradient(to left, #00000000, #fefefe33, #f4f8f9);
  border-radius: 50%;
  z-index: 1;
  left: 0;
  top: -105px;
}

.test-txt p {
  font-size: 17px;
  margin-bottom: 6px;
  margin-top: 11px;
  line-height: 30px;
  color: var(--color-default);
}

.t-img {
  width: 264px;
}

.t-icon,
.t-icon2 {
  z-index: 1;
  position: relative;
}

.t-icon {
  width: 95px;
}
.t-icon2 {
  width: 55px;
}

.apt-test-sec .t-img2 {
  position: relative;
}

.t-img2 .t-img {
  position: absolute;
  right: 0;
}

.t-icon-t .t-icon2 {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.apt-test-sec .t-blk {
  position: relative;
  margin-top: -167px;
}

.serviceBox {
  color: #555;
  background-color: #fff;

  text-align: center;
  padding: 0 0 15px;
  margin: 15px 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 20px 20px;
  position: relative;
  z-index: 1;
  transition: all ease 0.3s;
}

.serviceBox .service-count {
  color: #fff;
  background: linear-gradient(to top, var(--color-secondary), #265365);
  font-size: 45px;
  line-height: 130px;
  width: 80px;
  height: 110px;
  margin: -15px 0 10px;
  border-radius: 40px 0 100px 100px;
  position: relative;
  right: -20px;
}
.serviceBox .service-count:before,
.serviceBox .service-count:after {
  content: "";
  background: #14303b;
  width: 25px;
  height: 15px;
  border-radius: 50px 50px 0 0;
  position: absolute;
  top: 0;
  left: 80px;
}
.serviceBox .service-count:after {
  background: #265365;
  border-radius: 50px 0 0 0;
  left: 65px;
  z-index: -2;
}
.serviceBox .service-icon h2 {
  position: absolute;
  right: 20px;
  top: 10px;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.serviceBox .title {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 6px 0px 10px 100px;
  color: var(--color-default);
}
.serviceBox .description {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  padding: 0 15px;
  margin: 0 0 4px;
}
.serviceBox .read-more {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;

  transition: all 0.3s ease 0s;
  position: relative;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 15px 0 20px;
  }
}

.service-count img {
  width: 60px;
  top: -13px;
  position: relative;
}

.blog-row {
  padding-top: 25px;
}

.blog-sec {
  position: relative;
  margin-bottom: 55px;
}

.ser_head.sec-title {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  z-index: 99;
  text-align: center;
  border-radius: 13px;
}
.ser_head h3 {
  position: relative;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  padding: 3px 18px;
  border-radius: 35px;
  margin-bottom: 10px;
  font-weight: 400;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 46px;
  line-height: 1.2em;
  color: var(--color-default);
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
}
.sec-title p {
  padding: 0 180px;
  color: var(--color-default);
  font-size: 16px;
}

.main-footer {
  position: relative;
  padding-top: 50px;
}

.footer-logo {
  position: relative;
}

.footer-logo img {
  width: 400px;
}

.footer-about {
  position: relative;
  padding-top: 18px;
}

.footer-about p {
  line-height: 31px;
  font-size: 15px;
}
.footer-row {
  padding: 20px;
}

.footer-locate p {
  margin-bottom: 0px;
  font-size: 15px;
}

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

.footer-qr img {
  width: 130px;
}

.footer-locate i {
  position: relative;
  left: 0px;
  width: 32px;
  height: 32px;
  margin: auto;
  background: var(--color-secondary);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
}
.locate-main {
  position: relative;
  text-align: center;
}

.locate-main p {
  position: relative;
  text-align: center;
}

.locate-main1 {
  margin-bottom: 24px;
}

.footer-row .col-md-5:nth-child(1)::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: 1px solid #000000a8;
  right: 10px;
  margin: auto;
}

.footer-row .col-md-3:nth-child(3)::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 85%;
  top: 0px;
  bottom: 0px;
  border-left: 1px solid #000000a8;
  left: 10px;
  margin: auto;
}

.footer_links {
  text-align: center;
  margin-bottom: 22px;
}

.footer_links ul {
  display: inline-block;
}

.footer_links ul li {
  display: inline-block;
  line-height: 30px;
}

.footer_links ul li a {
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
  font-weight: 400;
  color: var(--color-default);
}

.footer_links ul li:last-child a {
  border-right: 0px;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 25px 0px 4px;
}

.footer-widget__social::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--color-secondary), #ffffff00, var(--color-secondary));
  opacity: 0.2;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 30px;
}

.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 8px 0;
  padding: 0;
}

.footer-widget__social li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  background: var(--color-default);
  margin: 0 4px;
  font-size: 16px;
}

.footer-widget__social li a img {
  width: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  padding: 12px 0px 0px;
}

.main-footer .footer-bottom .copyright a {
  color: var(--color-secondary);
}

.footer-video {
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  top: 0px;
}

.footer-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  opacity: 0.6;
}

.top-main-abt {
  position: relative;
  margin-bottom: 100px;
  min-height: 80vh;
  padding-top: 30px;
}
.top-main-head {
  position: relative;
}

.top-main-head span {
  font-weight: 500;
  font-family: "Dancing Script", cursive;
  font-size: 34px;
  color: var(--color-default);
  position: relative;
  display: block;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.top-main-head h2 {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 64px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #000;
}

.top-main-head h3 {
  font-weight: 400;
  font-size: 20px;
  background: var(--color-secondary);
  color: #fff;
  display: inline-block;
  padding: 8px 24px 8px;
  border-radius: 30px;
  position: relative;
  left: -20px;
}
.top-main-head h1 {
  font-size: 25px;
  margin: 3px 0px;
  font-weight: 500;
}
.top-imgs-sec {
  position: relative;
}

.top-imgs-sec::before {
  content: " ";
  position: absolute;
  width: 280px;
  height: 100%;
  background: #3f1e27;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.8;
}

.top-abt-img {
  position: relative;
  padding-top: 38px;
  padding-bottom: 40px;
}

.top-main-matter {
  position: relative;
  margin-top: 30px;
}

.top-main-matter p {
  font-size: 17px;
  line-height: 33px;
  text-align: justify;
  padding-right: 45px;
  border-right: 2px solid var(--color-primary);
}

.top-main-matter a {
  border-radius: 40px;
  padding: 5px 15px;
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
  text-transform: uppercase;
}

.doc-expert {
  text-align: center;
  width: 270px;
  margin: auto;
  padding: 45px 0px 10px;
  color: #fff;
}

.stat-row {
  position: relative;
  padding-top: 30px;
}

.stat-row .col-md-4 {
  padding: 0px;
}
.stat-row .col-md-4:nth-child(2)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 60%;
  background: linear-gradient(to top, #ffffff00, var(--color-secondary), #ffffff00);
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}
.stat-row .col-md-4:nth-child(2)::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 60%;
  background: linear-gradient(to top, #ffffff00, var(--color-secondary), #ffffff00);
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.stat-round span {
  font-family: "Cinzel", serif;
  font-size: 70px;
  font-weight: 400;
}

.stat-round p {
  font-size: 17px;
  margin-top: 7px;
  text-transform: uppercase;
}

.stat-round {
  position: relative;
  border-radius: 50%;
  padding: 50px 0px;
}

.stat-round::before {
  content: " ";
  position: absolute;
  width: 110px;
  height: 110px;
  background: var(--color-primary);
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 20px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.1;
}

.stat-round.stat-round1 {
  z-index: 1;
}

.doc-expert-head {
  font-size: 25px;
  font-family: "Cinzel", serif;
  position: relative;
}

.doc-expert-head::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1.8px;
  background: #fff;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.doc-expert-head::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  top: -123px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

.doc-expert-head span {
  font-family: "Cinzel", serif;
  font-size: 40px;
  display: block;
  margin-top: 10px;
  line-height: 35px;
}

.footer-above {
  position: relative;
}

.footer-above .container {
  max-width: 1280px;
}

.footer-above-inner {
  position: relative;
  width: 100%;
  /* padding: 108px 0px; */
  padding: 180px 0px 102px;
}

/* .footer-above::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, var(--color-secondary), #45839bc7, #45839b3d);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  clip-path: polygon(100% 19%, 100% 100%, 0% 100%, 0% 18%, 23% 0%);
} */

.footer-above::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/footer-top-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.footer-above-matter {
  position: relative;
  color: #fff;
  text-align: center;
}

.footer-above-matter::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 1px;
  background: #fff;
  top: -8px;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.3;
}

.footer-above-matter h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
  line-height: 50px;
}

.footer-above-matter a {
  color: #557785;
  background: #fff6ef;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 45px;
}

.footer-above-matter p {
  font-size: 20px;
  font-weight: 300;
  margin: 10px 158px 0px;
  line-height: 31px;
}

.brain-row {
  width: 150px;
  height: 150px;
  position: relative;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  text-align: center;
  border-radius: 20px;
  z-index: 1;
  margin: auto;
  padding: 25px 10px;
  box-shadow: 0px 0px 3px #000;
  border: 2px solid #fff;
}

.brain-icon img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.brain-block span {
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.brain-row {
  position: relative;
  margin-bottom: 25px;
}

.brain-row-left {
  margin-top: 30px;
}

.brain-row-right {
  margin-top: -30px;
}

.top-social {
  position: absolute;
  right: 156px;
  top: 25px;
  z-index: 1;
}

.top-social ul li {
  display: inline-block;
  margin-right: 0px;
}
.top-social ul li a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid var(--color-secondary);
  display: block;
  border-radius: 50%;
  font-size: 14px;
}

.top-social ul li a img {
  width: 14px;
}

.top-extra-btn {
  position: absolute;
  right: 22px;
  top: 28px;
  z-index: 1;
}

.top-extra-btn a {
  background: var(--color-secondary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.top-numbers {
  position: absolute;
  right: 354px;
  top: 26px;
  z-index: 1;
}

.top-numbers ul li {
  display: inline-block;
  margin-right: 12px;
}
.top-numbers ul li:nth-child(1) {
  padding-right: 12px;
  border-right: 1px solid;
  margin-right: 11px;
}

.top-numbers ul li a i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--color-secondary);
  display: inline-block;
  color: #fff;
}

.top-numbers ul li a {
  color: var(--color-default);
  font-size: 15px;
}

.doc-abt-sec {
  position: relative;
  padding-bottom: 110px;
  /* padding-top: 50px; */
}

.doc-abt-sec::before {
  content: " ";
  position: absolute;
  width: 652px;
  height: 1000px;
  background-image: url(../gallery/abt-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -214px;
  top: -257px;
  background-position: center left;
  z-index: -1;
  animation: floatEffect 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

@keyframes floatEffect {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-stat-row {
  margin-top: 0px;
  position: relative;
  left: 0px;
}
.main-stat-box {
  position: relative;
  width: 140px;
  height: 140px;
  background: var(--color-secondary);
  border-radius: 50%;
  margin: auto;
  padding: 58px 10px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-stat-box::before {
  content: " ";
  position: absolute;
  width: 94%;
  height: 94%;
  border: 1px dashed #ffffff58;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.main-stat-row .main-stat-box:nth-child(2) {
  background: #74a7bb;
  transform: scale(1.2);
  z-index: 1;
  box-shadow: 0px 0px 11px #00000058;
}

.main-stat-box span {
  font-family: "Cinzel", serif;
  font-size: 48px;
  font-weight: 400;
  display: block;
  line-height: 38px;
}
.main-stat-box p {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 20px;
}

.doc-main-img {
  position: relative;
  text-align: right;
}
.doc-abt-row .col-md-4,
.doc-abt-row .col-md-8 {
  padding: 0px 5px;
}

.doc-abt-row {
  position: relative;
  left: -30px;
}

.doc-main-img img {
  width: 318px;
}
.extra-sec {
  position: relative;
  margin-bottom: 100px;
}

.top-main-head {
  margin-bottom: 18px;
}

.doc-abt-numbs {
  position: absolute;
  top: 0px;
  right: -55px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

.doc-abt-matter {
  background: #fff6ee;
  padding: 44px 130px 56px 46px;
  border-radius: 32px;
}

.doc-abt-matter p {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 8px;
}

.doc-abt-matter .top-main-btn {
  color: var(--color-secondary);
  border-bottom: 1px solid;
  padding: 2px 3px;
  font-weight: 600;
  display: inline-block;
}
.rbt-content::before {
  content: " ";
  position: absolute;
  width: 600px;
  height: 600px;
  background: linear-gradient(162deg, #efc4ce, #ffffff00);
  opacity: 0.2;
  border-radius: 50%;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.rbt-content::after {
  content: " ";
  position: absolute;
  width: 600px;
  height: 600px;
  background-image: url(../gallery/robots.png);
  background-position: center;
  opacity: 0.18;
  border-radius: 50%;
  z-index: -1;
  background-size: contain;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  filter: grayscale(1);
}

.rbt-content p {
  margin-bottom: 0px;
  line-height: 34px;
  font-size: 18px;
}
.rbt-content h2 {
  font-weight: 500;
  color: var(--color-secondary);
  font-size: 37px;
  margin-bottom: 20px;
}
.rbt-content h2 span {
  text-transform: uppercase;
}

.cancer-sec-img {
  position: absolute;
  left: -106px;
  top: -48px;
  animation: float3D 4s ease-in-out infinite;
}

@keyframes float3D {
  0% {
    transform: translateY(0) rotateX(0) rotateY(0) rotateZ(0);
  }

  50% {
    transform: translateY(-10px) rotateX(6deg) rotateY(-6deg) rotateZ(1deg);
  }

  100% {
    transform: translateY(0) rotateX(0) rotateY(0) rotateZ(0);
  }
}

.cancer-sec-img img {
  /* width: 728px; */
  width: 690px;
}

.risk-circle {
  width: 160px;
  height: 160px;
  margin: 0px auto 20px;
  border-radius: 30px;
  padding: 28px 10px;
  position: relative;
  cursor: pointer;
  border: 2px dotted var(--color-secondary);
  text-align: center;
}

.risk-circle img {
  width: 54px;
  margin: auto;
}

.risk-circle::before {
  content: " ";
  position: absolute;
  width: 150px;
  height: 150px;
  /* border: 1px solid var(--color-primary); */
  border-radius: 27px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  box-shadow: inset 0px 0px 14px #d7eff7;
}

.risk-circle p {
  color: var(--color-default);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  line-height: 23px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.risk-row .col-md-4:nth-child(even) .risk-circle {
  border: 2px dotted var(--color-primary);
}

.serv-box-right {
  position: relative;
  right: -30px;
}

.serv-box-left {
  position: relative;
  left: -30px;
}

.treatments-sec {
  position: relative;
  margin-bottom: 10px;
}

.serv-bg1 img {
  transform: scaleY(-1) scaleX(-1);
  top: -4px;
  position: relative;
}

/* .treatments-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #081921, #3a768d, #081921);
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
} */

.treatments-inner::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/services-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* opacity: 0.1; */
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
}

/* .srv-bg {
  position: relative;
  margin-bottom: -122px;
}
.srv-bg1 {
  position: relative;
  margin-top: -225px;
  z-index: -1;
} */

.treatments-inner {
  position: relative;
  padding: 225px 0px;
}

/* .treatments-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  top: 0px;
  z-index: -2;
} */

.treatments-sec .container {
  max-width: 1230px;
}

.treatment-block {
  position: relative;
  cursor: pointer;
}

.treatment-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.treatment-block:hover .treatment-img img {
  transform: scale(1.5) rotate(45deg);
  filter: grayscale(0);
}

.treatment-img::before {
  content: " ";
  position: absolute;
  width: 156px;
  height: 156px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
}

.treatment-img img {
  border-radius: 50%;
  width: 188px;
  transition: all 300ms ease;
  filter: grayscale(0.5);
}

.treatment-inner {
  text-align: center;
}

.treatments-row1 .col-md-3 {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}

.treatments-row2 .col-md-3 {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.treatments-row2 {
  position: relative;
  right: -294px;
}

.treatments-row1 {
  position: relative;
  right: -100px;
}
.treatment-content {
  position: relative;
  height: 56px;
}
.treatment-content h2 {
  font-size: 19px;
  color: #ffffffcf;
  margin: 10px 0px;
  font-weight: 300;
}
.treatment-head {
  text-align: center;
  position: relative;
  padding: 48px 0px;
}

.treatment-head h2 {
  font-weight: 400;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  font-size: 65px;
  color: #f5fcff;
}

.treatment-head h2::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 100%;
  background: #fff;
  top: 0px;
  bottom: 0px;
  left: 43px;
  margin: auto;
  z-index: -1;
  opacity: 0.1;
}
.treatment-head h2::after {
  content: " ";
  position: absolute;
  width: 200px;
  height: 2px;
  background: #fff;
  top: 0px;
  bottom: 0px;
  right: 142px;
  margin: auto;
  z-index: -1;
  opacity: 0.4;
}
.serv-bg2 {
  position: absolute;
  left: 10px;
  bottom: 30px;
}

/* .serv-bg2 {
  position: absolute;
  left: -8px;
  bottom: 58px;
} */

/* .serv-bg2 img {
  width: 388px;
} */

.serv-bg2 img {
  width: 430px;
}

.testimonial-mobile {
  display: none;
}

.footer-btm {
  position: relative;
  background: #fff6ef;
  padding: 20px 20px 15px;
  border-radius: 48px;
  margin-bottom: 20px;
  border: 2px solid #fff;
}

.footer_links h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 22px;
  color: #353535;
  font-weight: 500;
  text-transform: uppercase;
}

.appointment-form {
  position: relative;
  text-align: center;
  border-right: 0px;
  background: #fff6ee;
  box-shadow: 2px -2px 9px #00000021;
}
.appointment-form::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--color-secondary);
  bottom: -32px;
  left: -28px;
  z-index: -1;
}

.appointment-form-inner {
  position: relative;
  padding: 40px 38px;
}
.appointment-form-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  left: -14px;
  bottom: -16px;
  margin: auto;
  z-index: -2;
}

.appointment-form-inner::after {
  content: " ";
  position: absolute;
  width: 130px;
  height: 130px;
  background: var(--color-secondary);
  top: -32px;
  right: -28px;
  border-radius: 14% 22px;
  opacity: 0.05;
}

.appointment-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 2px 11px;
  font-weight: 500;
  overflow: hidden;
  min-width: 110px;
  border-radius: 30px;
  border: none;
  background: var(--color-secondary);
  color: #fff;
  margin-top: 25px;
}
.appointment-form textarea.form-control {
  height: 91px;
}
.appointment-form .form-control::placeholder {
  color: #000000;
}
.appointmeent_section {
  padding-top: 30px;
  padding-bottom: 87px;
}

.form-group i {
  font-size: 13px;
  position: absolute;
  left: 19px;
  top: 17px;
  margin: auto;
}

.app_mnt_block {
  position: relative;
  left: -15px;
}
.app_mnt_block::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 200px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  box-shadow: 0px 0px 55px #0c0c0c;
}
.approw .col-md-6 {
  padding: 0px;
}
.appointment-form h2 {
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  font-size: 38px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.5px;
}
.appointment-form p {
  font-size: 15px;
}
.appointment-form .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid;
  border-radius: 0px;
  height: 50px;
  color: var(--color-default);
  padding-left: 23px;
}
.appointment-form .form-control::placeholder {
  color: var(--color-default);
}

.testimonials-sec {
  position: relative;
  height: 502px;
}

.testimonial-img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: fit-content;
  animation: floatEffect 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.testimonial-img img {
  width: 400px;
}

.test-box .test-pp {
  height: 45px;
  width: 45px;
  line-height: 32px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  margin: auto;
  padding: 6px;
}

.test-box .test-pp p {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.test-name {
  text-align: right;
  position: relative;
  left: 0px;
  display: inline-block;
}
.test-name-right {
  text-align: right;
}
.test-name::before {
  content: " ";
  position: absolute;
  width: 13px;
  height: 2px;
  background: var(--color-secondary);
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -12px;
}
.test-box .test-name h2 {
  color: var(--color-secondary);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin-bottom: -8px;
  padding: 1px 8px;
  border-radius: 5px;
}

.test-box .test-ratings .fa {
  font-size: 15px;
  color: #f8b90c;
}

.test-inner-box {
  background: #fff6ee;
  color: #000;
  text-align: left;
  padding: 10px 36px 8px;
  border-radius: 77px;
  box-shadow: 4px 8px 8px #00000080;
  margin-top: 6px;
}

.test-inner-box p {
  margin-bottom: 0px;
  font-size: 15px;
}
.test-box {
  position: absolute;
  width: 368px;
  bottom: 352px;
  left: -62px;
  transition: all 0.4s ease;
}

/* .test-box:hover {
  transform: scale(1.1);
} */

.test-pp p {
  margin-bottom: 0px;
}

.test-box1 {
  bottom: 0px;
  top: initial;
  right: 0px;
  left: initial;
}
.testimonials-sec {
  left: 56px;
}
.test-box2 {
  left: initial;
  right: -130px;
  bottom: 195px;
  width: 340px;
}

.test-box3 {
  left: initial;
  right: -94px;
  bottom: -18px;
  top: initial;
}

.call-us {
  position: fixed;
  bottom: 24px;
  left: 18px;
  box-shadow: -4px 5px 11px #00000066;
  width: 80px;
  text-align: center;
  height: 80px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  transform-origin: center;
}
.call-us-i {
  text-align: center;
  z-index: 100;
  cursor: pointer;
  font-size: 36px;
}

.call-us-i a {
  color: #fff;
}

.call-us h2 {
  margin-left: 10px;
  font-size: 20px;
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 128px 0;
}

.inner-section1 {
  position: relative;
  padding: 108px 0 88px;
}
.inner-serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}
.inner-serv-matter strong {
  font-weight: 600;
}
.inner-serv-matter h2 {
  color: var(--color-secondary);
  font-size: 20px;
  border-left: 3px solid;
  background: rgb(255, 246, 239);
  padding: 4px 4px 4px 10px;
  display: inline-block;
  margin: 5px 0px 4px;
}
.inner-serv-matter h3 {
  color: var(--color-secondary);
  font-size: 16px;
  margin: 5px 0px 4px;
}
.inner-serv-img {
  position: relative;
  width: fit-content;
  margin: auto;
}
.inner-serv-img::before {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 15px;
  right: 0px;
  margin: auto;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
}
.inner-serv-img img {
  border-radius: 50%;
  width: 300px;
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 15px;
  list-style: disc;
}

.breadcrumb {
  position: relative;
  padding: 53px 0px;
  margin: 164px 0px 0px;
  z-index: 2;
  background: transparent;
  display: block;
  overflow: hidden;
}

.breadcrumb::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  left: 0px;
  top: 0px;
  background-size: cover;
  z-index: -3;
}

.breadcrumb::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
  background-size: cover;
  z-index: -2;
  opacity: 0.2;
}

.breadcrumb .container {
  max-width: 1200px;
}

.breadcrumb .container::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100px;
  background: #fff;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.breadcrumb .container::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  right: -3px;
  top: 0px;
  z-index: -1;
}

.bread-inner {
  position: relative;
}
.bread-bg {
  position: relative;
}

.bread-inner {
  position: relative;
  text-align: right;
}

.breadcrumb h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 0px 10px;
  position: relative;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
}
.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
}

.breadcrumb ul li.active a {
  font-weight: 500;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0px 12px;
  margin: 0;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
  background: #000;
  padding: 4px 8px;
  border-radius: 30px;
}

.breadcrumb ul i {
  font-size: 18px;
  color: #fff;
}

.inner-contact-img img {
  width: 100px;
}

.inner-contact-block {
  position: relative;
}

.inner-contact-block p {
  font-size: 17px;
  margin-top: 10px;
}

.contact-loc-row .col-md-4:nth-child(2) .inner-contact-img img {
  width: 120px;
}

.contact-loc-row .col-md-4:nth-child(2)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 50%;
  background: var(--color-default);
  left: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
}
.contact-loc-row .col-md-4:nth-child(2)::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 50%;
  background: var(--color-default);
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
}

.inner-contact-box {
  text-align: center;
}

._contact-form {
  text-align: center;
  padding: 21px 35px;
  box-shadow: 0 0 13px #ccc;
  margin-top: 36px;
  background: #fff;
}

._contact-form h3 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 30px;
}

._contact-form .form-control {
  height: 55px;
  background: #e8f3f3;
  border: none;
  box-shadow: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
._contact-form textarea.form-control {
  height: 70px;
}

._contact-form .btn {
  width: 200px;
  border-color: transparent;
  padding: 10px 0;
  background: var(--color-secondary);
}

.c-map iframe {
  border: 10px solid #ffffff;
  width: 100%;
  height: 330px;
  margin-top: 36px;
  box-shadow: 0px 0px 8px #0000004d;
  border-radius: 10px;
}

.feedbacks-block p {
  font-size: 15px;
}

.feedbacks-icon p {
  margin-bottom: 0px;
  font-size: 24px;
}

.feedbacks-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #4d4d4d;
  margin: 0px auto 10px;
  border-radius: 50%;
}

.feedbacks-rating i {
  color: #ffc108;
  font-size: 20px;
}

.feedbacks-block h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.feedbacks-inner .col-md-6:nth-child(1) {
  border-right: 1px dashed #a3a3a3;
  border-bottom: 1px dashed #a3a3a3;
}
.feedbacks-inner .col-md-6:nth-child(2),
.feedbacks-inner .col-md-12:nth-child(3) {
  border-bottom: 1px dashed #a3a3a3;
}
.feedbacks-inner .col-md-6:nth-child(4),
.feedbacks-inner .col-md-6:nth-child(9) {
  border-right: 1px dashed #a3a3a3;
}
.feedbacks-inner .col-md-6:nth-child(6),
.feedbacks-inner .col-md-6:nth-child(7),
.feedbacks-inner .col-md-6:nth-child(9),
.feedbacks-inner .col-md-6:nth-child(10) {
  border-top: 1px dashed #a3a3a3;
}
.feedbacks-inner .col-md-12:nth-child(8) {
  border-top: 1px dashed #a3a3a3;
}

.feedbacks-block {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

.feedback-marg {
  padding: 0px 70px;
}

.feedback-btn {
  text-align: center;
  position: relative;
  top: -14px;
  margin-bottom: 30px;
}
.feedback-btn a {
  background: var(--color-secondary);
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feedback-icon img {
  width: 200px;
}

.feedback-icon {
  position: relative;
  text-align: right;
}

.feedback-icon a {
  background: #ffffff00;
}

.video-block iframe {
  border: 1px solid var(--color-secondary);
  padding: 10px;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}

.inner-doc-head {
  position: relative;
  background: linear-gradient(to right, #ffffff00, #c1e6e53d, #ffffff00);
  padding: 10px 10px 10px 10px;
  /* margin-left: 13px; */
  margin-bottom: 20px;
  text-align: center;
}

/* .inner-doc-head::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 100%;
  background: var(--color-default);
  left: -13px;
  top: 0px;
  bottom: 0px;
  margin: auto;
} */

.inner-abt-page p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.inner-doc-head h2 {
  text-transform: uppercase;
  font-size: 45px;
  color: var(--color-secondary);
}

.inner-doc-head h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 5px 0px;
}

.inner-doc-img {
  text-align: center;
}

.inner-doc-img img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 8px #0000003d;
  border-radius: 40px;
}

.inner-abt-page h5 {
  font-size: 20px;
  margin: 15px 0px 8px;
  color: var(--color-secondary);
}

.inner-doc-head h4 {
  font-size: 22px;
}
.last-content {
  text-align: center;
  background: #fff6ef;
  padding: 20px 30px;
}
.last-content p {
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.last-content h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blog-page-block {
  position: relative;
  text-align: center;
}

.blog-page-img img {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 12px #00000052;
}
.blog-page-content {
  position: relative;
  padding: 10px;
  margin-top: 10px;
}

.blog-page-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eaf5f5;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  box-shadow: 0px 18px 13px -10px #00000038;
}

.blog-page-content h2 {
  font-size: 20px;
}

.blog-page-content h2 a {
  color: #000;
}

.accordion {
  background-color: #fff6ef;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.accordion-header {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: transparent;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  padding: 8px;
}

.accordion-header h3 {
  max-width: 100%;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 16px;
  display: inline;
  font-weight: 500;
  line-height: 28px;
  color: var(--color-default);
  margin: 0px;
}

.accordion-body {
  color: #333;
  font-size: 14px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}

.accordion-body.active {
  height: 100%;
  opacity: 1;
  padding: 5px;
}

.arrow {
  transition: transform 0.2s linear;
}

.accordion:has(.active) .arrow {
  transform: rotate(180deg);
}


.serv-faq{
  position: relative;
  margin: 20px 0px;
}