html {
    height: 100% !important
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1.6;
    padding: 0;
    font-family: Montserrat,sans-serif;
    font-size: 12px;
    background-color: #fff;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

a {
    text-decoration: none !important;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
    cursor: pointer
}

    a:active, a:hover {
        outline: 0;
        color: #f09000
    }

p, span {
    line-height: 1.6
}

label {
    line-height: 1.6;
    font-weight: 400;
    margin: 0
}

input, textarea {
    font-family: Montserrat,sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: 0
}

    input:focus, textarea:focus {
        border: 0;
        outline: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

textarea {
    resize: none
}

button {
    background-color: transparent;
    border: 0
}

    button:active {
        outline: 0
    }

select {
    border: none;
    outline: 0
}

    select:focus {
        border: none;
        outline: 0
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: normal
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

blockquote {
    font-family: Montserrat,sans-serif
}

    blockquote::after {
        display: none
    }

    blockquote::before {
        display: none
    }

.mdl-button, .mdl-textfield__input {
    font-family: Montserrat,sans-serif
}

.mdl-selectfield__label::after, .mdl-textfield__label::after {
    background-color: #f09000
}

.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label, .mdl-selectfield--floating-label.is-focused .mdl-selectfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #f09000
}

.mdl-card.mdl-shadow--2dp {
    width: 100%
}

.mdl-card__title {
    height: 300px
}

.img-thumbnail, .modal-content {
    border-radius: 2px
}

.fc th {
    background: #f09000
}

.fc-state-active, .fc-state-down {
    color: #fff;
    background: #f09000
}

.mdl-data-table {
    width: 100%
}

.alert {
    font-size: 13px;
    letter-spacing: .5px;
    text-align: left
}

.card-title {
    margin-top: 0
}

.modal-header h5 {
    font-size: 24px
}

.badge {
    padding: .4em .8em;
    font-size: 100%;
    letter-spacing: .5px;
    vertical-align: baseline;
    font-weight: 500
}

.badge-primary {
    background-color: #f09000
}

.badge-secondary {
    background-color: #eee
}

.badge-success {
    background-color: #0bc36e
}

.badge-warning {
    background-color: #fec107
}

.badge-danger {
    background-color: #fb9678
}

.badge-info {
    background-color: #03a9f3
}

.badge-light {
    background-color: #eee
}

.badge-dark {
    background-color: #555
}

.progress-sm {
    height: 5px;
    border-radius: 2px
}

.progress-md {
    height: 10px;
    border-radius: 4px
}

.progress-lg {
    height: 16px;
    border-radius: 4px
}

.progress-bar-primary {
    background-color: #f09000
}

.progress-bar-warning {
    background-color: #fec107
}

.progress-bar-success {
    background-color: #0bc36e
}

.progress-bar-danger {
    background-color: #fb9678
}

.progress-bar-info {
    background-color: #03a9f3
}

.bg-primary {
    background-color: #03a9f3 !important
}

.bg-success {
    background-color: #0bc36e !important
}

.bg-warning {
    background-color: #fec107 !important
}

.bg-danger {
    background-color: #fb9678 !important
}

.bg-info {
    background-color: #03a9f3 !important
}

.panel {
    border: 1px solid #ddd
}

    .panel.panel-default > .panel-heading {
        color: #333
    }

    .panel > .panel-heading {
        color: #fff;
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 16px;
        border-radius: 2px;
        background-color: #fafafa;
        border-color: #ddd
    }

    .panel .panel-body {
        padding: 16px;
        font-size: 14px;
        color: #333
    }

    .panel .panel-footer {
        font-size: 14px;
        color: #555;
        padding: 16px;
        background: #eee;
        border-top: 1px solid #eee;
        border-radius: 2px
    }

.panel-body {
    font-size: 12px
}

.panel-footer {
    font-size: 12px
}

.panel-priamry > .panel-heading {
    background-color: #f09000
}

.panel-success > .panel-heading {
    background-color: #0bc36e
}

.panel-warning > .panel-heading {
    background-color: #fec107
}

.panel-danger > .panel-heading {
    background-color: #fb9678
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    cursor: default;
    background-color: #f09000
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f09000
}

.alert-success {
    color: #0bc36e;
    background-color: rgba(11,195,110,.1);
    border-color: rgba(11,195,110,.1)
}

.alert-primary {
    color: #f09000;
    background-color: rgba(3,169,243,.1);
    border-color: rgba(3,169,243,.1)
}

.alert-warning {
    color: #fec107;
    background-color: rgba(254,193,7,.1);
    border-color: rgba(254,193,7,.1)
}

.alert-danger {
    color: #fb9678;
    background-color: rgba(251,150,120,.1);
    border-color: rgba(251,150,120,.1)
}

.blog-full-img img, .blog-list-picture img, .blog-picture, .button-icon .fa, .button-icon span, .contact-info-inner, .feature-icon, .feature-icon .fa, .hm-about-icon .fa, .hm-doctor, .hm-doctor h6, .hm-service-block .fa, .layer-wrapper, .slider-appointment a, .theme-block-hidden, .theme-block-hover, .theme-block-picture img, .theme-block-picture::before, .theme-dropdown li::after, .theme-img img, .theme-img::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-ttl::before, .parallax-background::before {
    background: rgba(0,0,0,.8);
    background: linear-gradient(-90deg,rgba(0,123,255,.9),rgba(37,84,158,.9))
}

.form-container, .hm-feature-block-1, .map-address, .theme-block, .theme-table-container {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1)
}

.tbl {
    display: table;
    width: 100%
}

.tbl-row {
    display: table-row
}

.tbl-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff !important
}

    .tbl-cell a {
        color: #f09000 !important
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.layer-stretch {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden
}

.layer-tablet {
    width: 992px;
    margin: 0 auto
}

.layer-mobile {
    width: 448px;
    margin: 0 auto
}

.layer-fixed {
    position: relative;
    max-width: 680px;
    width: 100%;
    margin: 0 auto
}

.layer-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0
}

.layer-bottom-0 {
    padding: 50px 0 0 0
}

.layer-bottom-10 {
    padding: 50px 0 20px 0
}

.colored-background {
    width: 100%;
    background: linear-gradient(-90deg,rgba(0,123,255,.9),rgba(37,84,158,.9))
}

.parallax-background {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .parallax-background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.parallax-background-1 {
    background-image: url(../uploads/background-1.jpg)
}

.parallax-background-2 {
    background-image: url(../uploads/background-2.jpg)
}

.parallax-background-3 {
    background-image: url(../uploads/background-3.jpg)
}

.layer-ttl {
    text-align: center;
    margin: 0 0 40px 0
}

    .layer-ttl h3 {
        position: relative;
        font-size: 32px;
        font-weight: 500;
        color: #022b89;
        line-height: 1;
        display: inline-block;
        margin: 0;
        padding: 12px 25px 15px 25px;
        background: #ebfcfd;
        border-bottom: 2px solid #022b89;
        border-radius: 4px
    }

.layer-ttl-white h3 {
    color: #ebfcfd;
    background: #015259;
    border-bottom: 2px solid #ebfcfd
}

.sub-ttl {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: Montserrat,sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #555;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0
}

    .sub-ttl::before {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        width: 30px;
        height: 2px;
        margin: 0 auto;
        background: #f09000
    }

    .sub-ttl::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 60px;
        height: 2px;
        margin: 0 auto;
        background: #f09000
    }

.sub-ttl-white {
    color: #fff
}

.layer-container {
    position: relative;
    width: 100%;
    margin: 0
}

.col-inset-0 {
    padding-left: 0;
    padding-right: 0
}

.sidebar {
    padding: 10px;
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc
}

.rounded {
    border-radius: 50% !important
}

.font-12 {
    font-size: 12px !important
}

.font-13 {
    font-size: 13px !important
}

.font-14 {
    font-size: 14px !important
}

.font-16 {
    font-size: 16px !important
}

.font-18 {
    font-size: 18px !important
}

.font-20 {
    font-size: 20px !important
}

.font-24 {
    font-size: 24px !important
}

.font-28 {
    font-size: 28px !important
}

.font-30 {
    font-size: 30px !important
}

.font-36 {
    font-size: 36px !important
}

.font-400 {
    font-weight: 400
}

.font-500 {
    font-weight: 500
}

.primary-color {
    color: #f09000 !important
}

.color-white {
    color: #fff !important
}

.color-blue {
    color: #f09000 !important
}

.color-green {
    color: #54c798 !important
}

.color-orange {
    color: #efa752 !important
}

.color-red {
    color: #fb9678
}

.color-purple {
    color: #a675d4 !important
}

.color-black {
    color: #333 !important
}

.color-dark-light {
    color: #555 !important
}

.color-light {
    color: #777 !important
}

.paragraph-medium {
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    margin: 0 0 10px 0
}

.paragraph-small {
    font-size: 12px;
    font-family: Montserrat,sans-serif;
    letter-spacing: .5px
}

.paragraph-black {
    color: #777
}

.paragraph-white {
    color: #fff
}

.button {
    height: auto;
    line-height: normal;
    padding: 12px 30px;
    font-weight: 400;
    color: #fff !important;
    font-family: Montserrat,sans-serif;
    border-radius: 2px
}

.button-default {
    color: #333 !important
}

.button-primary {
    background-color: #f09000 !important
}

.button-success {
    background-color: #0bc36e !important
}

.button-warning {
    background-color: #fec107 !important
}

