html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #868e96;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5 {
    color: #000;
}

.btn, .form-control {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Header */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sticky + .content {
    padding-top: 102px;
}

header .navbar-brand {
    /*text-transform: uppercase;*/
    /*letter-spacing: .2em;*/
    /*font-weight: 400;*/
    padding: 0px;
}

    header .navbar-brand span {
        color: #27A040;
    }

header .top-bar {
    background: #27A040;
    padding: 2px;
}

    header .top-bar a {
        color: #fff;
        padding: 1px;
        font-size: 16px;
        display: inline-block;
    }

    header .top-bar .cta-btn {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        background: #9C3021;
        border-radius: 4px;
    }

        header .top-bar .cta-btn:hover {
            background: #fff;
            color: #9C3021;
            font-weight: bold;
            -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
        }

    header .top-bar .social {
        margin-bottom: 0;
    }

        header .top-bar .social li {
            display: inline-block;
            text-align: center;
        }

            header .top-bar .social li a {
                color: #fff;
                padding: 1px;
                width: 40px;
                display: inline-block;
            }

                header .top-bar .social li a:hover {
                    background: #5AC8D8;
                    color: #fff;
                    -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                }

header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background: white !important;
}

    header .navbar .nav-link {
        padding: 1.7rem 1rem;
        outline: none !important;
    }

        header .navbar .nav-link.active {
            color: #27A040 !important;
        }

    header .navbar .nav-link {
        padding: 0px;
    }

    header .navbar .dropdown-menu {
        font-size: 14px;
        border-radius: 4px;
        border: none;
        -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
    }

        header .navbar .dropdown-menu .dropdown-item.active {
            background: #f8f9fa;
            color: #27A040 !important;
        }

        header .navbar .dropdown-menu a {
            padding-top: 7px;
            padding-bottom: 7px;
        }


/* Services */

.w3ls-pricing.card {
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    transition: all .3s ease-in-out;
    padding: 0.1rem;
    /*text-align:right*/
    /*position: relative;*/
    /*background: #006879;*/
}




    .w3ls-pricing.card img {
        text-align: right;
        position: absolute;
    }

section#services,
#contact {
    background: url(../img/services.jpg) no-repeat center;
    background-size: cover;
}

a.price_link {
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 13px;
    background: #bb2d46;
}

.card-title {
    margin-bottom: 3em;
    font-size: 14px;
    color: #fff;
}

.w3ls-pricing.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.w3ls-pricing.card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #ff5722;
    transition: 0.5s;
}

h4.serv-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
}

.w3ls-pricing.card:hover,
.w3ls-pricing.card.service-active {
    transform: scale(1.15);
    -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    z-index: 1;
}

    .w3ls-pricing.card:hover p,
    .w3ls-pricing.service-active p {
        color: #000;
    }

    .w3ls-pricing.card.service-active:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #ff5722;
        transition: 0.5s;
    }

    .w3ls-pricing.card:hover:after {
        width: 100%;
    }

.w3ls-pricing .card-header {
    color: #000;
    background: transparent;
    /*padding-left: 0;*/
    border-bottom: none;
    text-transform: capitalize;
}

h4.price-title {
    font-size: 1.2em;
}

.w3ls-pricing .card-block {
    padding-top: 0;
}


/*End Service*/



/* Owl Carousel */
.owl-carousel .owl-item {
    opacity: .4;
}

    .owl-carousel .owl-item.active {
        opacity: 1;
    }

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -10px;
    }

        .owl-carousel .owl-nav .owl-prev span:before,
        .owl-carousel .owl-nav .owl-next span:before {
            font-size: 40px;
        }

    .owl-carousel .owl-nav .owl-prev {
        left: 30px !important;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 30px !important;
    }

        .owl-carousel .owl-nav .owl-next:hover,
        .owl-carousel .owl-nav .owl-prev:hover {
            background-color: black;
            opacity: .4;
        }

.owl-carousel .owl-dots {
    text-align: center;
}

    .owl-carousel .owl-dots:hover {
        opacity: .8;
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: #e6e6e6;
        visibility: hidden;
    }

        .owl-carousel .owl-dots .owl-dot.active {
            background: #27A040;
        }

