﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*------------------------------------Customed by developer----------------------------------------*/

/* @import url('http://example.com/example_style.css'); */
@import url('https://cdn.jsdelivr.net/npm/lato-font@3.0.0/css/lato-font.min.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

.row > [class^=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    /*background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);*/
}


/*****************************************/
/*            1. Fonts                   */
/*****************************************/

@font-face {
    font-family: 'Raleway';
    src: url('/webfonts/raleway/raleway-regular-webfont.eot') format('embedded-opentype'), url('/webfonts/raleway/raleway-regular-webfont.svg') format('svg'), url('/webfonts/raleway/raleway-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('//cdn2.hubspot.net/hubfs/4943668/fonts/raleway/raleway-bold-webfont.eot') format('embedded-opentype'), url('//cdn2.hubspot.net/hubfs/4943668/fonts/raleway/raleway-bold-webfont.svg') format('svg'), url('//cdn2.hubspot.net/hubfs/4943668/fonts/raleway/raleway-bold-webfont.ttf') format('truetype'), url('//cdn2.hubspot.net/hubfs/4943668/fonts/raleway/raleway-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*****************************************/
/*          5. General                   */
/*****************************************/

.row-fluid [class*="span"] {
    min-height: 0px;
}

.row-fluid.flex-row:before, .row-fluid.flex-row:after {
    display: none !important;
}

body {
    background-color: #F5F5F5;
    color: #606060;
    font-family: 'Lato', Calibri;
    font-size: 16px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.hs-site-page,
    body.hs-system-page,
    body.hs-blog-listing,
    body.hs-blog-post {
        padding-top: 130px;
    }

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: #74bf55;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    a:hover,
    a:focus {
        color: #a7e58e;
    }

    a.anchor-link {
        position: absolute;
        margin-top: -150px;
    }

p {
    line-height: 1.5;
}

h1, .h1, h2, .h2,
h3, .h3, h4, .h4,
h5, .h5 {
    font-family: 'Raleway','Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

h1, .h1 {
    font-size: 3.188rem;
    line-height: 1.33;
    color: #006485;
    margin: 20px 0;
    font-weight: 700;
}

h2, .h2 {
    font-size: 2.375rem;
    line-height: 1.33;
    color: #006485;
    font-weight: 400;
    margin: 20px 0;
}

h3, .h3 {
    font-size: 1.813rem;
    line-height: 1.31;
    color: #378ca8;
    font-weight: 400;
    margin: 20px 0;
}

h4, .h4 {
    font-size: 1.313rem;
    line-height: 1.48;
    color: #378ca8;
    margin: 20px 0;
    font-weight: 400;
}

blockquote {
    color: #606060;
    font-family: 'Raleway','Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    font-size: 1.813rem;
    line-height: 1.31;
    font-style: italic;
    position: relative;
}

    blockquote:before {
        content: '\f10e';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        font-size: 50px;
        left: -20px;
        top: -20px;
        color: rgba(0, 0,0,0.1);
        font-weight: bold;
    }

.blockquote-image-row blockquote {
    margin-bottom: 0;
    margin-top: 30px;
}

.bold {
    font-weight: bold;
}

.small-font {
    font-size: 12px;
}

.base-font {
    font-family: 'Lato', Calibri;
}

.header-font {
    font-family: 'Raleway','Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.baseColor,
.base-color {
    color: #606060;
}

.accentColor,
.accent-color {
    color: #006485;
}

.accent-color--medium {
    color: #378ca8
}

.accent-color--light {
    color: #61b6ca
}

.accent-back--medium {
    background-color: #378ca8
}

.accent-back--light {
    background-color: #61b6ca
}

.accent-back--lighter {
    background-color: #e1eff2
}

.accent-back--lightest {
    background-color: #f5f9fa
}

.borderColor, .border-color {
    color: #dbdbdb;
}

.borderLightColor, .border-color--light {
    color: #f5f5f5;
}

.borderBack, .border-back {
    background-color: #dbdbdb;
}

.borderLightBack, .border-back--light {
    background-color: #f5f5f5;
}

.white, .white-all * {
    color: white;
}

.white-back {
    background-color: white;
}

.white-border-mask {
    position: relative;
}

    .white-border-mask:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        opacity: 0.8;
        background-color: white;
        height: 20%;
    }

    .white-border-mask:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        opacity: 0.8;
        background-color: white;
        height: 20%;
    }

.marginT0 {
    margin-top: 0;
}

.marginT20 {
    margin-top: 20px;
}

.marginB0 {
    margin-bottom: 0;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB15 {
    margin-bottom: 15px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB45 {
    margin-bottom: 45px;
}

ul.double-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and (max-width: 479.9px) {
    ul.double-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.parallax-image-section {
    min-height: 170px !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

@media screen and (min-width: 768px) {
    .parallax-image-section {
        min-height: 250px !important;
    }
}

@media screen and (min-width: 990px) {
    .parallax-image-section {
        min-height: 300px !important;
    }
}

@media screen and (min-width: 1024px) {
    .parallax-image-section {
        min-height: 400px !important;
    }
}

.spacer {
    min-height: 1px;
}

.spacer--30 {
    height: 30px;
}

.spacer--45 {
    height: 45px;
}

.spacer--60 {
    height: 60px;
}

@media screen and (max-width: 767.9px) {
    .spacer--sm-20 {
        height: 20px !important;
    }

    .spacer--sm-30 {
        height: 30px !important;
    }

    .spacer--sm-40 {
        height: 40px !important;
    }

    .spacer--sm-45 {
        height: 45px !important;
    }

    .spacer--sm-50 {
        height: 50px !important;
    }

    .spacer--sm-60 {
        height: 60px !important;
    }

    .spacer--sm-70 {
        height: 70px !important;
    }

    .spacer--sm-80 {
        height: 80px !important;
    }

    .spacer--sm-100 {
        height: 100px !important;
    }

    .spacer--sm-120 {
        height: 120px !important;
    }
}

.section {
    padding: 45px 0;
}

.cta_txt_button {
    padding: 13px 40px;
}

    .cta_txt_button.cta_txt_button_sm {
        padding: 8px 20px;
    }

.cta_txt_button,
.hs-submit,
#header-banner-filter-buttons-container.jplist-panel button {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #74bf55;
    font-size: 16px;
    color: white;
    border-radius: 4px;
    overflow: hidden;
}

    .cta_txt_button.cta_txt_button_light {
        border: 2px solid #006485;
    }

    .cta_txt_button.cta_txt_button_light,
    .light .hs-submit {
        background: none;
        color: #006485;
    }

#header-banner-filter-buttons-container.jplist-panel button {
    float: none;
    text-shadow: none;
    border: 1px solid white;
    border-radius: 0;
    padding: 10px 40px;
    height: 40px;
    background-color: #004860;
    color: white;
}

.dark .hs-submit {
    background: transparent;
    border: 2px solid white;
}

.cta_txt_button:before,
.hs-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a7e58e;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.dark .hs-submit:before,
.cta_txt_button.cta_txt_button_light:before {
    background: #006485;
}

#header-banner-filter-buttons-container.jplist-panel button.cta_txt_button:before {
    background: white;
}

.cta_txt_button:hover, .cta_txt_button:focus, .cta_txt_button:active,
.hs-submit:hover, .hs-submit:focus, .hs-submit:active, .block-link:hover .cta_txt_button {
    color: white;
}

#header-banner-filter-buttons-container.jplist-panel button.cta_txt_button:hover,
#header-banner-filter-buttons-container.jplist-panel button.cta_txt_button:focus,
#header-banner-filter-buttons-container.jplist-panel button.cta_txt_button:active,
#header-banner-filter-buttons-container.jplist-panel button.cta_txt_button.jplist-selected {
    color: #006485;
}

.cta_txt_button:hover:before, .cta_txt_button:focus:before, .cta_txt_button:active:before,
.hs-submit:hover:before, .hs-submit:focus:before, .hs-submit:active:before,
#header-banner-filter-buttons-container.jplist-panel button.jplist-selected:before,
.block-link:hover .cta_txt_button:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.block-link {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

    .block-link > a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
    }

    .block-link:hover {
        color: #006485;
    }

.page-divider-container {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 45px 0;
}

    .page-divider-container a {
        background-color: white;
        padding: 0 10px;
    }

    .page-divider-container:before {
        content: "";
        border-top: 1px solid #dbdbdb;
        position: absolute;
        width: 100%;
        top: 49%;
        left: 0;
        z-index: -1;
    }

.hs_cos_wrapper_type_rich_text ul {
    padding-left: 30px;
}

    .hs_cos_wrapper_type_rich_text ul li,
    .accordion_content ul li,
    .image-text-block-text ul li {
        list-style: none;
        position: relative;
        margin-bottom: 10px;
        line-height: 1.5;
    }

        .hs_cos_wrapper_type_rich_text ul li:before,
        .accordion_content ul li:before,
        .image-text-block-text ul li:before {
            content: "\f105";
            color: #61b6ca;
            font-family: "Font Awesome 5 Pro";
            left: -20px;
            position: absolute;
            z-index: 10000;
        }

.hs-breadcrumb-menu-item {
    float: none;
    display: inline-block;
}

.hs-breadcrumb-menu-divider:before {
    content: "/";
    color: #dbdbdb;
}

.info-large {
    font-size: 64px;
    color: #006485;
}

.info-block {
    padding: 15px;
}

    .info-block .info-icon {
        font-size: 48px;
        color: #006485;
        width: 50px;
        display: inline-block;
        margin-right: 15px;
    }

    .info-block .info-content {
        width: calc(100% - 75px);
        display: inline-block;
    }

.relative {
    position: relative;
}

.flex-row {
    display: block;
}

    .flex-row.flex-row-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.separator {
    border-top: 1px solid #dbdbdb;
    margin: 40px 0;
}

.hs-cta-img {
    height: auto;
}

.more-link {
    text-decoration: underline;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/*from OTnP file - o2-2018-12.css---------END*/

/*****************************************/
/*         DH Developer CSS              */
/*****************************************/
#header-banner {
    background-color: #006485;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.display-4 {
    font-size: 2.625rem !important; /*equal to 42px*/
}
/*.Lead class: 18px*/
.display-10 {
    font-size: 1.375rem; /*fontsize:22px*/
}

.display-13 {
    font-size: 0.813em; /*fontsize:13px*/
}

.display-16 {
    font-size: 1rem !important; /*equal to 16px*/
}

.display-18 {
    font-size: 1.125rem !important; /*equal to 18px*/
}

.display-20 {
    font-size: 1.25rem !important; /*equal to 20px*/
}

.display-28 {
    font-size: 1.75rem; /*fontsize:28px*/
}

.font-raleway {
    font-family: 'Raleway','Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.shadow {
    background-color: white;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(6, 50, 64, 0.12);
    box-shadow: 0 4px 8px 0 rgba(6, 50, 64, 0.12);
}

/*Custom Radio Button*/
.custom-control-label {
    font-size: 1rem;
    color: #004860;
}

    .custom-control-label::before {
        position: absolute;
        /* top: .15rem; */
        /* left: -1.6rem; */
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        pointer-events: none;
        content: "";
        background-color: #606060;
        border: #A0A0A0 solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: .35rem;
        left: -1.4rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    color: #fff;
    border-color: #707070; /*Dark Grey*/
    background-color: #006485; /*Doctor Dark Blue*/
    border-radius: 50%;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,100,133,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,100,133,.25);
}
/*Custom Button*/

/*.btn-doctorgreen {background-color: #74bf55;}*/
select.form-control {
    background-image: -o-linear-gradient(45deg, transparent 50%, #606060 50%), -o-linear-gradient(315deg, #606060 50%, transparent 50%) !important;
    background-image: linear-gradient(45deg, transparent 50%, #606060 50%), linear-gradient(135deg, #606060 50%, transparent 50%) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*position: relative;*/
}

    select.form-control:after {
        font-family: FontAwesome;
        content: '\f107';
        font-size: 28px;
        position: absolute;
        top: 12px;
        right: 20px;
        color: #434B67;
        pointer-events: none;
    }

.form-control {
    /*height: calc(2em + .75rem + 2px);
    line-height: 2;*/
    /*border-color: #EBEBEB;*/
    border: 2px solid #EBEBEB;
}

    .form-control:focus {
        border-color: #006485;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,100,133,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,100,133,1);
        box-shadow: 0px 0px 5px 0px rgba(0,100,133,1);
    }

.form-control-search-modal {
    /*height: calc(2em + .75rem + 2px);
    line-height: 2;*/
    /*border-color: #EBEBEB;*/
    border: 2px solid #EBEBEB;
}

/*Custom fontawesome*/
i {
    padding: 0.5rem;
}

/*****************************************/
/*         Search Result - Styles        */
/*****************************************/
.left-arrow a, .right-arrow a {
    color: #606060;
    margin: 0.5rem 0rem;
}

    .left-arrow a:hover, .right-arrow a:hover {
        opacity: 0.5;
    }

.list-container {
    list-style: none;
    padding: 0;
    display: block;
}

    .list-container.jplist-hidden {
        display: none;
    }

    .list-container li {
        width: 100%;
        display: inline-block;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .list-container li a {
            display: block;
            /*padding: 15px;*/
        }

.list-container {
    /*background-color: white;*/
    position: relative;
    /* box-shadow: 0 4px 8px 0 rgba(6, 50, 64, 0.12); */
}

    .list-container .list-image {
        width: 91px; /* Orignal 180px*/
        display: inline-block;
        vertical-align: top;
        max-height: 260px;
        overflow: hidden;
        border-radius: 0.2rem;
    }

    .list-container .experience-container {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 10px;
        color: white;
        font-family: 'Lato', Calibri;
        font-size: 11px;
        background-color: #61b6ca;
        border-radius: 100%;
        width: 60px;
        height: 60px;
        text-align: center;
    }

        .list-container .experience-container .experience {
            font-family: 'Raleway','Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
        }

    .list-container .list-details {
        width: calc(100% - 120px);
        display: inline-block;
        vertical-align: top;
        margin-left: 1rem;
    }

    .list-container .specialist-text {
        color: #61b6ca;
        margin-top: 0;
        margin-bottom: 1.625rem;
    }

    /*.list li:hover {
            transform: scale(1.04);
        }*/

    .list-container h3 {
        width: 100%;
        font-size: 1.5em;
        margin-bottom: 10px;
        line-height: 1.1;
        margin: 0;
    }

/*#listId input {
        padding: 6px;
        width: 100%;
    }

    #listId .pagination {
        list-style: none;
        margin: 0;
        display: block;
        margin-top: 25px;
        padding: 0;
    }

        #listId .pagination li {
            display: inline-block;
            margin: 0 5px 0;
            width: auto;
        }

            #listId .pagination li:hover {
                transform: none;
            }

            #listId .pagination li a {
                width: 15px;
                height: 15px;
                text-align: center;
                display: block;
                border-radius: 0px;
                background-color: white;
                color: white;
                padding: 7px 5px 9px;
            }

            #listId .pagination li.active a {
                background-color: #61b6ca;
            }

    #listId #filter {
        padding: 0;
        position: relative;
        text-align: center;
    }

        #listId #filter li {
            display: inline-block;
            width: 130px;
            padding: 5px 0;
            margin: 0 5px 10px;
            cursor: pointer;
            transition: all .2s ease-in-out;
            font-size: 14px;
            text-align: center;
            position: relative;
        }

    #listId .pagination li.active a,
    #listId .pagination li a:hover {
        background-color: #61b6ca;
    }

    #listId #filter li:hover,
    #listId #filter li.active {
        border-bottom: 2px solid #dbdbdb;
        transition: all 0.15s ease-in-out 0s;
    }

        #listId #filter li.active::before {
            background: #006485 none repeat scroll 0 0;
            bottom: -3px;
            content: "";
            display: block;
            height: 5px;
            left: 45%;
            margin: 0 auto;
            position: absolute;
            right: auto;
            transform: rotate(45deg);
            width: 5px;
        }*/

.location-text {
    color: #606060;
    text-transform: capitalize;
    font-size: 0.8125rem;
    margin-bottom: 1.5625rem;
}

    .location-text i {
        padding: 0 0.125rem;
    }

.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}

.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.schedule-header {
    /*border-bottom: 1px solid #f0f0f0;
        border-radius: 4px 4px 0 0;*
        padding: 10px 0px;*/
}

.day-slot ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
    padding: 0;
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 20px (1fr)[7] 20px;
    grid-template-columns: 20px repeat(7, 1fr) 20px;
    /*float: left;
        position: relative;*/
}
/* IE10+ CSS styles go here */
/*@@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
                        
                        select{background-image:none !important;}
                        .schedule-cont{padding:0 0 0 2.3rem !important;}
                        .time-slot div{display: inline-block;}
                        .time-slot div div {display:inline-block; text-align:left !important;}
                        .day-slot ul li {float:left; width:11%}
                        .showhide .collapse_module.collapse:not(.show) {display: inline-block; margin-bottom:1.5625rem;}
                        .time-slot div .timing{ display:inline-block; }
                        .btn_showhide {width:100%; float:left;}
                        

        }*/
.day-slot li {
    text-align: center;
    padding-bottom: 0.5rem;
    cursor: pointer;
    border-bottom: 4px solid white;
}

    .day-slot li:hover, .day-slot li:focus, .day-slot li:active, .day-slot li.active {
        border-bottom: 4px solid #006485;
    }

    /*.day-slot li:first-child, .day-slot li:last-child {
        border: none !important;
    }*/

    .day-slot li span {
        display: block;
        font-size: 16px;
        /*text-transform: uppercase;*/
    }

        .day-slot li span.slot-date {
            display: block;
            color: #757575;
            font-size: 16px;
        }

    .day-slot li small.slot-year {
        color: #757575;
        font-size: 14px;
    }

    .day-slot li.left-arrow {
        /*left: -10px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px !important;
        transform: translateY(-50%);*/
    }

    .day-slot li.right-arrow {
        /*right: -20px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px !important;
        transform: translateY(-50%);*/
    }

.schedule-cont {
    padding: 0rem 2rem;
}

.time-slot div {
    list-style: none;
    /*margin-right: -5px;
        margin-left: -5px;*/
    margin-bottom: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    /*align-items: center;
        justify-content: center;*/
}

    .time-slot div div {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(72px, 1fr));
        grid-template-rows: repeat(auto-fill,minmax(3.8125rem, 1fr));
        text-align: center;
    }

    .time-slot div .timing {
        background-color: #FFF;
        border: 2px solid #A0A0A0;
        border-radius: 5px;
        color: #757575;
        /* display: block; */
        font-size: 13px;
        margin: .3rem .125rem;
        padding: 0.875rem 1px;
        /* position: relative; */
        text-decoration: none;
        text-transform: uppercase;
    }

        .time-slot div .timing:hover {
            background-color: #006485;
            border: 2px solid #006485;
            border-radius: 5px;
            color: #FFF;
        }

        .time-slot div .timing:last-child {
            /*margin-bottom: 0;*/
        }

        .time-slot div .timing.selected {
            background-color: #42c0fb;
            border: 1px solid #42c0fb;
            color: #fff;
        }

/*.time-slot li .timing.selected::before {
                        color: #fff;
                        content: "\f00c";
                        font-family: "Font Awesome 5 Free";
                        font-size: 12px;
                        font-weight: 900;
                        position: absolute;
                        right: 6px;
                        top: 6px;
                    }*/

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .schedule-list:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.submit-section.proceed-btn {
    margin: 0 0 30px;
}
/*---Section-Timeslot------End---*/

#mobile_filter {
    display: none;
}

@media (max-width: 768px) {
    #mobile_filter {
        display: block;
    }

    #desktop_filter {
        display: none;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-header button {
        display: block;
    }
}

#mobile_filter input:first-child {
    background-color: white;
    /*background-image: -o-linear-gradient(45deg, transparent 50%, #606060 50%), -o-linear-gradient(315deg, #606060 50%, transparent 50%) !important;
    background-image: linear-gradient(45deg, transparent 50%, #606060 50%), linear-gradient(135deg, #606060 50%, transparent 50%) !important;*/
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* position: relative;*/
}