.button-danger {
    background-color: #fb9678 !important
}

.button-info {
    background-color: #03a9f3 !important
}

.button-blue {
    color: #fff;
    background-color: #f09000;
    border: 2px solid #f09000
}

.button-orange {
    color: #fff;
    background: #efa752;
    border: 2px solid #efa752
}

.button-purple {
    color: #fff;
    background-color: #a675d4;
    border: 2px solid #a675d4
}

.button-red {
    color: #fff;
    background-color: #cc5151;
    border: 2px solid #cc5151
}

.button-transparent {
    color: #333 !important;
    background: 0 0 !important
}

.button-hover-transparent:hover {
    color: #333 !important;
    background: 0 0 !important
}

.button-hover-primary:hover {
    color: #fff !important;
    background: #f09000 !important
}

.button-hover-success:hover {
    color: #fff !important;
    background: #0bc36e !important
}

.button-hover-warning:hover {
    color: #fff !important;
    background: #fec107 !important
}

.button-hover-danger:hover {
    color: #fff !important;
    background: #fb9678 !important
}

.button-hover-info:hover {
    color: #fff !important;
    background: #03a9f3 !important
}

.button-bordered-primary {
    border: 2px solid #f09000
}

.button-bordered-success {
    border: 2px solid #0bc36e
}

.button-bordered-warning {
    border: 2px solid #fec107
}

.button-bordered-danger {
    border: 2px solid #fb9678
}

.button-bordered-info {
    border: 2px solid #03a9f3
}

.button-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 0;
    border: 1px solid #f09000;
    border-radius: 2px;
    cursor: pointer
}

    .button-icon:hover span {
        color: #f09000;
        background: #fff
    }

    .button-icon:hover .fa {
        color: #fff;
        background: #f09000
    }

    .button-icon span {
        display: inline-block;
        vertical-align: top;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 20px;
        color: #fff;
        letter-spacing: .5px;
        background: #f09000
    }

    .button-icon .fa {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
        color: #f09000
    }

.button-icon-info {
    border: 1px solid #f09000
}

    .button-icon-info:hover span {
        background: #fff
    }

    .button-icon-info:hover .fa {
        background: #f09000
    }

    .button-icon-info span {
        background: #f09000
    }

    .button-icon-info .fa {
        color: #f09000
    }

.button-icon-blue {
    border: 1px solid #f09000
}

    .button-icon-blue:hover span {
        background: #fff
    }

    .button-icon-blue:hover .fa {
        background: #f09000
    }

    .button-icon-blue span {
        background: #f09000
    }

    .button-icon-blue .fa {
        color: #f09000
    }

.button-icon-green {
    border: 1px solid #54c798
}

    .button-icon-green:hover span {
        color: #54c798
    }

    .button-icon-green:hover .fa {
        background: #54c798
    }

    .button-icon-green span {
        background: #54c798
    }

    .button-icon-green .fa {
        color: #54c798
    }

.button-icon-orange {
    border: 1px solid #efa752
}

    .button-icon-orange:hover span {
        color: #efa752
    }

    .button-icon-orange:hover .fa {
        background: #efa752
    }

    .button-icon-orange span {
        background: #efa752
    }

    .button-icon-orange .fa {
        color: #efa752
    }

.button-icon-purple {
    border: 1px solid #a675d4
}

    .button-icon-purple:hover span {
        color: #a675d4
    }

    .button-icon-purple:hover .fa {
        background: #a675d4
    }

    .button-icon-purple span {
        background: #a675d4
    }

    .button-icon-purple .fa {
        color: #a675d4
    }

.button-iconfill:hover span {
    color: #fff;
    background: #f09000
}

.button-iconfill:hover .fa {
    color: #f09000;
    background: #fff
}

.button-iconfill span {
    color: #f09000;
    background: #fff
}

.button-iconfill .fa {
    color: #fff;
    background: #f09000
}

.button-iconfill-blue, .button-iconfill-green, .button-iconfill-orange, .button-iconfill-purple {
    border: 1px solid #f09000
}

    .button-iconfill-blue:hover span, .button-iconfill-green:hover span, .button-iconfill-orange:hover span, .button-iconfill-purple:hover span {
        color: #fff
    }

    .button-iconfill-blue:hover .fa, .button-iconfill-green:hover .fa, .button-iconfill-orange:hover .fa, .button-iconfill-purple:hover .fa {
        background: #fff
    }

    .button-iconfill-blue span, .button-iconfill-green span, .button-iconfill-orange span, .button-iconfill-purple span {
        background: #fff
    }

    .button-iconfill-blue .fa, .button-iconfill-green .fa, .button-iconfill-orange .fa, .button-iconfill-purple .fa {
        color: #fff
    }

.button-iconfill-blue {
    border: 1px solid #f09000
}

    .button-iconfill-blue:hover span {
        background: #f09000
    }

    .button-iconfill-blue:hover .fa {
        color: #f09000
    }

    .button-iconfill-blue span {
        color: #f09000
    }

    .button-iconfill-blue .fa {
        background: #f09000
    }

.button-iconfill-green {
    border: 1px solid #54c798
}

    .button-iconfill-green:hover span {
        background: #54c798
    }

    .button-iconfill-green:hover .fa {
        color: #54c798
    }

    .button-iconfill-green span {
        color: #54c798
    }

    .button-iconfill-green .fa {
        background: #54c798
    }

.button-iconfill-orange {
    border: 1px solid #efa752
}

    .button-iconfill-orange:hover span {
        background: #efa752
    }

    .button-iconfill-orange:hover .fa {
        color: #efa752
    }

    .button-iconfill-orange span {
        color: #efa752
    }

    .button-iconfill-orange .fa {
        background: #efa752
    }

.button-iconfill-purple {
    border: 1px solid #a675d4
}

    .button-iconfill-purple:hover span {
        background: #a675d4
    }

    .button-iconfill-purple:hover .fa {
        color: #a675d4
    }

    .button-iconfill-purple span {
        color: #a675d4
    }

    .button-iconfill-purple .fa {
        background: #a675d4
    }

.button-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.button-lg {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 2px
}

.anchor-icon {
    font-size: 14px;
    color: #f09000
}

    .anchor-icon .fa {
        margin: 0 0 0 5px
    }

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: rgba(3,169,243,.6);
    background: rgba(3,169,243,.6)
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    border-color: rgba(11,195,110,.6);
    background: rgba(11,195,110,.6)
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    border-color: rgba(254,193,7,.6);
    background: rgba(254,193,7,.6)
}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    border-color: rgba(251,150,120,.6);
    background: rgba(251,150,120,.6)
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    border-color: rgba(3,169,243,.6);
    background: rgba(3,169,243,.6)
}

.btn-primary {
    background: #f09000;
    border-color: #f09000
}

    .btn-primary:hover {
        border-color: rgba(3,169,243,.6)
    }

.btn-success {
    background: #0bc36e;
    border-color: #0bc36e
}

    .btn-success:hover {
        border-color: rgba(11,195,110,.6)
    }

.btn-warning {
    background: #fec107;
    border-color: #fec107
}

    .btn-warning:hover {
        border-color: rgba(254,193,7,.6)
    }

.btn-danger {
    background: #fb9678;
    border-color: #fb9678
}

    .btn-danger:hover {
        border-color: rgba(251,150,120,.6)
    }

.btn-info {
    background: #03a9f3;
    border-color: #03a9f3
}

    .btn-info:hover {
        border-color: rgba(3,169,243,.6)
    }

.theme-block {
    position: relative;
    width: 100%;
    padding: 4px;
    margin: 0 0 30px 0;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    overflow: hidden
}

    .theme-block:hover .theme-block-hidden {
        opacity: 1;
        z-index: 2;
        bottom: 0
    }

    .theme-block:hover .service-block-data a {
        color: #f09000
    }

.theme-block-hover:hover .theme-block-picture img {
    opacity: .7;
    -webkit-transform: scale(1.2) rotate(6deg);
    -moz-transform: scale(1.2) rotate(6deg);
    -ms-transform: scale(1.2) rotate(6deg);
    -o-transform: scale(1.2) rotate(6deg);
    transform: scale(1.2) rotate(6deg)
}

.theme-block-hover:hover .theme-block-picture:before {
    background: linear-gradient(-90deg,rgba(2,167,182,.9),rgba(1,82,89,.9))
}

