﻿@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

::selection {
    background-color: #1e977c;
    color: #fff
}

ol > ::marker {
    font-weight: bold;
}

html, body {
    
    scroll-behavior: auto;
}

h1, .h1 {
    font-size: 30px
}

body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p, .list-blog p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #4c4c4c
}

.flex-halfcolm {
    display: flex;
}

.flex {
    flex: 1;
}

.text-color, .mi-menu ul li > a:before, .sidebar-nav .panel-item > span:before, i.icon, .block-infos .bd-day {
    color: #6a4d8f
}

.bg-color {
    background-color: #2d2d47 !important
}


.bg-ehnote {
    background: linear-gradient(to right,#0f6860,#2bbb94)
}

.fa {
    font-family: 'Font Awesome 5 Free' !important
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99995
}

    #preloader:after {
        content: '';
        width: 200px;
        height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url(../images/loader.gif);
        background-repeat: no-repeat;
        background-position: center;
        margin: -100px 0 0 -100px;
        z-index: 999999999999
    }

.scroll-top-mobile {
    position: fixed;
    background: #fff;
    width: 50px;
    height: 50px;
    z-index: 995;
    right: 10px;
    bottom: 10px;
    text-align: center;
    bottom: 10px;
    cursor: pointer;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0
}

    .scroll-top-mobile.show {
        visibility: visible
    }

.overflow-visble {
    overflow: visible !important
}

img {
    max-width: 100%
}

.form-control:focus {
    border-color: #9c9c9c;
    box-shadow: none
}

.clear {
    clear: both;
    width: 100%
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.opacity-show {
    opacity: 1 !important
}

a, [data-href] {
    cursor: pointer;
    outline: none;
    transition: all .5s
}

    a[data-toggle], a[data-anima] {
        display: inline-block
    }

body .row-1 {
    height: 25px !important
}

body .row-2 {
    height: 50px !important
}

body .row-3 {
    height: 75px !important
}

body .row-4 {
    height: 100px !important
}

body .row-5 {
    height: 125px !important
}

body .row-6 {
    height: 150px !important
}

body .row-7 {
    height: 175px !important
}

body .row-8 {
    height: 200px !important
}

body .row-9 {
    height: 225px !important
}

body .row-10 {
    height: 250px !important
}

body .row-11 {
    height: 275px !important
}

body .row-12 {
    height: 300px !important
}

body .row-13 {
    height: 325px !important
}

body .row-14 {
    height: 350px !important
}

body .row-15 {
    height: 375px !important
}

body .row-16 {
    height: 400px !important
}

body .row-17 {
    height: 425px !important
}

body .row-18 {
    height: 450px !important
}

body .row-19 {
    height: 475px !important
}

body .row-20 {
    height: 500px !important
}

body .row-21 {
    height: 750px
}

body .row-22 {
    height: 1000px !important
}

body .row-23 {
    height: 1250px !important
}

body .row-24 {
    height: 600px !important
}

.special-icon > img {
    width: 180px;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.tag-row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

    .tag-row span {
        margin: 0 15px 0 0;
        color: #9c9c9c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
        border-right: 1px solid #ccc;
        padding-right: 16px
    }

    .tag-row a {
        color: #000
    }

    .tag-row > span:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .tag-row span > span {
        display: block;
        margin: 5px 0;
        padding-right: 25px;
        font-weight: 400
    }

    .tag-row i {
        padding-right: 10px;
        color: #919191
    }

    .tag-row.cat {
        text-transform: uppercase;
        margin: 5px 0 10px 0
    }

    .tag-row .tag-col {
        float: left;
        width: 50%;
        margin: 0;
        padding-right: 5px;
        font-weight: 600
    }

    .tag-row > div {
        padding: 5px 0
    }

    .tag-row.icon-row {
        position: relative
    }

        .tag-row.icon-row span, .tag-row.icon-row-square span, .tag-row.icon-row-circle span {
            border-right: none
        }

            .tag-row.icon-row span:after {
                position: relative;
                content: "/";
                color: rgba(210,210,210,.5);
                right: -16px
            }

            .tag-row.icon-row-square span:after {
                content: "▪";
                right: -17px;
                position: relative
            }

            .tag-row.icon-row-circle span:after {
                content: "●";
                right: -17px;
                position: relative;
                font-size: 10px;
                top: -3px
            }

    .tag-row span:last-child:after {
        display: none
    }

.block-quote, div > p.block-quote:last-child {
    margin: 25px 0
}

.quote-author {
    font-style: italic;
    display: block;
    margin: 15px 0 0 0;
    font-size: 14px
}

.block-quote.quote-1, .block-quote.quote-2 {
    font-size: 20px;
    font-weight: 300;
    padding-left: 80px;
    position: relative;
    text-align: left;
    line-height: 28px
}

.block-quote.quote-2 {
    padding-right: 80px
}

    .block-quote.quote-1:before, .block-quote.quote-2:before {
        content: "";
        font-size: 54px;
        position: absolute;
        font-family: "Font Awesome 5 Free";
        left: 2px;
        color: #ececec;
        right: 0;
        display: inline-block;
        text-align: left
    }

    .block-quote.quote-2:before {
        content: ""
    }

    .block-quote.quote-2:after {
        content: "";
        font: normal normal normal 54px/1 FontAwesome;
        position: absolute;
        right: 13px;
        color: #ececec;
        margin-top: -67px
    }

.block-quote.text-center {
    text-align: center
}

hr.space {
    border: none !important;
    clear: both;
    height: 70px;
    margin: 0
}

    hr.space.l {
        height: 50px
    }

    hr.space.xs {
        height: 10px
    }

    hr.space.s {
        height: 20px
    }

    hr.space.m {
        height: 30px
    }

span.space {
    width: 10px;
    display: inline-block
}

hr.text-left {
    margin-left: 0 !important;
    margin-right: auto !important
}

hr.text-right {
    margin-right: 0 !important;
    margin-left: auto !important
}

hr.a {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 1px;
    max-width: 600px
}

hr.b {
    border-top: 1px dotted #d4d4d4
}

hr.c {
    border-top: 1px dashed #c7c7c7
}

hr.d {
    background-position: center center;
    background: url(images/assets/gradient-line.png) no-repeat center;
    background-size: contain;
    border: none;
    height: 3px
}

hr.d-dark {
    background-position: center center;
    background: url(images/assets/gradient-line-dark.png) no-repeat center;
    background-size: contain;
    border: none;
    height: 3px
}

hr.e {
    max-width: 50px;
    width: 50px;
    border-top: 3px solid #5d5d5d
}

.text-center > hr.e {
    margin: 15px auto
}

hr.f-top, .hr-f-top {
    background: linear-gradient(to top,rgba(204,204,204,.15) 0%,rgba(0,0,0,0) 100%);
    height: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: none
}

    hr.f-top.f-dark, .hr-f-top-dark {
        background: linear-gradient(to top,rgba(51,51,51,.43) 0%,rgba(0,0,0,0) 100%)
    }

hr.f, .hr-f-bottom {
    height: 18px;
    margin-top: 0;
    border-top: 1px solid #e4e4e4;
    background: linear-gradient(to bottom,rgba(204,204,204,.15) 0%,rgba(0,0,0,0) 100%)
}

    hr.f.f-dark, .hr-f-bottom-dark {
        background: linear-gradient(to bottom,rgba(51,51,51,.43) 0%,rgba(0,0,0,0) 100%)
    }

.hr-f-top, .hr-f-top-dark, .hr-f-bottom, .hr-f-bottom-dark {
    height: auto
}

hr.g {
    background: url(images/overlay/dotted.png) repeat;
    height: 18px;
    border: none
}

hr.h {
    background: url(images/overlay/line-45.png) repeat;
    height: 18px;
    border: none
}

hr.i {
    background: url(images/overlay/carbonio.png) repeat;
    height: 18px;
    border: none
}

hr.mini {
    max-width: 200px
}

hr.micro {
    max-width: 80px
}

.white hr.h {
    background: url(images/overlay/line-45-white.png) repeat
}

.white hr.g {
    background: url(images/overlay/dotted-white.png) repeat
}

.white hr.i {
    background: url(images/overlay/carbonio-white.png) repeat
}

.dropcap {
    font-size: 50px;
    left: 0;
    line-height: 1;
    margin: 0 20px 10px 0;
    position: relative;
    float: left;
    font-style: normal
}

.text-bold {
    font-weight: 700
}

.text-black {
    font-weight: 900 !important
}

.text-light {
    font-weight: 300
}

.text-xs {
    font-size: 11px !important;
    line-height: 11px
}

.text-s {
    font-size: 13px !important;
    line-height: 18px
}

.text-m {
    font-size: 18px !important;
    line-height: 25px
}

.text-l {
    font-size: 27px !important;
    line-height: 31px
}

.text-xl {
    font-size: 50px !important;
    line-height: 50px
}

.text-xxl {
    font-size: 110px !important;
    line-height: 110px
}

.boxed-layout .navbar-fixed-top, .boxed-layout .navbar-fixed-top, .boxed-layout header, .boxed-layout .parallax-mirror, .boxed-layout .content-parallax, .boxed-layout footer, .boxed-layout [class*="header-"], .boxed-layout #fullpage-main, .boxed-layout .container {
    max-width: 1200px;
    margin: 0 auto
}

.boxed-layout.side-menu-container .container {
    max-width: 100%
}

.boxed-layout .parallax-mirror {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important
}

.boxed-layout .content-parallax {
    box-shadow: 0 0 2px rgba(0,0,0,.22)
}

body.boxed-layout {
    background: #efefef
}

.boxed-layout .overlay-content .section-empty:not(.section-bg-color) {
    background: #fff !important
}

.col-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both
}

.fixed-bottom-area {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(0,0,0,.42)
}

.box-middle-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.row.box-middle {
    margin-left: 0;
    margin-right: 0
}

.no-margins, .no-margins .content {
    margin: 0 !important
}

.no-paddings, .no-paddings .content {
    padding: 0 !important
}

.no-paddings-x {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-paddings-y, .no-paddings-y .content {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.input-white > input {
    background-color: #fff !important;
    color: #000 !important;
}

    .input-white > input::placeholder {
        color: #dadada !important;
    }

@media(min-width:321px) and (max-width:767px) {
     
    .modal-rsponsive {
        width: auto;
    }

    .ehnote-tabs-home > ul {
        display: block;
    }

    .right-inside-wb {
        position: relative;
        right: 0;
    }

    .text-configure {
        text-align: center;
    }

    .img-adehnote {
        position: relative;
        margin-top: -83px
    }

    .box-shadco {
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.13);
        border-radius: 10px;
        position: relative;
        margin-top: -45px;
        z-index: 1;
        background-color: #fff
    }
}

@media(min-width:320px) and (max-width:768px) {

    .service-solutions-text-white > h2,
    .service-solutions-text-white > h4 {
        color: #fff;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-320-head {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #1d5558;
    }

    .text-320-sub-head {
        font-family: 'PT Serif',serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }

    .text-320-sub-content {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }

    .text-schedule-320-form > h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    .text-schedule-320-form > p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
    }

    .section-bg-count-img {
        background-image: url(../images/bg-patterns/opthomology-bg.svg);
    }

    .section-bg-practice-img {
        background-image: url(../images/bg-patterns/practice-management-bg.svg);
    }

    .section-bg-booster-img {
        background: url(../images/bg-patterns/practice-booster-bg.svg), #1d5558 !important;
    }

    .section-bg-footer-img {
        background: url(../images/bg-patterns/form-bg.svg), #1d5558 !important;
        background-repeat: no-repeat !important;
    }

    .section-bg-ophthomoligist-img {
        background: url(../images/bg-patterns/opthomologist-bg.svg), #023d6a !important;
        background-repeat: no-repeat !important;
    }

    .section-bg-ophthometrist-img {
        background: url(../images/bg-patterns/practice-managers-bg.svg), #023d6a !important;
        background-repeat: no-repeat !important;
    }

    .nav-mobile-responsive > ul > li > a {
        margin: 0 0px !important;
        padding: 10px 5px !important;
    }

    .right-inside-wb {
        position: relative;
        right: 0;
    }

    .ehnote-tabs-home > ul {
        display: block;
    }

    .count-timer-div {
        border-radius: 15px;
        background-color: #2d2d47;
        padding: 20px 10px;
        display: block;
        width: 100%;
        height: 100%;
    }

    .text-label {
        font-size: 24px;
    }

    .ehnote-tabs-home > ul > li > a {
        text-align: center;
    }

    .text-h2 {
        text-align: center;
        font-size: 18px;
    }

    .text-h1 {
        text-align: center;
        font-size: 24px;
    }

    .text-h3-320 {
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: normal;
        color: #000;
        margin-bottom: 25px;
        text-align: center;
        font-size: 16px;
    }

    .text-h3 {
        font-size: 18px;
    }

    .text-small-configer {
        text-align: center;
    }

    .btn-demo {
        display: block;
        margin: auto;
    }

    .pr-0 {
        padding-right: 0 !important
    }

    .pl-0 {
        padding-left: 0 !important
    }

    .displayresp {
        display: block
    }

    .displayresp1 {
        display: none !important
    }

    .contentresp {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }
}

@media(min-width:320px) {
    .img-adehnote {
        position: relative;
        margin-top: -83px
    }

    .displayresp1 {
        display: none !important
    }

    .box-shadco {
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.13);
        border-radius: 10px;
        position: relative;
        margin-top: -45px;
        z-index: 1;
        background-color: #fff
    }

    .parallelimage {
        height: 300px !important
    }

    .text-small-configer-320 {
        font-family: 'PT Serif',serif;
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1d5558;
        margin: 0 !important;
    }

    .title-base h2 {
        font-size: 25px !important;
        line-height: 25px !important
    }

    .Text-Response {
        font-size: 11px !important;
        line-height: 1px !important
    }

    .title-base h1 {
        font-size: 23px !important;
        height: 35px !important
    }

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        max-width: 300px;
        width: auto
    }

    .text-font h2 {
        font-size: 40px !important;
        font-weight: 100
    }

    .divsize {
        margin-top: 30px;
    }

    .au-responsive h2 {
        margin-top: 200px
    }

    .ht h1 {
        font-size: 25px !important
    }

    .subbtm {
        margin-top: 10px
    }
}

@media(min-width:994px) {

    .text-lg-left {
        text-align: left !important;
    }

    .service-solutions-text-white > h2 {
        font-family: 'Poppins',sans-serif;
        font-size: 100px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .service-solutions-text-white > h4 {
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

    .modal-rsponsive {
        width: 85%;
    }

    .text-configure {
        text-align: left;
    }

    .right-inside-wb {
        position: relative;
        right: -50px;
    }

    .ehnote-tabs-home > ul {
        display: flex;
    }

    .count-timer-div {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background-color: #2d2d47;
        padding: 50px 40px;
        display: block;
        width: 100%;
        height: 100%;
    }

    .text-label {
        font-size: 24px;
    }

    .ehnote-tabs-home > ul > li > a {
        text-align: left;
    }

    .text-h2 {
        text-align: left;
        font-size: 24px;
    }

    .text-h1 {
        text-align: left;
        font-size: 34px;
    }

    .text-h3 {
        font-size: 18px;
    }

    .text-small-configer {
        text-align: left;
    }

    .pr-0 {
        padding-right: 0 !important
    }

    .pl-0 {
        padding-left: 0 !important
    }

    .no-padding-bottom, .no-padding-bottom .content {
        padding-bottom: 0 !important
    }

    .popover-content {
        padding: 30px 35px !important
    }

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        max-width: 500px;
        width: 500px
    }

    .divsize {
        margin-top: 50px
    }

    .divpdng {
        padding: 30px
    }

        .divpdng h3 {
            color: #1e977c;
            font-size: 45px;
            font-weight: 100
        }

    .subbtm {
        margin-top: 0
    }

    .text-font h2 {
        font-size: 80px !important;
        font-weight: 100;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center
    }
}



.vertical-row.row, .vertical-row > .row, .vertical-row.row-fluid, .vertical-row > .row-fluid {
    display: flex !important;
    align-items: center
}

.section-two-blocks > .vertical-row.row, .section-two-blocks > .vertical-row.row-fluid {
    align-items: initial
}

.middle-content, .middle-content > .row, .middle-content > .row > div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

    .middle-content.text-left {
        align-items: baseline
    }

.row.vertical-row:not(.box-middle) {
    margin-left: -15px;
    margin-right: -15px
}

.vertical-row > div {
    padding: 0
}

.row.vertical-row > div {
    padding-left: 15px;
    padding-right: 15px
}

.proporzional-row:not(.hc_column_cnt), .proporzional-row > .row {
    display: flex
}

    .proporzional-row > *:not(.row), .proporzional-row > .row > * {
        flex: 1 1 auto
    }

    .proporzional-row .flexslider, .proporzional-row .hc_image_slider_cnt, .proporzional-row .flexslider div, .proporzional-row .flexslider .slides, .proporzional-row .img-box, .proporzional-row > div > .advs-box, [class*="row-"].grid-item > div, .grid-item > .row > div, .proporzional-row .google-map, .proporzional-row > .row > div > .row, .proporzional-row .hc_google_map_cnt, [class*="row-"] .flexslider, [class*="row-"] .flexslider div, [class*="row-"] .flexslider .slides, [class*="row-"] .row, [class*="row-"] li .img-box, .proporzional-row .hc_content_box_cnt, .proporzional-row > .row > div > .row > div > .advs-box, .proporzional-row > .row > div > .row > div > .adv-img, .proporzional-row > .row > div > .row > .hc_image_box_cnt {
        height: 100%;
        display: block
    }

.mb-10 {
    margin-bottom: 10px
}

.clear-proporzional, .clear-proporzional *:not(hr) {
    height: auto !important
}

[class*="row-"]:not(.one-row-list) .col-md-12 {
    max-height: 100%;
    overflow: hidden
}

[class*="row-"]:not(.one-row-list) > .row > [class*="col-md-"], [class*="row-"]:not(.one-row-list) > .row > div > .img-box {
    height: 100%
}

@media(min-width:993px) {
    .text-lg-left {
        text-align: left !important;
    }

    [class*="boxed"].col-md-2:not(.no-margins) {
        width: calc(16.66666667% - 30px)
    }

    [class*="boxed"].col-md-3:not(.no-margins) {
        width: calc(25% - 30px)
    }

    [class*="boxed"].col-md-4:not(.no-margins) {
        width: calc(33.33333333% - 30px)
    }

    [class*="boxed"].col-md-5:not(.no-margins) {
        width: calc(41.66666667% - 30px)
    }

    [class*="boxed"].col-md-6:not(.no-margins) {
        width: calc(50% - 30px)
    }

    [class*="boxed"].col-md-7:not(.no-margins) {
        width: calc(58.33333333% - 30px)
    }

    [class*="boxed"].col-md-8:not(.no-margins) {
        width: calc(66.66666667% - 30px)
    }

    [class*="boxed"].col-md-9:not(.no-margins) {
        width: calc(75% - 30px)
    }

    [class*="boxed"].col-md-10:not(.no-margins) {
        width: calc(83.33333333% - 30px)
    }

    [class*="boxed"].col-md-11:not(.no-margins) {
        width: calc(91.66666667% - 30px)
    }

    [class*="boxed"].col-md-12:not(.no-margins) {
        width: calc(100% - 30px)
    }

    .grid-item > [class*="boxed"], .grid-item > [class*="boxed-inverse"], .maso-item > [class*="boxed"], .maso-item > [class*="boxed-inverse"] {
        width: 100% !important
    }
}

.base-box.boxed, .base-box.boxed-inverse, .boxed-inverse, [class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse, .grid-box > .grid-item.boxed-inverse, .row.vertical-row > div.boxed-inverse, .row.vertical-row > div.boxed {
    border-style: none !important;
    padding: 25px 25px 25px 25px
}

[class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse {
    margin: 0 15px
}

.grid-item > .boxed-inverse, .grid-item > .boxed {
    margin: 0;
    width: 100%
}

[class*="col-md-"].boxed-inverse, .boxed-inverse, .fixed-area.boxed-inverse {
    background-color: #f5f5f5
}

.section-bg-color [class*="col-md-"].boxed-inverse, .fixed-area.boxed-inverse {
    background-color: #fff
}

[class*="col-md-"].boxed {
    background-color: #444
}

.grid-item.boxed-inverse {
    margin-top: 15px;
    height: calc(100% - 109px)
}

header {
    line-height: 1.42857143;
    z-index: 995
}

    header form.navbar-form {
        margin: 0 0 0 0
    }

.nav li:hover > ul, .nav li:hover > .mega-menu, .side-menu li:hover .panel, .side-menu li .panel:hover {
    display: block
}

header .btn-default, header .btn, header .anima-button.circle-button, header .input-group .btn:not(.btn-border) {
    background-color: #fafafa;
    color: #797979
}

    header .btn-default:hover, header .circle-button:hover {
        border-color: #d2d2d2;
        background-color: #e6e6e6
    }

.navbar-default .navbar-nav > li > a, .mega-menu h5 {
    color: #444
}

.nav > li.dropdown > a {
    padding-right: 25px
}

header .navbar-right > * {
    float: left
}

    header .navbar-right > *:not(li) {
        padding-right: 15px;
        padding-left: 15px
    }

header.hamburger-header {
    width: auto
}

.navbar-brand img {
    transition: all .3s;
    max-height: 100%
}

.navbar-brand.scroll-show.showed {
    display: table-cell !important
}

.navbar-brand .logo-retina, .brand .logo-retina, .logo-retina {
    display: none !important
}

@media(-webkit-min-device-pixel-ratio:2) and (min-width:994px),(min-resolution:192dpi) and (min-width:994px) {
    .navbar-brand .logo-retina, .brand .logo-retina, .logo-retina {
        display: block !important
    }

    /*.navbar-brand .logo-default, .brand .logo-default, .logo-default {
        display: none !important
    }*/
}

.navbar-default .navbar-nav > li > a .caret {
    margin-left: 5px
}

.navbar-right ul ul ul.dropdown-menu {
    left: 100%
}

.wide-area .container {
    width: 100% !important
}

header .custom-area {
    padding: 0 15px
}

header .input-group input, header .btn-default, header .input-group .input-group-btn a {
    border-color: #eaeaea
}

    header .input-group input:focus, header .btn-default:focus {
        border-color: #eaeaea
    }

.navbar-right img {
    max-height: 41px;
    margin: 5px auto
}

.input-group button {
    color: #444;
    font-weight: 400;
    font-size: 13px
}

header .social-group a i.fa {
    padding: 5px 8px;
    margin-top: 3px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    text-align: center;
    color: #505050
}

.dropdown-menu .fa-ul .divider {
    margin: 10px 0 10px -27px;
    opacity: 1 !important;
    background-color: rgba(138,138,138,.15) !important
}

header > .navbar {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    transform: translate3d(0,0,0)
}

.navbar-main, .nav.inner {
    background-color: #fff;
    margin-bottom: 0;
    border: none
}

    .navbar-main .btn-search {
        margin-top: 7px
    }

.bg-menu {
    background-repeat: no-repeat;
    background-position: bottom right
}

.navbar-brand.center {
    text-align: center;
    width: 100%;
    width: calc(100% - 30px)
}

    .navbar-brand.center > img {
        display: inline-block
    }

.scroll-show, .scroll-hide.hidden {
    display: none !important
}

    .scroll-show.showed {
        display: block !important
    }

.full-width-menu {
    border-bottom: 1px solid rgba(0,0,0,.15);
    background-color: #fff
}

    .full-width-menu .nav {
        border: none;
        border-radius: 0;
        margin: 0;
        float: none
    }

        .full-width-menu .nav.inner > li > a i.caret, .full-width-menu .dropdown-menu li a i.caret, .full-width-menu .nav.inner .dropdown-menu > li > a, .full-width-menu .nav.inner .dropdown-menu > li > a:hover {
            color: #696969 !important
        }

div.full-width-menu .inner .dropdown-submenu:hover > a:after, div.full-width-menu .inner .dropdown-submenu > a:after {
    border-left-color: #696969 !important
}

.full-width-menu .dropdown-submenu:hover > a:after {
    border-left-color: inherit !important
}

.fixed-top {
    height: 105px
}

.navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .dropdown > li:hover > a, .dropdown-menu ul > li:hover > a, .subline-bar li:hover, .sidebar-nav ul a:hover, .panel-item > span:hover, .sidebar-nav .panel-item > span:hover, .bg-transparent li.active {
    color: #171717;
    background: rgba(199,199,199,.15)
}

.navbar-brand {
    margin-right: 15px
}

.search-box-menu {
    display: inline-block
}

.search-box input[type="text"] {
    width: 100% !important;
    max-width: 1140px;
    margin: auto;
    border-color: #eaeaea;
    background-color: #fff;
    display: block
}

.search-box input[type="submit"] {
    position: absolute;
    right: 0;
    top: 50%;
    width: auto
}

.search-box {
    position: absolute;
    z-index: 95;
    display: none;
    margin: 60px 0 0 0;
    left: 0;
    right: 0
}

header .scroll-css .search-box {
    background-color: #fff !important
}

.navbar-social {
    margin: 7px 0 0 0
}

    .navbar-social .social-group a {
        margin: 0
    }

.navbar-big {
    background-color: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0
}

    .navbar-big .navbar-nav > .active > a, .navbar-big .navbar-nav > li > a:hover {
        color: #555;
        background-color: #f7f7f7
    }

.nav.nav-right > li {
    float: right
}

.hamburger-button {
    color: #636363;
    font-size: 30px;
    padding: 4px 15px;
    display: inline-block
}

    .hamburger-button i {
        color: #636363
    }

    .hamburger-button:hover {
        color: #6a4d8f
    }

    .hamburger-button.active {
        color: #6d6d6d;
        text-shadow: 0 -1px 0 #080808
    }

.hamburger-header .hamburger-button.active {
    margin-left: 250px
}

.hamburger-menu {
    visibility: hidden;
    opacity: 0
}

.container > .hamburger-button {
    padding-left: 0;
    padding-right: 0
}

.hamburger-button > span {
    font-size: 13px;
    transform: translateY(-7px);
    display: inline-block
}

.navbar-mini {
    background-color: #f8f8f8;
    color: #7b7b7b;
    font-size: 12px;
    border-bottom: 1px solid #e4e4e4
}

    .navbar-mini .navbar-left span:first-child {
        padding-left: 50px
    }

    .navbar-mini span {
        padding: 0 7px
    }

        .navbar-mini span i {
            margin-right: 7px
        }

    .navbar-mini hr {
        width: 1px;
        background-color: #bebebe;
        margin: 0 0 -2px 0;
        display: inline-block;
        height: 12px;
        padding: 0
    }

.minisocial-group {
    float: right
}

    .minisocial-group i {
        font-size: 15px;
        line-height: 33px !important;
        padding-top: 1px;
        display: block !important;
        float: left;
        color: #b7b7b7;
        cursor: pointer;
        width: 35px;
        text-align: center;
        position: relative;
        top: 1px;
    }

i.first {
    border-left: 1px solid #dbdbdb
}

.navbar-mini .navbar-left {
    padding-top: 5px
}

.navbar-mini .form-control {
    border-radius: 0;
    box-shadow: none;
    border-style: none;
    background: #f8f8f8
}

    .navbar-mini .form-control.focus {
        background: rgba(152,152,152,.11) !important
    }

.navbar-mini .navbar-form {
    float: right;
    padding: 0 15px 0 0;
    margin: 0
}

.navbar-mini .input-group-btn, .navbar-mini .input-group .input-group-btn {
    padding: 0;
    border: none
}

.navbar-mini .input-group-addon i {
    color: #555
}

.navbar-mini .navbar-form .btn-default {
    border-style: none;
    background: #f7f7f7;
    border-radius: 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    color: #999
}

/*.content-ehnote-menu > .dropdown-submenu {
    position: static !important
}*/
.content-ehnote-menu > li > ul > li a > label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
}

.content-ehnote-menu > li > ul > li a > p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #202020;
}

.content-ehnote-menu > li:hover > a,
.content-ehnote-menu > li > ul > li:hover > a {
    background-color: #1d5558 !important;
    color: #fff !important;
}

    .content-ehnote-menu > li > ul > li:hover > a > label,
    .content-ehnote-menu > li > ul > li:hover > a > p {
        color: #fff;
        cursor: pointer;
    }

.dropdown-menu {
    min-width: 245px !important;
}

.dropdown-submenu {
    position: relative
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        box-shadow: 5px 4px 7px rgba(0,0,0,.1);
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.dropdown-menu > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1
}

.dropdown-menu > li:last:child > a {
    border: none
}

.dropdown-menu > li > a > strong {
    color: #12b992 !important
}

.dropdown-menu > li > a > p {
    margin-bottom: 0 !important;
    width: 300px;
    color: #878787;
    text-overflow: clip;
    overflow: hidden;
    white-space: normal
}

.dropdown-menu > li > a > i {
    padding: 0 10px 0 0
}

header .dropdown-submenu > .dropdown-menu {
    top: -1px
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.dropdown-submenu > a:after {
    float: right;
    margin-top: 5px;
    margin-right: -5px;
    transform: rotate(45deg) !important
}

.dropdown-submenu:hover > a:after {
    border-left-color: #7e7e7e
}

.dropdown-submenu.pull-left {
    float: none
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px
    }

.dropdown .caret {
    border: none;
    margin-top: -26px
}

.mega-menu .col, .side-menu .panel .col {
    display: table-cell;
    vertical-align: top;
    min-width: 230px;
    padding: 0 25px
}

.mega-menu {
    min-width: 250px;
    padding: 25px 5px
}

    .mega-menu a {
        color: #636363;
        padding-left: 5px;
        display: block;
        white-space: nowrap
    }

        .mega-menu a > div > p {
            word-break: break-word;
            display: block;
            white-space: normal;
        }

    .mega-menu .fa-ul .fa-li, li.panel-item .fa-li {
        color: #694e94
    }

    .mega-menu.bg-menu {
        min-width: 400px
    }

    .mega-menu .nav-tabs li {
        white-space: nowrap;
        margin-bottom: 0 !important;
        border-radius: 0
    }

    .mega-menu h5 {
        margin-top: 5px;
        min-height: 15px
    }

    .mega-menu.dropdown-menu {
        overflow: hidden
    }

.mega-menu-fullwidth > li {
    position: static !important
}

    .mega-menu-fullwidth > li.dropdown {
        position: relative !important
    }

        .mega-menu-fullwidth > li.dropdown.mega-dropdown {
            position: static !important
        }

.mega-menu-fullwidth, .navbar.mega-menu-fullwidth .container, header .navbar-main > .container {
    position: relative
}

    .mega-menu-fullwidth .mega-dropdown {
        position: static !important
    }

div.mega-menu-fullwidth .mega-dropdown .mega-menu {
    width: 100%;
    width: calc(100% - 30px);
    margin: 0 15px
}

.wide-area.navbar.mega-menu-fullwidth .mega-dropdown .mega-menu {
    width: calc(100% - 30px)
}

.mega-menu .fa-ul.no-icons {
    margin-left: 1px
}

.mega-menu .col > h5:first-child {
    margin-top: 0
}

.error404 header.menu-transparent.bg-transparent .navbar {
    background: #565656 !important
}

.bg-transparent li.active, .bg-transparent li:hover {
    background: rgba(199,199,199,.05)
}

header.menu-transparent.scroll-css .subline-bar {
    background-color: #f9f9f9 !important
}

header.menu-transparent {
    height: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.menu-transparent .navbar-nav.subheader-bootstrap .sub {
    color: #e4e4e4
}

.menu-transparent.scroll-css .navbar-nav.subheader-bootstrap .sub {
    color: #848484
}

.bg-transparent .icon-menu li i {
    color: #f9f9f9 !important
}

.side-menu-header.bg-transparent .side-menu li a {
    border-top: 1px solid rgba(231,231,231,.38);
    color: #fff
}

.side-menu-header.bg-transparent .side-menu ul {
    background-color: #444
}

header.menu-transparent.bg-transparent .navbar {
    border: none;
    background: rgba(0,0,0,.1) !important
}

header.bg-transparent .navbar-mini .navbar-form .btn-default, header.bg-transparent input, header.bg-transparent .fa, header.bg-transparent button, header.bg-transparent .social-group a i.fa {
    background: none !important;
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(158,158,158,.39) !important;
    color: #e4e4e4
}

header.bg-transparent > .navbar {
    background-color: rgba(0,0,0,.41) !important;
    border-radius: 0
}

header.menu-transparent.scroll-css > .navbar {
    background: #fff !important
}

.bg-transparent, .bg-transparent .navbar-nav a {
    background-color: rgba(0,0,0,0) !important
}

    .menu-transparent.bg-transparent .navbar-nav > li > a:hover, .bg-transparent .navbar-nav .active > a, header.menu-transparent .navbar-default {
        background-color: rgba(0,0,0,0) !important
    }

.menu-transparent:not(.scroll-css) .navbar-nav > li.dropdown:hover {
    border-radius: 0
}

header.bg-transparent .navbar-default .navbar-nav > li > a {
    transform: translateY(0);
    transition: transform .3s
}

.nav.ms-minimal, .nav.ms-minimal li:hover, .navbar-default .navbar-nav.ms-minimal > .open > a, .navbar-default .navbar-nav.ms-minimal > .open > a:hover, .navbar-default.ms-minimal .navbar-nav > .open > a:focus {
    background: none !important;
    border: none !important
}

    .nav.ms-minimal li a {
        border-bottom: 2px solid rgba(248,248,248,0);
        letter-spacing: .5px;
        color: #585858 !important;
        font-weight: 600
    }

    .nav.ms-minimal .dropdown ul li > a {
        border-right: 1px solid rgba(0,0,0,0)
    }

    .nav.ms-minimal .dropdown-menu > li > a:hover {
        background-color: #fdfdfd !important
    }

    .nav.ms-minimal > li.active > a {
        background: none !important;
        border-bottom-color: #6a4d8f
    }

    .nav.ms-minimal > li:hover > a {
        background: none;
        border-bottom-color: #6a4d8f
    }

.ms-minimal ul li > a, .ms-minimal ul ul li > a, .ms-minimal ul li > span {
    border-right: 2px solid rgba(248,248,248,0);
    border-radius: 0
}

.ms-minimal li.active > a {
    background: none !important
}

.ms-minimal li:hover > a, .ms-minimal li:hover > span {
    border-right-color: #6a4d8f;
    border-radius: 0 !important
}

.ms-minimal li:hover {
    background: none
}

.nav.ms-minimal > li .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,0)
}

header .navbar-right > .lan-menu {
    padding-right: 0
}

.lan-menu a img {
    margin: -2px 5px 0 0
}

.lan-menu li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #5f5f5f
}

    .lan-menu li a span {
        padding: 0
    }