/* Search Result - Doctor Profile Details */
#profile-container {
    position: relative;
}

    #profile-container h1 {
        font-size: 1.813em;
        margin: 0 0 15px;
        text-align: center;
    }

    #profile-container h2 {
        font-size: 1em;
        color: #61b6ca;
        margin-bottom: 30px;
        text-align: center;
    }

    #profile-container #profile-image {
        text-align: center;
        position: relative;
        width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        max-height: 432px;
    }

        #profile-container #profile-image img {
            margin-bottom: 30px;
        }

    #profile-container .experience-container {
        width: 80px;
        height: 80px;
        padding: 15px;
        border-radius: 100%;
        background-color: #006485;
        color: white;
        display: none;
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        font-size: 14px;
    }

    #profile-container #profile-image .experience-container {
        width: 65px;
        height: 65px;
        bottom: 65px;
        right: -20px;
        top: auto;
        padding: 10px;
        font-size: 12px;
        display: block;
    }

    #profile-container .experience-container .experience {
        font-size: 29px;
        font-weight: 700;
        font-family: 'Raleway','Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    }

    #profile-container #profile-image .experience-container .experience {
        font-size: 21px;
    }

.profile-details-container {
    padding: 30px;
    background-color: rgba(255,255,255,0.75);
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(6, 50, 64, 0.12);
    box-shadow: 0 4px 8px 0 rgba(6, 50, 64, 0.12);
}

    .profile-details-container h3 {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 30px;
        color: #606060;
    }