.theme-block-picture {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .theme-block-picture img {
        width: 100%;
        height: auto
    }

    .theme-block-picture::before, .theme-img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.theme-block-data {
    position: relative;
    padding: 15px
}

    .theme-block-data h4 {
        font-size: 20px;
        text-align: center;
        margin: 0;
        padding: 10px 0 5px 0
    }

        .theme-block-data h4 a {
            color: #555
        }

    .theme-block-data p {
        margin: 0
    }

        .theme-block-data p a {
            color: #015259
        }

.theme-block-hidden {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
    opacity: 0;
    z-index: -2
}

.theme-block-padding {
    padding: 10px
}

.theme-owl-dot .owl-dots .owl-dot {
    vertical-align: middle
}

    .theme-owl-dot .owl-dots .owl-dot span {
        margin-bottom: 0;
        background: 0 0;
        border: 2px solid #f09000
    }

        .theme-owl-dot .owl-dots .owl-dot span:hover {
            background: #f09000
        }

    .theme-owl-dot .owl-dots .owl-dot.active span {
        width: 15px;
        height: 15px;
        background: #f09000
    }

.theme-accordion-container {
    text-align: left
}

.theme-accordion {
    background: #fff;
    border-bottom: 1px solid #f4f4f4
}

    .theme-accordion:nth-last-child(1) {
        border: 0
    }

.theme-accordion-hdr {
    position: relative;
    padding: 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer
}

    .theme-accordion-hdr h4 {
        font-size: 16px;
        color: #015259;
        margin: 0
    }

        .theme-accordion-hdr h4 .fa {
            width: 24px;
            height: 24px;
            line-height: 24px;
            color: #fff;
            text-align: center;
            margin: 0 10px 0 0;
            background: #f09000;
            border-radius: 2px
        }

.theme-accordion-control {
    position: absolute;
    top: 15px;
    right: 15px
}

    .theme-accordion-control .fa {
        font-size: 24px;
        color: #02a7b6
    }

.theme-accordion-bdy {
    display: none;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #fafafa
}

.theme-accordian-img {
    padding: 0
}

    .theme-accordian-img img {
        width: 100%
    }

.theme-dropcap {
    font-size: 60px;
    float: left;
    color: #f09000;
    line-height: 60px;
    padding: 0 10px;
    margin-right: 10px
}

.category-list {
    padding: 0
}

    .category-list li {
        text-align: left;
        list-style: none;
        padding: 10px 0;
        border-bottom: 1px solid #eee
    }

        .category-list li a {
            color: #333;
            font-size: 14px
        }

            .category-list li a:hover {
                color: #f09000
            }

            .category-list li a .fa {
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                margin: 0 10px 0 0
            }

        .category-list li span {
            position: relative;
            top: 2px;
            float: right;
            font-size: 14px;
            color: #015259
        }

        .category-list li:nth-last-child(1) {
            border-bottom: 0;
            margin: 0;
            padding: 10px 0 0 0
        }

.list-primary .active {
    background-color: #f09000;
    border-color: #f09000
}

.list-warning .active {
    background-color: #fec107;
    border-color: #fec107
}

.list-danger .active {
    background-color: #fb9678;
    border-color: #fb9678
}

.list-success .active {
    background-color: #0bc36e;
    border-color: #0bc36e
}

.list-info .active {
    background-color: #03a9f3;
    border-color: #03a9f3
}

.list-light .active {
    background-color: #eee;
    border-color: #eee
}

.theme-material-card {
    margin: 0 0 30px 0;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #f09000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

.theme-tag {
    display: inline-block;
    margin: 5px;
    position: relative;
    color: #333;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: capitalize;
    padding: 8px 15px 8px 25px;
    background: #ddd;
    border-radius: 2px
}

    .theme-tag::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        z-index: 1
    }

    .theme-tag:hover {
        color: #fff;
        background: #f09000
    }

.theme-tag-1 {
    padding-right: 30px;
    padding-left: 25px
}

    .theme-tag-1:hover::after {
        border-left: 20px solid #f09000
    }

    .theme-tag-1::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border-bottom: 18px solid transparent;
        border-left: 20px solid #ddd;
        border-top: 18px solid transparent
    }

.theme-tag-2 {
    padding-right: 40px;
    padding-left: 16px
}

    .theme-tag-2:hover::after {
        border-left: 20px solid #f09000
    }

    .theme-tag-2::before {
        left: inherit;
        right: 15px
    }

    .theme-tag-2::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        border-bottom: 18px solid transparent;
        border-left: 20px solid #ddd;
        border-top: 18px solid transparent
    }

.theme-tag-colored {
    color: #fff;
    background: #f09000
}

    .theme-tag-colored:hover {
        background: #015259
    }

        .theme-tag-colored:hover::after {
            border-left: 20px solid #015259
        }

    .theme-tag-colored::after {
        border-left: 20px solid #f09000
    }

.theme-pagination {
    padding: 0;
    margin: 0
}

    .theme-pagination li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px
    }

        .theme-pagination li a {
            display: block;
            padding: 10px 15px;
            font-size: 14px;
            background: #fff;
            border-radius: 2px;
            border: 1px solid #02a7b6
        }

            .theme-pagination li a:hover {
                color: #fff;
                background: #02a7b6
            }

            .theme-pagination li a.active {
                color: #fff;
                background: #02a7b6
            }

.theme-pagination-default li a {
    border: 1px solid #ddd
}

    .theme-pagination-default li a:hover {
        color: #02a7b6;
        background: 0 0
    }

    .theme-pagination-default li a.active {
        color: #02a7b6;
        background: 0 0
    }

.theme-pagination-1 li a {
    color: #fff;
    background: #02a7b6
}

    .theme-pagination-1 li a:hover {
        color: #f09000;
        background: #fff
    }

    .theme-pagination-1 li a.active {
        color: #f09000;
        background: #fff
    }

.theme-flexslider {
    margin: 0 0 40px 0
}

    .theme-flexslider .flex-control-paging li {
        vertical-align: middle
    }

        .theme-flexslider .flex-control-paging li a {
            background: #fff;
            border: 2px solid #f09000;
            box-shadow: none
        }

            .theme-flexslider .flex-control-paging li a:hover {
                background: #f09000
            }

            .theme-flexslider .flex-control-paging li a.flex-active {
                width: 15px;
                height: 15px;
                background: #f09000
            }

.theme-flexslider-container {
    width: 100%;
    position: relative;
    padding: 0 0 10px 0
}

    .theme-flexslider-container h4 {
        color: #333;
        margin: 10px 0 10px 0;
        letter-spacing: .5px;
        font-size: 20px;
        font-weight: 400
    }

    .theme-flexslider-container p {
        font-size: 14px;
        color: #999;
        letter-spacing: .5px;
        margin: 0
    }

    .theme-flexslider-container img {
        width: 100%
    }

.social-list {
    margin: 0;
    padding: 0
}

    .social-list li {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
        margin: 5px 0
    }

        .social-list li a {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            margin: 0 5px;
            font-size: 20px;
            color: #fff
        }

.social-list-sm li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 2px;
    font-size: 14px
}

.social-list-lg li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px
}

.social-list-colored li a {
    color: #fff !important
}

    .social-list-colored li a.fa-facebook {
        background: #3b5999
    }

    .social-list-colored li a.fa-twitter {
        background: #55acee
    }

    .social-list-colored li a.fa-google {
        background: #dc4a38
    }

    .social-list-colored li a.fa-instagram {
        background: #ae8268
    }

    .social-list-colored li a.fa-youtube {
        background: #e42b26
    }

    .social-list-colored li a.fa-linkedin {
        background: #0274b3
    }

    .social-list-colored li a.fa-flickr {
        background: #ff0175
    }

    .social-list-colored li a.fa-rss {
        background: #f8991d
    }

.social-list-black li a {
    color: #fff;
    background: #555
}

    .social-list-black li a:hover {
        background: #f09000
    }

.social-list-white li a {
    color: #eee;
    background: 0 0;
    border: 1px solid #eee
}

    .social-list-white li a:hover {
        border: 1px solid #f09000;
        background: #f09000
    }

.social-list-bordered a {
    border: 2px solid #777
}

    .social-list-bordered a:hover {
        color: #fff;
        border: 2px solid #f09000;
        background: #f09000
    }

.social-list-rounded a {
    border-radius: 50%
}

.timetable {
    padding: 0;
    margin: 0;
    overflow: hidden
}

    .timetable li {
        position: relative;
        display: block;
        clear: both;
        list-style: none;
        margin: 10px 0;
        overflow: hidden
    }

        .timetable li:hover::before {
            background: #f09000
        }

        .timetable li:hover a {
            color: #f09000
        }

        .timetable li::before {
            content: '';
            position: absolute;
            top: 21px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #eee
        }

        .timetable li a {
            position: relative;
            font-size: 14px;
            color: #555;
            padding: 5px;
            background: #fff
        }

            .timetable li a .fa {
                color: #f09000;
                margin: 0 5px 0 0
            }

.width-auto {
    width: auto !important
}

.theme-dropdown {
    position: relative;
    display: inline-block
}

    .theme-dropdown > a {
        font-size: 14px;
        color: #fff;
        text-transform: none
    }

        .theme-dropdown > a .fa {
            color: #fff !important
        }

    .theme-dropdown ul li {
        font-size: 13px;
        color: #333;
        padding: 10px
    }

        .theme-dropdown ul li a {
            display: block
        }

        .theme-dropdown ul li::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #f09000
        }

        .theme-dropdown ul li:hover::after {
            width: 100%
        }

        .theme-dropdown ul li .fa {
            width: 28px;
            height: 24px;
            line-height: 24px;
            text-align: center
        }

.table-container {
    margin: 0 10px 30px 10px;
    padding: 0;
    background: #fff;
    border-top: 1px solid #f09000
}

.table {
    width: 100%
}

    .table th {
        color: #777;
        padding: 12px 5px;
        font-weight: 500;
        font-size: 14px;
        border-bottom: 2px solid #ddd
    }

    .table td {
        padding: 12px 5px;
        color: #777;
        vertical-align: middle;
        font-size: 14px;
        border-bottom: 1px solid #eee
    }

.table-hover tbody > tr:hover {
    background-color: #ebfcfd
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ebfcfd
}

.table-bordered th {
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd
}

.table-bordered td {
    border: 1px solid #ddd
}

.table-danger-head > th, .table-primary-head > th, .table-success-head > th, .table-warning-head > th {
    color: #fff
}

.table-primary-head > th {
    background-color: #f09000
}

.table-warning-head > th {
    background-color: #fec107
}

