@font-face {
    font-family: '';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-ThinItalic.woffMardoto-ThinItalic.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Black.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Regular.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Light.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Italic.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: '';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-BlackItalic.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Medium.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Bold.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-Thin.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: '';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-MediumItalic.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Mardoto';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-BoldItalic.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: '';
    src: url('/TwigViews/newview/fonts/mardoto/Mardoto-LightItalic.woff2') format('woff2'),
    url('/TwigViews/newview/fonts/mardoto/Mardoto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

body {
    background: #3A3A3A;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #868e96;
}

a {
    color: #78c530;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

a:hover {
    color: #78c530;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

.btn, .form-control {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #78c530;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: rgba(255, 0, 0, 0) !important;
}

.bg-light {
    background-color: rgba(255, 0, 0, 0) !important;
}

.btn:hover, .form-control:hover {
    background-color: #608832;
}

.navbar-light .navbar-toggler-icon {
    background-color: #79c62e;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 5%;
        padding-left: 5%;
    }

    .search-input {
        margin-left: 0 !important;
        width: 100% !important;
        margin-bottom: 10px;
    }
}

/* Header */
header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .navbar-brand {
    font-size: 0px;
    display: inline-block;
    height: 25px;
    width: 178px;
    background-image: url(../img/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.col-md-2.col-sm-2.col-1 .social.list-unstyled {
    text-align: right;
}

.fa {
    font-size: 18px;
}

header .navbar-brand span {
    color: #007bff;
}

header .top-bar {
    background: #8BC34A;
}

header .top-bar a {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    display: inline-block;
}

header .top-bar .cta-btn {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    background: #5AC8D8;
}

header .top-bar .cta-btn:hover {
    -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;
    height: 40px;
    width: 40px;
}

header .top-bar .social li a {
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

header .top-bar .social li a img {
    margin-top: -6px;
}

@media (max-width: 991px) {
    header .top-bar .social li a {
        padding-left: 10px;
        padding-right: 10px;
        width: inherit;
    }
}

header .top-bar .social li a:hover {
    background: #121212;
    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: 0;
    padding-bottom: 0;
    background: #121212 !important;
}

@media (max-width: 1199px) {
    header .navbar {
        background: #121212 !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

header .navbar .nav-link {
    padding: 20px 10px;
    outline: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 100;

}

header .navbar .nav-link:hover {
    color: #8BC34A !important;
}

.navbar.navbar-expand-lg.navbar-light.bg-light container {
    max-width: 100% !important;
    padding: 0px 60px;
}

footer .container {
    max-width: 100% !important;
    padding: 100px 60px 20px 60px;
}

.navbar {
    padding: 0px !important;
}

@media (max-width: 1199px) {
    header .navbar .nav-link {
        padding: .5rem 0rem;
    }
}

header .navbar .nav-link.active {
    color: #007bff !important;
}

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: #007bff !important;
}

header .navbar .dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Owl Carousel */
.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}

.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-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #5bc800;
}

.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 center;
    height: 50vw;
    min-height: 50vw;
}

.owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: 50vw;
    min-height: 50vw;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.2;
    font-weight: 300;
    text-shadow: 0 0 10px black;
}

.owl-carousel.home-slider .align-items-end > div {
    margin-bottom: 10vw;
}

@media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item .slider-text h1 {
        font-size: 20px;
        font-weight: bold;
        width: 60vw;
    }
}

.owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.owl-carousel.home-slider.inner-page .slider-item {
    height: calc(50vh - 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: 10px;
    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 #608832;
}

@media (max-width: 767px) {
    .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
        border: none;
        margin-bottom: 10px;
    }
}

.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;
    font-weight: 700;
    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: #608832;
    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);
}

@media (max-width: 767px) {
    .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
    }
}

.home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
    background: #608832;
}

.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);
}

@media (max-width: 767px) {
    .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
        top: 0;
    }
}

.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;
}

@media (max-width: 767px) {
    .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
        bottom: 0;
    }
}

.home-feature .one-col {
    background: #8BC34A;
}

.home-feature .two-col {
    background: #006fe6;
}

.home-feature .three-col {
    background: #0067d6;
}

.section {
    padding: 7em 0;
}

.cta-link {
    background: #007bff;
    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;
}

@media (max-width: 991px) {
    .cta-link .heading {
        font-size: 30px;
    }
}

.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: #fff;
}

.lead {
    font-size: 16px !important;
    font-weight: 300;
    color: #fff;
    opacity: 0.6;
}

.heading.border-bottom {
    position: relative;
    padding-bottom: 20px;
}

.heading.border-bottom:before {
    bottom: 0;
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #78c530;
}

.text-black {
    color: #fff !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: #78c530;
}

.media-body p, .media-body div.post-content {
    font-size: 16px !important;
    font-weight: 300;
    color: #fff;
    opacity: 0.6;
}

.media-feature h3 {
    font-size: 20px;
    word-wrap: break-word;
}