.lan-menu ul.dropdown-menu {
    min-width: 80px;
    width: 100%
}

.navbar-mini .lan-menu {
    float: right;
    height: 34px;
    width: auto
}

    .navbar-mini .lan-menu li {
        height: 34px
    }

        .navbar-mini .lan-menu li a {
            padding: 8px 15px
        }

    .navbar-mini .lan-menu ul.dropdown-menu {
        padding-top: 0
    }

.lan-menu ul li a {
    padding: 10px 15px
}

.shop-menu-cnt > i {
    font-size: 18px;
    line-height: 50px;
    cursor: pointer
}

.shop-menu-cnt:hover .shop-menu {
    display: block;
    visibility: visible;
    opacity: 1
}

.shop-menu-cnt .shop-menu {
    z-index: 90;
    position: absolute;
    top: 50px;
    right: -16px;
    width: 320px;
    text-align: center;
    background-color: #fff;
    transition: all .4s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden
}

.shop-cart li {
    cursor: pointer
}

    .shop-cart li img {
        width: 65px;
        height: 40px;
        margin: 0;
        float: left
    }

.shop-cart .cart-item .cart-content {
    padding-left: 100px;
    text-align: left
}

.shop-menu-cnt .cart-total {
    display: block;
    text-align: left;
    padding: 8px 16px;
    margin: 0;
    overflow: hidden;
    font-size: 14px
}

.shop-cart {
    list-style: none;
    padding: 0;
    margin: 0
}

    .shop-cart .cart-item {
        height: 70px;
        padding: 15px;
        transition: all .3s
    }

        .shop-cart .cart-item:hover {
            background: none;
            padding-left: 20px
        }

.shop-menu .cart-buttons {
    text-align: left;
    padding: 15px
}

.shop-menu-cnt .cart-count {
    background-color: #000;
    top: 50%;
    margin-top: -5px;
    right: -11px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    z-index: 95;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 600
}

.shop-menu-empty .shop-menu, .wc-backward {
    display: none !important
}

.navbar-big-logo .navbar-brand {
    position: relative;
    top: -36px;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0
}

.navbar-big-logo.navbar-fixed-top .container.scroll-css .navbar-brand {
    top: 0 !important
}

.navbar-big-logo .navbar-mini .container {
    padding-left: 197px;
    min-height: 35px
}

.navbar-big-logo .navbar-brand img {
    max-height: inherit
}

.navbar-big-logo .navbar-header {
    max-height: 30px
}

.navbar-main.middle-box-menu {
    padding-bottom: 41px
}

header.scroll-css .middle-box-menu {
    padding-bottom: 0 !important
}

.box-menu-inner .icon-box i {
    color: #636363
}

.box-menu-inner {
    position: absolute !important;
    left: 50%;
    margin-left: -585px;
    z-index: 95
}

    .box-menu-inner > .row {
        background-color: #fbfbfb;
        margin: 0;
        height: 80px;
        padding: 15px 0;
        border: 1px solid #e8e8e8
    }

    .box-menu-inner .icon-box {
        margin: 0
    }

.subline-bar {
    background-color: #f9f9f9;
    position: absolute;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,.21);
    z-index: 995
}

    .subline-bar li:hover {
        background: rgba(222,221,221,.5);
        border-radius: 0
    }

    .subline-bar ul {
        margin: 0;
        padding: 0;
        display: none
    }

        .subline-bar ul li {
            float: left;
            list-style: none;
            padding: 5px 15px;
            cursor: pointer
        }

    .subline-bar a {
        color: #676767;
        font-size: 13px;
        text-decoration: none !important
    }

header.fixed-top .subline-bar {
    position: fixed;
    margin-top: 85px
}

header.fixed-top.scroll-css .subline-bar {
    margin-top: 50px
}

.menu-right .subline-bar ul {
    float: right
}

.navbar-nav.subheader-bootstrap .sub {
    font-size: 11px;
    display: block;
    color: #848484;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400
}

.navbar-nav.subheader-bootstrap li {
    text-align: left
}

.subtitle-header .navbar-main .navbar-form, .subtitle-header .navbar-main .navbar-social {
    padding: 10px 15px
}

.subtitle-header .lan-menu li a {
    padding-top: 25px;
    padding-bottom: 25px
}

.subtitle-header .search-box {
    margin: 80px 0 0 0
}

.subtitle-header .btn-search {
    margin-top: 17px
}

.navbar.navbar-inner {
    min-height: inherit
}

.navbar-inner .navbar-toggle {
    max-width: 100%;
    padding: 5px 10px;
    color: #696969;
    cursor: pointer;
    text-align: left
}

.nav.inner > li {
    float: left
}

    .nav.inner > li > a {
        color: #444;
        cursor: pointer
    }

        .nav.inner > li > a:focus {
            background: none
        }

.nav.inner li:hover {
    background: none
}

.nav.inner, .navbar-inner .navbar-toggle {
    margin: 5px 0;
    float: none
}

    .navbar-inner .navbar-toggle:hover {
        background-color: #eee
    }

    .navbar-inner .navbar-toggle span {
        font-size: 13px;
        margin: 0 15px;
        line-height: 28px
    }

    .navbar-inner .navbar-toggle i {
        font-size: 14px;
        margin-top: 3px
    }

.navbar-inner .navbar-collapse {
    padding: 0
}

.navbar-inner .navbar-toggle i:last-child, .navbar-header .hamburger-button {
    float: right
}

.navbar-inner li > a > i.fa {
    margin-right: 0
}

.nav.inner > li > a:hover, .nav.inner:not(.ms-rounded) > li.active, .nav.inner.ms-rounded > li.active a {
    background-color: #f5f5f5
}

.nav.inner.ms-rounded {
    background: none !important;
    border: none;
    margin: -5px 0
}

    .nav.inner.ms-rounded li a {
        line-height: 10px;
        padding: 10px 15px;
        border: 1px solid #9c9c9c;
        border-radius: 35px;
        margin-right: 10px;
        cursor: pointer;
        font-size: 12px;
        letter-spacing: .5px;
        color: #585858;
        font-weight: 600
    }

    .nav.inner.ms-rounded.over > li {
        padding-bottom: 15px
    }

    .nav.inner.ms-rounded .dropdown-menu li, .nav.inner .dropdown-menu li a {
        border: none;
        border-radius: 0;
        margin-right: 0
    }

        .nav.inner.ms-rounded .dropdown-menu li a {
            padding: 3px 20px;
            line-height: 1.42857143
        }

    .nav.inner.ms-rounded .dropdown-menu {
        border-radius: 10px;
        padding-top: 8px;
        padding-bottom: 8px
    }

.nav-center .scroll-show.showed {
    display: inline-block !important
}

.navbar-main.navbar-middle li.scroll-show.showed {
    display: inline-block !important
}

.navbar-main.navbar-middle .collapse > ul.nav {
    text-align: center;
    float: none
}

.navbar-main.navbar-middle .navbar-header {
    display: none
}

.navbar-main.navbar-middle ul.nav > li {
    float: none;
    display: inline-block
}

.navbar-middle .navbar-brand.center {
    height: auto;
    margin: 15px 0;
    display: block
}

.navbar-middle .navbar-collapse {
    position: relative
}

.navbar-middle .navbar-right {
    position: absolute;
    right: 0;
    top: 0
}

header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
    margin-left: 0 !important
}

.nav-center, .nav-center ul {
    float: none;
    text-align: center
}

.nav-center {
    width: 100%;
    max-width: 100%
}

.nav.nav-center > li {
    float: none;
    display: inline-block
}

.nav-center .dropdown-menu li {
    display: block;
    text-align: left
}

.icon-menu .navbar-collapse ul.nav > li > a i {
    margin-right: 10px;
    font-size: 40px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    vertical-align: middle;
    color: #5d5d5d
}

.icon-menu:not(.icon-menu-top) ul.nav > li > a i {
    width: auto;
    margin-right: 10px
}

.icon-menu .navbar-collapse ul.nav i.onlycover {
    background-size: contain;
    background-repeat: no-repeat
}

.icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
    width: 60px !important;
    display: inline-block
}

.icon-menu .navbar-collapse ul.nav > a {
    padding: 10px 15px
}

header .icon-top.nav > li > a i {
    display: block;
    text-align: center;
    font-size: 34px !important;
    padding-bottom: 5px;
    margin: 0 auto !important;
    height: 36px;
    width: 40px !important;
    line-height: 40px
}

.icon-menu .icon-top > li > a {
    text-align: center
}

@media(min-width:769px) {
    .au-responsive h2 {
        margin-top: 290px
    }

    header.fixed-top.scroll-css .icon-menu .navbar-collapse ul.nav > li > a > i {
        font-size: 25px !important;
        height: 25px;
        line-height: 25px;
        transition: all .3s
    }

    header.fixed-top.scroll-css .icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
        width: 25px !important
    }
}

.icon-menu .navbar-brand {
    height: 90px
}

.icon-menu-top .navbar-brand {
    height: 110px
}

.icon-top > li > .dropdown-toggle > .caret {
    display: none
}

.icon-menu.icon-menu-top .nav.navbar-right {
    margin-top: 30px
}

.icon-menu .navbar-main .nav.navbar-right {
    margin-top: 20px
}

.scroll-css .icon-menu.icon-menu .nav.navbar-right {
    margin-top: 2px
}

.scroll-css .icon-menu.icon-menu-top .nav.navbar-right {
    margin-top: 12px
}

header.scroll-css .icon-menu .navbar-brand {
    height: 55px;
    padding: 5px 15px 5px 15px;
    transition: all .3s
}

header.scroll-css .icon-menu-top .navbar-brand {
    height: 75px
}

header.scroll-css .icon-top .icon-menu .navbar-brand {
    height: 75px
}

.side-menu .panel .col {
    padding: 86px 25px 0 0
}

    .side-menu .panel .col:last-child {
        padding-right: 0
    }

.side-menu .col .fa-li {
    line-height: 33px
}

.side-menu-center {
    top: 50%;
    transform: translateY(-50%);
    position: relative
}

.side-menu-container, .side-menu-container #fullpage-main, .side-menu-container .footer-parallax {
    padding-left: 250px
}

    .side-menu-container .fullpage-varrow .arrow {
        padding-left: 250px
    }

.side-menu .arrow {
    float: right;
    line-height: 1.42857;
    font-weight: 400
}

.side-menu .glyphicon.arrow:before {
    content: ""
}

.side-menu .active > a > .glyphicon.arrow:before {
    content: ""
}

.side-menu-fixed .scroll-content, .side-menu .scroll-content {
    height: 100%;
    padding-bottom: 5px;
    padding-right: 0
}

.side-menu-fixed .top-area {
    padding: 15px 0
}

.side-menu-header.navbar-fixed-top .navbar-header {
    display: block
}

.side-menu .fa.arrow:before {
    transform: rotate(45deg)
}

.side-menu .active > a > .fa.arrow:before {
    content: ""
}

.side-menu .ion.arrow:before {
    content: ""
}

.side-menu .active > a > .ion.arrow:before {
    content: ""
}

.side-menu .plus-minus, .side-menu .plus-times {
    float: right;
    line-height: 20px;
    font-weight: 400
}

.side-menu .fa.plus-times:before {
    content: ""
}

.side-menu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.side-menu .fa.plus-minus:before {
    content: ""
}

.side-menu .active > a > .fa.plus-minus:before {
    content: ""
}

.side-menu .collapse {
    display: none
}

    .side-menu .collapse.in, .side-menu li.active > ul {
        display: block
    }

.side-menu ul {
    background-color: #fbfbfb
}

    .side-menu ul ul {
        background-color: #f5f5f5
    }

.side-menu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility
}

.mi-menu .sidebar-nav {
    border: 1px solid #e0e0e0;
    height: 100%
}

.sidebar-nav li ul li a {
    padding-right: 20px !important
}

header.side-menu-lateral .sidebar-nav li ul li a, .sidebar-nav li.panel-item ul li a {
    padding-right: 20px !important
}

.menu-left .sidebar-nav li ul li a {
    padding-right: 0 !important;
    padding-left: 30px !important
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
    outline: none
}

ul.side-menu {
    display: block;
    padding: 1px 0
}

    ul.side-menu li:first-child {
        margin-top: -1px
    }

.sidebar-nav ul li, .sidebar-nav ul a, .sidebar-nav .panel-item > span {
    display: block;
    cursor: pointer
}

.sidebar-nav .panel-item ul ul {
    background: none
}

.mi-menu ul li > a, .sidebar-nav .panel-item > span {
    padding: 10px 20px;
    color: #616161
}

.side-menu-fixed .mi-menu nav {
    border: none;
    background: none;
    height: auto
}

.side-menu li.divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.mi-menu .sidebar-nav ul li:first-child > a {
    border-top: none
}

.mi-menu .sidebar-nav ul ul a {
    padding: 10px 30px;
    border-radius: 0
}

header.side-menu-lateral .mi-menu .sidebar-nav ul ul a, .mi-menu .sidebar-nav li.panel-item ul li a {
    padding: 10px 20px
}

.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:active {
    background-color: rgba(0,0,0,.03)
}

.sidebar-nav-item {
    padding-left: 5px
}

.post-template-default .sidebar-cnt, .page-template-default .sidebar-cnt, .footer-parallax-container .comments-cnt, .footer-parallax-container .footer-parallax-container {
    background-color: #fff
}

.sidebar-cnt .comments-cnt > .container {
    width: 100%
}

.side-menu ul a {
    border-color: #dadada;
    font-weight: 400
}

.side-menu ul ul a {
    border-color: #e4e4e4
}

.side-menu-fixed {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99995;
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    box-shadow: 1px 0 2px rgba(0,0,0,.05)
}

    .side-menu-fixed .brand {
        text-align: center;
        display: block;
        padding: 25px 5px
    }

    .side-menu-fixed .bottom-area {
        position: absolute;
        bottom: 20px;
        padding: 20px 0;
        width: 100%;
        text-align: center
    }

    .side-menu-fixed .social-group {
        margin: 15px;
        display: block
    }

        .side-menu-fixed .social-group a {
            display: inline-block
        }

    .side-menu-fixed .bottom-area p {
        margin: 5px;
        color: #7b7b7b;
        font-size: 12px
    }

    .side-menu-fixed .panel {
        min-width: 250px;
        height: 100% !important;
        position: fixed;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        left: 250px;
        background-color: #fbfbfb;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        box-shadow: 5px 2px 10px rgba(0,0,0,.06);
        padding: 25px;
        z-index: 90
    }

.panel-item .panel .fa-ul {
    display: block;
    position: static;
    padding-left: 27px
}

    .panel-item .panel .fa-ul li a {
        padding: 0;
        padding: 6px 2px
    }

.side-menu-fixed .panel ul, .sidebar-nav .panel ul li.active {
    background: none !important
}

.side-menu-fixed .panel > ul.collapse {
    display: block;
    margin-left: -25px;
    margin-right: -25px
}

navbar-fixed-top .side-menu-fixed .brand {
    display: none
}

*[data-menu-anima] .panel-item .panel ul {
    opacity: 1
}

.side-menu-header > .navbar {
    display: none
}

    .side-menu-header > .navbar.navbar-fixed-top {
        display: block
    }

.sm {
    padding-left: 250px
}

.side-menu .active {
    background-color: #fbfbfb;
    font-weight: 600
}

.side-menu ul .active {
    background-color: rgba(243,243,243,.8)
}

    .side-menu ul .active > a {
        font-weight: 600
    }

*[data-spy="scroll"] .side-menu li.active > ul, .scroll-spy-menu li.active > ul {
    height: auto !important
}

.slimScrollBar-menu .slimScrollBar {
    opacity: 0 !important
}

.sidebar-nav.scroll-content, .sidebar.scroll-content {
    padding-right: 0
}

@media(min-width:993px) {
    .side-menu-lateral .side-menu li:hover > ul {
        display: block !important;
        height: auto !important;
        z-index: 1000;
        visibility: visible;
        box-shadow: 4px 2px 5px rgba(0,0,0,.07);
        border: 1px solid #dedede
    }

    .side-menu-lateral .side-menu li {
        position: relative;
        font-weight: 400
    }

    .side-menu-lateral .side-menu > li:not(.panel-item) ul {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 200px;
        display: none;
        border: 1px solid #f1f1f1;
        height: initial !important
    }

    .side-menu-lateral li:hover > ul, .side-menu-lateral .side-menu > li:not(.panel-item):hover > ul, .side-menu-lateral .side-menu > li:not(.panel-item) > ul > li:hover > ul {
        display: block
    }

    .side-menu-lateral .panel > ul {
        position: static
    }

    .side-menu-lateral .panel-item .panel ul ul {
        background: none;
        border: none !important;
        box-shadow: none !important
    }

    .side-menu-lateral .slimScrollDiv, .side-menu-lateral .mi-menu nav {
        overflow: visible !important
    }

    .navbar-header .hamburger-button, .side-menu-header .navbar-header .navbar-brand {
        display: none
    }
}