.table-success-head > th {
    background-color: #0bc36e
}

.table-danger-head > th {
    background-color: #fb9678
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: rgba(3,169,243,.1)
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: rgba(254,193,7,.1)
}

.table-success, .table-success > td, .table-success > th {
    background-color: rgba(11,195,110,.1)
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: rgba(251,150,120,.1)
}

.theme-list-basic {
    padding: 0 0 0 30px;
    margin: 0 0 10px 0
}

    .theme-list-basic li {
        font-size: 14px;
        color: #555;
        padding: 3px 0
    }

        .theme-list-basic li li {
            list-style: circle
        }

        .theme-list-basic li .fa {
            margin: 0 5px 0 0
        }

.theme-list {
    padding: 0;
    margin: 0 0 10px 0
}

    .theme-list li {
        list-style: none;
        font-size: 14px;
        line-height: 1.6;
        color: #555;
        padding: 5px 0;
        letter-spacing: .5px
    }

        .theme-list li .fa {
            margin: 0 5px 0 0
        }

.theme-img {
    position: relative;
    display: inline-block;
    padding: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden
}

    .theme-img::before {
        opacity: .4
    }

    .theme-img:hover::before {
        background: linear-gradient(-90deg,rgba(2,167,182,.9),rgba(1,82,89,.9));
        z-index: 1
    }

    .theme-img img {
        width: 100%
    }

.theme-img-scale:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.theme-img-scalerotate:hover img {
    -webkit-transform: scale(1.3) rotate(6deg);
    -moz-transform: scale(1.3) rotate(6deg);
    -ms-transform: scale(1.3) rotate(6deg);
    -o-transform: scale(1.3) rotate(6deg);
    transform: scale(1.3) rotate(6deg)
}

.theme-quote {
    font-size: 15px;
    color: #555;
    padding: 20px;
    letter-spacing: .5px;
    margin: 0 0 10px 0;
    text-align: left;
    font-style: italic;
    background: #f4f4f4;
    border-left: 4px solid #aaa;
    border-radius: 2px
}

    .theme-quote .fa {
        color: #f09000
    }

.theme-quote-colored {
    color: #fff;
    background: #f09000;
    border-color: #333
}

    .theme-quote-colored .fa {
        color: #fff
    }

.theme-quote-primary {
    background: #f09000
}

.theme-quote-success {
    background: #0bc36e
}

.theme-quote-warning {
    color: #333;
    background: #fec107
}

.theme-quote-danger {
    background: #fb9678
}

.theme-quote-info {
    background: #03a9f3
}

.page-ttl {
    position: relative;
    width: 100%;
    padding: 40px 0 40px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../uploads/background-1.jpg)
}

    .page-ttl::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.page-ttl-container {
    text-align: center
}

    .page-ttl-container h1 {
        font-size: 42px;
        font-weight: 500;
        color: #fff;
        margin: 0
    }

    .page-ttl-container p {
        font-size: 14px;
        color: #ccc;
        padding: 10px 0 0 0
    }

        .page-ttl-container p a {
            display: inline-block;
            color: #eee;
            margin: 0 5px 0 0
        }

            .page-ttl-container p a:hover {
                text-decoration: underline !important
            }

        .page-ttl-container p span {
            display: inline-block;
            margin: 0 0 0 5px
        }

.page-ttl-icon {
    display: inline-block;
    vertical-align: middle;
    display: none
}

.notfound-wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px 0 0 0
}

.notfound-ttl {
    font-size: 150px;
    text-transform: uppercase;
    color: #f09e71;
    letter-spacing: 2px;
    font-weight: 700;
    display: block;
    margin: 10px 0
}

.notfound-tag-1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #333;
    margin: 10px 0;
    font-weight: 600
}

.notfound-tag-2 {
    display: block;
    font-size: 28px;
    color: #555;
    margin: 10px 0
}

.notfound-link {
    margin: 30px 0
}

    .notfound-link a {
        margin: 30px
    }

.notfound-social li {
    margin: 10px
}

    .notfound-social li a {
        font-size: 24px
    }

#header {
    position: relative;
    background-color: #fff;
    z-index: 11
}

#hdr-top-wrapper {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    background-color: #022b89
}

.hdr-top {
    text-align: right;
    overflow: visible
}

.hdr-top-block {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    color: #fff
}

.hdr-number .fa {
    font-size: 20px;
    padding: 0 5px 0 0;
    color: #fff
}

#profile-menu {
    font-weight: 400;
    padding: 0 5px
}

.hdr-top-line {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    margin: 0 5px;
    background-color: #ddd
}

#hdr-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 5px -1px rgba(0,0,0,.15);
    box-shadow: 0 2px 5px -1px rgba(0,0,0,.15)
}

.hdr {
    overflow: visible
}

.hdr-logo a {
    display: inline-block
}

    .hdr-logo a img {
        max-width: 254px;
        height: 70px
    }

.menu {
    position: relative;
    text-align: right;
    margin: 0
}

    .menu ul {
        margin: 0;
        padding: 0
    }

    .menu li li {
        position: relative;
        margin: 0;
        display: block;
        width: auto
    }

        .menu li li a {
            position: relative;
            font-size: 13px;
            color: #333 !important;
            padding: 10px 5px;
            transition: all .4s ease-in-out
        }

            .menu li li a::before {
                content: '';
                position: absolute;
                top: 20%;
                left: 0;
                width: 0;
                height: 60%;
                background: #f09000;
                transition: all .4s ease-in-out
            }

            .menu li li a:hover {
                color: #f09000 !important;
                padding-left: 10px
            }

                .menu li li a:hover::before {
                    width: 5px
                }

        .menu li li:nth-last-child(1) a {
            border-bottom: 0
        }

    .menu li:hover > .menu-dropdown, .menu li:hover > .menu-megamenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .menu a {
        display: block;
        height: auto;
        font-weight: 400;
        font-family: Montserrat,sans-serif;
        text-transform: none
    }

    .menu > li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 10px 5px
    }

        .menu > li > a {
            position: relative;
            line-height: 36px;
            color: #555;
            font-size: 14px;
            padding: 10px
        }

            .menu > li > a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 3px;
                background: #f09000;
                transition: all .3s ease-in-out
            }

            .menu > li > a .fa {
                font-size: 12px;
                color: #aaa
            }

            .menu > li > a.active {
                background: rgba(158,158,158,.1)
            }

                .menu > li > a.active::after {
                    width: 100%
                }

            .menu > li > a:hover::after {
                width: 100%
            }

    .menu .mobile-menu-close {
        display: none;
        position: absolute !important;
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
        line-height: 15px;
        text-align: center;
        padding: 8px;
        background-color: #000;
        border-radius: 50%
    }

        .menu .mobile-menu-close .fa {
            width: 16px;
            height: 16px;
            line-height: 16px;
            font-size: 18px;
            color: #eee
        }

.menu-dropdown, .menu-megamenu {
    position: absolute;
    left: 0;
    top: 90%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left !important;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .6s cubic-bezier(.18,.89,.32,1.28);
    -moz-transition: all .6s cubic-bezier(.18,.89,.32,1.28);
    -ms-transition: all .6s cubic-bezier(.18,.89,.32,1.28);
    -o-transition: all .6s cubic-bezier(.18,.89,.32,1.28);
    transition: all .6s cubic-bezier(.18,.89,.32,1.28);
    box-shadow: 2px 0 10px 0 rgba(2,0,0,.1)
}

    .menu-dropdown .row, .menu-megamenu .row {
        display: flex !important;
        display: -ms-flexbox !important;
        -ms-flex-wrap: wrap !important
    }

    .menu-dropdown li, .menu-megamenu li {
        padding: 0;
        border-bottom: 1px solid #eee
    }

        .menu-dropdown li:nth-last-child(1), .menu-megamenu li:nth-last-child(1) {
            border-bottom: 0
        }

.menu-megamenu {
    width: 100%;
    padding: 10px
}

    .menu-megamenu > li {
        padding: 15px 10px
    }

.menu-dropdown {
    width: 160px
}

    .menu-dropdown li {
        padding: 5px 5px 5px 10px
    }

    .menu-dropdown .menu-dropdown {
        top: 0;
        left: 100%;
        margin-left: 3px
    }

.menu-megamenu-li {
    position: static !important
}

.megamenu-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 5px;
    text-transform: uppercase
}

#menu-bar {
    display: none;
    text-align: right
}

    #menu-bar a {
        display: inline-block
    }

    #menu-bar .fa {
        font-size: 28px;
        color: #777;
        height: 60px;
        line-height: 60px;
        padding: 0 5px
    }

#appointment-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    animation-delay: 2s
}

    #appointment-button .fa {
        font-size: 20px;
        color: #ebfcfd
    }

    #appointment-button .mdl-tooltip {
        font-size: 12px
    }

    #appointment-button .mdl-button--fab.mdl-button--colored {
        background: #015259
    }

.filter-menu {
    display: inline-block;
    margin: 20px 0 10px 0;
    background-color: #f4f4f4
}

    .filter-menu button {
        font-size: 20px;
        line-height: 20px;
        color: #555;
        text-transform: uppercase;
        padding: 20px 30px;
        border: none;
        outline: 0;
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 1rem 1rem
    }

        .filter-menu button.active {
            color: #fff;
            background-color: #f09000
        }

#header-1 {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 99
}

    #header-1 .menu a {
        color: #fff
    }

    #header-1 .menu ul li a {
        color: #333
    }

    #header-1 #menu-bar .fa {
        color: #eee
    }

