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

:root {
  --color-default: #292929;
  --color-primary: #eb3438;
  --color-secondary: #0b3c65;
  --color-teritary: #1c6dac;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}


.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: #fff;
  box-shadow: 0px 0px 10px #000;
  height: 105px;
  width: 100%;
}

.fixed-header .lower-box .logo {
  top: 15px;
  width: 308px;
}

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

.fixed-header .top-social1 {
  top: 12px;
}

.fixed-header .top-phn-btn {
  top: 28px;
}

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

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

.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: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/bg.jpg);
  opacity: 0.8;
  background-repeat: no-repeat;
  z-index: -99;
  background-position: center;
  background-size: cover;
}

.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: 30px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 361px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 18px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: var(--color-default);
}

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

.main-menu .navigation>li>a:hover i {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-primary);
  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>.custom-width {
  width: 133px;
}

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

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

.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: 215px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  top: -10%;
  visibility: hidden;
  left: 190px;
  width: 115px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li>ul>li>ul>li>ul {
  position: absolute;
  top: -7%;
  visibility: hidden;
  left: 200px;
  width: 155px;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
  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>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 #929292;
}

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

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

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

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

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

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

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

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

.slide-one {
  background-image: url(../gallery/banner1.jpg);
}

.slide-two {
  background-image: url(../gallery/banner2.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 {

  position: relative;
  margin-bottom: 30px;
  padding-bottom: 42px;
  padding-top: 85px;
}

/* .abt-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;

  background: var(--color-secondary);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
  top: 0px;
  z-index: -1;
} */

.abt-content h3 {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 6px;
  color: #fff;
  background-color: var(--color-primary);
}

.abt-content h2 {
  font-weight: 600;
  font-size: 58px;
  line-height: 50px;
  color: var(--color-teritary);
}

.abt-content span {
  color: var(--color-default);
  font-size: 32px;
  font-weight: 500;
}

.abt-content {
  line-height: 30px;
}

.abt-sec::after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 48px;
  bottom: 132px;
  background: linear-gradient(to left, #ffffff00, #feffff12);
  right: 0px;
  transform: skewY(-7deg);
}

.doc-card {
  padding: 15px;
}

.doc-img img {
  border: 5px solid #fff;
  box-shadow: 0 0 10px #00000017;
}

.doc-side-content {
  padding-top: 35px;
  text-align: center;
}

.doc-side-content h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0px;
  color: #faa72c;
}

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

.doc-side-content h4 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.doc-matter {
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

.doc-matter::before {
  content: " ";
  position: absolute;
  width: 60%;
  height: 1px;
  background: var(--color-primary);
  top: 0px;
  left: 0px;
}

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

.doc-matter a {
  background: var(--color-primary);
  color: #fff;
  padding: 4px 10px;
}

.numb-sec {
  position: relative;
  color: #fff;
  margin-bottom: 100px;
}

.numb-inner-block img {
  width: 38px;
  filter: brightness(0) invert(1);
}

.numb-block {
  background: #0d426d;
  border-radius: 50%;
  width: 233px;
  height: 233px;
  text-align: center;
  padding: 42px 16px;
  position: relative;
  box-shadow: -9px 12px 13px -10px #00000085;
}

.numb-block::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  top: -14px;
  bottom: 0px;
  right: -5px;
  left: 0px;
  margin: auto;
}

.numb-inner-block h2 {
  font-family: "Cinzel", serif;
  font-weight: 100;
  font-size: 65px;
  margin-bottom: -10px;
}

.serv-sec {
  position: relative;
  color: #fff;
  margin-bottom: 100px;
  padding: 58px 0px 48px;
  z-index: 1;
}

.serv-sec::before {
  content: " ";
  position: absolute;
  width: 1295px;
  height: 100%;
  background: #0b3c65;
  /* clip-path: polygon(0 0, 100% 11%, 100% 100%, 0 100%); */
  top: 0px;
  right: 0px;
  z-index: -1;
  left: 0px;
  margin: auto;
  border-radius: 138px;
}

/* .serv-sec::after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 48px;
  top: 22px;
  background: linear-gradient(to right, #ffffff00, #feffff12);
  left: 0px;
  transform: skewY(4deg);
} */

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

.serv-head h3 {
  font-weight: 400;
  font-size: 18px;
  background: var(--color-primary);
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
}

.serv-head h2 {
  font-weight: 500;
  font-size: 48px;
}

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

.serv-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.serv-content p a {
  font-size: 14px;
  color: #ffffff7d;
}

.serv-content p {
  font-size: 14px;
  margin-bottom: 0px;
  color: #ffffff7d;
  line-height: 22px;
}

.serv-icon img {
  filter: brightness(0) invert(1);
  width: 68px;
  margin: auto;
  transition: all 0.5s ease;
}

.serv-icon {
  position: relative;
  /* background: var(--color-primary);
  clip-path: polygon(50% 0%, 100% 20%, 100% 80%, 50% 100%, 0% 80%, 0% 20%);
  width: 100px;
  height: 100px;
  line-height: 100px; */
}

.serv-block {
  position: relative;
  margin-bottom: 38px;
  display: inline-block;
}

.serv-icon::before {
  content: " ";
  position: absolute;
  width: 90px;
  height: 90px;
  /* background: #fff; */
  background: var(--color-primary);
  transform: rotate(45deg);
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  transition: all 0.5s ease;
  opacity: 0;
}

.serv-block:hover .serv-icon::before {
  transform: rotate(0deg);
  opacity: 1;
}

.serv-block:hover .serv-icon::after {
  opacity: 1;
  transform: rotate(45deg);
}

.serv-block:hover .serv-icon img {
  width: 48px;
}

.serv-icon::after {
  content: " ";
  position: absolute;
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  opacity: 0;
  transition: all 0.5s ease;
}

.serv-row {
  padding-top: 60px;
}

/* .serv-row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/dental-chair.png);
  background-size: contain;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  filter: grayscale(1);
} */

.serv-row::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 76%;
  background: #fff;
  bottom: 50px;
  opacity: 0.2;
}