.side-menu.ms-simple li:hover {
    opacity: .7
}

.side-menu.ms-simple li a {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    background: none !important
}

.side-menu.ms-simple {
    padding: 0
}

.side-menu i {
    width: 25px;
    color: #616161
}

.side-menu li.open ul {
    display: block
}

.white-footer span, .white-footer p, .white-footer {
    color: #000 !important;
    font-family: 'Poppins',sans-serif;
}

    .white-footer h3 {
        /*color: #1e977c !important;*/
        color: #000 !important;
        font-size: 15px !important;
        font-weight: 500;
    }

.text-s {
    line-height: 25px !important;
}

.white-footer li a {
    font-family: 'Poppins', sans-serif;
    /* color: #99a2b3 !important;*/
    color: #454545 !important;
    /*font-weight: 500;*/
    font-weight: 500;
    font-size: 14px !important;
}

.white-footer li {
    list-style-type: none
}

.footer-parallax-container .header-title:after {
    background: none
}

.white-footer li a:hover {
    color: #1e977c !important
}

footer {
    background-color: #2d2d47;
    position: relative;
    z-index: 1;
    margin-top: 0 !important
}

    footer h4, footer h5, footer h6 {
        margin-top: 0
    }

.footer-base hr {
    margin-left: 0
}

.footer-bg {
    height: 330px;
    padding: 15px 0;
    background-position: center top
}

    .footer-bg .footer-center {
        border: none;
        margin-top: 0
    }

footer .container {
    padding: 30px 15px !important
}

.footer-bg .copy-row .copy-text {
    letter-spacing: 1px
}

.footer-1 {
    text-align: justify
}

footer .social-group i {
    color: #4c4c4c
}

.copy-row .col-md-12 {
    text-align: center
}

.footer-list a {
    display: block;
    border-bottom: 1px solid rgba(117,117,117,.1);
    color: #464646;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.copy-row hr {
    margin: 10px 15px 15px 15px
}

.copy-row .copy-text {
    font-size: 12px;
    line-height: 20px
}

.copy-row .nav {
    float: right;
    display: block;
    width: inherit;
    margin: 0 -15px 0 0
}

.footer-minimal .container {
    text-align: center
}

footer .social-group a {
    margin: 0 5px;
    display: inline-block
}

footer .social-group {
    float: none;
    margin-bottom: 15px
}

.footer-left {
    text-align: left
}

.fs-15 {
    font-size: 15px !important;
}

.footer-right {
    text-align: right
}

.footer-center {
    text-align: center
}

footer .content {
    overflow: hidden
}

footer.footer-parallax .content {
    margin-top: 0
}

footer.footer-center .content {
    border-top: 1px solid #e2e2e2;
    background-color: #fff
}

.footer-center .footer-main {
    margin: 20px;
    font-size: 13px
}

.footer-center .copy-row {
    margin-top: 15px;
    color: #757575;
    padding: 10px
}

.footer-minimal .copy-row {
    padding: 10px
}

.footer-center .footer-title {
    color: #4c4c4c;
    margin-bottom: 20px;
    font-weight: 600
}

.footer-parallax {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -121;
    height: 320px;
    padding-top: 20px;
    opacity: 0
}

    .footer-parallax .container {
        padding-top: 30px
    }

.footer-parallax-container {
    min-height: 500px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 30px -5px rgba(58,58,58,.72);
    margin-bottom: 290px
}

.overlay-content .footer-parallax {
    position: static
}

.footer-parallax .copy-text {
    float: none
}

.bg-overlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%
}

    .bg-overlay.video {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 3;
        background-color: rgba(0,0,0,.25)
    }

    .bg-overlay.dotted {
        background-image: url(../images/casestudy/dotted.png);
        background-color: rgba(0,0,0,.5);
    }

    .bg-overlay.line-45 {
        background-image: url(images/overlay/line-45.png)
    }

    .bg-overlay.carbonio {
        background-image: url(images/overlay/carbonio.png)
    }

    .bg-overlay.tile {
        background-image: url(images/overlay/tile.png)
    }

    .bg-overlay.points {
        background-image: url(images/overlay/points.png)
    }

    .bg-overlay.transparent-dark {
        background-color: rgba(0,0,0,.51)
    }

    .bg-overlay.transparent-light {
        background-color: rgba(255,255,255,.7)
    }

    .bg-overlay.squares {
        background-image: url(images/overlay/squares.png)
    }

    .bg-overlay.tv {
        background-image: url(images/overlay/tv.gif);
        opacity: .1
    }

.overlay-container, .bg-gradient-container {
    position: relative;
    overflow: hidden
}

    .overlay-container .bg-overlay, .background-page > .bg-overlay, .bg-gradient-container .bg-gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        transform: translate3d(0,0,0)
    }

.overlay-content {
    position: relative;
    z-index: 9
}

.background-page {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: fixed;
    overflow: hidden;
    background-size: cover;
    background-position: center center
}

    .background-page .flexslider {
        background-color: rgba(0,0,0,0) !important;
        height: 100%;
        margin: 0;
        z-index: 0
    }

        .background-page .flexslider .slides > li, .background-page .flexslider .slides, .full-screen-size .layer-parallax, .full-screen-title .layer-parallax, .full-screen-title .videobox {
            height: 100% !important
        }

    .background-page iframe {
        border-style: none
    }

iframe {
    border: none
}

.background-page video {
    width: 100%;
    bottom: 0;
    top: 0
}

.title .title-content h1, .title .title-content .breadcrumb {
    margin-top: 0;
    text-transform: inherit
}

.header-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -120;
    left: 0;
    height: 100%
}

.header-title, .header-animation {
    text-align: center;
    /*height: 350px;*/
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative
}

@media(max-width:1650px) {
    .parallax-side-cnt .parallax-slider {
        width: auto !important;
        height: auto !important;
        left: 50% !important;
        transform: translate3d(0,0,0) translateX(-50%) !important
    }

    .pr-0 {
        padding-right: 0 !important
    }

    .pl-0 {
        padding-left: 0 !important
    }
}

.header-title .breadcrumb.b, .header-slider .breadcrumb.b, .header-video .breadcrumb.b, .header-animation .breadcrumb.b {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0
}

    .header-title .breadcrumb.b a, .header-video .breadcrumb.b a, .header-video .breadcrumb.b a, .header-animation .breadcrumb.b a, .header-slider .breadcrumb.b a {
        color: #585858
    }

.header-title.white .breadcrumb a, .header-video.white .breadcrumb a, .header-video.white .breadcrumb a, .header-base.white .breadcrumb a, .header-animation.white .breadcrumb a, .header-slider.white .breadcrumb a {
    color: #e4e4e4
}

.header-title.full-screen-title {
    position: relative;
    padding-top: 0
}

.header-slider .overlaybox, .header-video .overlaybox, .section-bg-video .overlaybox, .section-slider .overlaybox {
    position: absolute;
    z-index: 95;
    width: 100%;
    top: 0;
    text-align: center
}

.header-slider, .header-video, .header-title {
    overflow: hidden;
    position: relative
}

.full-screen-title .overlaybox {
    top: 50% !important;
    position: absolute;
    width: 100%;
    z-index: 9
}

.header-base {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    background-color: #6f6f6f;
    border-bottom: 1px solid #e6e6e6
}

    .header-base:not(.bg-cover) {
        background-color: #353535;
        color: #fff
    }

        .header-base:not(.bg-cover) p {
            color: rgba(255,255,255,.85)
        }

    .header-base h1, .header-base.header-bar h1 {
        margin-top: 20px !important
    }

    .header-base .bar {
        height: 35px
    }

    .header-base.header-bar {
        padding-top: 0
    }

        .header-base.header-bar h2 {
            color: #828282
        }

div.header-base.header-bar .breadcrumb.b a {
    color: #828282
}

.header-base hr {
    width: 100%;
    position: relative
}

.header-base .breadcrumb {
    margin-top: 20px
}

@keyframes ken-burn-in {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.parallax-mirror.ken-burn img {
    animation: ken-burn-in 13s;
    transform-origin: bottom left;
    transform: scale(1.2)
}

.parallax-mirror.ken-burn-center img {
    animation: ken-burn-in 10s;
    transform: scale(1.2)
}

.parallax-mirror.ken-burn-out img {
    transform-origin: bottom left;
    transform: scale(1.1) !important;
    transition: transform 10s
}

.header-parallax {
    z-index: 2;
    height: 350px
}

.layer-parallax {
    left: 0;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 500px;
    width: 100%;
    z-index: -1;
    position: fixed !important
}

.header-parallax img {
    width: 100%
}

.full-screen-title.header-parallax {
    padding-top: 0;
    z-index: 0
}

.header-slider .flex-control-nav {
    bottom: 10px;
    z-index: 95
}

.header-slider .flex-control-paging li a {
    background: rgba(171,171,171,.5)
}

    .header-slider .flex-control-paging li a.flex-active {
        background: rgba(181,181,181,.9)
    }

.header-video .layer-parallax {
    height: 600px
}

.header-video {
    height: 350px;
    overflow: hidden
}

.videobox {
    position: absolute;
    height: 350px;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

    .videobox .mobile-poster {
        display: none;
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .videobox video {
        width: 100%
    }

    .videobox iframe {
        width: 200%;
        margin-left: -50%;
        margin-top: -15%;
        height: 200%;
        position: absolute;
        left: 0
    }

*::state(--webkit-media-controls-play-button),
*::state(--webkit-media-controls-start-playback-button),
*::state(--webkit-media-controls-panel) {
    display: none !important;
    -webkit-appearance: none
}

*::state(--webkit-media-controls-play-button), *::-webkit-media-controls-start-playback-button, *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none
}

.header-video .overlaybox {
    overflow: hidden
}

.header-animation:not(.section-bg-animation) .title-base {
    margin-top: 100px
}

.header-animation .anima-layer {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    min-width: 900px;
    min-height: 612px;
    overflow: hidden;
    z-index: 3
}

[data-parallax].header-animation .anima-layer {
    top: 0
}

.header-animation .clouds-1 {
    background: rgba(0,0,0,0) url(images/assets/clouds_1.png) 100px 30px repeat-x
}

.header-animation .clouds-2 {
    background: rgba(0,0,0,0) url(images/assets/clouds_2.png) 200px 220px repeat-x
}

.header-animation .fog-1 {
    background: rgba(0,0,0,0) url(images/assets/fog_1.png) 200px 30px repeat-x
}

.header-animation .fog-2 {
    background: rgba(0,0,0,0) url(images/assets/fog_1.png) 200px 160px repeat-x
}

.header-animation .fog-3 {
    background: rgba(0,0,0,0) url(images/assets/fog_2.png) 0 0 repeat-x
}

.header-animation .overlay {
    position: absolute;
    left: 50%;
    z-index: 5
}

    .header-animation .overlay.bottom {
        bottom: 0
    }

.header-animation .container {
    position: relative;
    z-index: 9
}

.header-animation.header-parallax .layer-parallax {
    background-size: cover;
    background-position: center center
}

.header-animation {
    position: relative;
    height: 500px
}

.porfolio-bar a {
    color: #3d3d3d
}

    .porfolio-bar a i {
        font-size: 20px;
        margin-top: -5px
    }

.portfolio-details.fixed-area.active {
    padding: 25px 15px
}

.portfolio-details h3 {
    margin-top: 0
}

.dropdown-submenu > a:after, body .flex-direction-nav a:before, body .flex-direction-nav a.flex-next:before, .side-menu .fa.arrow:before, .dropdown .caret:before, .pagination > li > a i:before, .porfolio-bar .icon-box i:before, .fullpage-arrow i:before, .fullpage-varrow i:before, .mfp-arrow:before, li > a > .plus-times:before, .scroll-top-mobile:before {
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    content: "" !important;
    display: inline-block;
    margin-left: .3em;
    position: relative;
    pointer-events: none;
    width: 6px;
    height: 6px;
    transition: right .15s;
    /*border-color: rgba(93,93,93,.5)*/
}

.white .fullpage-arrow i:before, .white .fullpage-varrow i:before, .white .mfp-arrow:before, .white li > a > .plus-times:before {
    border-color: rgba(255,255,255,.5)
}

.caret:before, .dropdown-submenu > a:after {
    transform: rotate(135deg)
}

li > a > .plus-times:before {
    transform: rotate(45deg)
}

.pagination > li > a i:before {
    transform: rotate(45deg);
    top: -1px
}

.pagination > li.first > a i:before, .pagination > li.prev > a i:before {
    transform: rotate(225deg)
}

.porfolio-bar > div:first-child .icon-box i:before {
    transform: rotate(225deg);
    top: -2px
}

.porfolio-bar > div:last-child .icon-box {
    float: right
}

    .porfolio-bar > div:last-child .icon-box i:before {
        transform: rotate(45deg);
        top: -2px
    }

.scroll-top-mobile:before {
    top: -4.5px;
    left: -2px;
    transform: scale(1.2) rotate(-45deg)
}

.pagination .next i, .pagination-sm .last i, .pagination i[class*="right"] {
    margin-left: 7px
}

.pagination .prev a i, .pagination .first a i, .pagination i[class*="left"] {
    margin-right: 7px
}

.hide-first-last .first, .hide-first-last .last {
    display: none
}

.pagination > li > a {
    color: #585858;
    border: 1px solid #9c9c9c
}

.pagination > li.disabled > a {
    border: 1px solid #9c9c9c;
    color: #969696
}

    .pagination > li.disabled > a:hover {
        border: 1px solid #9c9c9c
    }

.pagination > li > a:hover, .pagination > li > a:focus {
    border-color: #9c9c9c;
    color: #585858
}

.list-nav .pagination {
    margin: 0 auto
}

[data-height].collapse-box .panel:after {
    content: '';
    position: absolute;
    height: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)
}

[data-height].collapse-box .panel.no-gradient:after {
    background: none
}

.fixed-area {
    z-index: 27
}

[class*="col-md"].fixed-area.active {
    margin-left: 0;
    margin-right: 0
}

.fixed-area > .row > *:not([class*=boxed]) {
    margin: 0 15px
}

.scroll-box {
    overflow: hidden
}

.slimScrollDiv .scroll-box {
    padding-right: 20px
}

.scroll-content {
    padding-right: 25px
}

    .scroll-content > .col-md-12 {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }

    .scroll-content.gradient-bottom:after {
        content: "";
        position: absolute;
        right: 10px;
        left: 0;
        bottom: 0;
        background: linear-gradient(to top,rgba(37,37,37,.73) 0%,rgba(0,0,0,0) 100%);
        height: 18px;
        margin-bottom: 0;
        border-top: none
    }

    .scroll-content.gradient-light:after {
        background: linear-gradient(to top,rgba(255,255,255,.59) 0%,rgba(0,0,0,0) 100%)
    }

.grid-box, .maso-box {
    margin: -5px;
    width: 100%;
    width: calc(100% + 10px)
}

    .grid-box.no-margins.row {
        margin: 0;
        width: 100%
    }

    .grid-box .img-box:not(.thumbnail) > span, .grid-box .img-box-adv > span {
        height: auto
    }

    .grid-box.no-margins > .grid-item, .no-margins > .grid-item {
        padding: 0
    }

    .grid-box > .grid-item {
        padding: 5px
    }

    .grid-box .pagination-sm {
        margin: 15px 5px
    }

.grid-item .advs-box .img-box, .grid-item .adv-img-down-text .img-box {
    height: auto
}

.grid-item .img-box:not([class*="row-"]), .grid-item .box, .grid-item .base-box {
    height: 100%
}

.grid-item p {
    height: auto
}

.grid-item > div {
    padding-left: 0;
    padding-right: 0
}

.grid-item > a, .maso-item > a {
    display: block
}

.menu-outer ul.nav {
    position: absolute;
    top: -85px;
    text-align: right;
    width: 100%
}

    .menu-outer ul.nav li {
        float: none;
        display: inline-block
    }

.load-more-maso.btn i, .load-more-grid.btn i {
    margin-right: 0
}

.album-title {
    padding: 5px 0;
    display: none;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase
}

    .album-title .btn {
        margin-left: 15px
    }

        .album-title .btn .fa {
            margin: 0 10px 0 0
        }

.album-box.col-md-2 .album-img {
    height: 75px
}

.album-box.col-md-6 .album-img {
    height: 200px
}

.album-box {
    padding: 15px
}

.album-item > div {
    padding-left: 0;
    padding-right: 0
}

.grid-list .list-nav {
    text-align: center;
    margin-top: 20px
}

.maso-list, .grid-list {
    position: relative
}

.album-item .maso-list .navbar-inner {
    margin-top: 25px
}

.maso-list .navbar-inner {
    margin-bottom: 5px
}

.maso-box > .maso-item {
    padding: 5px;
    visibility: hidden;
    max-width: 100%;
    height: auto
}

.maso-item > * {
    opacity: 0
}

.maso-mask .maso-item > a, .maso-custom .maso-item > * {
    opacity: 1
}

.maso-mask .maso-item, .maso-custom .maso-box > .maso-item {
    visibility: visible
}

.maso-box.no-margins .maso-item, .no-margins .maso-item {
    padding: 0
}

.maso-item .img-box {
    position: relative;
    width: 100%
}

.maso-item > .img-box {
    display: block
}

.maso-item .img-box:not([class*="row-"]) {
    height: 100%
}

.maso-box.bottom-endline {
    overflow: hidden;
    visibility: hidden
}

.maso-box.no-margins.row {
    margin: 0
}

.maso-box .clear {
    float: left
}

.maso-layout .maso-item:nth-child(3n+0) .img-box {
    height: 550px;
    max-height: 550px
}

.maso-layout .maso-item:nth-child(2n+0) .img-box {
    height: 350px;
    max-height: 350px
}

.maso-layout .maso-item:nth-child(4n+0) .img-box {
    height: 250px;
    max-height: 250px
}

.maso-layout .maso-item:nth-child(1) .img-box {
    height: 450px;
    max-height: 450px
}

.nav.inner.ms-rounded .maso-order {
    padding: 5px 15px;
    margin-right: 0;
    border-radius: 35px;
    color: #585858;
    line-height: 20px
}

.maso-order i {
    margin-right: 2px
}

.maso-order:hover {
    background-color: #eee;
    cursor: pointer
}

.maso-list .list-nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px
}

.google-map {
    background: rgba(0,0,0,.1);
    height: 350px
}

.social-group i {
    font-size: 17px;
    display: block !important;
    float: left;
    color: #a9a9a9;
    cursor: pointer;
    /* border-right: 1px solid #dbdbdb;*/
    font-weight: 400 !important
}

    .social-group i.circle, .social-button i.circle {
        color: #585858;
        background: none;
        border: 1px solid #828282;
        margin-right: 2.5px;
        margin-left: 2.5px
    }

.social-group a {
    display: inline-block
}

.social-group-button {
    display: inline-block;
    position: relative
}

    .social-group-button .social-group i {
        opacity: 0;
        width: 25px;
        height: 25px;
        font-size: 12px;
        padding: 8px 0;
        line-height: 9px !important;
        transition: none
    }

    .social-group-button .social-group {
        display: none;
        position: absolute;
        margin-left: 57px;
        z-index: 25;
        top: 50%;
        margin-top: -13px;
        width: 250px;
        text-align: left
    }

    .social-group-button.bottom-icons .social-group {
        margin: 30px -125px;
        left: 50%;
        text-align: center
    }

    .social-group-button .social-button {
        cursor: pointer;
        position: relative
    }

    .social-group-button.social-line .social-group {
        width: 47px;
        left: 50%;
        margin-left: -23.5px;
        margin-top: 35px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,.42);
        border-radius: 20px;
        padding: 12px 7px 6px 8px;
        display: none
    }

        .social-group-button.social-line .social-group a {
            display: block;
            height: 30px
        }

.social-line .social-group i.circle {
    border-color: #828282 !important;
    color: #585858 !important
}

    .social-line .social-group i.circle:hover {
        border-color: #fff !important;
        color: #fff !important
    }

.social-group a:first-child {
    margin-left: 0
}

.social-group a:last-child {
    margin-right: 0
}

.social-group a i {
    padding: 10px 12px;
    width: 40px;
    text-align: center;
    font-weight: 400 !important
}

/*.social-group i:hover, .minisocial-group i:hover {
    background: rgba(31,31,31,.05)
}*/

.social-group .fa:hover {
    color: #fff;
    background-color: #505050;
    border-radius: 2px
}

.social-group .circle.fa:hover {
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0)
}

.social-group .fa-facebook {
    padding: 10px 14px
}

.social-group .fa-twitter {
    padding: 10px 11px
}
/*
.social-group [class*="facebook"]:hover, .social-colors [class*="facebook"] {
    background-color: #3b5998;
    color: #fff !important
}

.minisocial-group [class*="facebook"]:hover, .social-colors [class*="facebook"] {
    background-color: #3b5998;
    color: #fff !important
}

.social-group [class*="twitter"]:hover, .social-colors [class*="twitter"] {
    background-color: #3b8aca;
    color: #fff !important
}

.minisocial-group [class*="twitter"]:hover, .social-colors [class*="twitter"] {
    background-color: #3b8aca;
    color: #fff !important
}

.social-group [class*="pinterest"]:hover, .social-colors [class*="google"] {
    background-color: #d7473d;
    color: #fff !important
}

.minisocial-group [class*="pinterest"]:hover, .social-colors [class*="google"] {
    background-color: #d7473d;
    color: #fff !important
}

.social-group [class*="linkedin"]:hover, .social-colors [class*="linkedin"] {
    background-color: #0077b5;
    color: #fff !important
}

.minisocial-group [class*="linkedin"]:hover, .social-colors [class*="linkedin"] {
    background-color: #0077b5;
    color: #fff !important
}

.social-group [class*="youtube"]:hover, .social-colors [class*="youtube"] {
    background-color: #cc181e;
    color: #fff !important
}

.minisocial-group [class*="youtube"]:hover, .social-colors [class*="youtube"] {
    background-color: #cc181e;
    color: #fff !important
}

.social-group [class*="instagram"]:hover, .social-colors [class*="instagram"] {
    background-color: #464646;
    color: #fff !important
}

.minisocial-group [class*="instagram"]:hover, .social-colors [class*="instagram"] {
    background-color: #464646;
    color: #fff !important
}*/

.social-colors i:hover {
    opacity: .8
}

.social-colors i {
    color: #fff
}

.countdown .countdown-text {
    margin-right: 5px
}

.countdown {
    margin: 0 -10px
}

.table .table {
    background-color: rgba(0,0,0,0)
}

.text-center th {
    text-align: center
}

.grid-table {
    width: 100%;
    table-layout: fixed;
    text-align: center
}

    .grid-table td {
        padding: 25px
    }

        .grid-table td > div {
            padding-left: 0;
            padding-right: 0
        }

    .grid-table.full-border-table {
        border: 1px solid #d2d2d2
    }

.border-table td {
    border: 1px solid #d2d2d2
}

.border-table tr:first-child td {
    border-top: none
}

.border-table tr:last-child td {
    border-bottom: none
}

.border-table tr td:first-child {
    border-left: none
}

.border-table tr td:last-child {
    border-right: none
}

div .hc_space_cnt {
    padding: 0 0 0 0;
    clear: both
}

.breadcrumb.b {
    background-color: rgba(0,0,0,0);
    padding: 0;
    text-align: right
}

.tagbox span, .tagbox a, .tagcloud a {
    padding: 5px 15px;
    background-color: #484848;
    color: #fff !important;
    margin: 0 8px 8px 0;
    white-space: nowrap;
    float: left;
    border-radius: 3px;
    cursor: pointer
}

    .tagbox span:hover {
        opacity: .7
    }

.screen-reader-text {
    display: none
}

.box-steps .step-item {
    padding: 0 50px
}

    .box-steps .step-item:after {
        content: '';
        font-family: 'FontAwesome';
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -12.5px;
        font-size: 25px;
        opacity: .5
    }

    .box-steps .step-item > h3 {
        font-weight: 300
    }

.box-steps .step-number {
    position: absolute;
    left: 15px;
    font-size: 40px;
    line-height: 40px;
    opacity: .3
}

.box-steps .step-item:last-child:after {
    display: none
}

.icon-list.vertical-icon-list .list-item {
    display: block;
    margin-bottom: 10px
}

.icon-list .list-item label {
    padding: 0 10px;
    cursor: text
}

.icon-list.text-bold .list-item label {
    font-weight: 600
}

.icon-list .list-item {
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px
}

.icon-list.text-right .list-item {
    margin-left: 10px;
    margin-right: 0
}

.icon-list.text-center .list-item {
    margin-left: 10px
}

.icon-list .list-item i, .icon-list .list-item label, .icon-box-top-bottom label {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    line-height: normal
}

.icon-list.icon-list-top-bottom .list-item, .icon-box-top-bottom {
    text-align: center;
    margin-right: 0
}

.icon-list.icon-list-top-bottom label {
    display: block
}

.icon-list.icon-list-top-bottom .list-item i {
    display: inline-block;
    margin: 5px 0
}

.icon-list.text-right {
    margin-left: -10px
}

.icon-list.text-left {
    margin-right: -10px
}