#header-3 {
    position: relative
}

.hdr-center {
    padding: 20px 15px
}

.hdr-center-logo img {
    height: 40px
}

.hdr-center-submenu .tbl-cell {
    padding: 5px
}

.hdr-center-submenu .fa {
    width: 42px;
    height: 42px;
    line-height: 36px;
    font-size: 20px;
    margin: 0 10px 0 0;
    text-align: center;
    color: #75dbe4;
    border-radius: 50%;
    border: 2px dotted #f09000
}

.hdr-center-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(51,51,51,.3);
    border-top: 1px solid #eee;
    z-index: 11
}

    .hdr-center-menu .menu li a {
        color: #fff
    }

.hdr-center-account a:hover .fa {
    color: #fff;
    background-color: #f09000;
    border: 1px solid #f09000
}

.hdr-center-account .fa {
    font-size: 16px;
    color: #777;
    width: 32px;
    height: 32px;
    line-height: 28px;
    margin: 0 10px 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #777;
    border-radius: 50%
}

.hdr-apointment {
    color: #fff;
    height: 48px;
    padding: 0 24px;
    background-color: #f09000 !important;
    border-radius: 30px
}

    .hdr-apointment .fa {
        width: auto;
        height: auto;
        line-height: normal
    }

    .hdr-apointment:hover {
        background-color: #f09000
    }

.search-banner {
    display: none;
    width: 100%;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    padding: 10px;
    background: #ebfcfd;
    border-radius: 60px;
    z-index: 11
}

    .search-banner input {
        width: 100%;
        font-size: 24px;
        padding: 10px 30px;
        color: #015259
    }

#header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51,51,51,.3);
    z-index: 11
}

    #header-transparent .menu li a {
        color: #fff
    }

    #header-transparent .hdr-center-account a {
        color: #eee
    }

    #header-transparent .hdr-center-account .fa {
        color: #eee;
        border: 1px solid #eee
    }

.header-transparent-menu {
    width: 100%;
    padding: 10px 0;
    background: rgba(51,51,51,.3);
    border-top: 1px solid #ebfcfd
}

.hdr-search {
    line-height: 56px;
    background: 0 0;
    box-shadow: none
}

    .hdr-search .fa {
        font-size: 24px
    }

.hdr-fixed {
    background-color: rgba(1,82,89,.8)
}

.slider-wrapper .slides li {
    position: relative
}

    .slider-wrapper .slides li::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 528px
    }

    .slider-wrapper .slides li img {
        width: 100%
    }

.slider-1 {
    height: 528px
}

    .slider-1 .slider-wrapper {
        height: 528px
    }

    .slider-1 .slides {
        height: 528px
    }

        .slider-1 .slides li {
            height: 528px
        }

    .slider-1 .slider-info {
        padding: 2% 10%
    }

.slider-height {
    height: 528px
}

    .slider-height .slider-wrapper {
        height: 528px
    }

    .slider-height .slides {
        height: 528px
    }

        .slider-height .slides li {
            height: 528px
        }

.slider-wrapper {
    height: 628px;
    border: 0;
    margin: 0;
    /*overflow: hidden*/
}

.flex-direction-nav a {
    line-height: 40px
}

.slider-info {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    padding: 0 10%;
    text-align: center;
    z-index: 9999
}

    .slider-info h1, .slider-info h2 {
        display: inline-block;
        font-size: 54px;
        color: #fff;
        font-weight: 500;
        margin: 0 0 15px 0;
        animation-delay: .4s
    }

    .slider-info p {
        font-size: 16px;
        color: #fff;
        animation-delay: .6s
    }

.slider-button {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10
}

    .slider-button a {
        display: inline-block;
        font-size: 18px;
        color: #333;
        padding: 20px 30px;
        height: auto;
        letter-spacing: .5px;
        text-transform: none;
        line-height: normal;
        font-family: Montserrat,sans-serif;
        font-weight: 400;
        background: #ebfcfd;
        border-radius: 30px;
        animation-delay: 1.4s
    }

        .slider-button a .fa {
            margin: 0 0 0 10px
        }

        .slider-button a:hover {
            color: #fff;
            background: #f09000
        }

.slider-backgroung-image {
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider-2 .slider-info {
    top: 35%
}

.hm-service-left {
    position: relative
}

    .hm-service-left img {
        position: relative;
        width: 100%;
        border-radius: 2px;
        z-index: 1
    }

.hm-service-right .paragraph-medium {
    color: #015259
}

.hm-service {
    text-align: center
}

.hm-service-block {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    padding: 10px 0;
    margin: 20px 0
}

    .hm-service-block .fa {
        position: relative;
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 36px;
        text-align: center;
        color: #fff;
        background: #f09000;
        border: 2px solid #f09000;
        border-radius: 2px
    }

        .hm-service-block .fa:hover {
            color: #fff
        }

            .hm-service-block .fa:hover::after {
                border: 14px solid #f09000
            }

        .hm-service-block .fa::after {
            content: '';
            position: absolute;
            top: -15%;
            left: -15%;
            width: 130%;
            height: 130%;
            border: 2px solid #f09000;
            border-radius: 2px;
            z-index: 1;
            -webkit-transition: all .2s;
            transition: all .2s
        }

    .hm-service-block span {
        display: block;
        font-size: 14px;
        color: #555;
        padding: 20px 0 0 0;
        letter-spacing: .5px
    }

.service-card {
    padding: 60px 20px 20px;
    margin: 40px 0 30px 0;
    text-align: center;
    background: #fafafa
}

    .service-card:hover .fa {
        box-shadow: 0 10px 15px 0 rgba(0,0,0,.3)
    }

    .service-card .fa {
        position: absolute;
        left: 50%;
        top: 0;
        font-size: 48px;
        width: 80px;
        color: #ebfcfd;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background: #f09000;
        margin-left: -40px;
        border-radius: 2px;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
        transition: all .4s ease-in-out
    }

    .service-card h5 {
        font-size: 16px;
        color: #015259;
        text-transform: uppercase
    }

        .service-card h5 a {
            font-weight: 500;
            color: #015259
        }

.hm-about-block {
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 0 30px 0
}

    .hm-about-block:hover .fa {
        color: #f09000;
        -webkit-box-shadow: inset 0 0 0 70px #fff;
        -moz-box-shadow: inset 0 0 0 70px #fff;
        box-shadow: inset 0 0 0 70px #fff
    }

        .hm-about-block:hover .fa::after {
            border: 10px solid #fff
        }

.hm-about-icon .fa {
    position: relative;
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 2px
}

    .hm-about-icon .fa::after {
        content: '';
        position: absolute;
        top: -15%;
        left: -15%;
        width: 130%;
        height: 130%;
        border: 2px solid #fff;
        border-radius: 2px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        z-index: 1
    }

.hm-about-number {
    padding: 0 0 0 20px;
    text-align: left
}

    .hm-about-number span {
        display: block;
        font-size: 42px;
        color: #fff;
        font-weight: 500
    }

    .hm-about-number p {
        font-size: 14px;
        color: #eee
    }

#hm-doctor-slider {
    text-align: center
}

    #hm-doctor-slider.owl-theme .owl-controls .owl-page span {
        background: 0 0;
        border: 2px solid #f09000;
        border-radius: 4px
    }

    #hm-doctor-slider.owl-theme .owl-controls .owl-page.active span {
        background: #f09000
    }

    #hm-doctor-slider .owl-stage-outer {
        padding: 40px 0
    }

    #hm-doctor-slider .center .hm-doctor {
        opacity: 1;
        transform: scale(1.2)
    }

        #hm-doctor-slider .center .hm-doctor h6 {
            color: #015259
        }

        #hm-doctor-slider .center .hm-doctor p {
            color: #75dbe4
        }

.hm-doctor {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 4px 4px 20px 4px;
    background: #ebfcfd;
    border-radius: 2px;
    opacity: .6
}

    .hm-doctor img {
        width: 260px !important;
        margin: 0 auto
    }

    .hm-doctor h6 {
        color: #555;
        margin: 15px 0 5px 0;
        letter-spacing: .5px;
        font-size: 20px;
        font-weight: 400
    }

    .hm-doctor p {
        font-size: 14px;
        color: #999;
        letter-spacing: .5px;
        margin: 0
    }

#hm-feature {
    text-align: center
}

.hm-feature-block {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 40px;
    margin: 10px 0 30px 0
}

    .hm-feature-block:hover .fa {
        color: #fff;
        background: #f09000;
        -webkit-box-shadow: inset 0 0 0 70px #f09000;
        -moz-box-shadow: inset 0 0 0 70px #f09000;
        box-shadow: inset 0 0 0 70px #f09000
    }

    .hm-feature-block .fa {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 42px;
        color: #f09000;
        background: #fafafa;
        -webkit-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        border-radius: 50%
    }

    .hm-feature-block span {
        display: block;
        font-size: 18px;
        font-family: Montserrat,sans-serif;
        color: #015259;
        padding: 20px 5px 10px 5px
    }

    .hm-feature-block p {
        text-align: center;
        color: #777;
        margin: 0
    }

.hm-feature-icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 122px;
    margin: 0 auto;
    background: #f09000;
    border-radius: 2px
}