.serv-row .col-md-4:nth-child(3) .serv-content {
  text-align: right;
}

.serv-center {
  padding: 0px 16px;
}

.serv-center p {
  font-weight: 300;
}

.serv-content {
  position: relative;
  padding: 23px 0px;
}

.serv-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffffff15, #ffffff00);
  left: -28px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

.serv-row .col-md-4:nth-child(3) .serv-content::before {
  background: linear-gradient(to left, #ffffff15, #ffffff00);
  left: initial;
  right: -28px;
  border-radius: 0px 50px 50px 0px;
}

.serv-row .col-md-4:nth-child(3) .serv-block::before {
  display: none;
}

.serv-block::before {
  content: " ";
  position: absolute;
  width: 42%;
  height: 1px;
  background: #fff;
  right: -182px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 0.2;
}

.testimonial-sec {
  position: relative;
  margin-bottom: 78px;
  color: var(--color-default);
}

.testimonial-sec::before {
  content: " ";
  position: absolute;
  width: 860px;
  height: 860px;
  background: rgb(250 167 44 / 22%);
  border-radius: 50%;
  top: -448px;
  right: -100px;
  z-index: -1;
  opacity: 0.4;
}

.testimonial-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/test-bg.png);
  background-repeat: no-repeat;
  left: -44px;
  background-position: left;
  background-size: 65%;
  top: -8px;
  z-index: -2;
}

.test-head h3 {
  font-weight: 600;
  font-size: 18px;
  background: #B01114;
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
}

.test-head h2 {
  font-weight: 500;
  font-size: 48px;
  color: var(--color-secondary);
}

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

.feedback-box {
  text-align: center;
  padding: 50px 85px 30px;
  color: #fff;
}

.feedback-box h2 {
  font-size: 20px;
}

.feedback-box span {
  font-size: 14px;
}

.feedback-box p {
  margin-top: 10px;
  font-size: 15px;
}

.feedback-bg {
  position: relative;
}

.feedback-bg::before {
  content: " ";
  position: absolute;
  width: 85%;
  height: 100%;
  background: #0b3c65;
  z-index: -1;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  border-radius: 23px;
  box-shadow: -6px 7px 7px #00000061;
}

.ratings {
  position: relative;
}

.ratings::before {
  content: " ";
  position: absolute;
  width: 34%;
  height: 1px;
  background: #fff;
  left: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  opacity: 0.5;
}

.ratings::after {
  content: " ";
  position: absolute;
  width: 34%;
  height: 1px;
  background: #fff;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  opacity: 0.5;
}

.feedbacks-block {
  position: relative;
  margin: 60px 0px 40px;
}