.owl-carousel.home-slider {
    z-index: 1;
    position: relative;
}

    .owl-carousel.home-slider .owl-nav {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .owl-carousel.home-slider .owl-nav button {
            color: #fff;
        }

    .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
        opacity: 1;
        visibility: visible;
    }

    .owl-carousel.home-slider .slider-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        /*height:75%;*/
        height: calc(100vh - 110px);
        width: 100%;
        background-size: 100% 80%;
        /*max-height:600px;*/
        /*height:80vh;*/
    }

        .owl-carousel.home-slider .slider-item .container {
            width: 100%;
            display: block;
            padding-top: 0px;
        }

            .owl-carousel.home-slider .slider-item .container img {
                height: 35%;
                width: 35%;
                padding-left: 30px;
                padding-top: 30px;
                margin: 0px;
            }

        .owl-carousel.home-slider .slider-item .slider-text {
            color: #fff;
            height: calc(100vh - 117px);
            min-height: 700px;
        }

            .owl-carousel.home-slider .slider-item .slider-text h1 {
                font-size: 72px;
                color: #fff;
                line-height: 1.2;
                font-weight: 300;
                margin: 0px;
            }



            .owl-carousel.home-slider .slider-item .slider-text p {
                font-size: 30px;
                line-height: 2.5;
                font-weight: 300;
                color: rgba(255, 255, 255, 0.8);
                background: rgba(0, 0, 0, 0.8);
                margin: 0px;
                padding-bottom: 0px;
                display: inline-block;
            }

    .owl-carousel.home-slider.inner-page .slider-item {
        height: calc(30vh - 117px);
        min-height: 500px;
    }

        .owl-carousel.home-slider.inner-page .slider-item .slider-text {
            color: #fff;
            height: calc(50vh - 117px);
            min-height: 500px;
        }

    .owl-carousel.home-slider .owl-dots {
        position: absolute;
        bottom: 150px;
        width: 100%;
    }

        .owl-carousel.home-slider .owl-dots .owl-dot {
            width: 18px;
            height: 18px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.5);
            outline: none !important;
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot span {
                position: absolute;
                width: 6px;
                height: 6px;
                background: rgba(255, 255, 255, 0.5);
                border-radius: 50% !important;
                left: 50%;
                top: 50%;
                display: block;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .owl-carousel.home-slider .owl-dots .owl-dot.active {
                border: 2px solid white;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                    background: white;
                }

.owl-carousel.major-caousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #495057;
}

    .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
        color: #868e96;
        outline: none;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
        color: #dee2e6;
    }

.owl-carousel.major-caousel .owl-nav .owl-prev {
    left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
    right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
    bottom: -30px !important;
    position: relative;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
}

    .owl-custom-nav .owl-custom-prev,
    .owl-custom-nav .owl-custom-next {
        padding: 10px;
        font-size: 30px;
        background: #ccc;
        line-height: 0;
        width: 60px;
        text-align: center;
        display: inline-block;
    }

.home-feature {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

    .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
        position: relative;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        z-index: 2;
        top: 0;
        border-bottom: 10px solid #5AC8D8;
    }



        .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
            position: relative;
            overflow: hidden;
        }

        .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
            font-size: 200px;
            color: rgba(255, 255, 255, 0.07);
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
            color: #fff;
            font-size: 16px;
            letter-spacing: .05em;
            font-weight: 300;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
            color: rgba(255, 255, 255, 0.7);
            font-weight: 300;
        }

            .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                margin-bottom: 0;
            }

        .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
            -webkit-transition: .15s all ease-out;
            -o-transition: .15s all ease-out;
            transition: .15s all ease-out;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            display: block;
            text-align: center;
            bottom: -50px;
            left: 0;
            right: 0;
            padding: 20px;
            background: #5AC8D8;
            z-index: -1;
            color: #fff;
            -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
        }



            .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                background: #6fcfdd;
            }

        .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
            top: -10px;
            z-index: 3;
            -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
        }



            .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                -webkit-transform: translate(-10px, -50%);
                -ms-transform: translate(-10px, -50%);
                transform: translate(-10px, -50%);
            }

            .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                opacity: 1;
                visibility: visible;
                bottom: -50px;
            }



    .home-feature .one-col {
        background: #27A040;
    }

    .home-feature .two-col {
        background: #006fe6;
    }

    .home-feature .three-col {
        background: #0067d6;
    }

