@import "https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
body {
  font-size: 15px;
  font-weight: 400;
  font-family: roboto, sans-serif;
  color: #666;
}
img {
  max-width: 100%;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.mr-20 {
  margin-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #033b4a;
  font-family: b612, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.owl-nav {
  margin-top: 0 !important;
}
.owl-dots {
  margin-top: 0 !important;
}
.bg-25ab44 {
  background-color: #0cb8b6;
}
.bg-color1 {
  background: rgba(12, 184, 182, 12%);
}
.form-control {
  height: 50px;
  border: 1px solid rgba(12, 184, 182, 0.25);
  padding-left: 15px;
}
.form-control:focus {
  border: 1px solid #0cb8b6;
  box-shadow: none;
}
textarea {
  height: auto !important;
}
.default-btn {
  background-color: #0cb8b6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 37px;
  border-radius: 30px;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #0cb8b6;
  z-index: 1;
}
/* .default-btn::before {
  position: absolute;
  content: "";
  background-color: #fff !important;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
} */
.default-btn.active {
  /* background-color: #fff;
  color: #0cb8b6; */
}
.default-btn.active:hover {
  background-color: #111;
  color: #fff;
}

.default-btn:hover::before {
  transform: scaleX(1);
}
.default-btn:focus {
  box-shadow: none;
}
.read-more-btn {
  color: #111;
  font-weight: 500;
  transition: all ease 0.5s;
  display: inline-block;
}
.read-more-btn i {
  position: relative;
  top: 3px;
  padding-left: 5px;
}
.read-more-btn:hover {
  letter-spacing: 1px;
  color: #0cb8b6;
}
.section-title {
  max-width: 730px;
  text-align: center;
  margin: -5px auto 30px;
  position: relative;
}
.section-title.style2 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.section-title .top-title {
  color: #0cb8b6;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.section-title .top-title.white {
  color: #fff;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section-title h2.white {
  color: #fff;
}
.section-title p {
  margin-bottom: 20px;
}
.section-title p:last-child {
  margin-bottom: 0;
}
.section-title.white-title .top-title {
  color: #fff;
}
.section-title.white-title h2 {
  color: #fff;
}
.section-title.white-title p {
  color: #fff;
}
.tob-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0cb8b6;
  position: relative;
}
.tob-header-area::before {
  position: absolute;
  content: "";
  background-color: #0cb8b6;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
.tob-header-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.heder-left-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.heder-left-content ul li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
}
.heder-left-content ul li::before {
  position: absolute;
  content: "|";
  right: -20px;
  color: #fff;
}
.heder-left-content ul li:last-child::before {
  display: none;
}
.heder-left-content ul li p {
  font-size: 15px;
  color: #fff;
}
.heder-left-content ul li i {
  position: absolute;
  left: 0;
  top: 3px !important;
  color: #fff;
}
.heder-left-content ul li:last-child {
  margin-right: 0;
}
.heder-right-content {
  text-align: right;
}
.heder-right-content ul {
  padding-left: 0;
  margin-bottom: 0;
  color: #fff !important;
}
.heder-right-content ul li {
  display: inline-block;
}
.heder-right-content {
  color: #fff !important;
}
.heder-right-content ul li .language {
  position: relative;
  padding-left: 17px;
  margin-right: 20px;
  cursor: pointer;
  top: -2px;
}
.heder-right-content ul li .language select {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.heder-right-content ul li .language select:focus {
  outline: none;
}
.heder-right-content ul li .language i {
  position: absolute;
  left: 0;
  top: 0;
  color: #0cb8b6;
}
.heder-right-content ul li .language::before {
  position: absolute;
  content: "|";
  right: -20px;
}
.heder-right-content ul li .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.heder-right-content ul li .social-content ul li {
  margin-left: 10px;
}
.heder-right-content ul li .social-content ul li a {
  color: #fff !important;
  transition: all ease 0.5s;
}
.heder-right-content ul li .social-content ul li a:hover {
  color: #0cb8b6;
}
.navbar-area {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.navbar-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.navbar-area .navbar-brand .white-logo {
  display: none;
}
.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}
.nav-bg-1 {
  background-color: #fff;
}
.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #033b4a;
  line-height: 1;
  position: relative;
  font-weight: 600;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #0cb8b6;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #0cb8b6;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  /* transition: all 0.3s ease-in-out; */
  background: #fff;
  position: absolute;
  /* visibility: hidden; */
  border-radius: 0;
  display: none;
  width: 250px;
  border: none;
  /* z-index: 99; */
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #033b4a;
  padding: 13px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  position: relative;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.dropdown-toggle::after {
  display: none;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0cb8b6;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0px !important;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;

  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.dropdown-toggle::after {
  display: none;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #000;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #000;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #000;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #000;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #000;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #1b2336;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #1b2336;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #0cb8b6;
}
.desktop-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 20px;
  transform: translateY(1);
  visibility: visible;
}

.desktop-nav .navbar .others-options ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  align-items: center !important;
}
.desktop-nav .navbar .others-options ul li {
  display: inline-block;
}
.desktop-nav .navbar .others-options ul li .call-now {
  position: relative;

  top: 8px;
}
.desktop-nav .navbar .others-options ul li .call-now i {
  position: absolute;
  font-size: 40px;
  color: #0cb8b6;
  left: 0;
  top: 2px;
}
.desktop-nav .navbar .others-options ul li .call-now p {
  margin-bottom: 8px;
}
.desktop-nav .navbar .others-options ul li .call-now a {
  color: #111;
  font-weight: 500;
}

.default-btn:hover {
  color: #0cb8b6;
  background-color: #fff;
}

.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;

  top: -40px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: all ease 0.5s;
  background-color: #0cb8b6;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #25ab44;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.others-option-for-responsive .others-options {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  background-color: #fff;
  text-align: center;
}
.others-option-for-responsive .others-options ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  align-items: center !important;
}
.others-option-for-responsive .others-options ul li {
  display: inline-block;
}
.others-option-for-responsive .others-options ul li .call-now {
  position: relative;
  padding-left: 60px;
  top: 8px;
  margin-bottom: 40px !important;
}
.others-option-for-responsive .others-options ul li .call-now i {
  position: absolute;
  font-size: 40px;
  color: #0cb8b6;
  left: 0;
  top: 3px;
}
.others-option-for-responsive .others-options ul li .call-now p {
  margin-bottom: 8px;
}
.others-option-for-responsive .others-options ul li .call-now a {
  color: #111;
  font-weight: 500;
}
.others-option-for-responsive .others-options ul li .default-btn {
  bottom: 9px;
}
.mobile-responsive-nav {
  display: none;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.preloader-area {
  position: fixed;
  z-index: 999999;
  background-color: #0cb8b6;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
}
.preloader-area .spinner {
  width: 4em;
  height: 4em;
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}
.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #fff;
}
.preloader-area .spinner .disc:nth-child(1) {
  animation: rotate 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(2) {
  animation: rotateDisc2 12s linear infinite;
}
.preloader-area .spinner .disc:nth-child(3) {
  animation: rotateDisc3 12s linear infinite;
}
.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: sphereSpin 6s linear infinite;
}
.preloader-area .spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #fff;
  margin: -15px;
}
@keyframes sphereSpin {
  0% {
    transform: rotateX(360deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(0deg) rotateY(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateDisc2 {
  from {
    transform: rotateX(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(90deg) rotateZ(360deg);
  }
}
@keyframes rotateDisc3 {
  from {
    transform: rotateY(90deg) rotateZ(0deg);
  }
  to {
    transform: rotateY(90deg) rotateZ(360deg);
  }
}
.banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.banner-area.bg-1 {
  background-image: url(../images/banner/bg-1.jpg);
}
.banner-area.bg-4 {
  background-image: url(../images/banner/bg-4.jpg);
  height: 500px;
}

.banner-area .container-fluid {
  max-width: 1520px;
}
.banner-area .shape-1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.banner-area .shape-2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 179px;
  padding-bottom: 200px;
}
.service-img {
  text-align: center;
  border: 1px solid #d8f3f3;
  border-radius: 100%;
  /* filter: brightness(0.5) invert(0); */
  margin-bottom: 10px;
  margin-left: 22px;
  background-color: #c2eded;
  padding: 22px;
  color: #fff;
  align-items: center;
  width: 90px;
  height: 90px;
}

h3.department-title {
  text-align: center;
  font-size: 13px;
  padding-bottom: 20px;
  line-height: 1.5rem;
}

img.service-icon {
  height: 50px;
}

.banner-content {
  position: relative;
}
.banner-content span {
  font-size: 16px;
  color: #0cb8b6;
  display: inline-block;
  margin-bottom: 15px;
}
.banner-content h1 {
  font-size: 33px;
  margin-bottom: 20px;
  transform: scaleX(1) !important;
}
.banner-content p {
  margin-bottom: 30px;
}
.banner-content .select-content {
  border: 1px solid #0cb8b6;
  padding: 4px;
  border-radius: 30px;
  margin-bottom: 40px;
}
.banner-content .select-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.banner-content .select-content ul li {
  list-style-type: none;
  padding: 8px;
  transition: all ease 0.5s;
  border-radius: 30px;
  border: 1px solid transparent;
}
.banner-content .select-content ul li select {
  background-color: transparent;
  border: none;
  transition: all ease 0.5s;
  font-size: 15px;
  cursor: pointer;
}
.banner-content .select-content ul li select:focus {
  box-shadow: none;
}
.banner-content .select-content ul li:hover {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #0cb8b6;
}
.banner-content .select-content ul li:hover:last-child {
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.banner-content .select-content ul li:last-child {
  padding: 0;
  border-radius: 0;
  border: none;
}
.banner-content .select-content ul li .src-btn {
  background-color: #0cb8b6;
  border: none;
  padding: 13px 20px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #0cb8b6;
  transition: all ease 0.5s;
}
.banner-content .select-content ul li .src-btn i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.banner-content .select-content ul li .src-btn:hover {
  background-color: #fff;
  color: #111;
}
.banner-content .btn-area {
  margin-bottom: 35px;
}
.banner-content .btn-area ul {
  padding-left: 0;
  margin-bottom: 0;
}
.banner-content .btn-area ul li {
  display: inline-block;
}
.banner-content .feature ul {
  padding-left: 0;
  margin-bottom: 0;
}
.banner-content .feature ul li {
  padding-left: 25px;
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
}
.banner-content .feature ul li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
  font-size: 16px;
}
.banner-img {
  position: relative;
}
.banner-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  background-color: #fff;
  border: 1px solid #0cb8b6;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.banner-slider.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.banner-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -100px;
  left: auto;
}
.banner-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.banner-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.banner-slider2 {
  position: relative;
}
.banner-slider2.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
.banner-slider2.owl-theme .owl-dots .owl-dot {
  display: block;
}
.banner-slider2.owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: 0 0;
  border: 1px solid #eee;
  display: block;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.banner-slider2.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "1";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 600;
}
.banner-slider2.owl-theme .owl-dots .owl-dot:hover span,
.banner-slider2.owl-theme .owl-dots .owl-dot.active span {
  background-color: #0cb8b6;
  border-color: #0cb8b6;
  color: #fff;
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "2";
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "3";
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "4";
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "5";
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "6";
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "7";
}
.banner-slider2.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "8";
}
.featured-area .container-fluid {
  max-width: 1620px;
  margin-right: 0;
  margin-left: auto;
}
.featured-area.style .container-fluid {
  background-color: #fff;
  padding: 80px 0 60px 80px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: -100px;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.feature-left-content {
  margin-bottom: 30px;
}
.feature-left-content .feature-title span {
  color: #0cb8b6;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
}
.feature-left-content .feature-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.feature-left-content .feature-title p {
  margin-bottom: 35px;
}
.single-features-card {
  padding: 23px;
  border: 1px solid rgba(12, 184, 182, 0.2);
  transition: all ease 0.5s !important;
  margin-bottom: 30px;
  border-radius: 10px 40px 10px 10px;
}
.single-features-card .icon {
  margin-bottom: 5px;
}
.single-features-card .icon i {
  font-size: 50px;
  transition: all ease 0.5s;
}
.single-features-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.single-features-card p {
  margin-bottom: 0;
}
.single-features-card:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px 40px 10px 10px;
}
.single-features-card:hover .icon i {
  color: #0cb8b6;
}
.single-features-card .read-more-btn {
  margin-top: 20px;
}
.style-feature-box .col-lg-6:nth-child(2) .single-features-card {
  border-radius: 40px 10px 10px 10px;
}
.style-feature-box .col-lg-6:nth-child(3) .single-features-card {
  border-radius: 10px 10px 40px 10px;
}
.style-feature-box .col-lg-6:nth-child(4) .single-features-card {
  border-radius: 10px 10px 10px 40px;
}
.feature-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: 30px;
  left: -130px;
  background-color: #fff;
  border: 1px solid #0cb8b6;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.feature-slider.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.feature-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: -70px;
}
.feature-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.feature-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.about-area {
  overflow: hidden;
}
.about-area .border-top {
  border-top: 1px solid rgba(12, 184, 182, 0.2) !important;
}
.about-img {
  position: relative;
  height: 636px;
}
.about-img img {
  border-radius: 40px 10px 10px 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img .mr-20 .aos-init .aos-animate {
  width: 100%;
  height: 300px;
}
.about-img .experience {
  max-width: 250px;
  padding: 30px;
  background-color: #0cb8b6;
  position: absolute;
  bottom: 40px;
  right: 0;
  border-radius: 10px;
}
.about-img .experience p {
  margin-bottom: 0;
  color: #fff;
}
.about-img .experience .icon i {
  position: absolute;
  font-size: 40px;
  right: 20px;
  bottom: -16px;
  color: #fff;
  opacity: 0.3;
}
.about-img .experience.style {
  top: 40px;
  bottom: auto;
}
.about-content .about-title span {
  color: #0cb8b6;
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 15px;
}

.about-content .about-title p {
  margin-bottom: 30px;
}
.about-content .list ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.about-content .list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.about-content .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #0cb8b6;
}
.about-content .list ul li p {
  margin-bottom: 0;
}
.about-content .list ul li:last-child {
  margin-bottom: 0;
}
.about-content.style .list2 {
  margin-bottom: 30px;
}
.about-content.style .list2 .about-card {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid rgba(12, 184, 182, 0.25);
  border-radius: 10px 10px 40px 10px;
  position: relative;
  padding-left: 140px;
  transition: all ease 0.5s;
}
.about-content.style .list2 .about-card .icon {
  font-size: 35px;
  border: 1px solid #0cb8b6;
  color: #111;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 30px;
  transition: all ease 0.5s;
}
.about-content.style .list2 .about-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.about-content.style .list2 .about-card p {
  margin-bottom: 0;
}
.about-content.style .list2 .about-card:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.about-content.style .list2 .about-card:hover .icon {
  transform: scale(1) rotate(10deg);
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.about-content.style-3 .about-title p {
  margin-bottom: 10px;
}
.about-content.style-3 .about-title p:last-child {
  margin-bottom: 10px;
}
.about-content.style-3 .list ul li {
  background-color: #f5f5f5;
  padding: 15px;
  padding-left: 35px;
  border-radius: 7px;
}
.about-content.style-3 .list ul li i {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.counter-bg {
  background-image: url(../images/counter-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 40px 40px 10px 10px;
}
.counter-card {
  position: relative;
  padding-left: 175px;
  margin-bottom: 30px;
}
.counter-card h1 {
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -5px;
}
.counter-card h1 .target {
  margin-left: -10px;
}
.counter-card p {
  color: #fff;
}
.counter-card::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 42px;
  right: 0;
}
.col-lg-3:last-child .counter-card::before {
  display: none;
}
.solution-area {
  overflow: hidden;
}
.solution-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.solution-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 40px 40px 10px 10px;
}
.solution-bg .col-lg-6:nth-child(2) .single-solution-card .solution-img {
  border-radius: 10px 40px 0 0;
}
.solution-bg
  .col-lg-6:nth-child(2)
  .single-solution-card
  .solution-card-content {
  border-radius: 0 0 40px 10px;
}
.single-solution-card {
  margin-bottom: 30px;
}
.single-solution-card .solution-img {
  position: relative;
  overflow: hidden;
  border-radius: 40px 10px 0 0;
}
.single-solution-card .solution-img img {
  overflow: hidden;
  transition: all ease 0.5s;
}
.single-solution-card .solution-img .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.single-solution-card .solution-img .icon a {
  font-size: 24px;
  background-color: #fff;
  color: #0cb8b6;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.single-solution-card .solution-img .icon a i {
  position: relative;
  left: 3px;
  top: 1px;
}
.single-solution-card .solution-img .icon a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.single-solution-card .solution-img .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.single-solution-card .solution-img .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}
.single-solution-card .solution-img:hover img {
  transform: scale(1.2);
  filter: blur(3px);
}
.single-solution-card .solution-card-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 10px 40px;
}
.single-solution-card .solution-card-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.single-solution-card .solution-card-content p {
  margin-bottom: 0;
}
.services-content span {
  color: #0cb8b6;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
}
.services-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.services-content p {
  margin-bottom: 30px;
}
.services-area .container-fluid {
  max-width: 1620px;
  margin-right: 0;
  margin-left: auto;
}
.services-area.style .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.services-area.style .services-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.services-area.style .services-bg.style {
  border-radius: 40px 40px 0 0;
}
.single-services-card {
  border: 1px solid rgba(12, 184, 182, 0.25);
  padding: 30px;
  transition: all ease 0.5s !important;
  margin: 5px;
  border-radius: 10px 40px;
  background-color: #fff;
}
.single-services-card i {
  font-size: 40px;
  margin-bottom: 5px;
  display: inline-block;
  transition: all ease 0.5s;
}
.single-services-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-services-card p {
  margin-bottom: 30px;
}
.single-services-card:hover {
  border: 1px solid #0cb8b6;
}
.single-services-card:hover i {
  color: #0cb8b6;
}
.single-services-card:hover .default-btn {
  background-color: #0cb8b6;
  color: #fff;
}
.single-services-card.style {
  margin-bottom: 30px;
}
.single-services-card.style p {
  margin-bottom: 0;
}
.single-services-card.style:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-services-card.style3 {
  margin: 0;
  margin-bottom: 30px;
}
.single-services-card.style3:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-color: transparent;
  transform: translateY(-10px);
}
.services-slider {
  margin-bottom: 30px;
}
.services-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: 30px;
  left: -130px;
  background-color: #fff;
  border: 1px solid #0cb8b6;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.services-slider.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.services-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: -70px;
}
.services-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.services-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.services-details .top-image {
  margin-bottom: 30px;
}
.services-details .top-image img {
  border-radius: 10px;
}
.services-details .real-health h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.services-details .real-health p {
  margin-bottom: 20px;
}
.services-details .this-services {
  margin-bottom: 30px;
}
.services-details .this-services h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.services-details .this-services p {
  margin-bottom: 20px;
}
.services-details .this-services .list {
  margin-bottom: 0;
  padding-left: 0;
}
.services-details .this-services .list li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.services-details .this-services .list li p {
  margin-bottom: 15px;
}
.services-details .this-services .list li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.services-details .this-services .list li:last-child p {
  margin-bottom: 0;
}
.opening-hours {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.opening-hours h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.opening-hours ul {
  padding-left: 0;
  margin-bottom: 0;
}
.opening-hours ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.opening-hours ul li span {
  color: #111;
  font-weight: 600;
  padding-right: 5px;
}
.opening-hours ul li:last-child {
  margin-bottom: 0;
}
.choose-area {
  overflow: hidden;
}
.choose-area .container-fluid {
  max-width: 1520px;
}
.choose-us-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.choose-us-bg.style {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.choose-us-bg.style::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #0cb8b6;
  height: 82%;
  border-radius: 10px 10px 40px 40px;
}
.choose-us-bg.style .choose-img {
  padding-left: 0;
  position: relative;
}
.choose-us-bg.style .choose-img img {
  border-radius: 40px 10px 10px 10px;
}
.choose-us-bg.style .choose-content .choose-title span {
  color: #fff;
}
.choose-us-bg.style .choose-content .choose-title h2 {
  color: #fff;
}
.choose-us-bg.style .choose-content .choose-title p {
  color: #fff;
}
.choose-us-bg.style .choose-content .list1 ul li {
  background-color: #fff;
  padding: 10px;
  padding-left: 30px;
}
.choose-us-bg.style .choose-content .list1 ul li i {
  left: 10px;
}
.choose-us-bg.style .choose-content .list2 ul li {
  background-color: #fff;
  padding: 10px;
  padding-left: 30px;
}
.choose-us-bg.style .choose-content .list2 ul li i {
  left: 10px;
}
.choose-us-bg2 {
  background-color: #0cb8b6;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 40px 40px 0 0;
}
.choose-us-bg2 .choose-img .address {
  background-color: #fff;
}
.choose-us-bg2 .choose-img .address ul li i {
  color: #0cb8b6;
  background: rgba(37, 171, 68, 0.1);
}
.choose-us-bg2 .choose-img .address ul li p {
  color: #111;
}
.choose-us-bg2 .choose-img .address ul li a {
  color: #666;
}
.choose-us-bg2 .choose-img .address ul li span {
  color: #666;
}
.choose-us-bg2 .choose-content .choose-title span {
  color: #fff;
}
.choose-us-bg2 .choose-content .choose-title h2 {
  color: #fff;
}
.choose-us-bg2 .choose-content .choose-title p {
  color: #fff;
}
.choose-us-bg2 .choose-content .list1 ul li p {
  color: #fff;
}
.choose-us-bg2 .choose-content .list1 ul li i {
  color: #fff;
}
.choose-us-bg2 .choose-content .list2 ul li p {
  color: #fff;
}
.choose-us-bg2 .choose-content .list2 ul li i {
  color: #fff;
}
.choose-us-bg2 .choose-content .default-btn {
  background-color: #fff;
}
.choose-us-bg2 .choose-content .default-btn:hover {
  background-color: #111;
}
.choose-img {
  padding-left: 150px;
  position: relative;
}
.choose-img img {
  border-radius: 10px 40px;
}
.choose-img .address {
  max-width: 270px;
  background-color: #0cb8b6;
  padding: 30px;
  border-radius: 40px 10px;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.choose-img .address ul {
  padding-left: 0;
  margin-bottom: 0;
}
.choose-img .address ul li {
  position: relative;
  padding-left: 55px;
  list-style-type: none;
  margin-bottom: 20px;
}
.choose-img .address ul li:last-child {
  margin-bottom: 0;
}
.choose-img .address ul li i {
  font-size: 18px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #0cb8b6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.choose-img .address ul li p {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 5000;
  font-size: 16px;
}
.choose-img .address ul li a {
  color: #fff;
}
.choose-img .address ul li span {
  color: #fff;
  font-size: 14px;
}
.choose-content .choose-title span {
  color: #0cb8b6;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.choose-content .choose-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.choose-content .choose-title p {
  margin-bottom: 30px;
}
.choose-content .list1 {
  margin-bottom: 30px;
}
.choose-content .list1 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.choose-content .list1 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.choose-content .list1 ul li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.choose-content .list1 ul li:last-child {
  margin-bottom: 0;
}
.choose-content .list2 ul {
  padding-left: 0;
  margin-bottom: 0;
}
.choose-content .list2 ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  border-radius: 7px;
}
.choose-content .list2 ul li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.choose-content .list2 ul li:last-child {
  margin-bottom: 0;
}
.single-riview-card {
  padding: 30px;
  border-radius: 40px 10px;
  border: 1px solid rgba(12, 184, 182, 0.2);
  margin-bottom: 30px;
  transition: all ease 0.5s !important;
}
.single-riview-card span {
  color: #111;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.single-riview-card p {
  margin-bottom: 20px;
}
.single-riview-card .profile {
  position: relative;
  padding-left: 75px;
}
.single-riview-card .profile img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-riview-card .profile h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-riview-card .profile p {
  margin-bottom: 0;
}
.single-riview-card .profile i {
  font-size: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease 0.5s;
}
.single-riview-card:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transform: translateX(-10px) !important;
  border: 1px solid transparent;
}
.single-riview-card:hover .profile i {
  color: #0cb8b6;
}
.testimonial-content {
  margin-bottom: 20px;
}
.testimonial-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.testimonial-content p {
  margin-bottom: 15px;
}
.testimonial-content .star-list {
  margin-bottom: 10px;
}
.testimonial-content .star-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.testimonial-content .star-list ul li {
  display: inline-block;
  color: #f8db6a;
  padding-right: 5px;
}
.testimonial-content .star-list ul li:last-child {
  padding-right: 0;
}
.testimonial-content .clients-profile {
  position: relative;
  padding-left: 75px;
  margin-bottom: 40px;
}
.testimonial-content .clients-profile img {
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-content .clients-profile h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-slider2.owl-theme .owl-dots {
  position: absolute;
  left: 0;
}
.testimonial-slider2.owl-theme .owl-dots .owl-dot span {
  background-color: #0cb8b6;
  margin-left: 15px;
}
.testimonial-slider2.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.testimonial-slider2.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #0cb8b6;
  border-radius: 100%;
  top: -4px;
  left: -4px;
}
.testimonial-img-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px 40px 10px 10px;
}
.testimonial-img-content img {
  overflow: hidden;
  transition: all ease 0.5s;
}
.testimonial-img-content .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.testimonial-img-content .icon a {
  font-size: 24px;
  background-color: #fff;
  color: #0cb8b6;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.testimonial-img-content .icon a i {
  position: relative;
  left: 2px;
}
.testimonial-img-content .icon a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.testimonial-img-content .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.testimonial-img-content .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}
.testimonial-img-content:hover img {
  transform: scale(1.2);
}
.blog-area .container-fluid {
  max-width: 1520px;
}
.blog-bg {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.blog-bg::before {
  position: absolute;
  content: "";
  background: rgba(12, 184, 182, 0.05);
  border-radius: 40px 40px 10px 10px;
  height: 62%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-bg .col-lg-4:nth-child(2) .single-blog-card .blog-img img {
  border-radius: 40px 40px 0 0;
}
.blog-bg .col-lg-4:nth-child(2) .single-blog-card .blog-content {
  border-radius: 0 0 40px 40px;
}
.blog-bg .col-lg-4:nth-child(3) .single-blog-card .blog-img img {
  border-radius: 40px 10 0 0;
}
.blog-bg .col-lg-4:nth-child(3) .single-blog-card .blog-content {
  border-radius: 0 0 10px 40px;
}
.blog-bg2 {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.single-blog-card {
  margin-bottom: 30px;
}
.single-blog-card .blog-img {
  overflow: hidden;
  border-radius: 10px 40px 0 0;
}
.single-blog-card .blog-img img {
  border-radius: 10px 40px 0 0;
  transition: all ease 0.5s;
  overflow: hidden;
}
.single-blog-card .blog-content {
  padding: 30px;
  border: 1px solid rgba(12, 184, 182, 0.2);
  border-radius: 0 0 40px 10px;
  transition: all ease 0.5s;
  background-color: #fff;
}
.single-blog-card .blog-content .date-admin ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.single-blog-card .blog-content .date-admin ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.single-blog-card .blog-content .date-admin ul li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.single-blog-card .blog-content .date-admin ul li a {
  color: #666;
}
.single-blog-card .blog-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.single-blog-card .blog-content h3:hover {
  color: #0cb8b6;
}
.single-blog-card .blog-content p {
  font-size: 14px;
}
.single-blog-card .blog-content .default-btn {
  margin-top: 5px;
}
.single-blog-card:hover .blog-img {
  border-radius: 10px 40px 0 0;
}
.single-blog-card:hover .blog-img img {
  transform: scale(1.2) rotate(5deg);
  border-radius: 10px 40px 0 0;
}
.single-blog-card:hover .blog-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.single-blog-card.style .blog-content h3 {
  margin-bottom: 0;
}
.blog-Details-area .section-title {
  max-width: unset;
}
.details .details-top-img img {
  border-radius: 40px 40px 0 0;
}
.details .details-content {
  padding: 30px 30px 30px 0px;
  /* box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
}
.details .details-content .admin-and-date {
  padding-left: 0;
  margin-bottom: 20px;
}
.details .details-content .admin-and-date li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin-right: 30px;
}
.details .details-content .admin-and-date li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.details .details-content .admin-and-date li a {
  color: #666;
}
.details .details-content .admin-and-date li:last-child {
  margin-right: 0;
}
.details .details-content .telehealth-services h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.details .details-content .telehealth-services p {
  margin-bottom: 10px;
  line-height: 1.8rem;
  font-family: roboto, sans-serif;
}
.details .details-content .blog-quote {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border-left: 2px solid #0cb8b6;
}
.details .details-content .blog-quote span {
  position: relative;
  padding-left: 45px;
}
.details .details-content .blog-quote span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background-color: #0cb8b6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.details .details-content .image-and-content {
  margin-bottom: 30px;
}
.details .details-content .image-and-content p {
  margin-bottom: 20px;
}
.details .details-content .image-and-content .details-img {
  margin-bottom: 30px;
}
.details .details-content .image-and-content .details-img img {
  border-radius: 40px 10px 40px 10px;
}
.details .details-content .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}
.details .details-content .tags ul li {
  display: inline-block;
  margin-right: 10px;
}
.details .details-content .tags ul li span {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-right: 10px;
}
.details .details-content .tags ul li a {
  padding: 10px 20px;
  background: rgba(12, 184, 182, 0.2);
  transition: all ease 0.5s;
  color: #111;
  font-weight: 500;
  border-radius: 30px;
}
.details .details-content .tags ul li a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.details .details-content .tags ul li:last-child {
  margin-right: 10px;
}
.details .next-and-prev {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.details .next-and-prev ul {
  padding-left: 0;
  margin-bottom: 0;
}
.details .next-and-prev ul li {
  list-style-type: none;
}
.details .next-and-prev ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  transition: all ease 0.5s;
}
.details .next-and-prev ul li a i {
  position: relative;
  top: 3px;
  padding-right: 5px;
}
.details .next-and-prev ul li a:hover {
  color: #0cb8b6;
  letter-spacing: 1px;
}
.details .next-and-prev ul li:last-child a i {
  padding-left: 5px;
  padding-right: 0;
}
.reply-content {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
}
.reply-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.reply-content p {
  margin-bottom: 20px;
}
.reply-content .form-group {
  margin-bottom: 20px;
}
.reply-content .form-check {
  margin-bottom: 20px;
}
.reply-content .form-check .form-check-input:focus {
  box-shadow: none;
}
.search-content {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
}
.search-content .form-group {
  position: relative;
}
.search-content .form-group .form-control {
  border-radius: 10px;
}
.search-content .form-group .src-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  border: none;
  background-color: transparent;
}
.search-content .form-group .src-btn i {
  font-size: 24px;
  color: #0cb8b6;
}
.popular-post {
  padding: 10px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 15%);
  margin-bottom: 30px;
  border-radius: 10px;
}
.popular-post h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.popular-post .popular-card {
  position: relative;
  padding-left: 110px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popular-post .popular-card .img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.popular-post .popular-card .img img {
  border-radius: 10px;
}
.popular-post .popular-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
.popular-post .popular-card h4:hover {
  color: #0cb8b6;
}
.popular-post .popular-card .date {
  position: relative;
  padding-left: 20px;
}
.popular-post .popular-card .date i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.popular-post .popular-card:last-child {
  margin-bottom: 0;
}
.categories {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 10px;
}
.categories h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.categories ul {
  padding-left: 0;
  margin-bottom: 0;
}
.categories ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.categories ul li a p {
  color: #111;
  font-weight: 600;
  transition: all ease 0.5s;
}
.categories ul li a i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.categories ul li a:hover p {
  color: #0cb8b6;
}
.categories ul li:last-child {
  margin-bottom: 0;
}
.tag-content {
  padding: 30px 30px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.tag-content h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.tag-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tag-content ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
}
.tag-content ul li span {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-right: 10px;
}
.tag-content ul li a {
  padding: 10px 20px;
  background: rgba(12, 184, 182, 0.2);
  transition: all ease 0.5s;
  color: #111;
  font-weight: 500;
  border-radius: 30px;
}
.tag-content ul li a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.tag-content ul li:last-child {
  margin-right: 10px;
}
.advice-area {
  overflow: hidden;
}
.advice-area .container-fluid {
  max-width: 1520px;
}
.advice-content .advice-title span {
  color: #0cb8b6;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.advice-content .advice-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.advice-content .advice-title p {
  margin-bottom: 30px;
}
.advice-content .list {
  margin-bottom: 10px;
}
.advice-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.advice-content .list ul li {
  position: relative;
  list-style-type: none;
  padding-left: 65px;
  margin-bottom: 25px;
}
.advice-content .list ul li i {
  font-size: 22px;
  background-color: #f1f1f1;
  color: #0cb8b6;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.5s;
}
.advice-content .list ul li p {
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.advice-content .list ul li a {
  color: #666;
}
.advice-content .list ul li:hover i {
  background-color: #0cb8b6;
  color: #fff;
}
.advice-img img {
  border-radius: 40px 10px 40px 10px;
}
.advice-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.doctors-area {
  overflow: hidden;
}
.doctors-area .container-fluid {
  max-width: 1520px;
}
.doctors-area .single-doctor-card.style {
  margin-bottom: 0;
}
.doctor-content {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.doctor-content .col-lg-3:nth-child(2) .single-doctor-card .doctor-img {
  border-radius: 10px 10px 40px 10px;
}
.doctor-content .col-lg-3:nth-child(2) .single-doctor-card .doctor-img img {
  border-radius: 10px 10px 40px 10px;
}
.doctor-content .col-lg-3:nth-child(3) .single-doctor-card .doctor-img {
  border-radius: 40px 10px 10px 10px;
}
.doctor-content .col-lg-3:nth-child(3) .single-doctor-card .doctor-img img {
  border-radius: 40px 10px 10px 10px;
}
.doctor-content .col-lg-3:nth-child(4) .single-doctor-card .doctor-img {
  border-radius: 10px 40px 10px 10px;
}
.doctor-content .col-lg-3:nth-child(4) .single-doctor-card .doctor-img img {
  border-radius: 10px 40px 10px 10px;
}
.single-doctor-card {
  margin-bottom: 30px;
}
.single-doctor-card .doctor-img {
  overflow: hidden;
  border-radius: 10px 10px 10px 40px;
}
.single-doctor-card .doctor-img img {
  border-radius: 10px 10px 10px 40px;
  overflow: hidden;
  transition: all ease 0.5s;
}
.single-doctor-card .doctor-card-content {
  text-align: center;
  padding-top: 20px;
}
.single-doctor-card .doctor-card-content h3 {
  font-size: 18px;
  margin-bottom: 9px;
}
.single-doctor-card .doctor-card-content p {
  margin-bottom: 20px;
}
.single-doctor-card .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-doctor-card .social-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.single-doctor-card .social-content ul li a {
  color: #666;
  font-size: 20px;
  transition: all ease 0.5s;
}
.single-doctor-card .social-content ul li a:hover {
  color: #0cb8b6;
}
.single-doctor-card .social-content ul li:last-child {
  margin-right: 0;
}
.single-doctor-card.style {
  margin-bottom: 30px;
}
.single-doctor-card.style .doctor-img {
  border-radius: 10px 40px 0 0;
  position: relative;
}
.single-doctor-card.style .doctor-img img {
  border-radius: 10px 40px 0 0;
}
.single-doctor-card.style .doctor-img .social-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transform: scaleY(0);
  transition: all ease 0.5s;
}
.single-doctor-card.style .doctor-img .social-content ul {
  margin-bottom: 20px;
  padding-left: 0;
}
.single-doctor-card.style .doctor-img .social-content ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #fff;
  display: inline-block;
  border-radius: 100%;
  font-size: 18px;
  transition: all ease 0.5s;
}
.single-doctor-card.style .doctor-img .social-content ul li a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.single-doctor-card.style .doctor-card-content {
  border: 1px solid rgba(12, 184, 182, 0.25);
  border-radius: 0 0 10px 40px;
}
.single-doctor-card.style:hover .doctor-img .social-content {
  transform: scaleY(1);
}
.single-doctor-card.style3 .doctor-card-content {
  text-align: left;
}
.single-doctor-card.style3 .doctor-img {
  position: relative;
}
.single-doctor-card.style3 .doctor-img .social-content {
  position: absolute;
  bottom: -100%;
  text-align: center;
  left: 0;
  right: 0;
  transition: all ease 0.5s;
  transform: scaleX(0);
}
.single-doctor-card.style3 .doctor-img .social-content ul {
  margin-bottom: 0;
  padding: 20px;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.single-doctor-card.style3 .doctor-img .social-content ul li {
  margin-right: 7px;
}
.single-doctor-card.style3 .doctor-img .social-content ul li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #dfdfdf;
  display: inline-block;
  border-radius: 100%;
  font-size: 16px;
  transition: all ease 0.5s;
}
.single-doctor-card.style3 .doctor-img .social-content ul li a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.single-doctor-card.style3 .doctor-img .social-content ul li:last-child {
  margin-right: 0;
}
.single-doctor-card.style3:hover .social-content {
  bottom: 0;
  transform: scaleX(1);
}
.single-doctor-card.style4 .social-content ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: inline-block;
}
.single-doctor-card.style4 .social-content ul li a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.doctor-slider {
  margin-bottom: 30px;
}
.doctor-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: 30px;
  left: -130px;
  background-color: #fff;
  border: 1px solid #0cb8b6;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.doctor-slider.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.doctor-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: -70px;
}
.doctor-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.doctor-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.doctor-slider2 {
  position: relative;
}
.doctor-slider2.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
  background-color: #fff;
  border: 1px solid #0cb8b6;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.doctor-slider2.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -1px;
  left: -1px;
}

.doctor-slider2.owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -100px;
  left: auto;
}
.doctor-slider2.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -1px;
}
.doctor-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.contact-doctor-area {
  overflow: hidden;
}
.contact-doctor-contain .contact-title span {
  color: #0cb8b6;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-doctor-contain .contact-title h2 {
  font-size: 36px;
  margin-bottom: 0px !important;
}
.contact-doctor-contain .contact-title p {
  margin-bottom: 30px;
}
.contact-doctor-form .form-group {
  margin-bottom: 10px;
}
.contact-doctor-form .default-btn {
  width: 100%;
}
.footer-area {
  background-color: #111;
}
.logo-area {
  margin-bottom: 30px;
  padding-right: 30px;
}
.logo-area img {
  margin-bottom: 30px;
}
.logo-area p {
  color: #fff;
  margin-bottom: 30px;
}
.logo-area .newsletter-form {
  position: relative;
}
.logo-area .newsletter-form .form-control {
  height: 53px;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}
.logo-area .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.logo-area .newsletter-form .validation-danger {
  color: #e96060;
  margin-top: 10px;
}
.quick-link {
  margin-bottom: 30px;
}
.quick-link h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.quick-link ul {
  padding-left: 0;
  margin-bottom: 0;
}
.quick-link ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
}
.quick-link ul li i {
  position: absolute;
  left: 0;
  color: #cacaca;
  transition: all ease 0.5s;
}
.quick-link ul li p {
  color: #cacaca;
  transition: all ease 0.5s;
}
.quick-link ul li:last-child {
  margin-bottom: 0;
}
.quick-link ul li:hover i {
  color: #0cb8b6;
}
.quick-link ul li:hover p {
  color: #0cb8b6;
}
.helpful-link {
  margin-bottom: 30px;
}
.helpful-link h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
}
.helpful-link ul {
  padding-left: 0;
  margin-bottom: 0;
}
.helpful-link ul li {
  list-style-type: none;
  color: #cacaca;
  margin-bottom: 20px;
}
.helpful-link ul li span {
  color: #0cb8b6;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
}
.helpful-link ul li:last-child {
  margin-bottom: 0;
}
.helpful-link ul li a {
  color: #cacaca;
}
.instragram {
  margin-bottom: 30px;
}
.instragram h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.instragram .instragram-img {
  overflow: hidden;
  transition: all ease 0.5s;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
}
.instragram .instragram-img img {
  overflow: hidden;
  transition: all ease 0.5s;
  border-radius: 10px;
}
.instragram .instragram-img:hover img {
  transform: scale(1.3);
  filter: blur(3px);
}
.instragram .instragram-img:hover .icon {
  opacity: 1;
}
.instragram .instragram-img .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
  transition: all ease 0.5s;
  opacity: 0;
}
.instragram .instragram-img .icon i {
  color: #0cb8b6;
  font-size: 20px;
  font-weight: 700;
}
.copyright {
  border-top: 1px solid rgba(12, 184, 182, 0.0025);
  padding: 30px 0;
}
.copyright .copy p {
  color: #cacaca;
}
.copyright .copy p a {
  color: #0cb8b6;
}
.copyright .social-content {
  text-align: right;
}
.copyright .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.copyright .social-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.copyright .social-content ul li:last-child {
  margin-right: 0;
}
.copyright .social-content ul li span {
  color: #fff;
}
.copyright .social-content ul li a {
  color: #cacaca;
  transition: all ease 0.5s;
}
.copyright .social-content ul li a:hover {
  color: #0cb8b6;
}
.work-area {
  overflow: hidden;
}
.work-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.work-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.work-left-content .work-title span {
  color: #0cb8b6;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.work-left-content .work-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.work-left-content .work-title p {
  margin-bottom: 30px;
}
.work-left-content .default-btn {
  margin-bottom: 40px;
}
.special-follow {
  margin-right: -120px;
  position: relative;
}
.follow-card {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.follow-card img {
  transition: all ease 0.5s;
  border-radius: 10px;
}
.follow-card::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.7) 95.13%
  );
  height: 100%;
  width: 100%;
  left: -100%;
  top: -100%;
  transition: all ease 0.5s;
  transform: scale(0);
}
.follow-card::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.7) 95.13%
  );
  height: 100%;
  width: 100%;
  right: -100%;
  top: 0;
  transition: all ease 0.5s;
  transform: scale(0);
}
.follow-card .follow-content {
  padding: 20px;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all ease 0.5s;
}
.follow-card .follow-content h3 {
  font-size: 20px;
  color: #fff;
  margin: auto;
}
.follow-card:hover::before {
  transform: scale(1);
  left: 0;
  top: 0;
}
.follow-card:hover::after {
  transform: scale(1);
  right: 0;
}
.follow-card:hover .follow-content {
  bottom: 0;
}
.follow-image-content {
  position: relative;
}
.follow-image-content img {
  border-radius: 10px 40px 10px 40px;
}
.follow-image-content .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}
.follow-image-content .icon a {
  font-size: 24px;
  background-color: #fff;
  color: #0cb8b6;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.follow-image-content .icon a i {
  position: relative;
  left: 2px;
}
.follow-image-content .icon a:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.follow-image-content .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.follow-image-content .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(12, 184, 182, 0.003);
  animation: ripple 3s linear infinite;
  z-index: -1;
}
.provid-area .container-fluid {
  max-width: 1520px;
}
.provid-area .row .col-lg-6:nth-child(2) .single-provide-card {
  border-radius: 10px 40px 10px 10px;
}
.provid-area .row .col-lg-6:nth-child(3) .single-provide-card {
  border-radius: 10px 10px 10px 40px;
}
.provid-area .row .col-lg-6:nth-child(4) .single-provide-card {
  border-radius: 10px 10px 40px 10px;
}
.provide-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.single-provide-card {
  padding: 30px;
  border: 1px solid rgba(12, 184, 182, 0.25);
  transition: all ease 0.5s;
  border-radius: 40px 10px 10px 10px;
  margin-bottom: 30px;
}
.single-provide-card .provide-content {
  position: relative;
  padding-left: 110px;
}
.single-provide-card .provide-content .icon {
  font-size: 35px;
  border: 1px solid #0cb8b6;
  color: #111;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 0.5s;
}
.single-provide-card .provide-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.single-provide-card .provide-content p {
  margin-bottom: 0;
}
.single-provide-card:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.single-provide-card:hover .provide-content .icon {
  transform: scale(1) rotate(10deg);
  background-color: #0cb8b6;
  color: #fff;
  border: 1px solid #0cb8b6;
}
.testimonial-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.testimonial-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.single-testimonial-card {
  margin-bottom: 30px;
}
.single-testimonial-card .top-content {
  background-color: #fff;
  border-radius: 40px 10px 40px 10px;
  border: 1px solid rgba(12, 184, 182, 0.002);
  padding: 30px;
  position: relative;
  margin: 5px;
  margin-bottom: 45px;
  transition: all ease 0.5s;
}
.single-testimonial-card .top-content i {
  font-size: 35px;
  color: #0cb8b6;
}
.single-testimonial-card .top-content::before {
  position: absolute;
  content: "";
  background-color: #f8f2f2;
  height: 30px;
  width: 30px;
  bottom: -31px;
  left: 50px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.single-testimonial-card .clients-profile {
  position: relative;
  padding-left: 110px;
}
.single-testimonial-card .clients-profile img {
  position: absolute;
  left: 30px;
  top: -8px;
  width: auto;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all ease 0.5s;
}
.single-testimonial-card .clients-profile h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.single-testimonial-card .clients-profile p {
  margin-bottom: 0;
}
.single-testimonial-card:hover .top-content {
  border: 1px solid rgba(12, 184, 182, 0.35);
}
.single-testimonial-card:hover .clients-profile img {
  border: 1px solid #0cb8b6;
}
.single-testimonial-card.style3 {
  padding: 30px;
  border-radius: 40px 10px 40px 10px;
  border: 1px solid rgba(12, 184, 182, 0.25);
  margin: 5px;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.single-testimonial-card.style3 .top-content {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.single-testimonial-card.style3 .top-content::before {
  display: none;
}
.single-testimonial-card.style3 .clients-profile {
  padding-left: 80px;
}
.single-testimonial-card.style3 .clients-profile img {
  left: 0;
  top: -8px;
}
.single-testimonial-card.style3:hover {
  border: 1px solid #0cb8b6;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #0cb8b6;
  margin-left: 15px;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #0cb8b6;
  border-radius: 100%;
  top: -4px;
  left: -4px;
}
.appoinment-area {
  overflow: hidden;
}
.appoinment-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.appoinment-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 10px 10px 40px 40px;
}
.appoinment-content span {
  color: #0cb8b6;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.appoinment-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.appoinment-content p {
  margin-bottom: 30px;
}
.appoinment-form .form-group {
  margin-bottom: 25px;
}
.appoinment-form .default-btn {
  width: 100%;
}
.information {
  max-width: 920px;
  margin: auto;
  padding: 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.information h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.information .form-group {
  margin-bottom: 25px;
}
.information .gender {
  margin-bottom: 20px;
}
.information .gender ul {
  padding-left: 0;
  margin-bottom: 0;
}
.information .gender ul li {
  display: inline-block;
  margin-right: 20px;
}
.information .gender ul li span {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.information .gender ul li .form-check-input:focus {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.information .gender ul li .form-check-input:checked {
  background-color: #0cb8b6;
}
.information .default-btn {
  width: 100%;
}
.faq-area {
  overflow: hidden;
}
.faq-area .container-fluid {
  max-width: 1520px;
}
.faq-bg {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 40px 40px 10px 10px;
}
.faq-title span {
  color: #0cb8b6;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}
.faq-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.faq-title p {
  margin-bottom: 30px;
}
.accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid rgba(12, 184, 182, 0.4);
  border-radius: 10px;
}
.accordion .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.accordion .accordion-item .accordion-button::after {
  background-image: unset;
  content: "";
  font-size: 20px;
  color: #111;
  text-align: center;
  content: "\ea13";
  font-family: remixicon !important;
  position: relative;
  top: -4px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  text-align: center;
  content: "\f1af";
  position: relative;
  top: -2px;
}
.accordion .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 15px;
}
.faq-image img {
  border-radius: 40px 10px 40px 10px;
}
.portfolio-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}
.porfolio-bg {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
.porfolio-bg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 80%;
  background-color: #0cb8b6;
  border-radius: 10px 10px 40px 40px;
}
.porfolio-bg2 {
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 40px 40px 0 0;
}
.single-portfolio-card {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px 40px 10px 40px;
}
.single-portfolio-card .portfolio-img {
  position: relative;
}
.single-portfolio-card .portfolio-img::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0) 0%,
    rgba(17, 17, 17, 0.69) 52.25%
  );
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
  transform: scaleX(0);
}
.single-portfolio-card .caption {
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: center;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
}
.single-portfolio-card .caption h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.single-portfolio-card .caption p {
  color: #fff;
}
.single-portfolio-card::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 1px;
  background-color: #fff;
  top: -100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all ease 0.5s;
}
.single-portfolio-card::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 70px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -120%;
  right: 0;
  margin: auto;
  z-index: 2;
  transition: all ease 0.5s;
}
.single-portfolio-card:hover::before {
  top: 50%;
}
.single-portfolio-card:hover::after {
  left: 0;
}
.single-portfolio-card:hover .portfolio-img::before {
  transform: scaleX(1);
}
.single-portfolio-card:hover .caption {
  transform: scaleX(1);
}
.telimedicine-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.telimedicine-content img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.health-care {
  margin-bottom: 30px;
}
.health-care h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.health-care p {
  margin-bottom: 20px;
}
.about-the-project {
  margin-bottom: 30px;
}
.about-the-project h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-the-project p {
  margin-bottom: 25px;
}
.about-the-project .list {
  margin-bottom: 0;
  padding-left: 0;
}
.about-the-project .list li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.about-the-project .list li p {
  margin-bottom: 15px;
}
.about-the-project .list li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.about-the-project .list li:last-child p {
  margin-bottom: 0;
}
.our-treatment h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.our-treatment p {
  margin-bottom: 30px;
}
.our-treatment .treatment-img {
  margin-bottom: 30px;
}
.our-treatment .treatment-img img {
  border-radius: 10px 10px 40px 40px;
}
.col-lg-6:nth-child(2) .treatment-img img {
  border-radius: 40px 40px 10px 10px;
}
.project-details {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.project-details h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.project-details ul {
  padding-left: 0;
  margin-bottom: 0;
}
.project-details ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.project-details ul li span {
  color: #111;
  font-weight: 500;
  padding-right: 5px;
}
.project-details ul li:last-child {
  margin-bottom: 0;
}
.single-pricing-card {
  border: 1px solid rgba(12, 184, 182, 0.25);
  padding: 30px;
  border-radius: 40px 10px 40px 10px;
  transition: all ease 0.5s;
  background-color: #fff;
  margin-bottom: 30px;
}
.single-pricing-card .top-content {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
.single-pricing-card .top-content .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  box-shadow: 0 0 30px rgba(17, 17, 17, 0.07),
    inset 0 0 20px rgba(102, 102, 102, 0.15);
  position: absolute;
  left: 0;
  text-align: center;
  color: #f8db6a;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.single-pricing-card .top-content h3 {
  font-size: 20px;
}
.single-pricing-card h1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.single-pricing-card h1 span {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}
.single-pricing-card .list {
  margin-bottom: 30px;
}
.single-pricing-card .list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-pricing-card .list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.single-pricing-card .list ul li i {
  position: absolute;
  color: #0cb8b6;
  left: 0;
  top: 0;
}
.single-pricing-card .list ul li:last-child {
  margin-bottom: 0;
}
.single-pricing-card .default-btn {
  display: block;
}
.single-pricing-card:hover {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.single-pricing-card:hover .default-btn {
  background-color: #0cb8b6;
  color: #fff;
}
.single-pricing-card.active {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.single-pricing-card.active .default-btn {
  background-color: #0cb8b6;
  color: #fff;
}
.page-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}
.page-banner.bg-1 {
  background-image: url(../images/main-slider/page-header-bg.png);
}

.page-banner.bg-1:before {
  position: absolute;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  content: "";
}

.page-banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: -2;
}
.page-banner-content h1 {
  color: #fff !important;
  transform: scaleX(-1) !important;
  direction: ltl;
}
.page-banner.bg-1 {
  position: relative;
  z-index: 5;
}

.page-banner-content h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff !important;
}
.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
  transform: scaleX(-1) !important;
  direction: ltl;
}
.page-banner-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.page-banner-content ul li a {
  text-decoration: none;
  color: #0cb8b6;
}
.page-banner-content ul li::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 13px;
  right: 1px;
  top: 12px;
  background-color: #fff;
}
.page-banner-content ul li:last-child {
  padding-right: 0;
}
.page-banner-content ul li:last-child::before {
  display: none;
}
.page-banner-img {
  text-align: right;
}
.contact-area .contact-form {
  margin: auto;
}
.contact-area .contact-form .form-group {
  margin-bottom: 12px;
}
.contact-area .contact-form .form-group label {
  margin-bottom: 7px;
}
.contact-area .contact-form .list-unstyled {
  color: #e60808;
  margin-top: 7px;
}
.contact-area .contact-form .text-danger {
  color: #0cb8b6;
  font-size: 16px;
  margin-top: 7px;
}
.map-area {
  overflow: hidden;
}
.map-area iframe {
  height: 500px;
  width: 100%;
  margin-bottom: -10px;
}
.error-area {
  text-align: center;
}
.error-area .top-content {
  margin-bottom: 20px;
}
.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #0cb8b6;
  animation: movebounce 5s linear infinite;
}
.error-area .top-content ul li:first-child {
  color: #111;
  animation: movebounce 7s linear infinite;
}
.error-area .top-content ul li:last-child {
  color: #666;
  animation: movebounce 9s linear infinite;
}
.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.error-area p {
  margin-bottom: 30px;
}
.login {
  max-width: 860px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.login h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
.login h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #0cb8b6;
  top: 43px;
}
.login .form-group {
  margin-bottom: 20px;
}
.login .form-check {
  margin-bottom: 30px;
}
.login .form-check .form-check-input:checked {
  background-color: #0cb8b6;
}
.login .form-check .form-check-input:focus {
  box-shadow: none;
}
.login .default-btn {
  padding: 15px 40px;
  margin-bottom: 20px;
}
.login a {
  display: inherit;
  color: #666;
  font-weight: 500;
}
.register {
  max-width: 860px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.register h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
.register h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #0cb8b6;
  top: 43px;
}
.register .form-group {
  margin-bottom: 20px;
}
.register .default-btn {
  padding: 15px 40px;
  margin-top: 20px;
}
.password {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.password h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  position: relative;
}
.password h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #0cb8b6;
  top: 43px;
}
.password .form-group {
  margin-bottom: 20px;
}
.password .default-btn {
  width: 100%;
}
.privacy-content {
  margin-bottom: 10px;
}
.privacy-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.privacy-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.privacy-content p {
  margin-bottom: 25px;
}
.privacy-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}
.privacy-content .list ul li {
  font-weight: 600;
  color: #111;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}
.privacy-content .list ul li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.condition-content {
  margin-bottom: 10px;
}
.condition-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.condition-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.condition-content p {
  margin-bottom: 25px;
}
.condition-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}
.condition-content .list ul li {
  font-weight: 600;
  color: #111;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}
.condition-content .list ul li i {
  position: absolute;
  left: 0;
  color: #0cb8b6;
}
.coming-soon-area {
  background-image: url(../images/coming-soon-img.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  vertical-align: middle;
  position: relative;
}
.coming-soon-area::before {
  position: absolute;
  content: "";
  background: rgba(37, 171, 68, 0.0025);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.coming-soon-area .coming-soon {
  text-align: center;
  max-width: 720px;
  margin: auto;
  background-color: #000;
  padding: 40px;
  border-radius: 40px 10px 40px 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
}
.coming-soon-area .coming-soon img {
  margin-bottom: 20px;
}
.coming-soon-area .coming-soon h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.coming-soon-area .coming-soon .list ul {
  margin-bottom: 0;
  padding-left: 0;
}
.coming-soon-area .coming-soon .list ul li {
  margin: 0 20px;
  font-size: 36px;
  font-weight: 700;
  height: 100px;
  width: 100px;
  border: 6px double #0cb8b6;
  border-radius: 50px 50px 0 0;
  margin-bottom: 30px;
  color: #fff;
}
.coming-soon-area .coming-soon .list ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #0cb8b6;
}
.coming-soon-area .coming-soon .newsletter-form {
  position: relative;
}
.coming-soon-area .coming-soon .newsletter-form .form-control {
  border-radius: 30px;
  height: 53px;
  background-color: #0e0e0e;
  color: #fff;
}
.coming-soon-area
  .coming-soon
  .newsletter-form
  .form-control::-moz-placeholder {
  color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .form-control::placeholder {
  color: #fff;
}
.coming-soon-area .coming-soon .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.coming-soon-area .coming-soon .newsletter-form .validation-danger {
  color: #e60808;
  padding-top: 7px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #0cb8b6;
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  transition: 0.5s;
  font-size: 26px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  background-color: #0cb8b6;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #fff;
  background: #111;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  color: #fff;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #fff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}
img.main-logo {
  width: 300px !important;
}
a.footer-widget__btn.sifoxen-btn {
  padding: 20px;
  background-color: #0cb8b6;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

#about a.default-btn .btn {
  margin-top: -20px !important;
}

ul.list-unstyled.footer-widget__info {
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  line-height: 2rem;
}

li.footer-new {
  padding-bottom: 10px;
  color: #c7c7c7;
}
li.footer-new a {
  color: #cacaca;
}
.doctors-area.pt-100.pb-70.style {
  padding-bottom: 0px !important;
}

.footer-area {
  background-color: #033b4a;
}

.footer.pt-100.pb-70 {
  padding-bottom: 0px !important;
}

.services-bg.bg-color1.pt-100.pb-70 {
  padding-bottom: 4px !important;
}

.about-area.ptb-100 {
  padding-bottom: 0px !important;
}

.slider-item {
  position: relative;
  z-index: 5;
}

.slider-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.banner-content {
  margin-left: 80px !important;
}

.banner-content h1 {
  color: #fff !important;
}
img.department-icon {
  /* margin-bottom: 20px; */
  padding-bottom: 14px;
}

img.service-icon {
  padding-bottom: 15px;
}

.advice-img {
  height: 300px;
}

.advice-img-new {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.advice-content .advice-title p {
  margin-bottom: 12px !important;
}
.advice-content .advice-title h2 {
  margin-bottom: 8px !important;
}

.owl-dots {
  text-align: center !important;
  align-items: center !important;
}

.bottom-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-area.shape-1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.about-content.style-3 .list ul li {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 11px 0;
  padding-left: 35px;
  border-radius: 7px;
  border: 1px solid rgba(12, 184, 182, 0.25);
  border-radius: 10px 10px;
}

.list {
  margin-bottom: 1px !important;
}

.services-area.style {
  margin-top: 70px;
  margin-bottom: 30px;
}

.appointment-one__service__content {
  background-color: #ffffff61;
  padding: 20px 23px 17px 20px !;
  /* box-shadow: 0px 20px 20px 20px #141c1b; */
  border: 1px solid #0cb8b6;
  border-radius: 0px 53px 0px 54px;
}

.doctors-area.pt-100.pb-70.style {
  margin-bottom: 50px;
}

.tob-header-area {
  padding-top: 11px;
  padding-bottom: 10px;
}

.social-content a svg {
  width: 1em;
  height: 1em;
  color: #74766f;
}
img.contact {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-img {
  width: 100%;
  height: 530px;
}
a.doctor-name {
  color: #033b4a;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

div#facility {
  margin-top: 80px;
  margin-bottom: 50px;
}

.facility-img {
  width: 80px;
  height: 80px;
  background-color: #0cb8b6;
  margin-bottom: 20px;
  border-radius: 100%;
  padding: 10px 10px 10px 10px;
  /* filter: brightness(0.5) invert(1); */
}

img.facility-img-new {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.5) invert(1);
  padding: 8px;
}
a.orthopedic-link {
  color: #033b4a !important;
  padding-bottom: 20px;
}

img.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-img {
  width: 100%;
  height: 330px;
}

.banner-new-content {
  margin-top: 25px;
}

.new-box {
  margin: 20px;
  /* border: 1px solid #000; */
  box-shadow: 0px 0px 10px #b5b5b5;
}

p.new-content {
  font-size: 17px;
  line-height: 1.7rem;
}

li.diseases-list-new {
  padding: 9px;
  color: #000;
  font-size: 16px;
  line-height: 1rem;
}

ul.diseases-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  margin-left: -36px;
}

li.diseases-list-new {
  width: 45%;
  margin-bottom: 3px;
}

i.ri-chat-check-fill {
  color: #17bbb9;
}

h3.content {
  font-size: 23px !important;
}

.banner-new-content {
  padding: 20px;
}
/*  
.new-img:first-child {
 

  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.new-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
  */

#medicine-care-box {
  margin-top: 70px !important ;
  margin-bottom: 70px !important;
}

.new-box {
  margin-bottom: 33px !important;
}

.general-surgery-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
}

.general-surgery-list li a::before {
  height: calc(100% - 46px);
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

li.joint-replacement-content {
  list-style: none;
}

li.arthoscopy-content {
  padding: 5px;
  font-size: 15px;
  line-height: 1.5rem;
  list-style: none;
  margin-left: 0px;
}

ul.service-content {
  margin-left: -28px;
}

li.page-content {
  margin-top: 8px;
}

#doctor-detail-page {
  /* padding: 60px; */
  border: 1px solid #b9cfd1;
  margin-top: 50px;
  padding: 10px;
  margin-bottom: 50px;
}

ul.ortho-surgeon-list {
  display: flex;
  flex-wrap: wrap;
  width: 86%;
  gap: 24px;
  padding-left: 6px;
}

li.new-list {
  list-style: none;
}

.ri-phone-line:before {
  /* filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(1218%) hue-rotate(131deg) brightness(86%) contrast(100%); */
}

.ri-mail-line:before {
  /* filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(1218%) hue-rotate(131deg) brightness(86%) contrast(100%); */
}

.ri-hospital-fill:before {
  /* filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(1218%) hue-rotate(131deg) brightness(86%) contrast(100%); */
}

h3.doctor-title {
  margin-bottom: 0px;
}

p.doctor-page-content {
  border-bottom: 1px solid #3ba39a61;
  padding-bottom: 12px;
}

form.new-one-form {
  border: 1px solid #0000003b;
  padding: 20px;
}

.form-group {
  padding-bottom: 10px;
}

form.new-one-form {
  margin-bottom: 61px;
}

h5.doctor-new-one {
  margin-left: -32px;
}

ul.speciality-list-new {
  margin-left: -31px;
}

li.speciality-list {
  padding-bottom: 11px;
  margin-left: -16px;
}

ul.speciality-list-new-one {
  margin-left: 0px;
}

img.doctor-img-new {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-img {
  width: 100%;
  height: 300px;
}

.doctor-img-new {
  height: 365px;
}

.icon-class {
  filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(1218%)
    hue-rotate(131deg) brightness(86%) contrast(100%);
}
h2.new-title-one {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
li.speciality-list::marker {
  color: #0cb8b6;
  font-size: 17px;
}

span.new-one-title {
  color: #0cb8b6;
  font-weight: bold;
  text-transform: capitalize;
}

a.orthodic-new {
  color: #033b4a;
}

li.general {
  list-style: none;
  margin-bottom: 10px;
  line-height: 1.5rem;
}

li.detail-page-title {
  list-style: none;
  line-height: 1.5rem;
  margin-bottom: 11px;
}
/* .icon-class {
  filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(1218%) hue-rotate(131deg) brightness(86%) contrast(100%);
  border: 1px solid #000;
  padding: 6px;
  justify-content: center;
  align-items: center;
  margin: 1px;
  border-radius: 100%;
  text-align: center;
   background-color: beige; 
   margin-left: 3px;
  width: 65px;
}
   */

.banner-area .shape-2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

ul.arthoscopy-list {
  /* margin-right: 27px; */
  margin-left: -41px;
}

li.general-surgery-list {
  border: 1px solid #fff;
}

a.new-one {
  background-color: #0cb8b614;
  font-size: 17px;
  color: #033b50;
  padding: 31px;
  font-weight: 500;
  padding: 18px;
  position: relative;
  display: block;
}

.telehealth-services h2 {
  font-size: 24px;
}

li.general-surgery-list:hover {
  background-color: #0cb8b6;
  color: #fff;
}
li.page-content {
  list-style: none;
  margin-left: -30px;
}

a.new-one:hover {
  color: #fff;
}

.portfolio-img:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.thumb figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* border-radius: 11px 52px 10px 71px; */
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  width: 100%;
  height: 300px;
}

#gallary-img {
  justify-content: center;
}

.row.gallery {
  margin-top: 100px;
  margin-bottom: 100px;
}

.row.text-center.text-lg-left {
  justify-content: center;
}

a.header-integer {
  color: #fff;
}

figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.details .details-top-img img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.doctor-img-new {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.doctor-new-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

img.test-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#about {
  max-width: 100%;
  height: 600px !important;
}

#about-new-one {
  max-width: 100%;
  height: 660px !important;
}

