﻿@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'Allura';
    src: url('../Fonts/Allura-Regular.eot');
    src: local('☺'), url('../Fonts/Allura-Regular.woff') format('woff'), url('../Fonts/Allura-Regular.ttf') format('truetype'), url('../Fonts/Allura-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CaviarDreams';
    src: url('../Fonts/CaviarDreams.eot');
    src: local('☺'), url('../Fonts/CaviarDreams.woff') format('woff'), url('../Fonts/CaviarDreams.ttf') format('truetype'), url('../Fonts/CaviarDreams.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DSGabriele';
    src: url('../Fonts/DSGabriele.eot');
    src: local('☺'), url('../Fonts/DSGabriele.woff') format('woff'), url('../Fonts/DSGabriele.ttf') format('truetype'), url('../Fonts/DSGabriele.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.height20 {
    height: 20px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

body {
    padding-top: 120px;
    margin: 0;
    /*font-family: 'CaviarDreams', sans-serif;
    font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    /*background: #fff url(../Images/bg.jpg) repeat top left;*/
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
}

.datepicker-dropdown {
    z-index: 999 !important;
}

#navbarCollapse {
    border-top: 1px solid #058586;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top_strip {
    display: block;
    width: 70%;
    float: right;
    text-align: right;
    margin: 15px;
    padding-bottom: 8px;
    /*display: flex; 
     flex-wrap: wrap;
  justify-content: center;
	align-items: center;*/
}

.mobile_strip {
    display: none;
}

.top_strip [class^='col-md'], .top_strip[class^='col-sm'] {
    height: 4em;
}

.top_strip ul, .top_strip li {
    margin: 0;
    padding: 0;
}

.top_strip li {
    display: inline;
    margin: 5px 10px;
    text-align: center;
}


    .top_strip li div {
        display: inline-block;
    }

    .top_strip li i {
        /*color: #;*/
    }

.top-appointment-btn {
    white-space: nowrap;
    text-align: center;
}

    .top-appointment-btn span {
        letter-spacing: 1px;
    }


.top_strip li a:link, .top_strip li a:visited {
    color: #333;
    text-decoration: none;
    font-size: 1em;
}

.top_strip .social-fb {
    color: #4267B2;
}

.top_strip .social-tw {
    color: #4099FF;
}

.top_strip .social-wp {
    color: #25D366;
}

.top_strip .social-in {
    color: #2867b2;
}

.nabh-logo img {
    width: 70px;
}

.nabh-logo {
    font-weight: normal;
    letter-spacing: 1px;
}

.blink_text a:link, .blink_text a:visited {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: #fff;
    background-color: #008fd5;
    padding: 5px 3px;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
        color: #fff;
        background-color: #008fd5;
    }

    50% {
        opacity: .4;
        color: #fff;
        background-color: #008fd5;
    }

    100% {
        opacity: 1.0;
        color: #fff;
        background-color: #008fd5;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
        color: #fff;
        background-color: #008fd5;
    }

    50% {
        opacity: .4;
        color: #fff;
        background-color: #008fd5;
    }

    100% {
        opacity: 1.0;
        color: #fff;
        background-color: #008fd5;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
        color: #fff;
        background-color: #008fd5;
    }

    50% {
        opacity: 0.4;
        color: #fff;
        background-color: #008fd5;
    }

    100% {
        opacity: 1.0;
        color: #fff;
        background-color: #008fd5;
    }
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#myHeader {
    z-index: 999;
    margin-top: -20px;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
}

.navbar-default {
    background-color: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
    /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #fff, #f2f2f2);
    /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #fff, #f2f2f2);
    /* IE 10 */ background: -ms-linear-gradient(top, #fff, #f2f2f2);
    /* Opera 11.10+ */ background: -o-linear-gradient(top, #fff, #f2f2f2);
    border: none;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.navbar-brand {
    height: auto;
    padding: 5px;
}

    .navbar-brand .clogo_bg {
        padding: 5px 10px;
        background-color: #fff;
        border-radius: 8px;
        display: block;
        -webkit-box-shadow: 0 0 3px 3px #9ddddd;
        -moz-box-shadow: 0 0 3px 3px #9ddddd;
        box-shadow: 0 0 3px 3px #9ddddd;
    }

    .navbar-brand .logo_tags {
        background-color: #00b6bd;
        color: #fff;
        display: block;
        font-size: .7em;
        text-align: center;
        border-radius: 8px;
        margin-top: 5px;
    }

    .navbar-brand img {
        vertical-align: top;
        display: inline-block;
    }

.navbar-brand-text {
    padding-top: 8px;
    display: inline-block;
    font-family: 'DSGabriele';
    font-size: 2.5em;
    line-height: 1em;
    color: #058586;
}

    .navbar-brand-text .usa {
        display: block;
        font-size: .33em;
        color: #333;
        text-align: center;
        line-height: 1.2em;
    }

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 1.3em;
    padding: .5em .7em;
    font-weight: 500;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
        color: #fff;
        background: #00b6bd;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: #058586;
}

b.caret {
    margin-left: 0.5em;
}

.navbar-default .navbar-nav > li.current-menu-item > a:link, .navbar-default .navbar-nav > li.current-menu-item > a:visited {
    background-color: #058586;
    color: #fff;
}

.carousel-control {
    background-color: transparent !important;
}

    .carousel-control.right, .carousel-control.left {
        background-image: none !important;
    }

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.section-service {
    margin-bottom: 2em;
}

    .section-service .carousel .item {
        background-color: #fff;
        padding: 30px 15px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        min-height: 300px;
    }

    .section-service .content {
        line-height: 2rem;
        font-size: 1.3em;
    }

    .section-service .service-img {
        background-color: #fff;
        width: 140px;
        padding: 8px;
        border-radius: 999px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .section-service .carousel .item img {
        width: 100%;
        border-radius: 8px;
    }

    .section-service .carousel-inner {
        padding: 20px;
        background-color: #ddfbfc;
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border: 5px solid #fff;
    }

    .section-service h4 {
        margin-top: 0;
        color: #058586 !important;
        font-size: 2em;
        font-weight: bold;
    }

    .section-service p {
        line-height: 2rem;
        font-size: 1.3em;
    }

    .section-service .carousel-content {
        padding: 20px;
    }

@media (max-width: 767px) {
    .section-service .carousel .item .row {
        display: block;
    }

    .section-service .carousel-content {
        padding-top: 20px;
    }
}

/* Center indicators (dots) inside the carousel */
.section-service .carousel-indicators {
    bottom: 15px;
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

    .section-service .carousel-indicators li {
        background-color: #888;
        border: none;
    }

    .section-service .carousel-indicators .active {
        background-color: #222;
    }

#drCarousel {
    margin: 0 !important;
}

.drcarouselbox {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
    padding: .8em;
    margin-bottom: 1.2em;
}

    .drcarouselbox .drname {
        margin-top: 0;
        color: #058586 !important;
        font-size: 1em;
        font-weight: bold;
        display: block;
    }

    .drcarouselbox .dredu {
        line-height: 2rem;
        font-size: .8em;
    }

.benefit_box {
    /* margin-top: -50px; */
    color: #fff;
    text-align: center;
}

    .benefit_box h4 {
        color: #fff;
        font-size: 2em;
        height: 1.7em;
    }

        .benefit_box h4 a:link, .benefit_box h4 a:visited {
            color: #fff;
            text-decoration: none;
        }

        .benefit_box h4 a:hover {
            color: #333;
        }

    .benefit_box i {
        font-size: 2em !important;
        width: auto;
        height: auto;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.15);
        background: transparent;
    }

    .benefit_box .dark_box {
        padding: 30px 15px;
        background: #008fd5;
        background: rgb(0,143,213);
        background: rgba(0,143,213,0.9);
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

    .benefit_box .light_box {
        padding: 30px 15px;
        background: #008fd5;
        background: rgb(0,143,213);
        background: rgba(0,143,213,0.7);
        -webkit-box-shadow: 0 8px 6px -6px black;
        -moz-box-shadow: 0 8px 6px -6px black;
        box-shadow: 0 8px 6px -6px black;
    }

.data_bg {
    background-color: #fff;
}

.welcome_box {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
    line-height: 1.4em;
}

    .welcome_box h4 {
        color: #058586;
        font-weight: bold;
        line-height: 1.4em;
        font-size: 2em;
        margin: 0;
        padding: 0;
    }

    .welcome_box p {
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.8em;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
    }

.services_box {
}

.service-cat-list-box {
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    transition: transform .2s; /* Animation */
    border: 1px solid #f2f2f2;
}

    .service-cat-list-box:hover {
        border: 1px solid #fff;
        box-shadow: 0 0 15px #ccc;
        transform: scale(1.01);
    }

    .service-cat-list-box .img-box {
        display: block;
    }

.services_box h5 {
    margin: 0;
    padding: 0;
    font-family: 'DSGabriele';
    font-size: 2em;
    color: #008fd5;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 1px dotted #008fd5;
    margin-bottom: 20px;
}

.services_box ul, .services_box li {
    margin: 0;
    padding: 0;
}

.services_box li {
    display: block;
    list-style: none;
    line-height: 2em;
    padding-left: 15px;
    font-size: 1.2em;
}

    .services_box li:before {
        font-family: 'FontAwesome';
        content: '\f046';
        margin: 0 5px 0 -15px;
        color: #a6383a;
        padding-right: 5px;
    }

.services_box li {
}

.services_box p {
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    font-size: 1.2em;
}

.human-body-box {
    background-color: #9ce4e7;
    padding: 50px 40px 30px;
}

    .human-body-box h2 {
        text-align: center;
    }

        .human-body-box h2 small {
            display: block;
            margin-bottom: 20px;
            color: #fff;
        }


.sopinion_box {
    margin-top: 20px;
}

    .sopinion_box h5 {
        margin: 0;
        padding: 0;
        font-family: 'DSGabriele';
        font-size: 2em;
        color: #008fd5;
        font-weight: bold;
        line-height: 1.4em;
        border-bottom: 1px dotted #008fd5;
        margin-bottom: 20px;
    }

.data_box {
    line-height: 1.8em;
    font-size: 1.6em;
    margin-top: 20px;
}

    .data_box h1 {
        margin: 0;
        padding: 0;
        font-family: 'Merriweather', serif;
        font-size: 2.2em;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
        border-bottom: 1px solid #33c6d0;
    }

    .data_box h2 {
        margin: 0;
        padding: 0;
        font-size: 1.4em;
        font-weight: bold;
        color: #008fd5;
        margin-bottom: 20px;
    }

    .data_box p {
        /*text-align: justify;*/
    }

.newsbox {
    font-size: 1.2em;
    line-height: 1.5em;
    font-style: italic;
    color: #777;
    text-align: justify;
}

.newsdate {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.pageimg {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.spanel {
    -webkit-box-shadow: 0 0 3px 3px #9ddddd;
    -moz-box-shadow: 0 0 3px 3px #9ddddd;
    box-shadow: 0 0 3px 3px #9ddddd;
    padding: 10px;
}

    .spanel h5 {
        margin: 0;
        padding: 0;
        font-family: 'DSGabriele';
        font-size: 2em;
        color: #008fd5;
        font-weight: bold;
        line-height: 1.4em;
        border-bottom: 1px dotted #008fd5;
        margin-bottom: 20px;
    }

.h30 {
    height: 30px;
}

.tieup_box {
    padding: 10px;
    margin: 15px;
    /*-webkit-box-shadow: 0 0 3px 3px #9ddddd;
  	-moz-box-shadow:    0 0 3px 3px #9ddddd;
  	box-shadow:         0 0 3px 3px #9ddddd;
	padding: 5px;
	margin: 10px;*/
    text-align: center;
    transition: transform .2s; /* Animation */
    border-bottom: 1px solid #ccc;
}

    .tieup_box:hover {
        box-shadow: 0 0 15px #ccc;
        transform: scale(1.01);
    }

    .tieup_box h2 {
        height: 50px;
        font-size: .9em;
        margin: 0;
        padding: 0;
        color: #333;
        font-weight: normal;
    }
    /*.tieup_img, .tieup_name{
	float: left;	
}*/
    .tieup_box ul, .tieup_box li {
        margin: 0;
        padding: 0;
    }

    .tieup_box li {
        list-style: none;
        display: block;
    }

        .tieup_box li::before {
            font-family: 'FontAwesome';
            content: '\f046';
            display: inline-block;
            margin-left: -1.3em;
            /* margin: 0 5px 0 -15px;*/
            color: #a6383a;
            padding-right: 5px;
        }

    .tieup_box li {
    }

.faculty_box {
    border: 1px dotted #9ddddd;
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

    .faculty_box .fimg-box {
        height: 250px;
        overflow: hidden;
    }

        .faculty_box .fimg-box img {
            margin: 0 auto;
        }

    .faculty_box h3 {
        margin: 0;
        padding: 0;
        /*font-family: 'DSGabriele'; */
        font-size: 1.2em;
        color: #ff0000;
        font-weight: bold;
        text-align: center;
    }

    .faculty_box img {
        margin: 0 auto;
        text-align: center;
    }

    .faculty_box .f_edu {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        height: 40px;
    }

    .faculty_box .f_spe {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        height: 40px;
    }

.gallerybtn {
    color: #008fd5;
    font-size: 1.4em;
    padding: 0;
    text-align: center;
    line-height: 2em;
    text-decoration: none;
}

    .gallerybtn:hover {
        color: #444;
        text-decoration: none;
    }

.faq_que {
    border: 1px solid #333;
    background-color: #ccc;
    color: #000;
    margin: 10px 0 0 0;
    padding: 10px;
}

.faq_ans {
    border: 1px solid #333;
    color: #000;
    padding: 10px;
}

.speakerbox {
    border-top: 1px solid #00b6bd;
    border-right: 1px solid #00b6bd;
    border-bottom: 1px solid #e6262d;
    border-left: 1px solid #e6262d;
    padding: 20px;
    margin: 10px 0;
}

    .speakerbox img {
        background-color: #fff;
        padding: 3px;
        border: 1px solid #f2f2f2;
        box-shadow: 0 8px 6px -6px black;
    }

.speaktxt {
    font-size: 1em;
    text-align: justify;
    line-height: 1.6em;
}

.speakname {
    font-size: .9em;
    font-weight: bold;
    text-align: right;
    color: #0cbb7f;
}

.brieftxt {
    font-size: 1.2rem;
    color: #ccc;
    height: 40px;
}

.news_box {
    border: 1px dotted #ccc;
    padding: 20px;
    margin: 10px 0;
}

    .news_box h1 {
        font-style: italic;
        margin: 0;
        padding: 0;
        font-size: 1em;
    }

    .news_box span {
        font-size: .9em;
        font-weight: bold;
        float: right;
        color: #0cbb7f;
    }

.events {
    border: 1px dotted #ccc;
    padding: 20px;
    margin: 10px 0;
}

    .events img {
        background-color: #fff;
        padding: 3px;
        border: 1px solid #f2f2f2;
        box-shadow: 0 8px 6px -6px black;
    }

    .events h1 {
        margin: 0;
        padding: 5px;
        font-size: 1em;
        text-align: justify;
        line-height: 1.4em;
        font-weight: bold;
    }

    .events p {
        margin: 0;
        padding: 5px;
        font-size: .9em;
        line-height: 1.4em;
        text-align: justify;
    }

    .events .date {
        color: #0cbb7f;
        font-size: .8em;
        text-align: right;
        line-height: 1em;
    }

.foot_bg {
    margin-top: 30px;
    background: #333;
    padding-top: 30px;
}


.title-widget {
    color: #898989;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
}

    .title-widget::before {
        background-color: #ea5644;
        content: "";
        height: 22px;
        left: 0px;
        position: absolute;
        top: -2px;
        width: 5px;
    }



.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}


.widget_nav_menu ul li {
    font-size: 1em;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%;
}

    .widget_nav_menu ul li a:link, .widget_nav_menu ul li a:visited {
        color: #f2f2f2;
    }


.title-median {
    color: #636363;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.director-box {
    text-align: center;
    margin-top: 40px;
}

    .director-box .ddesk-3d {
        margin-top: 20px;
        background-color: #fff;
        padding: 5px;
        border-radius: 3px;
        border: 1px solid #ccc;
    }

        .director-box .ddesk-3d:hover {
            box-shadow: 2px 2px 8px #ccc;
        }

    .director-box h3 {
        color: #333;
        font-size: 2em;
        font-weight: bold;
        text-align: left;
    }

    .director-box h2 {
        color: #008fd5;
        font-size: 2em;
        font-weight: bold;
    }

    .director-box h4 {
        color: #666;
        font-size: 1.2em;
        font-weight: bold;
    }

.patient-service-box {
}

    .patient-service-box h4 {
        color: #008fd5;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .patient-service-box ul, .patient-service-box li {
        margin: 0;
        padding: 0;
        margin-left: 2em;
    }

    .patient-service-box .list {
    }

    .patient-service-box li {
        list-style: none;
        line-height: 1.6em;
        padding-bottom: 10px;
        margin-left: 25px;
    }

        .patient-service-box li::before {
            font-family: 'FontAwesome';
            content: '\f046';
            color: #008fd5;
        }

    .patient-service-box img {
        background-color: #fff;
        padding: 5px;
        border-radius: 3px;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 8px #ccc;
        margin: 20px 20px;
    }

.fb-video {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.testimonial-height {
    background-color: #000;
    height: 300px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: .9em;
}

.testimonial-height1 {
    background-color: #fff !important;
}

.testimonial-height > div {
    /*height: auto;
    width: auto;
object-fit: contain ;*/
}

.serviceteam {
}

    .serviceteam .teammemname {
        color: #ed3237;
        font-weight: bold;
        font-size: .9em;
        display: block;
    }

    .serviceteam .teamedu {
        font-size: .7em;
        height: 40px;
        line-height: 20px !important;
        color: #777;
        display: block;
    }

    .serviceteam .teamservice {
        font-size: .8em;
        height: 90px;
        line-height: 20px !important;
        color: #444;
        display: block;
    }


.footerp {
    color: #fff;
}


#social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
/* 
    Only Needed in Multi-Coloured Variation
                                               */
.social-icons ul, .social-icons li {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 8px;
}

    .social-icons li a {
        color: #fff;
        text-decoration: none;
    }

.social-icons.con li a {
    color: #333;
    text-decoration: none;
}

.social-fb:hover {
    color: #4267B2;
}

.social-tw:hover {
    color: #4099FF;
}

.social-wp:hover {
    color: #25D366;
}

.social-in:hover {
    color: #2867b2;
}

.social-em:hover {
    color: #f39c12;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}


.career-page {
}

.career-data {
    background-color: #fff;
    padding: 10px;
}

.career-page .job-opening-panel {
    background-color: #fff;
    padding: 10px;
    box-shadow: 2px 2px 8px 0 #ccc;
}

    .career-page .job-opening-panel h2 {
        font-size: 1.4em;
        text-align: center;
        font-weight: bold;
        color: #008fd5;
        position: relative;
        z-index: 1;
    }

        .career-page .job-opening-panel h2 span {
            background-color: #fff;
            padding: 0 15px;
        }

        .career-page .job-opening-panel h2:before {
            border-top: 2px solid #dfdfdf;
            content: "";
            margin: 0 auto;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            bottom: 0;
            width: 95%;
            z-index: -1;
        }

.career-page .career-img {
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    max-height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

.career-page p {
    font-size: 1.2em;
    /*color: #666;*/
    line-height: 1.8em;
}

.career-page .career-head-h4 {
    font-size: 1.4em;
    color: #008fd5;
    line-height: 1.4em;
    font-weight: bold;
}

.career-page ul, .career-page li {
    margin: 0;
    padding: 0;
    margin-left: 2em;
}

.career-page li {
    display: block;
    line-height: 1.8em;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 1.2em;
    /*color: #666;*/
}

    .career-page li::before {
        font-family: 'FontAwesome';
        content: '\f046';
        display: inline-block;
        margin-left: -1.3em;
        /* margin: 0 5px 0 -15px;*/
        color: #008fd5;
        padding-right: 5px;
    }

.career-mail:link, .career-mail:visited {
    color: #058586;
    padding: 8px 15px;
    margin: 10px 10px;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #ccc;
    transition: transform .2s; /* Animation */
}

.career-mail:hover {
    color: #fff;
    background-color: #058586;
    box-shadow: 0 0 15px #ccc;
    transform: scale(1.01);
}

.job-box {
    margin: 15px auto;
    border: 1px solid #666;
    text-align: center;
}

    .job-box h3 {
        background-color: #666;
        color: #fff;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        margin: 0;
        padding: 8px;
    }

    .job-box h5 {
        font-size: 1em;
        font-weight: bold;
        margin: 0;
        padding: 20px;
    }

        .job-box h5 span {
            font-size: 1em;
            font-weight: bold;
            margin: 0;
            padding: 10px;
            background-color: #008fd5;
            color: #fff;
            border-radius: 8px;
            margin-left: 10px;
        }

h3.career-head {
    font-size: 1.6em;
    text-align: center;
    font-weight: bold;
    color: #008fd5;
    position: relative;
    z-index: 1;
}

    h3.career-head span {
        background-color: #fff;
        padding: 0 15px;
    }

    h3.career-head:before {
        border-top: 2px solid #dfdfdf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

.job-title-list {
    border: 1px solid #008fd5;
    border-left-color: #ccc;
    border-bottom-color: #ccc;
    padding: 20px;
    margin-bottom: 80px;
}

    .job-title-list h3 {
        color: #666;
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        max-height: 60px;
    }

    .job-title-list .job-btn-list {
        position: relative;
        top: 29px;
        text-align: center;
    }

    .job-title-list a:link, .job-title-list a:visited {
        color: #fff;
        padding: 8px 15px;
        margin: 10px 10px;
        background-color: #008fd5;
        box-shadow: 2px 2px 8px 0 #f2f2f2;
        text-decoration: none;
        border: 1px solid #008fd5;
    }

    .job-title-list a:hover {
        color: #008fd5;
        background-color: #fff;
    }

.ipslist-info-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: 2px 2px 8px 0 #ccc;
    margin: 15px auto;
}

    .ipslist-info-box h4 {
        color: #008fd5;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }


.ips-img {
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    max-height: 350px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner-sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.bgimg-spc {
    background: top right no-repeat;
}

.service-type-box {
    padding: 10px;
    margin: 15px;
    /*-webkit-box-shadow: 0 0 3px 3px #9ddddd;
  	-moz-box-shadow:    0 0 3px 3px #9ddddd;
  	box-shadow:         0 0 3px 3px #9ddddd;
	padding: 5px;
	margin: 10px;*/
    text-align: center;
    transition: transform .2s; /* Animation */
    border-bottom: 1px solid #ccc;
}

    .service-type-box:hover {
        box-shadow: 0 0 15px #ccc;
        transform: scale(1.01);
    }

.socailmenu {
    /* display: none;  */
    position: fixed;
    top: 250px;
    width: auto;
    background: #f2f2f2;
    z-index: 999;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 8px 8px 0;
}

a.phone {
    color: #008fd5;
}

a.whatsapp {
    color: #25d366;
}

a.envelope {
    color: #00b6bd;
}

a.facebook {
    color: #3b5998;
}

a.youtube {
    color: #ff0000;
}

a.linkedin {
    color: #00a0dc;
}

a.instagram {
    color: #833ab4;
}

a.twitter {
    color: #1da1f2;
}

.socailmenu ul, .socailmenu li {
    margin: 0;
    padding: 0;
}

.socailmenu li {
    display: block;
    list-style: none;
    margin: 8px auto;
}

    .socailmenu li:hover {
    }

    .socailmenu li a {
        /*  color: #fff; */
        font-size: 2rem;
        text-decoration: none;
        padding: 5px;
    }

        .socailmenu li a:hover {
            color: #000;
        }



.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }


/* CSS used here will be applied after bootstrap.css */
.gallery-img-box-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.gallery-img-box-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .gallery-img-box-thumbnail img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

img {
    max-height: 100%;
    max-width: 100%;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
}

    .filter-button:hover {
        font-size: 18px;
        border: 1px solid #42B32F;
        border-radius: 5px;
        text-align: center;
        color: #ffffff;
        background-color: #42B32F;
    }

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
    padding-top: 15px;
}

.customactive {
    border-bottom: 1px solid #00b6bd;
}

    .customactive li.active > a, .customactive li.active > a:hover, .customactive li.active > a:focus {
        background-color: #00b6bd;
        color: #fff;
    }

.tabcustomactive {
    padding: 10px;
    padding-top: 60px;
}

    .tabcustomactive .filter {
        background-color: #fff;
        transition: transform .2s;
        text-align: center;
    }

        .tabcustomactive .filter a {
            color: #000;
            font-size: 1em;
            font-weight: bold;
            text-decoration: none;
        }

        .tabcustomactive .filter h4 {
            height: 50px;
        }

        .tabcustomactive .filter:hover {
            box-shadow: 0 5px 15px #ccc;
            transform: scale(1.01);
        }

    .tabcustomactive .img-box {
        padding: 5px 15px;
        border: 1px solid #ed3237;
        /* background-color: #00b6bd;
		 background-color: #fff2f2; */
        background-image: linear-gradient(to right, #ffa6a8, #fff2f2);
        border-radius: 50%;
        width: 180px;
        height: 180px;
    }

    .tabcustomactive .filter:hover .img-box {
        background-color: #ccc;
    }

.default-services .gallery_product {
    margin-bottom: 30px;
    padding-top: 15px;
}

.default-services .filter {
    background-color: #fff;
    transition: transform .2s;
    text-align: center;
    margin: 2px 5px;
}

    .default-services .filter a {
        color: #000;
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
    }

    .default-services .filter h4 {
        height: 50px;
        color: #000;
        font-size: 1.2em;
    }

    .default-services .filter:hover {
        box-shadow: 0 5px 15px #ccc;
        transform: scale(1.01);
    }

.cancer-services .img-box {
    background: #fff !important;
    padding: 0 !important;
}

.default-services .img-box {
    padding: 5px 15px;
    border: 1px solid #ed3237;
    /*    background-color: #00b6bd;
		 background-color: #fff2f2;*/
    background-image: linear-gradient(to right, #ffa6a8, #fff2f2);
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.default-services .filter:hover .img-box {
    background-color: #ccc;
}

.pillars-box {
}


.pillars-data {
    background-color: #CB2C61;
    text-align: center;
}

    .pillars-data h2 {
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        line-height: 2em;
        font-size: 1.2em;
        margin-top: 10px;
        font-weight: bold;
    }

        .pillars-data h2 span {
            color: #777;
            text-wrap: normal;
            /* background-color: #bf1b57; */
            background-color: #fff;
            padding: 8px 15px;
            border-radius: 8px;
        }

#pilarslide {
}

    #pilarslide .item {
        height: 70px;
        color: #fff;
        font-size: 1.3em;
        line-height: 25px;
        border: 1px solid #f2f2f2;
        border-radius: 5px;
        padding: 8px;
    }

.list-head h2 {
    color: #008fd5;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 8px;
}

.custom-tab .panel {
    border: none;
}

.custom-tab .panel-heading {
    border: none !important;
    background-color: transparent;
    font-weight: bold;
}

.custom-tab .panel-body {
    border: none !important;
}

.custom-tab .panel-default > .panel-heading a {
    text-decoration: none;
}

.custom-tab .panel-default > .panel-heading h4 {
    border: none;
    font-weight: bold;
    font-size: 1.2em;
}

.custom-pill {
}

    .custom-pill li {
        display: block;
        float: none;
    }

        .custom-pill li a {
            padding: 0;
            color: #ed3237;
        }

            .custom-pill li a:hover, .custom-pill li a:focus {
                background-color: transparent;
            }

        .custom-pill li.active > a, .custom-pill li.active > a:focus, .custom-pill li.active > a:hover {
            color: #333;
            background-color: transparent;
        }

.panel-cust-tab {
}

    .panel-cust-tab ul, .panel-cust-tab li {
        margin: 0;
        padding: 0;
    }

    .panel-cust-tab li {
        list-style: none;
        display: block;
    }

        .panel-cust-tab li::before {
            font-family: 'FontAwesome';
            content: '\f00c';
            display: inline-block;
            margin-left: -.3em;
            /* margin: 0 5px 0 -15px;*/
            color: #777;
            padding-right: 5px;
        }

        .panel-cust-tab li a:link, .panel-cust-tab li a:visited {
            display: inline-block;
            color: #ff0000;
            font-size: .8em;
            font-weight: bold;
            text-decoration: none;
            text-transform: none;
        }

        .panel-cust-tab li a:hover {
            color: #ccc;
        }

        .panel-cust-tab li.active a {
            color: #333;
        }

.panel-cancercust-tab {
}

    .panel-cancercust-tab ul, .panel-cancercust-tab li {
        margin: 0;
        padding: 0;
    }

    .panel-cancercust-tab li {
        list-style: none;
        display: block;
    }

        .panel-cancercust-tab li::before {
            font-family: 'FontAwesome';
            content: '\f00c';
            display: inline-block;
            margin-left: -.3em;
            /* margin: 0 5px 0 -15px;*/
            color: #777;
            padding-right: 5px;
        }

        .panel-cancercust-tab li a:link, .panel-cancercust-tab li a:visited {
            color: #333;
            font-size: .8em;
            font-weight: bold;
            text-decoration: none;
            text-transform: none;
        }

        .panel-cancercust-tab li a:hover {
            color: #ccc;
        }

.covid-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #00b6bd !important;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px !important;
    opacity: 1;
}

.blog_box {
    border: 1px dotted #9ddddd;
    padding: 10px;
    margin: 10px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

    .blog_box h2 {
        margin: 0;
        padding: 0;
        font-size: 1em;
        color: #008fd5;
        font-weight: bold;
        text-align: left;
        margin-top: 10px;
    }

    .blog_box h3 {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.2em;
        color: #444;
        line-height: 1.4em;
        text-align: left;
        height: 50px;
    }

        .blog_box h3 a {
            color: #444;
            text-decoration: none;
        }

.blogdetail h1 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    color: #444;
    line-height: 1.4em;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

.blogdetail h2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #008fd5;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blogdetail p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-align: left;
    margin-top: 10px;
}

.fwcopy {
    background-color: #008fd5;
    color: #fff;
    padding: 10px 3px;
}

.foot_bgborder {
    background: url(../Images/headborder.png) 0 3px repeat-x;
    width: 100%;
    height: 8px;
    margin-top: 10px;
}

dev_site a:link, .dev_site a:visited {
    list-style: none;
    line-height: 2.5em;
    color: #fff;
    text-decoration: none;
}

.dev_site a:hover {
    text-decoration: underline;
}

#toTop {
    position: fixed;
    bottom: 95px;
    right: 40px;
    cursor: pointer;
    display: none;
}

    #toTop .fa {
        margin-right: 5px;
        color: #fff;
    }


@media (max-width: 1024px) {
    .data_box {
        font-size: 1.2em;
    }

    .top_strip {
        text-align: right;
        margin: 5px;
        border: none;
        border-top: 1px solid #ccc;
        padding-top: 8px;
    }

    .pageimg {
        height: auto !important;
    }

    .navbar-brand {
        height: auto;
        background-color: transparent;
    }

        .navbar-brand img {
            vertical-align: top;
            height: 35px;
        }

    .navbar-brand-text {
        padding-top: 8px;
        font-family: 'DSGabriele';
        font-size: 1.8em;
        line-height: 1em;
        color: #058586;
    }

    .benefit_box {
        margin-top: 10px;
        color: #fff;
        text-align: center;
    }

    .data_box h1 {
        margin-top: 20px;
        font-size: 1.8em;
    }

    .banner-sticky-sidebar {
        position: relative !important;
    }

    .top_strip {
        display: none;
    }

    .mobile_strip ul, .nabh-logo {
        display: inline;
        font-size: .8em;
    }

        .nabh-logo img {
            width: 40px;
        }

    .mobile_strip {
        display: flex;
        text-align: center;
        padding-bottom: 8px;
        align-items: center;
        justify-content: space-between;
    }

        .mobile_strip ul, .mobile_strip li {
            margin: 0;
            padding: 0;
        }

        .mobile_strip li {
            display: inline-block;
        }

            .mobile_strip li a {
                font-size: 1.3em;
                text-decoration: none;
            }

    .top-appointment-btn {
        display: inline-block;
    }

        .top-appointment-btn span {
            font-size: .8em;
        }

        .top-appointment-btn a {
            border-radius: 5px;
        }

    .pillars-box h2 {
        font-size: 1.2em;
        margin-bottom: 5px;
    }

    #pilarslide .item {
        padding: 8px 20px;
        font-size: 1.2em;
        margin: 0 30px;
    }
}