@media screen and (min-width: 768px) {
    .list {
        /*display: flex;*/
        /* flex-wrap: wrap; */
    }

        .list li {
            /* width: 50%; */
        }

            .list li h3 {
                font-size: 1.5em;
            }

        .list .experience-container .experience {
            font-size: 24px;
        }

        .list .experience-container {
            padding: 10px;
        }

    #profile-container #profile-image {
        width: 280px;
        position: absolute;
        margin-bottom: 0;
    }

        #profile-container #profile-image.fixed {
            position: fixed;
            top: 140px;
        }

        #profile-container #profile-image.absolute {
            position: absolute;
            bottom: 0;
        }

    #profile-container .experience-container {
        display: block;
    }

    #profile-container #profile-image .experience-container {
        display: none;
    }

    #profile-container #profile-details {
        padding-left: 310px;
    }

    #profile-container h1 {
        font-size: 3.188em;
        text-align: left;
    }

    #profile-container h2 {
        font-size: 1.5em;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1024px) {
    .list-container .experience-container {
        right: 10px;
        bottom: 10px;
    }
}

@media screen and (max-width: 990px) {
    .list-container .experience-container {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .jplist-autocomplete,
    .jplist-select {
        margin-top: 0;
    }

    .list-container .list-image {
        max-width: 120px;
    }

    .list-container .list-details {
        width: calc(100% - 145px);
    }

    /*.list-container .experience-container,
    .list-container .cta_txt_button {
        display: none;
    }*/
}


#mobile_filter .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #EBEBEB;
}

