@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
/***
====================================================================
	Reset
====================================================================
***/

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

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}

.cursor-dot {
  width: 15px;
  height: 15px;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cursor-border {
  width: 12px;
  height: 12px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 10%;
}

:root {
  --color-default: #2e2e2e;
  --color-primary: #08518c;
  --color-secondary: #e8dac5;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

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

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

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

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

.desktop-nav-toggler {
  margin-top: 50px;
  cursor: pointer;
}

.inner1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.inner1 img {
  width: 50px;
}

.inner1 span {
  font-size: 27px;
  text-transform: uppercase;
  color: var(--color-default);
  display: inline-block;
  margin-left: 5px;
}

.top-nav-info {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 1;
}

.top-nav-info a i {
  width: 34px;
  height: 34px;
  background: var(--color-primary);
  display: inline-block;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  position: relative;
  left: -4px;
}

.top-nav-info a {
  color: var(--color-default);
  font-size: 18px;
  padding: 8px 10px 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.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%;
  background-image: url(../gallery/web-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -9;
}

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

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

.top-border {
  width: 80%;
  height: 2px;
  position: relative;
  margin: auto;
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

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

.header-one {
  position: relative;
  border-top: 2px solid var(--color-primary);
}

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

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

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

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

/*** 
========================================
    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: absolute;
  top: 116px;
  right: 368px;
  width: 338px;
  max-width: 100%;
  height: fit-content;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  background: linear-gradient(to bottom, #004780, #00345d);
  border-radius: 20px;
}

.mobile-menu::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  filter: grayscale(1);
}

.mobile-contents {
  position: relative;
  color: #fff;
  text-align: center;
  padding-top: 355px;
  padding-bottom: 75px;
}

.mobile-contents::before {
  content: " ";
  position: absolute;
  width: 55%;
  height: 100%;
  border-radius: 0px 0px 999px 999px;
  background: linear-gradient(to bottom, #ffffff00, #007b91);
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.mobile-contents::after {
  content: " ";
  position: absolute;
  width: 10%;
  height: 52%;
  border-radius: 999px 999px 0px 0px;
  background: linear-gradient(to top, #ffffff00, #47a5ae57);
  bottom: -25px;
  left: 46px;
  margin: auto;
}

.mobile-contents h2::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 328%;
  background: #fff;
  left: 71px;
  top: -74px;
}

.mobile-contents h2 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  opacity: 0.2;
  font-size: 43px;
}

.mobile-head-bg img {
  width: 72px;
}

.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: 15px 20px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  text-align: center;
}

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

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

.mobile-menu .navigation li > ul {
  display: none;
  background: linear-gradient(to bottom, #004780, #00345d);
  position: absolute;
  z-index: 2;
  box-shadow: 0px 0px 8px #ffffff45;
  left: 0px;
  right: 0px;
  margin: auto;
  width: fit-content;
  height: 364px;
  border-radius: 11px;
  overflow-y: scroll;
}

.mobile-menu .navigation li > ul.cstwidth {
  height: auto;
  overflow-y: hidden;
}

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

.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: #ffffffcf;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 24px;
  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;
  width: 0%;
  height: 100%;
  background: var(--color-secondary);
  left: 0;
  top: 0;
  transition: all 500ms ease;
  z-index: -1;
}

.mobile-menu .navigation li:hover > a {
  padding-left: 40px;
  font-weight: 500;
  color: var(--color-default);
}

.mobile-menu .navigation li:hover > a:before {
  width: 100%;
}

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

.mobile-menu .navigation li ul li > a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  padding: 5px 14px;
  color: #ffffff;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li {
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li:hover {
  background: var(--color-secondary);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--color-primary);
  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: 1;
}

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

.mobile-social-icons {
  position: relative;
  bottom: 0px;
  right: 0px;
  margin: 26px 14px;
}

.mobile-social-icons::before {
  content: " ";
  position: absolute;
  width: 23%;
  height: 1px;
  background: #ffffff4f;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.mobile-social-icons ul li {
  display: inline-block;
  margin-right: 1px;
}

.mobile-social-icons ul li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff1f;
  line-height: 34px;
  text-align: center;
  color: #ffffff78;
  transition: all 500ms ease;
}

.mobile-social-icons ul li a:hover {
  background: var(--color-primary);
  color: #fff;
}

.mobile-social-icons span {
  position: relative;
  color: #ffffff7a;
  top: -1px;
  left: 0px;
}

.mobile-social-icons ul {
  position: relative;
  padding-left: 96px;
}

/*
* 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: 0px;
  right: 20px;
  width: 32px;
  height: 33px;
  color: var(--color-secondary);
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-primary);
  display: none;
  border-radius: 50px 50px 0px 0px;
  transition: all 300ms ease;
}

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

.appnt-main-outer {
  position: relative;
  display: inline-block;
}

.social-icons {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 195px;
}

.social-icons ul li {
  margin-right: 4px;
  display: inline-block;
}

.social-icons ul li a {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  text-align: center;
  font-size: 16px;
}

.top-phn-btn {
  position: absolute;
  right: 371px;
  top: 25px;
  z-index: 1;
  font-size: 15px;
}

.top-phn-btn a {
  color: var(--color-secondary);
  font-size: 16px;
  background: #f2652224;
  padding: 6px 11px;
}

/* Scrollbar */
.mobile-menu .navigation li > ul::-webkit-scrollbar {
  width: 6px;
}

.mobile-menu .navigation li > ul::-webkit-scrollbar-thumb {
  background: #e8dac566;
  border-radius: 10px;
}

.mobile-menu .navigation li > ul::-webkit-scrollbar-track {
  background: transparent;
}

/***
====================================================================
	About section
====================================================================
***/

.abt-sec {
  position: relative;
  margin-bottom: 78px;
  margin-top: 10px;
}
.abt-sec::before {
  content: " ";
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-image: url(../gallery/abt-bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -214px;
  top: -300px;
  background-position: center right;
  z-index: -1;
  animation: floatEffect 3s ease-in-out infinite;
  transition: transform 0.3s ease;
  opacity: 0.2;
  filter: grayscale(1);
}

@keyframes floatEffect {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
.abt-main-box {
  position: relative;
}

.abt-doc-img {
  text-align: center;
  position: relative;
  border-radius: 999px;
  border: 1px solid var(--color-primary);
  padding: 8px;
  width: 350px;
  margin: auto;
  right: -30px;
  top: 20px;
}
.abt-inner-img {
  position: relative;
}

.abt-inner-img img {
  width: 400px;
  border-radius: 999px;
}

.abt-doc-content h2 {
  font-size: 55px;
  font-weight: 300;
  text-transform: uppercase;
}

.abt-doc-content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.abt-doc-head {
  position: relative;
  border-left: 4px solid var(--color-secondary);
  padding: 13px 30px;
  background: linear-gradient(to right, #014074, #00559b);
  margin-top: 90px;
  color: #f2ede8;
  display: inline-block;
}

.abt-doc-matter {
  position: relative;
  margin-top: 15px;
}

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

.sec-opac {
  font-size: 80px;
  opacity: 0.08;
  text-transform: uppercase;
  font-weight: 600;
  top: 26px;
  position: absolute;
  right: 0px;
  color: var(--color-primary);
}

.sec-opac::before {
  content: " ";
  position: absolute;
  width: 68%;
  height: 2px;
  background: var(--color-primary);
  left: -200px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.why-choose-sec {
  position: relative;
  margin-bottom: 100px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.why-block {
  position: relative;
  width: 162px;
  height: 162px;
  background: linear-gradient(to top, #d3d3d3, #ffffff);
  border-radius: 50%;
  padding: 53px 10px;
  color: #2b2b2b;
  border: 4px solid #fff;
  box-shadow: 0px 15px 18px -10px #00000045;
}

.why-inner-block span {
  font-size: 45px;
  font-family: "Cinzel", serif;
}

.why-inner-block h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  text-transform: capitalize;
}

.why-inner-block img {
  width: 80px;
  display: block;
  margin: 0px auto 20px;
  filter: brightness(0) invert(1);
  opacity: 0.3;
}

.why-row .col-md-3:nth-child(1) .why-inner-block img {
  width: 60px;
}

.why-row {
  position: relative;
  z-index: 1;
  margin-right: 55px;
  left: -13px;
}

/***
====================================================================
	Services section
====================================================================
***/

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

.content {
  position: relative;
  z-index: 1;
}

.serv-sec.active .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition-delay: 1.2s;
}

/* Doors */

.door-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.door {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #f4ede3, #d4cdc2);
  transition: 1.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.door.left {
  left: 0;
  /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
  background: linear-gradient(to left, #f4ede3, #d4cdc2);
}

.door.left::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/left-door.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  filter: grayscale(1);
}

.door.right {
  right: 0;
  /* border-left: 1px solid rgba(255, 255, 255, 0.15); */
}

.door.right::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/serv-right-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  filter: grayscale(1);
}

.open-circle {
  position: absolute;
  width: 985px;
  height: 550px;
  border-radius: 50%;
  /* background: #0e5681; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 158px 0px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  transition: 1s;
}
/* Rotating Inner Ring */
.open-circle::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 96%;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  /* border: 1px dashed rgb(241, 243, 245); */
  animation: rotateRing 28s linear infinite;
  pointer-events: none;
}

.open-circle-content {
  position: relative;
}

@keyframes rotateRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.open-circle span {
  font-size: 75px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.open-circle span::before {
  content: " ";
  position: absolute;
  width: 180px;
  height: 4px;
  background: var(--color-primary);
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 40px;
}

.open-circle p {
  font-size: 20px;
  line-height: 38px;
  margin-top: 10px;
}

.serv-sec.active .door.left {
  transform: translateX(-100%);
}

.serv-sec.active .door.right {
  transform: translateX(100%);
}

.serv-sec.active .open-circle {
  transform: translate(-50%, -50%) scale(8);
  opacity: 0;
  pointer-events: none;
}

.serv-sec.active .open-circle .open-circle-content {
  display: none;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  transition: 0.4s;
}

a.service-btn:hover {
  color: #fff;
}

.service-btn i {
  transition: 0.4s;
}

.service-btn:hover {
  background: #083f5d;
  transform: translateY(-3px);
}

.service-btn:hover i {
  transform: translateX(6px);
}

/* .serv-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #083f5d;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: -2;
}

.serv-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/why-choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.05;
  filter: grayscale(1);
} */

.services-content {
  position: relative;
  /* color: #fff; */
  padding: 0px 0px 40px;
}

.serv-head {
  position: relative;
  text-align: center;
}

.serv-head-opac {
  position: absolute;
  top: -108px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  left: 0px;
  right: 0px;
  width: fit-content;
}

.serv-head-opac h2 {
  font-size: 93px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  opacity: 0.05;
  color: var(--color-primary);
  font-family: "Cinzel", serif;
  font-weight: 400;
}

.serv-head h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.serv-head h2::before {
  content: " ";
  position: absolute;
  width: 180px;
  height: 4px;
  background: var(--color-primary);
  top: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 40px;
}

.serv-head {
  position: relative;
  margin-bottom: 30px;
}

.serv-head p {
  padding: 0px 190px;
}

.serv-btm-box {
  position: relative;
}

.serv-btm-box::before {
  content: " ";
  position: absolute;
  width: 400px;
  height: 400px;
  background: #e8e2d9;
  z-index: -1;
  border-radius: 50%;
  top: -64px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  box-shadow: inset 0px 0px 13px #00000012;
}

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

.treatment-content h2 {
  font-size: 16px;
  color: var(--color-default);
  font-weight: 400;
  text-transform: capitalize;
}

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

.treatment-block {
  margin: 0px 8px 48px;
}

.treatment-img img {
  width: 100%;
  height: auto;
  display: block;
}

.treatment-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 168px;
  transform: skewX(-8deg);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.treatment-img img {
  position: relative; 
  transition: all 300ms ease;
}

.treatment-block:hover .treatment-img img {
  transform: scale(1.5);
}

.treatment-content {
  position: relative;
  z-index: 1;
  padding: 4px 15px;
  text-align: center;
  /* background: linear-gradient(to right, #e8dac521, #00000000, #e8dac521); */
  transition: all 300ms ease;
  display: inline-block;
}

.treatment-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0e5681;
  top: -4px;
  left: 0px;
  margin: auto;
}

.treatment-content::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0e5681;
  bottom: -4px;
  right: 0px;
  margin: auto;
}
.serv-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: -18px;
}

.serv-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  margin: 2px 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;
  background: var(--color-primary);
}

/* .treatment-row1 {
  right: -160px;
  position: relative;
}

.treatment-row2 {
  right: -60px;
  position: relative;
} */

.serv-btm-box {
  position: relative;
  margin-top: 6px;
}

.appnt-down {
  position: relative;
  background: #363636;
  padding: 30px 41px;
  text-align: center;
  color: #fff;
  border-radius: 118px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  margin-top: 12px;
}

.appnt-down p {
  margin-bottom: 10px;
}

.appnt-down h5 {
  background: #e8dac5;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  display: inline-block;
  width: fit-content;
  color: #363636;
  font-weight: 400;
  padding: 12px 39px;
  font-size: 23px;
  border-radius: 31px;
  bottom: -28px;
}

.appnt-down h5 a {
  color: var(--color-default);
  padding-left: 10px;
  font-size: 28px;
}

.retino-sec {
  position: relative;
  margin-bottom: 53px;
}

.retino-sec::before {
  content: " ";
  position: absolute;
  width: 58%;
  height: 4px;
  background: var(--color-primary);
  top: -180px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  border-radius: 80px;
}

.retino-main-box {
  position: relative;
  background: #f3ece2;
  padding: 30px 108px 40px;
  border-radius: 999px;
  box-shadow: inset 0px 0px 18px 0px #00000012;
}

.retino-head {
  position: relative;
}

.retino-head h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(to right, #014074, #00559b);
  display: inline-block;
  padding: 2px 18px;
  margin-bottom: 8px;
  color: #f2ede8;
  border-radius: 0px 30px 30px;
}

.retino-matter {
  margin-top: 20px;
  margin-bottom: 30px;
}

.ratings1 i {
  margin: 0px 1px;
}

.retino-matter p {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.retino-matter h3 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.retino-videos-scroll {
  position: relative;
  margin-top: -38px;
}

.retino-video {
  position: relative;
  margin-bottom: 30px;
}

.retino-video iframe {
  position: relative;
  width: 100%;
  height: 210px;
  border: 2px solid #fff;
  box-shadow: 0px 18px 14px -10px #00000080;
  border-radius: 10px;
}

.case-scroll .owl-item {
  transition: all 0.4s ease;
}

.case-scroll .owl-item .adv-img {
  transform: scale(0.8);
  opacity: 0.5;
  transition: all 0.4s ease;
  filter: grayscale(1);
}

.case-scroll .owl-item.center .adv-img {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
  filter: grayscale(0);
}

.case-scroll .adv-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 14px 14px -10px #00000061;
  border: 2px solid #fff;
}

.adv-img {
  position: relative;
  margin: 30px 0px 60px;
}

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

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

.case-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  margin: 2px 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);
  border: 1px solid var(--color-primary);
}

.case-scroll .owl-dot:hover,
.case-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.case-head {
  position: relative;
  margin-bottom: 30px;
}

.case-head h2 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(to right, #014074, #00559b);
  display: inline-block;
  padding: 3px 28px;
  margin-bottom: 8px;
  color: #f2ede8;
  border-radius: 30px 30px;
}

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

.appointment-section {
  position: relative;
  margin-bottom: 78px;
}

.appointment-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.appointment-content {
  width: 45%;
}

.sub-title {
  color: #b88a55;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}

.appointment-content h2 {
  font-size: 40px;
  color: var(--color-default);
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
}

.appointment-content p {
  color: var(--color-default);
  line-height: 30px;
  margin-bottom: 30px;
}

.appointment-content ul {
  padding: 0;
  margin: 0;
}

.appointment-content li {
  list-style: none;
  margin-bottom: 18px;
  font-size: 17px;
  color: #333;
}

/*================ Circle ================*/

.appointment-circle {
  width: 578px;
  height: 578px;
  border-radius: 50%;
  background: #eee5d9;
  border: 8px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 68px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.appointment-circle::before {
  content: " ";
  position: absolute;
  width: 108%;
  height: 108%;
  border: 2px solid #08518c14;
  border-radius: 50%;
  z-index: -1;
}

.appointment-circle h3 {
  font-size: 36px;
  margin-bottom: 15px;
  color: var(--color-default);
  font-weight: 500;
  text-transform: uppercase;
}

.appointment-circle form {
  width: 100%;
}

.appointment-circle input,
.appointment-circle select {
  width: 100%;
  height: 38px;
  border: none;
  margin-bottom: 18px;
  padding: 0 14px;
  background: #ffffff00;
  font-size: 15px;
  outline: none;
  border-bottom: 1px solid;
}

.appointment-circle input::placeholder {
  color: #000;
}

.appointment-circle button {
  width: 50%;
  height: 45px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(to right, #014074, #00559b);
  color: #f2ede8;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 12px;
}

.appointment-circle button:hover {
  background: var(--color-default);
  transform: translateY(-3px);
}

/*================ Mobile ================*/

@media (max-width: 991px) {
  .appointment-wrapper {
    flex-direction: column;
    gap: 18px;
  }

  .appointment-content {
    width: 100%;
    text-align: center;
  }

  .appointment-circle {
    width: 420px;
    height: 420px;
    padding: 40px;
  }

  .appointment-circle::before {
    width: 470px;
    height: 470px;
  }

  .appointment-content h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .appointment-circle h3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .appointment-circle {
    height: 100%;
    padding: 20px 18px;
    border-radius: 16px;
    width: auto;
  }

  .appointment-circle::before {
    width: 380px;
    height: 380px;
  }

  .appointment-circle input,
  .appointment-circle select,
  .appointment-circle button {
    height: 45px;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .appointment-circle h3 {
    margin-bottom: 20px;
  }
}

.footer-sec {
  position: relative;
  margin-bottom: 30px;
}

.footer-sec::before {
  content: " ";
  position: absolute;
  width: 96%;
  height: 100%;
  background: linear-gradient(to left, #d4cdc2, #f4ede3, #d4cdc2);
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -2;
  border-radius: 20px;
}

.footer-sec::after {
  content: " ";
  position: absolute;
  width: 96%;
  height: 100%;
  background-image: url(../gallery/footer-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  filter: grayscale(1);
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  opacity: 0.05;
}

.footer-main-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 10px;
}

.footer-main-logo {
  position: relative;
  text-align: center;
}

.footer-main-logo img {
  width: 188px;
}

.footer-main-about {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

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

.widget-title {
  position: relative;
  margin-bottom: 15px;
}
.widget-title h4 {
  position: relative;
  color: var(--color-default);
  text-transform: uppercase;
  margin: 0 0;
  font-size: 26px;
  font-weight: 500;
}
.footer-widget .widget-title .separator {
  position: relative;
  width: 40px;
  height: 5px;
}

.footer-widget .widget-title .separator::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.footer-widget .widget-title .separator::after {
  position: absolute;
  bottom: -2px;
  content: "";
  right: -15px;
  width: 5px;
  height: 5px;
  background-color: #000000;
}
.links-four {
  padding-left: 0px;
}
.about-widget .address {
  position: relative;
  margin-bottom: 14px;
  color: var(--color-default);
  padding-left: 44px;
}
.text {
  font-size: 15px;
}
.about-widget .address i {
  position: absolute;
  left: 0px;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
}

.footer-sec h2 {
  position: relative;
  display: block;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}
.social-icon-two {
  position: relative;
  margin: 13px 0px;
}

.social-icon-two li:first-child {
  margin-left: 0;
}
.social-icon-two li {
  position: relative;
  display: inline-block;
}
.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 25px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-primary);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-widget {
  margin-top: 30px;
}

.footer-main-row .col-md-4:nth-child(1) {
  padding-right: 0px;
}

.copyright p {
  font-size: 15px;
}

.footer-bottom {
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}

.footer-bottom::before {
  content: " ";
  position: absolute;
  width: 60%;
  height: 1px;
  background: var(--color-default);
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
}

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

.imgs-sec .container {
  max-width: 1250px;
}

.imgs-blk {
  position: relative;
  overflow: hidden;
}

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

.imgs-blk-out:hover .imgs-blk img {
  transform: scale(1.2);
  filter: grayscale(0);
}

.imgs-blk-out {
  position: relative;
  cursor: pointer;
  height: 180px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 12px 0px #00000078;
  margin-bottom: 28px;
}

.imgs-blk {
  height: 100%;
  width: 100%;
}

.imgs-blk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(0.3);
}
.imgs-blk-out:hover::before {
  background: none;
}

/* .imgs-blk-out::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--color-default);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  transition: all 300ms ease;
} */

.imgs-scroll .owl-item.center .imgs-blk-out::before {
  display: none;
}

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

.imgs-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  margin: 18px 2px 0px;
  -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);
  border: 1px solid var(--color-primary);
}

.imgs-scroll .owl-dot:hover,
.imgs-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.imgs-head {
  text-align: center;
  margin-bottom: 30px;
}

.imgs-head h2 {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
}

.imgs-head p {
  font-size: 15px;
  padding: 0px 200px;
}

.imgs-sec .container {
  max-width: 1080px;
}

.chatbox {
  position: fixed;
  bottom: 95px;
  left: 28px;
  width: 260px;
  border-radius: 10px;
  display: none;
  z-index: 2;
}

.chatbox-header {
  background: var(--color-secondary);
  color: white;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
}

.chatbox-header h5 {
  line-height: 33px;
}

.chatbox-header .btn-danger {
  color: #fff;
  background-color: var(--color-primary);
  border-color: transparent;
}

.chatbox-footer .btn-success {
  color: var(--color-default);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

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

.btn-danger:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: #bd2130;
}

.chatbox-body {
  height: 168px;
  overflow-y: auto;
  padding: 10px;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
}

.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 32px;
  height: 32px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  border: transparent;
  position: absolute;
  right: 0;
  color: #fff;
}

.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;
  background: var(--color-primary);
  border-radius: 27px;
}
#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: #08518c;
  z-index: 5;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.btn img {
  width: 95px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

#chat-messages {
  background: #fff9f5;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #ff801426;
  border-top: 2px solid var(--color-primary);
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
}

.chatbox-footer .form-control::placeholder {
  color: #fff;
}

.chatbox-footer .form-control:focus {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  border-bottom-color: transparent;
  outline: 0;
  box-shadow: transparent;
}

.chatbox-footer .form-control {
  color: var(--color-default);
}

.top-wrap1 {
  position: relative;
}

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

.inner-section1 {
  position: relative;
  padding: 64px 0 98px;
}

.serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

.serv-matter h2 {
  color: var(--color-default);
  font-size: 20px;
  margin: 15px 0px 3px;
}

.serv-matter h3 {
  color: #464646;
  font-size: 20px;
  margin: 15px 0px 3px;
}

.inner-serv-img {
  text-align: center;
  position: relative;
}

.inner-serv-img::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 3px solid var(--color-primary);
  z-index: -1;
  right: -10px;
  bottom: -30px;
  border-radius: 15px;
}

.inner-serv-img img {
  box-shadow: 0px 0px 14px #0962716b;
  border-radius: 20px;
  filter: grayscale(1);
  transition: all 300ms ease;
}

.inner-serv-img img:hover {
  filter: grayscale(0);
}

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

.bread-bg {
  padding: 33px 0px 0px;
  position: relative;
}

.bread-inner {
  position: relative;
  text-align: right;
  padding: 20px 38px 13px 0px;
  margin-right: 81px;
}

.bread-inner::before {
  content: " ";
  position: absolute;
  width: 48%;
  height: 100%;
  background: linear-gradient(to left, #e3dbd1, #00000000);
  margin: auto;
  border-radius: 0px 100px 100px 0px;
  right: 0px;
  bottom: 0px;
}

.bread-inner::after {
  content: " ";
  position: absolute;
  width: 132px;
  height: 2px;
  background: var(--color-primary);
  margin: auto;
  border-radius: 0px;
  right: -113px;
  bottom: 0px;
  top: 0px;
}

.breadcrumb h1 {
  color: #000;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 11px;
  padding: 0px 10px;
  position: relative;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #000;
}

.breadcrumb ul li.active a {
  color: var(--color-primary);
  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: 0 12px;
  margin: 0;
  color: #000;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
}

.breadcrumb ul i {
  font-size: 15px;
  color: #000;
}

/*================================================
Contact Area CSS
=================================================*/

.contact-area {
  position: relative;
  z-index: 1;
}

.conact-form-title {
  color: var(--color-default);
  font-size: 32px;
  margin-bottom: 26px;
  margin-top: 50px;
  position: relative;
}

.conact-form-title::before,
.conact-form-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid var(--color-default);
  top: 13px;
}

.conact-form-title::before {
  left: 42px;
}

.conact-form-title::after {
  right: 42px;
}
.contact-form form {
  text-align: center;
}

.contact-form form .form-control {
  background: #fbf9f6;
  border: none;
  height: 57px;
  border-bottom: 2px solid #ccc;
}

.contact-form form .form-group {
  text-align: left;
  margin-bottom: 19px;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .default-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  background: var(--color-primary);
  color: #fff;
  letter-spacing: 0.5px;
  transition: 0.5s;
  font-weight: 500;
  font-size: 18px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 10px;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info {
  padding: 42px;
  position: relative;
}

.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info ul li {
  position: relative;
  padding-left: 62px;
  color: #000;
  margin-bottom: 40px;
  font-size: 16px;
}

.contact-info ul li .icon {
  border: 1px dashed var(--color-primary);
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #f3eee8;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.contact-info ul li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-primary);
  border-radius: 50%;
  margin: 6px;
  box-shadow: 0 1px 2px 1px #515151;
  z-index: -1;
}

.contact-info ul li span {
  display: block;
  margin-bottom: 5px;
  color: #252920;
  font-size: 20px;
  font-weight: 600;
}

.contact-info ul li a {
  color: #000;
  display: initial;
}

.contact-info ul li a:hover {
  color: #a53d35;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: 0.4;
}

#contactForm .form-icon {
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 23px;
  color: var(--color-primary);
}

.contact-map iframe {
  width: 100%;
  height: 226px;
  margin-top: 0;
  border-bottom: 5px solid var(--color-primary);
}

.inner_testimonilas {
  text-align: left;
  position: relative;
}

.inner_testimonilas span {
  display: inline-block;
  width: 0px;
  height: 0px;
  color: #08518c;
  border-radius: 50%;
  line-height: 65px;
  margin-bottom: 12px;
  font-size: 78px;
  text-align: center;
  opacity: 0.2;
}

.inner_testimonilas h3 {
  text-transform: capitalize;
  color: var(--color-default);
  font-size: 28px;
}

.inner_testimonila_row .col-md-6 {
  padding: 20px 20px;
  box-shadow: 0px 0px 10px #ccc;
}

.inner_testimonilas p {
  font-size: 15px;
  margin-bottom: 4px;
}

.ratings i {
  margin: 0px 1px;
}

.ratings {
  position: relative;
}

.ratings::before {
  content: " ";
  position: absolute;
  width: 65%;
  height: 2px;
  background: #2e2e2e42;
  top: 0px;
  bottom: 0px;
  right: 84px;
  margin: auto;
}

.review-btn {
  position: relative;
  margin-bottom: 45px;
  text-align: end;
}

.videos_list iframe {
  width: 100%;
  height: 220px;
  margin-bottom: 25px;
  border: 2px solid #fff;
  box-shadow: 0px 16px 10px -10px #000000a6;
  border-radius: 12px;
}

.gallery_box {
  position: relative;
  margin-bottom: 35px;
}

.gallery_box .box {
  background: linear-gradient(to top right, var(--color-primary) 0.3%, #1e2130 90.2%);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
  height: 173px;
  box-shadow: 0px 16px 17px -10px #00000087;
}

.gallery_box .box:hover {
  filter: drop-shadow(5px 5px 10px #808080);
}

.gallery_box .box:before {
  content: "";
  width: 50px;
  height: 50px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: top right;
  transform: scale(0);
  position: absolute;
  top: 20px;
  right: 20px;
  transition: all 0.4s ease;
}

.gallery_box .box:hover:before {
  transform: scale(1);
}

.gallery_box .box img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}

.gallery_box .box:hover img {
  opacity: 0.2;
}

.gallery_box .box .box-content {
  color: #fff;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s ease;
  right: 0px;
  top: 0px;
}

.gallery_box .box:hover .box-content {
  opacity: 1;
  transition-delay: 0.25s;
}

.gallery_box .box .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0 0 3px;
}

.gallery_box .box .post {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  display: block;
}

.gallery_box .box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(-50%) scale(0) rotate(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}

.gallery_box .box:hover .icon {
  transform: translateX(-50%) translateY(-50%) scale(1) rotate(360deg);
}

.gallery_box .box .icon li {
  margin: 0 4px;
  display: inline-block;
}

.gallery_box .box .icon li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  display: block;
  transition: all 0.3s;
}

.gallery_box .box .icon li a:hover {
  border-radius: 0 10px;
  background: var(--color-primary);
}

.gallery_box .img-row-head h2 {
  font-size: 25px;
  margin-bottom: 15px;
  background: linear-gradient(45deg, #b9b9b94d, transparent);
  display: inline-block;
  padding: 10px 13px;
  text-transform: uppercase;
}

.blog-content {
  position: relative;
}

.blog-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #08518c, #003f73);
  padding: 25px 0px 8px;
  margin-top: -24px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 10px;
}

.blog-content h2 a {
  color: var(--color-secondary);
}

.blog-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

.blog-img {
  position: relative;
  z-index: 1;
}

.blog-img img {
  border-radius: 50%;
  width: 253px;
  border: 4px solid #fff;
}

.ol_styles {
  position: relative;
}

.ol_styles li {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 15px;
  font-size: 15px;
}

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

.asidels {
  background: linear-gradient(45deg, #08518c, #003662);
  padding: 20px 10px;
  border-radius: 10px;
}

.asidels a {
  color: #fff;
  display: block;
  padding: 8px 5px;
  border-bottom: 1px solid #ffffff66;
  font-size: 15px;
  transition: all 300ms ease;
}

.asidels a:hover {
  padding-left: 14px;
}

.asidels a:last-child {
  border-bottom: 0px;
}

.asidels h5 {
  color: #fff;
  text-transform: uppercase;
  padding-left: 8px;
  border-left: 3px solid;
  margin-bottom: 10px;
  font-size: 28px;
}

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

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

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

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 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);
  text-transform: capitalize;
}

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

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