.list-items .list-item {
    padding: 10px 0;
    border-bottom: 1px dashed #e6e6e6;
    transition: padding .3s
}

    .list-items .list-item:hover {
        padding-left: 5px;
        background-color: rgba(115,115,115,.02)
    }

    .list-items .list-item:last-child {
        border-bottom: none
    }

    .list-items .list-item h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .list-items .list-item p {
        line-height: 25px;
        color: #797979;
        font-size: 13px;
        margin: 0
    }

    .list-items .list-item span {
        text-align: right;
        display: block;
        font-size: 20px;
        white-space: nowrap;
        font-weight: 600;
        color: #696969
    }

.list-item-img {
    position: relative
}

    .list-item-img .col-md-9 {
        padding: 10px 0 10px 110px
    }

    .list-item-img .col-md-3 {
        padding-top: 10px
    }

    .list-item-img .icon {
        position: absolute;
        width: 80px;
        left: 14px;
        height: 80px;
        top: 50%;
        margin-top: -40px
    }

.list-items .list-item.list-item-img {
    border-bottom: none
}

.list-item-img:after {
    content: '';
    position: absolute;
    width: 85%;
    width: calc(100% - 95px);
    margin-left: 95px;
    margin-top: 9px;
    height: 1px;
    border-bottom: 1px solid #e6e6e6
}

.list-items .list-item-img:last-child:after {
    display: none
}

.list-items-justified .list-item {
    position: relative
}

    .list-items-justified .list-item h3 {
        float: left;
        width: 30%;
        padding-right: 15px
    }

.list-items-justified .col-md-9, .list-items-justified .col-md-10 {
    width: 100%;
    display: flex
}

.list-items-justified .col-md-3, .list-items-justified .col-md-2 {
    position: absolute;
    left: 0;
    bottom: 12px;
    padding: 0
}

    .list-items-justified .col-md-3 span, .list-items-justified .col-md-2 span {
        text-align: left
    }

.list-items-justified .list-item p {
    float: right;
    width: 70%
}

ul.list-texts {
    padding-left: 0
}

    ul.list-texts li {
        list-style-type: none;
        padding: 3px 0
    }

        ul.list-texts li b {
            padding-right: 5px
        }

.list-texts-justified li {
    text-align: right;
    position: relative
}

    .list-texts-justified li:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 19px;
        border-bottom: 1px dotted #bbb;
        z-index: 1
    }

    .list-texts-justified li b {
        text-align: left;
        float: left;
        background: #fff;
        position: relative;
        z-index: 2
    }

    .list-texts-justified li span {
        background: #fff;
        padding-left: 6px;
        position: relative;
        display: inline-block;
        z-index: 2
    }

.comment-list img {
    margin-top: 5px;
    margin-left: 15px;
    padding: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.comment-list .name {
    font-weight: 800;
    margin-top: 2px
}

    .comment-list .name span {
        font-weight: 300;
        padding-left: 10px;
        color: #a5a5a5;
        font-size: 12px
    }

.comment-list .msg {
    font-size: 13px;
    color: #7b7b7b
}

.comment-list .item {
    padding-top: 15px
}

    .comment-list .item.sub {
        padding-left: 72px;
        padding-bottom: 10px
    }

.comment-list .sub.first .line {
    height: 50px;
    margin-top: -19px
}

.comment-respond {
    padding-bottom: 80px
}

.comment-list .reply a {
    opacity: .5
}

.comment-list .reply:hover a, #cancel-comment-reply-link:hover {
    opacity: 1
}

#comments .next.page-numbers {
    margin-left: 15px
}

#comments .prev.page-numbers {
    margin-right: 15px
}

#cancel-comment-reply-link {
    margin-left: 15px;
    opacity: .5
}

.bg-gray, .section-bg-color .list-texts-justified li b, .section-bg-color .list-texts-justified li span {
    background-color: #f7f7f7
}

ul.fa-ul {
    margin-bottom: 0
}

.fa-ul > li, ul.no-icons li, ul.no-icons > div {
    line-height: 200%;
    list-style: none;
    position: relative
}

    .fa-ul > li::before {
        content: "";
        background-image: url(../images/tick.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0;
        top: -8px;
        height: 45px;
        width: 45px;
        margin-left: -40px
    }

    .fa-ul > li a {
        color: #585858
    }

.fa-ul .fa-li {
    line-height: 180%;
    text-align: left
}

.fa-ul i.square, .fa-ul i.circle {
    margin-bottom: 5px
}

.fa-ul.text-right {
    margin-left: 0;
    margin-right: 2.14285714em
}

    .fa-ul.text-right .fa-li {
        left: inherit;
        right: -2.14285714em;
        padding-left: 0;
        text-align: right
    }

.fa-ul.text-center > li {
    display: inline-block;
    margin: 0 20%
}

.fa-ul li > b {
    margin-right: 5px
}

.ul-squares {
    list-style-type: square !important
}

.ul-decimal {
    list-style-type: decimal !important
}

    .ul-decimal.no-margins, .ul-squares.no-margins, .ul-dots.no-margins {
        margin-left: 18px !important;
        padding-left: 0
    }

i.circle {
    padding: 20px;
    background-color: #585858;
    color: #fff;
    text-align: center;
    display: inline-block
}

    i.circle.onlycover, i.circle.cover {
        background-color: rgba(0,0,0,0) !important
    }

i.onlycover {
    display: inline-block
}

i.square {
    padding: 20px;
    color: #fff;
    background-color: #585858;
    border-radius: 2px;
    text-align: center;
    display: inline-block
}

i.cover, i.onlycover {
    background-size: cover;
    background-position: center center;
    background-color: transparent !important;
    border: none
}

    i.onlycover:before {
        visibility: hidden
    }

.text-xs.circle, .text-xs.square {
    width: 27px;
    height: 27px;
    padding: 0;
    line-height: 27px
}

.text-s.circle, .text-s.square {
    width: 43px;
    height: 43px;
    padding: 0;
    line-height: 43px
}

.text-m.circle, .text-m.square {
    width: 58px;
    height: 58px;
    padding: 0;
    line-height: 58px
}

.text-l.circle, .text-l.square {
    width: 66px;
    height: 66px;
    padding: 0;
    line-height: 66px;
    margin: auto;
    display: block
}

.text-xl.circle, .text-xl.square {
    width: 84px;
    height: 84px;
    padding: 0;
    line-height: 84px;
    font-size: 35px !important
}

i.text-xl.circle, i.text-xl.square {
    line-height: 92px !important
}

.icon-box {
    display: table
}

    .icon-box.icon-box-top-bottom {
        display: block
    }

        .icon-box.icon-box-top-bottom .icon-box-cell > i {
            float: none;
            margin: 7px 0 7px 0;
            display: inline-block
        }

.icon-box-top-bottom.text-left .icon-box-cell {
    text-align: left
}

.text-center .icon-box {
    margin: 10px auto
}

.text-left .icon-box {
    margin: 1px 0 10px 0
}

.icon-box label {
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    position: relative
}

.icon-box.icon-box-right label {
    padding-left: 0;
    padding-right: 15px
}

.icon-box-top-bottom label {
    display: block;
    padding: 0
}

.icon-box-cell label {
    display: block;
    margin: 0
}

.icon-box-cell {
    display: table-cell;
    vertical-align: middle
}

.icon-box-width {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.icon-box-cell p {
    padding: 5px 0 0 15px;
    margin: 0
}

.icon-box-cell a {
    margin-left: 15px
}

.icon-box-right .icon-box-cell label {
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.icon-box-right .icon-box-cell p {
    padding-left: 0;
    padding-right: 15px;
    text-align: right
}

.icon-box-top-bottom .icon-box-cell {
    display: block;
    text-align: center
}

    .icon-box-top-bottom .icon-box-cell label {
        padding: 0
    }

    .icon-box-top-bottom .icon-box-cell p {
        padding: 0
    }

.icon-box.text-light label {
    font-weight: 300
}

.btn {
    background-color: #12b992
}

    .btn:hover {
        background-color: #ececec
    }

    .btn-default i, .btn i, .btn-text i {
        color: #585858;
        margin-right: 10px
    }

.input-group .input-group-btn a {
    border: 1px solid #9c9c9c
}

*[data-social] i, .btn-group-icons i {
    margin: 0 3px
}

.social-group {
    margin: 0 -3px
}

.dropdown.btn-group .active > a {
    color: #262626;
    background-color: #f5f5f5
}

.btn-default.btn-primary i {
    color: #fff
}

.btn.ico i {
    margin-right: 10px
}

.btn-text {
    border-bottom: 1px dotted rgba(0,0,0,.3);
    display: inline-table
}

    .btn-text:hover {
        color: #7d7d7d
    }

.anima-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: padding-left .3s
}

.circle-button {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #9c9c9c;
    display: inline-block;
    background-color: #fff;
    color: #12b992 !important
}

.anima-button i {
    position: absolute;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -50%;
    font-size: 100%
}

.anima-button.btn-xs i {
    margin-top: -9px
}

.anima-button:hover {
    padding-left: 30px;
    transition: padding-left .3s
}

.anima-button.circle-button:hover {
    padding-left: 33px
}

.anima-button.btn-lg:hover, .anima-button.btn-lg.circle-button:hover {
    padding-left: 43px
}

.anima-button.btn:hover i, .anima-button.circle-button:hover i {
    margin-left: -20px
}

.anima-button:hover i {
    margin-left: -25px;
    transition: all .3s
}

.anima-button.btn-lg:hover i, .anima-button.btn-lg.circle-button:hover i {
    margin-left: -30px
}

.btn-primary:hover i {
    color: #fff
}

.button-cnt {
    display: inline-block
}

.circle-button.btn-primary:hover {
    background-color: #6a4d8f;
    color: #fff;
    border-color: #6a4d8f
}

.circle-button.btn-primary {
    color: #fff !important;
    border: none
}

.btn-primary.circle-button:hover {
    background-color: #3070a7 !important
}

.navbar-main .circle-button {
    margin-top: 12px
}

.btn-border, .white .btn-border {
    border: 1px solid #9c9c9c;
    background: none !important;
    background-color: rgba(255,255,255,0) !important
}

.abs-image {
    position: absolute;
    max-width: none
}

.row > div:first-child:not(.hc_image_cnt) > .abs-image, .row > div:first-child > .row > .hc_image_cnt > .abs-image {
    right: 0
}

.row > div:last-child:not(.hc_image_cnt) > .abs-image, .row > div:last-child > .row > .hc_image_cnt > .abs-image {
    left: 0
}

[href='#'].img-box:not(.adv-circle):hover img, [href=''].img-box:not(.adv-circle):hover img, .img-box:not([href]):hover img {
    opacity: 1 !important
}

[href='#'].img-box:not(.adv-circle):before, [href=''].img-box:not(.adv-circle):before, .img-box:not([href]):before {
    display: none
}

.img-box {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left
}

    .img-box.thumbnail .caption {
        background-color: #fff
    }

    .img-box.adv-img:hover {
        background-color: transparent
    }

    .img-box:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        background: #1e977c;
        z-index: 0;
        transition: opacity 0s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        opacity: 0
    }

    .gallery > a span, .img-box > span, .img-box-adv > span {
        display: block;
        overflow: hidden;
        height: 100%
    }

    .img-box.circle:before {
        border-radius: 50%;
        opacity: 0;
        transform: scale(.995)
    }

    .img-box.circle.thumbnail:before {
        margin: 4px
    }

    .img-box:hover:before {
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        opacity: 1;
        transition: none;
        -webkit-transform: translateZ(0)
    }

.png-over .img-box img {
    opacity: .8 !important;
    margin: auto;
    height: auto !important
}

.png-over .img-box:hover img {
    opacity: 1 !important
}

.png-over .img-box:before, .png-over.img-box:before {
    display: none !important
}

.png-over li a {
    text-align: center
}

.png-over li img {
    width: auto !important
}

.img-box.thumbnail:before {
    margin: 4px
}

.img-box img {
    z-index: 2;
    position: relative;
    -webkit-transform: translateZ(0)
}

.img-box:hover img {
    opacity: .8 !important;
    transition: opacity .3s
}

.img-box.adv-circle:hover img {
    opacity: .6 !important
}

.img-box.caption-out > span {
    height: 80%
}

    .img-box.caption-out > span.caption {
        height: 20%
    }

.img-box.circle img {
    margin: 0 !important
}

.img-box > i, .img-box span > i, .img-box .caption > i {
    position: absolute !important;
    margin: 15px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
    z-index: 11;
    transform: translate3d(0,0,0)
}

.img-box.i-bottom i {
    bottom: 0
}

.img-box.i-bottom-right i {
    bottom: 0;
    right: 0
}

.img-box.i-top-right > i {
    right: 15px
}

.img-box.i-top-right.inner > span > i {
    right: 0
}

.img-box.i-bottom-right.inner > span > i {
    bottom: 0;
    right: 0
}

.img-box.i-center i {
    left: 0;
    margin: -28px 0 0 50%;
    top: 50%;
    line-height: 50px
}

.img-box.i-center {
    position: relative
}

    .img-box.i-center i::before {
        margin-left: -10.5px
    }

.grayscale img {
    filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.grayscale:hover img {
    filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
    -webkit-filter: grayscale(0%)
}

*[data-anima].img-box.i-center i {
    padding: 0
}

*[data-anima="fadeRight"].img-box i, *[data-anima="fadeLeft"].img-box i {
    padding: 0 15px
}

.img-box .caption {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .2px;
    font-weight: bold;
    text-align: center;
    padding: 7px 7px 0 7px;
    color: #676767;
    background-color: #fff;
    z-index: 9;
    position: relative
}

.img-box.inner, .img-box.inner span {
    position: relative
}

.img-box.anima-scale-up, .img-box.anima-scale-up-2x, .img-box.anima-scale-rotate, .img-box.show-scale {
    opacity: 1 !important
}

.img-box.inner.circle .caption {
    padding: 0 20%;
    background: none;
    bottom: 25px;
    height: 45px;
    white-space: normal;
    text-shadow: 0 1px 2px rgba(0,0,0,.34)
}

.img-box.inner .caption {
    position: absolute;
    z-index: 9;
    margin-top: -47px;
    width: 100%;
    left: 0;
    height: 47px;
    line-height: 14px;
    overflow: hidden;
    background: url("images/assets/bg-gradient.png") repeat-x top center;
    background-color: transparent !important;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
    transform: translate3d(0,0,0)
}

span.caption-box {
    overflow: visible !important;
    display: block
}

.circle, .circle img {
    border-radius: 50%;
    position: relative;
    backface-visibility: hidden;
    transform: scale(1)
}

.caption.caption-out {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .2px;
    font-weight: bold;
    margin-top: 10px;
    color: #676767
}

.thumb-xs .img-box, .thumb-xs figure {
    height: 79px
}

.thumb-s .img-box, .thumb-s figure {
    height: 127px
}

.thumb-m .img-box, .thumb-m figure {
    height: 168px
}

.thumb-l .img-box, .thumb-l figure {
    height: 357px
}

.thumb-xl .img-box, .thumb-l figure {
    height: 500px
}

.header-video, .section-slide, .header-title:after {
    background-color: #EAEAEA;
    background-size: 10px
}

.title-base {
    text-align: center;
    position: relative
}

    .title-base.title-small {
        margin: 0 0 35px 0
    }

        .title-base.title-small p {
            font-size: 13px;
            margin-top: 15px
        }

        .title-base.title-small h2 {
            margin: 0 0 15px 0 !important
        }

        .title-base.title-small hr {
            margin-bottom: 0;
            padding-bottom: 0
        }

    .title-base.text-right .scroll-top {
        right: auto;
        left: 0
    }

    .title-base hr {
        width: 50px;
        height: 3px;
        background-color: #694d94;
        border: none;
        margin-top: 0
    }

    .title-base h1 b, .title-base p b {
        font-style: italic
    }

.header-title.white .title-base hr, .header-slider.white .title-base hr, .header-video.white .title-base hr, .header-animation.white .title-base hr {
    background-color: #694d94
}

.title-base h1, .title-icon h2, .title-icon h1, .title-base.title-small h2 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 40px
}

header .title-base h1, header div.title-base p, .header-base .breadcrumb.b a, .header-base .breadcrumb li {
    color: #fff
}

.title-base p, div.title-icon p {
    font-size: 15px;
    margin-top: 20px;
    color: #8c8c8c
}

.title-base.text-left hr {
    margin: 0 auto 20px 0;
    left: 0
}

.title-base.text-right hr {
    margin: 0 0 20px auto;
    right: 0
}

.title-base .scroll-top, .title-modern .scroll-top {
    background-color: #3e3e3e;
    color: #fff;
    width: 22px;
    height: 19px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 45px;
    cursor: pointer
}

    .title-base .scroll-top:hover, .title-modern .scroll-top:hover {
        background-color: #585858
    }

.title-modern {
    position: relative;
    margin-bottom: 15px
}

    .title-modern .scroll-top {
        top: 30px
    }

    .title-modern h1, .title-modern h2, .title-modern h3 {
        padding: 5px 0;
        margin: -1px;
        display: inline-block;
        border-bottom: 1px solid #6a4d8f;
        white-space: nowrap;
        padding-bottom: 10px
    }

    .title-modern p {
        margin: 5px 0;
        font-size: 13px;
        line-height: 1.42857143
    }

    .title-modern hr {
        margin: 0 0 15px 0;
        border-top: 1px solid #c1c1c1
    }

    .title-modern.st-icon hr {
        margin-right: 45px
    }

.title-modern-2 hr {
    max-width: 700px;
    margin: 0 auto 13px auto !important
}

.title-icon {
    text-align: center
}

    .title-icon h2 {
        z-index: 2;
        position: relative
    }

    .title-icon p {
        font-weight: 300;
        font-style: italic;
        display: block;
        margin: 1% 0;
        font-size: 14px;
        padding: 0;
        z-index: 2;
        position: relative
    }

    .title-icon i {
        font-size: 35px;
        width: 100%;
        background-image: url(images/assets/dotted-line.png);
        color: #bdbdbd;
        margin-bottom: 5px;
        background-position: center center
    }

.title-icon-bg {
    padding-top: 25px;
    padding-bottom: 30px
}

.title-icon.title-icon-bg h2 i {
    margin-top: -80px;
    font-size: 170px
}

.title-icon.title-icon-bg i {
    background: none;
    left: 0;
    margin-top: -142px;
    position: absolute;
    z-index: 0;
    font-size: 200px;
    width: 100%;
    color: rgba(150,150,150,.18) !important;
    padding-right: 0
}

.container .container {
    padding-left: 0;
    padding-right: 0
}

.container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content {
    padding-top: 25px;
    padding-bottom: 25px
}

div.content {
    padding-left: 15px;
    padding-right: 15px
}

    div.content > *:first-child {
        margin-top: 0
    }

.section-empty, .footer-parallax-container.bg-color, .footer-parallax-container > .content {
    background-color: #fff;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.section-bg-color {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.overlay-content .section-empty:not(.section-bg-color), .overlay-content.header-video, .overlay-content .section-slide, .overlay-content .header-title:after {
    background: none !important
}

.section-bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.section-bg-video {
    overflow: hidden;
    position: relative;
    overflow: hidden
}

.section-custom {
    background-color: #fff
}

.section-bg-video .videobox {
    height: 130%
}

.section-bg-video .bg-overlay {
    position: absolute;
    z-index: 2
}

.section-bg-animation {
    text-align: left;
    padding: 0;
    overflow: hidden;
    height: 100%
}

    .section-bg-animation .anima-layer {
        bottom: -55px
    }

    .section-bg-animation img.overlay {
        opacity: 1 !important
    }

    .section-bg-image.box-middle-container .container, .section-bg-video.box-middle-container .container, .section-slider.box-middle-container .container, .section-bg-animation.box-middle-container .container, .section-empty.box-middle-container .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

[class*="section-"] > div > .row:first-child > div > *:first-child, [class*="section-"] > div > *:first-child, [class*="section-"] > *:first-child {
    margin-top: 0
}

[class*="section-"] > div > .row:last-child > div > *:last-child, [class*="section-"] > div > *:last-child, [class*="section-"] > *:last-child {
    margin-bottom: 0
}

.section-bg-animation .container, .section-slider .container {
    opacity: 1 !important
}

.section-bg-animation .container {
    margin-top: 0 !important
}

.section-bg-color, .section-two-blocks > .row > div:last-child {
    background-color: #f8f8fb
}

.section-bg-head {
    background-color: #e5eaf1
}

.section-two-blocks {
    overflow: hidden
}

    .section-two-blocks > .row > div:last-child .content > div {
        padding: 0
    }

    .section-two-blocks > .row > div:first-child > div {
        padding-right: 0;
        padding-left: 0
    }

    .section-two-blocks .content {
        padding: 25px;
        width: 570px
    }

    .section-two-blocks > .row > .col-md-5 .content {
        width: 410px
    }

    .section-two-blocks > .row > .col-md-6:last-child .content, .section-two-blocks > .row > .col-md-5 .content {
        padding-right: 0;
        padding-left: 50px
    }

    .section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
        padding-left: 0;
        padding-right: 50px
    }

    .section-two-blocks > .row > .col-md-7 .content {
        width: 665px
    }

    .section-two-blocks .row > div > a.img-box {
        height: 100%;
        width: 100%
    }

        .section-two-blocks .row > div > a.img-box img {
            max-width: 100%;
            width: 100%;
            margin-left: 0 !important
        }

@media(min-width:768px) {
    .img-adehnote {
        position: relative;
        margin-top: -228px
    }

    .box-shadco {
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.13);
        border-radius: 10px;
        position: relative;
        margin-top: -290px;
        z-index: 1;
        background-color: #fff
    }

    .section-two-blocks > .row {
        display: flex
    }

    .row-21 {
        height: 750px !important
    }

    .title-base h2 {
        font-size: 40px !important;
        line-height: 45px !important
    }

    .Text-Response {
        font-size: 20px !important;
        line-height: 27px !important;
        font-weight: 100 !important
    }

    .section-two-blocks.blocks-right > .row {
        flex-direction: row-reverse
    }

    /*.title-base h1 {
        font-size: 61px !important;
        height: 170px !important
    }*/

    .section-two-blocks.full-width-section .content {
        width: 100%;
        padding-right: 40px !important
    }

    .section-two-blocks.full-width-section.blocks-right .content {
        padding-left: 40px !important;
        padding-right: 25px !important
    }
}

@media(min-width:994px) {
    .section-two-blocks .row > div > a.img-box img {
        right: 0;
        position: absolute
    }

    .img-adehnote {
        position: relative;
        margin-top: -291px
    }

    .box-shadco {
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.13);
        border-radius: 10px;
        position: relative;
        margin-top: -160px;
        z-index: 1;
        background-color: #fff
    }

    .section-two-blocks.blocks-right .row > div > a.img-box img {
        right: auto;
        left: 0
    }

    .displayresp {
        display: none
    }

    .displayresp1 {
        display: block !important
    }
}

.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7 {
    padding: 0
}

.section-two-blocks.blocks-right > .row > .col-md-5, .section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6, .section-two-blocks.blocks-right > .row > .col-md-6 .content, .section-two-blocks.blocks-right > .row > .col-md-7, .section-two-blocks.blocks-right > .row > .col-md-7 .content {
    float: right
}

.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7, .section-two-blocks > .row {
    position: relative;
    height: 100%;
    overflow: hidden
}

@media(min-width:1200px) {
    
    .improve-healthcare-bg {
        width: 40%;
    }

    .bg-dotted {
        height: 400px;
    }

    .img-adehnote {
        position: relative;
        margin-top: -352px
    }

    .displayresp {
        display: none
    }

    .displayresp1 {
        display: block
    }
}

.section-two-blocks.blocks-right .vertical-row {
    flex-direction: row-reverse
}

.section-two-blocks .row {
    min-width: 100%
}

.section-two-blocks .blocks-video iframe {
    position: relative;
    height: 130%;
    width: 130%;
    left: -12%;
    top: -12%
}

.section-two-blocks .blocks-video *[data-video-youtube] {
    position: relative;
    height: 100%
}

.section-two-blocks .blocks-video video {
    width: 100%
}

.section-two-blocks .row > [class*="col-"] {
    height: auto
}

.section-two-blocks.blocks-multi .row > [class*="col-"] {
    padding: 0
}

.section-two-blocks > .row > .col-md-6 > .google-map {
    height: 100%;
    min-height: 300px
}

.section-two-blocks .content > *:last-child {
    margin-bottom: 0
}

.two-blocks-container {
    background: #fff
}

    .two-blocks-container > .row {
        max-width: 1140px;
        min-width: 0;
        margin: auto
    }

        .two-blocks-container > .row .content, .two-blocks-container.section-two-blocks > .row > .col-md-6:last-child .content {
            padding-right: 50px;
            padding-left: 50px
        }

.block-text {
    text-align: center;
    padding: 25px !important
}

.block-inner {
    border: 2px solid #5a5a5a;
    padding: 25px;
    height: 100%
}

.section-map {
    position: relative;
    overflow: hidden
}

    .section-map .google-map {
        position: relative;
        height: 100%;
        width: 100%;
        margin: 0
    }

    .section-map .overlaybox {
        position: absolute;
        z-index: 95;
        width: 100%;
        top: 0
    }

    .section-map .overlaybox-inner > *:last-child {
        margin-bottom: 0 !important
    }

    .section-map .overlaybox.overlaybox-top {
        margin-bottom: 150px
    }

    .section-map .overlaybox-top .overlaybox-inner {
        margin-top: 25px
    }

    .section-map .overlaybox-bottom .overlaybox-inner {
        margin-bottom: 25px
    }

    .section-map .overlaybox.overlaybox-bottom {
        bottom: 0;
        top: auto;
        margin-top: 150px
    }

    .section-map .overlaybox-inner > .row > * {
        padding: 0 15px
    }

