@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

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

.mobile-view {
  display: none;
}

:root {
  --color-default: #292929;
  --color-primary: #e41244;
  --color-secondary: #2d2d2d;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

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

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

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: #fff;
  background: var(--color-primary);
}
.main-menu .navigation>li .active i{
  color: #fff;
}
.main-menu .navigation>li .active:hover {
  background: var(--color-primary);
  color: #fff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

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

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

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

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

/**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: 10px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 330px;
}

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

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

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

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

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

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

}

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

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

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

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

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: 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: 110%;
  visibility: hidden;
  left: 0;
  width: 150px;
  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: 0%;
  visibility: hidden;
  left: 100%;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-secondary);
  box-shadow: 0px 0px 5px #a5a5a5;
}

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

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

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

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

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

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

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

.right-icon i {
  position: absolute;
  right: 20px;
  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;
  font-weight: 400;
  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:last-child {
  border-bottom: none;
}

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

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

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

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

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

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

.abt-sec-title h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 70px;
  color: var(--color-primary);
}

.abt-sec-title h4 {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  padding: 5px;
  background: #fdeff3;
}

.abt-sec-title h3 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  background: var(--color-secondary);
  position: relative;
  padding: 4px 16px;
}

.sec-head h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-primary);
}

.sec-head h3 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  background: var(--color-secondary);
  position: relative;
  padding: 4px 16px;
}

.sec-head p {
  padding: 0px 240px;
  font-size: 15px;
}

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

.abt-sec {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px;
}


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

.numb-main-img img {
  width: 200px;

}

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

.numb-content {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  left: 0px;
  right: 0px;
}

.numb-content span {
  font-size: 40px;
}

.numb-content p {
  margin-bottom: 0px;
  font-size: 18px;
  position: relative;
}

.numb-content p::before {
  content: " ";
  position: absolute;
  width: 30%;
  height: 1px;
  background: var(--color-secondary);
  bottom: -5px;
  left: 0px;
  right: 0px;
  margin: auto;
}

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

.doc-matter {
  margin-top: -27px;
}

.doc-matter::before {
  content: " ";
  position: absolute;
  width: 230px;
  height: 230px;
  background: linear-gradient(190deg, var(--color-primary), transparent);
  border-radius: 50%;
  opacity: 0.08;
  left: -296px;
  right: 0px;
  margin: auto;
  top: -64px;
  z-index: -1;
}

.doc-matter h2 {
  text-transform: uppercase;
}

.doc-matter h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 3px 0px;
}

.doc-matter h4 {
  font-weight: 400;
  font-size: 18px;
  margin: 3px 0px 5px;
}

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

.doc-matter1 {
  text-align: right;
  margin-top: 15px;
  position: relative;
}

.doc-matter1::before {
  content: " ";
  position: absolute;
  width: 230px;
  height: 230px;
  background: linear-gradient(190deg, var(--color-primary), transparent);
  border-radius: 50%;
  opacity: 0.08;
  left: 254px;
  right: 0px;
  margin: auto;
  top: -35px;
  z-index: -1;
}

.doc-matter1 h2 {
  text-transform: uppercase;
}

.doc-matter1 h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 3px 0px;
}

.doc-matter1 h4 {
  font-weight: 400;
  font-size: 18px;
  margin: 3px 0px 5px;
  padding-left: 97px;
}

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

.doc-sec-row {
  margin-top: -60px;
}

.doc-row {
  padding-top: 20px;
}

.derma-sec {
  position: relative;
  margin-bottom: 100px;
  min-height: 500px;
}

.derma-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 100%, 0 28%, 18% 1%, 100% 46%, 100% 100%);
  background: linear-gradient(252deg, #cb0333, var(--color-secondary));
  top: 0px;
  left: 0px;
  z-index: -1;

}

.derma-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 100%, 0 28%, 18% 1%, 100% 46%, 100% 100%);
  background-image: url(../gallery/derma-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  top: 0px;
  left: 0px;
  opacity: 0.2;

}



.derma-head h2 {
  font-weight: 300;
  font-size: 38px;
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  padding-bottom: 5px;
  color: #fff;
}

.derma-head h2::before {
  content: " ";
  position: absolute;
  width: 40%;
  height: 1px;
  right: -20px;
  background: #fff;
  bottom: -5px;
}

.derma-head h2::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -20px;
  background: #fff;
  bottom: -5px;
}

.derma-box {
  position: relative;
  padding: 200px 0px 50px;
}

.derma-matter p {
  line-height: 34px;
  color: #fff;
  font-weight: 300;
  text-align: justify; 
  font-size: 17px;
}
.derma-matter a {
  border: 1px solid #fff;
  padding: 3px 10px;
  color: #fff;
}
.derma-img-row {
  position: absolute;
}

.derma-img-row .col-md-3:nth-child(1) {
  margin-top: -47px;
  left: 195px;
}

.derma-img-row .col-md-3:nth-child(4) {
  margin-top: 100px;
  left: 244px;
}

.derma-img-row .col-md-3:nth-child(3) {
  margin-top: 50px;
  left: 235px;
}

.derma-img-row .col-md-3:nth-child(2) {
  margin-top: -3px;
  left: 216px;
}

.derma-main-img img {
  border-radius: 50%;
  width: 210px;
  border: 7px solid #f5f5f5;
  box-shadow: 5px 5px 6px #0000004f;
}

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

}

.blog-block {
  position: relative;
}

.blog-inner-img img {
  border-radius: 50%;
  width: 240px;
  border: 7px solid #f5f5f5;
  box-shadow: 3px 0px 4px #0000007d;
}

.blog-outer-img {
  position: relative;
  padding-bottom: 80px;
}

.blog-info {
  border-radius: 26px;
  padding: 22px 20px;
  background: linear-gradient(to right, #ebebeb, #ffffff00);
}

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


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

.faq-sec .faq-blk {
  position: relative;

}


.faq-blk .faq-txt {
  position: absolute;
  top: 0;
  padding: 85px 14px 55px 83px;

}

.faq-txt h2 {
  font-size: 25px;
}


.faq-sec .faq-row {
  position: relative;
  padding-top: 35px;
}


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

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

.footer_links1 {
  text-align: center;
}

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

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

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

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

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

.footer-txt {
  position: relative;

}

.footer-adr .fad-txt h3 {
  font-size: 20px;
  color: var(--color-primary);
  margin: 9px 0px 3px;

}

.footer-adr .f-icon {
  width: 35px;
  height: 35px;
  background: var(--color-primary);
  line-height: 33px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.footer-add-block {
  position: relative;
  background: var(--color-secondary);
  padding: 25px 0px 0px;
}

.footer-adr {
  position: relative;
  color: var(--color-default);
  padding-top: 20px;
}

.footer-adr::before {
  content: " ";
  position: absolute;
  width: 70%;
  height: 100%;
  border-top: 1px solid #15151533;
  top: 0px;
}

.bottom-footer p {
  margin: 0;
  font-size: 15px;
  display: inline-block;
  padding: 11px 0px;
  color: var(--color-default);
}

.bottom-footer p a {
  color: var(--color-primary);
}

.fad-txt p {
  font-size: 15px;
  color: var(--color-default);
}

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

.footer-btm-box::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #15151561;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 10px;
}

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

.footer-title {
  position: absolute;
  top: -17px;
  left: 59px;
}



.feed-row {
  padding-top: 35px;
}


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

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

.serv-row .col-md-4:nth-child(1) .serv-block:nth-child(1),
.serv-row .col-md-4:nth-child(1) .serv-block:nth-child(3) {
  position: relative;
  right: -110px;
}

.serv-row .col-md-4:nth-child(3) .serv-block:nth-child(1),
.serv-row .col-md-4:nth-child(3) .serv-block:nth-child(3) {
  position: relative;
  left: -110px;
}

.serv-ad-img {
  margin-top: 160px;
  position: relative;
}

.serv-ad-img::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 46%;
  background: var(--color-primary);
  top: -150px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.serv-ad-img::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 46%;
  background: var(--color-primary);
  bottom: -150px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.serv-ad-img img {
  border-radius: 50%;
  border: 5px solid #f5f5f5;
  box-shadow: 0px 0px 7px #797979;
  width: 230px;
}

.serv-sec .container {
  max-width: 1300px;
}

.serv-block {
  margin-bottom: 30px;
}

.serv-icon img {
  border-radius: 50%;
  width: 200px;
}

.serv-content {
  display: inline-flex;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  align-items: center;
}

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

.serv-icon img {
  transition: all 0.3s ease-in-out;
}

.serv-block:hover .serv-icon .icon1 {
  display: block;
  opacity: 1;
}
.serv-row .col-md-4:nth-child(3) .serv-icon .icon1 {
  left: 65%;
}
.icon1 {
  width: 100%;
  padding: 15px 10px;
  margin: 0;
  list-style: none;
  opacity: 0;
  display: none;
  transform: translateX(-35%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 70%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

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

.icon1 li a {
  color: var(--color-primary);
  background: #fff;
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  transition: all .3s ease-in-out;
  text-align: center;
}

.icon1 li a:hover {
  color: var(--color-primary);
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.serv-block:hover .serv-icon img {
  filter: brightness(0.5);
}

.serv-info {
  position: relative;
  text-align: right;
  padding-right: 20px;
  width: 206px;

  padding: 9px 10px 12px 21px;
}

.serv-row .col-md-4:nth-child(3) .serv-content {
  left: 30px;
}

.serv-row .col-md-4:nth-child(3) .serv-icon {
  padding: 9px 21px 12px 10px;
}

.serv-row .col-md-4:nth-child(3) .serv-info {
  text-align: left;
  padding: 9px 21px 12px 10px;
}

.serv-icon {

  width: 166px;
  position: relative;
  padding: 9px 10px 12px 21px;


}

.serv-info p {
  margin: 0px;
  color: var(--color-default);
}

.serv-info h2 {
  font-size: 18px;
  color: var(--color-default);
}

.blog-outer-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-secondary);
  margin: auto;
  z-index: -1;
}

.blog-outer-img::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-row {
  padding-top: 10px;
}
.test-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 46px 0px;
  height: fit-content;
  bottom: 0px;
  margin: auto;
}

.test-txt h2 {
  font-size: 33px;
  color: var(--color-primary);

}

.test-txt p {
  font-size: 15px;
  margin-bottom: 2px;
}

.blog-sec .sec-head p {
  padding: 0px;
}

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

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

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

.appointment-form h2::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 30px;
  background: var(--color-secondary);
  left: 6px;
  top: 0px;
  margin: auto;
}

.appointment-form h2::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 30px;
  background: var(--color-secondary);
  right: 6px;
  bottom: 0px;
  margin: auto;
}

.appointment-form h2 {
  position: relative;
  font-weight: 500;
  padding: 5px 18px;
  display: inline-block;
  background: #fff;
  margin-bottom: 10px;

}

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

.appointment-form {
  padding: 45px 40px 25px;
  position: relative;
  background: var(--color-secondary);
  border-radius: 5px;
}

.appointment-form::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/appnt-bg.png);
  opacity: 0.2;
  background-position: center;
  left: 0px;
  top: 0px;
  filter: grayscale(1);
}

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

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

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

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

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

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

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

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

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

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

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


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


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


.select-hide {
  display: none;
}

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

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


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

.footer-widget__social span {
  color: #1e2123;
  font-size: 20px;
  font-weight: 600;
}

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

.footer-widget__social li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: var(--color-secondary);
  margin: 0 4px;
  /* box-shadow: inset 0px 0px 10px #646464; */
  font-size: 16px;
}
.footer-widget__social li a img {
  width: 17px;
  filter: brightness(0) invert(1);
}
.top-phn-btn {
  position: absolute;
  right: 42px;
  top: 23px;
  z-index: 1;
}