div#new-one-more {
  width: 100%;
  height: 359px;
}

/* .gallery-img {
  position: relative;
  overflow: hidden;
  background-color: var(--sifoxen-black, #362048);
}

.gallery-img img {
  transform: scale(1);
  display: block;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(85 204 217 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-img-hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 400ms ease;
}

.gallery-page__card__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--sifoxen-base, #AE61BE);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}

.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--sifoxen-base, #AE61BE);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
} */

.details-content p {
  font-size: 14px !important;

  line-height: 1.5rem !important;
}

.details-top-img {
  height: 371px !important;
}

strong {
  font-weight: bolder;
  font-size: 16px;
  color: #033b4a !important;
}

.page-banner.bg-1.ptb-100 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.gallery-page__card {
  background-color: #033b4a;
  overflow: hidden;
  position: relative;
}

.gallery-page__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}

.gallery-page__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(85 204 217 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}

.gallery-page__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 400ms ease;
}

.gallery-page__card__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}

.gallery-page__card__icon::after,
.gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--sifoxen-base, #ae61be);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gallery-page__card__icon::after,
.gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--sifoxen-base, #ae61be);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}

h6.page-title {
  font-size: 19px;
  margin-top: 11px;
}

.magnific-img img {
  width: 100%;
  height: auto;
}
.mfp-bottom-bar,
* {
  font-family: "Abel", sans-serif;
}
.magnific-img {
  display: inline-block;
  width: 100%;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
  border-right: none !important;
}
.mfp-arrow-right:before {
  border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*  
  .magnific-img img:hover {

    font-size: 44px;
    color: #000;
    text-align: center;
    display: block;

  }


  .magnific-img img{

    font-size: 44px;
    color: #000;
    text-align: center;
    display: block;

  }

  

span.icon-plus {
  padding-top: -33px;
  display: flex;
  margin-top: -226px;
}


.magnific-img {
  position: relative;
  overflow: hidden;
  background-color:#362048;

}

.new-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(85 204 217 / 40%);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform .5s;
  transform-origin: bottom center;
}

