.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*New Style*/
a {
    transition: all .3s linear
}

.btn {
    font-family: acumin-pro-condensed;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    transition: all .25s;
    display: inline-block;
    padding: 11px 0;
    cursor: pointer
}

    .btn:active, .btn:focus {
        background-image: none !important;
        outline: 0 !important
    }

    .btn.btn-green {
        font-family: "acumin-pro-condensed";
        font-weight: 800;
        font-style: normal;
        line-height: 1;
        display: inline-block;
        padding: 13px 18px;
        text-transform: uppercase;
        font-size: 17px;
        background-color: #647d3b;
        color: #fff
    }

        .btn.btn-green .fa {
            margin-right: 5px
        }

        .btn.btn-green:hover {
            background-color: #3c3c3c
        }

    .btn.btn-green-light {
        color: #fff
    }

        .btn.btn-green-light .fa {
            margin-right: 5px
        }

    .btn.btn-border-bottom {
        font-size: 18px;
        background-color: #fff;
        font-family: acumin-pro-condensed;
        font-weight: 900;
        font-style: normal
    }

    .btn.btn-yellow, .btn.btn-primary {
        font-family: "acumin-pro-condensed";
        font-weight: 800;
        font-style: normal;
        background-color: #f9c606;
        color: #3c3c3c;
        line-height: 1;
        display: inline-block;
        padding: 13px 18px;
        text-transform: uppercase;
        font-size: 17px
    }

        .btn.btn-yellow:hover, .btn.btn-primary:hover {
            color: #000;
            background-color: #ffd539
        }

    .btn.disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        pointer-events: none;
        opacity: .65
    }

.seed-topic .row {
    max-width: 1170px;
    padding: 53px 74px;
    background-size: cover;
    background-position: center;
    margin-bottom: 178px;
    border-top: solid 10px #9d9d9d
}

@media only screen and (max-width: 47.9375rem) {
    .seed-topic .row {
        padding: 40px 20px;
        margin-bottom: 120px
    }
}

.seed-topic .row .h3 {
    text-align: center
}

.seed-topic .row ul {
    margin: 47px auto 0;
    list-style: none;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    max-width: 780px
}

@media only screen and (max-width: 47.9375rem) {
    .seed-topic .row ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

.seed-topic .row ul li {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    color: #505050;
    margin-bottom: 40px;
    text-transform: uppercase
}

    .seed-topic .row ul li:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 4px;
        height: 4px;
        background-color: #505050;
        margin: -3px 7px 0 0
    }

.upcoming-clinics {
    background-color: #f4f2f0;
    padding: 60px 0 225px;
    margin-top: 60px;
    padding-bottom: 60px;
}

    .upcoming-clinics > .row > .small-12.column {
        position: relative
    }

    .upcoming-clinics .uc-title {
        padding: 25px;
        background-color: #e6e4e1;
        height: 82px;
        font-family: "acumin-pro-condensed";
        font-weight: 800;
        font-style: normal;
        font-size: 35px;
        line-height: .94;
        text-align: left;
        color: #505050;
        margin: -100px 0 100px 0
    }

    .upcoming-clinics .white-box.open {
        margin-bottom: 480px;
    }

    .upcoming-clinics .white-box > div {
        padding: 38px 42px 36.5px 46px;
        background-color: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 50px
    }

@media only screen and (max-width: 47.9375rem) {
    .upcoming-clinics .white-box > div {
        margin: 40px 15px 0;
        padding: 40px 22px;
        text-align: center;
        display: block
    }
}

.upcoming-clinics .white-box > div h2 {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
    line-height: .94;
    text-align: left;
    color: #647d3b;
    width: 190px
}

@media only screen and (max-width: 47.9375rem) {
    .upcoming-clinics .white-box > div h2 {
        width: auto;
        text-align: center;
        margin: 0 0 30px
    }
}

.upcoming-clinics .white-box > div h2 .gray-text-year {
    display: block;
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    color: #505050;
    margin-top: 6px
}

.upcoming-clinics .white-box > div .info {
    min-width: 203px;
    border-left: solid 2px #f4f2f0;
    padding-left: 44px;
    min-height: 103px
}

@media only screen and (max-width: 47.9375rem) {
    .upcoming-clinics .white-box > div .info {
        min-width: auto;
        width: 42%;
        display: inline-block;
        padding: 0;
        border: 0;
        text-align: left;
        vertical-align: top
    }
}