.hm-feature-block-1 {
    padding: 4px 4px 0 4px;
    margin: 0 0 30px 0;
    background: #fff;
    border-radius: 2px
}

    .hm-feature-block-1 .theme-img {
        padding: 0;
        max-height: 100px;
        border: none
    }

    .hm-feature-block-1 span {
        display: block;
        font-size: 18px;
        color: #f09000;
        padding: 15px 5px 10px 5px
    }

    .hm-feature-block-1 p {
        text-align: center;
        color: #777;
        padding: 0 10px
    }

.testimonial-block {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

    .testimonial-block img {
        width: 150px !important;
        height: 150px;
        margin: 0 auto;
        border: 3px solid #fff;
        border-radius: 2px
    }

    .testimonial-block a {
        display: inline-block;
        font-size: 24px;
        color: #ddd !important;
        text-transform: capitalize
    }

    .testimonial-block .paragraph-medium {
        margin: 15px 0
    }

        .testimonial-block .paragraph-medium .fa {
            color: #ebfcfd;
            font-size: 32px
        }

.service-block-data h4 {
    padding: 40px 0 10px 0
}

.service-icon {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center
}

    .service-icon .fa {
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 80px;
        text-align: center;
        font-size: 36px;
        color: #fff;
        background: #f09000;
        border: 5px solid #fff;
        border-radius: 50%;
        z-index: 1
    }

.service-hidden-block {
    padding: 15px
}

    .service-hidden-block .fa {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 42px;
        color: #fff;
        background: #f09000;
        border-radius: 4px
    }

    .service-hidden-block h4 {
        font-size: 20px;
        color: #555;
        margin: 0;
        padding: 10px 0
    }

        .service-hidden-block h4 a {
            color: #f09000
        }

    .service-hidden-block p {
        margin: 0
    }

        .service-hidden-block p a {
            color: #015259
        }

.service-accordian {
    margin: 0
}

.service-post {
    text-align: left;
    padding: 20px 10px 10px 10px
}

.feature-block {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 15px 15px 30px 15px;
    text-align: center
}

    .feature-block:hover .feature-icon {
        -webkit-box-shadow: inset 0 0 100px #f09000;
        -moz-box-shadow: inset 0 0 100px #f09000;
        box-shadow: inset 0 0 100px #f09000
    }

        .feature-block:hover .feature-icon .fa {
            color: #fff;
            border-radius: 2px;
            -webkit-box-shadow: inset 0 0 140px #f09000;
            -moz-box-shadow: inset 0 0 140px #f09000;
            box-shadow: inset 0 0 140px #f09000
        }

    .feature-block span {
        display: block;
        font-size: 18px;
        font-family: Montserrat,sans-serif;
        color: #fff;
        padding: 20px 0 10px 0
    }

    .feature-block p {
        text-align: center;
        color: #eee;
        margin: 0
    }

.feature-icon {
    width: 105px;
    height: 105px;
    line-height: 130px;
    margin: 0 auto;
    border: 2px solid #f09000;
    border-radius: 4px
}

    .feature-icon .fa {
        position: relative;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 42px;
        color: #ebfcfd;
        border: 2px solid #f09000;
        border-radius: 50%
    }

.feature-block-dark .feature-icon .fa {
    color: #f09000
}

.feature-block-dark span {
    color: #015259
}

.feature-block-dark p {
    color: #777
}

.doctor-name h4 {
    font-size: 20px;
    padding: 10px 0;
    margin: 0;
    background: #f09000
}

    .doctor-name h4 a {
        color: #fff !important
    }

.doctor-details {
    padding: 10px
}

.doctor-specility p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    padding: 0 10px 5px 10px;
    margin: 0 0 10px 0;
    border-bottom: 2px dotted #ddd
}

.doctor-details-extra {
    text-align: center;
    padding: 0 0 60px 0
}

    .doctor-details-extra p {
        display: inline-block;
        vertical-align: top;
        width: 150px;
        padding: 10px 0;
        margin: 0;
        font-size: 12px;
        color: #555;
        letter-spacing: 1px
    }

    .doctor-details-extra .fa {
        font-size: 24px;
        text-align: center;
        display: block;
        margin: 5px auto;
        color: #999
    }

.doctor-social {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0
}

.doctor-details-extra-3 {
    text-align: left;
    padding: 0 10px
}

    .doctor-details-extra-3 p {
        width: auto;
        display: block;
        font-size: 14px;
        padding: 2px 5px
    }

        .doctor-details-extra-3 p .fa {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            font-size: 16px;
            padding: 0 10px 0 0
        }

        .doctor-details-extra-3 p:nth-child(1) {
            color: #55acee
        }

        .doctor-details-extra-3 p:nth-child(3) {
            color: #dc4a38
        }

.doctorp-name {
    position: relative;
    border-bottom: 2px dotted #ddd
}

    .doctorp-name h3 {
        font-size: 24px;
        color: #555;
        font-weight: 500;
        margin: 0 0 10px 0
    }

    .doctorp-name p {
        font-size: 14px;
        color: #777;
        margin: 5px 0 10px 5px
    }

.doctorp-social {
    position: absolute;
    bottom: 0;
    right: 0
}

.department-block {
    margin-bottom: 30px
}

.department-icon {
    vertical-align: top
}

    .department-icon .fa {
        position: relative;
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #f09000;
        text-align: center;
        background: #fff;
        border-radius: 50%
    }

.department-detail {
    vertical-align: top;
    padding: 0 0 0 15px
}

    .department-detail h5 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase
    }

    .department-detail p {
        margin: 0
    }

.department-card {
    border: 1px solid #eee;
    background: #fcfcfc;
    padding: 15px;
    border-radius: 2px
}

    .department-card:hover .fa {
        color: #fff !important;
        box-shadow: inset 0 0 200px 0 #f09000
    }

    .department-card .department-icon .fa {
        color: #02a7b6;
        border: 1px solid #ddd;
        transition: all .4s ease-in-out
    }

    .department-card .department-detail h5 {
        color: #333
    }

    .department-card .department-detail p {
        color: #777
    }

.about-mission-vission span {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 0 10px 0;
    font-size: 28px;
    color: #fff
}

    .about-mission-vission span::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        height: 1px;
        background: #f09000
    }

.about-mission-vission p {
    text-align: center;
    margin: 0;
    color: #eee
}

.contact-info-inner {
    min-height: 260px;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 4px solid #ccc;
    border-radius: 2px
}

    .contact-info-inner .fa {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 36px;
        color: #fff;
        background: #aaa;
        border-radius: 4px
    }

    .contact-info-inner span {
        position: relative;
        display: block;
        font-size: 20px;
        color: #333;
        padding: 20px 0;
        text-transform: uppercase
    }

        .contact-info-inner span::after {
            content: '';
            position: absolute;
            bottom: 15px;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 1px;
            background: #777;
            z-index: 1
        }

    .contact-info-inner p {
        text-align: center;
        color: #777
    }

    .contact-info-inner:hover {
        border: 1px solid #f09000;
        border-top: 4px solid #f09000
    }

        .contact-info-inner:hover .fa {
            background: #f09000
        }

.contact-form {
    text-align: center
}

    .contact-form .form-input, .contact-form .form-input-icon {
        margin: 12px 0
    }

        .contact-form .form-input textarea, .contact-form .form-input-icon textarea {
            height: 130px
        }

#map {
    position: relative;
    width: 100%;
    background: #ddd
}

.map-wrapper {
    width: 100%;
    height: 400px
}

.map-address {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 260px;
    padding: 20px;
    text-align: center;
    background: #fff
}

    .map-address .paragraph-medium {
        text-align: center
    }

.map-address-ttl {
    position: relative;
    font-size: 24px;
    color: #555;
    padding: 10px 0 20px 0
}

    .map-address-ttl::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        height: 1px;
        background: #f09000
    }

.map-icon {
    text-align: center;
    padding: 0 0 10px 0
}

    .map-icon .fa {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        color: #fff;
        text-align: center;
        background: #f09000;
        border-radius: 2px
    }

#map-container {
    width: 100%;
    height: 400px
}

.login-condition {
    font-size: 12px;
    color: #aaa;
    padding: 0 30px
}

.form-container {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background: #fff
}

    .form-container .paragraph-small {
        text-align: center
    }

    .form-container label em {
        color: #cc5151
    }

.form-input input {
    font-family: Montserrat,sans-serif
}

.form-input label {
    color: #777
}

.search-button {
    position: absolute;
    top: 18px;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 20px;
    color: #eee;
    background: #f09000;
    border-radius: 2px
}

    .search-button:hover {
        color: #fff
    }

.form-input-icon {
    width: 100%;
    padding: 20px 0 20px 30px
}

    .form-input-icon .fa {
        position: absolute;
        top: 24px;
        left: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        background: #02a7b6;
        border-radius: 2px
    }

    .form-input-icon input {
        font-family: Montserrat,sans-serif
    }

    .form-input-icon label {
        display: inline-block;
        width: auto;
        left: 30px;
        color: #777
    }

.form-input-white input {
    color: #fff;
    border-bottom: 1px solid #eee
}

.form-input-white textarea {
    color: #fff;
    border-bottom: 1px solid #eee
}

.form-input-white label {
    color: #eee
}

.form-input-white.mdl-selectfield--floating-label.is-dirty .mdl-selectfield__label, .form-input-white.mdl-selectfield--floating-label.is-focused .mdl-selectfield__label, .form-input-white.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label, .form-input-white.mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .form-input-white.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color: #eee
}

.form-radio {
    text-align: left
}

    .form-radio p {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #f09000
    }