.top-phn-btn a {
  color: var(--color-default);
}

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

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

.breadcrumb {
  position: relative;
  text-align: center;
  padding: 170px 0 30px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  /* background: linear-gradient(to bottom, #fcecf0, transparent); */
  background: transparent;
}
/* .breadcrumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 7px;
  background: linear-gradient(to left, transparent, var(--color-primary), transparent);
} */

.breadcrumb h1 {
  color: var(--color-secondary);
  font-size: 29px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px
}

.breadcrumb ul li a {
  font-weight: 500;
  color: var(--color-default);
}

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

.breadcrumb ul li::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

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

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

.breadcrumb ul {
  padding: 6px 9px;
  position: relative;
  display: inline-block;
  background: #ffe8e8;
}


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


.inner-section1 {
  position: relative;
  padding: 45px 0px 85px;
}


.serv-matter p {
  font-size: 15px;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
}
.serv-image{
  position: relative;
  border:1px solid #2d2d2d85;
  padding: 10px;
  margin-bottom: 10px;
}
.serv-image img {
  box-shadow: 0px 0px 10px #9f9f9f;
  border-radius: 10px;
}

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

.ol_styles li {
  position: relative;
  padding-left: 1px;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 15px;
  text-align: justify;
  list-style: disc;
}
.serv-matter h2 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px;
}
.serv-matter h3 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px;
}