.feedbacks-block::before {
  content: " ";
  position: absolute;
  width: 75%;
  height: 100%;
  border: 1px dashed;
  z-index: -1;
  bottom: -24px;
  left: 13px;
  border-radius: 44px;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid #0b3c65;
  right: 75px;
  position: absolute;
  transform: skew(34deg, 10deg);
  bottom: -39px;
}

.feedback-img img {
  width: 90px;
}

.feedback-img {
  position: absolute;
  right: 0px;
  top: -45px;
  width: 150px;
  height: 150px;
  background: #fff;
  text-align: center;
  line-height: 144px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #00000030;
}

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

.left-quote {
  position: absolute;
  top: -50px;
  left: 0px;
}

.left-quote img {
  width: 50px;
  filter: drop-shadow(-5px -5px 1px #f3e8e0);
}

.right-quote {
  position: absolute;
  bottom: -50px;
  right: 0px;
}

.right-quote img {
  width: 50px;
  filter: drop-shadow(5px 5px 1px #f3e8e0);
}

.blog-box {
  text-align: center;
  margin: 0px 10px;
  margin: 10px;
  position: relative;
}

.blog-content {
  border-radius: 999px;
  background: linear-gradient(to bottom, #fff, #e7e7e7);
  box-shadow: 5px 5px 8px 0px #0000002e;
  padding: 90px 30px 30px;
  border: 5px solid #ffffff;
}

.blog-content h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--color-secondary);
}

.blog-content p {
  font-size: 14px;
  margin-bottom: 0px;
}

.blog-icon img {
  border-radius: 50%;
  width: 200px !important;
  margin: auto;
}

.blog-icon {
  position: relative;
  margin-bottom: -82px;
}

.blog-icon::before {
  content: " ";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid #142833;
  border-radius: 50%;
  left: -19px;
  right: 0px;
  margin: auto;
  z-index: 1;
}

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


.extra-right-side {
  position: relative;
  padding-top: 50px;
}


.restore-teeth-img img {
  border-radius: 10px;
  box-shadow: 0px 0px 8px #00000029;
}

.extra-sub-txt {
  position: relative;
  text-align: right;
}

.extra-sub-txt h4 {
  font-weight: 400;
  margin-top: 25px;
  font-size: 20px;
  position: relative;
}

.extra-sub-txt a {
  color: var(--color-secondary);
  border: 1px solid;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-right: 28px;
  margin-top: 8px;
  display: inline-block;
}

.extra-head {
  position: relative;
  text-align: right;
}

.extra-head h2 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 38px;
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 8px 10px 2px;
  position: relative;
  right: -50px;
  z-index: 1;
}

.extra-head h3 {
  font-weight: 400;
  margin-top: 8px;
  font-size: 25px;
  position: relative;
  color: var(--color-secondary);
}

.extra-head h3::before {
  content: " ";
  position: absolute;
  width: 34%;
  height: 2px;
  background: var(--color-secondary);
  top: 0px;
  bottom: 0px;
  left: 72px;
  margin: auto;
}


.extra-sub-txt p {
  margin-bottom: 8px;
  line-height: 30px;
  font-size: 15px;
  text-align: right;
  padding: 8px 28px 0px;
  position: relative;
}

.extra-head {
  position: relative;
  padding: 0px 0px 8px;
}

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

.appointment-form {
  position: relative;
  padding: 45px 75px 30px;
  border-right: 0px;
  margin: auto;
  /* box-shadow: 0px 13px 15px -10px #000; */
  background: #0b3c65;
  border-radius: 275px;
}

.appointment-form::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;
  left: 0px;
  top: 0px;
  opacity: 0.15;
  filter: grayscale(1);
}

.appointment-form::after {
  content: " ";
  position: absolute;
  width: 80%;
  height: 100%;
  background: var(--color-secondary);
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

.appt-left {
  position: absolute;
  top: -25px;
  left: -5px;
  z-index: 1;
}

.appointment-inner-form {
  position: relative;
  margin-top: 50px;
}

.appointment-inner-form::before {
  content: " ";
  position: absolute;
  width: 80%;
  height: 100px;
  bottom: -28px;
  left: 0px;
  right: 0px;
  margin: auto;
  box-shadow: 0px 14px 20px #000;
  z-index: -1;
}

.appointment-form h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

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

.appointment-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 3px 11px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  min-width: 110px;
  border-radius: 30px;
  border: none;
  background: var(--color-primary);
  color: #fff;
  margin-top: 25px;
  cursor: pointer;
}