/*****************************************/
/*      Boostrap 4 Showhide module         */
/*****************************************/

.showhide {
    /*font-size: 1rem;
        line-height: 1.5;*/
}

    .showhide .collapse_module.collapse:not(.show) {
        display: -ms-grid;
        display: grid;
        overflow: hidden;
        height: auto;
    }

    .showhide .collapse_module.collapsing {
        /*height: 245px;*/
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; /* This timing applies on the way OUT */
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; /* Quick on the way out */
    }

.btn_showhide {
    border-top: 1px solid #EBEBEB;
    margin-top: 0.78125rem;
    padding-top: 0.78125rem;
    cursor: pointer;
    text-align: center;
    color: #979797;
}

/*.showhide .btn_showhide.collapsed::after {*/
/*    color: #979797;*/
/*    content: 'Show More';*/
/*}*/

/*.showhide .btn_showhide:not(.collapsed)::after {*/
/*    content: 'Show Less';*/
/*    color: #979797;*/
/*}*/

/*****************************************/
/*             Swiper's CSS              */
/*****************************************/
.swiper-container {
    width: 100%;
    min-height: 70px;
}

.swiper-slide {
    /*font-size: 18px;*/
    /*height: auto;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 30px;*/
    padding-right: 7px;
}

/*****************************************/
/*         JPlist autocomplete             */
/*****************************************/

/*.jplist-autocomplete-placeholder .autocomplete-box {
        z-index: 1;
    }

        .jplist-autocomplete-placeholder .autocomplete-box .list-item {
            list-style: none;
            padding: 10px;
        }

            .jplist-autocomplete-placeholder .autocomplete-box .list-item:hover .list-container h3 {
                color: #006485;
            }

            .jplist-autocomplete-placeholder .autocomplete-box .list-item .list-container .list-image,
            .jplist-autocomplete-placeholder .autocomplete-box .list-item .list-container .experience-container,
            .jplist-autocomplete-placeholder .autocomplete-box .list-item .list-container .list-details * {
                display: none;
            }

    #header-banner .jplist-autocomplete-placeholder .autocomplete-box .list-item .list-container .list-details h3 {
        display: block;
        font-size: 16px;
        font-family: 'Lato', Calibri;
        color: #606060;
        font-weight: normal;
        margin: 0;
    }*/

/*#header-banner .jplist-autocomplete-placeholder .autocomplete-box .list-item:hover .list-container .list-details h3 {
        color: #006485;
    }

    .jplist-panel label {
        display: block;
        float: none;
    }

    .jplist-autocomplete {
        width: 100%;
    }

    .jplist-select {
        float: none;
    }*/

/* easy autocomplete */

/*#header-banner .easy-autocomplete-container ul li * {
        color: #606060;
    }

    #header-banner .easy-autocomplete {
        max-width: 100%;
    }

        #header-banner .easy-autocomplete input {
            border: 1px solid #dbdbdb;
            border-radius: 0;
            box-shadow: none;
            padding: 6px;
            box-sizing: border-box;
        }*/


@media screen and (max-width: 600px) {
    .jplist-panel {
        display: block;
    }
}

/*****************************************/
/*             18. JPLIST                */
/*****************************************/

#your_result .jplist-panel .jplist-pagination button {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

    #your_result .jplist-panel .jplist-pagination button.jplist-current,
    #your_result .jplist-panel .jplist-pagination button:hover {
        background-color: #006485;
        color: white;
    }

#your_result .jplist-panel.listing-pagination {
    text-align: center;
}

    #your_result .jplist-panel.listing-pagination .jplist-pagination {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

/*****************************************/
/*          8. Footer                    */
/*****************************************/

#footer-wrapper {
    background-color: #006485;
    color: white;
    padding: 45px 0;
    background-image: url(../img/footer_bg.jpg);
    background-size: cover;
}

    #footer-wrapper h3 {
        color: white;
    }

#newsletter-subscribe > i {
    display: inline-block;
    font-size: 50px;
    margin-right: 15px;
    color: #61b6ca;
}

#newsletter-subscribe > h3 {
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 30px;
}

#newsletter-subscribe #subscription-box p {
    opacity: 0;
    visibility: hidden;
    display: none;
}

    #newsletter-subscribe #subscription-box p.mobile-show {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        ;
    }

    #newsletter-subscribe #subscription-box p a {
        color: white;
        text-decoration: underline;
    }

#newsletter-subscribe #subscription-box .hs-button {
    padding: 12px 20px;
}

#footer-top {
    text-align: center;
}

    #footer-top .cta_txt_button {
        display: block;
        margin-bottom: 30px;
    }

    #footer-top .hs_cos_wrapper_type_blog_subscribe h3 {
        display: none;
    }

    #footer-top .hs_cos_wrapper_type_blog_subscribe form {
        text-align: right;
    }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form > div {
            display: block;
            vertical-align: top;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form .hs_email > label {
            display: none;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form .hs-submit,
        #footer-top .hs_cos_wrapper_type_blog_subscribe form .input {
            margin: 0;
            margin-bottom: 15px;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form .hs-submit {
            margin-left: 0px;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            height: 0;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            ;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form input[type="email"].hs-input {
            padding: 14px 18px;
            color: white;
            background-color: #002e3d;
            border-color: #002e3d;
            min-width: 350px;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form .hs-submit.mobile-show {
            opacity: 1;
            visibility: visible;
            height: auto;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            ;
        }

#footer-bottom {
    border-top: 1px solid #dbdbdb;
    font-size: 14px;
}

    #footer-bottom.no-border {
        border-top: 0
    }

    #footer-bottom h3 {
        font-size: 1em;
        font-weight: bold;
    }

    #footer-bottom a {
        color: white;
    }

    #footer-bottom .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
        padding: 0 0 5px;
    }