.serv-matter a{
  color: var(--color-primary);
}

.doc_pic img {
  border: 9px solid #f5f5f5;
  box-shadow: 0 7px 18px -9px #bbbbbb;
}
.doc_details {
  margin-bottom: 10px;
}
.doc_details h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 37px;
    display: inline-block;
    padding-top: 20px;
    margin: 0;
    font-weight: 400;
}
.doc_details h3 {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  padding-top: 5px;
  margin: 0;
}
.doc_details p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 25px;
}

.abt-doc-pic{
  margin-bottom: 40px;
}

.blog-sec1 {
  padding: 10px;
  border: 1px solid #efd2d9;
  box-shadow: 0px 0px 10px #ccc;
  text-align: center;
}
.blogs-sec h3 {
  font-size: 19px;
  font-weight: 400;
  color: var(--color-primary);
}
.blogs-sec p {
  font-size: 15px;
  margin-bottom: 0px;
}
.blogs-sec a {
  padding: 6px;
  border-radius: 5px;
  color: var(--color-primary);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 14px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.blogs-menu h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--color-primary);
  border-color:var(--color-secondary);
}

.list-group a{
  color: var(--color-secondary);
}

.blog_pic_ img{
  border: 1px solid rgba(0, 0, 0, .125);
  border: 7px solid #fff;
  margin-top: 30px;
}