@media only screen and (max-width: 47.9375rem) {
    .upcoming-clinics .white-box > div .info + .info {
        margin-left: 0%;
        border-left: solid 2px #f4f2f0;
        padding-left: 9%;
        width: 46%
    }
}

.upcoming-clinics .white-box > div .info .gray-text {
    display: block;
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
    color: #505050;
    margin-bottom: 16px
}

.upcoming-clinics .white-box > div .info .name-location {
    font-family: "acumin-pro";
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #505050
}

    .upcoming-clinics .white-box > div .info .name-location .name {
        font-family: "acumin-pro";
        font-weight: 600;
        font-style: normal;
        color: #647d3b
    }

.upcoming-clinics .white-box > div .links {
    width: 176px
}

@media only screen and (max-width: 47.9375rem) {
    .upcoming-clinics .white-box > div .links {
        margin: 40px auto 0
    }
}

.upcoming-clinics .white-box > div .links a {
    width: 100%;
    margin: 10px 0
}

.info-box-section + .upcoming-clinics h2 + .info {
    width: 50%;
    margin-right: 20px
}

@media only screen and (max-width: 47.9375rem) {
    .info-box-section + .upcoming-clinics h2 + .info {
        width: auto;
        margin-right: 0
    }
}

@media only screen and (max-width: 47.9375rem) {
    .info-box-section + .upcoming-clinics h2 + .info + .info {
        margin: 40px auto 0;
        border: 0;
        width: 100%;
        padding: 0
    }
}

.clinic-reg-form {
    position: absolute;
    display: block;
    border: solid 1px #707070;
    background-color: #647d3b;
    color: #fff;
    padding: 50px 90px 20px;
    left: 15px;
    right: 15px;
    display: none;
    min-height: 130px
}

@media only screen and (max-width: 47.9375rem) {
    .clinic-reg-form {
        padding: 50px 15px 20px;
        left: 25px;
        right: 25px
    }
}

.clinic-reg-form .far.fa-times {
    right: 18px;
    top: 15px;
    font-size: 18px;
    position: absolute;
    cursor: pointer
}

.clinic-reg-form .event-id-input .input-width-60.form-control {
    display: none
}

.clinic-reg-form .form-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width: 47.9375rem) {
    .clinic-reg-form .form-horizontal {
        display: block;
        margin-top: 40px
    }
}

.clinic-reg-form .form-horizontal .form-group {
    width: 45%;
    display: flex;
    align-items: baseline;
    margin-bottom: 26px;
    justify-content: flex-end
}

@media only screen and (max-width: 47.9375rem) {
    .clinic-reg-form .form-horizontal .form-group {
        width: auto
    }
}

.clinic-reg-form .form-horizontal .form-group.form-group-submit {
    text-align: right;
    margin-left: auto
}

    .clinic-reg-form .form-horizontal .form-group.form-group-submit .btn-primary {
        border: 0;
        margin-left: auto
    }