#copyright {
    padding: 10px 0;
    font-size: 14px;
}

.social-links {
    margin-bottom: 15px;
}

    .social-links a {
        font-size: 30px;
        margin-right: 10px;
        color: white;
    }

    .social-links i {
        padding: 0;
    }

.footer-section h3 {
    margin: 15px 0;
    cursor: pointer;
}

    .footer-section h3:after {
        content: "\f055";
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        margin-left: 15px;
    }

.footer-section .footer-section-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .footer-section .footer-section-content.open {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

#footer > .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    #footer > .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
        margin-bottom: 0;
    }

        .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
            position: static;
        }

            .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
                display: none;
            }

            .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
                display: block;
                visibility: visible;
                opacity: 1;
            }

                .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
                    content: " ";
                    display: table;
                }

                .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
                    content: " ";
                    display: table;
                    clear: both;
                }

                .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
                    float: left;
                }

                    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
                        display: inline-block;
                        padding: 10px 20px;
                        white-space: nowrap;
                        max-width: 140px;
                        width: auto;
                        overflow: hidden;
                        -o-text-overflow: ellipsis;
                        text-overflow: ellipsis;
                        text-decoration: none;
                    }

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .hs-menu-wrapper.hs-menu-flow-vertical li a {
        display: block;
        white-space: nowrap;
        width: 140px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .hs-menu-wrapper.hs-menu-flow-vertical > ul {
        margin-bottom: 20px;
    }

        .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
            width: auto;
        }

        .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
            padding: 10px 20px;
            text-decoration: none;
        }

        .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
            position: relative;
        }

            .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
                visibility: hidden;
                opacity: 0;
                -webkit-transition: opacity 0.4s;
                position: absolute;
                z-index: 10;
                top: 0;
                left: 180px;
            }

            .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
                opacity: 1;
                visibility: visible;
            }

    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
        min-width: 140px;
        width: auto;
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
        max-width: 100%;
        overflow: hidden;
    }

        .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
            display: none;
        }

        .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
        .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
            display: block;
            visibility: visible;
            opacity: 1;
            position: static;
        }

    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
        padding-left: 4em;
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
        padding-left: 6em;
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
        padding-left: 8em;
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
        padding-left: 140px;
    }

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

/*****************************************/
/*        999. Media Queries             */
/*****************************************/

@media screen and (min-width : 768px) {
    .flex-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* Blog */
    .recent-blog-post {
        width: 33.3%;
    }

    /* footer */
    .footer-section .footer-section-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .footer-section h3:after {
        content: "";
    }

    .footer-section h3 {
        cursor: default;
    }

    #footer-top {
        text-align: left;
    }

        #footer-top .cta_txt_button {
            display: inline-block;
            margin-bottom: 0;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form > div {
            display: inline-block;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form .hs-submit,
        #footer-top .hs_cos_wrapper_type_blog_subscribe form .input {
            margin-bottom: 0;
        }

        #footer-top .hs_cos_wrapper_type_blog_subscribe form .hs-submit {
            margin: 0 0 0 10px;
            opacity: 1;
            visibility: visible;
            height: auto;
        }

    /*#newsletter-subscribe > i {
        float: left;
    }

    #newsletter-subscribe > h3 {
        font-size: 16px;
        width: calc(30% - 65px);
        float: left;
        margin-bottom: 0;
    }

    #newsletter-subscribe #subscription-box {
        display: inline-block;
        width: 70%;
        float: left;
    }

    #newsletter-subscribe .submitted-message {
        text-align: right;
    }

    #newsletter-subscribe #subscription-box p {
        text-align: right;
        font-size: 12px;
        visibility: visible;
        opacity: 1;
        display: block;
    }*/

    #footer-bottom .hs-menu-wrapper.hs-menu-flow-vertical > ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

        #footer-bottom .hs-menu-wrapper.hs-menu-flow-vertical > ul li {
            display: inline-block;
            width: 100%;
        }

    /* Pricing */
    #pricing-menu {
        display: none;
    }

    #pricing-table th {
        width: 20%;
        display: table-cell;
    }

    #pricing-table tr .column-1,
    #pricing-table tr .column-2,
    #pricing-table tr .column-3,
    #pricing-table tr .column-4,
    #pricing-table tr .column-5 {
        display: table-cell;
    }

    #pricing-table tr td.column-1.open,
    #pricing-table tr td.column-2.open,
    #pricing-table tr td.column-3.open,
    #pricing-table tr td.column-4.open,
    #pricing-table tr td.column-5.open {
        width: auto;
    }

    #pricing-table tbody tr:first-of-type td {
        border-top: 0;
    }

    #pricing-table .pricing-header-row h3 {
        font-size: 1.3em;
    }

    /* Header */
    #header-banner label {
        text-align: left;
    }

    /* Other Doctors */

    .related-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .related-list.related-doctors-carousel {
            display: block;
        }

    .related-block {
        width: 25%;
    }

    .related-doctors-carousel .related-block {
        width: 100%;
    }

    /* form */
    .form-dynamic-container > div {
        width: calc(33% - 35px);
        display: inline-block;
    }
}

@media screen and (min-width : 990px) {

    #newsletter-subscribe > h3 {
        font-size: 18px;
    }

    #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: inline-block;
        float: right;
    }

    #sub-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #sub-header li {
            display: inline-block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            float: left;
            text-align: center;
        }

            #sub-header li a {
                color: white;
                display: block;
                padding: 15px 0;
            }

    #lower-menu {
        position: fixed;
        top: 95px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        ;
    }

        #lower-menu.sticky {
            top: 90px;
        }

    #top-nav-container {
        padding-top: 0;
    }

        #top-nav-container .widget-type-logo {
            height: 65px;
            margin: 15px 0 15px 30px;
        }

    .sticky #top-nav-container .widget-type-logo {
        height: 60px;
        margin: 15px 0 15px 30px;
    }

    #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        position: relative;
    }

    .sticky #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
        line-height: 70px;
    }

    #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a {
        line-height: 75px;
        font-size: 16px;
    }

    #header-phone {
        font-size: 16px;
    }

        #header-phone i {
            margin-right: 8px;
        }

    #search-button {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #search-input-container {
        width: 280px;
        right: 0;
        top: auto;
    }

    .header-right {
        margin-top: 28px;
        position: relative;
    }

    .sticky .header-right {
        margin-top: 25px;
    }

    #locale-flag {
        width: 25px;
    }

    #language-switcher {
        margin: 0 10px 0 0px;
        padding-left: 10px;
    }

        #language-switcher:after {
            top: 40%;
        }

        #language-switcher #language-menu li a:hover {
            background-color: #006485;
            color: white;
        }

        #language-switcher:hover #language-menu,
        #language-switcher #language-menu:hover {
            display: block;
        }

    #mobile-menu-container {
        display: none;
    }

    /* body */

    body.hs-site-page,
    body.hs-system-page,
    body.hs-blog-listing,
    body.hs-blog-post {
        padding-top: 143px;
    }

    .section {
        padding: 60px 0;
    }

    /* banner */
    #header-banner-content {
        padding: 60px 0;
    }

    .jcarousel-control-prev.mobile-only,
    .jcarousel-control-next.mobile-only {
        display: none;
    }
}

