@import url(font-awesome.min.css);
*,
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.mobile-menu-visible,
.page-wrapper {
  overflow: hidden;
  position: relative;
  scroll-behavior: smooth;
}
.page-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../gallery/bg.png);
  z-index: -1;
  opacity: 0.6;
}
.mobile-menu .navigation li,
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
._abt_info_btm h3,
.about-content h2,
.about-content h3,
.appointment,
.consultation_block h2,
.docot_info h3,
.main-menu .navigation > li > a,
.mobile-menu .navigation li > a,
.sec-title h2,
.testimonial-block .name,
.what_we h3 {
  text-transform: uppercase;
}
.asahcmaab,
body {
  font-family: "Open Sans", sans-serif;
}
* {
  border: none;
  outline: 0;
  font-size: 100%;
}
body {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
li,
ul {
  list-style: none;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
}
.header-main {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.top-wrap {
  position: relative;
  height: 100vh;
}
.header-main .lower-box {
  position: relative;
  height: 100%;
}
.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
.navigation .dropdown .cstmwidth {
  width: 133px;
}
.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 60px 0 0;
  top: 0;
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 11px;
  border-radius: 24px 0 1px 24px;
}
.lower-box .logo {
  top: 45px;
  position: absolute;
  display: inline-block;
  left: 0;
  z-index: 999;
  width: 330px;
}
.header-main .top-left {
  position: absolute;
  background: 0 0;
  padding: 0;
  display: inline-block;
  top: 23px;
  right: 18px;
}
.header-main .top-left::before {
  content: "";
  position: absolute;
}
.header-main .info-list,
.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}
.header-main .info-list li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 12px;
  color: #1c1c1c;
  font-weight: 500;
  padding: 0 10px;
  margin-right: 2px;
  border-right: 1px dashed;
}
.header-main .info-list li:last-child,
.why-row .col-md-2:last-child {
  border-right: none;
}
.header-main .info-list li a {
  display: inline-block;
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-main .info-list li a:hover {
  color: #ed1b24;
}
.header-main .info-list li span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 31px;
  width: 32px;
  height: 32px;
  background: linear-gradient(to left, #cd6c9b, #fd6598);
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
.header-main .top-right {
  position: relative;
  float: right;
}
.appointment {
  top: 40px;
  position: absolute;
  right: -157px;
  font-size: 17px;
}
.appointment span {
  background: linear-gradient(to bottom, #cd6c9b, #fd6598);
  color: #fff;
  padding: 7px 17px;
  cursor: pointer;
  border-radius: 30px;
}
.docot_info a,
.main-menu .navigation > li > ul > li:hover,
.main-menu .navigation > li > ul > li > ul > li:hover,
.main-menu .navigation > li > ul > li > ul > li > ul > li:hover {
  background-image: linear-gradient(to left, #cd6c9b, #fd6598);
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 285px;
  background: #f1f1f1;
  opacity: 0;
  z-index: 100;
  box-shadow: 0 0 5px #ccc;
}
.main-menu .navigation > li > ul > li > ul,
.main-menu .navigation > li > ul > li > ul > li > ul {
  position: absolute;
  left: 101%;
  top: -5%;
  width: 233px;
  padding: 0;
  z-index: 100;
  background: #f1f1f1;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.main-menu .navigation ul .cstm-width {
  width: 142px;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li > ul > li.dropdown:hover > ul,
.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: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.main-menu .navigation > li > ul > li {
  border-bottom: 1px solid #cccc;
  position: relative;
  display: block;
  padding: 5px 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
.asahcmaab h2 a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb > .breadcrumb-item a:hover,
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > ul > li > a:hover,
.ser_head.sec-title h2,
.ser_head.sec-title h3,
.ser_head.sec-title p {
  color: #fff;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  padding: 9px 10px;
  margin-left: 0;
  transition: 0.3s;
}
.main-menu .navigation > li > a {
  border-right: 0px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  padding: 0;
  color: #0f2f44;
  transition: 0.3s;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  text-align: start;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  opacity: 1;
  padding: 0;
  text-transform: capitalize;
  color: #0f2f44;
  transition: 0.3s;
}
.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  text-align: start;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  opacity: 1;
  padding: 5px 7px;
  text-transform: capitalize;
  color: #0f2f44;
  transition: 0.3s;
}
.main-menu .navigation > li > ul > li > ul > li,
.main-menu .navigation > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #cccc;
}
.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 5;
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}
.mobile-menu,
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}
.mobile-menu {
  width: 300px;
  max-width: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  width: 100%;
  background-color: rgba(3, 13, 40, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -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-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.box,
.btn-style-one,
.consultation_block,
.faq-body,
.ser_img_ {
  overflow: hidden;
}
.banner-one__slide,
.offers-section::before {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover,
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -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;
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu .navigation li.dropdown .dropdown-btn,
.mobile-menu .navigation li > a:before {
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.mobile-menu .navigation li > a:before {
  content: "";
  left: 0;
  top: 0;
  height: 0;
  transition: 0.5s;
}
.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;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: #169eab;
  cursor: pointer;
  border-radius: 2px;
  transition: 0.5s;
  z-index: 5;
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.testimonial-carousel .owl-nav {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 5px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box .icon li a,
.social-icon-two li a {
  line-height: 35px;
  height: 35px;
  width: 35px;
}
.team-carousel .owl-dot,
.theme-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.mobile-menu .social-links li a:hover {
  color: #ddd;
}
.banner-wrapper {
  position: relative;
  z-index: -1;
}
.doc_block,
.docotor_image {
  z-index: 1;
  position: relative;
  text-align: center;
}
.banner-one .container {
  position: relative;
  padding-top: 92px;
  padding-bottom: 130px;
}
.banner-one__slide {
  height: 100vh;
}

.slide-two {
  background-image: url(../gallery/banner/banner2.jpg);
}

.offers-section {
  position: relative;
  padding: 17px 0 0;
}
.offers-section::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
}
.about-content {
  position: relative;
  margin-bottom: 31px;
}
.about-content h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
}
.about-content h1 {
  color: #fd6598;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 34px;
}
.about-content h1::before {
  content: "";
  position: absolute;
  width: 38%;
  height: 2px;
  background: #23bfcb;
  right: 0;
  top: 54px;
}
.about-content p {
  margin-bottom: 16px;
  text-align: justify;
  line-height: 27px;
  font-size: 15px;
}
.about-content p a,
.about-content p a:hover,
.copyright a {
  color: #fd6598;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 4px 14px;
  font-weight: 500;
  border-radius: 30px;
  background: linear-gradient(to left, #1e1e1e, #fd6598);
  border: 2px dotted #fff;
}
.theme-btn {
  display: inline-block;
  transition: 0.3s;
}
.doc_block {
  margin-top: -1px;
}
.doc_block::before {
  content: "";
  position: absolute;
  width: 85%;
  height: 63%;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to top, rgb(0 0 0 / 0%), #ffc2d6);
}
.mvv_icon,
.team-carousel .owl-dot {
  background: #fff;
  display: inline-block;
}
.docotor_image {
  width: 289px;
  left: 0;
  right: 0;
  margin: auto;
}
.docotor_image img {
  border: 10px solid #f3f3f3;
  width: 399px;
  box-shadow: 0 6px 4px #898989;
}
.docot_info {
  position: relative;
  margin: 0 0 14px;
  padding: 25px 0 0;
}
.docot_info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
}
.docot_info h3 {
  font-size: 23px;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.docot_info h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fd6598;
}
.docot_info p {
  color: #1e1e1e;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 21px;
}
.docot_info a {
  display: inline-block;
  color: #fff;
  padding: 6px 13px;
  border-radius: 30px;
  font-size: 15px;
  margin: 0 3px;
}
.docot_info a.teamanchr {
  background: 0 0;
  color: #000;
  padding: 0;
}
.docot_info a.teamanchr:hover {
  background: 0 0;
  color: #000;
  text-decoration: underline;
}
.docot_info a:nth-child(2) {
  background: #fd6598;
  color: #fff;
}
.docot_info a:hover,
.docot_info a:hover:nth-child(2) {
  background-color: #fd6598;
  color: #fff;
}
.team-carousel .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 36px;
}
.team-carousel .owl-dot {
  position: relative;
  height: 21px;
  width: 21px;
  border: 3px solid #171348;
  opacity: 1;
  margin: 0 2px;
  border-radius: 50%;
  transition: 0.3s;
  top: -43px;
}
.team-carousel .owl-dot.active,
.team-carousel .owl-dot:hover {
  opacity: 1;
  border: 3px solid #23bfcb;
}
._abt_info_btm h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #fd6598;
  display: inline-block;
}
._abt_info_btm span {
  color: #1e1e1e;
}
._abt_info_btm p {
  font-size: 15px;
  line-height: 24px;
}
.mvv_icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 5px solid #f5f5f5;
  border-radius: 50%;
  padding: 14px;
}
.main-timeline,
.mvv_list_bocks,
.testimonial-block .info-box,
.testimonilal_block {
  position: relative;
}
.mvv_list_bocks::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  background: #1e1e1e;
  left: 37px;
  top: 24px;
}
.abt_btm_row {
  align-items: center;
  align-items: center;
  padding-bottom: 20px;
}
.abt_btm_row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.consultation_block {
  position: relative;
  display: block;
  top: -167px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 42px 0;
  border-radius: 20px;
}
.what_we,
.what_we h3 {
  display: inline-block;
}
.consultation_block::before {
  content: "";
  content: "";
  position: absolute;
  background: #2d2a29;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.consultation_block h2 {
  margin: 0 0 12px;
  position: relative;
  color: #fff;
  top: -10px;
}
.consultation_block span {
  display: inline-block;
  color: #fff;
  border: 2px dotted #fff;
  top: 0;
  position: relative;
  background: #fd6598;
  font-size: 28px;
  padding: 9px 17px;
  border-radius: 30px;
}
.what_we {
  text-align: center;
}
.what_we h3 {
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  font-size: 38px;
}
.abt_bottom {
  position: relative;
  text-align: center;
  padding: 0 20px 31px;
  margin-bottom: 0;
}
.abt_bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 87%;
  border: 1px dashed;
  left: 0;
  bottom: 0;
  background: #fff;
}
._abt_info_btm {
  position: relative;
  color: #333;
}
.testimonial-section {
  position: relative;
  padding: 50px 0 61px;
}
.testimonial-head {
  margin-top: 0;
  margin-bottom: 16px;
}
.testimonial-section:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  border-radius: 10px;
}
.testimonial-carousel {
  position: relative;
  margin: 0 auto;
}
.testimonial-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
}
.testimonial-block {
  position: relative;
  padding-bottom: 31px;
}
.testimonial-block .inner-box {
  position: relative;
  background-color: #afffc2;
  padding: 77px 27px 20px;
  text-align: center;
  z-index: 9;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0%);
}
.testimonial-block .inner-box:after,
.testimonial-block .inner-box:before {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 36px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-block .inner-box:after {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.active .testimonial-block .inner-box:after,
.active .testimonial-block .inner-box:before {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.testimonial-block .text {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 32px;
  color: #000;
  font-weight: 300;
  margin-bottom: 25px;
}
.testimonial-block .name {
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.testimonial-block .designation {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #696478;
  margin-bottom: 5px;
}
.testimonial-block .thumb {
  position: relative;
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 18px;
}
.testimonial-block:after,
.testimonial-block:before {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
  bottom: 30px;
  margin: 0 auto;
  content: "";
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.testimonial-block:before {
  left: 60px;
  right: 60px;
  bottom: 0;
  z-index: -1;
}
.testimonial-carousel .active .testimonial-block:after,
.testimonial-carousel .active .testimonial-block:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.testimonial-carousel .active .testimonial-block:before {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.testimonial-carousel .owl-dots {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin: 36px 0 0;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  height: 21px;
  width: 21px;
  border: 3px solid #041b3c;
  opacity: 1;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-carousel .owl-dot.active,
.testimonial-carousel .owl-dot:hover {
  opacity: 1;
  border: 3px solid #fd6598;
}
.testimnila_box.serviceBox {
  text-align: center;
  padding: 53px 0;
  position: relative;
  z-index: 1;
  margin: 25px 0 5px;
}
.testimnila_box.serviceBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  /* background: linear-gradient(to bottom, #f5f5f5, #ddd); */

  margin: auto;
  z-index: -1;
  border: 2px dashed #f36296;
}
.testimnila_box.serviceBox:after {
  left: initial;
  right: 46px;
  top: 0;
  bottom: initial;
}
.testimnila_box.serviceBox .service-icon {
  color: #f36296;
  font-size: 21px;
  position: absolute;
  left: 86px;
  top: 42px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
.testimnila_box.serviceBox .service_icon_btm {
  left: initial;
  top: 149px;
  bottom: 0;
  right: 56px;
}
.testimnila_box.serviceBox .title {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #252525;
  display: inline-block;
  padding: 0 89px;
}
.testimnila_box.serviceBox .title::after {
  left: initial;
  right: 0;
}
.testimnila_box.serviceBox .description {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0 81px;
}
.sec-title h2 {
  color: #000;
  border-bottom: 2px dotted #2d2a29;
  display: inline-block;
  padding-top: 25px;
}
.sec-title p {
  line-height: 25px;
  padding: 3px 0;
}
.testimoanial_read {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.testimoanial_read::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 16px;
  z-index: -1;
}
.why-section::after,
.why-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  content: "";
}
.testimoanial_read a {
  display: inline-block;
  color: #f08533;
  font-weight: 600;
  font-size: 20px;
  border: 2px solid;
  padding: 7px 19px;
  border-radius: 30px;
  background: #fff;
}
.sec-title1 h2,
.why-list h3 {
  color: #fff;
  text-transform: uppercase;
}
.depart-item a,
.gg_review,
.serv-depart-list .depart-item:nth-child(2) a,
.serv-depart-list .depart-item:nth-child(3) a,
.serv-depart-list .depart-item:nth-child(4) a,
.serv-depart-list .depart-item:nth-child(5) a,
.serv-depart-list .depart-item:nth-child(6) a,
.serv-depart-list .depart-item:nth-child(7) a {
  background: #f5f5f5;
}
.gg_review {
  position: relative;
  top: 0;
  text-align: center;
  border-radius: 16px;
  width: 256px;
  margin: 0 auto 6px;
  padding: 5px;
  box-shadow: 0 0 10px #a8a8a8;
}
.why-section {
  position: relative;
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.appointment-form,
.blog-content {
  background: linear-gradient(to top, #e0f7f9, #f2f2f3);
  box-shadow: 0 6px 5px #8b8b8b;
}
.why-row {
  padding-top: 20px;
}
.why-section::before {
  background: rgb(45 42 41);
  opacity: 0.86;
  top: 0;
  filter: blur(0.7px);
}
.sec-title1 h2 {
  position: relative;
  display: inline-flex;
  border-bottom: 2px dotted #fff;
  margin-bottom: 22px;
  line-height: 1.2em;
  font-weight: 400;
}
.sec-title h2 span {
  color: #fd6598;
  font-weight: 400;
  text-transform: uppercase;
}
.why-section::after {
  background-image: url(../gallery/why.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-attachment: fixed;
}
.why-row .col-md-2 {
  border-right: 1px dashed #fff;
  flex: 0 0 20.666667%;
  max-width: 20%;
}
.why-list h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  margin-top: 18px;
}
.faq-page,
.footer-upper .footer-list li a,
.footer-upper .footer-list li a:hover {
  color: #000;
}
._addre_bar,
._mail_bar,
._tele_bar,
.doc-img,
.ortho-content,
.why-list {
  text-align: center;
}
.appointment-form {
  text-align: center;
  padding: 109px;
  border-radius: 50%;
  width: 633px;
  height: 631px;
  border: 4px solid #ccc;
  position: relative;
}
.blog-item,
.blog-sec,
.c_map {
  padding-top: 30px;
}
.appointment-form .form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px dotted #000;
  border-radius: 0;
}
.blog-sec {
  text-align: center;
}
.blog-content {
  content: "";
  position: absolute;
  width: 76%;
  height: 103px;
  left: 43px;
  bottom: -36px;
}
.asahcmaab,
.blog-content h4,
.depart-item a,
.footer-bottom,
.footer-upper .footer-list,
.hr-line,
.ortho-img,
.program-section,
.serv-depart-list,
.service-area,
.social-icon-two,
.social-icon-two span {
  position: relative;
}
.blog-content h4 {
  font-size: 15px;
  padding-top: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-content a {
  font-size: 14px;
  padding: 1px 7px;
  border-radius: 32px;
  border: 1px solid #000;
  color: #000;
}
.blog-img img {
  width: 300px;
  border-radius: 84px;
  filter: brightness(0.6);
  height: 300px;
}
.asahcmaab {
  background: #f36296;
  text-align: center;
  padding: 25px 0;
  z-index: 1;
  width: 100%;
}
.asahcmaab p {
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.asahcmaab h2 {
  font-size: 27px;
  font-weight: 400;
  margin-top: 0;
  display: inline-block;
  color: #fff;
}
.footer-upper {
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer-abt,
.footer-diagno,
.footer-srv,
.srv-faqs {
  text-align: left;
}
.footer-upper h2 {
  text-transform: uppercase;
  font-size: 23px;
}
._addre_bar p,
._mail_bar p,
._tele_bar p {
  font-size: 16px;
}
.footer-upper .footer-abt h2::before,
.footer-upper .footer-srv h2::before {
  content: "";
  position: absolute;
  width: 86px;
  height: 2px;
  border-bottom: 2px solid #f36296;
  top: 30px;
}
.footer-cnt {
  text-align: center;
  padding-left: 0;
}
.footer-upper .footer-cnt h2::before {
  content: "";
  position: absolute;
  width: 107px;
  height: 2px;
  border-bottom: 2px solid #f36296;
  top: 30px;
}
.footer-upper .footer-diagno h2::before {
  content: "";
  position: absolute;
  width: 138px;
  height: 2px;
  border-bottom: 2px solid #f36296;
  top: 30px;
}
.footer-upper .footer-list {
  padding-left: 1px;
}
.footer-upper .footer-list li:before {
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  content: "";
  background: #f36296;
}
.footer-upper .footer-list li {
  position: relative;
  display: block;
  margin-bottom: 4px;
  padding-left: 15px;
}
.social-icon-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 209px;
  margin: 16px auto 0;
  padding: 9px 0;
  box-shadow: 0 0 10px #ccc;
  border-radius: 30px;
}
.social-icon-two li {
  padding: 0 3px;
}
.social-icon-two li a {
  display: block;
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
  background: #f36296;
}
.social-icon-two span {
  left: 10px;
}
.addr-bar {
  display: inline-table;
}
.addr-bar .col-md-12 {
  border-bottom: 2px dotted #f36296;
  padding: 10px 15px;
}
.addr-bar .col-md-12:last-child {
  border: none;
}
._addre_bar p {
  line-height: 27px;
}
._tele_bar p {
  line-height: 25px;
}
.footer-bottom {
  padding-top: 10px;
  padding-bottom: 6px;
}
.footer-bottom:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #fd6598, #fd6598);
  content: "";
}
.program-section::before,
.service-area::before {
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
.copyright {
  text-align: center;
  font-size: 15px;
}
.main-footer {
  background: #f2f2f3;
}
.faq-page {
  width: 62%;
  cursor: pointer;
  padding: 19px 20px;
  border: none;
  transition: 0.4s;
  margin: auto;
  font-size: 16px;
}
.active-one,
.faq-page:hover {
  background-color: #f9f9f9;
}
.faq-body {
  margin: auto;
  width: 50%;
  padding: 0 18px;
  background-color: #fff;
  display: none;
}
.faq-page:after {
  content: "\02795";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.active-one:after {
  content: "\2796";
}
@media only screen and (max-width: 800px) {
  .faq-page {
    color: #000;
    width: 83%;
    cursor: pointer;
    padding: 14px 0;
    border: none;
    outline: 0;
    transition: 0.4s;
    margin: auto;
    font-size: 24px;
  }
  .faq-body {
    margin: auto;
    width: 100%;
    padding: auto;
  }
}
.appointment-section .auto-container {
  max-width: 1240px;
}
.blog-blocks .col-md-4:first-child {
  margin-top: 71px;
}
.hr-line {
  margin: 0;
  left: 167px;
  width: 59%;
  border-top: 1px solid #169ca836;
}
.appointment-section {
  padding: 50px 0;
}
.ortho-content p {
  text-align: justify;
  padding-top: 11px;
  line-height: 30px;
}
.bread-crumb h1,
.depart-item a,
.inner-content1,
.scroll-to-top,
.ser_btm,
.ser_head.sec-title,
.ser_list_slides,
.service-area,
.services_list_slider .owl-dots,
.whatwedo {
  text-align: center;
}
.ortho-img {
  border: 5px solid #f5f5f5;
  box-shadow: 1px 2px 5px #8b8b8b;
  top: 59px;
}
.service-area {
  background-color: transparent;
  margin-top: -88px;
  padding-bottom: 24px;
  padding-top: 48px;
}
.service-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 693px;
  top: 0;
  z-index: -1;
}
.program-section::after,
.program-section::before {
  position: absolute;
  width: 100%;
  height: 600px;
  top: 87px;
  content: "";
}
.serv-depart-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  left: 104px;
  margin-left: -5px;
}
.depart-item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.depart-item a {
  display: block;
  padding: 36px 0;
  border-radius: 28px;
  margin-bottom: 10px;
  border: 3px solid #e5e5e5;
}
.depart-item h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 12px;
  color: #6d6d6d;
  font-weight: 600;
}
.depart-item a::after,
.depart-item a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.depart-item a::before {
  left: 8px;
  top: 8px;
  border-left: 3px solid #fd6598;
  border-top: 3px solid #fd6598;
}
.depart-item a::after {
  right: 8px;
  bottom: 8px;
  border-right: 3px solid #fd6598;
  border-bottom: 3px solid #fd6598;
}
.depart-item a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.depart-item a:hover::after,
.depart-item a:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}
.depart-item a:hover img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.depart-item:nth-child(5) {
  margin-left: 1px;
}
.program-section {
  padding: 0 0 30px;
}
.program-section::before {
  left: 0;
  background-image: url(../gallery/serbg.jpg);
  background-size: cover;
}
.program-section::after {
  left: 0;
  background: rgb(36 36 36 / 73%);
}
.ser_head.sec-title,
.ser_img_,
.ser_info_desc,
.ser_list_slides,
.whatwedo {
  position: relative;
}
.whatwedo {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #e01a23;
}
.ser_head p {
  color: #202020;
  font-size: 17px;
}
.box .title,
.ser_info_desc h3 {
  font-size: 22px;
  text-transform: uppercase;
}
.ser_head.sec-title {
  left: 0;
  top: 0;
  width: 330px;
  height: 330px;
  background: linear-gradient(to bottom, #cd6c9b, #fd6598);

  /* background-color: #cd6c9b; */
  color: #fff;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  padding: 51px 31px 0;
  border: 10px solid #fff;
  box-shadow: 0 0 10px #333;
}
.services_slider_section {
  position: relative;
  margin-top: 64px;
}
.services_list_slider .owl-item .ser_img_ img {
  width: auto;
  display: inline-block;
  filter: grayscale(1);
  transition: 0.8s ease-in-out;
  transform: sc;
}
.services_list_slider .owl-item.center.active .ser_img_ img {
  filter: grayscale(0);
  transform: scale(1.1);
}
.ser_img_ {
  display: inline-block;
  border-radius: 31px;
  transition: 0.8s ease-in-out;
  transform: scale(0.7);
}
.services_list_slider .owl-item.center.active .ser_img_ {
  transform: scale(1);
}
.ser_img_::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgb(32 32 32 / 17%);
  z-index: 1;
  transition: 0.8s cubic-bezier(0.81, -0.09, 0.23, 1.1);
  border-radius: 31px;
}
.services_list_slider .owl-item.center.active .ser_img_::before {
  width: 0%;
  height: 0%;
}
.services_list_slider .owl-item .ser_icon_ {
  position: absolute;
  width: 81px;
  height: 95px;
  opacity: 0;
  padding: 12px;
  visibility: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(to top, rgb(0 0 0), #fd6598);
  border-radius: 39px 39px 0 0;
  transition: 0.9s cubic-bezier(0.81, -0.09, 0.23, 1.1);
}
.services_list_slider .owl-item .ser_icon_ img {
  width: auto;
  display: inline-block;
}
.services_list_slider .owl-item.center.active .ser_icon_ {
  opacity: 1;
  visibility: visible;
  bottom: 211px;
}
.services_list_slider .owl-dots {
  margin-top: 23px;
}
.services_list_slider .owl-dots .owl-dot {
  display: inline-block;
  width: 23px;
  height: 6px;
  margin: 0 4px;
  background: #333;
}
.services_list_slider .owl-dots .owl-dot.active {
  background-color: #fd6598;
}
.ser_info_desc {
  background: linear-gradient(to top, #dfdfdf, #fff);
  width: 86%;
  margin: -71px auto 14px;
  padding: 22px 7px;
  box-shadow: 0 4px 5px #858585;
  border-radius: 27px;
  z-index: 1;
}
.ser_info_desc h3 {
  margin: 0 0 3px;
  font-weight: 600;
}
.ser_info_desc p {
  line-height: 24px;
  font-size: 15px;
}
.ser_info_desc a {
  display: inline-block;
  background: #0095a5;
  color: #fff;
  padding: 3px 13px;
  border-radius: 30px;
  margin: 11px 0 0;
}
.ser_btm {
  text-transform: uppercase;
  font-size: 44px;
  margin-top: 49px;
  border-top: 2px dotted;
  padding-top: 20px;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  z-index: 100;
  cursor: pointer;
  background: #fd6598;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.abtleftbg,
.docbg {
  width: 52%;
  opacity: 0.2;
}
.scroll-to-top:hover {
  background: #2d2a29;
}
.abtleftbg {
  left: 2px;
  top: -33px;
  transform: rotate(172deg);
  float: right;
}
.bgs img {
  width: 100%;
}
.bgs {
  position: absolute;
}
.docbg {
  right: 0;
  top: -43px;
  transform: rotate(183deg);
  z-index: -1;
}
.bread-crumb {
  min-height: 150px;
  padding-top: 145px;
}
.bread-crumb h1 {
  color: #fff;
  padding-top: 23px;
  font-size: 35px;
}
.bread-crumb h4,
.bread-crumb h4 a {
  text-align: center;
  color: #fff;
}
.ol_styles li,
.serv-matter p {
  font-size: 15px;
  margin-bottom: 7px;
  text-align: justify;
}
.inner-content1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-content {
  padding-top: 60px;
  padding-bottom: 25px;
}
.ol_styles {
  padding: 0 0 0 20px;
}
.ol_styles li {
  position: relative;
  padding-left: 20px;
  line-height: 28px;
}
.ol_styles li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  line-height: 28px;
  color: #373434;
  font-weight: 900;
  content: "\f101";
  font-family: FontAwesome;
}
.srv-img img {
  border: 7px solid #f5f5f5;
  box-shadow: 0 0 10px #9f9f9f;
}
.box {
  position: relative;
}
.box-content:after,
.box-content:before,
.box:after,
.box:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s;
}
.box-content .lightboxed:hover {
  box-shadow: 0 0 32px #333;
  transform: scale(1.025);
}
.box:after {
  top: 25%;
  transition-delay: 0.1s;
}
.box-content:before {
  top: 50%;
  transition-delay: 0.2s;
}
.box-content:after {
  top: 75%;
  transition-delay: 0.3s;
}
.box .icon,
.box .post,
.box .title {
  opacity: 0;
  transition: 0.5s 0.3s;
}
.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover .icon,
.box:hover:after,
.box:hover:before {
  opacity: 1;
}
.box img {
  width: 100%;
  height: auto;
  border: 5px solid #e3e3e3;
  border-radius: 8%;
  box-shadow: -2px 7px 12px 0 #e3dce5;
}
.box .box-content {
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.box .icon,
.content {
  z-index: 2;
  left: 50%;
  position: absolute;
  text-align: center;
}
.content {
  width: 100%;
  transform: translateX(-50%);
  bottom: 58px;
  transition: 0.3s 0;
}
.box .title {
  color: #25567a;
  font-weight: 700;
  text-shadow: 0 0 2px #fff;
  margin: 0;
  transform: translateX(-100px);
}
.box .post {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  transform: translateX(100px);
}
.box:hover .post,
.box:hover .title {
  opacity: 1;
  transform: translateX(0);
}
.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.box .icon li {
  margin: 0 4px;
  display: inline-block;
}
.box .icon li a {
  color: #fff;
  background-color: #1091ba;
  font-size: 18px;
  border-radius: 0 0 50%;
  display: block;
  transition: 0.3s;
}
.box .icon li a:hover {
  color: #fff;
  background-color: #1091ba;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
}
@media only screen and (max-width: 479px) {
  .box .title {
    font-size: 20px;
  }
}
.main-timeline:before {
  content: "";
  background-color: #555;
  width: 4px;
  height: calc(100% - 70px);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 0;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  float: left;
  width: 50%;
  padding: 0 30px;
  margin: 0 10px 0 0;
  position: relative;
}
.main-timeline .timeline:before {
  content: "";
  background-color: #2e9ca7;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  box-shadow: 0 0 5px #999 inset, 0 0 0 5px #dbdbdb, 0 0 13px #000;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -17px;
}
.main-timeline .timeline-content {
  text-align: center;
  border: 2px dashed #169eab;
  padding: 30px 40px;
  border-radius: 30px;
  display: block;
  position: relative;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-content:before {
  content: "";
  border-radius: 30px;
  position: absolute;
  left: 5px;
  border: 2px solid;
  top: 5px;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}
.main-timeline .timeline-icon {
  color: #fff;
  background: #fd6598;
  font-size: 38px;
  text-align: center;
  line-height: 80px;
  height: 78px;
  width: 83px;
  padding-left: 15px;
  position: absolute;
  top: -32px;
  left: -30px;
  z-index: 1;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
.main-timeline .timeline-icon .fa-quote-left {
  left: -9px;
  position: relative;
}
.main-timeline .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  margin: 0 0 10px;
}
.main-timeline .description {
  font-size: 15px;
  margin: 0;
  color: #000;
}
.main-timeline .timeline:nth-child(2n) {
  float: right;
  margin: 0 0 0 10px;
}
.main-timeline .timeline:nth-child(2n):before {
  right: auto;
  left: -17px;
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
  transform: rotateY(180deg);
  left: auto;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .main-timeline:before {
    left: 15px;
    transform: translateX(0);
  }
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(2n) {
    width: 100%;
    padding: 0 0 0 30px;
    margin: 65px 0 0;
  }
  .main-timeline .timeline:before,
  .main-timeline .timeline:nth-child(2n):before {
    height: 20px;
    width: 20px;
    left: 5px;
    right: auto;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(2n) .timeline-icon {
    transform: translateX(-50%);
    left: 50%;
    top: -54px;
  }
  .main-timeline .timeline-content {
    padding: 21px 20px 20px;
  }
}
@media screen and (max-width: 567px) {
  .main-timeline .title {
    font-size: 18px;
  }
}
.contact-area {
  position: relative;
  z-index: 1;
}
.cont-area .col-md-4:first-child {
  padding-top: 18px;
}
.cont-area .col-md-4:nth-child(3) {
  padding-top: 18px;
  border-right: none;
  position: relative;
  padding-left: 0;
}
.cont-area .col-md-4:first-child::before,
.cont-area .col-md-4:nth-child(3)::before {
  width: 75%;
  height: 100%;
  position: absolute;
  background: #efefef;
  box-shadow: 0 0 10px #ccc;
  top: 0;
  border-radius: 3%;
  content: "";
  left: 46px;
  z-index: -1;
}
.cont-area .col-md-4:nth-child(2)::before {
  width: 90%;
  height: 123%;
  position: absolute;
  background: #efefef;
  box-shadow: 0 0 10px #ccc;
  top: -5px;
  border-radius: 3%;
  content: "";
  left: 22px;
  z-index: -1;
}
.cont-area {
  padding-bottom: 50px;
}
.cont-area .icon {
  padding-bottom: 15px;
  padding-top: 8px;
}
.contact-info .icon i {
  background: #01b8ca;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 47px;
}
.contact-info span {
  font-size: 15px;
  line-height: 26px;
}
.c_map iframe {
  border: 5px solid #ebebeb;
  box-shadow: 0 1px 2px 1px #b1b1b1;
}
._cform h3,
.c_map h3 {
  border-bottom: 2px solid;
  text-transform: uppercase;
  display: inline-block;
}
._cform {
  position: relative;
  padding: 23px;
  margin: 39px auto auto;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  border: 7px solid #f5f5f5;
}
.doc-img img,
.team-doctor-img {
  box-shadow: 0 7px 18px -9px #bbb;
}
textarea.form-control {
  height: 100px;
}
._cform .form-control {
  background-color: #f3feff;
}
._cform h3 {
  margin-bottom: 25px;
}
.serv-matter h2,
.serv-matter h3,
.serv-matter h4 {
  color: #34a7b2;
  font-size: 20px;
}
.c_map h3 {
  margin-bottom: 10px;
}
.team-page {
  padding-top: 100px;
  padding-bottom: 50px;
}
.team-doctor-img {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 14px;
  border: 4px solid #f5f5f5;
}
.team-doctor-img h4 {
  color: #181413;
  padding-top: 12px;
  margin-bottom: 3px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.team-doctor-img p {
  padding: 0 4px;
  margin-bottom: 0;
}
.team-doctor-img .btn {
  background-color: #01b8ca;
  border-color: #01b8ca;
  margin-top: 7px;
}
.team-page .container {
  max-width: 1170px;
}
.team-doctor-img .dec {
  font-size: 14px;
  line-height: 25px;
}
.doc-img img {
  border: 4px solid #f5f5f5;
}
.doc-img h3 {
  text-transform: uppercase;
  font-size: 26px;
  border-bottom: 1px solid;
  display: inline-block;
  padding-top: 20px;
}
.doc-img p {
  text-align: center;
  line-height: 24px;
  padding-bottom: 10px;
}
.doc-img .dec1 {
  font-size: 20px;
  padding-bottom: 0;
}
.doc-img a {
  background: #34a8b3;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.header-bottom-4 > .container > .breadcrumb {
  width: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb > .breadcrumb-item {
  font-size: 23px;
  display: inline-block;
  font-weight: 400;
}
.breadcrumb > .breadcrumb-item a {
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 19px;
}
.breadcrumb {
  width: auto;
  padding: 6px 22px;
  display: table;
  margin: 0 auto auto;
  position: relative;
  text-align: center;
}
.extra-text h1 a,
.footer-cnt a:hover,
.inner-content .serv-matter a {
  color: #34a7b2;
}
.inner-content1 iframe {
  border: 5px solid #ccc;
}
.footer-cnt a {
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.extra-text {
  position: relative;
  margin-top: -75px;
}
.extra-text h1 {
  text-transform: capitalize;
  font-size: 32px;
  color: #000;
}
.main-blog-sec {
  padding: 90px 0;
}
.main-blog-block h2 {
  color: #474747;
  font-size: 27px;
  font-weight: 600;
  border-left: 4px solid #169eab;
  padding-left: 10px;
  margin-bottom: 15px;
}
.main-blog-block a {
  background: #0095a5;
  color: #fff;
  padding: 3px 10px;
}
.main-blog-block p {
  margin-bottom: 12px;
  line-height: 30px;
}
.blog-inner-page h2 {
  color: #000;
  font-weight: 600;
  margin: 12px 0;
}
.bread-bg-belt {
  background: linear-gradient(to right, #0e555c, #36acb7, #03484f);
  padding: 0 0 17px;
}
.extra-serv-head .srv-img,
.main-blog-block1 {
  margin-top: 30px;
}
.videos-inner-row iframe {
  margin-bottom: 25px;
}
.extra-serv-head h3 {
  display: inline;
}

/* #cd6c9b
   #fd6598
*/
.servicesection {
  position: relative;
  padding: 0 0 80px;
  margin-top: 50px;
}

.servicesection::before {
  content: "";
  position: absolute;
  top: -48px;
  width: 250px;
  height: 250px;
  right: -43px;
  border-radius: 50%;
}

.serrow {
  align-items: center;
  position: relative;
}

.sechead.serviceshead {
  background: linear-gradient(to left, #fd6598, #9b4e89);
  padding: 45px 0 0;
}

.sechead.serviceshead h2 {
  color: #eee;
  text-transform: uppercase;
}

.serviceicon {
  position: absolute;
  width: 161px;
  left: 15px;
  top: 32%;
  opacity: 0.4;
}

.sericon2 {
  left: initial;
  right: 15px;
}

.sericon1 {
  top: 38%;
}

.services_head {
  position: relative;
}

.services_head::before {
  content: "";
  position: absolute;
  width: 28%;
  height: 2px;
  left: 132px;
  top: 57px;
}

.services_head::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 77%;
  left: 168px;
  top: -78px;
  z-index: -1;
}

.servicesectitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 96%;
  top: 0;
  z-index: -1;
}

.servicesectitle span {
  display: block;
}

.servicesectitle h2 {
  position: relative;
  color: #fff;
}

._services_text_ {
  color: #252525;
  position: relative;
  font-size: 17px;
  line-height: 31px;
  max-width: 780px;
  margin: 26px auto 32px;
  background: #fff;
  padding: 23px 22px 35px;
  z-index: 1;
  border-radius: 25px 25px 0 0;
}

._services_text_::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 10px;
  background: linear-gradient(to left, #fd6598, #9b4e89);
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
}

._services_text_::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}

.serrow .col-md-3 {
  padding: 0;
}

.servgices_list {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 22px 10px;
  border-right: 1px dashed;
  border-bottom: 1px dashed;
}

.serrow .col-md-3:nth-child(12) .servgices_list,
.serrow .col-md-3:nth-child(16) .servgices_list,
.serrow .col-md-3:nth-child(4) .servgices_list,
.serrow .col-md-3:nth-child(8) .servgices_list {
  border-right: 0;
}

.serrow .col-md-3:nth-child(13) .servgices_list,
.serrow .col-md-3:nth-child(14) .servgices_list,
.serrow .col-md-3:nth-child(15) .servgices_list,
.serrow .col-md-3:nth-child(16) .servgices_list {
  border-bottom: 0;
}

.serrow .col-md-3:nth-child(1)::before,
.serrow .col-md-3:nth-child(10)::before,
.serrow .col-md-3:nth-child(11)::before,
.serrow .col-md-3:nth-child(13)::before,
.serrow .col-md-3:nth-child(14)::before,
.serrow .col-md-3:nth-child(15)::before,
.serrow .col-md-3:nth-child(2)::before,
.serrow .col-md-3:nth-child(3)::before,
.serrow .col-md-3:nth-child(5)::before,
.serrow .col-md-3:nth-child(6)::before,
.serrow .col-md-3:nth-child(7)::before,
.serrow .col-md-3:nth-child(9)::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fd6598;
  border: 1px dashed;
  right: -9px;
  top: -11px;
  z-index: 1;
  border-radius: 50%;
}

.servgices_list::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #fd6598, #9b4e89);
  transition: all ease-in-out 0.8s;
  left: 0;
  top: 0;
  z-index: -1;
}

.servgices_list:hover:before {
  width: 100%;
}

.services_img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 16%;
  overflow: hidden;
  border: 1px dashed #686868;
  padding: 9px;
  background: #fff;
}

.services_img img {
  border-radius: 16%;
  box-shadow: 0 0 10px #666;
  filter: grayscale(1);
  transition: all ease-in-out 1s;
}

.servgices_list:hover .services_img img {
  filter: grayscale(0);
}

.services_info {
  position: relative;
  bottom: 0;
  width: 100%;
  left: 0;
}

.services_info h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 17px;
  transition: all ease-in-out 0.9s;
}

.services_info p {
  font-size: 15px;
  transition: all ease-in-out 0.9s;
}

.services_info a {
  background-color: #fdfdfd;
  color: #fd6598;
  display: inline-block;
  padding: 3px 11px;
  border-radius: 30px;
  font-size: 16px;
  border: 1px solid;
}

.servgices_list:hover .services_info h3,
.servgices_list:hover .services_info p {
  color: #fff;
}

.service_bottom {
  text-align: center;
  font-size: 32px;
  color: #f9f9f9;
  line-height: 40px;
  background: #038ead;
  border-radius: 59px;
  padding: 19px 0;
  box-shadow: 0 14px 14px #adadad;
  font-weight: 300;
  text-transform: uppercase;
}
.ser_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fd6598;
  right: -25px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  padding: 9px;
  bottom: -25px;
}
.top_abt_section1 {
  position: relative;
  padding: 9px 0 0;
  margin-bottom: 10px;
  margin-top: -95px;
}
.tp_abt_row1 .col-md-3 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 13px 14px;
}
.tp_abt_row1 .col-md-3::before {
  content: "";
  position: absolute;
  width: 23%;
  height: 9px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease-in-out 0.7s;
  z-index: -1;
  border-radius: 0px 0px 109px 109px;
}
.tp_abt_row1 {
  position: relative;
  margin-top: 0;
  z-index: 2;
}
.tp_abt_row1 .col-md-3:hover:before {
  width: 100%;
  height: 100%;
}
.tp_list1 {
  position: relative;
  text-align: center;
  padding: 22px 20px;
  background: #fd6598;
  border-radius: 50%;
  box-shadow: 0px 10px 6px #b5b5b5;
  width: 205px;
  height: 205px;
  border: 7px solid #fd6598;
}
.tp_list1 h3 {
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  font-weight: 500;
  margin: 3px 0 9px;
  line-height: 30px;
  color: #fff;
}
.tp_list1 span {
  font-size: 42px;
  font-weight: 800;
  display: block;
  color: #fff;
}
.tp_list1 img {
  width: 70px;
  filter: brightness(0) invert(1);
}
.top-border {
  position: relative;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #9b4e89, #9b4e89);
  border-radius: 10px;
}
.appointmeent-section {
  position: relative;
  padding: 60px 0;
  background-image: url(../gallery/serbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.appointmeent-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #fd6598b3, #fd6598b3);
  top: 0;
  width: 100%;
  height: 100%;
}

.appointment-block {
  text-align: center;
  position: relative;
  padding: 0 88px;
}

.appointment-block h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 41px;
}

.app_icon i,
.appointment-block select.form-control option {
  color: #fff;
  background: #f36296;
}

.appointment-block .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed #ccc;
  border-radius: 0;
  color: #eee;
  height: 45px;
}

.appointment-block textarea.form-control {
  height: 100px;
}

.appointment-block .form-control::placeholder {
  color: #eee;
}

.appointment-block .btn {
  width: 139px;
  padding: 5px;
  margin-top: 22px;
  background: #f36296;
  border: none;
  font-size: 21px;
}

.app_icon {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 1;
}

.appbtm_icon {
  left: initial;
  right: 0;
}

.app_icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 68%;
  background: #ccc;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.app_icon i {
  width: 50px;
  height: 50px;
  font-size: 22px;
  line-height: 44px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.docotor-app-img {
  position: absolute;
  right: 98px;
  top: 85px;
}

.serv_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.serv_popup {
  position: fixed;
  background: #fff;
  width: 500px;
  height: auto;
  z-index: 101;
  top: 100px;
  margin: auto;
  align-items: center;

  left: 0;
  right: 0;
  border-radius: 10px;
  border: 4px solid #ccc;
  transition: all 0.4s;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
.serv_popup h3 {
  width: 97%;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 6px 8px #e1e1e1;
  margin: 10px auto;
  text-transform: uppercase;
  color: #fd6598;
  text-decoration: underline;
}
.serv_popup p {
  padding: 10px 15px;
  text-align: justify;
}
.close_serv_pop {
  position: absolute;
  top: -10px;
  right: -16px;
  font-size: 40px;
  width: 40px;
  background-image: linear-gradient(to left, #fd6598, #f36296);
  height: 50px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .serv_popup {
    width: 92%;
  }
  .close_serv_pop {
    width: 30px;
    height: 40px;
    font-size: 30px;
  }
  .ser_icon:nth-child(2) {
    display: none;
  }
  .tp_abt_row1 .col-md-3 {
    flex: 0 0 91%;
    max-width: 46%;
    padding: 0 0px 15px;
    margin: auto;
  }
  .tp_list1 {
    padding: 20px 11px;
    border-radius: 50%;
    box-shadow: 0px 10px 6px #b5b5b5;
    width: 170px;
    height: 170px;
    border: 7px solid #fd6598;
    margin: auto;
  }
  .tp_list1 h3 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
  }
  .top_abt_section1 {
    margin-top: 10px;
  }
}
