@font-face {
  font-family: 'JF Flat';
  src: url('fonts/hinted-JFFlat-Regular.eot');
  src: local('JF Flat Regular'), local('JFFlat-Regular'), url('fonts/hinted-JFFlat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/hinted-JFFlat-Regular.woff2') format('woff2'), url('fonts/hinted-JFFlat-Regular.woff') format('woff'), url('fonts/hinted-JFFlat-Regular.ttf') format('truetype'), url('fonts/hinted-JFFlat-Regular.svg#JFFlat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none !important;
}
html {
  scroll-behavior: smooth;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box-shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.rounded10 {
  border-radius: 10px !important;
}
.rounded25 {
  border-radius: 25px !important;
}
.rounded30 {
  border-radius: 30px !important;
}
.rounded50 {
  border-radius: 50px !important;
}
.text-white {
  color: #fff !important;
}
.text-gray {
  color: #707070 !important;
}
.text-lightgray {
  color: #707070 !important;
}
.text-color1 {
  color: #01798e !important;
}
.text-green {
  color: #009422 !important;
}
.text-red {
  color: #FF2E2E !important;
}
.text-color2 {
  color: #333333 !important;
}
.bg-gray {
  background: #F9F9F9 !important;
}
.bg-color1 {
  background: #01798e !important;
}
.bg-faded-color1 {
  background: rgba(1, 121, 142, 0.1);
}
.bg-color2 {
  background: #333333 !important;
}
.font-weight-simiBold {
  font-weight: 600 !important;
}
.fz40 {
  font-size: 40px !important;
}
.fz38 {
  font-size: 38px !important;
}
.fz30 {
  font-size: 30px !important;
}
.fz28 {
  font-size: 28px !important;
}
.fz25 {
  font-size: 25px !important;
}
.fz22 {
  font-size: 22px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz17 {
  font-size: 17px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz14 {
  font-size: 14px !important;
}
body {
  font-family: 'JF Flat', sans-serif, tahoma, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FBFBFB;
}
.center {
  text-align: center !important;
  margin: auto !important;
}
.no-padding {
  padding: 0 !important;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: 'JF Flat', sans-serif, tahoma, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'JF Flat', sans-serif, tahoma, sans-serif !important;
}
/*************************************************/
/* Custom */
/*************************************************/
.modal .modal-content {
  background: none !important;
  border: none;
}
.modal .modal-header {
  border-bottom: 0;
}
.modal .modal-header .close {
  color: white;
  box-shadow: none;
  text-shadow: none;
  background: #01798e;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}
.modal .modal-body {
  background: none !important;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 1px 10px 13px #150f0f36;
}
.menu-logo {
  background: #FBFBFB;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
.navbar-light {
  border: none;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #01798e;
  background: none;
}
.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
  color: #01798e;
  background: none;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #333333;
  padding: 5px 25px;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #01798e;
  background: none;
}
.navbar-light .dropdown a {
  background: none !important;
}
.navbar-light .dropdown a:hover {
  color: white;
  background: #01798e !important;
}
.navbar-light .dropdown .dropdown-menu {
  padding: 0;
}
.navbar-light .dropdown .dropdown-menu li {
  border: none !important;
}
.navbar-light .dropdown .dropdown-menu li a {
  border: none !important;
  color: #01798e;
  padding: 10px !important;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
}
.navbar-light .dropdown .dropdown-menu li:hover a {
  border: none !important;
  color: white !important;
  background: #333333 !important;
}
.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
  color: #01798e;
  background: none !important;
}
.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
  color: #01798e;
  background: none !important;
}
.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}
/****************************
======== Hero header =========
****************************/
.hero-header {
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.hero-header:after {
  content: '';
  background: rgba(1, 121, 142, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-header .header-search-form {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 15% 0;
}
.hero-header .header-search-form h3 {
  color: #fff;
  font-size: 50px;
  padding: 10px 0;
}
.hero-header .header-search-form p {
  color: #fff;
  font-size: 16px;
  width: 50%;
  margin: 10px auto;
}
.hero-header .header-search-form .nice-select,
.hero-header .header-search-form .nice-select ul {
  width: 100%;
}
.hero-header .header-search-form .nice-select {
  border: solid 2px rgba(51, 51, 51, 0.75);
}
.hero-header .header-search-form .nice-select:after {
  border-bottom: 3px solid #3D3D3D;
  border-right: 3px solid #3D3D3D;
  height: 10px;
  width: 10px;
  right: auto;
  left: 12px;
  margin-top: -6px;
}
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lazy {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lazy.loaded {
  opacity: 1;
}
.slick-slide {
  outline: 0 !important;
}
.slick-next {
  left: -25px;
}
.slick-prev {
  right: -35px;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  background: #BFB1C8;
  border-radius: 50%;
  color: #01798e;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
  background: #333333;
  color: #01798e;
}
ul.slick-dots {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-top: 1em;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  width: 12px;
  margin: 5px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
  border: none;
  text-indent: -9999px;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background: #01798e;
}
.common-wrapper {
  padding: 4em 0;
}
.section-title {
  color: #3D3D3D;
  font-size: 32px;
  margin: 10px 0 60px;
  position: relative;
  font-weight: 700;
  padding-bottom: 17px;
}
.section-title:after {
  content: '';
  height: 2px;
  width: 80px;
  background: #CFCFCF;
  position: absolute;
  top: 100%;
  margin: auto;
  right: 0;
  left: 0;
}
.section-description {
  color: #707070;
  font-size: 15px;
  width: 50%;
  margin: -50px auto 60px;
}
/****************************
======== facilities =========
****************************/
.single-facility {
  margin-bottom: 30px;
}
.single-facility a {
  color: #01798e;
}
.single-facility .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 12px;
  background: rgba(1, 121, 142, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-facility .icon i {
  font-size: 28px;
}
.single-facility .icon img {
  max-width: 100%;
  max-height: 100%;
}
.single-facility .facility-title {
  color: #636366;
  font-size: 24px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-facility .facility-description {
  font-size: 14px;
  color: #3d3d3d;
}
.single-facility:hover .icon {
  transform: translateY(-5px);
  box-shadow: 0 0 0 5px rgba(1, 121, 142, 0.11), 0 0 0 10px rgba(1, 121, 142, 0.3);
}
.single-facility:hover .facility-title {
  color: #01798e;
}
/****************************
======== Medical sections =========
****************************/
.single-medical-section {
  text-align: center;
  margin-bottom: 30px;
}
.single-medical-section .thumbnail {
  margin-bottom: 25px;
}
.single-medical-section .thumbnail img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-medical-section .title {
  color: #3D3D3D;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.single-medical-section .title a {
  color: #3D3D3D;
}
.single-medical-section .description {
  color: #737373;
  font-size: 14px;
  margin-bottom: 20px;
}
.single-medical-section:hover .title a {
  color: #01798e;
}
.single-medical-section:hover img {
  filter: brightness(0.8);
}
/****************************
======== Community services =========
****************************/
.single-community-service {
  box-shadow: 0px 12px 16px #0000001A;
  border-bottom: 8px solid #01798e;
  background: #F9F9F9;
  text-align: center;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-community-service:before {
  content: '';
  position: absolute;
  bottom: 100%;
  margin: auto;
  left: 0;
  right: 0;
  border-right: 1px dashed #01798e;
  height: 55px;
  width: 4px;
}
.single-community-service .title {
  color: #01798e;
  font-size: 24px;
  margin-bottom: 8px;
}
.single-community-service .description {
  font-size: 13px;
  color: #8B8B8B;
}
.single-community-service:hover {
  background: #01798e;
}
.single-community-service:hover * {
  color: #fff;
}
.community-services .section-title {
  z-index: 9;
  display: inline-block;
  background: white;
  padding: 1rem 3rem;
}
.community-services .row .col-md-3:first-child .single-community-service:before {
  content: '';
  position: absolute;
  bottom: 100%;
  margin: auto;
  border: 0;
  left: 0;
  right: 50%;
  background: url("images/shape-border-before.png");
  width: 274px;
  height: 163px;
}
.community-services .row .col-md-3:last-child .single-community-service:before {
  content: '';
  position: absolute;
  bottom: 100%;
  margin: auto;
  border: 0;
  left: 50%;
  right: auto;
  background: url("images/shape-border-before.png");
  width: 274px;
  height: 163px;
  transform: scaleX(-1);
}
/****************************
========  Promotions =========
****************************/
.promotion-video {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
}
.promotion-video img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.promotion-video:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.promotion-video i {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 8;
  color: #01798e;
  font-size: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.promotion-video:hover i {
  transform: translateY(-50%) rotate(360deg);
  color: white;
}
.ceo-gallery-img {
  margin-bottom: 30px;
}
.ceo-gallery-img img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ceo-gallery-img:hover img {
  filter: brightness(0.9);
}
.insurance-companies img {
  width: auto;
  height: 83px;
  object-fit: contain;
}
.btn-dark {
  background: black;
  color: white;
  font-size: 20px;
  padding: 2px 20px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-dark:hover {
  background: #333333;
  color: #01798e;
  box-shadow: inset 0 0 0 2px white;
}
.btn-white {
  background: white;
  color: #333333;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white:hover {
  background: none;
  color: white;
  box-shadow: inset 0 0 0 1px white;
}
.btn-white-outlined {
  box-shadow: inset 0 0 0 2px white;
  background: none;
  color: #333333;
  font-size: 16px;
  padding: 5px 20px;
  max-width: 100%;
  border-radius: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-white-outlined:hover {
  background: white;
  color: #333333;
}
.btn-color2 {
  background: #707070;
  color: #ffffff;
  font-size: 16px;
  min-width: 140px;
  min-height: 45px;
  max-width: 100%;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-color2:hover {
  background: #01798e;
  color: white;
}
.btn-color1 {
  background: #01798e;
  color: #ffffff;
  font-size: 16px;
  min-width: 140px;
  max-width: 100%;
  min-height: 45px;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-color1:hover {
  background: #707070;
  color: white;
}
.btn-color1-outlined {
  box-shadow: inset 0 0 0 1px #01798e;
  background: none;
  color: #01798e !important;
  font-size: 16px;
  min-width: 140px;
  max-width: 100%;
  min-height: 45px;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-color1-outlined:hover {
  background: #01798e;
  color: #fff !important;
}
/****************************
======== Footer =========
****************************/
footer#Main {
  background: url("images/lawer.jpg");
  font-size: 16px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 70px;
  color: #fff;
}
footer#Main:after {
  content: '';
  background: rgba(51, 51, 51, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer#Main .footer-content {
  position: relative;
  z-index: 8;
}
footer#Main .footer-content a {
  color: white;
}
footer#Main .footer-content a:hover {
  color: #fff;
}
footer#Main .footer-logo {
  max-width: 200px;
  filter: brightness(0) invert(1);
}
footer#Main .footer-nav li {
  padding: 5px 0;
}
footer#Main .footer-nav li:hover a {
  color: #01798e;
}
footer#Main h5 {
  color: #01798e;
  font-size: 22px;
  margin-bottom: 15px;
}
footer#Main .copyrights {
  position: relative;
  z-index: 8;
  padding: 15px 0;
  background: #01798e;
  margin-top: 55px;
}
footer#Main .copyrights p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
footer#Main .copyrights p a {
  color: #fff;
}
.footer-social i {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  text-align: center;
  padding-top: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 23px;
  background: #01798e;
  color: white;
}
.footer-social i:hover {
  background: white;
  color: #01798e;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  right: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.pagination .page-link {
  background: none;
  border: 1px solid #333333;
  color: #01798e;
  border-radius: 0 !important;
  margin: 4px;
}
.pagination .page-link:hover {
  background: #01798e;
  color: #fff;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  right: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.breadcrumb {
  background: none;
}
.breadcrumb li {
  color: #919191;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb li a {
  color: #919191;
  font-weight: 600;
}
.media-box {
  margin-bottom: 20px;
  padding: 20px 20px;
  background: #f5f5f5;
}
.media-box .media-icon {
  font-size: 30px;
  text-align: center;
  width: 30px;
  display: inline-block;
  position: absolute;
}
.media-box .media-icon {
  color: #00798f;
}
.media-box .media-content {
  padding-left: 0;
  padding-right: 35px;
  display: inline-block;
}
.media-box .media-content h4,
.media-box .media-content h3 {
  font-size: 20px;
}
/*************************************************/
/* Responsive */
/*************************************************/
@media all and (max-width: 1024px) {
  .btn {
    min-width: auto;
  }
  .single-medical-section .thumbnail img {
    height: 185px;
  }
  .community-services .section-title {
    padding: 0rem 3rem;
  }
  .ceo-gallery-img img {
    height: 115px;
  }
}
@media all and (max-width: 768px) {
  .menu-logo {
    position: relative;
  }
}
@media all and (max-width: 600px) {
  .hero-header .header-search-form p,
  .section-description {
    width: 100%;
  }
  .community-services .single-community-service:before {
    display: none !important;
  }
  .hero-header .header-search-form h3 {
    font-size: 22px;
  }
  .hero-header .header-search-form .nice-select {
    margin-bottom: 15px;
  }
  footer#Main {
    text-align: center;
  }
  .fz48 {
    font-size: 28px !important;
  }
  .w-50 {
    width: 100% !important;
  }
  .wow {
    animation: none;
    visibility: visible !important;
  }
}
/*************************************************/
/* Comments */
/*************************************************/
.comment-list {
  padding: 0;
  list-style-type: none;
}
div#comments {
  background: rgba(255, 255, 255, 0.77);
  padding: 1em;
}
.comment-list .comment {
  background: #f9f9f9;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.comment-list .comment-meta a {
  color: #98937b;
  font-size: 10px;
  font-family: Tahoma !important;
}
.reply {
  background: #e8e5e5;
  display: inline-block;
  color: white !important;
  padding: 3px 20px;
  border-radius: 0 5px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.reply a {
  color: #01798e;
}
.comment-author.vcard {
  display: inline-block;
  margin-bottom: 29px;
  border-bottom: 1px solid #e6e4e4;
}
.comment-meta.commentmetadata {
  display: inline-block;
  float: left;
}
.block-head h3,
.comments-title,
#respond h3 {
  font-size: 18px;
  margin-right: 10px;
  margin-top: 0;
  color: #838383;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
  margin-bottom: 10px;
}
p.logged-in-as {
  font-size: 12px;
}
#commentform p {
  margin: 10px 0;
}
#commentform label {
  color: #888;
  font-weight: normal;
  font-size: 12px;
}
#commentform textarea,
#commentform input {
  background: #f1f1f1;
  color: #515151;
  font: 12px Tahoma;
  margin-bottom: 7px;
  display: block;
  border: 1px solid #f2f2f2;
  outline: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#commentform textarea {
  width: 100%;
}
#commentform input:focus,
#commentform textarea:focus {
  background: #fff;
}
#commentform input {
  display: block;
  height: 35px;
}
.submit {
  height: 30px;
  line-height: 30px;
  width: auto;
  position: relative;
  padding: 6px 8px;
  display: inline-block;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #01798e !important;
  color: #FFF !important;
  text-decoration: none;
}
.archive.category .single8,
.page-template-page-all .single8 {
  margin-bottom: 15px;
}
.news-one-section .single8 {
  background: #fff;
  padding: 0 0 0 20px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.archive.category .date,
.page-template-page-all .date {
  color: #222222;
  font-size: 13px;
}
.archive.category .date i,
.page-template-page-all .date i {
  color: #01798e;
}
.news-one-section .single8 .news8-title a {
  color: #01798e;
}
.news-one-section .single8 p {
  color: #282828;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.archive.category .single-album img,
.page-template-page-all .single-album img {
  height: 235px;
}
.archive.category .news-one-section .single8 img,
.page-template-page-all .news-one-section .single8 img {
  height: 200px !important;
  padding: 10px;
  width: 100%;
}
.archive.category .news-one-section .single8 .news8-title,
.page-template-page-all .news-one-section .single8 .news8-title {
  padding-right: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-one-section .single8 .news8-title {
  font-size: 16px;
  font-weight: bold;
  color: #01798e;
  line-height: 30px;
  position: relative;
  padding-right: 15px;
  margin-bottom: 25px;
}
.box-section .box-section-title {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  padding: 17px 20px 10px;
  margin-bottom: 15px;
  box-shadow: inset 0 4px 0 0 #01798e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.box-section .box-section-title h1 {
  color: #000;
  font-size: 15px;
  margin: 0;
}
.box-section .box-section-title h1 a {
  font-size: 15px;
}
.box-section .box-section-title {
  color: #000;
  font-size: 15px;
}
.box-section .box-section-title a {
  color: #01798e;
  font-size: 12px;
  font-weight: bold;
}
.rest-of-news {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border: 1px solid #dedede;
}
.sidebar-cat a {
  color: #333333;
  font-size: 16px;
}
.sidebar-cat a:hover {
  color: #01798e;
}
.rpwwt-widget ul li img {
  float: none !important;
}
.rpwwt-widget ul li {
  overflow: hidden;
  margin: 0 0 10px !important;
}
.sidebar-cat .box-section .box-section-title {
  color: #01798e;
  font-size: 18px;
  margin: 0 -20px 20px;
}
.rest-of-news ul {
  margin: initial;
  padding: 10px 30px;
  list-style: none;
}
.rest-of-news .single-rest {
  border-top: 2px dotted rgba(128, 128, 128, 0.51);
  padding: 5px 0;
  color: #1c1c1c;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}
.rest-of-news .single-rest img {
  width: 100%;
  height: 60px;
}
.news-boxed-img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.news-boxed-img img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.news-boxed-img #post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76));
  height: 200px;
}
.news-boxed-img #post-meta #meta-content {
  position: relative;
  bottom: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
.news-boxed-img #post-meta #meta-content h2 {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 1em;
}
.news-boxed-img #post-meta #meta-content span {
  color: #fff;
}
.wpcf7-select {
  float: none !important;
  width: 100% !important;
}
.wpcf7-select ul {
  float: none !important;
  width: 100% !important;
}
.contacts-wrapper {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
}
.contacts-wrapper i {
  color: #01798e;
}
.contacts-wrapper .wpcf7 .wpcf7-text,
.contacts-wrapper .wpcf7 select {
  border: none;
  padding: 10px;
  background: #f3f3f3;
  outline: none;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.contacts-wrapper .wpcf7 select {
  width: auto;
}
.contacts-wrapper label {
  font-size: 18px;
  margin: 10px 0;
  color: #01798e;
}
.contacts-wrapper input[type=checkbox] {
  width: auto;
}
.contacts-wrapper .wpcf7-checkbox .wpcf7-list-item {
  display: block;
}
.contacts-wrapper .wpcf7 input:focus,
.contacts-wrapper .wpcf7 select:focus {
  box-shadow: inset 0px 0px 0 2px #01798e;
}
.contacts-wrapper .wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  padding: 10px;
  background: #f3f3f3;
  outline: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-wrapper .wpcf7 textarea:focus {
  box-shadow: inset 0px 0px 0 2px #01798e;
}
section.news-sections.cat-sec {
  padding: 10px;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: inset 0 4px 0 0 #01798e;
}
.nice-select {
  background: #f3f3f3;
}
.nice-select ul {
  max-height: 350px;
  overflow-y: auto !important;
}
.single-testimonial {
  text-align: center;
  background: #fefefe85;
  padding: 30px 20px;
  border-radius: 20px;
}
.single-testimonial .avatar {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  margin: 10px auto;
}
.single-testimonial .avatar img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.single-testimonial .name {
  font-size: 22px;
  margin-bottom: 10px;
}
.single-testimonial p {
  color: #393939;
  font-size: 14px;
}
.slick-slide {
  outline: 0 !important;
}
.slick-next {
  left: 0;
}
.slick-prev {
  right: 0;
}
.slick-prev,
.slick-next {
  width: auto;
  height: 100%;
  border-radius: 0;
  color: #F3C048;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 999;
  top: 50%;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
  color: #fff;
}
ul.slick-dots {
  display: block;
  list-style-type: none;
  text-align: center;
  margin-top: 1em;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li button {
  width: 12px;
  margin: 5px;
  height: 12px;
  border-radius: 50%;
  background: #01798e;
  border: none;
  text-indent: -9999px;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  background: #F3C048;
}
.sidebar-cat .rest-of-news .single-rest {
  border-bottom: 1px solid rgba(218, 218, 218, 0.51);
  border-top: none;
}
.sidebar-cat .rest-of-news .single-rest h5 {
  margin: 0 0 5px 0;
  font-family: inherit !important;
  font-weight: bold;
}
.sidebar-cat .rest-of-news .single-rest p {
  font-weight: normal !important;
  font-family: tahoma !important;
  line-height: 20px;
}
.rest-of-news .single-rest a:hover {
  color: #01798e;
}
.rest-of-news .single-rest a {
  color: #222;
}
.single-post .cat-sec .news-boxed-img {
  margin-bottom: 0;
}
#page-content {
  line-height: 30px;
  overflow: hidden;
}
.the_title h1 {
  font-size: 22px;
}
.the_title h1 a {
  color: #333333;
  font-weight: bold;
}
#page-content img {
  max-width: 100%;
}
#page-content,
.page-content,
.new-page-content {
  font-size: 16px;
  line-height: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: inset 3px 2px 20px 5px #00000012;
}
#page-content img,
.page-content img,
.new-page-content img {
  max-width: 100%;
}
#page-content ul {
  padding: 0 2em 0 0 !important;
}
#page-content ul.post-categories {
  padding: 0 !important;
}
.page-content ul {
  padding: 0 2em 0 0 !important;
}
div#post-meta span b {
  color: #01798e;
  font-weight: normal;
}
div#post-meta span {
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #6f6f6f;
}
div#post-meta span i {
  margin-left: 5px;
  color: #01798e;
}
.article-img {
  flex-shrink: 0;
}
.the_cats {
  margin: 20px 0;
}
.the_cats ul {
  list-style: none;
  padding: 0 !important;
}
.the_cats ul li {
  display: inline-block;
}
.the_cats ul li a {
  background: #01798e;
  color: #ffffff;
  font-size: 16px;
  min-width: 140px;
  max-width: 100%;
  min-height: 45px;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.the_cats ul li a:hover {
  background: #707070;
  color: white;
}
.gallery-title {
  margin: 3em 0 1.5em;
  font-size: 19px;
  border-top: 1px solid #ececec;
  padding: 1em 0 0 0;
}
.single-post #list-imgs {
  text-align: center;
  padding: 10px !important;
  margin: 0em -20px 0 !important;
  box-shadow: 0 -41px 33px -46px rgba(34, 34, 34, 0.37);
}
.single-post #list-imgs li {
  margin: 4px;
  border: 1px solid rgba(128, 128, 128, 0.49);
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.single-post #list-imgs img {
  border: 3px solid #ffffff;
  width: 100%;
  height: 100px !important;
}
.share {
  margin: 20px 0;
}
.contact-wrapper {
  border: 1px solid rgba(128, 128, 128, 0.21);
  padding: 1em;
  background: #f7f7f7;
  margin: 1em 0;
  box-shadow: 5PX 6PX 1PX rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.comment-list .comment.byuser {
  background: #efefef;
}
.page-content {
  background: #f7f7f7;
  padding: 20px;
  line-height: 30px;
  border: 1px solid #e8e8e8;
}
.page-content img {
  max-width: 100% !important;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.single-blog-post {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f1f1f1;
  margin: 15px 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  overflow: hidden;
}
.single-blog-post .thumbnail {
  margin-left: 20px;
  width: 200px;
  overflow: hidden;
}
.single-blog-post .blog-item-data span {
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 10px 20px;
  color: #888;
}
.single-blog-post .blog-item-data span i {
  color: #01798e;
  margin-left: 5px;
}
.single-blog-post img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.single-blog-post .post-meta {
  font-size: 14px;
  color: #333333;
  padding: 10px 0 0 20px;
}
.single-blog-post .post-meta .title a {
  color: #01798e;
  font-size: 16px;
}
.wow {
  visibility: hidden;
}
div#ajax-load-more {
  width: 100%;
}
.alm-listing .alm-reveal {
  outline: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.single-blog-post .post-meta .likes,
.single-blog-post .post-meta .comments {
  float: left;
  margin-right: 10px;
}
.single-blog-post .post-meta .likes i,
.single-blog-post .post-meta .comments i {
  padding: 0 5px;
}
.single-blog-post .post-meta .likes a,
.single-blog-post .post-meta .comments a {
  color: #01798e;
}
.single-blog-post:hover {
  box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: translatey(-5px);
  -moz-transform: translatey(-5px);
  -ms-transform: translatey(-5px);
  -o-transform: translatey(-5px);
  transform: translatey(-5px);
}
.single-search {
  text-align: center;
  margin-bottom: 1em;
}
.single-search img {
  width: 100%;
  height: 200px;
}
.btn-success,
.btn-primary {
  color: #fff;
  background-color: #01798e;
  border-color: #01798e;
}
.btn-success:hover,
.btn-primary:hover {
  background-color: #01798e;
  border-color: #01798e;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags a {
  background: #42323b;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tags a::after {
  background: #f9f9f9;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #42323b;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tags a:hover {
  background-color: #01798e;
  color: white;
}
.tags a:hover::after {
  border-left-color: #01798e;
}
.single-search {
  text-align: center;
  margin-bottom: 1em;
}
.single-search img {
  width: 100%;
  height: 200px;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagcloud a,
.tags a {
  background: #01798e;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 0 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tagcloud a::before,
.tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tagcloud a::after,
.tags a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #01798e;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tagcloud a:hover,
.tags a:hover {
  background-color: #01798e;
  color: white;
}
.tagcloud a:hover::after,
.tags a:hover::after {
  border-left-color: #01798e;
}
.related-posts {
  background: #fff;
  border: 1px solid #dedede;
  margin-top: 1em;
}
.related-posts ul {
  justify-content: space-around;
}
.related-posts .related-posts-title {
  background: #fff;
  overflow: hidden;
  padding: 1em 20px;
  box-shadow: inset 0 4px 0 0 #01798e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #01798e;
  margin: 0;
  font-size: 18px;
}
.single-related-post {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 1em 5px;
  width: 30%;
  padding: 0 !important;
  vertical-align: top;
  display: inline-block;
}
.single-related-post h2 {
  color: #3f3f3f;
  font-size: 16px;
  margin-top: 0;
  font-weight: normal;
  padding: 10px 0;
  text-align: right;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-related-post:hover h2 {
  color: #01798e;
}
.single-related-post img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
.rpwe-title a {
  font-size: 16px;
}
/*************************************************/
/* Blog */
/*************************************************/
.section-header-title {
  display: inline-block;
  margin: 0 auto 1em;
}
.section-header-title h6 {
  padding: 10px 20px 10px 10px;
  color: #01798e;
  font-size: 30px;
  border-right: 2px solid #01798e;
  position: relative;
}
.section-header-title h6:before {
  content: '';
  width: 70%;
  height: 2px;
  background: #01798e;
  position: absolute;
  top: 0;
  right: 0;
}
.section-header-title h6:after {
  content: '';
  width: 70%;
  height: 2px;
  background: #01798e;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-header-title h5 {
  font-size: 24px;
  color: #01798e;
}
.related-services {
  margin-top: 4em;
  padding: 3em 0;
  background: #707070;
}
.related-services img {
  width: 100%;
  height: 150px;
  border-radius: 5px;
}
.related-services h2 {
  font-size: 16px;
}
.related-services h2 a {
  color: #01798e;
}
.a2a_svg {
  margin: 0 !important;
}
#breadcrumbs {
  z-index: 999;
  position: relative;
}
.breadcrumbs {
  position: relative;
  padding: 2em 0;
  margin-bottom: 3em;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  background: #01798e;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.17);
}
.breadcrumbs p {
  margin: 0;
}
.breadcrumbs .breadcrumb_last {
  color: #333333;
}
.breadcrumbs a {
  color: white;
  padding: 0 5px;
}
.pagination {
  display: block;
  margin: 3em 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 5px 8px;
  margin: 2px;
  /* width: 25px; */
  /* height: 25px; */
  display: inline-block;
  background: #01798e;
  color: white;
}
.wp-pagenavi span.current {
  font-weight: normal;
  background: #01798e;
}
.custom-slider h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}
.page-head {
  background: #333333;
  margin-bottom: 3em;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.43);
}
.page-head h4 {
  margin: 0;
  color: #000;
  padding: 1em 0;
}
.post-type-archive-doctors .team-work {
  background: none;
}
.single-hospital-section {
  background: rgba(1, 121, 142, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 3em 15px;
  margin-bottom: 2em;
  height: 260px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-hospital-section .icon {
  width: 130px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
  display: inline-flex;
  background: #01798e;
  text-align: center;
}
.single-hospital-section .icon a {
  display: inline-flex;
  margin: auto;
}
.single-hospital-section .icon img {
  margin: auto;
  width: auto;
  height: 130px;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.single-hospital-section h4 {
  margin-top: 1em;
  color: #282828;
  font-size: 18px;
  font-weight: bold;
}
.single-hospital-section h4 a {
  color: #282828;
  font-size: 18px;
  font-weight: bold;
}
.single-hospital-section:hover {
  background: rgba(51, 51, 51, 0.2);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.12);
}
.single-hospital-section:hover .icon {
  background: #333333;
}
.single-article {
  padding: 10px 0;
  border-bottom: 1px solid #DEDEDE;
  align-items: center;
}
.single-article .article-img img {
  width: 60px;
  height: 60px;
}
.single-article p {
  margin: 15px 0;
}
.single-article h4 {
  padding-right: 10px;
}
.single-article:last-of-type {
  border-bottom: none;
}
.single-hospital-doctor {
  background: #fff;
  padding: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-bottom: 2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-hospital-doctor .avi {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-hospital-doctor .avi img {
  width: 100%;
  height: 200px;
  min-height: 100%;
  object-fit: cover;
}
.single-hospital-doctor .name {
  color: #282828;
  font-size: 18px;
}
.single-hospital-doctor .name a {
  color: #282828;
  font-size: 18px;
}
.single-hospital-doctor p {
  color: #01798e;
  font-size: 14px;
}
.single-hospital-doctor a {
  color: #282828;
  font-size: 13px;
}
.single-hospital-doctor a i {
  padding-left: 7px;
}
.single-hospital-doctor a:hover {
  color: #01798e;
}
.single-hospital-doctor:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0px 6px 16px 0 rgba(40, 40, 40, 0.32);
}

/*# sourceMappingURL=style.css.map */

<!-- Twitter conversion tracking event code -->
<script type="text/javascript">
  // Insert Twitter Event ID
  twq('event', 'tw-oexn2-oexvu', {
    value: null, // use this to pass the value of the conversion (e.g. 5.00)
    currency: null, // use this to pass the currency of the conversion with an ISO 4217 code (e.g. ‘USD’)
    contents: [ // use this to pass an array of products or content
        // add all items to the array
        // use this for the first item
        {
          content_type: null,
          content_id: null,
          content_name: null,
          content_price: null,
          num_items: null,
          content_group_id: null
        },
        // use this for the second item
        {
          content_type: null,
          content_id: null,
          content_name: null,
          content_price: null,
          num_items: null,
          content_group_id: null
        }], 
    status: null, // use this to pass the status of a sign up or subscription, (e.g. 'started' or 'completed')
    conversion_id: null, // use this to pass a unique ID for the conversion event for deduplication (e.g. order id '1a2b3c')
    email_address: null, // use this to pass a user’s email address
    phone_number: null // phone number in E164 standard
  });
</script>
<!-- End Twitter conversion tracking event code -->
oexn2

<script>
!function (w, d, t) {
  w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};var o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src=i+"?sdkid="+e+"&lib="+t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(o,a)};

  ttq.load('CIBEN7RC77U9G5MV0C7G');
  ttq.page();
}(window, document, 'ttq');
</script>

