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

.mobile-view {
  display: none;
}

:root {
  --color-default: #292929;
  --color-primary: #0ea49e;
  --color-secondary: #094675;
}
@font-face {
  font-family: "Sabrina Reyna";
  src: url(../web-fonts/Sabrina-Reyna.otf);
  font-display: swap;
}
.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);
}

p {
  font-family: "Open Sans", sans-serif;
}

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

.main-menu .navigation > li .active:hover {
  background: var(--color-primary);
  color: #fff;
}

.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;
  border-top: 2px solid var(--color-primary);
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../gallery/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: grayscale(1);
  top: 0px;
  opacity: 0.8;
}

.page-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -98;
  background-image: url(../gallery/web-bg-logo.png);
  background-size: 24%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  filter: grayscale(1);
  top: 0px;
  opacity: 0.05;
}

.top-wrap {
  position: relative;
  height: 100vh;
}

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

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

.header-one {
  position: relative;
}

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

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

.lower-box .logo {
  top: 4px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 168px;
  background: #fff;
  border-radius: 10px;
  padding: 0px 6px 6px 6px;
}

.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 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 64px 0 0;
  top: 0;
}

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

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 3px 11px;
}

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

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

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

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

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

.mobile-nav-toggler .flaticon-menu-1 {
  position: relative;
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 9px 9px 6px 8px;
  font-size: 28px;
  border-radius: 50%;
}

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

.mobile-menu {
  position: absolute;
  top: 111px;
  right: 382px;
  width: 278px;
  max-width: 100%;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  background: linear-gradient(45deg, #084677, #0ea49e);
  border-radius: 20px;
}

.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 .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin: auto;
  top: 0px;
  width: auto;
  height: fit-content;
  padding: 28px 22px 18px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
}

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

.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:first-child {
  border-top: 0px;
}

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

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul {
  display: none;
  background: var(--color-secondary) !important;
  position: absolute;
  z-index: 2;
  box-shadow: 0px 0px 8px #ffffff45;
  left: 0px;
  margin: auto;
  width: fit-content;
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 16px;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  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;
  text-transform: capitalize;
  position: relative;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 26px;
  height: 26px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  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: 235px;
}

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

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #fff, #def1f6);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  visibility: hidden;
  left: 100%;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #fff, #def1f6);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.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 #0000003d;
}

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

.main-menu .navigation > li > ul > li > a:hover {
  background: var(--color-primary);
  color: #fff;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: var(--color-primary);
  color: #fff;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-default);
  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 > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-default);
  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;
}

