
/* Custom */
.form-label {
    margin-bottom: 0.5rem;
    font-weight: bold !important;
}

.pg-disabled{
    display: none;
}


.sticky-content {
    top: 105px;
    position: -webkit-sticky;
    position: sticky;
}

.pl_header{
    min-height: 130px;
    padding: 20px 0px;
}

.negm{
    margin-top: -50px;
}


.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
}

.btn-facebook {
    color: #FFF;
    font-size: 1.5em;
    background: #3B5998;
    font-family: georgia, serif;
}

.btn-wanted {
    color: #FFF;
    font-size: 1.5em;
    background: #000;
    font-family: georgia, serif;
    border-color: #2e6da4;
    margin-top: 10px;
}

.mw-black {
    margin-bottom: 10px;
    background-color: black;
    min-height: 75px;
    font-size: x-large;
    color: white;
    font-weight: 600;
    padding: 5px;
}

.nm-message a {
    color: white !important;
}

.name {
    font-size: 18px;
    font-weight: 600;
    color: #232323
}

.bd-example::after {
    display: block;
    clear: both;
    content: "";
}

.bd-example > .btn, .bd-example > .btn-group {
    margin: .25rem .125rem;
}

.bd-example > :last-child {
    margin-bottom: 0;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-outline-primary {
    color: lightslategrey;
    border-color: gray;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 1;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: lightslategrey;
    border-color: gray;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}

.fb_iframe_widget span {
    vertical-align: initial !important;
}

.logo {
    height: 75px !important;
}

.search-info {
    padding-top: 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.img-back {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 235px;
}

.detail-img {
    min-width: 220px;
}

.views {
    background: #0cb8b6;
    color: #ffffff;
    padding: 2px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.opening-info li:nth-child(2n) {
    background: #f1f1f1;
    margin: 10px 0;
}

.link-list {
    color: #0cb3b1;
}

.link-list:hover {
    color: #087573;
}

.gallery-title {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0;
}

.buttons {
    text-align: center;
    padding: 10px 0;
}

.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

.dropdown-menu li a {
    padding: 5px !important;
}

.opening-info {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}

.opening-info h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.opening-info li:first-child {
    padding-top: 0;
}

.opening-info li {
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #666666;
}

.submit-appt:hover, .pagination-btn:hover {
    background: #0cb8b6;
    color: #ffffff;
    border: 2px solid transparent;
}

.submit-appt {
    background: transparent;
    padding: 10px 35px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #232323;
    border: 2px solid #0cb8b6;
    background: transparent;
}

.pagination-btn {
    background: transparent;
    padding: 5px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid transparent;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #232323;
    border: 2px solid #0cb8b6;
    background: transparent;
}

/*.owl-stage-outer {
    padding: 25px 15px 15px;
    margin: -15px -15px 0;
    padding: 15px;
}*/

.padding-2020 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.additional-info-box {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #ffffff;
}

.textwidget {
    word-break: break-word;
   /* max-height: 600px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;*/
}

.breadcrumb li ul li a {
    color: #000 !important;
}

.breadcrumb li ul li a:hover {
    color: #0cb8b6 !important;
}

::-webkit-scrollbar {
    width: 12px !important;
    -webkit-overflow-scrolling: touch;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #0cb8b6 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #0cb8b6 !important;
}


.adsbygoogle, .ads {
    margin-bottom: 25px;
}

.adsbygoogle::before, .ads::before {
    content: var(--gnt-x-lbl, 'Advertisement');
    text-align: center;
    color: #787878;
    font: 10px/18px 'Helvetica Neue','Arial Nova',Helvetica,Arial,sans-serif;
    display: block;
    text-decoration: underline;
}

#hp,#pp,#ph,#tt,#tp {
    display: none;
}

    /* End Custom */
    /*
** General Styles for HTML tags
*/
    * {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

html, body, .wrapper {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    margin-bottom: 15px;
}

h5, h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

    a img, iframe {
        border: none;
    }

p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus, textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

    a:hover {
        color: #232323;
    }

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

b, strong {
    font-weight: 900;
}

.btn.active, .btn:active {
    background-image: inherit !important;
}

    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}
/* Default CSS */

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.carousel-shadow {
   /* padding-bottom: 105px;*/
   padding-bottom: 50px;
}

.btn {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: inherit;
    overflow: hidden;
}

.btn-md {
    padding: 10px 40px 10px;
}

.bg-dark {
    background: #1d2024 none repeat scroll 0 0;
}

.btn-theme {
    background-color: #0cb8b6;
    color: #ffffff !important;
    border: 2px solid #0cb8b6;
}

.btn-theme.border {
    background-color: transparent;
    color: #232323 !important;
    border: 2px solid #0cb8b6;
}

.btn-theme.border:hover {
    background-color: #0cb8b6;
    color: #ffffff !important;
    border: 2px solid #0cb8b6;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #0cb8b6 none repeat scroll 0 0;
    border: 2px solid #0cb8b6;
    color: #ffffff;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid #ffffff;
    color: #ffffff;
}

header {
    position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0;
}

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

/* Navbar */

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
    background: #0cb8b6 none repeat scroll 0 0;
    border: 2px solid #0cb8b6;
    color: #ffffff !important;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0cb8b6;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.site-heading h4 {
    text-transform: uppercase;
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

.site-heading.clean h2 span {
    color: #0cb8b6;
}

.site-heading h2 span {
    color: #0cb8b6;
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
}

.site-heading h2::after {
    background: #0cb8b6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px;
}

.site-heading h2::before {
    background: #0cb8b6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
    background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span, .site-heading h3 span {
    color: #0cb8b6;
}

.site-heading {
    /*margin-bottom: 30px;*/
    /*overflow: hidden;*/
    margin-top: -5px;
}

.site-heading.single {
    margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    /*padding: 150px 0;*/
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 6px;
    margin: 0;
}

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    left: -5px;
    font-weight: 600;
    position: absolute;
    top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
    color: #0cb8b6;
    text-decoration: underline;
}

/* ============================================================== 
     # Doctor 
=================================================================== */

.doctor-area .equal-height {
    margin-bottom: 30px;
}

.doctor-items .thumb {
    position: relative;
    z-index: 1;
}

.doctor-items .thumb .overlay {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.doctor-items .thumb .overlay i {
    height: 50px;
    width: 50px;
    background: #0cb8b6;
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.doctor-items .info {
    padding: 10px;
    border-top: 2px solid #0cb8b6;
    background: #ffffff;
}

.doctor-items .item {
    /*-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

.doctor-items .info h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.doctor-items .info h5 {
    text-transform: uppercase;
    color: darkred;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* Social */
.doctor-items .thumb .social {
    position: absolute;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    bottom: 80px;
    width: 100%;
    opacity: 0;
}

.doctor-items .item:hover .social {
    opacity: 1;
    bottom: 40px;
}

.doctor-items .item:hover img {
    opacity: 0.5;
}

.doctor-items .thumb img {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.doctor-items .social li {
    display: inline-block;
}

.doctor-items .social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
}

.doctor-items .social li.twitter a {
    background-color: #00b6f1;
    color: #ffffff;
}

.doctor-items .social li.pinterest a {
    background-color: #bd081c;
    color: #ffffff;
}

.doctor-items .social li.facebook a {
    background-color: #3b5998;
    color: #ffffff;
}

.doctor-items .social li.g-plus a {
    background-color: #df4a32;
    color: #ffffff;
}

.doctor-items .social li.vimeo a {
    background-color: #1ab7ea;
    color: #ffffff;
}

.doctor-items .social li.instagram a {
    background-color: #cd486b;
    color: #ffffff;
}

.doctor-items .social li.linkedin a {
    background-color: #0077b5;
    color: #ffffff;
}

.doctor-items .social li a:hover {
    background: #0cb8b6;
    color: #ffffff;
}

.doctor-items .info ul {
    margin-top: 20px;
}

.doctor-items .info .appoinment-btn {
    position: relative;
    z-index: 1;
}

.doctor-items .info .appoinment-btn::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 100%;
    background: #e7e7e7;
    z-index: -1;
}

/*.doctor-items .info a {
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}*/

.doctor-area .doctor-carousel.owl-carousel .owl-nav {
    margin: 0;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev,
.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #666666;
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-prev,
.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
    color: #0cb8b6;
}

.doctor-area .doctor-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

/* ============================================================== 
     # Doctor Details
=================================================================== */
.doctor-details-area .nav-pills {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
    margin-top: 25px;
}

.doctor-details-area .nav-pills li a {
    position: relative;
    z-index: 1;
    padding: 0;
    text-transform: uppercase;
    background: transparent;
    padding-bottom: 15px;
}

.doctor-details-area .nav-pills li.active a {
    background: transparent;
    color: #0cb8b6;
}

.doctor-details-area .nav-pills li {
    margin-right: 25px;
}

.doctor-details-area .nav-pills li.active::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 100%;
    background: #0cb8b6;
}

.doctor-details-area .info a {
    margin-top: 10px;
}

.doctor-details-area .info h1 {
    margin-bottom: 25px;
    color: #666666;
    text-transform: uppercase;
}

.doctor-details-area .tab-content p:last-child {
    margin-bottom: 0;
}

.doctor-details-area .tab-content {
    margin-bottom: -10px;
}

.doctor-details-area .thumb {
    position: relative;
    z-index: 1;
}

.doctor-details-area .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0;*/
    content: "";
    height: 30%;
    width: 100%;
}

.doctor-details-area .thumb .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    right: 0;
    z-index: 1;
}

.doctor-details-area .thumb .overlay li {
    display: inline-block;
}

.doctor-details-area .thumb .overlay li a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px;
}