.clinic-reg-form .form-horizontal .form-group .control-label {
    font-family: "acumin-pro";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.clinic-reg-form .form-horizontal .form-group .form-control {
    margin: 0
}

.clinic-reg-form .form-horizontal .form-group .editing-form-label-cell {
    margin-right: 14px
}

.clinic-reg-form .form-horizontal .form-group .editing-form-value-cell {
    min-width: 75%
}

@media only screen and (max-width: 47.9375rem) {
    .clinic-reg-form .form-horizontal .form-group .editing-form-value-cell {
        min-width: 55%
    }
}

.clinic-reg-form .EventManagerRegError {
    display: none
}

.EventManagerRegistration {
    display: flex;
    justify-content: space-between
}

@media only screen and (max-width: 47.9375rem) {
    .EventManagerRegistration {
        display: block
    }
}

.EventManagerRegistration .EventManagerRegTitle {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
    line-height: .94;
    color: #fff;
    min-width: 160px
}

.EventManagerRegistration .EventManagerRegInfo {
    display: none
}

.success-error-msg .success {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    display: block;
    color: #647d3b;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px
}

.success-error-msg .error {
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    display: block;
    color: #ec5840;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px
}

.gallery {
    padding-bottom: 165px;
    background-color: #f4f2f0;
    padding-left: 100px;
    padding-right: 100px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .gallery {
        padding-bottom: 100px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (max-width: 767px) {
    .gallery {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 80px
    }
}

.gallery h1 {
    font-size: 35px;
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    color: #647d3b;
    text-align: center;
    padding-top: 150px;
    margin-bottom: 50px
}

@media only screen and (max-width: 48em) {
    .gallery h1 {
        padding-top: 75px
    }
}

.gallery .row {
    position: relative;
    padding: 75px 0;
    border-top: 4px solid #e6e4e1;
    border-bottom: 4px solid #e6e4e1
}

@media only screen and (max-width: 48em) {
    .gallery .row {
        padding: 30px 0
    }
}

.gallery .row .owl-carousel {
    position: unset
}

.gallery .row .owl-stage-outer {
    max-width: 1200px;
    margin: auto;
    z-index: 1
}

.gallery .row .owl-item img {
    object-fit: cover;
    margin-top: 20px;
    height: 150px
}

@media only screen and (max-width: 1024px) {
    .gallery .row .owl-item img {
        height: 250px
    }
}

@media only screen and (max-width: 48em) {
    .gallery .row .owl-item img {
        height: 300px;
        object-fit: contain;
        width: 90%;
        margin: auto
    }
}

.gallery .row .owl-nav {
    z-index: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -60px;
    right: -60px
}

    .gallery .row .owl-nav.disabled {
        display: flex !important
    }

@media only screen and (max-width: 48em) {
    .gallery .row .owl-nav {
        left: -25px;
        right: -25px;
        margin-top: -12.5px
    }
}

.gallery .row .owl-nav button {
    background-color: #f9c606 !important;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important
}

@media only screen and (max-width: 47.9375rem) {
    .gallery .row .owl-nav button {
        width: 26px;
        height: 26px
    }
}

.gallery .row .modal {
    text-align: end;
    display: none;
    position: fixed;
    padding: 20px;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    z-index: 22
}

    .gallery .row .modal .modal-content {
        margin: auto;
        display: block;
        width: auto;
        max-width: 900px;
        z-index: 1
    }

    .gallery .row .modal #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        font-family: "acumin-pro";
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
        color: #3c3c3c;
        padding: 10px 0;
        height: auto
    }

    .gallery .row .modal .modal-content, .gallery .row .modal #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: .6s;
        animation-name: zoom;
        animation-duration: .6s
    }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.gallery .row .modal .close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: .3s
}

    .gallery .row .modal .close:hover, .gallery .row .modal .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer
    }

.gallery .row .modal::-webkit-scrollbar {
    width: 10px;
}

.gallery .row .modal::-webkit-scrollbar-thumb {
    background: #647d3b
}

.gallery .gl-row {
    padding-top: 170px;
    padding-left: 180px;
    padding-right: 180px;
    border: 0 !important
}

@media only screen and (max-width: 1024px) {
    .gallery .gl-row {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 100px
    }
}

@media only screen and (max-width: 48em) {
    .gallery .gl-row {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px
    }
}

.gallery .gl-row .gallery-footer {
    border-top: 4px solid #e6e4e1;
    border-bottom: 4px solid #e6e4e1;
    text-align: center
}

    .gallery .gl-row .gallery-footer .gallery-footer-title {
        color: #505050;
        font-family: "acumin-pro-condensed";
        font-weight: 900;
        font-style: normal;
        font-size: 17px;
        padding-top: 40px
    }

    .gallery .gl-row .gallery-footer .gallery-footer-content {
        font-family: "acumin-pro";
        font-weight: 500;
        font-style: normal;
        font-size: 20px;
        color: #505050;
        padding: 50px
    }

@media only screen and (max-width: 48em) {
    .gallery .gl-row .gallery-footer .gallery-footer-content {
        padding: 20px
    }
}

.gallery .gl-row .gallery-footer .gallery-footer-end {
    font-family: "acumin-pro";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #505050;
    padding-bottom: 60px
}

#myModal{
    display: none ;
}
.gallery .row .owl-nav button .fa:hover {
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .upcoming-clinics .white-box.open{
      margin-bottom: 510px !important;
}
}
.gallery .gallery-title{
    text-align: center;
    padding-bottom: 3rem;
}