.fa-right i {
  position: absolute;
  right: 13px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

/*
* 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/banner1.jpg);
}

/***
====================================================================
	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-secondary);
  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);
}

.abt-sec-title h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 56px;
  color: var(--color-secondary);
}

.abt-sec-title h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-primary);
  position: relative;
}

.hos-sec .sec-head h2 {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-default);
  line-height: 45px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.sec-head h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 51px;
  color: var(--color-default);
  line-height: 25px;
  margin-bottom: 16px;
}

.sec-head h2 span {
  font-size: 68px;
  background-image: linear-gradient(175deg, var(--color-primary), var(--color-secondary));
  color: transparent;
  background-clip: text;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-family: "Sabrina Reyna";
}

.sec-head h3 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-primary);
  position: relative;
}

.sec-head p {
  padding: 0 120px;
  margin-bottom: 0px;
  font-size: 16px;
}

.sec-head .title-bg {
  width: 220px;
  position: relative;
  margin: -11px auto 11px;
}

.abt-matter p {
  text-align: center;
  line-height: 30px;
}

.abt-matter a {
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px;
  position: relative;
}

.abt-matter a::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-secondary);
  top: 6px;
  right: 7px;
  z-index: -1;
}

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

.specialised-sec {
  position: relative;
  margin-bottom: 100px;
}

.special-img img {
  border-radius: 50%;
  width: 220px;
  margin: auto;
  box-shadow: 0px 0px 9px #0000009c;
}

.specialised-row {
  position: relative;
  padding-top: 85px;
  margin-top: -22px;
}

.specialised-row::before {
  content: " ";
  position: absolute;
  width: 68%;
  height: 50%;
  border: 1px solid var(--color-default);
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  border-bottom: 0px;
  z-index: -1;
}

.special-img {
  text-align: center;
  border: 1px solid var(--color-primary);
  padding: 8px;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  margin: auto;
  background: #fff;
}

.sepc-head h2 {
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 7px 18px;
  font-weight: 300;
}

.specialised-block {
  position: relative;
  margin: auto;
  cursor: pointer;
  transition: all ease-in-out 0.6s;
}

.specialised-block:hover .special-img img {
  filter: grayscale(1);
}

.specialised-block:hover {
  transform: scale(1.04);
}

.spec-info p {
  font-weight: 600;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  transition: all ease-in-out 0.6s;
}

.specialised-block:hover .spec-info p::before {
  width: 80%;
}

.spec-info {
  margin-top: 20px;
}

.specialised-row::after {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to bottom, #135a8e0f, #fff0);
  border-radius: 50%;
  top: 150px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

.extras-sec .ad-txt {
  position: relative;
  margin: 0 0 10px;
}

.ad-txt h2 {
  font-weight: 400;
  text-align: center;
  padding: 0 25px;
  position: relative;
  color: #000000;
  line-height: 41px;
  font-size: 27px;
}

.ad-txt h2::before {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background-image: url(../gallery/lq.png);
  background-size: contain;
  opacity: 0.2;
  top: -59px;
  left: -4px;
  background-repeat: no-repeat;
}

.ad-txt h2::after {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background-image: url(../gallery/rq.png);
  background-size: contain;
  opacity: 0.2;
  bottom: -55px;
  right: -18px;
  background-repeat: no-repeat;
}

.text-btm-block {
  margin-top: 60px;
  position: relative;
}

.text-btm-block::before {
  content: " ";
  position: absolute;
  width: 78%;
  height: 1px;
  background: var(--color-default);
  top: -17px;
  right: 0px;
}

.text-btm-block::after {
  content: " ";
  position: absolute;
  width: 78%;
  height: 1px;
  background: var(--color-default);
  bottom: -17px;
  left: 0px;
}

.num-sec {
  position: relative;
  margin-bottom: 58px;
  margin-top: 40px;
}

.num-sec .col-md-3:nth-child(even) .num-img {
  transform: scaleX(1) scaleY(-1);
}

.num-blk {
  position: relative;
  text-align: center;
}

.num-txt {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  padding: 79px 35px;
  left: 0px;
  right: 0px;
}

.num-txt span {
  color: var(--color-default);
  font-size: 55px;
  font-family: "Cinzel", serif;
  font-weight: 500;
}

.num-txt p {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #454545;
  margin-top: 8px;
  line-height: 22px;
}

.serv-sec {
  position: relative;
  margin-bottom: 48px;
  min-height: 85vh;
  padding: 0px 0px 75px;
}

.serv-row {
  position: relative;
  margin-top: 75px;
}
.serv-row1 {
  margin: 0px 10px;
}

.doc-sec {
  position: relative;
  margin-bottom: 93px;
}

.doc-side-inside {
  position: relative;
  cursor: pointer;
  padding-right: 288px;
}

.doc-side-outside {
  position: relative;
  padding: 34px 23px;
}

.doc-side-outside::before {
  content: " ";
  position: absolute;
  width: 108%;
  height: 100%;
  background: #f9f9f9;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  border-radius: 15px;
  z-index: -1;
  box-shadow: 0px 0px 15px -10px #000;
}

.doc-side-down .doc-side-outside::before {
  background: #f4faff;
}

.doc-side-down {
  position: relative;
  margin-top: 88px;
}

.doc-img {
  width: 300px;
  position: absolute;
  top: -90px;
  right: 0px;
}

.doc-sec .doc-img {
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 7px 9px #00000021;
}

.doc-info h2 {
  font-size: 38px;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.doc-info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: var(--color-default);
}

.doc-info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: var(--color-default);
}

.doc-info {
  position: relative;
  padding-bottom: 14px;
}

.doc-info::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-default);
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.doc-info::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  bottom: -4px;
  right: 0px;
  z-index: -1;
  transform: rotate(45deg);
}

.doc-content {
  padding-top: 8px;
}

.doc-content p {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.doc-content a {
  border: 1px solid var(--color-primary);
  padding: 5px 10px;
  font-size: 15px;
}

.doc-side-content {
  position: relative;
}

.doc-side-content::before {
  content: " ";
  position: absolute;
  width: 60%;
  height: 100%;
  border: 1px solid var(--color-primary);
  left: -21px;
  top: 20px;
  z-index: -1;
  border-radius: 10px;
}

.serv-block {
  margin-bottom: 30px;
  /* width:395px; */
  width: 460px;
  position: relative;
  cursor: pointer;
}

.serv-block .serv-image img {
  /* width: 340px; */
  width: 430px;
}