@media screen and (min-width : 1024px) {
    .container-fluid .row-fluid .page-center {
        padding: 0 20px;
    }

    /* header */

    /* footer */

    #newsletter-subscribe > h3 {
        font-size: 21px;
    }

    #footer-top {
        padding: 30px 0;
    }

    #footer-bottom {
        padding: 30px 0;
    }
}

@media screen and (min-width : 1200px) {
    .container-fluid .row-fluid .page-center {
        padding: 0px;
    }

    #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-child(-n+5) > a {
        font-size: 18px;
    }

    #locale-flag {
        width: 25px;
    }

    #header-phone {
        font-size: 18px;
    }

    #search-button {
        font-size: 20px;
        color: #006485;
        margin-left: 30px;
        cursor: pointer;
        vertical-align: middle;
    }

    #language-switcher {
        margin: 0 30px 0 0px;
        padding-left: 15px;
    }
}

@media screen and (min-width : 1300px) {
    #locale-flag {
        width: 25px;
    }

    #header-phone {
        font-size: 19px;
    }

    #search-button {
        font-size: 20px;
    }
}

@media screen and (max-width : 990px) {
    .header-right {
        width: calc(100% - 20px) !important;
        background-color: #f5f5f5;
        margin: 0 !important;
    }

    #lower-menu {
        position: relative;
    }

    #sub-header li:nth-child(1) {
        position: fixed;
        top: 131px;
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        ;
        z-index: 1;
    }

    .sticky #sub-header li:nth-child(1) {
        top: 110px;
    }

    #sub-header li:nth-child(2) {
        margin-top: 45px;
    }

    #language-switcher.open #language-menu {
        display: block;
        top: 30px;
    }
}

@media screen and (max-width : 768px) {

    .related-block {
        margin-bottom: 15px;
    }

        .related-block img {
            display: inline-block;
            width: 100px;
        }

    .related-content {
        display: inline-block;
        width: calc(100% - 120px);
        vertical-align: top;
    }

        .related-content h4 {
            margin-top: 0;
        }

    #header-banner-filter-buttons-container.jplist-panel button {
        width: 370px;
    }
}

@media screen and (max-width: 600px) {
    .jplist-panel {
        display: block;
    }
}

/* flex rows */

@media screen and (max-width : 767.9px) {
    .flex-xs-column-1 .flex-block {
        width: 100%;
        margin-left: 0px;
    }

    .flex-xs-column-2 .flex-block {
        width: calc(50% - 15px);
        margin-left: 30px;
    }

    .flex-xs-column-3 .flex-block {
        width: calc(33.3333% - 30px);
        margin-left: 30px;
    }

    .flex-xs-column-4 .flex-block {
        width: calc(25% - 30px);
        margin-left: 30px;
    }

    .flex-xs-column-5 .flex-block {
        width: calc(20% - 30px);
        margin-left: 30px;
    }

    .flex-xs-column-6 .flex-block {
        width: calc(16.666% - 30px);
        margin-left: 30px;
    }

        .flex-xs-column-2 .flex-block:nth-child(2n + 1),
        .flex-xs-column-3 .flex-block:nth-child(3n + 1),
        .flex-xs-column-4 .flex-block:nth-child(4n + 1),
        .flex-xs-column-5 .flex-block:nth-child(5n + 1),
        .flex-xs-column-6 .flex-block:nth-child(6n + 1) {
            margin-left: 0;
        }
}

@media screen and (min-width : 768px) and (max-width: 989.9px) {
    .flex-sm-column-2 .flex-block {
        width: calc(50% - 30px);
        margin-left: 45px;
    }

    .flex-sm-column-3 .flex-block {
        width: calc(33.3333% - 30px);
        margin-left: 45px;
    }

    .flex-sm-column-4 .flex-block {
        width: calc(25% - 30px);
        margin-left: 40px;
    }

    .flex-sm-column-5 .flex-block {
        width: calc(20% - 30px);
        margin-left: 37px;
    }

    .flex-sm-column-6 .flex-block {
        width: calc(16.666% - 30px);
        margin-left: 36px;
    }

        .flex-sm-column-2 .flex-block:nth-child(2n + 1),
        .flex-sm-column-3 .flex-block:nth-child(3n + 1),
        .flex-sm-column-4 .flex-block:nth-child(4n + 1),
        .flex-sm-column-5 .flex-block:nth-child(5n + 1),
        .flex-sm-column-6 .flex-block:nth-child(6n + 1) {
            margin-left: 0;
        }
}

@media screen and (min-width : 990px) and (max-width: 1023.9px) {
    .flex-md-column-2 .flex-block {
        width: calc(50% - 30px);
        margin-left: 45px;
    }

    .flex-md-column-3 .flex-block {
        width: calc(33.3333% - 30px);
        margin-left: 45px;
    }

    .flex-md-column-4 .flex-block {
        width: calc(25% - 30px);
        margin-left: 40px;
    }

    .flex-md-column-5 .flex-block {
        width: calc(20% - 30px);
        margin-left: 37px;
    }

    .flex-md-column-6 .flex-block {
        width: calc(16.666% - 30px);
        margin-left: 36px;
    }

        .flex-md-column-2 .flex-block:nth-child(2n + 1),
        .flex-md-column-3 .flex-block:nth-child(3n + 1),
        .flex-md-column-4 .flex-block:nth-child(4n + 1),
        .flex-md-column-5 .flex-block:nth-child(5n + 1),
        .flex-md-column-6 .flex-block:nth-child(6n + 1) {
            margin-left: 0;
        }
}