.overlaybox-side, .overlaybox-side .content, .overlaybox-side .row {
    height: 1px;
    padding: 0 !important
}

    .overlaybox-side.overlaybox-right .overlaybox-inner {
        margin-left: 0;
        float: right
    }

    .overlaybox-side.overlaybox-center .overlaybox-inner {
        float: none;
        display: inline-block
    }

    .overlaybox-side.overlaybox-center, .overlaybox-side.overlaybox-center .row {
        text-align: center
    }

    .overlaybox-side .overlaybox-inner {
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 2px 2px rgba(0,0,0,.08);
        border-radius: 3px;
        margin: 0 25px;
        width: calc(50% - 25px)
    }

.border-table.white td {
    border: 1px solid #fff
}

.white .countdown span, .white .fa-ul > li a, .white .icon-list .list-item i, .white .icon-box-cell label:not(.counter), .white .title-icon h2, .white h1, .white .h1, .white h2, .white .h2, .white h3, .white .h3, .white h4, .white h5, .white h6, .white i, .white .advs-box .icon, .white .advs-box h2, .white .advs-box h3 {
    color: #fafafa
}

.bg-white, .bg-white.section-two-blocks > .row > div:last-child {
    background-color: #fff !important
}

.menu-transparent .collapse {
    background-color: #fff
}

.white .title-base hr {
    background-color: #fafafa
}

.white .slimScrollBar {
    background-color: rgba(250,250,250,.51) !important
}

.white .white .btn.btn-border:hover, .white .pagination li > a i:before, .white.nav-inner .flex-control-paging li a {
    border-color: #fff !important
}

.btn-sm .caret:before, .btn-xs .caret:before, .btn-lg .caret:before {
    border-color: #fff
}

.white .advs-box h4, .white .navbar-nav > .active > a, .white .navbar-nav > .active > a:hover, .white .navbar-nav > .active > a:focus, .white .navbar-nav > .open > a, .white .navbar-nav > .open > a:hover, .white .navbar-nav > .open > a:focus, .white .navbar-nav > li > a:focus, .white, .white ul li, .white p, .white .breadcrumb > .active, .white .navbar-nav > li > a, .white .navbar-nav > li > a:hover, .white .dropdown-menu > li > a, .white .niche-box-testimonails h5, .white .title-base h1, .white .title-base h2, .white .title-base h3, .white ul.list-texts li b {
    color: #fafafa !important
}

    .white .dropdown-menu {
        background-color: #3d3d3d
    }

        .white .dropdown-menu > li > a:hover, .white .dropdown-menu > li > a:focus, .white a {
            color: #e2e2e2
        }

    .white .navbar .navbar-mini {
        color: #b8b8b8;
        background-color: #444;
        border-bottom-color: #3d3d3d
    }

    .white .navbar .navbar-main {
        background-color: #444;
        border-bottom: 1px solid #353535
    }

    .white header div.scroll-css, header.white div.scroll-css {
        background-color: #444 !important
    }

    .white .navbar-mini .navbar-form .btn-default {
        background: #3e3e3e;
        border-left: 1px solid #3e3e3e
    }

    .white .navbar-mini .form-control {
        background: #444
    }

    .white .minisocial-group i {
        color: #b7b7b7;
        border-right: 1px solid #3d3d3d
    }

    .white i.first {
        border-left: 1px solid #3d3d3d
    }

    .white .navbar.inside {
        border: 1px solid #3d3d3d
    }

    .white.circle-button i, .white .circle-button i, .white .navbar-toggle > span, .white .navbar-toggle i {
        color: #fff
    }

    .white.btn, .white .btn, .white .navbar-inner .navbar-toggle {
        color: #fff;
        border-color: #fff;
        background: none
    }

ul.pagination.white > li > a, .pagination > .disabled > span, .pagination.white > .disabled > a, .pagination.white > .disabled > a:hover {
    background: none;
    color: #fff;
    border-color: #fff
}

    ul.pagination.white > li > a:hover, .white.circle-button:hover, .white .circle-button:hover {
        background-color: rgba(0,0,0,.2)
    }

.pagination.white > .active > a, .pagination.white > .active > a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #404040
}

.widget #searchsubmit {
    padding: 0 9px;
    color: #fff;
    font-weight: 700;
    background-color: #656565 !important;
    border: none;
    border-radius: 2px
}

.widget #searchform input[type='text'] {
    background: #fbfbfb;
    border: 1px solid #e8e8e8
}

.widget .tagbox {
    padding: 15px 0
}

.widget > div:first-child > p:first-child {
    margin-top: 0;
    padding-top: 0
}

.widget input[type="search"] {
    border: 1px solid #a9a9a9
}

.hc-post-preview-button {
    display: none
}

.post-template-default .content > img, .textwidget a > img {
    height: auto
}

.sidebar-content .section-item .content.container {
    width: auto
}

.sidebar-content > .row > [class*="col-md"]:first-child > .section-item > .content {
    padding-top: 0
}

.list-blog > ul > li {
    position: relative;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    transition: all .3s;
    list-style: none
}

    .list-blog > ul > li:last-child {
        border-bottom: none
    }

.list-blog > ul {
    padding: 0
}

.list-blog .post-date {
    font-size: 11px;
    opacity: .5
}

.list-blog a {
    color: inherit
}

.list-blog h5 {
    margin-top: 10px;
    font-weight: 600
}

.list-group-item .col-md-3, .list-group-item .col-md-4 {
    width: initial
}

.latest-post-list h5 {
    margin-top: 0;
    font-size: 13px;
    line-height: 17px
}

.latest-post-list .img-box img {
    height: 55px;
    width: 55px
}

.latest-post-list .col-md-8 {
    padding-left: 0
}

.list-group .list-group-item:last-child {
    border-bottom: none
}

.search-results .advs-box {
    width: 100%
}

    .search-results .advs-box p {
        margin: 0
    }

.aligncenter {
    text-align: center;
    display: block;
    margin-right: auto;
    margin-left: auto
}

    .aligncenter img {
        margin: 5px auto
    }

img.alignleft {
    display: inline;
    float: left;
    margin: .4211em 1.6842em 1.6842em 0
}

img.alignright {
    display: inline;
    float: right;
    margin: .4211em 0 1.6842em 1.6842em
}

.wp-caption-text {
    opacity: .8;
    margin-bottom: 10px !important
}

    .wp-caption-text a {
        font-weight: 900
    }

.alignleft {
    display: inline;
    float: left
}

.alignright {
    display: inline;
    float: right
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2632em
}

.blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: .4211em 0 1.6842em 1.6842em
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0
    }

    blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
        margin: .4211em 1.6842em 1.6842em 0
    }

.default-wp-footer {
    border-top: 1px solid #dedede
}

.widget .searchform > div {
    display: flex
}

.searchform .screen-reader-text {
    display: none
}

.searchform input[type="text"] {
    width: 100%;
    margin-right: 15px
}

#wp-calendar {
    table-layout: fixed;
    border-radius: 2px;
    background: #f3f3f3;
    padding: 5px;
    width: 100%;
    outline: none !important;
    border: 1px solid #dcdcdc
}

    #wp-calendar caption {
        text-align: center;
        background: #f3f3f3;
        border: 1px solid #dcdcdc;
        border-bottom: none;
        font-weight: 600
    }

    #wp-calendar td, #wp-calendar th {
        text-align: center;
        padding-top: 10px;
        border: none
    }

    #wp-calendar #prev {
        text-align: left;
        padding-left: 12px;
        font-weight: 600;
        padding-bottom: 10px
    }

    #wp-calendar #next {
        text-align: right;
        padding-right: 12px;
        font-weight: 600;
        padding-bottom: 10px
    }

.widget .list-group {
    clear: both;
    margin-bottom: 15px
}

.widget .tagcloud {
    margin: -5px
}

    .widget .tagcloud a {
        float: none;
        display: inline-block;
        margin: 4px
    }

.list-blog ul {
    padding: 0
}

    .list-blog ul li {
        list-style: none
    }

    .list-blog ul ul.children {
        padding-left: 10px;
        position: relative;
        margin-bottom: 5px
    }

        .list-blog ul ul.children:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            left: 0;
            top: 5px;
            background-color: #efefef
        }

.list-blog > ul > li.cat-item {
    border: none;
    padding: 3px 0
}

.default-box.sticky-post {
    box-shadow: 0 0 5px rgba(0,0,0,.22);
    padding: 30px;
    background: #fdfdfd
}

.default-box .btn:after {
    display: none
}

div:not(.hc_column_cnt) > table:not(.grid-table) {
    margin-bottom: 15px
}

    div:not(.hc_column_cnt) > table:not(.grid-table) th, div:not(.hc_column_cnt) > table:not(.grid-table) td {
        padding: 5px 15px
    }

div:not(.hc_column_cnt) > table:not(.table) tr:first-child > th {
    padding-left: 0
}

dl dd {
    margin-bottom: 15px
}

.sidebar-content > .row > div > .container {
    width: 100%
}

.list-blog .screen-reader-text {
    display: none
}

.list-blog select {
    max-width: 100%
}

.list-blog input, .list-blog select {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 5px
}

    .list-blog input[type="submit"] {
        border-radius: 2px;
        border: 1px solid #cecece;
        background: #f7f7f7;
        padding: 5px
    }

footer.entry-meta {
    display: none
}

.post-password-form {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 2px;
    border: 1px solid #dedede;
    text-align: center;
    margin-bottom: 30px
}

    .post-password-form input[type="submit"] {
        border: none;
        height: 28px;
        padding: 0 15px;
        border-radius: 3px
    }

    .post-password-form input[type="password"] {
        border-radius: 3px;
        border: 1px solid #d4d4d4
    }

.hc-classic table, .hc-classic table td, .hc-classic table th, .hc_wp_editor_cnt table, .hc_wp_editor_cnt table td, .hc_wp_editor_cnt table th {
    border: 1px solid #808080;
    padding: 15px !important
}

.hc-classic .featured-image img {
    margin-bottom: 70px;
    border-radius: 6px
}

.hc-classic .info-box {
    padding: 20px;
    border-radius: 6px;
    margin-top: 50px;
    background: #f1f1f1;
    box-shadow: 0 0 1px rgba(0,0,0,.37);
    clear: both
}

    .hc-classic .info-box i {
        margin-right: 10px;
        transform: translateY(2px);
        display: inline-block
    }

    .hc-classic .info-box > span {
        display: inline-block;
        margin-right: 30px
    }

.hc-classic .info-cat a {
    margin-right: 10px
}

.hc-classic .container p a {
    text-decoration: underline
}

.hc-classic .container .info-box a {
    text-decoration: none
}

body.hc-classic .header-base:not(.bg-cover) h1 {
    font-size: 25px;
    margin-left: -2px;
    margin-bottom: 0
}

body.hc-classic .header-base {
    min-height: 115px
}

.hc-classic .content img {
    height: auto
}

footer.default-wp-footer {
    border-top: 1px solid #dedede;
    background: #f1f1f1;
    font-size: 13px
}

    footer.default-wp-footer .container {
        padding: 19px 15px 15px 15px
    }

.wysiwyg-editor p {
    margin: 0 0 15px 0;
    min-height: 15px
}

.wysiwyg-editor > ul, .wysiwyg-editor > ol {
    margin-bottom: 15px;
    margin-top: 15px
}

.wysiwyg-editor ol, .wysiwyg-editor ul {
    white-space: normal
}

    .wysiwyg-editor ul > br, .wysiwyg-editor ol > br, ul > br {
        display: none
    }

.woocommerce .product span.onsale {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.archive.woocommerce .page-title, div.ppt {
    display: none !important
}

.widget .product_list_widget li img {
    max-width: 50px;
    height: auto
}

.woocommerce ul.products li.product .onsale {
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: #000
}

.woocommerce ul.products li.product .price {
    color: #000
}

.visible-xs.hidden-sm {
    display: block !important
}

button.navbar-toggle {
    padding: 3px !important;
    border: none
}

.navbar-toggle > i {
    font-size: 25px;
    margin: 2px 5px 0 5px;
    line-height: 23px;
    color: #4c4c4c
}

.side-menu li.active > ul {
    display: none;
    height: auto !important
}

.side-menu li.active.open > ul {
    display: block
}

.navbar-toggle > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #585858;
    margin: 5px 5px 0 5px;
    float: right
}

.navbar-default form {
    border: none
}

@media(max-width:1500px) {
    .side-menu-container .container {
        width: 100%
    }
}

@media(min-width:993px) and (max-width:1199px) {
    .section-two-blocks div.content {
        width: 460px
    }

    .improve-healthcare-bg {
        width: 50%;
    }

    div.box-menu-inner {
        margin-left: -485px
    }
}

@media(max-width:992px) {
    .bg-aao2025 {
        background-size: cover;
    }
    
    [class*="col-md"] {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .scroll-top-mobile {
        visibility: visible
    }

    .full-screen-title {
        height: 100% !important
    }

    .middle-content > .row, .middle-content > .row > div {
        flex-direction: row;
        flex-wrap: wrap
    }

    .section-two-blocks > div > [class*="col-md"] {
        padding-top: 0;
        padding-bottom: 0
    }

    .section-map .overlaybox-inner {
        width: 100%
    }

    .section-two-blocks div.content {
        width: 88%;
        width: calc(100% - 50px)
    }

    .text-xxl {
        font-size: 45px !important;
        line-height: 50px
    }

    .text-xl {
        font-size: 35px !important
    }

    .no-paddings > .content > div {
        margin-left: -15px;
        margin-right: -15px
    }

    a.img-box {
        margin: 0
    }

    .background-page video, .background-page iframe {
        display: none
    }

    .mega-tabs .nav-tabs li {
        float: none
    }

    [class*="col-md"].fixed-area.active {
        margin-left: 15px;
        margin-right: 15px
    }

    .scroll-content.scroll-mobile-disabled {
        padding-right: 0 !important
    }

    footer .fa-ul > li, .title-base.text-right, .list-items .list-item span {
        text-align: center
    }

    .maso-item, .grid-item {
        overflow: visible !important
    }

    .maso-list, .grid-list, body [class*="row-"] {
        height: auto
    }

    [class*="row-"].google-map {
        min-height: 300px
    }

    .call-action-box .row {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 !important
    }

    .header-title .breadcrumb.b, .header-slider .breadcrumb.b, .header-video .breadcrumb.b, .header-animation .breadcrumb.b {
        display: none
    }

    .section-item, .section-empty, .section-bg-image, .section-item, .section-empty, .section-bg-image, .header-title, .header-animation, .header-video {
        width: 100%
    }

    header .custom-area {
        text-align: center;
        width: 100%
    }

    .overlaybox-side, .overlaybox-side .content, .overlaybox-side .row, .section-map {
        height: auto
    }

    .section-map {
        height: auto !important
    }

        .section-map .overlaybox {
            position: static
        }

        .section-map .google-map {
            min-height: 250px
        }

    .overlaybox-side .overlaybox-inner {
        margin: 0 !important;
        box-shadow: none;
        border: none
    }

    .overlaybox > .content > .row > .col-md-6:not(.overlaybox-inner) {
        display: none
    }

    .section-bg-video .videobox {
        position: absolute
    }

    .section-two-blocks .blocks-video iframe {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0
    }

    .section-two-blocks > .row > div:first-child > div {
        padding: 0
    }

    .navbar-header {
        background-color: #fff
    }

    .bg-transparent .navbar-header {
        background-color: rgba(61,61,61,0)
    }

    .dropdown-submenu .dropdown-menu a {
        padding-left: 40px
    }

    .navbar-main.middle-box-menu {
        padding-bottom: 0 !important
    }

    header .navbar-nav {
        margin-top: 0
    }

    .one-page-menu .hamburger-button.active {
        right: 0;
        position: fixed;
        background: #fff;
        box-shadow: 0 2px 1px rgba(0,0,0,.2)
    }

    .dropdown .dropdown-menu {
        display: none
    }

    div.box-menu-inner {
        display: none !important
    }

    .dropdown.open .dropdown-menu {
        display: block;
        margin: 0 !important;
        width: 100% !important
    }

    .side-menu li {
        overflow: hidden
    }

    .fa-ul > li {
        overflow: visible;
        text-align: left
    }

    .fa-ul.text-right > li {
        text-align: right
    }

    .nav li:hover > ul, .nav li:hover > .mega-menu, .side-menu li:hover .panel, .side-menu li .panel:hover {
        display: none
    }

    .mega-menu.bg-menu {
        min-width: 5px
    }

    .nav li.open > .mega-menu, .side-menu li.open .panel, .side-menu li .panel.open {
        display: block
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        position: static !important;
        margin-top: 0 !important
    }

        .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
            max-height: inherit;
            box-shadow: 0 3px 5px rgba(0,0,0,.13)
        }

    .search-box {
        display: block;
        position: relative;
        width: 100% !important;
        margin: 0;
        box-shadow: none;
        background: none;
        border: none;
        padding: 0
    }

    .btn-search {
        display: none
    }

    .search-box-menu {
        display: block
    }

    .social-group, .navbar-social {
        text-align: center
    }

        .social-group a {
            display: inline-block
        }

    .navbar-left {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        border: none;
        text-align: center
    }

    .lan-menu {
        text-align: center;
        margin: 0 -15px;
        padding: 0 !important;
        display: block
    }

    .dropdown-submenu ul {
        display: block
    }

    .dropdown-submenu .dropdown-toggle:after {
        display: none
    }

    .bg-menu {
        background: none !important
    }

    .navbar-big-logo .navbar-mini .container {
        padding-left: 0 !important
    }

    .navbar-big-logo .navbar-header {
        text-align: center;
        max-height: 100%;
        padding-bottom: 15px
    }

        .navbar-big-logo .navbar-header button {
            float: none;
            width: 100%;
            margin: 10px
        }

    .navbar-big-logo .navbar-brand {
        position: static;
        display: block;
        float: left;
        max-width: 100%;
        width: 100%;
        height: inherit;
        text-align: center
    }

        .navbar-big-logo .navbar-brand img {
            margin: 0 auto
        }

    .subline-bar {
        position: static
    }

        .subline-bar ul {
            margin: 0 -15px
        }

            .subline-bar ul li {
                width: 33.33%;
                margin: 5px 0
            }

    header.fixed-top .subline-bar {
        position: static;
        margin-top: 0 !important
    }

    .navbar-main.navbar-middle .navbar-header {
        display: block
    }

    .navbar-main.navbar-middle ul.nav > li {
        text-align: left;
        display: block
    }

        .navbar-main.navbar-middle ul.nav > li.logo-item, .navbar-middle ul.nav > .scroll-hide {
            display: none !important
        }

    .navbar-main.navbar-middle ul.nav {
        margin: 7.5px -15px !important
    }

    .navbar-middle .navbar-right {
        position: static
    }

    .navbar-main.navbar-middle .navbar-right ul.lan-menu.nav {
        margin-left: 0 !important;
        padding-left: 0 !important
    }

    .navbar-middle .navbar-right .lan-menu ul li a {
        text-align: left
    }

    header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
        margin-left: -15px !important
    }

    .box-menu-inner {
        position: static !important;
        margin: 10px 0 0 0
    }

        .box-menu-inner > .row {
            height: inherit
        }

        .box-menu-inner .icon-box-cell i {
            width: 50px;
            font-size: 25px !important
        }

        .box-menu-inner [class*="col-"] {
            margin-bottom: 15px
        }

            .box-menu-inner [class*="col-"]:last-child {
                margin-bottom: 0
            }

    .icon-menu .navbar-brand img {
        margin-top: 0
    }

    .icon-menu .icon-top > li > a {
        text-align: center
    }

    .icon-menu .navbar-toggle {
        margin-top: 29px
    }

    .icon-menu-top .navbar-toggle {
        margin-top: 37px
    }

    header .navbar-right > * {
        float: none;
        padding: 0 !important
    }

    header .navbar-right .navbar-social, header .navbar-right .social-group {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .nav.inner.ms-rounded.over > li {
        padding-bottom: 0
    }

    footer .container {
        padding: 35px 0 15px 0
    }

    .menu-outer ul.nav {
        position: relative;
        top: 0;
        text-align: left
    }

    .shop-menu-cnt .shop-menu {
        position: static;
        width: auto;
        display: none
    }

    .shop-menu-cnt:hover .shop-menu {
        display: block
    }

    .navbar-mini .nav {
        text-align: center;
        margin: 0;
        padding: 5px 0
    }

    .navbar-mini .navbar-left, .navbar-mini .minisocial-group {
        display: none
    }

    .navbar-mini .container {
        padding: 0
    }

    .navbar-mini .navbar-right {
        padding: 0
    }

    .navbar-mini .navbar-form {
        padding: 0;
        float: none
    }

    .minisocial-group {
        float: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #e4e4e4
    }

        .minisocial-group i {
            float: none;
            display: inline-block !important
        }

    .navbar-mini .lan-menu li a {
        padding: 7px 15px
    }

    div.navbar-nav {
        margin: 0 0 0 0
    }

    .nav.ms-minimal > li.active > a, .nav.ms-minimal > li:hover > a {
        border-bottom: none
    }

    .side-menu-fixed {
        visibility: hidden;
        opacity: 0
    }

        .side-menu-fixed .brand {
            display: none
        }

    .navbar-form {
        margin: 0
    }

    .side-menu-fixed .panel > ul.collapse {
        margin-left: 0;
        margin-right: 0
    }

    .side-menu-fixed .panel {
        position: static;
        box-shadow: none;
        padding: 0
    }

        .side-menu-fixed .panel ul {
            margin-top: 0 !important
        }

    .panel-item .panel ul ul {
        background: none
    }

    .side-menu-header .navbar-header, .side-menu-header > .navbar {
        display: block
    }

    .navbar-right .hamburger-button {
        display: none
    }

    .side-menu-header.over .slimScrollDiv, .side-menu-header.over .mi-menu nav {
        overflow: hidden !important
    }

    .side-menu-container .container {
        width: 100%
    }

    .side-menu-container, .side-menu-container #fullpage-main {
        padding-left: 0
    }

    .navbar-brand {
        margin-top: 0 !important;
        margin-right: 5px;
        max-width: 80%;
        height: auto;
        padding-left: 15px
    }

    .navbar-toggle {
        max-width: 20%
    }

    .lan-menu ul li a {
        text-align: center
    }

    .navbar-mini .lan-menu.navbar-nav .open .dropdown-menu {
        background-color: #fdfdfd;
        position: absolute;
        margin-top: -5px;
        box-shadow: 0 2px 2px rgba(0,0,0,.21)
    }

    .dropdown-menu {
        padding-bottom: 5px
    }

    .navbar-left .social-group {
        width: 100%
    }

    .mega-menu {
        padding-top: 0;
        padding-left: 10px
    }

        .mega-menu .col, .side-menu .panel .col {
            padding: 0 10px;
            display: block;
            min-width: 100%
        }

            .mega-menu .col > h5:first-child {
                margin-top: 15px
            }

    .side-menu-header .navbar-right {
        display: none
    }

    .side-menu .mega-item .panel {
        padding: 0 8px
    }

    .nav.inner > li {
        display: block;
        float: none
    }

    .navbar-inner .navbar-collapse li {
        text-align: left;
        margin: 0
    }

    .full-width-menu .nav {
        margin-left: -15px;
        margin-right: -15px;
        width: inherit;
        max-width: inherit
    }

    .full-width-menu .inner ul {
        position: relative !important
    }

        .full-width-menu .inner ul a {
            text-align: center
        }

    .nav.inner.ms-rounded li a, .nav.inner.ms-rounded .maso-order {
        margin: 5px 0
    }

    .nav.ms-minimal li a {
        padding: 10px 15px
    }

    .videobox video {
        margin-top: 0 !important;
        background-color: #000
    }

    .title-base .scroll-top, .title-modern .scroll-top {
        position: static;
        margin-top: 15px
    }

    .videobox, .header-video {
        height: 350px;
        position: relative;
        overflow: hidden
    }

        .header-video .overlaybox {
            margin-top: 15px
        }

        .videobox .mobile-poster {
            display: block;
            height: 100%
        }

        .videobox iframe, .videobox *[data-video-youtube] {
            display: none
        }

    .title-base h1 {
        font-size: 20px;
        margin-top: 25px
    }

    .title-base p, .title-icon p {
        font-size: 13px
    }

    .title-base hr {
        display: none
    }

    .header-base {
        height: auto;
        padding-bottom: 35px
    }

        .header-base .breadcrumb, .header-bootstrap .breadcrumb {
            text-align: center;
            float: none
        }

    .header-bootstrap .vertical-row {
        display: flex
    }

        .header-bootstrap .vertical-row > div {
            text-align: left !important
        }

    .title-modern h1, .title-modern h2, .title-modern h3 {
        white-space: normal
    }

    .title-modern-2 h1, .title-modern-2 h2, .title-modern-2 h3 {
        padding-right: 0
    }

    .header-title .container, .header-video .container, .header-animation .container, .header-slider .container {
        margin-top: 0 !important;
        opacity: 1 !important
    }

    /*.header-title, .header-video, .header-animation, .header-slider {
        height: 150px !important
    }*/

    .section-bg-animation {
        height: 100% !important
    }

    .porfolio-bar .col-md-2 {
        width: 40%;
        float: left
    }

    .porfolio-bar .col-md-8 {
        width: 20%;
        float: left
    }

    .icon-box-cell {
        text-align: left
    }

    .fixed-area {
        position: relative !important;
        left: 0 !important;
        top: 0 !important
    }

    .vertical-row {
        display: block !important
    }

        .vertical-row > .row {
            display: block !important;
            margin: 0 -15px;
            width: auto
        }

        .vertical-row.row {
            display: block !important;
            width: auto;
            margin-bottom: 0 !important
        }

        .vertical-row .button-cnt {
            text-align: center !important
        }

        .vertical-row > div, .row.vertical-row > div {
            padding-top: 10px;
            padding-bottom: 10px
        }

            .vertical-row > div.col-md-8 {
                text-align: left
            }

    .proporzional-row .google-map {
        height: 350px
    }

    .scroll-hide {
        display: block !important;
        opacity: 1 !important
    }

    .tag-row.icon-row span {
        margin: 0
    }

        .tag-row.icon-row span:after {
            position: relative;
            top: -3px
        }

    .list-items .list-item .row {
        display: flex
    }

    .list-items .list-item .col-md-9 {
        width: 75%;
        min-width: 75%
    }

    .list-item-img .icon {
        display: none
    }

    .list-item-img:after {
        margin-left: 0;
        width: 100%
    }

    .list-items.list-items-justified .list-item .col-md-9 {
        width: 100%
    }

    .section-item.no-paddings .col-md-12 {
        padding-top: 0;
        padding-bottom: 0
    }

    iframe.video-box {
        height: auto !important;
        min-height: 250px
    }

    .collapse-box.text-center-xs > .text-left {
        text-align: center !important
    }

    .col-md-12 > div > .maso-box.row, .col-md-12 > div > .grid-box.row {
        width: auto !important
    }

    .fa-ul.text-center-sm > li {
        display: inline-block;
        margin: 0 20%;
        white-space: nowrap
    }

    .ul-dots.text-center-sm, .ul-square.text-center-sm, .ul-decimal.text-center-sm {
        display: inline-block
    }

        .ul-dots.text-center-sm li, .ul-square.text-center-sm li, .ul-decimal.text-center-sm li {
            text-align: left !important
        }

    hr.space {
        height: 35px
    }

        hr.space.xs {
            height: 8px
        }

        hr.space.s {
            height: 10px
        }

        hr.space.m {
            height: 20px
        }

    hr.e {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto
    }

    .hidden-sm {
        display: none !important
    }

    .latest-post-list .col-md-8 {
        padding-left: 15px
    }

    .text-center .icon-box {
        margin-left: 0
    }

    .album-title .btn {
        margin: 10px 0
    }

    .pagination {
        margin-left: 1px
    }

        .pagination > li.first, .pagination > li.last {
            display: none
        }

        .pagination > li.prev a {
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px
        }

        .pagination > li.next a {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px
        }

    .list-items .list-item .col-md-10 {
        width: 70%;
        float: left
    }

    .list-items .list-item .col-md-2 {
        width: 30%;
        float: left
    }

    table.table, table.table tbody, table.table thead, table.table tr, table.table td, table.table tr, table.table th {
        display: block;
        width: 100%;
        border-bottom-width: 1px !important
    }

    table.table {
        border: none
    }

        table.table thead th:first-child {
            border-top: 1px solid #ddd !important
        }

        table.table thead th:last-child {
            border-bottom: 2px solid #ddd !important
        }

    table.bootgrid-table {
        border: 1px solid #ddd
    }

    .actionBar > div {
        margin-bottom: 5px !important
    }

    table.bootgrid-table tr > th, table.bootgrid-table tr > td {
        border-top: 0 !important
    }

    footer, .footer-left, .footer-right {
        text-align: center
    }

        footer hr {
            margin-left: auto !important;
            margin-right: auto !important
        }

    .footer-bg {
        height: inherit
    }

    footer {
        height: auto !important
    }

    .footer-parallax-container {
        margin-bottom: 0 !important
    }

    footer .fa-ul > li i {
        margin-left: -25px;
        left: inherit
    }

    .footer-parallax {
        position: static;
        opacity: 1 !important;
        padding: 0 !important
    }

    .section-map .overlaybox.overlaybox-top {
        margin-top: 0 !important;
        margin-bottom: 0
    }

    .col-md-6, .col-md-3:not(.widget), .col-md-9, footer .col-md-4 .col-md-6 {
        width: 50%;
        float: left
    }

    .row > div.widget {
        float: left
    }

    .col-md-4, .col-md-2 {
        width: 33%;
        float: left
    }

    .col-md-8 {
        width: 66%;
        float: left
    }

    footer .content > div > .row > [class*="col-md"], .col-md-4 [class*="col-md"], .sidebar-content > .row > .col-md-9, .woocommerce-cnt > .section-empty > .content > .row > .col-md-9 {
        width: 100%;
        float: none
    }

    div [class*="boxed"].col-md-12 {
        width: auto !important
    }

    .col-sm-12 {
        width: 100% !important
    }

    .col-sm-6 {
        width: 50% !important;
        float: left
    }

    .col-sm-4 {
        width: 33.33% !important;
        float: left
    }

    [class*="boxed"].col-sm-12, [class*="boxed"].col-md-4.col-sm-12.boxed-inverse, [class*="boxed"].col-sm-12.col-md-4.boxed {
        width: calc(100% - 30px) !important
    }

    [class*="col-md-"].boxed-inverse.col-sm-6, [class*="col-md-"].boxed.col-sm-6, .col-md-6.boxed-inverse:not([class*="col-sm-"]), .col-md-6.boxed:not([class*="col-sm-"]) {
        width: 50% !important;
        width: calc(50% - 30px) !important;
        float: left
    }

    [class*="col-md-"].boxed-inverse, [class*="col-md-"].boxed, .col-md-6.col-sm-12.boxed-inverse, .col-md-6.col-sm-12.boxed {
        max-width: 100%;
        width: calc(100% - 30px) !important;
        margin: 5px 15px
    }

    .col-md-4.boxed-inverse:not([class*="col-sm-"]), .col-md-4.boxed:not([class*="col-sm-"]) {
        width: calc(33.3333% - 30px) !important
    }

    .section-two-blocks .row > div > a.img-box {
        display: block
    }

    .proporzional-row, .proporzional-row > .row {
        display: block !important
    }

    div:not(.hc_column_cnt) > table th {
        padding: 8px
    }

    .icon-list.text-right {
        margin-left: 0
    }

    .text-center-sm, .text-center-sm th, .text-center-sm.hc_social_share_buttons_cnt > .text-left, .text-center-sm .hc_social_share_buttons_cnt > .text-left {
        text-align: center !important
    }

    .text-left-sm {
        text-align: left !important
    }

    .text-right-sm {
        text-align: right !important
    }

    .text-center-sm .icon-box {
        margin: 10px auto
    }

    .visible-xs, .button-cnt.visible-xs > .btn {
        display: none !important
    }

    .visible-sm, .button-cnt.visible-sm > .btn, .hidden-xs {
        display: block !important
    }

    a.hidden-xs {
        display: inline-block !important
    }

    .visible-xs.hidden-sm {
        display: none !important
    }

    .height-full-sm {
        height: 100% !important
    }

    footer .tag-row span, footer .tag-row {
        white-space: normal
    }

    .icon-box-top-bottom.text-left.text-center-sm .icon-box-cell {
        text-align: center
    }

    .grid-table.grid-table-sm-12 td {
        width: 100%
    }

    .no-paddings .hc_pt_grid_list_cnt {
        padding: 0 !important
    }

    .text-xs-sm {
        font-size: 11px !important;
        line-height: 11px
    }

    .text-s-sm {
        font-size: 13px !important;
        line-height: 18px
    }

    .text-m-sm {
        font-size: 18px !important;
        line-height: 25px
    }

    .title-size {
        margin-top: 0 !important
    }

    .font-wt-cl {
        margin-top: 50px !important
    }
}