.appointment-form textarea.form-control {
  height: 78px;
}

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


.appointment-form .form-control {
  color: #ffffff94;
  background: #e6e6e612;
  border-radius: 0px;
  font-weight: 200;
  padding: 11px 30px;
  font-size: 15px;
  border-bottom: 1px solid #ffffff87;
  border-radius: 8px;
}

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

.appointment-form .form-group i {
  position: absolute;
  left: 25px;
  top: 16px;
  color: #ffffff94;
  font-size: 14px;
}

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

.appnt-block {
  position: absolute;
  width: 600px;
  height: 600px;
  background: #ffffff;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  border: 2px solid var(--color-teritary);
}

.asahcmaab {
  background: var(--color-secondary);
  text-align: center;
  padding: 48px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.asahcmaab p {
  font-weight: 300;
  text-align: center;
  padding: 0 25px;
  position: relative;
  color: #fff;
  line-height: 41px;
  font-size: 27px;
  margin: 0px 155px 10px;
}

.asahcmaab a {
  text-decoration: none;
  outline: 0;
  color: #fff;
  margin-left: 8px;
  background: #B01114;
  padding: 7px 14px;
  border-radius: 31px;
  display: inline-block;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-footer {
  position: relative;
  color: var(--color-default);
}

.main-footer::before {
  content: " ";
  position: absolute;
  width: 860px;
  height: 860px;
  background: rgb(0 169 91 / 16%);
  border-radius: 50%;
  top: -538px;
  left: -400px;
  z-index: -1;
  opacity: 0.4;
}

.footer-about p {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 30px;
}

.usefull {
  text-align: center;
  position: relative;
  border-top: 1px solid #0000001f;
  padding-top: 10px;
}

.useful-links {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 7px;
}

.useful-links span {
  display: inline-block;
  margin-right: -5px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 20px;
}

.useful-ul {
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline;
}

.usefull .useful-ul li {
  display: inline-block;
  margin-bottom: 8px;
}

.usefull .useful-ul li a {
  padding: 0 7px;
  border-right: 1px solid #818181;
  color: var(--color-default);
  font-size: 16px;
}

.usefull .useful-ul li a:hover {
  color: var(--color-primary);
}

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

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 37%);
  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;
  cursor: pointer;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: 0 0;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-secondary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.footer-bottom p {
  margin-bottom: 0px;
  display: inline-block;
  color: var(--color-default);
  padding: 6px 17px;
  font-size: 15px;
  border-top: 1px solid #00000042;
}

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

.footer-adr .f-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0px auto 10px;
  color: #fff;
  background: var(--color-secondary);
}

.footer-adr .fad-txt h3 {
  font-size: 20px;
  color: #fff;
  margin: 9px 0px 3px;
}

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

.footer-adr .col-md-4:nth-child(2) {
  border-left: 1px solid #8f8c8c;
  border-right: 1px solid #8f8c8c;
}

.top-social {
  position: relative;
  text-align: center;
  top: 0px;
  right: 0px;
  width: 505px;
  margin: 0px auto 0px;
}

.top-social li {
  display: inline-block;
  margin-right: 1px;
}

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

.top-social li a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: #575fcd;
  text-align: center;
  background: rgb(255 255 255);
  box-shadow: inset 0px 0px 10px #989898;
  line-height: 37px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.top-social li:nth-child(2) a {
  color: red;
}

.top-social li:nth-child(3) a {
  color: #f518da;
}

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

.top-social ul {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  position: relative;
}

.footer-logo img {
  width: 350px;
  margin-bottom: 25px;
}