@media screen and (min-width :1024px) {
    .flex-lg-column-2 .flex-block {
        width: calc(50% - 30px);
        margin-left: 45px;
    }

    .flex-lg-column-3 .flex-block {
        width: calc(33.3333% - 30px);
        margin-left: 45px;
    }

    .flex-lg-column-4 .flex-block {
        width: calc(25% - 30px);
        margin-left: 40px;
    }

    .flex-lg-column-5 .flex-block {
        width: calc(20% - 30px);
        margin-left: 37px;
    }

    .flex-lg-column-6 .flex-block {
        width: calc(16.666% - 30px);
        margin-left: 36px;
    }

        .flex-lg-column-2 .flex-block:nth-child(2n + 1),
        .flex-lg-column-3 .flex-block:nth-child(3n + 1),
        .flex-lg-column-4 .flex-block:nth-child(4n + 1),
        .flex-lg-column-5 .flex-block:nth-child(5n + 1),
        .flex-lg-column-6 .flex-block:nth-child(6n + 1) {
            margin-left: 0;
        }
}
/*
####################################################
 layout.min.css
####################################################
*/
.row-fluid {
    width: 100%;
    *zoom: 1
}

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: ""
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.127659574%;
        *margin-left: 2.0744680846382977%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

        .row-fluid [class*="span"]:first-child {
            margin-left: 0
        }

    .row-fluid .span12 {
        width: 99.99999998999999%;
        *width: 99.94680850063828%
    }

    .row-fluid .span11 {
        width: 91.489361693%;
        *width: 91.4361702036383%
    }

    .row-fluid .span10 {
        width: 82.97872339599999%;
        *width: 82.92553190663828%
    }

    .row-fluid .span9 {
        width: 74.468085099%;
        *width: 74.4148936096383%
    }

    .row-fluid .span8 {
        width: 65.95744680199999%;
        *width: 65.90425531263828%
    }

    .row-fluid .span7 {
        width: 57.446808505%;
        *width: 57.3936170156383%
    }

    .row-fluid .span6 {
        width: 48.93617020799999%;
        *width: 48.88297871863829%
    }

    .row-fluid .span5 {
        width: 40.425531911%;
        *width: 40.3723404216383%
    }

    .row-fluid .span4 {
        width: 31.914893614%;
        *width: 31.8617021246383%
    }

    .row-fluid .span3 {
        width: 23.404255317%;
        *width: 23.3510638276383%
    }

    .row-fluid .span2 {
        width: 14.89361702%;
        *width: 14.8404255306383%
    }

    .row-fluid .span1 {
        width: 6.382978723%;
        *width: 6.329787233638298%
    }

.container-fluid {
    *zoom: 1
}

    .container-fluid:before, .container-fluid:after {
        display: table;
        content: ""
    }

    .container-fluid:after {
        clear: both
    }

@media(max-width:767px) {
    .row-fluid {
        width: 100%
    }

        .row-fluid [class*="span"] {
            display: block;
            float: none;
            width: auto;
            margin-left: 0
        }
}

@media(min-width:768px) and (max-width:1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1
    }

        .row-fluid:before, .row-fluid:after {
            display: table;
            content: ""
        }

        .row-fluid:after {
            clear: both
        }

        .row-fluid [class*="span"] {
            display: block;
            float: left;
            width: 100%;
            min-height: 28px;
            margin-left: 2.762430939%;
            *margin-left: 2.709239449638298%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box
        }

            .row-fluid [class*="span"]:first-child {
                margin-left: 0
            }

        .row-fluid .span12 {
            width: 99.999999993%;
            *width: 99.9468085036383%
        }

        .row-fluid .span11 {
            width: 91.436464082%;
            *width: 91.38327259263829%
        }

        .row-fluid .span10 {
            width: 82.87292817100001%;
            *width: 82.8197366816383%
        }

        .row-fluid .span9 {
            width: 74.30939226%;
            *width: 74.25620077063829%
        }

        .row-fluid .span8 {
            width: 65.74585634900001%;
            *width: 65.6926648596383%
        }

        .row-fluid .span7 {
            width: 57.182320438000005%;
            *width: 57.129128948638304%
        }

        .row-fluid .span6 {
            width: 48.618784527%;
            *width: 48.5655930376383%
        }

        .row-fluid .span5 {
            width: 40.055248616%;
            *width: 40.0020571266383%
        }

        .row-fluid .span4 {
            width: 31.491712705%;
            *width: 31.4385212156383%
        }

        .row-fluid .span3 {
            width: 22.928176794%;
            *width: 22.874985304638297%
        }

        .row-fluid .span2 {
            width: 14.364640883%;
            *width: 14.311449393638298%
        }

        .row-fluid .span1 {
            width: 5.801104972%;
            *width: 5.747913482638298%
        }
}

@media(min-width:1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1
    }

        .row-fluid:before, .row-fluid:after {
            display: table;
            content: ""
        }

        .row-fluid:after {
            clear: both
        }

        .row-fluid [class*="span"] {
            display: block;
            float: left;
            width: 100%;
            min-height: 28px;
            margin-left: 2.564102564%;
            *margin-left: 2.510911074638298%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box
        }

            .row-fluid [class*="span"]:first-child {
                margin-left: 0
            }

        .row-fluid .span12 {
            width: 100%;
            *width: 99.94680851063829%
        }

        .row-fluid .span11 {
            width: 91.45299145300001%;
            *width: 91.3997999636383%
        }

        .row-fluid .span10 {
            width: 82.905982906%;
            *width: 82.8527914166383%
        }

        .row-fluid .span9 {
            width: 74.358974359%;
            *width: 74.30578286963829%
        }

        .row-fluid .span8 {
            width: 65.81196581200001%;
            *width: 65.7587743226383%
        }

        .row-fluid .span7 {
            width: 57.264957265%;
            *width: 57.2117657756383%
        }

        .row-fluid .span6 {
            width: 48.717948718%;
            *width: 48.6647572286383%
        }

        .row-fluid .span5 {
            width: 40.170940171000005%;
            *width: 40.117748681638304%
        }

        .row-fluid .span4 {
            width: 31.623931624%;
            *width: 31.5707401346383%
        }

        .row-fluid .span3 {
            width: 23.076923077%;
            *width: 23.0237315876383%
        }

        .row-fluid .span2 {
            width: 14.529914530000001%;
            *width: 14.4767230406383%
        }

        .row-fluid .span1 {
            width: 5.982905983%;
            *width: 5.929714493638298%
        }
}

.clearfix {
    *zoom: 1
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: ""
    }

    .clearfix:after {
        clear: both
    }

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone {
    display: none !important
}

.visible-tablet {
    display: none !important
}

.hidden-desktop {
    display: none !important
}

@media(max-width:767px) {
    .visible-phone {
        display: inherit !important
    }

    .hidden-phone {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:1139px) {
    .visible-tablet {
        display: inherit !important
    }

    .hidden-tablet {
        display: none !important
    }

    .hidden-desktop {
        display: inherit !important
    }

    .visible-desktop {
        display: none !important
    }
}


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.calendar table td {
    height: 6vh !important;
}

.day-slot .slot-week {
    display: none;
}

.day-slot ul {
    -ms-grid-columns: 1fr (1fr)[7] 1fr;
    grid-template-columns: 1fr repeat(7, 1fr) 1fr;
}
/* Max width 414px (landscape iphone 6/7/8 plus, 576px and smaller)*/
@media (max-width: 414px) {
    .showhide .collapse_module.collapse:not(.show) {
        min-height: 50px;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .calendar table td {
        height: 8vh !important;
    }

    .day-slot .slot-week {
        display: block;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    .calendar table td {
        height: 6vh !important;
    }
    /*.showhide .collapse_module.collapse:not(.show) {height: 249px;}*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/*
####################################################
OTnP Submenu
####################################################
*/
#sub-header {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #sub-header li {
        text-align: center;
    }

        #sub-header li:nth-child(1) {
            background-color: #004860;
        }

        #sub-header li:nth-child(2) {
            background-color: #378ca8;
        }

        #sub-header li:nth-child(3) {
            background-color: #61b6ca;
        }

        #sub-header li:nth-child(4) {
            background-color: #77c5d8;
        }

        #sub-header li a {
            color: white;
            display: block;
            padding: 10px 0;
            text-decoration: none;
        }