.serv-row .col-md-7 {
  position: relative;
  right: -30px;
}

.serv-content {
  position: absolute;
  top: 60px;
  right: 0px;
  width: 47%;
}

.serv-content p {
  font-size: 16px;
}

.serv-content h2 {
  color: var(--color-primary);
  font-size: 23px;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.serv-inner-img {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: fit-content;
  margin: auto;
  padding: 117px 232px 119px 20px;
}

.serv-inner-img img {
  border-radius: 50%;
  transition: all 300ms ease;
}

.serv-block1 {
  margin-left: 180px;
}

.serv-block:hover .serv-inner-img img {
  filter: grayscale(1);
  transform: scale(1.05);
}

.serv-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 21px;
  border: 3px solid var(--color-secondary);
  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);
}

.serv-scroll .owl-dot:hover,
.serv-scroll .owl-dot.active {
  opacity: 1;
  border: 3px solid var(--color-primary);
}

.blogs-txt h2 {
  color: var(--color-default);
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.blogs-txt p {
  font-size: 15px;
}

.blogs-txt p a {
  font-weight: 600;
}

.feedback-sec {
  position: relative;
  margin-bottom: 60px;
}

.blogs-txt {
  padding-top: 20px;
}

.appointment-form h2 {
  font-weight: 400;
  color: #fff;
  font-size: 38px;
  font-family: "Marcellus", serif;
  margin-bottom: 8px;
}

.appointment-form p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 22px;
}

.appointment-form {
  padding: 32px 44px 8px;
  position: relative;
  background: linear-gradient(45deg, #053960, #066d47);
  overflow: hidden;
}
.appont-inner {
  position: relative;
}
.appont-inner::before {
  content: " ";
  position: absolute;
  width: 170%;
  height: 100%;
  background-image: url(../gallery/tips-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  left: 0px;
  top: -78px;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 96%;
  height: 97%;
  border: 1px solid #ffffff5e;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 10px;
}

.appointment-form::after {
  content: " ";
  position: absolute;
  width: 88%;
  height: 50%;
  box-shadow: 0px 16px 20px #000000d9;
  bottom: 0px;
  right: 0px;
  margin: auto;
  left: 0px;
  z-index: -2;
}

.btn-style-one {
  margin-top: 7px;
  background: #fff;
  color: var(--color-primary);
  padding: 2px 10px;
  border-radius: 24px;
}

.form-group i {
  position: absolute;
  left: 25px;
  top: 15px;
  color: #ffffff99;
  font-size: 15px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: transparent;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffffff transparent transparent transparent;
}

.appointment-form textarea {
  height: 100px;
}

.appointment-form .form-control::placeholder {
  color: #eeeeeec7;
}

.appointment-form .form-control {
  color: #eeeeeec7;
  border-bottom: none;
  background: #0000000d;
  padding: 11px 35px;
  font-size: 15px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffffff transparent;
  top: 7px;
}

.select-selected {
  color: #eeeeeec7;
  padding: 0px 0px;
  font-family: "Open Sans", sans-serif;
  border-color: transparent transparent rgba(0, 0, 0) transparent;
  cursor: pointer;
  user-select: none;
  text-align: justify;
}

.select-items div {
  color: #000000;
  padding: 4px 12px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.select-items {
  position: absolute;
  background-color: #f2f2f2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-family: "Open Sans", sans-serif;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: var(--color-primary);
  color: #fff !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 10px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: transparent;
  border-bottom: 1px solid #ced4da93;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.appnt-sec {
  position: relative;
  margin-bottom: 68px;
}

.appointment-form .col-md-6,
.appointment-form .col-md-12 {
  padding: 0px 10px;
}

.causes-head h2 {
  font-family: "Marcellus", serif;
  font-size: 50px;
  font-weight: 200;
  color: var(--color-secondary);
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
}

.causes-head h3 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  background: var(--color-primary);
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
}

.causes-head-line {
  position: relative;
}

.causes-head-line::before {
  content: " ";
  position: absolute;
  width: 70%;
  height: 1px;
  background: var(--color-secondary);
  bottom: 0px;
  right: 50px;
}

.causes-head-line::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  bottom: 0px;
  right: 50px;
  margin: auto;
}
.causes-head p {
  margin-bottom: 0px;
  font-size: 15px;
}
.causes-box {
  position: relative;
  padding: 33px 24px;
  cursor: pointer;
}

.causes-box::before {
  content: " ";
  position: absolute;
  width: 80px;
  height: 80px;
  background: var(--color-secondary);
  opacity: 0.1;
  border-radius: 50%;
}

.causes-box img {
  width: 50px;
  margin: auto;
}

.causes-box p {
  font-size: 19px;
  color: var(--color-default);
  font-weight: 400;
  margin-bottom: 0px;
}

.causes-block .col-md-6:nth-child(1)::before,
.causes-block .col-md-6:nth-child(3)::before,
.causes-block .col-md-6:nth-child(5)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 0px;
  margin: auto;
  right: 0px;
  bottom: 0px;
  background: var(--color-secondary);
}