.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;
}
.main-menu .navigation > li > ul.cstmwidth {
  width: 148px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 115px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to right, #014074, #00559b);
  box-shadow: 6px 7px 5px #0000001a;
  padding: 5px 20px;
}

.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;
  border-radius: 16px;
  overflow: hidden;
}

.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 #f1ece85e;
  padding-left: 0px;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f1ece85e;
  transition: all 500ms ease;
}

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

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

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  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;
}

.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: 3px 5px;
  border-bottom: 1px solid #a2a2a27a;
  display: block;
  font-weight: 400;
  text-transform: initial;
  color: #fffcf6;
  font-size: 14px;
  transition: 0.5s;
  position: relative;
}

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

.main-menu .navigation > li > ul > li > a:hover:before,
.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:hover > .submenu.mega-menu {
  width: 680px;
}

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

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

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

.header-contact ul li:nth-child(2) a,
.mega-menu .row .col-md-6:last-child {
  border-right: 0px;
}

.inner-abt-content {
  position: relative;
  margin-bottom: 10px;
}

.inner-abt-page .inner-abt-content h4 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
}

.inner-abt-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0px;
  line-height: 30px;
  font-weight: 500;
}

.inner-abt-doc img {
  border: 4px solid #fff;
  border-radius: 10px;
}