.form-submit {
    padding: 10px 0 0 0
}

.or-using {
    position: relative;
    width: 70%;
    height: 1px;
    margin: 30px auto;
    font-size: 0;
    background: #ddd;
    text-align: center
}

    .or-using::before {
        content: 'Or Using';
        position: absolute;
        top: -10px;
        left: 50%;
        display: inline-block;
        margin-left: -55px;
        padding: 0 30px;
        font-size: 12px;
        color: #777;
        background: #fff;
        z-index: 1
    }

.social-login a {
    display: inline-block;
    width: 49%;
    padding: 12px 0;
    font-size: 14px;
    color: #fff
}

    .social-login a .fa {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 0 10px 0 0;
        background: #fff;
        border-radius: 2px
    }

    .social-login a .fa-facebook {
        color: #3b5999
    }

    .social-login a .fa-google {
        color: #dc4a38
    }

.social-facebook {
    background: #3b5999
}

.social-google {
    background: #dc4a38
}

.login-link {
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    background: #f2f2f2;
    margin: 20px auto 0 auto
}

    .login-link span {
        display: block;
        text-align: center
    }

    .login-link a {
        display: inline-block;
        font-size: 14px;
        color: #f09000;
        letter-spacing: .5px;
        margin: 0 0 0 5px;
        cursor: pointer
    }

.forgot-pass {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #f09000;
    cursor: pointer
}

.myappointment-text {
    font-size: 14px;
    color: #333;
    padding: 5px 0
}

    .myappointment-text .fa {
        vertical-align: middle;
        width: 30px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        color: #777
    }

    .myappointment-text span {
        display: inline-block;
        vertical-align: middle;
        max-width: 85%;
        margin: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

.myappointment-container .theme-material-card {
    margin: 0 0 30px 0
}

.myappointment-view, .myfeedback-view {
    overflow: hidden;
    padding: 10px 0 0 0
}

.myappointment-popup-tbl .tbl-cell, .myfeedback-popup-tbl .tbl-cell {
    vertical-align: top;
    padding: 5px 10px
}

    .myappointment-popup-tbl .tbl-cell span, .myfeedback-popup-tbl .tbl-cell span {
        display: inline-block;
        margin: 0
    }

    .myappointment-popup-tbl .tbl-cell .fa, .myfeedback-popup-tbl .tbl-cell .fa {
        font-size: 18px;
        color: #999;
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center
    }

    .myappointment-popup-tbl .tbl-cell p, .myfeedback-popup-tbl .tbl-cell p {
        text-align: left;
        margin: 0
    }

.gallery-container {
    text-align: center
}

    .gallery-container ul {
        position: relative;
        width: 100%;
        font-size: 0;
        padding: 0;
        overflow: hidden
    }

        .gallery-container ul li {
            position: relative;
            min-height: 1px;
            width: 25%;
            float: left;
            font-size: 0;
            display: inline-block;
            position: relative;
            overflow: hidden;
            padding: 25% 15px 0 15px;
            cursor: pointer
        }

            .gallery-container ul li a {
                display: block;
                width: 100%;
                height: 100%
            }

            .gallery-container ul li img {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                -webkit-filter: grayscale(60%);
                filter: grayscale(60%);
                -webkit-transition: filter,transform,.4s;
                transition: filter,transform,.4s
            }

            .gallery-container ul li:hover img {
                -webkit-filter: grayscale(0);
                filter: grayscale(0);
                transform: scale(1.15)
            }

.gallery-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242,242,242,.1);
    padding: 20px;
    -webkit-transition: background .4s;
    transition: background .4s
}

.gallery-layer-dark {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .gallery-layer-dark:hover {
        opacity: 1
    }

    .gallery-layer-dark p {
        position: absolute;
        top: 49%;
        left: 0;
        margin-top: -44px;
        right: 0;
        display: table-cell;
        color: #f09000;
        font-size: 36px;
        z-index: 1
    }

        .gallery-layer-dark p .fa {
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            background: rgba(255,255,255,.9);
            border-radius: 4px
        }

.blog-card-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    font-size: 16px;
    color: #015259;
    padding: 10px 20px;
    background: #ebfcfd;
    border-bottom-right-radius: 50%;
    z-index: 1
}

.blog-card-ttl {
    padding: 15px
}

    .blog-card-ttl h3 {
        line-height: normal;
        text-align: left;
        height: 48px;
        margin: 0
    }

        .blog-card-ttl h3 a {
            display: block;
            height: 48px;
            font-size: 16px;
            line-height: 23px;
            overflow: hidden
        }

.blog-card-details {
    padding: 0 15px;
    text-align: center;
    background: #fafafa
}

    .blog-card-details p {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        padding: 10px 0;
        margin: 0;
        font-size: 14px;
        color: #999;
        letter-spacing: .5px;
        border-right: 1px solid #ddd;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

        .blog-card-details p .fa {
            padding: 0 5px 0 0;
            font-size: 18px
        }

        .blog-card-details p:nth-last-child(1) {
            border-right: 0
        }

    .blog-card-details a {
        display: inline-block;
        font-size: 14px;
        font-family: Montserrat,sans-serif;
        font-weight: 400;
        color: #f09000;
        height: auto;
        padding: 8px 15px;
        border: 2px solid transparent;
        line-height: normal
    }

.blog-list-block {
    padding: 20px 0;
    text-align: center
}

.blog-list-picture {
    width: 330px;
    margin: 0 auto
}

.blog-list-ttl {
    text-align: center
}

    .blog-list-ttl h3 {
        display: block;
        max-height: 72px;
        font-size: 24px;
        color: #555;
        line-height: 36px;
        margin: 20px 0;
        overflow: hidden
    }

    .blog-list-ttl a {
        display: inline-block;
        vertical-align: middle;
        height: 72px
    }

.blog-list-meta p {
    font-size: 14px;
    color: #02a7b6;
    margin: 15px 0 0 0;
    font-weight: 500;
    letter-spacing: .5px
}

.blog-list-post p {
    padding: 10px 0 0 0
}

.blog-list-post a {
    color: #015259
}

.blog-full-date {
    position: absolute;
    top: 0;
    left: 16px;
    width: 70px;
    padding: 10px;
    font-size: 14px;
    color: #015259;
    background: #ebfcfd;
    border-bottom-right-radius: 50%;
    z-index: 2
}

.blog-full-ttl h3 {
    font-size: 20px;
    color: #333;
    line-height: 28px;
    text-align: left;
    margin: 0
}

.blog-full-description {
    text-align: left;
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #777;
    letter-spacing: .5px;
    line-height: 21px
}

.blog-full-ftr {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    overflow: hidden
}

.blog-full-author {
    font-size: 14px;
    color: #333;
    letter-spacing: .5px
}

    .blog-full-author .fa {
        font-size: 16px;
        color: #f09000;
        margin: 0 5px 0 0
    }

.blog-container {
    width: 100%;
    margin: 0 auto
}

.blog-picture {
    width: 60%;
    margin: 0 auto
}

    .blog-picture img {
        width: 100%;
        height: auto
    }

.blog-ttl {
    font-size: 24px;
    color: #333;
    font-family: Montserrat,sans-serif;
    padding: 20px 0 10px 0;
    margin: 0;
    text-align: center;
    line-height: 46px;
    overflow: hidden
}

.blog-detail {
    padding: 0
}

    .blog-detail li {
        list-style: none;
        display: inline-block;
        margin: 10px;
        font-size: 14px;
        color: #777;
        line-height: 20px
    }

        .blog-detail li .fa {
            position: relative;
            top: -1px;
            margin: 0 5px 0 0
        }

.blog-meta {
    margin: 15px 0 0 0;
    padding: 15px 10px 0 10px;
    border-top: 1px solid #ddd
}

    .blog-meta > div {
        padding: 0
    }

.blog-post {
    padding: 0 10px
}

    .blog-post p {
        text-align: justify
    }

    .blog-post ol {
        text-align: left;
        padding: 0 30px
    }

.blog-tag {
    text-align: left
}

    .blog-tag p {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #999
    }

    .blog-tag ul {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0
    }

    .blog-tag li {
        display: inline-block;
        list-style: none;
        margin: 5px
    }

        .blog-tag li a {
            font-size: 14px;
            color: #555
        }

            .blog-tag li a:hover {
                color: #f09000
            }

.blog-block-3 {
    padding: 0 20px 40px 20px
}

.blog-recent {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee
}

    .blog-recent:nth-last-child(1) {
        border-bottom: 0;
        margin: 0;
        padding: 0
    }

    .blog-recent:hover .blog-recent-post h4 {
        color: #015259
    }

.blog-recent-img {
    padding-left: 0
}

.blog-recent-post {
    text-align: left;
    padding: 0 10px 0 0
}

    .blog-recent-post h4 {
        font-size: 14px;
        color: #333;
        margin: 0
    }

    .blog-recent-post p {
        font-size: 12px;
        color: #aaa;
        letter-spacing: .5px;
        margin: 5px 0 0 0
    }

.blog-author-details {
    text-align: left
}

    .blog-author-details h4 {
        font-size: 20px;
        color: #333;
        margin: 0
    }

    .blog-author-details a {
        display: block;
        font-size: 12px;
        margin: 0 0 5px 0;
        color: #f09000
    }

    .blog-author-details p {
        font-size: 13px;
        color: #555;
        line-height: 20px;
        letter-spacing: .5px;
        margin: 0
    }

.comment-list {
    margin: 0;
    padding: 0
}

    .comment-list > li {
        position: relative;
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #eee
    }

        .comment-list > li:nth-last-child(1) {
            margin: 0;
            padding: 0;
            border-bottom: 0
        }

.second-comment {
    margin: 20px 0 0 17%;
    padding: 20px 0 0 0;
    border-top: 1px solid #eee
}

.comment-meta span {
    display: inline-block;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    color: #555;
    margin: 0 14px 0 0
}

    .comment-meta span:nth-last-child(1) {
        padding: 0 0 0 16px;
        font-family: Montserrat,sans-serif;
        font-size: 12px;
        color: #f09000;
        border-left: 1px solid #ddd
    }

.comment-post {
    padding: 5px 0 0 0;
    font-size: 13px;
    color: #555;
    line-height: 20px;
    letter-spacing: .5px
}

.comment-action {
    padding: 0;
    margin: 0
}

    .comment-action li {
        list-style: none;
        display: inline-block;
        margin: 5px
    }

        .comment-action li a {
            font-size: 12px;
            color: #555;
            padding: 5px;
            cursor: pointer
        }

            .comment-action li a:hover {
                color: #f09000
            }

        .comment-action li .fa {
            margin: 0 5px 0 0;
            color: #999
        }

.comment-form {
    padding: 20px
}

    .comment-form .mdl-textfield {
        width: 100%
    }

#emergency {
    width: 100%;
    text-align: center;
    background: #fafafa
}

    #emergency .paragraph-medium {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 30px;
        text-align: center
    }