.causes-block .col-md-6:nth-child(2)::before,
.causes-block .col-md-6:nth-child(4)::before {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  left: -10px;
  bottom: -9px;
  transform: rotate(45deg);
  background: var(--color-secondary);
}

.causes-block .col-md-6:nth-child(1)::after,
.causes-block .col-md-6:nth-child(3)::after,
.causes-block .col-md-6:nth-child(2)::after,
.causes-block .col-md-6:nth-child(4)::after {
  content: " ";
  position: absolute;
  width: 60%;
  height: 1px;
  left: 0px;
  margin: auto;
  right: 0px;
  bottom: 0px;
  background: var(--color-secondary);
}

.appnt-emer {
  position: relative;
  z-index: 1;
  margin-top: 26px;
  padding-top: 15px;
}

.appnt-emer::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #ffffff00, #fff, #ffffff00);
  left: 0px;
  top: 0px;
  right: 0px;
  margin: auto;
}

.appnt-emer h3 {
  color: #36303d;
  background: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  padding: 4px 15px;
  margin-top: 15px;
  position: relative;
  margin-bottom: 7px;
}

.appnt-emer h3::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: -1;
  top: -8px;
  right: -9px;
}

.appnt-emer p {
  font-size: 18px;
  line-height: 32px;
}

.feedback-row {
  padding-top: 5px;
  position: relative;
}

.feedback-row .feedback-img {
  position: relative;
}

.feedback-img-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.feedback-txt {
  position: relative;
  padding: 115px 48px;
  height: 100%;
  width: 100%;
}

.feedback-txt p {
  margin-bottom: 5px;
  font-size: 14px;
}

.feedback-txt h2 {
  color: var(--color-primary);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}
.testi-star .fa {
  color: var(--color-primary);
}

.blogs-sec {
  position: relative;
  margin-bottom: 58px;
}

.blogs-img {
  text-align: center;
}

.blogs-img img {
  width: 270px;
}

.blogs-row {
  padding-top: 28px;
}

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

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

.upper-logo-box p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0px 30px;
  color: var(--color-default);
}

.upper-logo-box p a {
  font-weight: 600;
}

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

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

.footer-widget__social li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: var(--color-secondary);
  margin: 0 4px;
  /* box-shadow: inset 0px 0px 10px #646464; */
  font-size: 16px;
}

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

.footer-btm-box {
  padding: 40px 20px 13px;
  position: relative;
  margin-bottom: -24px;
}

.footer-title h2 {
  color: var(--color-secondary);
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  background-color: #fbfbfb;
  border-bottom: 2px solid var(--color-primary);
  padding: 4px 21px;
  border-radius: 25px;
  box-shadow: 0px 3px 5px #c1c1c1;
  margin-bottom: 10px;
}

.footer-txt {
  margin-top: 30px;
}

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  margin: 0 0 15px;
}

.footer_links1 ul li {
  display: inline-block;
  line-height: 35px;
}

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

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

.footer_links1 ul li a:hover {
  color: var(--color-primary);
}
.f-adr {
  display: block;
  text-align: center;
}

.footer-adr .f-icon {
  width: 45px;
  margin: auto;
}

.footer-adr .fad-txt h3 {
  font-size: 20px;
  color: var(--color-primary);
}

.footer-adr .col-md-4:nth-child(2) {
  border-left: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
}

.footer-txt {
  position: relative;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 26px;
}

.footer-txt::before {
  content: "";
  position: absolute;
  height: 85%;
  width: 1px;
  background-color: #e3e3e3;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fad-txt p {
  font-size: 15px;
}

.bottom-footer p {
  margin: 0;
  font-size: 15px;
  display: inline-block;
}

.bottom-footer p a {
  color: #fff;
  font-weight: 600;
}

.bottom-footer {
  position: relative;
  padding: 8px 18px 8px;
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
}

.main-footer {
  position: relative;
}