.magnific-img img {
  transform: scale(1);
  /* position: relative; 
  display: flex;
}*

span.new-one{

  position: absolute;
  width:60px;
  
  content: '';
  top:50%;
  left:50%;
  display: block;
  transform: scale(-50%,-50%);
}

a.image-popup-vertical-fit #new-one-icon  {
  cursor: -webkit-zoom-in;
 
}
#new-one-icon {
 

   font-size: 31px;
  color: #fff;
  display: block;
  position: absolute;
  margin-top: -232px;
  margin-left: -27px;
  background: #0cb8b6;
  padding: 8px;
}

.new-icon{

  position: relative;
  transform: scale(-50% ,-50%);
  left:50%;
  width:50px;
     
}
/* 
 */
section.img-gallery-magnific {
  margin-top: 84px;
  margin-bottom: 80px;
}

.magnific-img {
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px #0000004a;
  overflow: hidden;
  border-radius: 17px;
  position: relative;
  z-index: 5;
}

.magnific-img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #0000007a;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 4;
}

.magnific-img a {
  display: block;
  height: 280px;
  width: 100%;
}

.magnific-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.magnific-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 8;
  visibility: hidden;
  transition: 0.3s;
}

.magnific-img:hover:before {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.magnific-img:hover span {
  visibility: visible;
  transition: 0.3s;
}

.row.align-item-center {
  justify-content: center;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  top: 30px;
}

li.detail-page-title p {
  font-size: 15px !important;
  line-height: 1.5rem;
}

.banner-content .align-items-center {
  justify-content: center !important;
}

.banner-content.align-items-center.p-0.aos-init.aos-animate {
  /* margin-left: 442px !important; */
  display: block;
  align-content: center !important;
  position: relative;
  margin-left: 331px !important;
  position: absolute;
  justify-content: center;
  /* padding-left: 64px; */
  margin-left: 82px;
  text-align: center;
  margin-bottom: 50px !important;
  margin-top: -50px;
}

div#new-contact-detail {
  margin-top: 100px;
  margin-bottom: 20px;
}