@media(max-width:767px) {
    .improve-healthcare-bg {
        width: 100%;
    }

    .text-h2 {
        text-align: center;
    }

    .col-md-6, .col-md-3, .col-md-3:not(.widget), .col-md-4, .col-md-2, .col-md-9, .col-md-8, .col-md-7, .col-md-1, .col-md-5, footer [class*="col-md"], .col-md-4 [class*="col-md"] {
        width: 100%;
        /*float: none*/
    }

    .col-sm-4 {
        width: 33.33% !important;
        float: left;
    }

    .col-xs-12, [class*="col-md-"].boxed-inverse, [class*="col-md-"].boxed, .col-md-6.boxed-inverse:not([class*="col-sm-"]), .col-md-6.boxed:not([class*="col-sm-"]), .col-md-4.boxed-inverse:not([class*="col-sm-"]), .col-md-4.boxed:not([class*="col-sm-"]), [class*="col-md-"].boxed-inverse.col-sm-6, [class*="col-md-"].boxed.col-sm-6, .col-md-6.boxed-inverse:not([class*="col-sm-"]), .col-md-6.boxed:not([class*="col-sm-"]) {
        width: 100% !important;
        width: calc(100% - 30px) !important
    }

    .grid-table {
        display: block
    }

        .grid-table tr, .grid-table tbody, .grid-table td {
            width: 100%;
            float: none;
            border: none !important
        }

        .grid-table td {
            width: 50%;
            float: left
        }

        .grid-table.grid-table-xs-12 td {
            width: 100%
        }

    .fa-ul.text-center-xs > li {
        display: inline-block;
        margin: 0 20%;
        white-space: nowrap
    }

    .icon-box-top-bottom.text-left.text-center-xs .icon-box-cell {
        text-align: center
    }

    .hidden-xs, a.hidden-xs {
        display: none !important
    }

    .visible-xs.hidden-sm {
        display: block !important
    }

    .visible-xs {
        display: block !important
    }

    .section-two-blocks {
        height: auto !important;
        overflow: hidden
    }

        .section-two-blocks .row {
            width: auto
        }

        .section-two-blocks:not(.two-blocks-container) .row > [class*="col-"] {
            padding: 0 15px
        }

    .two-blocks-container:not(.two-blocks-container) .row > [class*="col-"] {
        padding: 0 0
    }

    .section-two-blocks .content, .section-two-blocks .col-md-5 .content {
        padding: 15px !important;
        width: auto !important;
        margin-bottom: 15px
    }

    .title-base.text-left {
        text-align: center !important
    }

    .vertical-row > div, .row.vertical-row > div {
        text-align: center
    }

    .text-center-xs, .text-center-xs th, .text-center-xs.hc_social_share_buttons_cnt > .text-left, .text-center-xs .hc_social_share_buttons_cnt > .text-left {
        text-align: center !important
    }

    .text-left-xs {
        text-align: left !important
    }

    .pull-none-xs {
        float: none !important
    }

    .no-bg-xs {
        background: none !important;
        background-image: none !important
    }

    .height-full-xs {
        height: 100% !important
    }

    .icon-list .list-item, .icon-list.text-right .list-item {
        margin: 0 0 10px 0;
        padding-left: 0;
        display: block
    }

    .ul-dots.text-center-xs, .ul-square.text-center-xs, .ul-decimal.text-center-xs {
        display: inline-block
    }

        .ul-dots.text-center-xs li, .ul-square.text-center-xs li, .ul-decimal.text-center-xs li {
            text-align: left !important
        }

    .text-xs-xs {
        font-size: 11px !important;
        line-height: 11px
    }

    .text-s-xs {
        font-size: 13px !important;
        line-height: 18px
    }

    .text-m-xs {
        font-size: 18px !important;
        line-height: 25px
    }
}

@media(max-width:2560px) {
    .font-wt-cl {
        margin-top: 120px
    }
}

.padding-tb {
    padding-top: 40px;
    padding-bottom: 40px
}

#subscribeModal .modal-content {
    overflow: hidden
}

#subscribeModal .form-control {
    height: 45px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 30px
}

#subscribeModal span {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 20px;
    background: #12b992;
    border-color: #12b992;
    cursor: pointer
}

    #subscribeModal span i {
        color: #fff
    }

#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none
}

#subscribeModal .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(138deg);
    margin-top: -107px;
    margin-right: 205px;
    margin-left: -139px;
    border-bottom: 67px solid #b9f8e9;
    border-top: 31px solid #b9f8e9
}

#subscribeModal .bottom-strip {
    height: 156px;
    background: #007b5e;
    transform: rotate(134deg);
    margin-top: -105px;
    margin-right: -265px;
    margin-left: 311px;
    border-bottom: 65px solid #b9f8e9;
    border-top: 42px solid #b9f8e9
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.w-75 {
    width: 55% !important
}

html.iex .side-menu ul ul {
    display: block
}

html.iex .side-menu.over ul ul {
    display: none
}

html.iex .img-box img {
    margin-top: 0 !important
}

html.iex .footer-parallax {
    z-index: 0
}

.section-bg-image {
    background: rgba(0,0,0,.4)
}

.ts-wh {
    color: #fff
}

.title-base h2 {
    color: #1D5558 !important;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 45px
}

.dental-icon-box {
    display: block;
    border: 1px solid;
    border-radius: 11px;
    height: 175px;
    padding: 25px
}

.main-Specialty {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center
}

    .main-Specialty > button, .main-Specialty > a.ses-btn {
        line-height: 45px;
        width: 194px;
        height: 44px;
        border: 0 solid;
        border-radius: 22px;
        margin: 0 auto;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        display: block;
        right: 0
    }

.dental-icon img {
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -7px
}