.footer-adr {
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-secondary);
  /* background: linear-gradient(to right, var(--color-primary), var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.hos-sec {
  position: relative;
  margin-bottom: 108px;
}

.hos-sec .sec-head h3 {
  font-size: 23px;
  padding: 0 24px;
  background: linear-gradient(to left, #13b09133, #fff0, #13b09133);
  border-radius: 0px;
  font-weight: 500;
  color: var(--color-default);
}

.abt-hos-content {
  position: relative;
  padding-top: 7px;
  margin-bottom: 19px;
}

.abt-hos-content p {
  font-size: 15px;
  line-height: 30px;
}

.abt-hos-content a {
  background: var(--color-primary);
  font-size: 15px;
  color: #fff;
  padding: 5px 8px;
  font-weight: 600;
}

.serv-middle {
  margin: 28px 0px 18px;
}

.serv-middle h2 {
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 8px 20px;
  font-size: 28px;
  line-height: 46px;
}

.serv-middle h2 span {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 600;
  font-size: 39px;
}

.serv-row-outer {
  position: relative;
  width: 1023px;
  margin: 94px auto 0px;
}

.serv-row-outer::before {
  content: " ";
  position: absolute;
  width: 8%;
  height: 78%;
  border: 2px solid var(--color-primary);
  bottom: 0px;
  left: -110px;
  top: 0px;
  margin: auto;
  border-radius: 30px 0px 0px 30px;
  border-right-color: #ffffff00;
  z-index: -5;
}

.serv-row-outer::after {
  content: " ";
  position: absolute;
  width: 8%;
  height: 78%;
  border: 2px solid var(--color-primary);
  bottom: 0px;
  right: -110px;
  top: 0px;
  margin: auto;
  border-radius: 0px 30px 30px 0px;
  border-left-color: #ffffff00;
  z-index: -5;
}

.serv-row {
  position: relative;
}

.serv-row-bg {
  position: absolute;
  width: 100%;
  height: 70%;
  background: #fff;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.serv-row-bg::before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 59%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  box-shadow: -13px 0px 20px #0000006e;
  margin: auto;
}

.serv-row-bg::after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 59%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  box-shadow: 13px 0px 20px #0000006e;
  margin: auto;
}

.serv-row-inside {
  position: relative;
}

.serv-row-inside::before {
  content: " ";
  position: absolute;
  width: 213px;
  height: 50%;
  background: var(--color-secondary);
  left: -200px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}

.serv-row-inside::after {
  content: " ";
  position: absolute;
  width: 213px;
  height: 50%;
  background: var(--color-secondary);
  right: -200px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -2;
}

.serv-img-blk {
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 300ms ease;
  margin: 8px 0px 8px;
  display: block;
  color: var(--color-default) !important;
}

.serv-img-blk img {
  transition: all 300ms ease;
}

.serv-img-blk:hover img {
  transform: scale(1.05);
}

.serv-img-blk h2 {
  font-size: 20px;
  font-weight: 500;
  height: 50px;
}

.pedia-sec {
  position: relative;
  margin-bottom: 100px;
}

.pedia-left {
  position: relative;
}

.pedia-left h2 {
  font-size: 35px;
  font-weight: 500;
  color: var(--color-default);
  margin-bottom: 7px;
}

.pedia-left h2 span {
  text-transform: uppercase;
  font-size: 50px;
  color: var(--color-secondary);
  font-weight: 600;
}

.pedia-left h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.pedia-left h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.pedia-left p {
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
}

.ol_styles {
  position: relative;
  /* padding: 10px 20px;   */
  margin-bottom: 12px;
  list-style-type: none;
  display: inline-block;
}

.ol_styles li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 4px;
  font-weight: 400;
}

.ol_styles li::before {
  font-family: "FontAwesome";
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-primary);
  font-size: 13px;
}

.ol_styles::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to right, #7757a236, transparent); */
  z-index: -1;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  bottom: 0px;
  border-radius: 20px;
}

.serv-side-left h2 {
  font-weight: 700;
  opacity: 0.1;
  font-size: 55px;
  text-transform: uppercase;
  position: absolute;
  top: -80px;
  left: -72px;
  color: var(--color-secondary);
}

.serv-side-right h2 {
  font-weight: 700;
  opacity: 0.1;
  font-size: 55px;
  text-transform: uppercase;
  position: absolute;
  bottom: -40px;
  right: -78px;
  color: var(--color-secondary);
}

.top-social {
  position: absolute;
  z-index: 91;
  text-align: center;
  top: 40%;
  left: 18px;
  width: auto;
  display: inline-flex;
}