.doctor-details-area .tab-content li {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 10px;
}

.doctor-details-area .tab-content li:nth-child(odd) {
    background: #f4f4f4;
}

/* ============================================================== 
     # Gallery
=================================================================== */

/*.gallery-area {
  padding-bottom: 105px;
}*/

.mix-item-menu button {
    border: none;
    background: transparent;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.mix-item-menu {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.mix-item-menu button.active::after {
    position: absolute;
    left: 50%;
    top: 3px;
    content: "";
    height: 20px;
    width: 2px;
    background: #0cb8b6;
    margin-left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.mix-item-menu button.active {
    color: #0cb8b6;
}

.gallery-area.inc-colum {
    padding-bottom: 105px;
}

.gallery-area .gallery-items.col-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.gallery-area .gallery-items.col-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.gallery-area .gallery-items.col-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
    height: 401px;
}

.gallery-area .gallery-items.col-6 .pf-item {
    float: left;
    padding: 15px;
    width: 16.6666%;
}

    /* Portfolio Effects */
    /* generic css */

    .effect-box {
        position: relative;
        overflow: hidden;
    }

        .effect-box::after {
            position: absolute;
            left: 5%;
            top: 5%;
            content: "";
            height: 90%;
            background: #ffffff;
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            opacity: 0;
            width: 90%;
        }

    .gallery-items .pf-item:hover .effect-box::after {
        opacity: 0.7;
    }

    .effect-box .info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        width: 100%;
        padding: 30px;
        z-index: 1;
    }

    .effect-box img {
        display: block;
        position: relative;
    }

    .effect-box h4,
    .effect-box h4 a {
        text-transform: uppercase;
        font-weight: 500;
    }

    .effect-box img {
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    .effect-box h4 {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        opacity: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
    }

    .effect-box p {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        opacity: 0;
        transition: all 0.35s linear;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -ms-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
    }

    .effect-box .info > a {
        opacity: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        display: inline-block;
        height: 45px;
        width: 45px;
        background: #0cb8b6;
        display: inline-block;
        line-height: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 3px;
        color: #ffffff;
    }


    /* Gallery Effect */

    .effect-box:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .effect-box:hover .info {
        opacity: 1;
    }

    .effect-box:hover h4,
    .effect-box:hover p,
    .effect-box:hover a {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    .effect-box:hover p {
        transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
    }

    .effect-box:hover a {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
    }

    /* ============================================================== 
     # Error Page 
=================================================================== */

    .error-box {
        margin-top: -5px;
    }

        .error-box h1 {
            font-size: 150px;
            font-weight: 800;
            line-height: 1;
            margin-bottom: 30px;
        }

            .error-box h1 i {
                color: #0cb8b6;
            }

        .error-box h2 {
            text-transform: capitalize;
            font-weight: 600;
        }

        .error-box .search {
            border-top: 1px solid #e7e7e7;
            margin-top: 30px;
            padding-top: 30px;
            text-align: center;
        }

            .error-box .search form {
                width: 400px;
                margin: auto;
                position: relative;
                z-index: 1;
            }

            .error-box .search .input-group {
                margin: auto;
            }

            .error-box .search form input {
                box-shadow: inherit;
                border-radius: inherit;
                min-height: 60px;
            }

            .error-box .search form button {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 9;
                min-height: 60px;
                background: #0cb8b6;
                border: none;
                padding: 0 30px;
                color: #ffffff;
            }


    /* ============================================================== 
     # Footer 
=================================================================== */

    footer .f-items img {
        margin-bottom: 30px;
    }

    footer .f-item h2 {
        font-weight: 800;
        color: #0cb8b6;
        border: 1px solid;
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
    }

        footer .f-item h2 i {
            margin-right: 5px;
        }

    footer .f-item h4 {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        position: relative;
        z-index: 1;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        footer .f-item h4::after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            height: 2px;
            width: 30px;
            background: #0cb8b6;
        }

        footer .f-item h4::before {
            position: absolute;
            left: 33px;
            bottom: 0;
            content: "";
            height: 2px;
            width: 5px;
            background: #0cb8b6;
        }

    footer.bg-dark p,
    footer.bg-dark {
        color: #cccccc;
    }

    footer .f-item h5 {
        text-transform: uppercase;
        margin-top: 25px;
        margin-bottom: 20px;
    }


    /* Footer Top */

    footer .footer-top .item-box {
        border: 1px solid #e7e7e7;
        overflow: hidden;
        text-align: center;
    }

    footer .footer-top .item {
        border-right: 1px solid #e7e7e7;
        overflow: hidden;
        padding: 15px;
    }

        footer .footer-top .item:last-child {
            border: medium none;
        }

        footer .footer-top .item span {
            display: block;
            font-family: "Poppins",sans-serif;
            font-weight: 600;
            line-height: 24px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        footer .footer-top .item i {
            display: inline-block;
            font-size: 50px;
            margin-bottom: 15px;
            color: #0cb8b6;
        }

    footer .f-item .opening-info li {
        display: block;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    footer.bg-dark .f-item .opening-info li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .f-item .opening-info li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    footer .f-item .opening-info li .closed {
        background: #0cb8b6;
        color: #ffffff;
        padding: 2px 15px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    footer .f-item.link li {
        display: block;
        margin-bottom: 18px;
    }

    footer .f-item li a {
        display: inline-block;
        color: #666666;
    }

    footer.bg-dark .f-item li a {
        color: #cccccc;
    }

    footer .f-item.link li a i {
        margin-right: 6px;
        font-size: 10px;
    }

    footer .f-item li a:hover {
        color: #0cb8b6;
    }

    footer.bg-dark .f-item li a:hover {
        color: #ffffff;
    }

    footer .f-item.link li:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

    footer .f-items {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    footer.active-first .f-items .item:first-child .f-item {
        position: relative;
        padding: 0 30px;
        z-index: 1;
    }

        footer.active-first .f-items .item:first-child .f-item a,
        footer.active-first .f-items .item:first-child .f-item p,
        footer.active-first .f-items .item:first-child .f-item li,
        footer.active-first .f-items .item:first-child .f-item h5 {
            color: #ffffff;
        }

        footer.active-first .f-items .item:first-child .f-item::after {
            position: absolute;
            left: 0;
            top: -25%;
            content: "";
            height: 150%;
            width: 100%;
            background: #0cb8b6;
            z-index: -1;
            margin-top: -4px;
        }

        footer.active-first .f-items .item:first-child .f-item h4 {
            color: #ffffff;
        }

            footer.active-first .f-items .item:first-child .f-item h4::after,
            footer.active-first .f-items .item:first-child .f-item h4::before {
                background: #ffffff;
            }

        footer.active-first .f-items .item:first-child .f-item .opening-info li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            footer.active-first .f-items .item:first-child .f-item .opening-info li:last-child {
                border: none;
            }

            footer.active-first .f-items .item:first-child .f-item .opening-info li .closed {
                background: #ffffff;
                color: #232323;
            }

    /* Recent Post */

    footer .f-item.recent-post .meta-title,
    footer .f-item.recent-post .meta-title a {
        color: #666666;
        font-family: "Poppins",sans-serif;
        font-size: 12px;
        text-transform: uppercase !important;
    }

    footer.bg-dark .f-item.recent-post .meta-title,
    footer.bg-dark .f-item.recent-post .meta-title a {
        color: #ffffff;
    }

        footer.bg-dark .f-item.recent-post .meta-title a {
            color: #0cb8b6;
        }

    footer .f-item.recent-post .meta-title {
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    footer .f-item.recent-post li a span {
        display: inline-block;
        color: #cdd0d3;
    }

    footer .f-item.recent-post li span {
        display: inline-block;
    }

        footer .f-item.recent-post li span i {
            margin-right: 5px;
        }

    footer .f-item.recent-post .meta-title a {
        text-transform: capitalize;
    }

    footer .f-item.recent-post li {
        color: #cdd0d3;
    }

    footer .f-item.recent-post li {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    footer.bg-dark .f-item.recent-post li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .f-item.recent-post li:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    footer .f-item.recent-post li .thumb {
        display: table-cell;
        vertical-align: top;
        width: 80px;
    }

    footer .f-item .thumb img {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 0;
    }

    footer .f-item.recent-post li .info {
        display: table-cell;
        padding-left: 20px;
        vertical-align: top;
        line-height: 26px;
        color: #837f7e;
    }

    footer .equal-height {
        padding-right: 30px;
    }

        footer .equal-height:last-child {
            padding-right: 15px;
        }

    footer .f-item .item {
        display: flex;
    }

        footer .f-item .item i {
            font-size: 30px;
            color: #0cb8b6;
        }

        footer .f-item .item .info {
            padding-left: 20px;
        }

            footer .f-item .item .info h3 {
            }

            footer .f-item .item .info h5 {
                margin-top: 0;
                margin-bottom: 15px;
            }

    footer .f-item.emergency li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        footer .f-item.emergency li p {
            margin: 0;
        }

        footer .f-item.emergency li:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    footer .footer-bottom li {
        display: inline-block;
    }

    footer .footer-bottom {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }

        footer .footer-bottom p {
            margin: 0;
        }

        footer .footer-bottom.bg-light p {
            color: #666666;
        }

        footer .footer-bottom p a {
            color: #0cb8b6;
        }

        footer .footer-bottom .text-right li {
            margin-left: 20px;
        }

        footer .footer-bottom.bg-light li a {
            color: #232323;
        }

        footer .footer-bottom li a:hover {
            color: #0cb8b6;
        }

    footer .f-item.contact li i, footer .f-item.contact li p {
        display: table-cell;
        vertical-align: top;
    }

    footer .f-item.contact li p {
        margin: 0;
        color: #232323;
        padding-left: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    footer.bg-dark .f-item.contact li p {
        color: #ffffff;
    }

    footer .f-item.contact li i {
        font-size: 25px;
        padding-top: 5px;
        color: #0cb8b6;
    }

    footer .f-item.contact li p span {
        display: block;
        font-family: 'Open Sans', sans-serif;
        color: #666666;
        text-transform: none;
    }

    footer.bg-dark .f-item.contact li p span {
        color: #cccccc;
    }

    footer .f-item.contact li p a {
        font-family: 'Open Sans', sans-serif;
        color: #666666;
    }

    footer.bg-dark .f-item.contact li p a {
        color: #cccccc;
    }

    footer .f-item.contact li {
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
    }

        footer .f-item.contact li:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    footer form {
        width: 100%;
        position: relative;
        z-index: 1;
    }

        footer form .input-group {
            width: 100%;
        }

    footer .f-item.contact form input {
        -webkit-border-radius: 5px !important;
        -moz-border-radius: 5px !important;
        border-radius: 5px !important;
        box-shadow: inherit;
    }

    footer form button {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        background: #0cb8b6;
        color: #ffffff;
        z-index: 9;
        border: none;
        line-height: 50px;
        min-width: 50px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    footer .f-item.twitter-widget .twitter-contentx {
        color: #0cb8b6;
    }

    footer .f-item .twitter-context i {
        color: #0cb8b6;
    }

    footer .f-item .twitter-item {
        margin-bottom: 30px;
    }

        footer .f-item .twitter-item:last-child {
            margin: 0;
        }

    footer .footer-bottom .social li a {
        color: #0cb8b6;
    }

        footer .footer-bottom .social li a:hover {
            color: #ffffff;
        }


    /* ============================================================== 
     # Preloader 
=================================================================== */
    .no-js #loader {
        display: none;
    }

    .js #loader {
        display: block;
        position: absolute;
        left: 100px;
        top: 0;
    }

    .se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        /*background: url(../assets/img/preloader.gif) center no-repeat #fff;*/
        text-align: center;
    }