.opthamology_background {
    background-color: #f8c332;
    -webkit-box-shadow: 0 10px 52px -5px rgba(248,195,50,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(248,195,50,1);
    box-shadow: 0 20px 30px -15px rgba(248,195,50,1)
}

.dental_background {
    background-color: #69dfc4;
    -webkit-box-shadow: 0 10px 52px -5px rgba(105,223,196,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(105,223,196,1);
    box-shadow: 0 20px 30px -15px rgba(105,223,196,1)
}

.Physician_background {
    background-color: #8a8e93;
    -webkit-box-shadow: 0 10px 52px -5px rgba(138,142,147,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(138,142,147,1);
    box-shadow: 0 20px 30px -15px rgba(138,142,147,1)
}

.diabetes_background {
    background-color: #8adc33;
    -webkit-box-shadow: 0 10px 52px -5px rgba(138,220,51,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(138,220,51,1);
    box-shadow: 0 20px 30px -15px rgba(138,220,51,1)
}

.gynecologist_background {
    background-color: #5bd0ff;
    -webkit-box-shadow: 0 10px 52px -5px rgba(91,208,255,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(91,208,255,1);
    box-shadow: 0 20px 30px -15px rgba(91,208,255,1)
}

.paediatrics_background {
    background-color: #815eff;
    -webkit-box-shadow: 0 10px 52px -5px rgba(129,94,255,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(129,94,255,1);
    box-shadow: 0 20px 30px -15px rgba(129,94,255,1)
}

.Surgery_background {
    background-color: #33a7ff;
    -webkit-box-shadow: 0 10px 52px -5px rgba(51,167,255,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(51,167,255,1);
    box-shadow: 0 20px 30px -15px rgba(51,167,255,1)
}

.dermatology_background {
    background-color: #fb8332;
    -webkit-box-shadow: 0 10px 52px -5px rgba(251,131,50,1);
    -moz-box-shadow: 0 10px 52px -5px rgba(251,131,50,1);
    box-shadow: 0 20px 30px -15px rgba(251,131,50,1)
}

.grid-color-Customer.circle {
    background-color: #f8c332;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Intuitive.circle {
    background-color: #5bd0ff;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Seamless.circle {
    background-color: #815eff;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Required.circle {
    background-color: #fb8332;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-vision.circle {
    background-color: #8adc33;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Minimal.circle {
    background-color: #ac6ce2;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Integration.circle {
    background-color: #10cbdb;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Data.circle {
    background-color: #f8c332;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Platform.circle {
    background-color: #1fabe8;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Hippa.circle {
    background-color: #69dfc4;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    padding: 20px
}

.grid-color-Focus.circle {
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
    background-color: #fd615b;
    padding: 20px
}

.grid-pdng td {
    padding: 5px !important
}

.font-wt-cl {
    font-weight: 600 !important;
    color: #fff
}

.text-clr {
    color: #011d65 !important
}

.Text-Response {
    color: #50e3c2 !important
}

.text-png-s {
    color: #3e4453;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px !important;
    line-height: 18px;
    margin-bottom: 2px !important
}

.pdng-li {
    padding-left: 5px;
    padding-right: 6px
}

.grid-bg {
    background-image: linear-gradient(to right,#146a64,#18cf9d);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5)
}

.section-bg-Background {
    background-color: #165153
}

.title-base h1 {
    /*height: 170px;*/
    font-size: 61px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff
}

.New-doctors-often-fi label {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #12b992;
    background-color: #fbfbfb
}

@media only screen and (min-width:370px) and (max-width:400px) {
    .imgresp {
        width: 145px !important;
        height: 81px !important
    }

    .imgresp {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
}

@media only screen and (max-width:480px) and (min-width:414px) {
    .imgresp {
        width: 145px !important;
        height: 81px !important
    }

    .imgresp {
        margin-left: 12px !important;
        margin-right: 12px !important
    }
}

.view-container {
    height: 100%
}

.view-frame {
    height: 100%;
    padding: 0 !important
}

.form-sched > div > div > p {
    margin-bottom: 5px !important
}

.form-sched > div > input.form-control {
    border-radius: 0 100px 100px 0;
    height: 40px
}

    .form-sched > div > input.form-control:focus {
        background-color: #ffc;
        color: #191970
    }

.form-sched > div > button.btn {
    border-radius: 100px;
    height: 40px
}

.blog-article-ehnote {
    transition-duration: .6s;
    margin-bottom: 40px;
    transition-property: opacity, transform;
    opacity: 1;
    transform: translate(0);
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    /*float: left;*/
    /*padding: 0 20px;
    width: 360px;*/
}

.blog-article-thumb {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0;
}

    .blog-article-thumb > a::before {
        content: "";
        display: block;
        background: rgba(29, 85, 88, 0.8);
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .blog-article-thumb:hover > a::before {
        opacity: 1;
        visibility: visible;
    }

    .blog-article-thumb > a > img {
        vertical-align: bottom;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        max-width: 100%;
        height: auto;
        border: none;
        margin-top: 0 !important
    }

.blog-article-text {
    padding: 3rem 2.8rem 3.6rem;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.article-text-header > a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: .6rem;
    color: #858585;
    font-weight: 600;
}

.article-text-header > h1 {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-top: 0;
    margin-bottom: 2.1rem;
}

    .article-text-header > h1 > a {
        color: #000;
        border-bottom: 1px solid transparent;
    }

        .article-text-header > h1 > a:hover {
            border-bottom: 1px solid rgba(0,0,0,.15);
        }

.article-text-content {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.article-text-meta > a {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: #0054a5;
}

.bg-gray-casestudy {
    background-color: #f2f2f2;
}

.position-article {
    position: absolute;
    top: 0;
}

.blog-case-caption > p {
    color: #000;
    padding: 7.8rem 20px 0;
    margin-bottom: 3.3rem;
    font-size: 2.4rem;
    line-height: 1.625;
    text-align: center;
}

.blog-case-caption::before {
    background-image: url(../images/casestudy/icon-quote.svg);
}

.blog-case-caption::before {
    content: "";
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
    margin-bottom: 1.5rem;
    position: absolute;
    top: 3.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container-left {
    margin-left: 35px;
    margin-right: 35px;
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.margin-adjust {
    margin-top: 150px !important;
}

.cas-studyli > li {
    margin-left: -23px;
}

.quote-ehnote::before {
    content: "";
    font-size: 54px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 2px;
    color: rgb(236, 236, 236);
    right: 0px;
    display: inline-block;
    text-align: left;
}

.skin-text-post {
    color: #007b5e !important;
}

.back-post-img {
    background-size: 100%;
    background-position: center center;
    /* align-items: center; */
    background-repeat: no-repeat;
}

.has-error {
    border: 1px solid #ff0000;
}

.form-req {
    color: #ff0000 !important;
    font-size: 20px;
}

.text-a {
    color: #07a0d4 !important;
    text-decoration: underline !important;
}

.load-more {
    padding: 9px 80px;
    border-radius: 20px;
    border: 1px solid #9c9c9c;
    display: inline-block;
    background-color: #12b992;
    color: #fff !important;
    border-color: #12b992;
    font-weight: 600;
    font-size: 18px;
}
/*---------------------------New Index----------------------------*/
.text-h1 {
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #1d5558;
}

.text-h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #1d5558;
    margin-top: 2em;
}

.text-h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: rgba(0,0,0,.6);
    margin-bottom: 25px;
    text-align: left;
}

.text-h4 {
    font-family: 'PT Serif', serif;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
}

.text-h6 {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.text-p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text-sub-p {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
    margin: 0 !important;
}

.text-explore {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
}

.div-text-border {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d47;
    padding-left: 25px;
    margin: 25px 0;
    border-left: 5px solid #8ac757;
}

.font-black {
    color: #000 !important;
}

.count-timer-div > ul {
    margin: 0;
}

    .count-timer-div > ul > li {
        display: block;
        text-align: left;
        padding: 10px 0;
    }

        .count-timer-div > ul > li > h2 {
            font-family: 'PT Serif', serif;
            font-size: 44px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
        }

.text-label {
    font-family: 'PT Serif', serif;
    /*font-size: 28px;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d47;
    margin: 25px auto;
    display: block;
}

.count-timer-div > ul > li > p {
    font-family: 'PT Serif', serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 !important;
}

.btn-demo {
    border-radius: 16px;
    background-color: #2d2d47;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff !important;
    padding: 15px 25px;
}

.btn-schedule-outline {
    border-radius: 12px;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 15px 25px;
    border: 1px solid #fff;
}

.btn-practice {
    border-radius: 16px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: 1px solid #fff;
    padding: 5px 25px;
}

.btn-demo-outline {
    font-family: 'Poppins', sans-serif;
    border: solid 3px #2d2d47;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d47;
    padding: 10px 25px;
    background-color: #fff;
}

.btn-plugin {
    font-family: 'Poppins', sans-serif;
    background-color: #1D5657;
    color: #fff !important;
    border-radius: 100%;
    border: solid 3px #1D5557;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 10px 25px;
}

.ehnote-tabs-home {
    display: block;
}

    .ehnote-tabs-home > ul {
        /*display: flex;*/
        margin: auto;
        width: max-content;
        border: none;
        border-bottom: 1px solid #d2d2d2;
    }

        .ehnote-tabs-home > ul > li {
            margin-right: 10px;
        }

            .ehnote-tabs-home > ul > li > a {
                padding: 12px 25px;
                background-color: #fff;
                font-family: 'Poppins', sans-serif;
                font-size: 16px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                /*text-align: left;*/
                color: #1d5558;
                overflow: hidden;
                margin-bottom: 0px;
                border-radius: 0px !important;
                /*border-bottom: solid 1px #2d2d47;*/
            }

            .ehnote-tabs-home > ul > li:hover > a,
            .ehnote-tabs-home > ul > li.active > a {
                padding: 12px 25px !important;
                color: #1d5558 !important;
                /*border: solid 1px #1d5558;*/
                background-color: #fff;
                overflow: hidden;
                margin-bottom: 0px !important;
                border-radius: 0px !important;
                border-bottom: solid 2px #1d5558;
                -webkit-transition: left .4s cubic-bezier(.77,0,.175,1);
                -o-transition: left .4s cubic-bezier(.77,0,.175,1);
                transition: left .4s cubic-bezier(.77,0,.175,1);
            }

.ul-list-ehnote {
    display: block;
    margin: 0;
    padding: 0;
}

    .ul-list-ehnote > li:before {
        /*background-color: #8ac757;*/
        background-image: url(https://ehnote.com/images/index/tick-icon.svg);
        content: "";
        height: 15px;
        width: 15px;
        position: absolute;
        left: 0px;
        top: 4px;
        border-radius: 100px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .ul-list-ehnote > li {
        display: block;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.7;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        padding-left: 25px;
        margin-bottom: 10px;
        position: relative;
    }
.white__tick-icon > li:before {
    background-image: url(../images/index/tick-white.svg) !important;
}
.ul-list-white > li {
    color: #fff !important;
}

.index-resource-ul {
    margin: 0;
    padding-left: 0;
}

    .index-resource-ul > li {
        display: block;
    }

        .index-resource-ul > li > label {
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #2d2d47;
        }

        .index-resource-ul > li > h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 22px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #1d5558;
        }

.image-content-list > h4 {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
}

.image-content-list > img {
    margin-bottom: 20px;
}

.index-resource-ul > li > p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.index-resource-ul > li > button,
.index-resource-ul > li > button:hover {
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d47;
    background-color: transparent !important;
    padding: 0;
}

.index-resource-ul > li > a {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558 !important;
    margin: 15px 0;
    display: block;
}

.service-solutions-text > p {
    font-family: 'Poppins', sans-serif;
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.service-solutions-text > h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #12A3FF !important;
    /*  color: #12a3ff;*/
}

.service-solutions-text > h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.threcolmun-list {
    border-radius: 20px;
    background-color: #f9f9f9;
    padding: 20px;
}

    .threcolmun-list > img {
        display: block;
        width: 50px;
        height: 50px;
        margin: auto;
    }

.list-none {
    list-style: none !important;
}

.threcolmun-list > p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px 0 !important;
}

.section-bg-ehnote {
    background-color: #1d5558;
}

.section-bg-opthomology {
    background-color: #004D87;
}

.section-bg-practice {
    background-color: #005A9E !important;
}

.text-opensgreen > h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    /* color: #8ac757;*/
    color: #fff !important;
}

.text-opensgreen > p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.inpu-ehnote {
    display: block;
}

    .inpu-ehnote > input {
        font-family: 'Poppins', sans-serif;
        border-radius: 16px;
        border: solid 1px #707070;
        background-color: #4A7779;
        padding: 15px;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        color: #fff;
    }

.inpu-practice > input {
    font-family: 'Poppins', sans-serif;
    border-radius: 16px;
    border: solid 1px #fff;
    background-color: #fff;
    padding: 5px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 5px !important;
}

.inpu-ehnote > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.inpu-ehnote > input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.inpu-ehnote > input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.inpu-ehnote > input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.inpu-ehnote > input[type=number]::-webkit-inner-spin-button,
.inpu-ehnote > input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*-----------------------------*/
.testimonials-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
}
/*
    .testimonials-slider > ul > li {
        list-style: none;
        border-radius: 40px;
        background-color: #f9f9f9;
        overflow: hidden;
        display: flex;
        margin: 0 25px;
        align-items: center;
        padding: 35px;
    }*/

.flex-25 {
    flex: 0 25%;
}

.testimonials-content {
    padding: 0 80px;
}

.testimonials-image {
    position: relative;
}

    .testimonials-image > img,
    .testimonials-image > i {
        width: 150px !important;
        max-width: 150px !important;
        height: 150px !important;
        border-radius: 100px;
        object-fit: cover;
        object-position: top center;
        border: 1px solid #d2d2d2;
        display: block;
    }

    .testimonials-image:after {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        margin: auto auto;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background-image: url(../images/index/icon-action.svg);
        object-fit: contain;
        background-size: contain;
    }

.text-tstmnl-name {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d47;
}

.schedule-demo,
.schedule-demo:hover,
.schedule-demo:focus {
    background-color: #2d2d47 !important;
    color: #fff !important;
}

.section-bg-blue {
    /*border: solid 1px #707070;*/
    background-color: #2d2d47;
}

.text-blue-h2p > h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0 !important;
}

.text-blue-h2p > p {
    font-family: 'PT Serif',serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0 !important;
}

.text-build-p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.text-a-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: left;
    color: #12a3ff !important;
    background: transparent;
    border: none;
    padding: 0 !important;
    position: relative;
}

    .text-a-link:after {
        content: "";
        background-image: url(../images/index/arrow-right.svg);
        width: 18px;
        height: 18px;
        background-size: contain;
        object-fit: contain;
        display: block;
        position: absolute;
        right: -20px;
        top: 0;
        bottom: 0;
        margin: auto;
        background-repeat: no-repeat;
    }

.text-right-solutions > label {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.28px;
    text-align: left;
    color: #1d5558;
}

.text-right-solutions > h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.28px;
    color: #1d5558;
}

.text-right-solutions > ul > li > h2,
.text-h2-320 {
    font-family: 'Poppins', sans-serif;
    /* font-size: 20px;*/
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d47;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-charting-320 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
}

.text-right-solutions > ul > li > p {
    font-family: 'Poppins', sans-serif;
    /*font-size: 14px;*/
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 0;
}

.text-right-solutions > ul {
    margin: 15px 0;
    padding-left: 0;
}

    .text-right-solutions > ul > li {
        display: block;
        /*padding: 8px 0;*/
        /*border-bottom: 1px solid #d2d2d2;*/
        cursor: pointer;
    }

        .text-right-solutions > ul > li:last-child {
            border-bottom: none;
        }

        .text-right-solutions > ul > li > a {
            display: block;
            /*font-family: 'PT Serif',serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d47;*/
        }

.text-hp-content > h2 {
    font-family: 'PT Serif',serif;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.text-hp-content > p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.timer-count-div {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: solid 1px #57576C;
    padding: 10px 20px;
}

    .timer-count-div > span {
        font-family: 'Poppins', sans-serif;
        font-size: 44px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #8ac757;
        margin-right: 10px;
    }

    .timer-count-div > div {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #c9c9ec;
    }

.section-bg-hassle {
    display: block;
    clear: both;
    background-color: #f2f2ff;
}

.row-ophtha {
    background-image: url(../images/index/ophtha-header.jpg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 500px;
}

.row-intigrated {
    background-image: url(../images/index/integrated-practice-1.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 500px;
}

.text-steamlnd {
    font-family: 'PT Serif';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: 2.05px;
    text-align: center;
    color: #1d5558;
    text-transform: capitalize !important;
    /*  text-transform: uppercase;*/
}

.text-configure {
    font-family: 'PT Serif',serif;
    font-size: 46px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    /*text-align: left;*/
    color: #1d5558;
    margin: 0;
}

.half-section-bg {
    background-color: rgba(45, 45, 71, 0.5);
    display: flex;
    align-items: center;
    padding: 40px 150px 40px 40px;
}

.text-patient-health {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0 !important;
}

.grid-no-paddinig > tbody > tr > td {
    padding: 10px !important
}

.grid-icons {
    width: 35px;
    height: 35px;
    display: block;
    background-size: contain;
    background-position: center center;
}

.section-bg-f6f6f6 {
    background-color: #f6f6f6 !important;
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: block;
}

.section-bg-f7f7fa {
    background-color: #f7f7fa !important;
    position: relative;
    overflow: hidden;
    z-index: 3;
    display: block;
}

.ulli-section-track {
    margin: 0;
    padding: 0;
}

    .ulli-section-track > li {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        color: #000;
        padding: 10px;
        display: block;
        margin-bottom: 15px;
        width: 100%;
        position: relative;
    }

.right-m-65 > li {
    border-right: 1.8px solid #1d5558;
}

.left-m-65 > li {
    border-left: 1.8px solid #1d5558;
}

.right-m-65 > li:after {
    width: 50px;
    height: 1.5px;
    background-color: #1d5558;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto 0;
    content: "";
}

.left-m-65 > li:before {
    width: 50px;
    height: 1.8px;
    background-color: #1d5558;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto 0;
    content: "";
}

.fs-22 {
    font-size: 22px;
}

.text-number {
    color: #8ac757;
    font-size: 50px !important;
}

.grid-icons {
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 25px;
    width: 25px;
    margin-bottom: 10px;
}

.Access-patient-health-records {
    background: url('../images/ophthalmology/Access-patient-health-records.svg');
}

.Book-patient-appointments {
    background: url('../images/ophthalmology/Book-patient-appointments.svg');
}

.Add-new-findings-to-medical-records {
    background: url('../images/ophthalmology/Add-new-findings-to-medical-records.svg');
}

.Get-access-order-results {
    background: url('../images/ophthalmology/Get-access-order-results.svg');
}

.Upload-ocular-Images {
    background: url('../images/ophthalmology/Upload-ocular-Images.svg');
}

.Generate-e-prescriptions {
    background: url('../images/ophthalmology/Generate-e-prescriptions.svg');
}

.Order-patient-Investigations {
    background: url('../images/ophthalmology/Order-patient-Investigations.svg');
}

.Provide-high-quality-virtual-care {
    background: url('../images/ophthalmology/Provide-high-quality-virtual-care.svg');
}

.Complete-patient-consultations {
    background: url('../images/ophthalmology/Complete-patient-consultations.svg');
}

.Complete-patient’s-past-history {
    background: url('../images/ophthalmology/Complete-patient’s-past-history.svg');
}

.Create-diagnosis-treatment-plans {
    background: url('../images/ophthalmology/Create-diagnosis-treatment-plans.svg');
}

.Access-real-time-analytics {
    background: url('../images/ophthalmology/Access-real-time-analytics.svg');
}

.integrated-practice {
    font-family: 'PT Serif',serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
}

.bg-cover {
    background-color: #EAEAEA;
}

.arubestflexible {
    background-color: #1d5558;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 5px !important;
}

    .arubestflexible > img {
        width: 50px;
        height: 50px;
        background-size: contain;
        display: block;
        margin: 15px auto;
        background-repeat: no-repeat;
    }

    .arubestflexible > p {
        font-family: 'PT Serif',serif;
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
    }

.ehnote-accordion {
    display: block;
}

    .ehnote-accordion > ul {
        margin: auto;
        padding: 0;
    }

        .ehnote-accordion > ul > li {
            background-color: #f6f6f6;
            padding: 10px;
            border-radius: 20px;
            overflow: hidden;
            border: solid 1px #1d5558;
            margin-bottom: 10px;
        }

            .ehnote-accordion > ul > li > h2 {
                font-family: 'PT Serif',serif;
                font-size: 20px;
                font-weight: bold;
                font-stretch: normal;
                font-style: normal;
                line-height: 2.08;
                letter-spacing: normal;
                text-align: left;
                color: #1d5558;
                margin-bottom: 0 !important;
            }

            .ehnote-accordion > ul > li > p {
                font-family: 'Poppins', sans-serif;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #000;
                margin-bottom: 10px !important;
                margin-top: 0 !important;
            }

.div-six-column {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 120px;
    border-radius: 5px;
    width: 80%;
}

.div-popul-column {
    background-color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 120px;
    border-radius: 5px;
    width: 100%;
}

    .div-six-column:hover,
    .div-popul-column:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
    }

    .div-six-column > div > label,
    .div-popul-column > div > label {
        font-family: 'PT Serif',serif;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: left;
        color: #2d2d47;
    }

    .div-six-column > div > p,
    .div-popul-column > div > p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin: 0 !important;
    }

    .div-six-column > div > img,
    .div-popul-column > div > img {
        width: 50px;
        height: 50px;
        background-size: contain;
    }
/*--------------------------------------*/
.scroll-header-fixed {
    position: absolute;
    background-color: rgba(29, 85, 88, 0.2);
    padding: 15px 10px;
    left: 0;
    right: 0;
}

.contact-schedule {
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    background-color: #fffefe;
    padding: 25px 30px;
}

.contact-form-schedule {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .contact-form-schedule > li {
        padding: 8px 20px;
        border-radius: 6px;
        list-style: none;
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        background-color: #f1f1f1;
        cursor: pointer;
    }

        .contact-form-schedule > li.active {
            background-color: #2d2d47;
            color: #fff;
        }

.schedule-control,
.schedule-control:focus {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: #f1f1f1;
    border: none !important;
    border-radius: 10px !important;
    padding: 5px 15px;
    height: 40px;
    width: 100%;
}

.error-control {
    background-color: #ffe1e1 !important;
    border: 1px solid #c87872 !important;
}

.text-area-control {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: #f1f1f1;
    border: none !important;
    border-radius: 10px !important;
    padding: 5px 15px;
    width: 100%;
}

.SlideinnerGred {
    background-color: #d2d2d2;
}

.nav-line-tab {
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

    .nav-line-tab > ul {
        border: none !important;
        display: block;
        width: auto;
        max-width: max-content;
        margin: auto;
    }

        .nav-line-tab > ul > li > a {
            display: block;
            padding: 10px 12px;
            margin: 0 15px
        }

        .nav-line-tab > ul > li.active > a {
            border-bottom: 4px solid #1d5558 !important;
        }

        .nav-line-tab > ul > li {
            display: inline-block;
        }
/*Tabs*/
.ehnote-tabs-efficiency {
    background-color: #fff;
    padding: 15px 35px;
}

    .ehnote-tabs-efficiency > ul {
        display: flex;
        margin: auto;
        width: max-content;
        border: none;
    }

        .ehnote-tabs-efficiency > ul > li > a {
            border: solid 3px #d9d9d9;
            padding: 12px 25px !important;
            margin-bottom: 10px !important;
            border-radius: 0 !important;
            overflow: hidden;
            background-color: #d9d9d9;
            color: #000;
        }

        .ehnote-tabs-efficiency > ul > li.active > a {
            color: #1d5558 !important;
            background-color: #fff;
            border: solid 3px #d9d9d9;
        }

.ease-staff-tabs > ul > li.active > a {
    padding: 12px 15px !important;
    color: #fff !important;
    border: 1px solid #1d5558 !important;
    background-color: #1d5558 !important;
    overflow: hidden;
    margin-bottom: 10px !important;
    border-radius: 50px !important;
}

.ease-staff-tabs > li > a {
    padding: 12px 15px;
    background-color: #fff !important;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 5px;
    color: #1d5558 !important;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 50px !important;
    border: 1px solid #1d5558 !important;
}

.ease-staff-tabs > li.active > a, .ease-staff-tabs > li:hover > a {
    background-color: #1d5558 !important;
    color: #fff !important;
}

.ehnote-tabs-efficiency > li > a {
    padding: 12px 25px;
    background-color: #d9d9d9;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d5558;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 0 !important;
    border: solid 3px #d2d2d2;
}

.ease-staff-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-slide-ul {
    position: sticky;
    z-index: 1000;
    top: 0;
    height: 106px;
    /*padding: 40px 20px;*/
    background-color: #fff;
    /*margin: 0 15px;
    border-radius: 15px;*/
}

.sticky-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    height: 106px;
    background-color: #fff;
    /*padding: 40px 20px;*/
}

.sticky-slide-ul > .nav > nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.sticky-slide-ul > ul > li {
    margin: 0 8px;
    list-style: none;
}

.sticky-slide-ul > .nav > nav > a {
    font-family: 'Poppins',sans-serif;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
    padding: 33px 18px;
    border-bottom: 3px solid #fff;
}

    .sticky-slide-ul > .nav > nav > a.active {
        border-bottom: 3px solid #8AC757;
        border-radius: 0;
    }

    .sticky-slide-ul > .nav > nav > a > img {
        margin-right: 5px;
        width: 35px;
        height: 35px;
    }
/*----------------------------------------------------------------------Timer*/
.timer {
    height: 2px;
    width: 0%;
    background: #1d5558;
    z-index: 10;
}

    .timer:before {
        height: 2px;
        background-color: #d2d2d2;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
    }

.slowHide {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

.half-bg-curve {
    background: url(../images/patient-engagement-platform/bg-curve.svg);
    object-position: bottom;
    object-fit: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 30px;
}

.benfits-bg {
    background-image: url(https://ehnote.com/images/ophthalmology/benfits-bg.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.improve-healthcare {
    display: flex;
    align-items: center;
    justify-content: center;
}

.improve-healthcare-bg {
    padding: 2rem 1.8rem 2rem;
    margin-left: 10px;
    border-radius: 10px !important;
    background-color: #FFFFFF;
    /*box-shadow: 0 2px 3px rgb(0 0 0 / 5%);*/
    z-index: 3;
    position: absolute;
    bottom: 20%;
    left: 0;
}

.improve-healthcare li {
    padding: 1rem 1.8rem 1.6rem;
    margin-left: 10px;
    border-radius: 10px !important;
    cursor: pointer;
}

.improve-healthcare > li > img {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.improve-healthcare > li.current-active > img {
    width: 45px;
    height: 45px;
}

.improve-healthcare > li > label {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
    margin-bottom: 0;
    display: block;
}

.improve-healthcare li.active {
    padding: 1rem 1.8rem 1.6rem;
    background-color: #FFFFFF;
    /*box-shadow: 0 2px 3px rgb(0 0 0 / 5%);*/
    margin-left: 10px;
    border-radius: 10px !important;
}

.bg-dotted {
    position: relative;
    width: 100%;
    display: block;
}

    .bg-dotted > img {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        z-index: 1;
        background-size: contain;
        object-fit: contain;
        object-position: center;
    }

.improve-healthcare-bg > h2 {
    font-family: 'PT Serif',serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
    margin-bottom: 0 !important;
}

.improve-healthcare-bg > p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0 !important;
}

.improve-healthcare > li > p {
    font-family: 'Poppins',sans-serif;
    display: flex;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
    margin-bottom: 0px !important;
}

.benfits-h2,
.benfits-p {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.benfits-p {
    font-family: 'PT Serif',serif;
    font-size: 25px;
}

.benifits-ulli {
    display: flex;
    flex-flow: wrap;
    padding: 0;
}

    .benifits-ulli > li > img {
        width: 50px;
        height: 50px;
        display: block;
        margin: auto;
    }

    .benifits-ulli > li > label {
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #202020;
        margin-top: 8px;
    }

.both-image-line {
    background-image: url(../images/patient-engagement-platform/line-both-sides.png);
    background-size: cover;
    object-position: center;
    background-repeat: no-repeat;
}

.list-mobile-3columns {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.csf-list-icon,
.csf-list-icon-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .csf-list-icon-img > li,
    .list-mobile-3columns > li {
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #202020;
        margin: 0 10px;
        list-style: none;
    }

        .list-mobile-3columns > li > .csf-list-icon {
            font-size: 12px !important;
        }

.csf-list-icon {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #202020;
    list-style: none;
    display: block;
}

    .csf-list-icon > img,
    .csf-list-icon-img > li > img {
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        object-fit: contain;
    }

.align-5-center-disply {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

    .align-5-center-disply > li {
        list-style: none;
        margin-bottom: 25px;
    }

.section-bg-pu-img {
    /*background-image: url(../images/opticians-drive-business-growth/s-03.png);*/
    background-color: #512969;
}

    .section-bg-pu-img:after {
        width: 95%;
        height: 850px;
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 100%;
        content: "";
        background: rgba(128, 64, 165,.3);
        top: -93%;
        z-index: -1;
        -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

    .section-bg-pu-img:before {
        width: 84%;
        height: 850px;
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 100%;
        content: "";
        background: rgba(128, 64, 165,.3);
        top: -117%;
        z-index: -1;
        -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

.section-bg-grblue-img {
    background-color: #023D6A !important;
}

    .section-bg-grblue-img:after {
        width: 95%;
        height: 850px;
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 100%;
        content: "";
        background: rgba(4, 115, 200,.3);
        top: -93%;
        z-index: -1;
        -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

    .section-bg-grblue-img:before {
        width: 84%;
        height: 850px;
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 100%;
        content: "";
        background: rgba(4, 115, 200,.3);
        top: -117%;
        z-index: -1;
        -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

.section-bg-ehnote-img {
    /*background-image: url(../images/opticians-drive-business-growth/s-03.png);*/
    background-color: #17504C;
}

.practice-booster-bg {
    /*background-image: url(../images/opticians-drive-business-growth/practice-booster-bg.png);*/
    background-color: #17504C;
}

.section-bg-pascheduling {
    background-image: url(../images/bg-patterns/section-bg-pascheduling.svg);
    background-color: #286da1;
}

.section-form-bg {
    background-image: url(../images/home/form-bg.png);
    background-color: #17656a;
    background-repeat: no-repeat
}

.section-bg-ehnote-img:after {
    width: 95%;
    height: 850px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 100%;
    content: "";
    background: rgba(40, 138, 132,.3);
    top: -93%;
    z-index: -1;
    -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.section-bg-ehnote-img:before {
    width: 84%;
    height: 850px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 100%;
    content: "";
    background: rgba(40, 138, 132,.3);
    top: -117%;
    z-index: -1;
    -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.itt-service > img {
    width: 60%;
    height: auto;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.itt-service > h3 {
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}

.itt-service > p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.itt-service > h4 {
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.mippeo-list-icons {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
    border-radius: 20px;
    border: solid 3px #1d5558;
    padding: 10px 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
}

    .mippeo-list-icons > img,
    .mippeo-sidetext-icons > img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
    }

.mippeo-sidetext-icons {
    display: flex;
    align-items: center;
    margin-bottom: 20px !important;
}

    .mippeo-sidetext-icons > p {
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1d5558;
        flex: 1;
        margin-left: 10px !important;
        margin-bottom: 0 !important;
    }

.text-small-configer {
    font-family: 'PT Serif',serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /*text-align: left;*/
    color: #1d5558;
    margin: 0 !important;
}

.sliding-icons-medical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-ehnote > .slick-list > .slick-track {
    display: flex !important;
}

.sliding-icons-medical > li {
    list-style: none;
    text-align: center;
    line-height: 1.2;
}

    .sliding-icons-medical > li > a > img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto;
        padding: 5px;
        margin-bottom: 8px;
    }

.mobile-sliding-icons-medical > ul > li > div > a > img {
    width: 40px !important;
    height: 40px !important;
    display: block;
    margin: 0 auto;
}

.mobile-sliding-icons-medical > ul > li > div > a > label {
    display: block;
    word-break: break-word;
    white-space: pre-wrap;
    line-height: 20px;
    margin-top: 10px;
}

.mobile-sliding-icons-medical > ul > li > div > a {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center !important;
    padding: 15px;
    display: block;
    white-space: nowrap;
    background-color: #fff;
}

.sliding-icons-medical > li > a {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
    padding: 15px;
    display: block;
    border-radius: 5px;
}

.sliding-icons-medical > li.active > a,
.mobile-sliding-icons-medical > div > div > div.active > a {
    background-color: #fff;
    /*-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 06px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.1) inset;*/
}

    .sliding-icons-medical > li.active > a > img {
        border: 1px solid #f0f0fa;
    }

.pos-dotted-div {
    position: relative;
    width: 100%;
    display: block;
    height: 400px;
}

.mobile-pos-dotted-div {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.content-dotted {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 3;
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 40%;
}

.right-0 {
    right: 0 !important;
}

.left-60 {
    left: 60% !important;
}

.content-dotted > label {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D5558;
}

.content-dotted > h2,
.content-dotted-mobile > h2 {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D5558;
}

.content-dotted > p,
.content-dotted-mobile > p {
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}

.pos-dotted-div > img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain;
}

.slick-slider .element {
    height: 100px;
    width: 100px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
/*---------------------- Contact us -----------------------*/
.text-contactus {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D5558;
}

.text-contactus-desc {
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #1D5558;
}

.bg-maps-img {
    background: url(../images/contact-us/map-img.svg);
    background-size: contain;
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center center;
    position: relative;
}

.shdow-maps-contact {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 70px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: absolute;
    width: 33%;
    padding: 20px;
}

.shdow-maps-contact-mobile {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    padding: 20px;
}

    .shdow-maps-contact > label,
    .shdow-maps-contact-mobile > label {
        color: #1D5558;
        font-family: 'Poppins',sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 5px;
    }

    .shdow-maps-contact > p,
    .shdow-maps-contact-mobile > p {
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 7px !important;
    }

.usa-adress-pos {
    left: 6%;
    bottom: 30%;
}

.ind-adress-pos {
    right: 6%;
    bottom: 10%;
}

.onlycover-icon {
    display: flex;
    align-items: center;
}

    .onlycover-icon > i {
        width: 90px;
        height: 90px;
        display: inline-block;
        margin-right: 10px;
        object-fit: contain;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .onlycover-icon > div > h3 {
        font-family: 'Poppins',sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;
        color: #1D5558;
    }

    .onlycover-icon > div > p {
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #808080;
        margin-bottom: 0 !important
    }

.border-bottom {
    border-bottom: 2px solid #808080;
}

.click-careers {
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #1D5558;
    border-bottom: 2px solid #808080;
}

.core-values-4-text {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 15px;
}

    .core-values-4-text > h4 {
        font-family: 'PT Serif', serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        color: #1D5558;
    }

    .core-values-4-text > p {
        font-family: 'Poppins',sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #404040;
    }

.sliderdownclass > img {
    border-radius: 10px 10px 0 0;
}
/*About us*/
.our-promises-list > i {
    width: 40px;
    height: 40px;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat;
    object-fit: contain;
    margin-bottom: 10px;
}

.our-promises-list > h3 {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}

.our-promises-list > p {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.weare-globalteam > p {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

.weare-globalteam > i {
    width: 80px;
    height: 80px;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat;
    object-fit: contain;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
}

.weare-globalteam > p {
    font-family: PT Serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

.global-bg-team {
    background: url(https://ehnote.com/images/about-us/we-are-a-global-team.webp);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-team-black {
    background: url(../images/about-us/team.png);
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain !important;
    background-repeat: repeat;
    background-position: center center;
}

.weare-globalteam {
    background-color: #fff;
    border-radius: 10px;
    padding: 18px;
}

.flexslider .slides > li.flex-active-slide {
    position: relative;
    margin: 0 20px !important
}

    .flexslider .slides > li.flex-active-slide:before {
        background-image: url(../images/index/top-coln.svg);
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 100px;
        height: 75px;
        background-repeat: no-repeat;
        background-size: contain !important;
    }

    .flexslider .slides > li.flex-active-slide:after {
        background-image: url(../images/index/bottom-coln.svg);
        content: "";
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 100px;
        height: 75px;
        background-repeat: no-repeat;
        background-size: contain !important;
    }

.flex-viewport {
    overflow: inherit !important;
}

.btnclose {
    border: none;
    background-color: transparent;
    color: #000
}

.eh-location {
    background: url(../images/home/eh-location.svg) no-repeat;
    padding-left: 40px;
    line-height: 20px;
    margin-bottom: 5px !important;
}

.eh-contact {
    background: url(../images/home/eh-contact.svg) no-repeat;
    padding-left: 40px;
    line-height: 20px;
    margin-bottom: 5px !important;
}

.eh-email {
    background: url(../images/home/eh-email.svg) no-repeat;
    padding-left: 40px;
    line-height: 20px;
    margin-bottom: 5px !important;
    background-position: left center;
}

.input-footer {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #F4F4F4 !important;
    border: 1px solid #F4F4F4 !important;
}

.footer-btn {
    background-color: #2d2d47 !important;
    color: #fff !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*-----------------*/
.Regular-Events {
    position: fixed;
    right: 5px;
    bottom: 0;
    padding: 10px;
    background-color: #2d2d47;
    color: #fff;
    width: 150px;
    z-index: 999;
    left: auto;
    top: auto;
    border-radius: 10px 10px 0 0;
    font-size: 13px;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    border: 1px solid #d2d2d2;
}

    .Regular-Events > button {
        background-color: transparent !important;
        border-top: 1px solid #d2d2d2;
        font-family: 'Poppins',sans-serif;
        margin-top: 5px;
        text-align: center;
        color: #1378e8;
        padding-top: 0;
        padding-bottom: 0
    }

    .Regular-Events > a {
        position: absolute;
        right: 5px;
        top: 5px;
    }
/*-------------*/
.carousel-indicators li {
    background-color: #eee !important
}

    .carousel-indicators li.active {
        background-color: #1d5558 !important;
    }

.select-view-dropdwon > button {
    display: block;
    width: 100%;
    padding: 15px 25px !important;
    background-color: #1d5558 !important;
    color: #fff;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 10px !important;
}

    .select-view-dropdwon > button > .caret {
        float: right;
        margin: auto 0;
    }

        .select-view-dropdwon > button > .caret:before {
            width: 10px !important;
            height: 10px !important;
        }

.heading-careers {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #000000;
    margin: 20px 0px !important;
    display: block;
}

.career-form > label {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #000000;
}

.career-form > input,
.career-form > select,
.career-form > textarea {
    background: linear-gradient(0deg, rgba(29, 85, 88, 0.1), rgba(29, 85, 88, 0.1)), #FFFFFF;
    border-radius: 10px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 15px;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    position: relative;
}

.apply-btn {
    background: #1D5558;
    border: 2px solid #1D5558;
    border-radius: 5px;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 10px 155px;
    display: block;
    margin: auto;
}

.calendar-icon-dob {
    background-image: url(../images/careers/cal-icon.svg) !important;
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
    padding-right: 35px !important;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin-top: 11px;
}

.btn-custom {
    background-color: #fff !important;
    color: #fff !important;
    border: none !important;
}

.btn-demo-outline:disabled {
    background-color: #d2d2d2;
    color: #979797 !important;
    border: 1px solid #d2d2d2 !important;
}

.section-schedule-demo-main {
    background: rgb(29,85,88);
    background: linear-gradient(180deg, rgba(29,85,88,1) 0%, rgba(29,85,88,1) 30%, rgba(246,246,246,1) 30%);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.heading-schedule-text > h1 {
    font-family: 'Poppins',sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.heading-schedule-text > p {
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-top: 0;
}

.sche-demo-column > img {
    width: 50%;
    display: block;
    margin: 10px auto;
    height: 60px;
}

.sche-demo-column {
    padding: 20px 0;
}

    .sche-demo-column > p {
        font-family: 'Poppins',sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        margin-top: 8px;
    }

    .sche-demo-column > h2 {
        text-align: center;
        margin-bottom: 0;
        font-size: 48px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #1d5558;
    }

        .sche-demo-column > h2 > span {
            font-family: 'Poppins',sans-serif;
            font-size: 48px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 72px;
            letter-spacing: normal;
            text-align: center;
            color: #1d5558;
        }

.section-form-seched {
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    background-color: #fffefe;
}

.heading-schedule-text > h2 {
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.heading-schedule-text > h3 {
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.section-form-seched {
    padding: 50px 20px;
}

    .section-form-seched > h2 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1d5558;
    }

    .section-form-seched > p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
    }

.heading-schedule-text-mobile > h1 {
    font-family: 'Poppins',sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
}

.heading-schedule-text-mobile > p {
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 0;
}

.bg-scchedule {
    background-color: #f7f7fa !important;
}

.bg-contact-form {
    border-radius: 28px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin: 0 40px;
    padding: 80px;
}

.bg-contact-form-responsive {
    margin: 0;
    padding: 10px;
}

.btn-graient-demo {
    font-family: 'Poppins',sans-serif;
    background-image: linear-gradient(to bottom, #1d5558, #3a9ea7);
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 20px 95px;
}

.patientbenifits-box {
    border-radius: 19px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

    .patientbenifits-box > img {
        margin-right: 10px;
    }

    .patientbenifits-box > label {
        font-family: 'Poppins',sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.79;
        letter-spacing: normal;
        text-align: center;
        color: #070707;
    }

.wi-100 {
    width: 100px !important;
}

.m-auto {
    margin: 0 auto;
}

.close-pos {
    position: absolute;
    right: 0;
    top: 0;
}

    .close-pos > button,
    .close-pos > button:hover,
    .close-pos > button:focus {
        background-color: #fff !important;
        color: #fff;
        border: none;
    }











.carousel__container {
    height: 200px;
    margin: 0 auto;
    border: 1px solid grey;
    position: relative;
    overflow: hidden;
    display: block;
}

.carousel__slide {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    transition: 0.2s ease all;
}

.carousel__slide--off-left, .carousel__slide--off-left-remove.carousel__slide--active-add {
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
}

    .carousel__slide--off-left.carousel__slide--active-add-active, .carousel__slide--off-left-remove.carousel__slide--active-add.carousel__slide--active-add-active {
        left: 0;
    }

.carousel__slide--off-right, .carousel__slide--off-right-remove.carousel__slide--active-add {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
}

    .carousel__slide--off-right.carousel__slide--active-add-active, .carousel__slide--off-right-remove.carousel__slide--active-add.carousel__slide--active-add-active {
        left: 0;
    }

.carousel__slide--active {
    left: 0;
}

.carousel__item {
    background: cyan;
    height: 200px;
    flex-grow: 1;
    border: 1px dotted grey;
}

.fard-bars {
    background-image: url(../images/font-icons/menu-bar.svg);
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
}

.eh-facebook,
.eh-linkedin,
.eh-twitter,
.eh-youtube,
.eh-pinterest,
.eh-instagram {
    width: 22px !important;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.social-eh-f > a {
    display: inline-block;
    padding: 0 5px
}

.img-size {
    height: 350px !important;
    width: 350px !important;
}

.eh-facebook {
    background-image: url('../images/font-icons/facebook.svg');
}

.eh-twitter {
    background-image: url('../images/font-icons/twitter.svg');
}

.eh-linkedin {
    background-image: url('../images/font-icons/linkedin.svg');
}

.eh-youtube {
    background-image: url('../images/font-icons/youtube.svg');
}

.eh-pinterest {
    background-image: url('../images/font-icons/pinterest.svg');
}

.eh-instagram {
    background-image: url('../images/font-icons/instagram.svg');
}

.service-solutions-text-white > h2 {
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.service-solutions-text-white > h4 {
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.ehnote-dropdown li {
    width: 250px !important;
    list-style: none !important;
}

    .ehnote-dropdown li > a {
        color: #000 !important;
        height: auto !important;
        line-height: 1 !important;
        padding: 15px 10px !important;
    }

        .ehnote-dropdown li > a.active {
            background-color: #1d5558 !important;
            color: #fff !important;
        }

.submenu {
    width: 100% !important;
    padding: 5px 10px !important;
    margin: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.submenu-bg {
    background: #f0fafa !important;
    padding: 10px;
    border-radius: 10px !important;
}

.bg-f6f6f6 {
    background-color: #f6f6f6 !important;
}

.m-10 {
    margin: 10px !important;
}

.dropdown-size {
    width: 60% !important;
    margin-left: 20% !important;
}

.tabcontent label {
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558 !important;
    font-family: 'Poppins',sans-serif;
}

.tabcontent p {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #202020;
}

.m-p-10 {
    margin: 10px !important;
}
/*.bg-menu > div > ul > li:hover {
    border-bottom: none !important;
}*/
.w-275 {
    width: 275px !important;
}

.auto-fill {
    color: #2d2d47;
    font-size: 22px;
    font-weight: 600;
}

.checkbox-adjustment {
    width: 20px !important;
    height: 20px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.img-patient-schedule {
    position: relative;
    right: -90px !important;
}

.text-p-aao {
    font-size: 20px !important;
    font-weight: 500;
}

.br-0-0-20-20 {
    border-radius: 0px 0px 25px 25px !important;
}

.typed-cursor {
    opacity: 0 !important;
}

.bg-response-practice {
    background-image: linear-gradient(to bottom, #284776, #28747b) !important;
}

.btn-response {
    border-radius: 20px;
    border: solid 1px #1d5558;
    color: #1d5558;
    padding: 4px 15px;
    background: #fff !important;
}

.modal-event-img {
    /*  background-image: url(../images/events-day/ascrs.svg);*/
    background-image: url(../images/events-day/aao-2023-popup-img.png);
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 25px 25px 0px 0px;
    background-position: center center;
    /* background-size: contain;*/
}

.modal-event-text > label {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    line-height: 1.4;
}

    .modal-event-text > label > b {
        color: #EEEBA9;
        font-weight: 700;
        font-size: 18px;
        font-family: 'Poppins',sans-serif;
        line-height: 1.4;
    }

.modal-event-text > h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    line-height: 1.4;
}

.modal-event-text > h3 {
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

.modal-event-text > h2 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
}

.modal-event-text > a {
    display: block;
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    text-align: center;
    color: #fff !important;
    text-decoration: underline;
    line-height: 1.4;
}

.modal-event-text > span {
    display: block;
    width: 60%;
    height: 2px;
    position: relative;
    margin: 16px auto;
    background-color: #FFFBA2;
}

    .modal-event-text > span:before {
        width: 8px;
        height: 8px;
        background-color: #FFFBA2;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
    }

    .modal-event-text > span:after {
        width: 8px;
        height: 8px;
        background-color: #FFFBA2;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg);
    }

.close-event-pos {
    cursor: pointer;
}

.modal-event-text {
    padding: 18px;
    /* background-color: rgba(255, 255, 255, 0.1);*/
    border-radius: 18px;
}

.radius-model-ove {
    border-radius: 25px !important;
}

.date-bg-visits {
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #b0dbdd;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #1e666a;
}

.policy-privacy > h1 {
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1d5558;
    line-height: 40px;
    margin: 0;
}

.policy-privacy > p,
.policy-privacy > ul > li,
.policy-privacy > article > p,
.policy-privacy > ol > li {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}

.policy-privacy > h4,
.policy-privacy > label,
.policy-privacy > article > label {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    color: #2d2d47 !important;
    font-weight: 500;
    line-height: 18px;
}

input.schedule-control[type=number]::-webkit-inner-spin-button,
input.schedule-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.text-marked {
    font-style: italic;
    font-weight: 500;
}

.ehnote-header-marq {
    width: 100%;
    padding: 5px;
    display: flex;
}

    .ehnote-header-marq > marquee {
        font-family: 'Poppins',sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-top: 0;
    }

.ehnote-iframe > iframe {
    width: 100%;
    height: 100vh
}

.emr-box {
    border-radius: 14px;
    border: 1px solid #1D5558;
    background: #fff;
    padding: 10px 20px !important;
    min-height: 155px;
    max-height: 180px;
}

    .emr-box > p {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        margin: 0 !important;
        font-family: 'Poppins',sans-serif;
    }

.emr-icon-box {
    background-color: #fff;
    border-radius: 100px;
    padding: 6px;
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.emr-caption-box {
    display: inline-flex;
    align-items: center;
}

    .emr-caption-box > h3 {
        color: #1D5558;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

.emr-box:hover {
    border: 2px solid rgba(29, 85, 88, 0.50);
    box-shadow: 0px 4px 8px rgba(0,0,0,.3);
    background-color: #73BCC03D;
}

    .emr-box:hover > div > .emr-icon-box {
        background-color: #fff;
    }

@media (max-width: 576px) {
    .emr-box:hover {
        border: 1px solid #1D5558;
        box-shadow: none;
        background-color: #fff;
    }

        .emr-box:hover > div > .emr-icon-box {
            background-color: initial;
        }
}

.btn-ophth-emr {
    border-radius: 20px;
    background-color: #1d5558;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 8px 20px;
    border: 1px solid #1d5558;
    min-width: max-content;
}

    .btn-ophth-emr > a {
        color: #fff !important;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
    }

.bg-image {
    background-image: url(../images/EHR/emr-background.png);
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (prefers-color-scheme: dark) {
    .image-light {
        display: none;
    }

    .light-white-color {
        color: #fff;
    }
}

@media (prefers-color-scheme: light) {
    .image-dark {
        display: none;
    }
}

.dashed-svg {
    background-image: linear-gradient(to right, #d1e6e8 47%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 26px 3px;
    background-repeat: repeat-x;
    width: 430px;
    height: 6px;
    margin: auto;
    margin-left: -58px;
    position: relative;
    bottom: 20px;
}

.dotted-circle {
    width: 150px;
    height: 195px;
    border-radius: 50%;
    border-top: dashed 5px #d1e6e8;
    margin: auto;
    position: relative;
}

.ehnote-svg1 {
    position: absolute;
    left: 0;
    top: -46px;
    display: block;
    margin: auto auto;
    right: 0;
    text-align: center;
    z-index: 11;
}

.ehnote-svg {
    position: absolute;
    left: 0;
    top: -26px;
    display: block;
    margin: auto auto;
    right: 0;
    text-align: center;
    z-index: 11;
}

.img-position {
    position: absolute;
    left: 0;
    bottom: 0;
}

.position-relative {
    position: relative;
}

.emr-heading {
    font-size: 34px;
    font-weight: 600;
    color: #1d5558;
    text-align: center;
}

.p-moblity {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0 !important;
}

.heading-clinical {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

.clinical-reports-list > li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 9px;
    text-align: left;
}

.fw-600 {
    font-weight: 600;
    font-size: 16px;
}

.text-2 {
    font-family: 'poppins', serif;
    font-weight: 600;
    font-size: 16px;
}

.download-btn {
    padding: 10px 20px;
    background: linear-gradient(180deg, #1D5558 0%, #3A9EA7 100%);
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    color: #fff !important;
    font-weight: 500;
    border: 1px solid #3A9EA7;
    min-width: 140px;
    text-decoration: none;
}

.rounded-container {
    border-radius: 20px;
    border: 1px solid #4ff1fa54;
    padding: 20px;
    background: #fff;
    /*box-shadow: 0 4px 15px 0 rgb(0 0 0 / 10%);*/
}

.section-bg-E4F5F6 {
    background: #E4F5F6;
}

.custom-p-text {
    font-size: 16px;
    color: #0E0E0E;
    font-weight: 500;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}

.responsive-img {
    width: 100%;
}

.read-time-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}

    .read-time-list > li {
        list-style: none;
        font-size: 14px;
        color: #7A7A7A;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }

        .read-time-list > li:last-child {
            list-style: disc;
        }

.line-h30 {
    line-height: 30px;
}

.surgery-demo-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #1d5558;
    border-radius: 10px;
    text-align: center;
    width: 70%;
}

.image-slides-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-slides {
    display: flex;
    width: 100%;
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 15s;
    gap: 80px;
}

    .image-slides > img {
        width: 100%;
        height: 80px;
    }

.grid-position {
    position: sticky;
    top: 100px;
}

    .grid-position > div {
        padding: 30px;
    }

.keep-schedule-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 20px 2px #1d555833;
    display: block;
    overflow: hidden;
}

.model-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

@media (max-width:786px) {
    .justify-sm-start {
        justify-content: flex-start !important;
    }

    .whitepaper-box {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .custom-p-text {
        line-height: 30px;
    }

    .surgery-demo-box {
        width: 100%;
    }

    .read-time-list {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .read-time-list > li {
            list-style: none;
            font-size: 10px;
            color: #7A7A7A;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
        }

    .aao-text {
        align-items: center;
    }

    .bg-aaoimg {
        background-image: none !important;
    }
    .p-sm-25{
        padding:25px;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-1353px);
    }
}

.bg-copyright {
    background: #eeeef1;
}

.social-share-icons {
    display: flex;
    align-items: center;
    list-style-type: none;
    grid-gap: 0 8px;
    padding: 0;
}

    .social-share-icons > li > a {
        display: block;
        line-height: 0;
    }

        .social-share-icons > li > a > i {
            width: 32px;
            height: 32px;
            background-image: url(../images/font-icons/social-icons.svg);
            background-size: cover;
            display: inline-block;
        }

.icon-whatsapp {
    background-position: 62px 0;
}

.icon-linkedin {
    background-position: 118px 0;
}

.icon-facebook {
    background-position: 146px 0;
}

.icon-twitter {
    background-position: 174px 0;
}

.icon-email {
    background-position: 33px 0;
}

.bg-aaoimg {
    background-image: url(../images/events-america/aao-2024-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
}

.aao-text {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

    .aao-text > label {
        font-size: 20px;
        font-weight: 600;
        color: #436F72;
        position: relative;
    }

        .aao-text > label::after {
            content: '';
            position: absolute;
            width: 75px;
            height: 1px;
            border: 1px solid #436F72;
            left: 0;
            right: 0;
            bottom: -7px;
        }

    .aao-text > h4 {
        font-size: 22px;
        font-weight: 600;
        color: #323232;
        font-family: 'Poppins', sans-serif;
    }

    .aao-text > span {
        font-family: 'Poppins', sans-serif;
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        padding: 15px 20px;
        color: #fff;
        width: calc(100% - 70px);
        background: #F37123;
    }
.aao-h1 > b {
    font-size: 36px;
    font-weight: 700;
    color: #1D5558;
    font-family: PT Serif;
}

.aao-h1 > em {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    font-family: PT Serif;
}

.color-black {
    color: #474646;
    font-weight: 600;
    font-family: 'PT Serif';
}

.custom-section-text > h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: PT Serif;
    text-align: center;
    color: #fff;
}

.custom-section-text > p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #fff;
    margin: 10px;
    line-height: 1.5;
}

.bg-custom-image {
    background-image: url(../images/events-america/aao-sectionbg-img.png);
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
    height: 850px;
}

.aao-box {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #1d5558;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: -5px 5px 10px 4px #f2f2f2;
}

.aao-demo-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.bg-aao-1 {
    background-image: url(../images/events-america/aao-2024-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.text-event-h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    font-size: 24px;
    letter-spacing: normal;
    color: #323232;
}

.vstack {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.text-event-h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: normal;
    color: #000;
}

.section-bg-F3FCFD {
    background: #F3FCFD;
}

.flex-column {
    flex-direction: column;
}

.list-style-1 {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

    .list-style-1 > li {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.9;
        text-align: left;
        color: #1d5558;
        list-style: none;
        padding-left: 30px;
        position: relative;
    }

        .list-style-1 > li:before {
            background-image: url(../images/EHR/solo-practitioners/arrow.svg);
            content: "";
            height: 25px;
            width: 25px;
            position: absolute;
            left: 0;
            top: 4px;
            border-radius: 100px;
            background-repeat: no-repeat;
            background-size: contain;
        }

.border-1 {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
}
.bg-aao2025 {
    background-image: url(../images/events/aao-2025-bg.png);
}
.bgimg-aao2025 {
    background-image: url(../events/images/aao-2025/aao-hero.png);
}
@media (min-width: 1200px) {
    .col-lg-marginright-1 {
        margin-right: 8.33333333%;
    }
    .bg-aao2025 {
        background-image: url(../images/events/aao-2025-bg.png);
        background-repeat: no-repeat;
        background-size: 100%;
        object-fit: contain;
    }
    .bgimg-aao2025 {
        background-image: url(../events/images/aao-2025/aao-hero.png);
        background-repeat: no-repeat;
        background-size: 100%;
        object-fit: contain;
    }
}

@media (min-width: 988px) {
    .home-slide-bg {
        background-image: url(../images/index/home-slider-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
}

@media (max-width: 988px) {
    .text-md-center {
        text-align: center !important;
    }
    .button-warning {
        font-size: 12px !important;
        padding: 8px 22px !important;
    }
    .text-F3A83B {
        font-size: 16px !important;
    }
}

.button-warning {
    font-family: 'Poppins', sans-serif;
    border: solid 3px #F3A83B;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    padding: 10px 25px;
    background-color: #F3A83B;
}

.text-F3A83B {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: #F3A83B !important;
    text-decoration: underline;
}

.sub-text-1 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    color: #000;
}

.text-caption {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.text-2d2d2d {
    color: #2d2d2d !important;
}
.font-poppins {
    font-family: Poppins !important; 
}

.btn__outline {
    border: 1px solid #1F5B5E;
    border-radius: 8px;
    padding: 16px 24px;
    width: 65%;
    margin: auto;
    overflow: hidden;
    background-clip: border-box;
}
.dis-flex{
    display:flex !important;
}
.flex-wrap{
    flex-wrap:wrap !important;
}
.width-100{
    width:100% !important;
}

/*New code*/
.demo-btn {
    border-radius: 13px;
    background: #F37123;
    color:#fff !important;
    border:0;
    padding:10px 20px;
}
.text-fs18w4004A4A4A {
    color: #4A4A4A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.ai__c-- {
    align-items:center;
}
.grid__gap--10 {
    grid-gap:10px;
}
.newdemo-bg {
    border-radius: 17px;
    background: #FAFAFA;
    padding: 20px; 
}
.fs__italic {
    font-style:italic;
}
.bg-rising {
    background-color: #E8EEEE;
    border-radius:100pc;
    width:100px;
    height:100px;
}
.appt-scheduling {
    border-radius: 30px;
    background: #E3F8F3;
    color: #1D5558;
    padding: 2px 10px;
    font-style: normal;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
}
.newlanding-list-icon-img {
    background: #fff;
    padding: 5px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    flex: 1;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 24px;
}
.bg-payoff {
    border-radius: 15px;
    background: #8b91a5;
    margin-bottom: 10px;
    padding: 15px;
}
.bg-payoff > h1 {
 font-style: normal;
font-weight: 600;
margin:0;
font-size:30px;
font-family: 'Poppins', sans-serif;
}
.bg-payoff > p {
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
font-family: 'Poppins', sans-serif;
}
.new-lp-h1 {
    color: #1D5558;
    font-family: "PT Serif";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 15px;
}

.new-lp-p {
    color: #4A4A4A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.new-lp-ff {
    font-family: 'Poppins', sans-serif;
}
 

.list__style--1 {
    margin: 0 ;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
}

.list__style--1 > li > h3 {
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    font-weight: 500;
}
.contact-schedule-create {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 55px;
    left: 0;
    right: 0;
}
.fs__32-- {
    font-size: 32px;
}
.fs__30-- {
    font-size: 30px !important;
}
.fs__18-- {
    font-size: 18px;
}
.fs__14-- {
    font-size: 14px;
}
.fw__5-- {
    font-weight: 500;
}
.ff__p-- {
    font-family: 'Poppins', sans-serif;
}
.tc__000-- {
    color: #000 !important
}
.tc__F37123-- {
    color: #F37123;
}
.tc__1d5558-- {
    color: #1d5558;
}
.bc__t-- {
    background-color: transparent;
}
.bg__fafafa-- {
    background-color: #fafafa !important;
}
.d__f--  {
    display: flex !important;
}
ai__c-- {
    align-items:center !important;
}
.jc__sb-- {
    justify-content: space-between !important;
}
.jc__e-- {
    justify-content: end;
}
.gap__x--10 {
    grid-column-gap: 10px;
}
.fd__c-- {
    flex-direction: column;
}
.gap__y--10 {
    grid-row-gap: 10px;
}
.l__4-- {
    line-height: 1.4;
}
/*Responsvie*/
/* 🌍 Default Styles (Desktop First) */
/* 📱 Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
    
}

/* 📟 Tablet Styles (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .five__sections-- {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
        grid-gap: 0 8px;
    }
}

/* 💻 Desktop Styles (min-width: 1025px) */
@media (min-width: 1025px) {
.five__sections-- {
    display: flex;
    grid-gap: 0 8px;
}
.bg-payoff {
    width: 100%;
}
.four-sections {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0 50px;
}
}
.text-h2-articles {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #1d5558;
    text-align: left;
}
.list-date-location {
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.list-date-location > li {
    color: #101010;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 2;
}
.list-date-location > li > span {
    color: #101010;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text-booth-color {
    color: #F37123 !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.text-popins {
    font-family: 'Poppins', sans-serif !important;
}
.text-0C8986 {
    color: #0C8986;
}
.ascrs-emr-box {
    border-radius: 24px;
    border: 1px solid #E4E4E4;
    padding: 8px;
}
.ascrs-emr-box > .emr-icon-box {
    border-radius: 12px;
    border: 0.8px solid #E6E8F0;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin: auto;
}
.bg_overl-line {
    background-image: url(../images/ovel-lines.svg);
    background-repeat: no-repeat;
    background-position: left;
}
.asrc-new {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal;
    line-height: normal;
}
.tc__0C8986-- {
    color: #0C8986;
}
.tc__1d1d1d-- {
    color: #1D1D1D;
}
.tc__101010-- {
    color: #101010;
}
.tc__F37123-- {
    color: #F37123 !important;
}
.fs__34-- {
    font-size: 34px !important;
}

.fs__64-- {
    font-size: 64px !important;
}
.fs__26-- {
    font-size: 26px !important;
}
.fs__24-- {
    font-size: 24px !important;
}
.fs__28-- {
    font-size: 28px !important;
}
.fs__15-- {
    font-size: 15px !important;
}
.fs__16-- {
    font-size: 16px !important;
}
.fw__6-- {
    font-weight: 600;
}
.fw__7-- {
    font-weight: 700 !important;
}

.fw__4-- {
    font-weight: 400;
}
.px__50-- {
    padding-right: 50px !important;
    padding-left: 50px !important;
}
.py__20-- {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.br__15-- {
    border-radius: 15px !important;
}
.my__30-- {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}
.mb__20-- {
    margin-bottom: 20px !important;
}
.fs__40-- {
    font-size: 40px !important;
}
.fs__46-- {
    font-size: 46px !important;
}
.tc__FF8A44-- {
    color: #FF8A44 !important;
}
.tc__42424A-- {
    color: #42424A !important;
}
.tc__3C3C3C-- {
    color: #3C3C3C !important;
}
.border__E5E7EB-- {
    border: 1px solid #E5E7EB !important;
}
.bg__FAFAFA-- {
    background-color: #FAFAFA !important;
}
.d__f-- {
    display:flex !important;
}
.fd__c-- {
     flex-direction: column !important;
}
.ai__c-- {
    align-items: center !important;
}
.jc__e-- {
    justify-content: end !important;
}
.gap__10-- {
    gap: 10px !important;
}
.lh__45-- {
    line-height: 45px;
}
.lh__35-- {
    line-height: 35px;
}
.tc__FFFFFF-- {
    color: #fff;
}
.lh__55-- {
    line-height: 55px;
}
.btn__lg-- {
    padding: 6px 25px;
    border-radius: 5px;
}
.btn__1d5558--f {
    background: #1d5558;
    color: #fff;
    border: 0.8px solid #1d5558;    
}