.top-social li {
  margin-bottom: 5px;
}

.top-social li:last-child {
  border-right: 0;
}

.top-social p {
  margin-bottom: 0px;
  line-height: 28px;
  margin-right: 10px;
  color: var(--color-secondary);
  font-weight: 600;
}

.top-social li a {
  display: block;
  width: 38px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin: 0px 1px;
  border: 1px solid #ffffff93;
  border-radius: 6px;
}

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

.top-social li a:hover {
  color: var(--color-primary);
}

.top-phn-btn {
  position: absolute;
  right: 384px;
  top: 30px;
  z-index: 1;
}

.phn-first {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid var(--color-primary);
}

.top-phn-btn a {
  color: var(--color-default);
  font-size: 16px;
}

.top-phn-btn a i {
  background: var(--color-secondary);
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 8px;
  font-size: 15px;
}

.appointment-button {
  position: absolute;
  bottom: 6px;
  right: 100px;
  color: #ffffff;
  padding: 5px 8px;
  text-decoration: none;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.appointment-button:hover,
.appointment-button:hover,
.appointment-button:focus,
.appointment-button:visited {
  color: #fff;
}

.chatbox {
  position: fixed;
  bottom: 91px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 2;
}

.chatbox-header {
  background: var(--color-secondary);
  color: white;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 10px 10px 0 0; */
}
.chatbox-header h5 {
  line-height: 33px;
}
.chatbox-header .btn-danger {
  color: var(--color-secondary);
  background-color: #fff;
  border-color: #fff;
}
.chatbox-footer .btn-success {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.chatbox-footer .btn-success:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 0.2rem #6e341963;
}
.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
}
.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 30px;
  height: 32px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}
.chatbox-footer .form-control {
  border-bottom: none;
  font-size: 15px;
}
.chatbox-footer .form-control:focus {
  box-shadow: none;
}
.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: #ffffff00;
  z-index: 5;
}
.btn img {
  width: 65px;
}
#chat-messages {
  background: #ffffff;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #00000059;
}
#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
}

.breathing-sec {
  position: relative;
  margin-bottom: 88px;
  padding: 40px 0px;
}

.breathing-sec::before {
  content: " ";
  position: absolute;
  width: 44%;
  height: 100%;
  background-image: url(../gallery/breathing-sec.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: grayscale(1);
  right: 8px;
  top: 0px;
  opacity: 0.1;
  border-radius: 30px;
}

.breathing-sec::after {
  content: " ";
  position: absolute;
  width: 44%;
  height: 100%;
  background: linear-gradient(to right, #053960, #054b31);
  z-index: -1;
  right: 8px;
  top: 0px;
  border-radius: 30px;
}

.breath-side {
  position: relative;
  left: -15px;
}

.breathing-head h2 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}

.breathing-head h2 span {
  font-size: 48px;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
  color: #fff;
  display: inline-block;
  padding: 10px 18px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0px 30px 30px 30px;
  margin-top: 8px;
}

.breathing-head p {
  font-size: 15px;
}

.breath-inner-list li {
  font-size: 15px;
}

.breath-inner-list li strong {
  font-weight: 600;
  font-size: 16px;
}

.breath-inner-list {
  margin-bottom: 30px;
}

.breath-inner-list {
  position: relative;
}

.breath-inner-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
}

.breath-inner-list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  border: 2px solid var(--color-primary);
  content: "";
  background: var(--color-secondary);
}

.breath-inner-btm {
  color: #fff;
  margin-top: 38px;
  margin-left: 30px;
  position: relative;
}

.breath-inner-btm::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/rq.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 218px;
  top: -158px;
  right: -50px;
}

.breath-inner-btm h3 {
  font-size: 47px;
  font-weight: 300;
  background: linear-gradient(45deg, #ffffff2d, #ffffff00);
  margin-right: 18px;
  padding: 15px 15px 18px;
  border-radius: 11px;
  line-height: 53px;
}

.breathing-inner {
  position: relative;
}

.breathing-inner::before {
  content: " ";
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(to right, var(--color-primary), #ffffff00);
  transform: rotate(45deg);
  opacity: 0.1;
  border-radius: 40px;
  z-index: -1;
  top: 0px;
  left: 0px;
}

.top-wrap1 {
  position: relative;
}

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

.inner-section1 {
  position: relative;
  padding: 78px 0 40px;
  margin-top: 38px;
}
.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: #e9f5f2;
  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;
}

.breadcrumb {
  position: relative;
  padding: 165px 0px 58px;
  z-index: 2;
  background: transparent;
  display: block;
  border-radius: 20px;
}

.breadcrumb::before {
  content: " ";
  position: absolute;
  width: 1200px;
  height: 758px;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  border-radius: 50%;
  top: -396px;
  right: -63px;
  z-index: -3;
}

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

.bread-inner {
  position: relative;
  text-align: right;
}
.breadcrumb p {
  color: #ffffff36;
  font-size: 58px;
  font-weight: 400;
  padding: 0px 10px;
  text-transform: uppercase;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
  right: -18px;
  position: relative;
  top: -5px;
}
.breadcrumb h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 2px 16px 2px 10px;
  position: relative;
  text-transform: capitalize;
  font-family: "Marcellus", serif;
  margin-right: 18px;
}