.section {
    padding: 7em 0;
}

.cta-link {
    background: #27A040;
    padding: 3.5em 0 3em 0;
    display: block;
    text-align: center;
}

    .cta-link:focus, .cta-link:active {
        outline: none;
    }

    .cta-link span {
        line-height: 1.2;
    }

    .cta-link .sub-heading {
        color: #fff;
        display: block;
        font-size: 20px;
    }

    .cta-link .heading {
        font-size: 50px;
        color: #001933;
    }



    .cta-link:hover {
        background: #9C3021;
    }

.cover_1 {
    background-size: cover;
    background-position: center center;
    padding: 7em 0;
}

    .cover_1 .sub-heading {
        color: rgba(255, 255, 255, 0.7);
        font-size: 22px;
    }

    .cover_1 .heading {
        font-size: 50px;
        color: white;
        font-weight: 300;
    }

.heading {
    color: #000;
}

    .heading.border-bottom {
        position: relative;
        padding-bottom: 30px;
    }

        .heading.border-bottom:before {
            bottom: 0;
            position: absolute;
            content: "";
            width: 50px;
            height: 2px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #27A040;
        }

.text-black {
    color: #000 !important;
}

.stretch-section {
    padding-top: 0px;
}

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .stretch-section p {
        line-height: 1.5em;
        text-align: justify;
        font-size: 20px;
        color: #000;
    }

.media-feature .icon {
    font-size: 60px;
    color: #9C3021;
}

.media-feature h3 {
    font-size: 20px;
}