.top-phn-btn a.appnt-extra{
  border: 1px solid var(--color-primary);
  padding: 7px 9px; 
  margin-left: 8px;
  color: var(--color-primary);
}
.top-phn-btn a.appnt-extra i{
  background: none;
  color: var(--color-primary);
  width: auto;
    height: auto;
}


.about_box_wrapper {
  margin: auto;
  position: relative;
  text-align: center
}

.about_box_wrapper .order-last {
  order: inherit
}

.about_box_wrapper .about_imgbox {
  text-align: left;
  margin-top: 50px
}

.address_info {
  position: relative;
  left: 0;
  background: var(--color-default);
  padding: 27px 28px 12px;
  z-index: 1;
  max-width: 925px;
  right: 0;
  margin: auto; 
  border-radius: 6px;
}

.address_info::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 77px
}

._addresslist {
  position: relative;
  color: #e4e4e4;
  font-size: 16px;
  display: inline-block; 
}

._addresslist span {
  margin-left: 10px
}

._addresslist:last-child {
  border-bottom: none
}

._addresslist i {
  border-radius: 50%;
  /* border: 2px solid #fff; */
  background: #ffffff1a;
  color: #ffffff;
  display: block;
  width: 65px;
  height: 65px;
  margin: 0px auto 12px;
  line-height: 65px;
  font-size: 29px;
}

.submit-map {
  background: #fff;
  text-align: center;
  padding: 89px 60px 40px;
  margin-top: -46px;
  border-radius: 16px;
  position: relative;
}

.submit-map::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 200px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0px;
  z-index: -1;
  box-shadow: 0px 0px 55px #0c0c0c;
}

.contact-form h2 {
  margin-bottom: 23px;
  color: var(--color-primary);
  font-size: 33px;
  border-bottom: 1px dashed;
  display: inline-block;
  padding-bottom: 5px;
}
.contact-page-map h2 {
  margin-bottom: 23px;
  color: var(--color-primary);
  font-size: 33px;
  border-bottom: 1px dashed;
  display: inline-block;
  padding-bottom: 5px;
}
.contact-form .form-control {
  height: 49px;
  background-color: #f3f3f3;
  color: #000;
  border: none;
  border-radius: 0;
  font-size: 16px;
}

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

.contact-form textarea.form-control {
  height: 95px;
}
.contact-page-map iframe {
  width: 100%;
  height: 200px;
}