.breadcrumb h1::before {
  content: " ";
  position: absolute;
  width: 60%;
  height: 100%;
  background: linear-gradient(to left, #e2edf32b, #ffffff00);
  right: 0px;
  z-index: -2;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.bread-inner {
  position: relative;
}

.bread-inner::after {
  content: " ";
  position: absolute;
  width: 35px;
  height: 2px;
  background: #fff;
  right: -12px;
  top: 43px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}

.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-pages .page-wrapper {
  border-top: 0px;
  padding-top: 8px;
}
/* .inner-pages .lower-box .logo {
  width: 194px;
  top: 18px;
} */

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

.contact-inner {
  position: relative;
  margin-bottom: 20px;
}

.contact-inner h3 {
  font-size: 20px;
  color: var(--color-secondary);
  margin: 9px 0px 3px;
}

.contact-inner p {
  font-size: 15px;
}

.contact-form {
  text-align: center;
  position: relative;
  padding: 14px 30px 0px;
}

.get-in-touch {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: #fff;
  padding: 30px 18px;
  position: relative;
  top: -48px;
}

.get-in-touch::before {
  content: " ";
  position: absolute;
  width: 97%;
  height: 98%;
  border: 1px solid var(--color-primary);
  left: 30px;
  right: 0px;
  top: 48px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}

.get-in-touch h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 23px;
}

._g-i-tc-list {
  line-height: 25px;
  padding-left: 39px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 21px;
  position: relative;
  margin-bottom: 19px;
}

._g-i-tc-list i {
  top: 0;
  position: absolute;
  left: 0;
  color: #ececec;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
}

._g-i-tc-list a {
  color: #fff;
}

.contact-form-head {
  position: relative;
  margin-top: 50px;
}

.contact-form-head h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
  position: relative;
}

.contact-form-head h2::before {
  content: " ";
  position: absolute;
  width: 145%;
  height: 60px;
  background: var(--color-secondary);
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 30px;
}

.contact-form .form-control {
  border-bottom: 1px solid #005565;
  border-radius: 0px;
  padding: 14px 20px;
}

textarea {
  height: 80px;
}

.contact-form .btn-danger {
  color: #fff;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  border-color: initial;
}

._g-i-tc-list span {
  font-size: 15px;
}

._g-i-tc-list a {
  font-size: 15px;
}

.clinic-timings p {
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 0px;
  line-height: 32px;
}

.testimonial-box {
  position: relative;
  background: linear-gradient(45deg, #e8f5f3, #ffffff00);
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  margin-bottom: 40px;
}

.testimonial-box.testimonial-box1 {
  background: linear-gradient(45deg, #e8f3fd, #ffffff00);
}

.testimonial-box::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/lq.png);
  background-repeat: no-repeat;
  background-size: 75px;
  left: 0px;
  top: -32px;
  margin: auto;
  z-index: -1;
}

.testimonial-content {
  position: relative;
}

.testimonial-content h2 {
  font-size: 24px;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.testimonial-content p {
  font-size: 15px;
  margin-bottom: 0px;
}

.ser_inner_nav {
  position: relative;
  background: var(--color-secondary);
  padding: 20px 23px;
  z-index: 1;
  border-radius: 8px;
}

.ser_inner_nav h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 0;
  display: inline-block;
  background: #ffffff1a;
  padding: 5px 8px;
}

.ser_inner_nav ul {
  position: relative;
}

.ser_inner_nav ul li {
  display: block;
}

.ser_inner_nav ul li:last-child a {
  border-bottom: 0px;
}

.ser_inner_nav ul li a {
  display: block;
  color: #ffffff;
  padding: 7px 14px;
  font-size: 16px;
  margin: 0 0 4px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ffffff54;
  position: relative;
}