.numb-inner-block p {
  font-size: 17px;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.vwbtn a {
  border: 1px solid var(--color-primary);
  padding: 5px 25px;
  color: var(--color-default);
  font-size: 18px;
}

.doc-img1 img {
  position: relative;
  border: 5px solid #fff;
}

.doc-img {
  margin-bottom: 25px;
}

.doc-txt {
  color: var(--color-default);
}

.doc-txt h2 {
  font-size: 28px;
  color: var(--color-teritary);
  text-transform: uppercase;
}

.doc-txt h3 {
  color: var(--color-default);
  font-weight: 600;
  font-size: 23px;
}

.doc-txt h4 {

  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}

.abt-sec .col-md-7 {
  border-right: 1px solid var(--color-teritary);
}

.doc-txt a {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 25px;
  padding: 5px 18px;
}

.abt-content p {
  color: var(--color-default);
  line-height: 34px;
  margin-top: 14px;
  font-size: 15px;
}

.top-social1 {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 21px;
  right: 408px;
  width: auto;
  display: inline-flex;
}

.top-social1::before {
  content: " ";
  position: absolute;
  width: 148%;
  height: 1px;
  border-bottom: 1px solid var(--color-secondary);
  bottom: -5px;
  right: -33px;
}

.top-social1 li {
  display: inline-block;
  margin-right: 5px;
}

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

.top-social1 li a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  color: #575fcd;
  text-align: center;
  background: rgb(255 255 255);
  box-shadow: inset 0px 0px 10px #989898;
  line-height: 37px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.top-social1 li:nth-child(2) a {
  color: red;
}

.top-social1 li:nth-child(3) a {
  color: #f518da;
}

.top-social1 li a:hover {
  color: #fff;
  background: var(--color-primary);
}

/* .top-social1 li a {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--color-secondary);
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  margin: 0px 1px;
  border-radius: 8px;
} */

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

.top-phn-btn a {
  color: var(--color-secondary);
  font-size: 15px;
  background: rgb(255 237 237);
  padding: 6px 11px;
}

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

.chatbox-header {
  background:#B01114;
  color: #fff;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 10px 10px 0 0; */
}

.chatbox-header h2 {
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.chatbox-header .btn-danger {
  color: var(--color-primary);
  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-primary);
  border-color: var(--color-primary)
}

.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 .2rem #6e341963
}

.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/bg.jpg);
  background-size: cover;
}

.sent-btn i {
  /* transform: rotate(45deg); */
}

.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::placeholder {
  color: var(--color-default);
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
  color: var(--color-primary);
}

.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 5px;
  background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
  z-index: 5;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 0px;
}

.btn img {
  width: 48px;
  filter: brightness(0) invert(1);
}

#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;
  color: var(--color-default);
}

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

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

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

.smile-content-side::before {
  content: " ";
  position: absolute;
  width: 150px;
  height: 142px;
  border: 2px solid var(--color-secondary);
  border-radius: 20px;
  border-right-color: transparent;
  top: -28px;
  left: -18px;
}

.smile-content-side h2 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-secondary);
}

.smile-content-side h2 span {
  font-weight: 400;
  color: var(--color-primary);
  font-family: "Cinzel", serif;
  font-size: 58px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 22px;
}

.smile-main-img {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.smile-main-img:hover img {
  transform: scale(1.05);
}

.smile-main-img img {
  margin: auto;
  transition: all 300ms ease;
  border-radius: 999px;
  box-shadow: -5px 10px 19px -10px #000000;
}

.smile-content {
  margin-top: 30px;
}

.smile-content p {
  line-height: 30px;
  margin-bottom: 8px;
}

.ol_styles {
  position: relative;
  margin-bottom: 12px;
  list-style-type: none;
}

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

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

.timings-sec {
  position: relative;
  left: 0px;
  text-align: center;
  margin-top: 30px;
}

.timings-sec::before {
  content: " ";
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #f265222e, #ffffff00);
  z-index: -1;
  border-radius: 50%;
  top: -24px;
}

.timings-sec h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.timings-sec h2::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  bottom: -3px;
  left: 41px;
}

.timings-sec h2::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-primary);
  bottom: -3px;
  right: -41px;
}

.timings-sec p {
  margin: 0px 0px 5px;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.top-wrap1 {
  position: relative;
}

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

.inner-section1 {
  position: relative;
  padding: 20px 0 70px;
}

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

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

.ol_styles1 li {
  position: relative;
  padding-left: 1px;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
  list-style: disc;
}

.serv-matter h2 {
  color: var(--color-secondary);
  font-size: 22px;
  margin: 15px 0px 5px;
}

.serv-matter h3 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px 5px;
}

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

.inner-serv-img img {
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 8px #00000052;
}

.breadcrumb {
  position: relative;
  padding: 145px 0 30px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  background: transparent;
}

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


.breadcrumb h1 {
  color: var(--color-secondary);
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
  background: var(--color-secondary);
  padding: 4px 10px;
  border-radius: 8px;
}

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

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

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

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

.breadcrumb ul i {
  font-size: 18px;
  color: var(--color-secondary);
}