@media screen and (min-width : 990px) {
    .container_breadcrumb {
        margin-top: 50px;
    }

    #lower-menu {
        position: fixed;
        top: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        width: 100%;
        z-index: 9999;
    }

    #sub-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        #sub-header li {
            display: inline-block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            float: left;
            text-align: center;
        }

            #sub-header li a {
                color: white;
                display: block;
                padding: 0.5625rem 0;
            }
}

@media screen and (max-width : 990px) {
    .header-right {
        width: calc(100% - 20px) !important;
        background-color: #f5f5f5;
        margin: 0 !important;
    }

    #lower-menu {
        position: relative;
    }

    #sub-header li:nth-child(1) {
        position: fixed;
        top: 0px;
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 1021;
    }

    .sticky #sub-header li:nth-child(1) {
        top: 110px;
    }

    #sub-header li:nth-child(2) {
        margin-top: 45px;
    }

    #language-switcher.open #language-menu {
        display: block;
        top: 30px;
    }
}

/* Revise Boostrap Pagination */

.page-link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem !important;
    margin: 10px 10px 0 0;
    /*position: relative;
    display: block;*/
    padding: 0.3125rem 0.5625rem;
    /*margin-left: -1px;
    line-height: 1.25;*/
    color: #0381bb;
    background: none !important;
    border: none !important;
    border-radius: 3px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #006485 !important;
    border-color: #007bff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #006485 !important;
    color: white !important;
    border-color: #ddd;
}

.pagination > .active > a {
    background-color: #006485;
    color: white;
    border: solid 1px #006485 !Important;
}

    .pagination > .active > a:hover {
        background-color: #006485 !Important;
        border: solid 1px #006485 !important;
    }

.page-item {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

a span[aria-hidden="true"] {
    font-size: 1.25rem !important;
}

.docotorred {
    color: #A14C4E;
}

.btn-doctorquestionnaire {
    /*background-color: #378ca8;
            color: white;
            display: inline-block;*/
}

.btn-doctorquestionnaire {
    color: #606060;
    background-color: white;
    border-color: #dbdbdb;
    padding: 12px 20px;
}

    .btn-doctorquestionnaire:hover {
        color: #fff;
        background-color: #378ca8;
        border-color: #545b62;
    }

    .btn-doctorquestionnaire:focus, .btn-doctorquestionnaire.focus {
        /*box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);*/
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .btn-doctorquestionnaire.disabled, .btn-doctorquestionnaire:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #dbdbdb;
    }

    .btn-doctorquestionnaire:not(:disabled):not(.disabled):active, .btn-doctorquestionnaire:not(:disabled):not(.disabled).active,
    .show > .btn-doctorquestionnaire.dropdown-toggle {
        color: #fff;
        background-color: #378ca8;
        border-color: #dbdbdb;
    }

        .btn-doctorquestionnaire:not(:disabled):not(.disabled):active:focus, .btn-doctorquestionnaire:not(:disabled):not(.disabled).active:focus,
        .show > .btn-doctorquestionnaire.dropdown-toggle:focus {
            /*box-shadow: 0 0 0 0.2rem #378ca8;*/
        }
/*--SVG circle countdown timer--Start*/
#pin-countdown {
    position: relative;
    margin: auto;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#pin-countdown-number {
    color: #17a2b8 !important;
    display: inline-block;
    line-height: 40px;
}

#pin-countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
    transform: rotateY(-180deg) rotateZ(-90deg);
}

    #pin-countdown svg circle {
        stroke-dasharray: 113px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke: #17a2b8 !important;
        fill: none;
        /*animation: countdown 60s linear infinite forwards;*/
    }

#email-countdown {
    position: relative;
    margin: auto;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
}

#email-countdown-number {
    color: #17a2b8 !important;
    display: inline-block;
    line-height: 40px;
}

#email-countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
    transform: rotateY(-180deg) rotateZ(-90deg);
}

    #email-countdown svg circle {
        stroke-dasharray: 113px;
        stroke-dashoffset: 0px;
        stroke-linecap: round;
        stroke-width: 2px;
        stroke: #17a2b8 !important;
        fill: none;
        /*animation: countdown 60s linear infinite forwards;*/
    }


/*#countdown circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #FFF !important;
    fill: none;
    animation: countdown 10s linear infinite forwards;
}*/

@-webkit-keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}
/*--SVG circle countdown timer --End */

.alert-message-tips {
    background-color: white;
    border-color: #3C763D;
}

.alert-message {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #61b6ca;
}


/*--typeahead.js CSS Style --Start */
.typeahead,
.tt-query,
.tt-hint {
    /*      width: 396px;
            height: 30px;
            padding: 8px 12px;
            font-size: 24px;
            line-height: 30px;
            border: 2px solid #ccc;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            outline: none;*/
}

.twitter-typeahead {
    width: 100%;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100% !important;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    color: #606060;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: inherit;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

.tt-highlight {
    color: #006485; /*doctorblue*/
}
/*--typeahead.js CSS Style --End */

.selectplan_icon {
    max-height: 100px;
}

.selectplan_content {
    line-height: 20px;
}

.list_image_doctor {
    width: 70px; /* Orignal 180px*/
    vertical-align: central;
    max-height: 90px;
    overflow: hidden;
    border-radius: 0.2rem;
}

#summary_chart {
    top: 3.5rem;
}


.leftdiv, .rightdiv {
    /*height:calc(55% - 10px);*/
    /*overflow: hidden;*/
    /*            height: auto;
            transition: all 400ms ease;*/
}

.leftdiv {
    background-color: none; /* max-height:calc(45% - 10px);*/
}

.rightdiv {
    background-color: none; /*max-height:calc(55% - 10px); */
}

.timecontainer .timeslot button {
    margin: .3rem .225rem;
}

.timecontainer .timeslot {
    /*max-height: calc(345px - 100px);*/
    /*max-height: 300px;
    height:auto;*/
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 26vh;
    /*overflow-x: scroll;*/
    /* overflow: hidden;*/
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(400px, 1fr));
    grid-template-rows: repeat(auto-fill,minmax(1fr, 1fr));
    /*height: 40vh;*/
}
/* Works on Firefox */
.timecontainer .timeslot {
    scrollbar-width: thin;
    scrollbar-color: grey white;
}
    /* Works on Chrome, Edge, and Safari */
    .timecontainer .timeslot::-webkit-scrollbar {
        width: 12px;
    }

    .timecontainer .timeslot::-webkit-scrollbar-track {
        background: transparent;
    }

    .timecontainer .timeslot::-webkit-scrollbar-thumb {
        background-color: #74BF55;
        border-radius: 20px;
        border: 1px solid grey;
    }


/*popup timeslot*/
.input-group.timecontainer {
    /*    height:30vh;
    overflow-y: scroll;*/
}
/* Works on Firefox */
.input-group.timecontainer {
    scrollbar-width: thin;
    scrollbar-color: grey white;
}
    /* Works on Chrome, Edge, and Safari */
    .input-group.timecontainer::-webkit-scrollbar {
        width: 12px;
    }

    .input-group.timecontainer::-webkit-scrollbar-track {
        background: transparent;
    }

    .input-group.timecontainer::-webkit-scrollbar-thumb {
        background-color: #74BF55;
        border-radius: 20px;
        border: 1px solid grey;
    }