.ser_inner_nav ul li a::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 0%;
  background: var(--color-primary);
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all 0.3s ease;
  z-index: -1;
}

.ser_inner_nav ul li a:hover {
  color: #fff;
  padding-left: 25px;
}

.ser_inner_nav ul li a:hover::before {
  height: 100%;
}

.ser_inner_nav ul li a.active {
  color: #fff;
  background: var(--color-primary);
}

.test-ip-img img {
  width: 300px;
}

.test-ip-img {
  position: absolute;
  margin-bottom: 45px;
  text-align: left;
  top: -148px;
}

/* Cause item styling */
.cause-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  color: #fff;
}

/* Vertical line marker */
.marker {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
}

.marker::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 13px);
  background-color: #fff;
}

/* Content text */
.content {
  line-height: 1.6;
}

.content strong {
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #ffffff3b, #2e339400);
  padding-left: 10px;
}

.fb-acc img {
  margin: auto;
  border: 1px solid var(--color-secondary);
  padding: 8px;
}

.fb-acc {
  text-align: center;
  margin: 0px auto 30px;
}

.feedback-img-right {
  margin-top: 50px;
}

.contact-row {
  margin-top: 80px;
}

.videos-inner-row iframe {
  width: 100%;
  height: 276px;
  border: 2px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 9px #00000042;
  margin-bottom: 30px;
}

.videos-btn {
  position: absolute;
  right: 0px;
  bottom: 40px;
  font-size: 20px;
  font-style: italic;
  transition: all 0.3s ease;
}

.videos-btn:hover {
  font-size: 23px;
}

.about-inner-main h2 {
  color: var(--color-secondary);
  font-size: 40px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  font-family: "Marcellus", serif;
}

.about-inner-main h2::before {
  content: " ";
  position: absolute;
  width: 70%;
  height: 2px;
  background: linear-gradient(to right, var(--color-secondary), #ffffff00);
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -2;
}

.about-inner-main p {
  font-size: 15px;
  line-height: 30px;
}

.doc-main-matter p {
  font-size: 15px;
  line-height: 30px;
}

.doc-main-head h2 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  font-weight: 200;
  color: var(--color-secondary);
  display: block;
  text-transform: uppercase;
}

.doc-main-head p {
  font-size: 16px;
  margin-bottom: 0px;
}
.doc-main-head {
  background: #e2f3f3;
  padding: 13px;
}

.doc-inner-about {
  margin-top: 40px;
}

.doc-inner-about h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.doc-abt-img img {
  border: 3px solid #fff;
  box-shadow: 0px 18px 12px -10px #0000004d;
  border-radius: 10px;
}

.serviceBox {
  text-align: center;
}

.serviceBox {
  padding: 10px 0 15px;
  position: relative;
}

.serviceBox:after,
.serviceBox:before {
  content: "";
  background: #012f52;
  width: 150px;
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}

.serviceBox:after {
  width: 80%;
  height: 15px;
  border-radius: 0 0 10px 10px;
  top: auto;
  bottom: 0;
  clip-path: none;
}

.serviceBox .service-content {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}

.serviceBox .service-content:before {
  content: "";
  background: var(--color-secondary);
  width: 128px;
  height: 100px;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.serviceBox .service-icon {
  color: var(--color-secondary);
  background: linear-gradient(to left, #dedfe1, #f3f3f3);
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
}

.serviceBox .service-icon:before {
  content: "";
  background: linear-gradient(to right, #dedfe1, #f3f3f3);
  width: 88%;
  height: 88%;
  border-radius: 50%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox .title {
  color: var(--color-primary);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.serviceBox .description {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
  .serviceBox {
    margin: 0 0 30px;
  }
}

.contact-form h2 {
  text-transform: uppercase;
  margin-bottom: 27px;
  color: var(--color-secondary);
  font-size: 32px;
}

.contact-form .form-control {
  height: 55px;
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 15px;
}

.contact-form textarea.form-control {
  height: 106px;
}

.contact-form .btn {
  border: none;
  background-color: var(--color-secondary);
  padding: 7px 18px;
}

.c_map {
  padding: 15px 0;
}

.c_map iframe {
  width: 100%;
  height: 333px;
  border: none;
  box-shadow: 0 0 10px #8d8d8d;
}

.c_row {
  align-items: center;
  border: 10px solid #d1dfea;
  margin: 56px 0 0;
}

.inner-serv-matter p a,
.inner-serv-matter p a:hover,
.inner-serv-matter p a:focus,
.inner-serv-matter p a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

.serv-sec .sec-head h1{
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 8px;
}