.contact-main-box {
  position: relative;
  margin-bottom: 80px;
}

.contact-main-box::before {
  content: " ";
  position: absolute;
  width: 90%;
  height: 100%;
  background: #f5f5f5;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  box-shadow: 0px 0px 12px #000;
}

.contact-main-box::after {
  content: " ";
  position: absolute;
  width: 95%;
  height: 100%;
  background: var(--color-secondary);
  left: 0px;
  right: 0px;
  bottom: -25px;
  margin: auto;
  z-index: -1;
  border-radius: 6px;
}

.contact-box a {
  color: var(--color-default);
  font-size: 18px;
  line-height: 30px;
  margin-top: 8px;
  display: inline-block;
}

.contact-box {
  position: relative;
  padding: 20px 0px;
}

.contact-icon {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--color-primary);
  border-radius: 8px;
  color: #fff;
  margin: auto;
  font-size: 20px;
}

.contact-main-box .col-md-4::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 70%;
  background: var(--color-secondary);
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.contact-main-box .col-md-4::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 70%;
  background: var(--color-secondary);
  right: 2px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.contactform {
  text-align: center;
}

.contactform h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-secondary);
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 1px dashed;
  margin-bottom: 0;
}

.btn-danger-gradiant {
  background: var(--color-primary);
}

.shrimap iframe {
  border: 10px solid #ccc;
  height: 307px;
  width: 100%;
  padding: 10px;
}

.contactform .form-control {
  display: block;
  width: 100%;
  text-transform: capitalize;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 48px;
}

.contactform textarea.form-control {
  height: auto;
}


.main-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: calc(50% + 17px);
  padding: 0 30px 30px 0;
  float: left;
  position: relative;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: '';
  height: 60px;
  width: 2px;
  border-left: 2px solid #BB0124;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  bottom: 0;
}

.main-timeline .timeline:after {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 6px solid #BB0124;
  border-radius: 50%;
  right: 0;
}

.main-timeline .timeline-content {
  color: #555;
  background: linear-gradient(to right bottom, var(--color-secondary), var(--color-primary));
  text-align: center;
  min-height: 170px;
  padding: 30px 35px 35px;
  border-radius: 15px 15px 0 15px;
  display: block;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline-content:before {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 17px;
  right: 17px;
  top: 17px;
  bottom: 17px;
  z-index: -1;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: var(--color-secondary);
  font-size: 35px;
}

.main-timeline .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 2px;
  color: var(--color-secondary);
}

.main-timeline .description {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  padding: 0 0 30px 30px;
  float: right;
}

.main-timeline .timeline:nth-child(even):before {
  transform: rotate(45deg);
  right: auto;
  left: 30px;
}

.main-timeline .timeline:nth-child(even):after {
  right: auto;
  left: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  border-radius: 15px 15px 15px 0;
}



.box {
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 9px #00000059;
  border-radius: 12px;
}

.box:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  transform: rotate3d(1, -1, 0, 100deg);
  transition: all 0.4s ease-in-out;
}

.box:hover:before {
  opacity: 0.9;
  transform: rotate3d(0, 0, 0, 0deg);
}

.box img {
  width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.5s ease 0s;
}

.box:hover img {
  opacity: 0.3;
  transform: translate3d(-12px, 0, 0) scale(1.1) rotate(3deg);
}