.address_info .col-md-5:nth-child(2)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 77%;
  background: linear-gradient(to top, #ffffff00, #ffffff, #ffffff00);
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.address_info .col-md-5:nth-child(2)::after{
  content: " ";
  position: absolute;
  width: 1px;
  height: 77%;
  background: linear-gradient(to top, #ffffff00, #ffffff, #ffffff00);
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
}

.hos-head h3{
  font-weight: 400;
  color: var(--color-secondary);
  margin-bottom: 5px;
}

.hos-head h2 {
  margin-top: 9px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.hos-head h2::before{
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-secondary);
  bottom: -5px;
  left: 0px;
}
/* .hos-head h2::after{
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  bottom: -5px;
  right: 218px;
} */

.doc-head h3 {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--color-primary);
  padding: 5px 16px;
  display: inline-block;
  margin: 0px;
}

.doc-head h4 {
  font-size: 20px;
  line-height: 31px;
  color: var(--color-default);
  font-weight: 400;
  margin: 6px 0 0px;
  padding-bottom: 6px;
}

.doc-head{
  position: relative;
  margin-top: 80px;
}
.abt-doc{
  position: relative;
  margin-top: 80px;
}
.abt-doc img {
  border: 8px solid #f5f5f5;
  box-shadow: -11px 12px 5px #00000014;
}


  
.main-timeline .timeline{
    width: calc(65% + 65px);
    padding: 0 123px 0px 0;
    float: left; 
    margin-bottom: 40px;
    position: relative;
}
.main-timeline .timeline-content{
    color: var(--color-primary);
    background: linear-gradient(to top,transparent 50%, #2d2d2da1 50%);
    text-align: center;
    /* min-height: 170px; */
    padding: 33px;
    border-radius: 40px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:before{
    content: '';
    background-color: #fff;
    border-radius: 35px;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    z-index: -1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #fff;
    background: linear-gradient(transparent 50%, #2d2d2da1 50%);
    font-size: 33px;
    line-height: 130px;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -123px;
    top: 50%;
    z-index: 1;
}
.main-timeline .timeline-year:before{
    content: '';
    background-color: var(--color-primary);
    border-radius: inherit;
    border: 10px solid #fff;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    z-index: -1;
}
.main-timeline .timeline-icon{ font-size: 35px; }
.main-timeline .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.main-timeline{
  position: relative;
}
.main-timeline .description {
  color: #181818;
  font-size: 15px;
  font-weight: 400;
  /* letter-spacing: 0.5px; */
  line-height: 25px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 0 0 123px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -123px;
} 
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        margin: 0 0 30px;
    }   
}
@media screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 123px 0 0px 0;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: -123px;
    }
}


.appont-login a span {
  background: var(--color-secondary);
  color: #ffffff;
  padding: 7px 17px;
  cursor: pointer;
  border-radius: 30px;
}


.box {
  position: relative;
  overflow: hidden;
  border: 4px solid #f5f5f5;
  box-shadow: 0px 17px 7px -10px #00000070;
  margin-bottom: 30px;
}

.box-content:after,
.box-content:before,
.box:after,
.box:before {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .3s;
}

.box-content .lightboxed:hover {
  box-shadow: 0 0 32px #333;
  transform: scale(1.025);
}

.box:after {
  top: 25%;
  transition-delay: .1s
}

.box-content:before {
  top: 50%;
  transition-delay: .2s
}

.box-content:after {
  top: 75%;
  transition-delay: .3s
}

.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover:after,
.box:hover:before {
  opacity: 1
}

.box img {
  width: 100%;
  height: auto
}

.box .box-content {
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1
}

.content {
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 58px;
  z-index: 2;
  transition: all .3s ease 0
}

.box .title {
  color: #25567a;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 0 2px #fff;
  text-transform: uppercase;
  margin: 0;
  opacity: 0;
  transform: translateX(-100px);
  transition: all .5s ease .3s
}

.box .post {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  opacity: 0;
  transform: translateX(100px);
  transition: all .5s ease .3s
}

.box:hover .post,
.box:hover .title {
  opacity: 1;
  transform: translateX(0)
}

.box .icon {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all .5s ease .3s
}

.box:hover .icon {
  opacity: 1
}

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

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

.box .icon li a:hover {
  color: #fff;
  background-color: #e63639;
  box-shadow: 0 0 10px rgba(0, 0, 0, .8) inset
}

@media only screen and (max-width:479px) {
  .box .title {
      font-size: 20px
  }
}

.main-tag h1{
  font-weight: 500;
  margin-bottom: 50px;
}
.vid-blk{
  margin-bottom: 20px;
}
.vid-blk iframe{
  height: 250px;
  width: 100%;
  border: 2px solid var(--color-primary);
  padding: 8px;
  box-shadow: 0 0 10px #0000004a;
  
}