.icon-new-img {
  background-color: #46c9c7;
  text-align: center;
  width: 77px !important;
  /* border-radius: 30px; */
  height: 77px !important;
  padding: 14px;
  /* padding: 40px; */
  margin-left: 125px;
  /* border-radius: 100%; */
}

img.icon-new {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
}

p.contact-content {
  text-align: center;
  padding: 10px;
}

div#new-contact-detail {
  text-align: center;
  margin: 119px 0px 0px 0px;
  box-shadow: 0px 0px 20px #0000001a;
  padding: 25px;
}

h4.contact-title-new {
  margin-top: 33px;
  line-height: 0rem;
  font-size: 18px;
  text-align: center;
}

a.link-more {
  text-align: center;
  color: #000;
  margin-left: 17px;
}

/* .slider-item.bg-5 {
  height: 500px !important;
  
} */

.slider-item.bg-2 {
  background-image: url(../images/banner/banner-one.png) !important;
}
.slider-item.bg-3 {
  background-image: url(../images/banner/banner-three.png) !important;
}

.slider-item.bg-4 {
  background-image: url(../images/banner/pain-banner.png) !important;
}

.slider-item.bg-5 {
  background-image: url(../images/banner/gyno-banner.png) !important;
}

.slider-item.bg-6 {
  background-image: url(../images/banner/surgery-banner.png) !important;
}
section.blog {
  margin-top: 100px !important;
}

.blog.content {
  box-shadow: 0px 0px 20px #0000003b;
}

h6.blog-title {
  font-size: 17px;
  padding-top: 20px !important;
}

h6.blog-title {
  padding-top: 20px;
}
a.new-blog-btn {
  background-color: #0cb8b6;
  padding: 14px;
  color: #fff;
}

.blog-btn {
  padding-bottom: 14px !important;
  padding-top: 10px !important;
}
a.blog-link {
  color: #033b4a;
  font-weight: bold;
  font-size: 17px;
  /* line-height: unset; */
  margin-bottom: 20px !important;
}

a.blog-list-new {
  color: #033b4a;
  font-weight: bold;
  font-size: 13px;
}

.blog-list {
  box-shadow: 0px 0px 20px #00000063 !important;
}