.media-custom {
    background: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

    .media-custom .meta-post {
        color: #adb5bd;
        font-size: 13px;
        text-transform: uppercase;
    }

    .media-custom .meta-chat {
        color: #ced4da;
    }

        .media-custom .meta-chat:hover {
            color: #868e96;
        }

    .media-custom:focus, .media-custom:hover {
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    }

    .media-custom .media-body {
        padding: 30px;
    }

        .media-custom .media-body h3 {
            font-size: 20px;
        }

        .media-custom .media-body p:last-child {
            margin-bottom: 0;
        }

.list-unstyled.check li {
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

    .list-unstyled.check li:before {
        color: #5AC8D8;
        left: 0;
        font-family: "Ionicons";
        content: "\f122";
        position: absolute;
    }

.custom-tabs .border-right {
    border-right: 1px solid #dee2e6;
}



.custom-tabs .nav-pills .nav-link {
    padding-left: 0;
    font-size: 26px;
    font-weight: 100;
    color: #adb5bd;
    line-height: 1.2;
    margin-bottom: 10px;
}

    .custom-tabs .nav-pills .nav-link span {
        font-size: 18px;
    }

    .custom-tabs .nav-pills .nav-link.active {
        background: none;
        color: #27A040;
        padding-left: 20px;
        position: relative;
    }

        .custom-tabs .nav-pills .nav-link.active:before {
            content: "";
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 0;
            width: 2px;
            background: #5AC8D8;
        }

.custom-tabs .tab-pane .icon {
    font-size: 60px;
    display: block;
    color: #27A040;
}

.custom-tabs .tab-pane h2 {
    font-size: 60px;
    font-weight: 300;
}

#modalAppointment .modal-content {
    border-radius: 0;
    border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
    padding: 40px;
}

.site-footer {
    padding: 1em 0;
    background: #f2f2f2;
    background: #283E56;
    color: rgba(255, 255, 255, 0.7);
    margin: 0px;
}

    .site-footer container {
        padding: 0px;
    }

    .site-footer a {
        color: rgba(255, 255, 255, 0.5);
    }

        .site-footer a:hover {
            color: white;
        }

    .site-footer h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: .05em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .site-footer .footer-link li {
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .site-footer hr {
        width: 100%;
    }

    .site-footer .border-t {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

.copyright {
    font-size: 14px;
}

.element-animate {
    opacity: 0;
    visibility: hidden;
}


@media screen and (max-width: 400px) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 14px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 0px;
            padding-left: 0px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 0px;
                    width: 25px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: calc(40vh);
            width: 100%;
            background-size: 100% 90%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 20px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 30px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 15px;
                    line-height: 1.5;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    /*margin: 0px;*/
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #9C3021;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 401px) and (max-width: 720px) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            /*background-size: cover;*/
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: calc(40vh);
            width: 100%;
            background-size: 100% 80%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 30px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 15px;
                    line-height: 1.2;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #9C3021;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #fff;
            color: #000;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 721px) and (max-width: 1280px) and (orientation:landscape) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: auto;
            width: 100%;
            background-size: 100% 80%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 35px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 20px;
                    line-height: 1.8;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #9C3021;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 721px) and (max-width: 1280px) and (orientation:portrait) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: calc(50vh);
            width: 100%;
            background-size: 100% 80%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 35px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 20px;
                    line-height: 1.8;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #9C3021;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height:calc(100vh-100px);
            width: 100%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 72px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 30px;
                    line-height: 2.5;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #9C3021;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: auto;
            width: 100%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 72px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 30px;
                    line-height: 2.5;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #006fe6;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width: 1921px) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: auto;
            width: 100%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 35%;
                    width: 35%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 72px;
                    color: #fff;
                    line-height: 1.2;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 30px;
                    line-height: 2.5;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #006fe6;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}



@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation:landscape) {
    html {
        scroll-behavior: smooth;
    }

    body {
        background: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.8;
        color: #868e96;
    }

    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
    }

        a:hover {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5 {
        color: #000;
    }

    .btn, .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    /* Header */
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        animation: smoothScroll 1s forwards;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    .sticky + .content {
        padding-top: 102px;
    }

    header .navbar-brand {
        /*text-transform: uppercase;*/
        /*letter-spacing: .2em;*/
        /*font-weight: 400;*/
        padding: 0px;
    }

        header .navbar-brand span {
            color: #27A040;
        }

    header .top-bar {
        background: #27A040;
        padding: 2px;
    }

        header .top-bar a {
            color: #fff;
            padding: 1px;
            font-size: 16px;
            display: inline-block;
        }

        header .top-bar .cta-btn {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
            background: #9C3021;
            border-radius: 4px;
        }

            header .top-bar .cta-btn:hover {
                background: #fff;
                color: #9C3021;
                font-weight: bold;
                -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
            }

        header .top-bar .social {
            margin-bottom: 0;
        }

            header .top-bar .social li {
                display: inline-block;
                text-align: center;
            }

                header .top-bar .social li a {
                    color: #fff;
                    padding: 1px;
                    width: 40px;
                    display: inline-block;
                }

                    header .top-bar .social li a:hover {
                        background: #5AC8D8;
                        color: #fff;
                        -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                        box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
                    }

    header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        background: white !important;
    }

        header .navbar .nav-link {
            padding: 1.7rem 1rem;
            outline: none !important;
        }

            header .navbar .nav-link.active {
                color: #27A040 !important;
            }

        header .navbar .nav-link {
            padding: 0px;
        }

        header .navbar .dropdown-menu {
            font-size: 14px;
            border-radius: 4px;
            border: none;
            -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
        }

            header .navbar .dropdown-menu .dropdown-item.active {
                background: #f8f9fa;
                color: #27A040 !important;
            }

            header .navbar .dropdown-menu a {
                padding-top: 7px;
                padding-bottom: 7px;
            }




    /* Owl Carousel */
    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 40px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 30px !important;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 30px !important;
        }

            .owl-carousel .owl-nav .owl-next:hover,
            .owl-carousel .owl-nav .owl-prev:hover {
                background-color: black;
                opacity: .4;
            }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots:hover {
            opacity: .8;
        }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #e6e6e6;
            visibility: hidden;
        }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #27A040;
            }

    .owl-carousel.home-slider {
        z-index: 1;
        position: relative;
    }

        .owl-carousel.home-slider .owl-nav {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .owl-carousel.home-slider .owl-nav button {
                color: #fff;
            }

        .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
            opacity: 1;
            visibility: visible;
        }

        .owl-carousel.home-slider .slider-item {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center right;
            /*height:75%;*/
            height: calc(60vh - 110px);
            width: 100%;
            background-size: 100% 100%;
            /*max-height:600px;*/
            /*height:80vh;*/
        }

            .owl-carousel.home-slider .slider-item .container {
                width: 100%;
                display: block;
                padding-top: 0px;
            }

                .owl-carousel.home-slider .slider-item .container img {
                    height: 30%;
                    width: 30%;
                    padding-left: 30px;
                    padding-top: 30px;
                    margin: 0px;
                }

            .owl-carousel.home-slider .slider-item .slider-text {
                color: #fff;
                height: calc(100vh - 117px);
                min-height: 700px;
            }

                .owl-carousel.home-slider .slider-item .slider-text h1 {
                    font-size: 48px;
                    color: #fff;
                    line-height: 1.0;
                    font-weight: 300;
                    margin: 0px;
                }



                .owl-carousel.home-slider .slider-item .slider-text p {
                    font-size: 14px;
                    line-height: 2.0;
                    font-weight: 300;
                    color: rgba(255, 255, 255, 0.8);
                    background: rgba(0, 0, 0, 0.8);
                    margin: 0px;
                    padding-bottom: 0px;
                    display: inline-block;
                }

        .owl-carousel.home-slider.inner-page .slider-item {
            height: calc(30vh - 117px);
            min-height: 500px;
        }

            .owl-carousel.home-slider.inner-page .slider-item .slider-text {
                color: #fff;
                height: calc(50vh - 117px);
                min-height: 500px;
            }

        .owl-carousel.home-slider .owl-dots {
            position: absolute;
            bottom: 150px;
            width: 100%;
        }

            .owl-carousel.home-slider .owl-dots .owl-dot {
                width: 18px;
                height: 18px;
                margin: 5px;
                border-radius: 50%;
                background: #e6e6e6;
                background: none;
                border: 2px solid rgba(255, 255, 255, 0.5);
                outline: none !important;
                position: relative;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

                .owl-carousel.home-slider .owl-dots .owl-dot span {
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background: rgba(255, 255, 255, 0.5);
                    border-radius: 50% !important;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

                .owl-carousel.home-slider .owl-dots .owl-dot.active {
                    border: 2px solid white;
                }

                    .owl-carousel.home-slider .owl-dots .owl-dot.active span {
                        background: white;
                    }

    .owl-carousel.major-caousel .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #495057;
    }

        .owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
            color: #868e96;
            outline: none;
        }

        .owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
            color: #dee2e6;
        }

    .owl-carousel.major-caousel .owl-nav .owl-prev {
        left: -60px !important;
    }

    .owl-carousel.major-caousel .owl-nav .owl-next {
        right: -60px !important;
    }

    .owl-carousel.major-caousel .owl-dots {
        bottom: -30px !important;
        position: relative;
    }

    .owl-custom-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .owl-custom-nav .owl-custom-prev,
        .owl-custom-nav .owl-custom-next {
            padding: 10px;
            font-size: 30px;
            background: #ccc;
            line-height: 0;
            width: 60px;
            text-align: center;
            display: inline-block;
        }

    .home-feature {
        margin-top: -120px;
        position: relative;
        z-index: 2;
    }

        .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
            position: relative;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            z-index: 2;
            top: 0;
            border-bottom: 10px solid #5AC8D8;
        }



            .home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
                position: relative;
                overflow: hidden;
            }

            .home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
                font-size: 200px;
                color: rgba(255, 255, 255, 0.07);
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
                color: #fff;
                font-size: 16px;
                letter-spacing: .05em;
                font-weight: 300;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            .home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

                .home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
                    margin-bottom: 0;
                }

            .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
                -webkit-transition: .15s all ease-out;
                -o-transition: .15s all ease-out;
                transition: .15s all ease-out;
                opacity: 0;
                visibility: hidden;
                position: absolute;
                display: block;
                text-align: center;
                bottom: -50px;
                left: 0;
                right: 0;
                padding: 20px;
                background: #5AC8D8;
                z-index: -1;
                color: #fff;
                -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
                    background: #6fcfdd;
                }

            .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
                top: -10px;
                z-index: 3;
                -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
                box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
            }



                .home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
                    -webkit-transform: translate(-10px, -50%);
                    -ms-transform: translate(-10px, -50%);
                    transform: translate(-10px, -50%);
                }

                .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
                    opacity: 1;
                    visibility: visible;
                    bottom: -50px;
                }



        .home-feature .one-col {
            background: #27A040;
        }

        .home-feature .two-col {
            background: #006fe6;
        }

        .home-feature .three-col {
            background: #0067d6;
        }

    .section {
        padding: 7em 0;
    }

    .cta-link {
        background: #27A040;
        padding: 3.5em 0 3em 0;
        display: block;
        text-align: center;
    }

        .cta-link:focus, .cta-link:active {
            outline: none;
        }

        .cta-link span {
            line-height: 1.2;
        }

        .cta-link .sub-heading {
            color: #fff;
            display: block;
            font-size: 20px;
        }

        .cta-link .heading {
            font-size: 50px;
            color: #001933;
        }



        .cta-link:hover {
            background: #006fe6;
        }

    .cover_1 {
        background-size: cover;
        background-position: center center;
        padding: 7em 0;
    }

        .cover_1 .sub-heading {
            color: rgba(255, 255, 255, 0.7);
            font-size: 22px;
        }

        .cover_1 .heading {
            font-size: 50px;
            color: white;
            font-weight: 300;
        }

    .heading {
        color: #000;
    }

        .heading.border-bottom {
            position: relative;
            padding-bottom: 30px;
        }

            .heading.border-bottom:before {
                bottom: 0;
                position: absolute;
                content: "";
                width: 50px;
                height: 2px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #27A040;
            }

    .text-black {
        color: #000 !important;
    }

    .stretch-section .video {
        display: block;
        position: relative;
        -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
    }

    .media-feature .icon {
        font-size: 60px;
        color: #9C3021;
    }

    .media-feature h3 {
        font-size: 20px;
    }

    .media-custom {
        background: #fff;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

        .media-custom .meta-post {
            color: #adb5bd;
            font-size: 13px;
            text-transform: uppercase;
        }

        .media-custom .meta-chat {
            color: #ced4da;
        }

            .media-custom .meta-chat:hover {
                color: #868e96;
            }

        .media-custom:focus, .media-custom:hover {
            -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        }

        .media-custom .media-body {
            padding: 30px;
        }

            .media-custom .media-body h3 {
                font-size: 20px;
            }

            .media-custom .media-body p:last-child {
                margin-bottom: 0;
            }

    .list-unstyled.check li {
        position: relative;
        padding-left: 30px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

        .list-unstyled.check li:before {
            color: #5AC8D8;
            left: 0;
            font-family: "Ionicons";
            content: "\f122";
            position: absolute;
        }

    .custom-tabs .border-right {
        border-right: 1px solid #dee2e6;
    }



    .custom-tabs .nav-pills .nav-link {
        padding-left: 0;
        font-size: 26px;
        font-weight: 100;
        color: #adb5bd;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .custom-tabs .nav-pills .nav-link span {
            font-size: 18px;
        }

        .custom-tabs .nav-pills .nav-link.active {
            background: none;
            color: #27A040;
            padding-left: 20px;
            position: relative;
        }

            .custom-tabs .nav-pills .nav-link.active:before {
                content: "";
                position: absolute;
                top: 10px;
                bottom: 10px;
                left: 0;
                width: 2px;
                background: #5AC8D8;
            }

    .custom-tabs .tab-pane .icon {
        font-size: 60px;
        display: block;
        color: #27A040;
    }

    .custom-tabs .tab-pane h2 {
        font-size: 60px;
        font-weight: 300;
    }

    #modalAppointment .modal-content {
        border-radius: 0;
        border: none;
    }

    #modalAppointment .modal-body, #modalAppointment .modal-footer {
        padding: 40px;
    }

    .site-footer {
        padding: 7em 0;
        background: #f2f2f2;
        background: #283E56;
        color: rgba(255, 255, 255, 0.7);
    }

        .site-footer a {
            color: rgba(255, 255, 255, 0.5);
        }

            .site-footer a:hover {
                color: white;
            }

        .site-footer h3 {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: .05em;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

        .site-footer .footer-link li {
            line-height: 1.3;
            margin-bottom: 15px;
        }

        .site-footer hr {
            width: 100%;
        }

        .site-footer .border-t {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

    .copyright {
        font-size: 14px;
    }

    .element-animate {
        opacity: 0;
        visibility: hidden;
    }
}