.media-custom {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.media-custom .meta-post {
    color: #121212;
    font-size: 13px;
    text-transform: uppercase;
}

.media-body p.clearfix {
    opacity: 1;
}

.text-uppercase.mb-4 {
    color: #fff;
}

.media-body a.float-left {
    color: #fff;
}

button {
    cursor: pointer;
}


.form-control, .form-control:hover {
    background-color: #fff;
    border-color: #fff !important;
}

.mb-5 {
    color: #fff;
}

.media-body .fa {
    color: #fff
}

.owl-item p {
    opacity: 1 !important;
}

.media-custom .meta-chat {
    color: #ced4da;
}

.media-custom .meta-chat:hover {
    color: #868e96;
}

.media-custom .media-body:focus, .media-custom .media-body:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.media-custom .media-body {
    background-color: #5bc800;
    padding: 30px;
    position: relative;
    margin-top: -40px;
    width: 80%;
    margin-left: 15px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.media-custom .post-image {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.media-custom .media-body h3 {
    font-size: 20px;
}

.media-custom .media-body p:last-child {
    margin-bottom: 0;
}

.media-body .pharmacy-address {
    min-height: 48px;
}

.media-body .post-title {
    min-height: 72px;
}

.media-body .post-content {
    min-height: 28px;
}

.media-body .post-content p {
    margin: 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 rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .col-md-2.col-sm-2.col-1 .social.list-unstyled {
        width: 130px;
        float: right;
    }

    .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-2.col-sm-2.col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .custom-tabs .border-right {
        border-right: none;
    }
}

.custom-tabs .nav-pills .nav-link {
    padding-left: 0;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}

.custom-tabs .nav-pills .nav-link.active {
    background: none;
    color: #78c530;
    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: #78c530;
}

.custom-tabs .tab-pane .icon {
    font-size: 60px;
    display: block;
    color: #78c530;
}

.custom-tabs .tab-pane h2 {
    font-size: 60px;
    font-weight: 300;
    color: #fff !important;
}

.tab-pane p {
    color: #fff;
    opacity: 0.6;
    font-size: 16px !important;
    font-weight: 300;
}

.tab-pane p:last-child {
    opacity: 1;
}

#modalAppointment .modal-content {
    border-radius: 0;
    border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
    padding: 40px;
}

.site-footer {
    background: #121212;
    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;
    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);
}

.site-footer .footer-info {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.copyright {
    font-size: 14px;
}

.element-animate {
    opacity: 0;
    visibility: hidden;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}

.wrap-table100 {
    /*width: 960px;*/
    border-radius: 5px;
    overflow: hidden;
}

.table {
    width: 100%;
    display: table;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .table {
        display: block;
    }
}

.table-row {
    display: table-row;
    background: #fff;
}

.text-uppercase.mb-3 {
    color: #fff
}

.table-row.header {
    color: #ffffff;
    background: #78c530;
}

.page-item.active .page-link {

    background: #78c530;
}

@media screen and (max-width: 768px) {
    .table-row {
        display: block;
    }

    .table-row.header {
        padding: 0;
        height: 0px;
    }

    .table-row.header .cell {
        display: none;
    }

    .table-row .cell:before {
        font-family: Poppins-Bold;
        font-size: 12px;
        color: #808080;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;

        margin-bottom: 13px;
        content: attr(data-title);
        min-width: 98px;
        display: block;
    }
}

.cell {
    display: table-cell;
}

@media screen and (max-width: 768px) {
    .cell {
        display: block;
    }
}

.table-row .cell {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.table-row.header .cell {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset !important;

    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
}

.table-row .cell:nth-child(1) {
    width: 400px;
    padding-left: 40px;
}

.table-row .cell:nth-child(2) {
    width: 400px;
}

.table-row .cell:nth-child(3) {
    width: 700px;
}

.table-row .cell:nth-child(4) {
    width: 400px;
}

.table-row .cell:nth-child(5) {
    width: 400px;
}

.table-row .cell:nth-child(6) {
    width: 400px;
}


.table, .table-row {
    width: 100% !important;
}

.table-row:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .table-row {
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        margin: 0;
    }

    .table-row .cell {
        border: none;
        padding-left: 30px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .table-row .cell:nth-child(1) {
        padding-left: 30px;
    }

    .table-row .cell {
        font-family: Poppins-Regular;
        font-size: 18px;
        color: #555555;
        line-height: 1.2;
        font-weight: unset !important;
    }

    .table, .table-row, .cell {
        width: 100% !important;
    }
}

.container .table-responsive {
    border-radius: 5px;
}

.container .table-responsive th {
    vertical-align: middle;
}

.container .table-responsive td {
    vertical-align: middle !important;
}

.container .table-responsive p {
    margin: 0;
}

.container .table-responsive thead {
    background-color: #5bc800;
    color: white;
}

.container .table-responsive tbody {
    background-color: white;
}

.container .pharmacies-info {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.container .pharmacies-info:focus, .container .pharmacies-info:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.container .modal-content .modal-header {
    background-color: #5bc800;
    color: white;
}

.container .modal-content .modal-header h5 {
    color: white;
}

.container .modal-content .modal-body {
    background-color: #3A3A3A;
    color: #868e96;
}

.post-content .text {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.media-body div.post-content {
    font-size: 16px !important;
    font-weight: 300;
    color: #fff;
    opacity: 0.6;
}

#theopharma-video-modal .modal-dialog {
    max-width: 600px !important;
}

.custom-slide-elements {
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.search-input {
    position: relative;
    width: 180px;
    margin-left: 10px;
}

.search-input i {
    background: transparent;
    color: #8bc34a;
}

.search-input button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
}

.search-input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
}

.search-input input:focus, .search-input button:focus {
    outline: none;
}

#dont-show-again {
    border: none;
    color: white;
    background-color: #5bc800;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-control {
    text-transform: none;
}

.custom-pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.services:hover, div.services:focus {
    cursor: pointer;
}