.box .box-content {
  width: 100%;
  padding: 15px 10px;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.box:hover .box-content {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

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

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

.box .icon li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: block;
  transition: all .35s;
}

.box .icon li a:hover {
  color: var(--color-secondary);
  background: #fff;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

.box .icon li a i {
  line-height: inherit;
}

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

.implants-sec {
  position: relative;
  margin-bottom: 70px;
}

.implants-head {
  position: relative;
  margin-bottom: 20px;
}

.implants-head h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 200;
  font-family: "Cinzel", serif;
  background: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  color: #fff;
  padding: 8px 20px 0px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}

.implants-head h2::before {
  content: " ";
  position: absolute;
  width: 62px;
  height: 62px;
  border: 2px solid var(--color-primary);
  left: -12px;
  top: -12px;
  z-index: -1;
}

.implants-head h3 {
  font-weight: 400;
  padding-left: 250px;
  font-size: 30px;
  color: var(--color-secondary);
}

.implants-head h3::before {
  content: " ";
  position: absolute;
  width: 33%;
  height: 2px;
  background: var(--color-secondary);
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

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

.implants-content h4 {
  font-size: 20px;
  margin: 0px 0px 8px;
}

.implants-img img {
  border-radius: 8px;
  border: 8px solid #fff;
  box-shadow: 0px 0px 11px #0000002b;
}

.about-page p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.serviceBox {
  color: var(--color-default);
  background: #fff;
  text-align: center;
  padding: 20px 0 0;
  margin: 0 10px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 5px #fff inset;
  position: relative;
}

.serviceBox .service-content {
  color: #fff;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-teritary));
  padding: 25px 15px;
  margin: 0 -10px;
  position: relative;
}

.serviceBox .service-content:before,
.serviceBox .service-content:after {
  content: "";
  background: linear-gradient(to top right, #ffffff00 49%, #999 50%);
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.serviceBox .service-content:after {
  background: linear-gradient(to top left, #ffffff00 49%, #999 50%);
  left: auto;
  right: 0;
}

.serviceBox .title {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.serviceBox .description {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.serviceBox .service-icon {
  background: var(--color-primary);
  font-size: 50px;
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50%;
  position: relative;
  top: -15px;
  transition: all 0.3s;
  margin: 0 auto;
  z-index: 1;
}

.serviceBox .service-icon img {
  width: 40px;
  filter: brightness(0) invert(1);
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 10px 30px;
  }
}

.mvv-row {
  margin-top: 30px;
}

.abt-doc-img img {
  width: 300px;
  margin: auto;
  border: 8px solid #fff;
  box-shadow: 0px 0px 12px #00000036;
}

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

.abt-doc-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.abt-doc-content p {
  margin-bottom: 8px;
  font-size: 16px;
  margin-top: 5px;
}

.abt-doc-content a {
  background: var(--color-primary);
  color: #fff;
  padding: 3px 10px 6px;
  border-radius: 40px;
}

.doc-row {
  position: relative;
  margin-top: 55px;
}

.doc-row-head h2 {
  text-transform: uppercase;
  color: var(--color-secondary);
  margin-bottom: 28px;
  border-bottom: 1px solid;
  display: inline-block;
}

.team_modal .modal-dialog {
  max-width: 800px;
}

.team_modal .modal-header {
  display: block;
  padding: 0px;
  border: none;
}

.team_modal .modal-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  background: var(--color-primary);
  opacity: 1;
  color: #fff;
  padding: 7px 8px;
}

.modal_team_head {
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 4px 2px #ccc;
  padding: 0 0 16px;
}

.modal_team_head h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 29px;
}

.modal_team_head h3 {
  font-size: 19px;
}

.modal_team_head h4 {
  font-size: 19px;
  color: var(--color-secondary);
}

.team_info h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #e94611;
  font-size: 27px
}

.team_info h4 {
  font-size: 17px;
  margin: 6px 0px 2px;
  color: #212121;
  font-weight: 500;
}

.team_info h5 {
  font-size: 21px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 10px;
  margin-top: 7px;
}

.team_info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #152e6a
}

.team_info span {
  display: inline-block;
  /* background: linear-gradient(to left, var(--color-primary), var(--color-secondary)); */
  /* background: var(--color-default); */
  border: 1px solid var(--color-secondary);
  color: var(--color-secondary);
  cursor: pointer;
  padding: 1px 9px;
  border-radius: 7px;
  font-size: 15px;
}

.team_header {
  display: block;
  padding: 10px 0
}

.team_header h4 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 31px;
  color: var(--color-secondary)
}

.team_header h5 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-default);
}

.modal-matter h2 {
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 3px;
}

.modal-matter {
  position: relative;
  text-align: left;
  padding: 15px 30px 0px;
  border-top: 1px solid #d7d7d7;
}

.team_header .close {
  position: absolute;
  background: var(--color-primary);
  opacity: 1;
  color: #fff;
  padding: 10px 9px;
  right: 0
}

.team_modal_doilauge.modal-dialog {
  max-width: 682px;
  margin-top: 7%
}

.team_m_content.modal-content {
  border: 7px solid #d2d2d2;
  padding: 18px 0px;
}

.vid-block iframe {
  width: 100%;
  height: 208px;
  border: 8px solid #fff;
  box-shadow: 0px 0px 13px #00000057;
  border-radius: 8px;
}

.vid-block{
  margin-bottom: 20px;
}