.emergency-number {
    font-size: 32px;
    color: #555;
    padding: 30px 0 0 0
}

#footer {
    width: 100%;
    background: linear-gradient(-90deg,rgba(0,123,255,.9),rgba(37,84,158,.9));
    border-top: 5px solid #022b89
}

.footer-block {
    padding: 0 20px
}

    .footer-block:nth-child(2) {
        border-left: 1px solid #022b89;
        border-right: 1px solid #022b89
    }

.footer-ttl {
    padding: 0 0 10px 20px
}

    .footer-ttl p {
        display: inline-block;
        font-size: 16px;
        color: #022b89;
        margin: 0;
        text-transform: uppercase;
        padding: 10px;
        background: #ebfcfd;
        border-radius: 4px
    }

.footer-container {
    padding: 20px 30px
}

    .footer-container a {
        display: block;
        font-size: 14px;
        color: #ebfcfd;
        margin: 10px 0
    }

.footer-b .tbl-cell {
    padding: 0;
    vertical-align: top
}

    .footer-b .tbl-cell:nth-last-child(1) {
        padding: 0 0 0 10px
    }

.footer-b li {
    list-style-type: none
}

.footer-b p {
    display: block
}

.footer-b a {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    padding: 0 0 0 10px;
    letter-spacing: .5px
}

    .footer-b a::before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        width: 3px;
        height: 3px;
        background: #aaa;
        border-radius: 50%
    }

    .footer-b a:hover {
        color: #022b89
    }

.footer-a .tbl-row:nth-last-child(1) .tbl-cell {
    border-bottom: 0
}

.footer-a .tbl-cell {
    padding: 10px;
    border-bottom: 1px solid #022b89
}

    .footer-a .tbl-cell p {
        color: #ebfcfd
    }

    .footer-a .tbl-cell .fa {
        font-size: 28px;
        color: #ddd
    }

        .footer-a .tbl-cell .fa.fa-phone {
            font-size: 25px
        }

        .footer-a .tbl-cell .fa.fa-envelope {
            font-size: 22px
        }

    .footer-a .tbl-cell p {
        margin: 0
    }

.footer-subscribe input {
    color: #ddd;
    border-bottom: 1px solid #ddd
}

.footer-subscribe label {
    color: #ddd
}

.footer-subscribe-button {
    padding: 10px 0 0 0
}

    .footer-subscribe-button button:hover {
        color: #fff;
        opacity: .8;
        background: #f09000
    }

.footer-social {
    padding: 20px 0 0 0
}

#copyright {
    width: 100%;
    padding: 10px 0;
    background: #022b89
}

    #copyright .paragraph-medium {
        margin: 0;
        text-align: center
    }

.card-img-overlay {
    z-index: 3
}

form .field {
    display: flex;
    flex-direction: column;
    width: 100%
}

.cotizador_2019 .edades_valores {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

    .cotizador_2019 .edades_valores select {
        width: 55px;
        float: none;
        height: 44px
    }

.cotizador_2019.horizontal .edades {
    width: 35%;
    order: 1
}

.cotizador_2019.horizontal:not(.completo) .edades select, .cotizador_2019.horizontal:not(.completo) .tipo_viaje select {
    margin-bottom: 0
}

.cotizador_2019.horizontal.completo .edades {
    width: 40%
}

select.ico_arrow {
    background: url(../images/ico_arrow.png) no-repeat right;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

#copyright .paragraph-medium a {
    color: #f09000
}

.modal-pro {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000;
    opacity: .6;
    -moz-opacity: .8
}

.center-pro {
    z-index: 10000000;
    margin: 200px auto;
    width: 200px;
    background-color: #fff;
    border-radius: 10px;
    opacity: 1;
    -moz-opacity: 1
}

@media (max-width:800px) {
    .ca-2019 .page .cotizador_2019.horizontal .edades {
        width: 100%
    }

        .ca-2019 .page .cotizador_2019.horizontal .edades select {
            margin-bottom: 10px
        }

    .ca-2019 .page .cotizador_2019.horizontal.completo .edades {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .slider-info h1, .slider-info h2 {
        font-size: 34px
    }

    .hm-about-block {
        width: auto
    }

    .blog-page-container {
        width: 100%
    }

    .hm-feature-block {
        width: 33.33%
    }

    .gallery-container ul li {
        width: 33.33%;
        padding-top: 33.33%
    }

    .feature-block {
        width: 50%
    }

    .edit-profile-right .profile-edit, .profile-right .profile-edit {
        padding: 20px 0 0 0
    }

    .menu {
        position: fixed;
        top: 0;
        left: -130%;
        width: 100%;
        min-height: 100%;
        padding: 30px 60px 30px 20px !important;
        overflow-y: scroll;
        background: linear-gradient(-90deg,#fff,#fff);
        z-index: 99999999;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .menu li {
            position: relative !important;
            display: block
        }

            .menu li a {
                display: block;
                height: auto;
                font-size: 14px;
                text-align: left;
                color: #fff;
                padding: 5px;
                text-transform: none
            }

            .menu li li a {
                color: #333
            }

    .menu-dropdown {
        width: 70%;
        left: inherit;
        right: -55px;
        z-index: 9999999
    }

        .menu-dropdown li:hover .menu-dropdown {
            display: block
        }

        .menu-dropdown .menu-dropdown {
            display: none;
            left: 0;
            width: 100%;
            position: relative;
            box-shadow: none;
            z-index: 9999999
        }

    .menu-megamenu {
        width: 70%;
        left: inherit;
        right: -55px
    }

    .mobile-menu-close {
        display: block !important
    }

    #menu-bar {
        display: block
    }

    .hm-feature-block {
        width: 50%
    }

    .footer-block:nth-child(2) {
        padding: 20px;
        margin: 0 0 30px 0;
        border: 0;
        border-top: 1px solid #555;
        border-bottom: 1px solid #555
    }

    .hm-service-right {
        padding: 20px 0 0 0
    }
}

@media only screen and (max-width:768px) {
    .slider-info {
        padding: 0 5%
    }

        .slider-info h1, .slider-info h2 {
            font-size: 24px
        }

    .gallery-container ul li {
        width: 50%;
        padding-top: 50%
    }

    .service-description {
        min-height: inherit
    }

    .blog-list-block {
        width: 100%;
        padding: 10px;
        height: auto
    }

    .map-address {
        display: none
    }

    .contact-info-block {
        padding: 10px 15px
    }

    .feature-block {
        width: 100%
    }

    .doctorp-social {
        position: relative
    }

    .hidden-xs {
        display: none !important
    }
}

@media only screen and (max-width:480px) {
    .layer-ttl h3 {
        font-size: 28px
    }

    .hdr-logo a img {
        height: 30px
    }

    .slider-info h1, .slider-info h2 {
        font-size: 20px
    }

    .slider-info p {
        display: none
    }

    .slider-appointment {
        display: none
    }

    .gallery-container ul li {
        width: 100%;
        padding-top: 100%
    }

    .blog-list-picture {
        width: 100%;
        height: auto;
        max-height: 280px
    }

    .blog-page-picture {
        width: 100%
    }

    .blog-page-ttl {
        font-size: 20px
    }

    .hm-feature-block {
        width: 100%
    }

    .hm-blog-picture {
        height: auto;
        max-height: 280px
    }

    .paragraph-medium {
        font-size: 12px
    }

    #emergency .paragraph-medium {
        padding: 0
    }

    .emergency-number {
        font-size: 24px
    }

    .department-icon .fa {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 28px
    }

    .department-detail a {
        font-size: 16px
    }

    .blog-list-ttl h4 {
        font-size: 28px
    }

    .form-container {
        max-width: 100%
    }

    .footer-block {
        padding: 20px 0
    }

        .footer-block:nth-child(2) {
            padding: 20px 0
        }
}
#chkProductos
{
    border-spacing: 10px;
    border-collapse: separate;
}
#CheckBoxEdades {
    border-spacing: 10px;
    border-collapse: separate;
}