.accordion {
  background: #f6f3ee;
  border-radius: 8px;
  padding: 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;
  margin-bottom: 0px;
  color: #393939;
  margin-top: 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);
}

.service-faq i {
  font-size: 18px;
}

.serv-faq {
  margin-top: 20px;
  margin-bottom: 50px;
}

.inner-abt-page .serv-matter h2 {
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 8px;
  border-left: 3px solid;
}

.testimonials-scroll {
  position: relative;
}

.testimonials-scroll::before {
  content: " ";
  position: absolute;
  width: 280px;
  height: 280px;
  background-image: url(../gallery/testimonials-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0px;
  right: 0px;
  margin: auto;
  opacity: 0.1;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:before {
  display: none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #00aa55;
}

.sticky-header .main-menu .navigation > li.dropdown {
  padding-right: 0px;
}

/*** 
====================================================================
				Sticky Header
====================================================================
***/
.sticky-header {
  display: none;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 300ms ease;
  -moz-transition: top 300ms ease;
  -ms-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.fixed-header .sticky-header .logo {
  padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li {
  margin-left: 40px !important;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 21px 0px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #25283a;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul {
  left: auto;
  right: 100%;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
  opacity: 1;
}

.fixed-header .header-one {
  position: fixed;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 700ms;
  -moz-animation-timing-function: ease;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 700ms;
  -ms-animation-timing-function: ease;
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease;
  background-color: #f3eee8;
  box-shadow: 0px 0px 10px;
  height: 128px;
  width: 100%;
}

.fixed-header .lower-box .logo {
  top: 6px;
  width: 148px;
}

.fixed-header .main-menu {
  margin: 75px 0 0;
}

.fixed-header .top-nav-info {
  top: 26px;
}

.appont-btn {
  position: fixed;
  bottom: 168px;
  margin: auto;
  height: fit-content;
  right: 13px;
  z-index: 99;
  cursor: pointer;
}

.appont-inner-icon {
  position: relative;
  width: 128px;
  height: 128px;
  line-height: 128px;
  text-align: center;
  background: #fff9f5;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  z-index: 2;
  animation: appointmentPulse 1.5s infinite;
}

.appont-inner-icon img {
  filter: grayscale(1);
  padding: 8px;
}

.appont-inner-right {
  position: absolute;
  background: linear-gradient(to right, #014074, #00559b);
  color: #f2ede8;
  bottom: -86px;
  right: 0px;
  margin: auto;
  height: fit-content;
  padding: 10px 18px;
  text-align: center;
  border-radius: 10px;
  width: 218px;
  animation: appearLeft 0.8s ease-out;
}

.appont-inner-right::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff00;
  border-right: 6px solid #ffffff00;
  border-bottom: 8px solid var(--color-primary);
  top: -10px;
  right: 30px;
}

.appont-inner-right p {
  margin-bottom: 0;
  font-size: 22px;
  display: inline-block;
  line-height: 25px;
}

@keyframes appearLeft {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes appointmentPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px #08518c33;
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
